regression_function Interface

interface
public subroutine regression_function(xdata, params, resid, stop)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in), dimension(:) :: xdata
real(kind=real64), intent(in), dimension(:) :: params
real(kind=real64), intent(out), dimension(:) :: resid
logical, intent(out) :: stop