-
**Edit (configuration system implemented):**
I have finished my work on the new configuration system (I hope!). I planned to merge it tomorrow so I can continue to work on the extension system.
When…
-
I have a one-to-many relationship:
```
// ----- Holding -----
bookshelf.model('Holding', {
tableName: 'holdings',
security: function() {
return this.hasOne('Security');
},
fun…
-
Andrew Gelman contacted me about the possibility of a Julia interface to Stan, similar to the rstan package for R. I'll just quote our exchange here. Let me know if it would be more appropriate to m…
-
I need GET the user post list, request url as follow:
http://domain/restapi/users/1/posts
I add getPosts() in /models/User.php
public function getPosts()
{
return $this->hasMany(Post::className(), …
-
Hi,
I have read the code. The original paper build a gibbs chain for two level HDP with two sampling stage, sampling k and sampling t. whereas in this implementation only t variables are sampled and s…
-
- [x] We need to add acknowledgments to the manual for all the great help we've gotten.
- [x] We need to update the web site with info on these citations (supplied by Richard McElreath):
```
@article…
-
Including a bunch of you in this private repo as you're either involved in LevelUP, NodeConf.eu or might have some useful input to this tool: @raynos @dominictarr @maxogden @ralphtheninja @kesla @juli…
rvagg updated
11 years ago
-
Parallel processing option for draw.thetas(), should work better now that the draws are done
mainly in R. May be especially useful in multilevel models
-
Hi,
First, thanks for this usefull plugin.
But I have a small issue.
I configured Jenkins with git plugin to build several branches pattern :
- `gitlab/story/*`
- `gitlab/bug/*`
- `gitlab/dev`
(`g…
-
There was a fair amount of talk, and a little design, targeted at allowing this tool to work for multiple levels. The problem with that is the vast quantity of magic numbers that are now in the code.…