weibullpar.rd
来自「这个包里面含有利用极大似然估计方法来拟合成组数据和条件数据的有限混合分布模型的函」· RD 代码 · 共 30 行
RD
30 行
\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 + =
减小字号Ctrl + -
显示快捷键?