Difference between revisions of "Manuals/calci/LOGINV"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''LOGINV '''('''p''',''' m, sd''') '''Where p'''   is a lognormal distribution and m   is the mean of ln(x), ...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''LOGINV(prob,m,sd)'''</div><br/>
 +
*<math>prob</math>is the probability associated with lognormal distribution
 +
*<math>m</math>is the mean value of ln(x)
 +
*<math>sd</math>is the standard deviation of ln(x)
 +
==Description==
 +
*This function gives the inverse value of lognormal  cumulative distribution.
 +
*This  distribution is the continuous probability distribution.
 +
*Lognomal distribution is also called Galton's distribution.
 +
*A random variable which is log-normally distributed takes only positive real values.
 +
*If LOGNORMDIST(x,m,sd)=prob, then LOGINV(prob,m,d)=x.
 +
*This function will give the result as error when
 +
#Any one of the argument is nonnumeric.
 +
#prob<0 or prob>1 or sd<=0
  
'''LOGINV '''('''p''',''' m, sd''')
+
==Examples==
  
'''Where p'''   is a lognormal distribution and m   is the mean of ln(x), and sd   is the standard deviation of ln(x).
+
#LOGINV(0.039084,3.5,1.2)=4.000025219  (EXCEL)=3.9957031(CALCI)
 +
#LOGINV(0.24786,6.25,3.12)=61.83892171  (EXCEL)=NULL(CALCI)                                                
 +
#LOGINV(0.007543,5.82,2.9) =0.292909096(EXCEL)=NULL(CALCI)
  
</div>
+
==See Also==
----
 
<div id="1SpaceContent" class="zcontent" align="left">
 
  
It calculates the inverse of the lognormal cumulative distribution function of x, where ln(x) is normally distributed with parameters mean and standard deviation. LOGINV (p...) = x, if p = LOGNORMDIST(x...).
+
==References==
 
+
[http://en.wikipedia.org/wiki/Bessel_function Bessel Function]
</div>
 
----
 
<div id="7SpaceContent" class="zcontent" align="left">
 
 
 
·          when  argument is nonnumeric LOGINV displays error.
 
 
 
·          LOGINV displays error when  p is less than  0 or p is greater than  1.
 
 
 
·          LOGINV displays error when sd &lt;=0.
 
 
 
·          The inverse of the lognormal distribution function is:
 
 
 
</div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
 
 
LOGINV
 
 
 
</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left">
 
 
 
<font size="3"><font face="Times New Roman">Lets see an example in (Column1 Row 1,Column2Row1, Column3Row1)</font></font>
 
 
 
<font size="3">LOGINV (p, m,sd)</font>
 
 
 
<font size="3">LOGINV (C1R1, C2R1,C3R1)</font>
 
 
 
<font size="3">i.e. =LOGINV (0.05345, 2.5,1.3) is 1.4031</font>
 
 
 
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left"><div>
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| Column1
 
| class="        " | Column2
 
| class="    " | Column3
 
| class="  " |
 
| class="  " | Column4
 
|
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 0.05345
 
| class="sshl_f" | 2.5
 
| class="sshl_f" | 1.3
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 1.403125
 
| class="sshl_f" | 0
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
|- class="odd"
 
| Row3
 
| class="sshl_fSelectTD SelectTD " |
 
<div id="2Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="  " |
 
| class="sshl_f" |
 
|
 
|- class="even"
 
| Row4
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
| class=" " |
 
| class="sshl_f" |
 
|
 
|- class="odd"
 
| class="sshl_f" | Row5
 
| class="sshl_f" |
 
| class="  " |
 
|
 
|
 
| class=" " |
 
|
 
|- class="even"
 
| class=" " | Row6
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
| class="sshl_f" |
 
|
 
|
 
|}
 
 
 
<div align="left"></div>''''''</div></div>
 
----
 

Revision as of 00:04, 16 December 2013

LOGINV(prob,m,sd)


  • is the probability associated with lognormal distribution
  • is the mean value of ln(x)
  • is the standard deviation of ln(x)

Description

  • This function gives the inverse value of lognormal cumulative distribution.
  • This distribution is the continuous probability distribution.
  • Lognomal distribution is also called Galton's distribution.
  • A random variable which is log-normally distributed takes only positive real values.
  • If LOGNORMDIST(x,m,sd)=prob, then LOGINV(prob,m,d)=x.
  • This function will give the result as error when
  1. Any one of the argument is nonnumeric.
  2. prob<0 or prob>1 or sd<=0

Examples

  1. LOGINV(0.039084,3.5,1.2)=4.000025219 (EXCEL)=3.9957031(CALCI)
  2. LOGINV(0.24786,6.25,3.12)=61.83892171 (EXCEL)=NULL(CALCI)
  3. LOGINV(0.007543,5.82,2.9) =0.292909096(EXCEL)=NULL(CALCI)

See Also

References

Bessel Function