-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for upper and lower errors when determining fundamental param…
…eters. (#91) * provide upper and lower errors when determining fundamental parameters. * adding comment of absolute spectrum being at 10 pc in the header of the absolute sed file * added chaubrier_2022 evolutionary models * increasing the number of samples * getting rid of print statement * Increasing the number of iterations for monte-carlo approach * Changing integrate function error functionality to take the median of the bootstrapped errors and not the max.Also, changing the number of samples in boostrap method to be 10^3. * changed the set Vega radius to be in the format of upper and lower error. * With the change in uncertainty calculation, we still get a result that is not zero regardless of giving ucertainties for xparam or yparam. * getting rid of random bool statements * Changed the plotting to keep in mind whether a distance is provided or not. Also, got rid of a few unecessary print statements. * Changed the formatting of the unceratainty to have and upper and a lower unc. Co-authored-by: Kelle Cruz <[email protected]> * deleting commented function * changed test evaluate to use mark parametrize * Adding More Tests Co-authored-by: Kelle Cruz <[email protected]> * added numpy import * removing deprecated pkg file call * changes the lower and upper errors to not use a range and directly use the interpolated lower and upper errors * Revert "changes the lower and upper errors to not use a range and directly use the interpolated lower and upper errors" --------- Co-authored-by: Kelle Cruz <[email protected]>
- Loading branch information
Showing
7 changed files
with
196 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.