0.6.2-dev0
FORCES
FORtran lib for Comp. Env. Sys.
Loading...
Searching...
No Matches
mo_mad.f90 File Reference

Median absolute deviation test. More...

Go to the source code of this file.

Data Types

interface  mo_mad::mad
 Mean absolute deviation test. More...
 

Modules

module  mo_mad
 Median absolute deviation test.
 

Functions/Subroutines

logical function, dimension(size(arr)) mo_mad::mad_dp (arr, z, mask, deriv)
 
logical function, dimension(size(arr)) mo_mad::mad_sp (arr, z, mask, deriv)
 
real(dp) function, dimension(size(arr)) mo_mad::mad_val_dp (arr, z, mask, tout, mval)
 
real(sp) function, dimension(size(arr)) mo_mad::mad_val_sp (arr, z, mask, tout, mval)
 

Detailed Description

Median absolute deviation test.

This module provides a median absolute deviation (MAD) test.

Authors
Matthias Cuntz, Mathias Zink
Date
2011 - 2012

Definition in file mo_mad.f90.