0.6.2-dev0
FORCES
FORtran lib for Comp. Env. Sys.
Loading...
Searching...
No Matches
mo_boxcox.f90 File Reference

Box-Cox transformation of data. More...

Go to the source code of this file.

Data Types

interface  mo_boxcox::boxcox
 Transform a positive dataset with a Box-Cox power transformation. More...
 
interface  mo_boxcox::invboxcox
 Back-transformation of Box-Cox-transformed data. More...
 

Modules

module  mo_boxcox
 Box-Cox transformation of data.
 

Functions/Subroutines

real(sp) function, dimension(size(x)) mo_boxcox::boxcox_sp (x, lmbda, mask)
 
real(dp) function, dimension(size(x)) mo_boxcox::boxcox_dp (x, lmbda, mask)
 
real(sp) function, dimension(size(x)) mo_boxcox::invboxcox_1d_sp (x, lmbda, mask)
 
real(dp) function, dimension(size(x)) mo_boxcox::invboxcox_1d_dp (x, lmbda, mask)
 
real(sp) function mo_boxcox::invboxcox_0d_sp (x, lmbda)
 
real(dp) function mo_boxcox::invboxcox_0d_dp (x, lmbda)
 

Detailed Description

Box-Cox transformation of data.

This module contains routines to calculate the Box-Cox transformation as well as estimating the best exponent for the Box-Cox transformation

Changelog
  • March 2011, Matthias Cuntz
    • modified Python code of Travis Oliphant (2002): boxcox, llf_boxcox
  • Dec 2019: Robert Schweppe:
    • removed NR code (get_boxcox)
Author
Mathias Cuntz
Date
Aug 2011

Definition in file mo_boxcox.f90.