sum_squares_grad: Sum of squares gradient

View source: R/model_fitting.R

sum_squares_gradR Documentation

Sum of squares gradient

Description

Computes gradient for sum-of-squares

Usage

sum_squares_grad(x, models, data, transform, lambda = 0)

Arguments

x

the transcript model abundances

models

the matrix of transcript models

data

a vector of the observed data

transform

how to transform the data (either "identity" or "log")

lambda

the weight of the lasso penalty (not implemented at this time)


CshlSiepelLab/tuSelecter2 documentation built on June 2, 2025, 7:09 a.m.