| Statistics Toolbox | Search  Help Desk |
| weibstat | Examples |
Mean and variance for the Weibull distribution.
Syntax
[M,V] = weibstat(A,B)
Description
For the Weibull distribution:Examples
[m,v] = weibstat(1:4,1:4)
m =
1.0000 0.6267 0.6192 0.6409
v =
1.0000 0.1073 0.0506 0.0323
weibstat(0.5,0.7)
ans =
3.4073