qat (version 0.74)

qat_analyse_trimmed_distribution_2d: Perform a trimmed distribution check

Description

The measurement vector (2d array) will be handled separately for every element in the direction of the second dimension. Each vector will be trimmed stepwise at each side and at every step some statistical parameters will be calculated.

Usage

qat_analyse_trimmed_distribution_2d(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, in direction of the first dimension, 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 the first dimension of 50 and as the second the second dimension of the measurement vector.

See Also

qat_analyse_trimmed_distribution_1d, qat_plot_trimmed_distribution_2d

Examples

Run this code
vec <- array(rnorm(100),c(25,20))
result <- qat_analyse_trimmed_distribution_2d(vec)

Run the code above in your browser using DataLab