This repository has been archived by the owner on Jul 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Absorbance measurement analysis tool
License
karelklic/flashfit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
FlashFit -------- FlashFit interpretes data measured by oscilloscope. Homepage: http://klic.name/computer/flashfit ** Nonnegative least squares One solution: a = nonneglstsq.fnnls(matlib.dot(c.T, c), matlib.dot(c.T, y))[0] http://old.nabble.com/python-version-of-nnls-fnnls-tt4569586.html http://old.nabble.com/NNLS-in-scipy-tt17853613.html#a17855503 Another solution: http://senselab.med.yale.edu/modeldb/showmodel.asp?model=116837&file=\RM_STDP\packages\pyV1\learning\lsqnonneg.py a = numpy.matrix(nonneglstsq2.lsqnonneg(c.getA(), y.getA1())[0]).T
About
Absorbance measurement analysis tool
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published