Ricefit - fast & vector

Estimates Rice parameters from rice-distributed rv. Operate on multiple sets at once.
528 Downloads
Updated 3 Nov 2010

View License

It is an enhanced very fast version of Ged Ridgway's RICEFIT see
http://www.mathworks.com/matlabcentral/fileexchange/14237
where:
1) inputs can be matrixes, an independent
fit is performed row-wise on all the rows
2) fast inversion - use Look Up Table
3) improved handling of near Normal and near Rayleigh distributions

The routine precompute a LookUpTable the first time it runs,
and stores it as persistent. Any farther call use the LUT.

Example - First download Ged Ridgway package. In the same folder install ricefit_fast. Then run the code below.

Cite As

Andrea monti guarnieri (2024). Ricefit - fast & vector (https://www.mathworks.com/matlabcentral/fileexchange/29179-ricefit-fast-vector), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

Improved handling of Normal-Rayleigh cases

1.0.0.0