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

Error Analyzer's Task Division #42

Open
bonghyun5 opened this issue Nov 21, 2013 · 3 comments
Open

Error Analyzer's Task Division #42

bonghyun5 opened this issue Nov 21, 2013 · 3 comments

Comments

@bonghyun5
Copy link

Overall Goal: Refactor the code to generate an error diagram given a dataset and a model.

Code is given: https://github.com/aparker92/error_analyzers/blob/master/etas-training.R

Each member of the group will try to create a function that will output what we need for the overall function to generate the plot.

Laura: Find out how etas.CI is given to us. Look at lines [25 - 27] in above R code.

Alyssa: Coordinate with the analyzer group 2 to homogenize the output for MDA model with the output for ETAS model we have now.

Tay:
Given the earthquake data, divide them up to {times, magnitude}.
Given start time and end time, get the period for them.
[Lines 1 - 20]

Alice:
Given you have training period, get number of training and testing set. Generate place holders for CI.dist and CI.list
[Lines 29 - 57]
Given you have parameters for ETAS model, and given you have the ETAS model, fill in CI.dist.
[Lines 24-27] [Lines 57-87]

Disi:
Given you have parameters for ETAS model and given you have ETAS model, fill in CI.list, which is values at event time.
[Lines 89 - 112]

Bonghyun:
Compile Everything from above
Given you have CI.list and CI.dist, generate sorted list for error plot
[Lines 116-135]
Given error plot numbers, plot it to error plot.
[Lines 140-144]

John:
Given list of timeperiod, and the Error Points, make a function to get the Area Under the Curve.

DEADLINES:
Everyone Except Bonghyun: 11/24 midnight.
Bonghyun: Monday night to compile everything.

@GalaxyNight-day
Copy link
Member

Check your email !

@bonghyun5
Copy link
Author

So far, only tay has given me his part. Can you guys try to finish by tonight so i can compile everything together?

@johnrisko
Copy link

Hey could we go over this in class? My problem is I need a function to
implement the integrate function. The plots are a list of data. We need to
first find a function that fits the observed data. If possible, can I work
on this with someone more technical because it will require fitting the
data to a distribution or a function.

On Mon, Nov 25, 2013 at 11:22 PM, Bonghyun Kim [email protected]:

So far, only tay has given me his part. Can you guys try to finish by
tonight so i can compile everything together?


Reply to this email directly or view it on GitHubhttps://github.com//issues/42#issuecomment-29271989
.

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

3 participants