lls_coefficient_fit Subroutine

public subroutine lls_coefficient_fit(X, Y, m, b, r, stat)

Linear Least Squares Fit with correlation coefficient

Arguments

Type IntentOptional AttributesName
real(kind=real32), intent(in), dimension(:):: X
real(kind=real32), intent(in), dimension(:):: Y
real(kind=real32), intent(out) :: m
real(kind=real32), intent(out) :: b
real(kind=real32), intent(out) :: r
integer, optional :: stat

Contents

None