-
I tried this code, which is the first example given in the Readme.md file.
```>> Rinit('limma')
load('TestData.mat')
Rpush('dat',dat,'grp',grp)
Rrun('fit
-
I am new user of python, and thus I missed probably st crucial.
1. I tried to import __init__ in main dir of the project:
import __init__
----------------------------------------------------------…
-
It would be good to keep a change log as changes are made instead of writing it at release time. We have CHANGES.rst now. Do we just add notes to it as we go or shall we use a release notes management…
-
Gaussian fitting of an emission line is triggering the error message in lines 357-361 of model.py. This occurs when running specfit interactively and non-interactively.
` if np.any(np.isnan(…
-
macOS Catalina 10.15.4, python 3.8.2
``` python
import numpy as np
import pyspeckit
xaxis = np.linspace(-50,150,100)
sigma = 10.
center = 50.
baseline = np.poly1d([0.1, 0.25])(xaxis)
synth_d…
-
### Description of feature
We would like to extend this pipeline logic to allow processing of data and model described bellow. Can you suggest how we should approach this topic?
Consider the follo…
-
Would you consider supporting fitting x- and y-data which has units that are defined by Unitful.jl?
For example,
```julia
using LsqFit
@. model(x, p) = p[1]*exp(-x*p[2])
xdata = range(0, stop=1…
-
Somehow related to #94, I was wondering if you think it could be possible to implement the error propagation (on fitting parameters, experimental uncertainties if present/enabled) to the calculated qu…
-
### What is the expected behavior?
For #782, I was thinking about using something like the wonkiness criteria described in #417 but that requires the chi squared without weighting the data po…
-
eDA startup is very long. It should be time profiled and optimized.