Difference between revisions of "InverseLogNormal Command"

From GeoGebra Manual
Jump to: navigation, search
(Created page with "<noinclude>{{Manual Page|version=4.2}}</noinclude>{{betamanual|version=4.2}} {{command|probability}} ;InverseLogNormal[ <Mean μ>, <Standard Devation s>, <Probability p> ] :Com...")
 
(command syntax: changed [ ] into ( ))
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>{{betamanual|version=4.2}}
+
<noinclude>{{Manual Page|version=5.0}}</noinclude> {{command|probability}}
{{command|probability}}
+
;InverseLogNormal( <Mean>, <Standard Deviation>, <Probability> )
;InverseLogNormal[ <Mean μ>, <Standard Devation s>, <Probability p> ]
+
:Computes the inverse of cumulative distribution function of the [[w:Log-normal_distribution|log-normal distribution]] at probability ''p'', where the log-normal distribution is given by mean ''μ'' and standard devation ''σ''.  
:Computes the inverse of cumulative distribution function of the [[w:Log-normal_distribution|Log-Normal distribution]] at ''p'', where the Log-Normal distribution is given by mean ''μ'' and standard devation ''σ''. In other words, finds ''t'' such that ''P(X≤t)=p'', where X is a Log-Normal random variable. Probability ''p'' must be from [0,1].
+
:In other words, it finds ''t'' such that ''P(X ≤ t) = p'', where ''X'' is a log-normal random variable.  
 +
:Probability ''p'' must be from [''0, 1''].
 +
:{{Examples|1=<div>
 +
:*<code><nowiki>InverseLogNormal(10, 20, 1/3)</nowiki></code> computes ''3.997''.
 +
:*<code><nowiki>InverseLogNormal(1000, 2, 1)</nowiki></code> computes <math> \infty </math>.</div>}}

Latest revision as of 10:14, 11 October 2017


InverseLogNormal( <Mean>, <Standard Deviation>, <Probability> )
Computes the inverse of cumulative distribution function of the log-normal distribution at probability p, where the log-normal distribution is given by mean μ and standard devation σ.
In other words, it finds t such that P(X ≤ t) = p, where X is a log-normal random variable.
Probability p must be from [0, 1].
Examples:
  • InverseLogNormal(10, 20, 1/3) computes 3.997.
  • InverseLogNormal(1000, 2, 1) computes \infty .
© 2024 International GeoGebra Institute