File: WEIBULL-Function.properties

package info (click to toggle)
libformula 1.1.7.dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,236 kB
  • sloc: java: 17,370; xml: 1,541; makefile: 19
file content (10 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
display-name=WEIBULL
description=Returns the values of the Weibull distribution.
parameter.0.display-name=Number
parameter.0.description=The value for which the Weibull distribution is to be calculated.
parameter.1.display-name=Alpha
parameter.1.description=The Alpha parameter of the Weibull distribution.
parameter.2.display-name=beta
parameter.2.description=The Beta parameter of the Weibull distribution.
parameter.3.display-name=C
parameter.3.description=Cumulated. C=0 calculates the density function, C=1 the distribution.