LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScChiDistFunction Class Reference
Inheritance diagram for ScChiDistFunction:
[legend]
Collaboration diagram for ScChiDistFunction:
[legend]

Public Member Functions

 ScChiDistFunction (ScInterpreter &rI, double fpVal, double fDFVal)
 
virtual ~ScChiDistFunction ()
 
double GetValue (double x) const override
 

Private Attributes

ScInterpreterrInt
 
double fp
 
double fDF
 

Detailed Description

Definition at line 2354 of file interpr3.cxx.

Constructor & Destructor Documentation

◆ ScChiDistFunction()

ScChiDistFunction::ScChiDistFunction ( ScInterpreter rI,
double  fpVal,
double  fDFVal 
)
inline

Definition at line 2360 of file interpr3.cxx.

◆ ~ScChiDistFunction()

virtual ScChiDistFunction::~ScChiDistFunction ( )
inlinevirtual

Definition at line 2363 of file interpr3.cxx.

Member Function Documentation

◆ GetValue()

double ScChiDistFunction::GetValue ( double  x) const
inlineoverride

Definition at line 2365 of file interpr3.cxx.

References fDF, fp, ScInterpreter::GetChiDist(), rInt, and x.

Member Data Documentation

◆ fDF

double ScChiDistFunction::fDF
private

Definition at line 2357 of file interpr3.cxx.

Referenced by GetValue().

◆ fp

double ScChiDistFunction::fp
private

Definition at line 2357 of file interpr3.cxx.

Referenced by GetValue().

◆ rInt

ScInterpreter& ScChiDistFunction::rInt
private

Definition at line 2356 of file interpr3.cxx.

Referenced by GetValue().


The documentation for this class was generated from the following file: