-
It's been three weeks since 7.3 beta was posted, which means it's time to start thinking about the release candidate. Are there any final changes we want to try to get in? At this point we're mainly…
-
I want to convert the Dolo examples https://github.com/jlperla/ECON546_2018/blob/master/julia%20tutorial/perfect_foresight_dolo_tutorial.ipynb and https://github.com/jlperla/ECON546_2018/blob/master/j…
-
From Dave Robinson's Stochastic Processes in R:
# Stochastic Processes in R
## Step 1: Brainstorming
1. What problem(s) will student learn how to solve?
* They'll learn the generative mode…
-
Hi there,
Just wanted to start off by saying that I'm really excited about this package and I hope to become engaged with the project eventually. I do a lot of physics simulations that involve stoc…
-
So far interface patches are built with made up output in the following format...
```JSON
{
"crops": [1,2],
"pathogens": [0,1],
"helicoverpa": [
{"crop":1, "pathogen": 0, "genotype":1, "resis…
-
The first problem is "&" missing in the meta data section.
-
### Actual behaviour
Whilst `data generation` is already scalable in a multicore and multinode system, `data analysis` is largely monolithic. This is not efficient in terms of computation time and me…
pdp10 updated
6 years ago
-
when aligning with the linear combination of the radial and major axis vector in a halo, a galaxy may be aligned or with a rotated vector that depends on the combination. e.g. when the alignment vect…
-
Hi all,
I want a thin dash.js player which does everything except video decoding and rendering. How I can disable decoding and rendering options in dash.js ?
Thanks in advance,
-
Hi Chris, in your Juliacon slides you have a section on Monte Carlo sims with a `prob_func` defined as below. However the [documentation](http://docs.juliadiffeq.org/stable/tutorials/sde_example.html#…