Note
Function that adds to the series mean the border integrals as explained in the docs
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I4), | intent(in) | :: | n |
statistical moment degree, n=3 for sk and n=4 for ku |
||
integer(kind=I4), | intent(in) | :: | deb |
first integration point |
||
integer(kind=I4), | intent(in) | :: | fin |
last integration point |
||
real(kind=R8), | intent(in) | :: | alp |
offset so that points are in [b1,b2] |
||
real(kind=R8), | intent(in) | :: | bet |
reduction so that points are in [b1,b2] |
||
real(kind=R8), | intent(in) | :: | mu |
numerical mean |
||
real(kind=R8), | intent(in) | :: | si |
numerical standard deviation |