File: PROB-Function.properties

package info (click to toggle)
libformula 1.1.7.dfsg-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,212 kB
  • sloc: java: 17,370; xml: 1,541; makefile: 25
file content (10 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
display-name=PROB
description=Returns the discreet probability of an interval.
parameter.0.display-name=data
parameter.0.description=The sample data array.
parameter.1.display-name=probability
parameter.1.description=The array of the associated probabilities.
parameter.2.display-name=Start
parameter.2.description=The start of the value interval whose probabilities is to be totalled.
parameter.3.display-name=End
parameter.3.description=The end of the value interval where the probabilities are to be totalled.