Compare commits

..

No commits in common. "master" and "@forecasting/aggregation@1.0.3" have entirely different histories.

3 changed files with 9 additions and 8 deletions

View File

@ -22,7 +22,7 @@ npm install forecasting
#### Aggregation
Aggregation functionality is taken from [@forecasting/aggregation](https://www.npmjs.com/package/@forecasting/aggregation). You may want to install that package directly.
````js
```js
import {
@ -67,8 +67,12 @@ const getAggregatedProbabilities = (array) => {
return result;
}
};
````
```
You may also install [@forecasting/aggregation](https://www.npmjs.com/package/@forecasting/aggregation) directly
#### Scoring
To be done
@ -81,3 +85,4 @@ To be done
- [ ] Do another repository for scoring methods
- [ ] Do another repository for charts
```

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "forecasting",
"version": "0.1.3",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "forecasting",
"version": "0.1.3",
"version": "0.1.0",
"license": "ISC",
"dependencies": {
"@forecasting/aggregation": "^0.0.1"

View File

@ -1,6 +1,6 @@
{
"name": "forecasting",
"version": "0.1.3",
"version": "0.1.0",
"description": "Forecasting related utilities.",
"main": "index.js",
"scripts": {
@ -15,10 +15,6 @@
"dependencies": {
"@forecasting/aggregation": "^0.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/quantified-uncertainty/forecasting/"
},
"devDependencies": {
"lerna": "^4.0.0"
}