-
I want to fully understand what activation plot tell us
Here is my code:
```python
import numpy as np
import sympy as sp
import pandas as pd
import matplotlib.pyplot as plt
from sklearn.m…
-
I want to go ahead and propose a summary of the "LongitudinalStructure" class, which is intended to be part of the overall job of refactoring some data out of LongBone and enable a more flexible data …
-
I was trying to use this API to get the track yaw angle and curvature based on GPS data to run my laptime sims.
Then I was trying to use your algorithm to understand how you import the track data a…
-
I would like the library to add support for BSpline and BSpline Surfaces
**Describe the solution you'd like**
The library currently supports a Bezier Curve and Surface and I would like to see suppor…
-
The flatten function computes the trend and then divides it into the input flux to get the output flux. That implies that the trend comes back from the estimator centred on a value of 1, but for Huber…
-
When varying w0 and wa I got an error using the default minimum scale factor of 0.1, or even a smaller scale factor down to 5e-4 (pyccl.errors.CCLError: Comoving distance spline does not cover suffici…
-
It seems svgToPdf isn't able to render `` elements. Particularly for those of us doing data visualisation, being able to render splines is incredibly important.
-
@jipolanco is there a way to use matched start and end slopes? This is useful for interpolating curves that should be deemed closed.
For instance, in this example the left might be a circle sample…
-
(Part of review [here](https://github.com/openjournals/joss-reviews/issues/6962).)
This was fun to read *and* I learnt some things :)
Some minor statistical/editorial comments on the paper:
-…
dill updated
3 months ago
-
Hi,
I wanted to use moanin to analyze my time course RNA seq data - tested it on a small dataset: 2 conditions: WT vs KO, 3 time points, 2 replicates of each condition/time point.
Unfortunatel…