powered by
Plot for "psi" type objects.
# S3 method for psi plot(x, ..., psi2 = NULL, gamma = 0.95, xlim = NULL, ylim = NULL, type = "psi")
No return value, called for side effects
A list containing the following information.
the membership function
the name of the sample distribution
sample size
the name of method
standard deviation (for the case of normal distribution).
the upper and lower bound function of the support of the membership function.
generic plot parameter.
Another list containing the following information.
the confidence level.
A vector containing the upper and lower values for the theta.
A vector containing the values of omega to be included in the plot.
The type of the plot, by default is the menbership function, and "length" for the expected length plot.
x<-psi("GM",n=10) plot(x) plot(x,type="length") x<-psi(0.5,n=10) plot(x) plot(x,type="length")
Run the code above in your browser using DataLab