Displaying 1 result from an estimated 1 matches for "skewshap".
Did you mean:
skewshape
2012 Apr 23
2
automating a script to read a file
...but my R programming skills are too limited
to determine how to best accomplish this.
If any one can provide assistance I would appreciate the help.
Thanks,
Steve
## Function set to find values in a skewed normal distribution
print("syntax: plot.spdf(min, max, skewlocation, skewscale, skewshape,
skewmax, <skewtitle>)")
flush.console()
# sample input data could be the following:
# -100, 1000, 976.02, 230, -34, 0.7543
# 0, 500, 270, 350, -13, 0.7707
# or any other data of similar form
erf <- function(z) {
## Chebyshev fitting formula for erf(z) fro...