Last chance! 50% off unlimited learning
Sale ends in
Logis
-classnew("LogisParameter", scale, location)
.
Usually an object of this class is not needed on its own, it is generated automatically when an object of the class
Logis
is instantiated."Parameter"
, directly.Logis-class
Parameter-class
W=new("LogisParameter",location=0,scale=1)
scale(W) # scale of this distribution is 1.
scale(W)=2 # scale of this distribution is now 2.
Run the code above in your browser using DataLab