-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
36 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
| File | Description | | ||
|------ |-------------| | ||
| Learning_full.mov | A video showing all the learning stages | | ||
| Learning.mov | A video showing clips of the learning stages | | ||
| LV.mov | A video of the long-verbal task | | ||
| NV.mov | A video of the non-verbal task | | ||
| SV.mov | A video of the short-verbal task | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
### Master script to create figures | ||
- 'master.m' | ||
|
||
- `master.m`. Run this function to generate all the figures. | ||
|
||
### MLE fitting | ||
- 'fit_discount_loo.m': fmincon -> one can define several utility forms: hyperbolic, exponential, with curvature or not - and choose between two decision rules: softmax and matching, including leave one out cross validation | ||
Necessary functions for the fits: 'discountf.m' - defines utility depending on the specified model, 'softmax.m' - sofmax decision rule, 'matchrule.m' - matching decision rule | ||
|
||
- `fit_discount_loo.m`: fmincon -> one can define several utility forms: hyperbolic, exponential, with curvature or not - and choose between two decision rules: softmax and matching, including leave one out cross validation | ||
- Necessary functions for the fits: `discountf.m` - defines utility depending on the specified model, `softmax.m` - sofmax decision rule, `matchrule.m` - matching decision rule | ||
|
||
### TODO | ||
|
||
Include the R code for the hierarchical Bayesian model. |