binpar.rd

来自「这个包里面含有利用极大似然估计方法来拟合成组数据和条件数据的有限混合分布模型的函」· RD 代码 · 共 22 行

RD
22
字号
\name{binpar}
\alias{binpar}
\title{Starting Values of Parameters for the Binomial Data Set}
\usage{data(binpar)}
\description{
Starting values of parameters for fitting a mixture distribution to the data set \code{bindat}.

The \code{binpar} data frame has 4 rows and 3 columns.
}
\format{
  This data frame contains the following columns:
  \describe{
    \item{pi}{the starting values for proportions.}
    \item{mu}{the starting values for means.}
    \item{sigma}{the starting values for standard deviations.}
  }
}
\examples{
data(binpar)
}
\keyword{datasets}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?