ssr_est: Estimate residual sum of squares

View source: R/RcppExports.R

ssr_estR Documentation

Estimate residual sum of squares

Description

calculate SSR where SSR(\beta) = u'D'Du.

Usage

ssr_est(r, s, w)

Arguments

r

residuals

s

weighting matrix

w

vector of weights


JanMarvin/nlsur documentation built on June 24, 2024, 2:58 a.m.