Skip to content

Commit 56797ce

Browse files
Update paper/paper.md
1 parent 2c36d4a commit 56797ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Calliope [@Pfenninger:2018] is a capacity expansion modeling software in python
4444

4545
At this point, we would like to point to the key features that ``ClustForOpt`` provides. Implementation details can be found in the software's documentation.
4646

47-
- *The type system*: The data type (called struct in julia) ``ClustData`` stores all time-series data in a common format. Besides the data itself, it automatically processes and stores information such as number of periods, the number of time steps per period, which is called the period lenght, and the chronology of the periods, which are relevant to formulating the sets of the optimization problem later. The data type ``ClustResult`` additionally stores information relevant for evaluating clustering performance. These data types make ``ClustForOpt`` to be easily integrated with any optimization problem and analysis.
47+
- *The type system*: The data type (called struct in julia) ``ClustData`` stores all time-series data in a common format. Besides the data itself, it automatically processes and stores information such as number of periods, the number of time steps per period, which is called the period length, and the chronology of the periods, which are relevant to formulating the sets of the optimization problem later. The data type ``ClustResult`` additionally stores information relevant for evaluating clustering performance. These data types make ``ClustForOpt`` to be easily integrated with any optimization problem and analysis.
4848

4949
- *The aggregation methods*: The most commonly used clustering methods and extreme value selection methods are implemented with a common interface, allowing for simple comparison of these methods on a given data set and optimization problem.
5050

0 commit comments

Comments
 (0)