REGRESS Subroutine

public subroutine REGRESS(x, y, n, a, b, r)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: x(:)
real(kind=dp), intent(in) :: y(:)
integer(kind=i4b), intent(in) :: n
real(kind=dp), intent(out) :: a
real(kind=dp), intent(out) :: b
real(kind=dp), intent(out) :: r