Description Usage Arguments Details Value
View source: R/automatisation.R
standardisiert
returns the standarized vector.
1 | standardisiert(x, method_estimation = 1)
|
x |
A numeric vector. |
method_estimation |
A Parameter. |
This function standardizes the Inputvector. This is done with a parameter estimation function like median_est
.
For
method_estimation=1 median_est
is used,
method_estimation=2 ml_est
is used,
method_estimation=3 eise_est
is used.
A numeric vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.