-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
following up the discussion on Discourse, I would kindly ask for method for (y,X).
Motivation: while GLM and friends are often useful, it is sometimes easier to just do 'b = X\y' etc.
Feasibility: looking at your code, it sometimes (like in lad.jl) starts with
X = designMatrix(setting)
Y = responseVector(setting)
In these cases, it should be straightforward to add methods. (I am busy with teaching right now, but might able submit PRs later this autumn.)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request