qat (version 0.74)

qat_analyse_trimmed_distribution_1d: Perform a trimmed distribution check

Description

The measurement vector will be trimmed at each side stepwise and at every step some statistical parameters will be calculated.

Usage

qat_analyse_trimmed_distribution_1d(measurement_vector)

Arguments

measurement_vector
The measurement vector, which should be tested

Value

It returns a list with the following entries:

Details

The measurement vector will be trimmed at each side stepwise, with a step of 1 percent. At each step some statistical parameters will be calculated. As a result a list will be given back, with these parameters, where every entry got a length of 50.

See Also

qat_plot_trimmed_distribution_1d

Examples

Run this code
vec <- rnorm(1000)
result <- qat_analyse_trimmed_distribution_1d(vec)

Run the code above in your browser using DataCamp Workspace