Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for stochastic demand profiles #49

Closed
p-snft opened this issue Jul 15, 2020 · 2 comments
Closed

Allow for stochastic demand profiles #49

p-snft opened this issue Jul 15, 2020 · 2 comments

Comments

@p-snft
Copy link
Member

p-snft commented Jul 15, 2020

Standard lows profiles (SLP) are – by construction – static. This can be a problem especially for electric demands of small sites (like single family homes). Thus, I suggest to introduce an option to get some randomness:

  • Part of the SLP is considered base load (constant over time).
  • The rest is composed of a static and a dynamic part.
    • The static part scales with the original SLP. Thus, setting this to 1 will just reproduce the SLP.
    • The dynamic part is modelled by a Poisson distribution with an expectation value scaled with the original SLP.

So – by construction – the SLP is reconstructed on average. Of course, this simple model is not very realistic, as it does not allow correlations between following values. However, it should be better then plain SLP.

@birgits
Copy link
Member

birgits commented Jul 16, 2020

@p-snft did you mean to post this in the demandlib?

@p-snft
Copy link
Member Author

p-snft commented Jul 30, 2020

Oops, yes. I will move it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants