-
I started with a few basic AMRs but as I start to consider more models it would be useful to formalize a generic interface. The three moving components in the hierarchical models are
1. the relation…
-
default curve fit from scipy.optimize: popt, pcov = curve_fit(self.gauss, x, y, p0=p_init, maxfev=1000000) gives results that most folks do not expect/understand. This is because:
- by default all pt…
-
**Describe the feature / issue**
Namespace `DissolveFit` will contain basic fitting operations for 1D data. This originally started as a motivation to include a go-to method for a general case of fit…
-
Thanks for your excellent! How could I use the EMAP code to fit curves and lines from the trained 3DGS? Now I regard the Gaussian centers and directions as points and linedirection and feed them into …
-
This lesson belongs in the DS pathway, before linear regression. It should be written with that in mind.
We know that switching datasets introduces a pretty large barrier of entry.
- [x] Make a new…
-
Thanks for the updated documentation regarding jaxoplanet lately! I will preface by saying I am a relative beginner to jax+jaxoplanet but have experience with pymc5+exoplanet. I was just checking if j…
-
Check that in all model & guess functions, that they behave for all inputs e.g must check all for flat data as this is most likely to cause problems (div by 0 errors).
-
At the moment we are gathering important information about inference/score runs based on specific locations in a directory structure, and parsing the dir name,
e.g.
https://github.com/CDCgov/py…
-
1. `A,C`在`CoeffByVF.m`中定义 `RP,CP`定义在python代码中, $A_k,\zeta_k,B_l,C_l,\alpha_l,\beta_l$ 这些定义在 Ref[1]的公式(18),公式(20)中
1. 注意这里的 $\zeta_k,\alpha_l,\beta_l$ 为实pole或者复数pole
1. $RP=[AS,lambdaS]=[C,-diag(A)]=…
-
I have some questions about FLAME fitting.
I performed FLAME mesh fitting on the H3DS dataset and my own dataset by following the instructions for preparing a custom dataset. However, some of the F…