Community Profile

photo

David


Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • First Review

View badges

Feeds

View by

Answered
Finding fit parameters for x,y data of a lognormal cdf
I think I answered my own question by going a different route. See code below. X = 1:200; Y = logncdf(X,4.5,0.1); fun...

9 years ago | 0

| accepted

Question


Finding fit parameters for x,y data of a lognormal cdf
Hi, I have x, y vector data where x = some independent variable of interest and y = cumulative probability. I know the resul...

9 years ago | 1 answer | 0

1

answer