SHORE API
|
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) |
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).