-
**Is your feature request related to a problem? Please describe.**
There are several functions that do the same computation (fitting the relation between exceedance frequency and return periods) but …
-
result=dds.deg_analysis(treatment_groups,control_groups,method='DEseq2',
multipletests_method=None)
Fitting size factors...
... done in 0.01 seconds.
Fitting dispersions…
-
### What happened?
The documentation of both the DataArray and Dataset method `polyfit` state for the first parameter:
```
dim : hashable
Coordinate along which to fit the polynomials.…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
Hi there,
I am using hotbit for parametrization of Cu-M (where M is another transition metal).
I am able to get the .elm and Slako tables with no repulsion.
However, when I try the fourth step …
-
After computing altitude histograms (e.g. default 25 bins), some of the bins end with very few images. The curve fitting process is affected by the uneven distribution of image samples per altitude bi…
-
I've been noticing that some of the splines produced by `fitting.approximate_curve` seem to have a little hump at one end. Here, for dramatic effect, is a particularly striking example. This is what t…
-
I try to fit a surface through a field of points, where one row of points collapse to a singularity, similar to this:
https://developer.rhino3d.com/guides/general/essential-mathematics/parametric-cur…
-
Using detecting area to estimate the distance between object and camera. Finished the scratch code, next action is to build a mathematical map between object detection distance and object area.
-
To improve speed of light curve fitting, especially using Gaussian Processes (GPs), we have already discussed adding [tinygp package](https://tinygp.readthedocs.io/en/latest/index.html) to the stage 5…