mcyc / crispy

Computational Ridge Identification with SCMS for Python
GNU General Public License v3.0
9 stars 2 forks source link

Made SCMS run faster #3

Closed mcyc closed 1 year ago

mcyc commented 1 year ago

Changed most of the data to have a data type of np.float32 and replaced multivariate_normal.pdf with a specialized in-house gaussian function. Note: not all data have been replaced to np.float32 due to an unexpected drop in performance in those cases.