cupyx.scipy.stats.boxcox_llf#

cupyx.scipy.stats.boxcox_llf(lmb, data)[source]#

The boxcox log-likelihood function.

Parameters:
  • lmb (scalar) – Parameter for Box-Cox transformation

  • data (array-like) – Data to calculate Box-Cox log-likelihood for. If data is multi-dimensional, the log-likelihood is calculated along the first axis

Returns:

llf – Box-Cox log-likelihood of data given lmb. A float for 1-D data, an array otherwise

Return type:

float or cupy.ndarray