File: LOGEST-Function.properties

package info (click to toggle)
libformula 1.1.7.dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 3,208 kB
  • ctags: 2,984
  • sloc: java: 17,370; xml: 1,541; makefile: 25
file content (10 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
display-name=LOGEST
description=Calculates the parameters of the exponential regression curve as an array.
parameter.0.display-name=data_Y
parameter.0.description=The Y data array.
parameter.1.display-name=data_X
parameter.1.description=The X data array.
parameter.2.display-name=Function_type
parameter.2.description=If type = 0 then the functions will be calculated in the form of y=m^x, or also functions y=b*m^x.
parameter.3.display-name=stats
parameter.3.description=If parameter = 0 then only the regression coefficient will be calculated, otherwise other values as well.