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

consider how to achieve performance improvements when the speed distribution is the same in all directions #27

Open
jaredthomas68 opened this issue Jun 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jaredthomas68
Copy link
Collaborator

Excerpt from email from Erik Q.

(first some comments by Jared T.)

Right now our framework is built on a "state" concept, where each wind
speed and wind direction represent a flow state (could also make
combinations of various other wind resource characteristics).

(response from Erik Q.)
My feeling is that if you have a Cartesian product state space, using
‘iterated expectation’ (which is what I described) should remain possible.
Any joint probability distribution is very often provided decomposed in a
marginal and conditionals (in what we looked at: marginal for direction and
conditionals for wind speed on direction) and this decomposition determines
the efficient calculation of the expectation. So any set of characteristics
and particular decomposition of the joint distribution gives rise to a
single calculation approach.
(Am I making sense?)

If you don't have a Cartesian product space (e.g., different speeds per
direction), this breaks down and working with the joint directly may then
be more efficient than filling up the holes to create a Cartesian product
structure.

@jaredthomas68 jaredthomas68 added the enhancement New feature or request label Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant