GammaCombo  Rev:Unversioneddirectory
Public Member Functions | Public Attributes | List of all members
CLInterval Class Reference

Class that represents a confidence interval. More...

#include <CLInterval.h>

Public Member Functions

 CLInterval ()
 
 CLInterval (const CLInterval &other)
 
void print ()
 
 ~CLInterval ()
 

Public Attributes

float central
 
TString centralmethod
 
float max
 
bool maxclosed
 
TString maxmethod
 
float min
 
bool minclosed
 
TString minmethod
 
float pvalue
 
float pvalueAtCentral
 

Detailed Description

Class that represents a confidence interval.

Definition at line 21 of file CLInterval.h.

Constructor & Destructor Documentation

§ CLInterval() [1/2]

CLInterval::CLInterval ( )

Definition at line 3 of file CLInterval.cpp.

§ CLInterval() [2/2]

CLInterval::CLInterval ( const CLInterval other)

Definition at line 17 of file CLInterval.cpp.

§ ~CLInterval()

CLInterval::~CLInterval ( )

Definition at line 31 of file CLInterval.cpp.

Member Function Documentation

§ print()

void CLInterval::print ( )

Definition at line 34 of file CLInterval.cpp.

Member Data Documentation

§ central

float CLInterval::central

Definition at line 34 of file CLInterval.h.

§ centralmethod

TString CLInterval::centralmethod

Definition at line 39 of file CLInterval.h.

§ max

float CLInterval::max

Definition at line 33 of file CLInterval.h.

§ maxclosed

bool CLInterval::maxclosed

Definition at line 36 of file CLInterval.h.

§ maxmethod

TString CLInterval::maxmethod

Definition at line 38 of file CLInterval.h.

§ min

float CLInterval::min

Definition at line 32 of file CLInterval.h.

§ minclosed

bool CLInterval::minclosed

Definition at line 35 of file CLInterval.h.

§ minmethod

TString CLInterval::minmethod

Definition at line 37 of file CLInterval.h.

§ pvalue

float CLInterval::pvalue

Definition at line 30 of file CLInterval.h.

§ pvalueAtCentral

float CLInterval::pvalueAtCentral

Definition at line 31 of file CLInterval.h.


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