Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
408 views
in Technique[技术] by (71.8m points)

r - Mosaic function qdist

Why does the following code give an error?

library(extRemes)
mosaic::qdist(dist="evd", p=c(0.1, 0.2, 0.4, 0.6, 0.8, 0.9 ), shape=0, scale=1, loc=0)
Error in qevd(p = c(0, 0.001, 0.999, 1), shape = 0, scale = 1, loc = 0) : 
  qevd: invalid p argument.  Must have 0 < p < 1.

I am struggling to understand.

question from:https://stackoverflow.com/questions/66067736/mosaic-function-qdist

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...