Difference between revisions of "Documentation/How Tos/Calc: WEIBULL function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:WEIBULL function}}
 +
{{Documentation/CalcFunc StatisticalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_TTEST_function
 +
|NextPage=Documentation/How_Tos/Calc:_ZTEST_function
 +
}}__NOTOC__
  
 
== WEIBULL ==
 
== WEIBULL ==
Line 22: Line 27:
 
: returns approximately <tt>'''0.2295'''</tt>, the value of the cumulative distribution function with <tt>'''k'''</tt> = <tt>'''3'''</tt> and <tt>'''&lambda;'''</tt> = <tt>'''4'''</tt> at <tt>'''x'''</tt> = <tt>'''2.5'''</tt>.
 
: returns approximately <tt>'''0.2295'''</tt>, the value of the cumulative distribution function with <tt>'''k'''</tt> = <tt>'''3'''</tt> and <tt>'''&lambda;'''</tt> = <tt>'''4'''</tt> at <tt>'''x'''</tt> = <tt>'''2.5'''</tt>.
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: EXPONDIST function|EXPONDIST]]
 
* [[Documentation/How_Tos/Calc: EXPONDIST function|EXPONDIST]]
 
* [[Documentation/How_Tos/Calc: NORMSDIST function|NORMSDIST]]
 
* [[Documentation/How_Tos/Calc: NORMSDIST function|NORMSDIST]]

Latest revision as of 14:33, 2 February 2024



WEIBULL

Calculates values for a Weibull distribution.

Syntax:

WEIBULL(x; k; λ; mode)

The Weibull distribution is a continuous probability distribution, with parameters k > 0 (shape) and λ > 0 (scale).
If mode is 0, WEIBULL calculates the probability density function of the Weibull distribution:
Calc weibull1 equation.png
If mode is 1, WEIBULL calculates the cumulative distribution function of the Weibull distribution:
Calc weibull0 equation.png

Example:

WEIBULL(2.5; 3; 4; 1)

returns approximately 0.2166, the value of the probability density function with k = 3 and λ = 4 at x = 2.5.

WEIBULL(2.5; 3; 4; 0)

returns approximately 0.2295, the value of the cumulative distribution function with k = 3 and λ = 4 at x = 2.5.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_WEIBULL_function&oldid=260070"
Views
Personal tools
Navigation
Tools