File: NORMDIST-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-- 550 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
display-name=NORMDIST
description=Values of the normal distribution.
parameter.0.display-name=Number
parameter.0.description=The value for which the normal distribution is to be calculated.
parameter.1.display-name=mean
parameter.1.description=The mean value. The mean value of the normal distribution.
parameter.2.display-name=STDEV
parameter.2.description=Standard deviation. The standard deviation of the normal distribution.
parameter.3.display-name=C
parameter.3.description=Cumulated. C=0 calculates the density function, C=1 the distribution.