4.0

4.0 | 1 rating Rate this file 6 Downloads (last 30 days) File Size: 29.4 KB File ID: #14280
image thumbnail

Modified Rosin-Rammler Distribution

by DS

 

14 Mar 2007 (Updated 21 Mar 2007)

Functions for manipulating or fitting data with the modified Rosin-Rammler distribution.

| Watch this File

File Information
Description

Useful functions for manipulating and fitting data using the modified Rosin-Rammler distribution.

These functions are pretty straightforward, and are provided primarily as a simple, useful curve-fitting example. Much of the code is adapted directly from the "fitcurvedemo" detailed in the MatLab help files.

MATLAB release MATLAB 7.0.4 (R14SP2)
Tags for This File  
Everyone's Tags
curve fit, diamet, drop, droplet, particle size, probability, rosinrammler, sauter, statistics
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Comments and Ratings (2)
29 Oct 2009 Jakub Broukal

I have to apologize, my fingers where faster than my mind - the correction above is wrong.

27 Oct 2009 Jakub Broukal

Thanks, this is just what I was looking for. Just one minor mistake in the file mRosinRammlerPDF.m

y = (exp(-((log(X)./log(D)).^q))...
.* q...
.* ((log(X)./log(D)).^q))... => here should be .^(q-1)
.* (1./(X .* log(X)));

Updates
21 Mar 2007

Fixed the html nonsense, no changes to the functions.

Contact us