PageRenderTime 53ms CodeModel.GetById 30ms RepoModel.GetById 1ms app.codeStats 0ms

/libformula-1.1.3/todo/LOGEST-Function.properties

#
Properties File | 10 lines | 10 code | 0 blank | 0 comment | 0 complexity | 40e8fe599ce00df08dfba6c25d8e26f6 MD5 | raw file
Possible License(s): LGPL-2.1
  1. display-name=LOGEST
  2. description=Calculates the parameters of the exponential regression curve as an array.
  3. parameter.0.display-name=data_Y
  4. parameter.0.description=The Y data array.
  5. parameter.1.display-name=data_X
  6. parameter.1.description=The X data array.
  7. parameter.2.display-name=Function_type
  8. 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.
  9. parameter.3.display-name=stats
  10. parameter.3.description=If parameter = 0 then only the regression coefficient will be calculated, otherwise other values as well.