rand5

Results 6 issues of rand5

Hi, I am interested in calculating the hessian of a function that requires calls to multiple other built-in and local functions. What is otherwise a run-able function quickly becomes incompatible...

I am stuck on the PlotlyJS equivalent of the following example found [here](https://github.com/JuliaPlots/PlotRecipes.jl) on the `Plots.jl` page: ``` using PlotRecipes, Shapefile dir = "https://github.com/nvkelso/natural-earth-vector/raw/master/110m_physical/" fn = "ne_110m_land.shp" run(`wget $dir/$fn -P...

When I run `npm install node-julia --save`, I get the following error. On Windows 7 Any help is greatly appreciated. ![image](https://cloud.githubusercontent.com/assets/17629404/15332630/5e7f0684-1c34-11e6-929f-23dfc72f1535.png)

Would this be the appropriate place for implementation of one-pass algorithms for mean, std and k-step auto-correlation? Wondering if these are already in the works.

MWE: ``` θ = -2.5 d= 2 C = FrankCopula(d,θ) D1 = SklarDist(C,(Normal(-2.,1),Normal(-0.3,0.1))) pdf(D1, [2.,-2.]) # = Inf ``` Returns `0` if `θ = 2.5` instead of `θ = -2.5`

I'm migrating a problem discussed [here](https://discourse.julialang.org/t/convolution-of-dependent-random-variables-with-copula/124603) that involves computing the convolution of two dependent random variables where their joint distribution is defined by a copula. I believe the issue may...