public interface dispOutliers
Module Procedures
private function dispOutliers_1(ll, a, n, err_msg, nam, sub, nRowMax, nColMax, unit) result(lerr)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
logical,
|
intent(in) |
|
|
:: |
ll(:) |
|
|
real,
|
intent(in) |
|
|
:: |
a(:) |
|
|
integer,
|
intent(in) |
|
|
:: |
n(:) |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
err_msg |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
nam(:) |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
sub |
|
|
integer,
|
intent(in), |
optional |
|
:: |
nRowMax |
|
|
integer,
|
intent(in), |
optional |
|
:: |
nColMax |
|
|
integer,
|
intent(in), |
optional |
|
:: |
unit |
|
Return Value
logical
private function dispOutliers_2(ll, a, n, err_msg, nam, sub, nRowMax, nColMax, unit) result(lerr)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
logical,
|
intent(in) |
|
|
:: |
ll(:) |
|
|
real,
|
intent(in) |
|
|
:: |
a(:,:) |
|
|
integer,
|
intent(in) |
|
|
:: |
n(:) |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
err_msg |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
nam(:) |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
sub |
|
|
integer,
|
intent(in), |
optional |
|
:: |
nRowMax |
|
|
integer,
|
intent(in), |
optional |
|
:: |
nColMax |
|
|
integer,
|
intent(in), |
optional |
|
:: |
unit |
|
Return Value
logical