qat_analyse_distribution_1d
From qat v0.74
by Andre Duesterhus
Perform a distribution check
This check makes a histogram and gives back some statistical parameters of the given measurement vector.
- Keywords
- ts
Usage
qat_analyse_distribution_1d(measurement_vector, numofbars)
Arguments
- measurement_vector
- The measurement vector, which should be tested
- numofbars
- Numbers of bars of the histogram plot
Details
From a given measurement vector a histogram will be performed. The number of bars of this will be given by the parameter numofbars. Additionally some statistical parameters, like the first moments and some quantiles will be calculated.
Value
-
It returns a list with the following entries:
See Also
Examples
vec <- rnorm(1000)
result <- qat_analyse_distribution_1d(vec, 15)
Community examples
Looks like there are no examples yet.