You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking around a bit, I think it may have to do with the amplitudes and/or noise in faux_cell but I'm not sure, and a little experimentation did not reveal any insights (we are fitting to only 3 data points). Someone with more experience with qr.solve may need to take a look. There's also a note above the code in the vignette to use vanderMonde; I think this refers to X <- cbind(1, X, X^2) but I don't see how using vanderMonde gives an advantage here, except that one could make a hyperSpec object out of it, but that seems like overkill.
The text was updated successfully, but these errors were encountered:
Due to this issue, two chunks of code in hyperSpec.Rmd are not functional and are temporary not executed. In the vignette, FIXME tag was added to highlight the issue.
I had to revert my conversion of instances of
chondro
tofaux_cell
inhyperSpec.Rmd
because this code:throws an error from
qr.solve
. I also changed the relevant wavelengths; here is a failing example:Looking around a bit, I think it may have to do with the amplitudes and/or noise in
faux_cell
but I'm not sure, and a little experimentation did not reveal any insights (we are fitting to only 3 data points). Someone with more experience withqr.solve
may need to take a look. There's also a note above the code in the vignette to usevanderMonde
; I think this refers toX <- cbind(1, X, X^2)
but I don't see how usingvanderMonde
gives an advantage here, except that one could make ahyperSpec
object out of it, but that seems like overkill.The text was updated successfully, but these errors were encountered: