4.0

4.0 | 1 rating Rate this file 14 Downloads (last 30 days) File Size: 29.44 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
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (2)
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)));

29 Oct 2009 Jakub Broukal

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

Please login to add a comment or rating.
Updates
21 Mar 2007

Fixed the html nonsense, no changes to the functions.

Tag Activity for this File
Tag Applied By Date/Time
statistics DS 22 Oct 2008 09:04:27
probability DS 22 Oct 2008 09:04:27
rosinrammler DS 22 Oct 2008 09:04:27
curve fit DS 22 Oct 2008 09:04:27
particle size DS 22 Oct 2008 09:04:27
droplet DS 22 Oct 2008 09:04:27
drop DS 22 Oct 2008 09:04:27
sauter DS 22 Oct 2008 09:04:27
diamet DS 22 Oct 2008 09:04:27

Contact us at files@mathworks.com