|
| | AnamEmpirical (int ndisc=100, double sigma2e=TEST) |
| |
| | AnamEmpirical (const AnamEmpirical &m) |
| |
| AnamEmpirical & | operator= (const AnamEmpirical &m) |
| |
| virtual | ~AnamEmpirical () |
| |
| virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
| | ICloneable Interface. More...
|
| |
| void | reset (int ndisc, double pymin, double pzmin, double pymax, double pzmax, double aymin, double azmin, double aymax, double azmax, double sigma2e, const VectorDouble &tdisc) |
| |
| const EAnam & | getType () const override |
| | AAnam Interface. More...
|
| |
| int | getNFactor () const override |
| |
| int | fitFromArray (const VectorDouble &tab, const VectorDouble &wt=VectorDouble()) override |
| |
| void | calculateMeanAndVariance () override |
| | AnamContinuous Interface. More...
|
| |
| double | rawToTransformValue (double zz) const override |
| |
| double | transformToRawValue (double yy) const override |
| |
| bool | isChangeSupportDefined () const override |
| |
| AnamEmpirical * | create (int ndisc=100, double sigma2e=TEST) |
| |
| int | getNDisc () const |
| |
| double | getSigma2e () const |
| |
| const VectorDouble & | getTDisc () const |
| |
| void | setSigma2e (double sigma2e) |
| |
| void | setNDisc (int ndisc) |
| |
| void | setTDisc (const VectorDouble &tdisc) |
| |
| bool | isTDiscIndexValid (int i) const |
| |
| | AnamContinuous () |
| |
| | AnamContinuous (const AnamContinuous &m) |
| |
| AnamContinuous & | operator= (const AnamContinuous &m) |
| |
| virtual | ~AnamContinuous () |
| |
| bool | hasGaussian () const override |
| | AAnam interface. More...
|
| |
| virtual double | getVariance () const override |
| |
| void | setABounds (double azmin=TEST, double azmax=TEST, double aymin=TEST, double aymax=TEST) |
| |
| void | setPBounds (double pzmin=TEST, double pzmax=TEST, double pymin=TEST, double pymax=TEST) |
| |
| VectorDouble | rawToGaussianVector (const VectorDouble &z) const |
| |
| VectorDouble | gaussianToRawVector (const VectorDouble &y) const |
| |
| AnamContinuousFit | sample (int ndisc=100, double aymin=-10, double aymax=+10) |
| |
| double | getMean () const |
| |
| double | getAymax () const |
| |
| double | getAymin () const |
| |
| double | getAzmax () const |
| |
| double | getAzmin () const |
| |
| double | getPymax () const |
| |
| double | getPymin () const |
| |
| double | getPzmax () const |
| |
| double | getPzmin () const |
| |
| void | setAzmin (double azmin) |
| |
| void | setAzmax (double azmax) |
| |
| void | setAymin (double aymin) |
| |
| void | setAymax (double aymax) |
| |
| void | setPzmin (double pzmin) |
| |
| void | setPzmax (double pzmax) |
| |
| void | setPymin (double pymin) |
| |
| void | setPymax (double pymax) |
| |
| void | setMean (double mean) |
| |
| void | setVariance (double variance) |
| |
| | AAnam () |
| |
| | AAnam (const AAnam &m) |
| |
| AAnam & | operator= (const AAnam &m) |
| |
| virtual | ~AAnam () |
| |
| virtual bool | hasFactor () const |
| |
| virtual int | getNClass () const |
| |
| virtual VectorDouble | z2factor (double z, const VectorInt &ifqcs) const |
| |
| virtual double | computeVariance (double sval) const |
| |
| virtual int | updatePointToBlock (double r_coef) |
| |
| virtual bool | allowChangeSupport () const |
| |
| double | invertVariance (double cvv) const |
| |
| VectorDouble | rawToTransformVec (const VectorDouble &z) const |
| |
| VectorDouble | transformToRawVec (const VectorDouble &z) const |
| |
| int | fitFromLocator (Db *db, const ELoc &locatorType=ELoc::fromKey("Z")) |
| |
| int | fit (Db *db, const String &name) |
| |
| int | rawToGaussianByLocator (Db *db, const NamingConvention &namconv=NamingConvention("Y")) |
| |
| int | rawToGaussian (Db *db, const String &name, const NamingConvention &namconv=NamingConvention("Y")) |
| |
| int | normalScore (Db *db, const String &name, const NamingConvention &namconv=NamingConvention("Gaussian")) |
| |
| int | gaussianToRawByLocator (Db *db, const NamingConvention &namconv=NamingConvention("Z")) |
| |
| int | gaussianToRaw (Db *db, const String &name, const NamingConvention &namconv=NamingConvention("Z")) |
| |
| int | rawToFactorByRanks (Db *db, const VectorInt &ifacs, const NamingConvention &namconv=NamingConvention("Factor")) |
| |
| int | rawToFactor (Db *db, int nfactor, const NamingConvention &namconv=NamingConvention("Factor")) |
| |
| | AStringable () |
| |
| | AStringable (const AStringable &r) |
| |
| AStringable & | operator= (const AStringable &r) |
| |
| virtual | ~AStringable () |
| |
| virtual void | display (const AStringFormat *strfmt=nullptr) const final |
| |
| virtual void | display (int level) const final |
| |
| | ASerializable () |
| |
| | ASerializable (const ASerializable &r) |
| |
| ASerializable & | operator= (const ASerializable &r) |
| |
| virtual | ~ASerializable () |
| |
| bool | deserialize (std::istream &is, bool verbose=true) |
| |
| bool | serialize (std::ostream &os, bool verbose=true) const |
| |
| bool | dumpToNF (const String &neutralFilename, bool verbose=false) const |
| |
| | ICloneable () |
| |
| virtual | ~ICloneable () |
| |
| virtual ICloneable * | clone () const =0 |
| |
|
| static bool | _commentWrite (std::ostream &os, const String &comment) |
| |
| template<typename T > |
| static bool | _recordWrite (std::ostream &os, const String &title, const T &val) |
| |
| template<typename T > |
| static bool | _recordWriteVec (std::ostream &os, const String &title, const VectorT< T > &vec) |
| |
| template<typename T > |
| static bool | _recordRead (std::istream &is, const String &title, T &val) |
| |
| template<typename T > |
| static bool | _recordReadVec (std::istream &is, const String &title, VectorT< T > &vec, int nvalues) |
| |
| static bool | _onlyBlanks (char *string) |
| |
| static bool | _tableRead (std::istream &is, const String &string, int ntab, double *tab) |
| |
| static bool | _tableWrite (std::ostream &os, const String &string, int ntab, const VectorDouble &tab) |
| |
| Interval | _az |
| |
| Interval | _ay |
| |
| Interval | _pz |
| |
| Interval | _py |
| |
| double | _mean |
| |
| double | _variance |
| |