Compute the Trimmed mean of an array, alpha is a percent value to trim from either end
Interfaced with trimmedmean()
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r32), | intent(in) | :: | this(:) | 1D array |
||
real(kind=r32), | intent(in) | :: | alpha | Percentage to trim off each end |
trimmedmean
Interfaced with trimmedmean()
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | this(:) | 1D array |
||
real(kind=r64), | intent(in) | :: | alpha | Percentage to trim off each end |
trimmedmean
Interfaced with trimmedmean()
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=i32), | intent(in) | :: | this(:) | 1D array |
||
real(kind=r64), | intent(in) | :: | alpha | Percentage to trim off each end |
trimmedmean
Interfaced with trimmedmean()
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=i64), | intent(in) | :: | this(:) | 1D array |
||
real(kind=r64), | intent(in) | :: | alpha | Percentage to trim off each end |
trimmedmean