View source: R/fitParameters.R
| fitParameters | R Documentation |
Fit Gaussian parameters.
fitParameters(Feature,ClassInd,Robust=FALSE,na.rm=TRUE,SD_Threshold=0.0001)
Feature |
[1:n] Numeric Vector |
ClassInd |
Integer Vector with class indices |
Robust |
(Optional: Default=FALSE). Robust computation if set to TRUE. |
na.rm |
(Optional: Default=TRUE). Remove na. |
SD_Threshold |
(Optional: Default=0.00001). |
Parameters |
[1:2] Numeric vector with Mean and Std. |
Michael Thrun
if(requireNamespace("FCPS")){
data(Hepta)
Data=Hepta$Data
Cls=Hepta$Cls
Priors=getPriors(Cls)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.