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

Public Member Functions

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

Private Attributes

ScInterpreterrInt
 
double fp
 
double fDF
 

Detailed Description

Definition at line 2389 of file interpr3.cxx.

Constructor & Destructor Documentation

◆ ScChiSqDistFunction()

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

Definition at line 2395 of file interpr3.cxx.

◆ ~ScChiSqDistFunction()

virtual ScChiSqDistFunction::~ScChiSqDistFunction ( )
inlinevirtual

Definition at line 2398 of file interpr3.cxx.

Member Function Documentation

◆ GetValue()

double ScChiSqDistFunction::GetValue ( double  x) const
inlineoverride

Definition at line 2400 of file interpr3.cxx.

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

Member Data Documentation

◆ fDF

double ScChiSqDistFunction::fDF
private

Definition at line 2392 of file interpr3.cxx.

Referenced by GetValue().

◆ fp

double ScChiSqDistFunction::fp
private

Definition at line 2392 of file interpr3.cxx.

Referenced by GetValue().

◆ rInt

ScInterpreter& ScChiSqDistFunction::rInt
private

Definition at line 2391 of file interpr3.cxx.

Referenced by GetValue().


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