📄 weibullpar.rd
字号:
\name{weibullpar}
\alias{weibullpar}
\title{Compute Shape and Scale Parameters for Weibull Distribution}
\description{
Compute the parameters shape and scale for Weibull distribution
given the mean, standard deviation and location.
}
\usage{
weibullpar(mu, sigma, loc = 0)
}
\arguments{
\item{mu}{the mean of weibull distribution.}
\item{sigma}{the standard deviation of weibull distribution.}
\item{loc}{the location parameter of weibull distribution defaulting to \code{0}.}
}
\value{
A data frame containing three parameters, which are, in
order, shape, scale, and location.
}
\seealso{
\code{\link{weibullparinv}} for computing mean and standard
deviation from the parameters shape, scale and location.
}
\examples{
weibullpar(2, 1.2)
weibullpar(2, 1.2, 1)
}
\keyword{misc}
\keyword{utilities}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -