tsam | based time series aggregation module which can be | Time Series Database library
kandi X-RAY | tsam Summary
kandi X-RAY | tsam Summary
We are the Techno-Economic Energy Systems Analysis department at the Institute of Energy and Climate Research: Electrochemical Process Engineering (IEK-3) belonging to the Forschungszentrum Jülich. Our interdisciplinary department's research is focusing on energy-related process and systems analyses. Data searches and system simulations are used to determine energy and mass balances, as well as to evaluate performance, emissions and costs of energy systems. The results are used for performing comparative assessment studies between the various systems. Our current priorities include the development of energy strategies, in accordance with the German Federal Government’s greenhouse gas reduction targets, by designing new infrastructures for sustainable and secure energy supply chains and by conducting cost analysis studies for integrating new technologies into future energy market frameworks.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Creates the centroids for the time series
- Calculate the representative centers for the given candidates
- Return the duration representation of the candidates
- Performs clustering
- Fit the clustering algorithm
- Checks if the array is valid
- Calculate k - means k - medoids
- Setup k - means model
- Calculate k - maxoids clustering
- Check that the data is valid
- Calculate the k maxima for a given matrix X
- Return the segment duration as a dictionary
- Creates a new stochasticPeriods
- Unnormalize the time series
- Returns a dictionary of clusteringPeriods
- Perform clustering
- Return a list of the indices of the cluster
- Returns the clustering order of the grid
- ClusterPeriods
tsam Key Features
tsam Examples and Code Snippets
Community Discussions
Trending Discussions on tsam
QUESTION
Is it possible to derive a classdef class from an old-style class?
In Octave 4.0 the ss
class is defined in the old style with @ss
directory.
I want to derive a class with a customized __freqresp__
method in a file myss.m
located in path
and with the following content:
ANSWER
Answered 2021-Jan-12 at 17:42Extending my answer in the comments to an example.
Like I said in the comments, I don't think mixing classdef and classic object-oriented styles is possible. Therefore I would use the 'classic' OO-style to perform the 'overload' instead, which is fairly straightforward anyway.
However, like lots of other syntax in matlab/octave, the classic style uses filesystem semantics to define the respective namespaces, and you have the added requirement that you'd like to code all of this functionality in a single file.
The obvious workaround that comes to mind then, is to create the necessary files/namespaces on the filesystem 'on the fly', and then load that class definition as appropriate in your main code later. Obviously, this isn't really the recommended way to work with classes (new or old), however, if you really must work from a single file, then it is not that difficult to accomplish either.
Here's a (standalone) example demonstrating this (i.e. copy code into a script and just run the script in octave):
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install tsam
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page