Jasper Behrensdorf

Results 106 comments of Jasper Behrensdorf

Closed by #218.

Sounds good, a PR is more than welcome!

I'm making some changes here. The spectral representation shouldn't even be using `DataFrame` inputs at all. I'm reworking it so the inputs are vectors and matrices for evaluation of multiple...

Thanks everyone! We can always revisit the naming later on.

What we wrote for the ESREL paper should be sufficient here.

Since we need a reference to the name of the spectral representation `gm_ϕ_1` would be the obvious choice. I have a few more ideas on how we can potentially improve...

Building the pdf should be totally independent from this.

Probably the easiest way to do this would be to add a second script `makeVite.jl` next to `make.jl`. We then extract the `pages` to another file which an be included...

looks like you can just pass arguments to a julia file directly. We could then check on the first argument to enable vitepress. ``` julia --project=docs/ docs/make.jl vite ```

> For sliced normals, we might be able to use transport maps from @jgrashorn I'll believe that when I see it :D