howarth

Results 3 issues of howarth

Is there a way to have multiple constraints with ProjectedGradient? For example can I have a constraint set be the intersection of the l2 sphere and non negative values?

question

When I use the following method `pdf(k::BivariateKDE, x, y)` on two lists of size N I get an NxN matrix of values. Is there a way to tell pdf to...

I want to be able to run something similar to predict_insample but with an arbitrary df instead of the training data. I didn't see anywhere else where I could run...