library(car)
a=c(1,2,3,4,5)
b=powerTransform(a)
a=bcPower(a,b$lambda);

注意,这里的数组a,里面不能有<=0的元素。

相关文章:

  • 2022-02-07
  • 2021-08-09
  • 2022-12-23
  • 2021-05-20
  • 2022-12-23
猜你喜欢
  • 2022-01-17
  • 2021-08-26
  • 2021-12-17
  • 2022-01-18
  • 2021-12-25
  • 2021-05-31
相关资源
相似解决方案