Skip to content

kudrnka/flashfit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published