Hello. Once again, please be patient with my dumb questions as I find my feet.
I've forked Distributions and created a branch called gpd. On that branch is a new script, gpd.jl. https://github.com/harrysouthworth/Distributions.jl/blob/gpd/src/univariate/gpd.jl I'm working in ~/.julia/Distributions and can see gpd.jl and the changes I'm making to it. If I do reload("Distributions") and then try wh = GPareto(0, 1, .1) I get ERROR: GPareto not defined. I'd be grateful of any pointers on what I'm doing wrong. Also, how to I get Julia to list the objects it can see inside a package? Thanks again, Harry
