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

[ENHANCEMENT] Update dediscretize to support user defined sampling (not just uniform) from a parameters bin #38

Open
aweinert-MIT opened this issue Feb 3, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@aweinert-MIT
Copy link
Member

Relation

The function, dediscretize samples a value within the inputted parameters bin and currently enforces uniform sampling within a bin. This function is called by dbn_hierarchical_sample to create values based on the sampled parameter bin. For example when using the uncorrelated conventional aircraft encounter models, such as uncor_1200only_fwse_v1p2, if the altitude layer (L) parameter bin is 1, then dediscretize will sample a value from the 1st altitude bin. Currently the first altitude bin is [50, 500) feet AGL, so dediscretize will uniformly sample a value, U(50, 500]

Description

Update dediscretize to enable non-uniform sampling within a bin. A good first start would be implementing a Gaussian sampling option, followed by functionality to enable the user to input their own sampling function.

Additional

dediscretize is called by lines 25 – 37 in dbn_hierarchical_sample.m. Lines 25-31 is for the sample from the initial network while lines 33 – 37 are the events (i.e., for the uncorrelated conventional aircraft models: vertical rate, turn rate, acceleration) for each timestep.

This issue will also be heavily reviewed by the airspace encounter models team. It is important that the models not be misused to sample and create tracks, and subsequently encounters, that intentionally skew the encounter geometry to be easier for a collision avoidance system to resolve.

@aweinert-MIT aweinert-MIT added enhancement New feature or request help wanted Extra attention is needed labels Feb 3, 2022
@aweinert-MIT aweinert-MIT added this to To do in General Development via automation Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Development

No branches or pull requests

1 participant