We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在学习过程中遇到以下问题,希望能够得到帮助,谢谢。 当运行下面代码时
# Johnson分布的偏斜度2.2和峰度13 s <- rJohnson(100, findParams(3, 1, 2., 13.1)) # Johnson分布的偏斜度0和峰度20) k <- rJohnson(100, findParams(3, 1, 2.2, 20))
出现了如下的报错
Error in .C("JohnsonMomentFitR", as.double(mu), as.double(sigma), as.double(skew), : 程序包"SuppDists"里"JohnsonMomentFitR"不适用于.C()
The text was updated successfully, but these errors were encountered:
请问你解决了吗?我刚才看这本书运行这段代码也遇到了这个问题
Sorry, something went wrong.
我也遇到这个问题。请问有人解决了吗?
No branches or pull requests
我在学习过程中遇到以下问题,希望能够得到帮助,谢谢。
当运行下面代码时
出现了如下的报错
The text was updated successfully, but these errors were encountered: