Home
last modified time | relevance | path

Searched refs:myweights (Results 1 – 2 of 2) sorted by relevance

/dports/math/R-cran-sandwich/sandwich/R/
H A DvcovHAC.R235 myweights <- function(x, order.by = NULL, prewhite = FALSE, ar.method = "ols", data = list()) function
240 weights = myweights, adjust = adjust, diagnostics = diagnostics,
298 myweights <- function(x, order.by = NULL, prewhite = FALSE, data = list(), ...) function
302 weights = myweights, adjust = adjust, diagnostics = diagnostics,
415 myweights <- seq(1, 0, by = -(1/(lag + 1))) functionVar
417 weights = myweights, adjust = adjust, diagnostics = diagnostics,
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c1060 SCIP_Longint* myweights; in SCIPsolveKnapsackExactly() local
1200 gcd = myweights[nmyitems - 1]; in SCIPsolveKnapsackExactly()
1211 myweights[j] /= gcd; in SCIPsolveKnapsackExactly()
1327 assert(myweights[j] <= capacity); in SCIPsolveKnapsackExactly()
1330 greedysolweight += myweights[j]; in SCIPsolveKnapsackExactly()
1494 d = (int)(d - myweights[j]); in SCIPsolveKnapsackExactly()
7332 SCIP_Longint* myweights; in propagateCons() local
7371 myweights = NULL; in propagateCons()
7472 assert(myweights[i] <= myweights[cliquestartposs[c - 1]]); in propagateCons()
7626 assert(i == endvarposclique || myweights[i] >= myweights[i+1]); in propagateCons()
[all …]