Generate a normal distributed data scalar or vector. (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | mean | |||
real(kind=dp), | intent(in) | :: | std |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | mean | |||
real(kind=sp), | intent(in) | :: | std |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | mean | |||
real(kind=dp), | intent(in) | :: | std | |||
integer, | intent(in) | :: | ndim |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | mean | |||
real(kind=sp), | intent(in) | :: | std | |||
integer, | intent(in) | :: | ndim |
Generate an uniformly distributed data scalar or vector. (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | start | |||
integer(kind=int16), | intent(in) | :: | end |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | start | |||
integer(kind=int32), | intent(in) | :: | end |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | start | |||
integer(kind=int64), | intent(in) | :: | end |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | start | |||
integer(kind=int8), | intent(in) | :: | end |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | start | |||
real(kind=dp), | intent(in) | :: | end |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | start | |||
real(kind=sp), | intent(in) | :: | end |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in) | :: | start | |||
integer(kind=int16), | intent(in) | :: | end | |||
integer, | intent(in) | :: | ndim |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | start | |||
integer(kind=int32), | intent(in) | :: | end | |||
integer, | intent(in) | :: | ndim |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | start | |||
integer(kind=int64), | intent(in) | :: | end | |||
integer, | intent(in) | :: | ndim |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | start | |||
integer(kind=int8), | intent(in) | :: | end | |||
integer, | intent(in) | :: | ndim |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | start | |||
real(kind=dp), | intent(in) | :: | end | |||
integer, | intent(in) | :: | ndim |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | start | |||
real(kind=sp), | intent(in) | :: | end | |||
integer, | intent(in) | :: | ndim |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in), | optional | :: | seed |
std
computes vector and matrix standard deviations.
(Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in), | dimension(:) | :: | x | ||
integer, | intent(in), | optional | :: | w |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in), | dimension(:) | :: | x | ||
integer, | intent(in), | optional | :: | w |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in), | dimension(:, :) | :: | A | ||
integer, | intent(in), | optional | :: | w | ||
integer, | intent(in), | optional | :: | dim |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in), | dimension(:, :) | :: | A | ||
integer, | intent(in), | optional | :: | w | ||
integer, | intent(in), | optional | :: | dim |
std
computes vector and matrix standard deviations.
(Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in), | dimension(:) | :: | x | ||
integer, | intent(in), | optional | :: | w |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in), | dimension(:) | :: | x | ||
integer, | intent(in), | optional | :: | w |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in), | dimension(:, :) | :: | A | ||
integer, | intent(in), | optional | :: | w | ||
integer, | intent(in), | optional | :: | dim |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in), | dimension(:, :) | :: | A | ||
integer, | intent(in), | optional | :: | w | ||
integer, | intent(in), | optional | :: | dim |