scaled_random_resample Subroutine

public subroutine scaled_random_resample(x, xn)

A random resampling, scaled by the standard deviation of the original data, but based upon a normal distribution.

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in), dimension(:) :: x

The N-element array to resample.

real(kind=real64), intent(out), dimension(size(x)) :: xn

An N-element array where the resampled data set will be written.


Contents