SHORE API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
shore::berry Class Reference

Class for finding the optimal log-transformation constant for ANOVA-type models uing the method proposed by Berry. More...

Public Types

typedef long double obs_t
 

Public Member Functions

 berry (glm *lm, const int d=5, const int g=100, const obs_t cc=.001, const obs_t mn=1)
 
template<class Iter >
obs_t search (Iter observations)
 

Detailed Description

Class for finding the optimal log-transformation constant for ANOVA-type models uing the method proposed by Berry.

(Berry, Logarithmic transformations in ANOVA, 1987, Biometrics Vol. 43, 439-456) (adapted from the R-implementation by A. Schuetzenmeister).


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