Difference between revisions of "LogNormal Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.2}}</noinclude>
 
<noinclude>{{Manual Page|version=4.2}}</noinclude>
 
{{command|probability}}
 
{{command|probability}}
;LogNormal[ <Mean μ>, <Standard Deviation σ>, x ]
+
;LogNormal[ <Mean>, <Standard Deviation>, x ]
:Creates probability density function (pdf) of [[w:Log-normal distribution|log-normal distribution]] with parameters ''μ, σ''.
+
:Creates probability density function (pdf) of [[w:Log-normal distribution|log-normal distribution]] with parameters mean ''μ'' and standard deviation ''σ''.
;LogNormal[ <Mean μ>, <Standard Deviation σ>, x, <Boolean Cumulative> ]
+
;LogNormal[ <Mean>, <Standard Deviation>, x, <Boolean Cumulative> ]
:If ''Cumulative'' is true, creates cumulative density function of LogNormal distribution, otherwise creates pdf of log-normal distribution.
+
:If ''Cumulative'' is true, creates cumulative density function of log-normal distribution, otherwise creates pdf of log-normal distribution.
;LogNormal[ <Mean μ>, <Standard Deviation σ>, <Variable Value v> ]: Calculates the value of cumulative distribution function of log-normal distribution at ''v'', i.e. the probability ''P(X≤v)'' where ''X'' is a random variable with log-normal distribution given by parameters ''μ, σ''.
+
;LogNormal[ <Mean>, <Standard Deviation>, <Variable Value> ]
 +
:Calculates the value of cumulative distribution function of log-normal distribution at variable value ''v'', i.e. the probability ''P(X ≤ v)'' where ''X'' is a random variable with log-normal distribution given by parameters mean ''μ'' and standard deviation ''σ''.
 
:{{Note| Returns the probability for a given ''x''-coordinate's value (or area under the log-normal distribution curve to the left of the given ''x''-coordinate).}}
 
:{{Note| Returns the probability for a given ''x''-coordinate's value (or area under the log-normal distribution curve to the left of the given ''x''-coordinate).}}
 
==CAS Syntax==
 
==CAS Syntax==
;LogNormal[ <Mean μ>, <Standard Deviation σ>, <Variable Value v>]
+
;LogNormal[ <Mean>, <Standard Deviation>, x ]
:Calculates the value of cumulative distribution function of log-normal distribution at ''v'', i.e. the probability ''P(X≤v)'' where ''X'' is a random variable with log-normal distribution given by parameters ''μ, σ''.
+
:Creates probability density function (pdf) of [[w:Log-normal distribution|log-normal distribution]] with parameters mean ''μ'' and standard deviation ''σ''.
 +
;LogNormal[ <Mean>, <Standard Deviation>, x, <Boolean Cumulative> ]
 +
:If ''Cumulative'' is true, creates cumulative density function of log-normal distribution, otherwise creates pdf of log-normal distribution.
 +
;LogNormal[ <Mean>, <Standard Deviation>, <Variable Value> ]
 +
:Calculates the value of cumulative distribution function of log-normal distribution at variable value ''v'', i.e. the probability ''P(X ≤ v)'' where ''X'' is a random variable with log-normal distribution given by parameters mean ''μ'' and standard deviation ''σ''.
 +
:{{Note| Returns the probability for a given ''x''-coordinate's value (or area under the log-normal distribution curve to the left of the given ''x''-coordinate).}}

Revision as of 14:53, 26 March 2013



LogNormal[ <Mean>, <Standard Deviation>, x ]
Creates probability density function (pdf) of log-normal distribution with parameters mean μ and standard deviation σ.
LogNormal[ <Mean>, <Standard Deviation>, x, <Boolean Cumulative> ]
If Cumulative is true, creates cumulative density function of log-normal distribution, otherwise creates pdf of log-normal distribution.
LogNormal[ <Mean>, <Standard Deviation>, <Variable Value> ]
Calculates the value of cumulative distribution function of log-normal distribution at variable value v, i.e. the probability P(X ≤ v) where X is a random variable with log-normal distribution given by parameters mean μ and standard deviation σ.
Note: Returns the probability for a given x-coordinate's value (or area under the log-normal distribution curve to the left of the given x-coordinate).

CAS Syntax

LogNormal[ <Mean>, <Standard Deviation>, x ]
Creates probability density function (pdf) of log-normal distribution with parameters mean μ and standard deviation σ.
LogNormal[ <Mean>, <Standard Deviation>, x, <Boolean Cumulative> ]
If Cumulative is true, creates cumulative density function of log-normal distribution, otherwise creates pdf of log-normal distribution.
LogNormal[ <Mean>, <Standard Deviation>, <Variable Value> ]
Calculates the value of cumulative distribution function of log-normal distribution at variable value v, i.e. the probability P(X ≤ v) where X is a random variable with log-normal distribution given by parameters mean μ and standard deviation σ.
Note: Returns the probability for a given x-coordinate's value (or area under the log-normal distribution curve to the left of the given x-coordinate).
© 2024 International GeoGebra Institute