runtime verifjcation of scientifjc software
play

Runtime Verifjcation of Scientifjc Software Maxwell Shinn, Clarence - PowerPoint PPT Presentation

Runtime Verifjcation of Scientifjc Software Maxwell Shinn, Clarence Lehman, and Ruzica Piskac October 31, 2018 Motivation def graph_measure(filename): timeseries = load_from_csv(filename) corr_matrix = corr_coef(timeseries) normalized =


  1. Runtime Verifjcation of Scientifjc Software Maxwell Shinn, Clarence Lehman, and Ruzica Piskac October 31, 2018

  2. Motivation def graph_measure(filename): timeseries = load_from_csv(filename) corr_matrix = corr_coef(timeseries) normalized = fisher_transform(corr_matrix) G = matrix_to_graph(normalized) return graph_clustering(G) 2 of 6 Maxwell Shinn, Clarence Lehman, and Ruzica Piskac (2018)

  3. Expected result 3 of 6 Maxwell Shinn, Clarence Lehman, and Ruzica Piskac (2018)

  4. Actual result 4 of 6 Maxwell Shinn, Clarence Lehman, and Ruzica Piskac (2018)

  5. Motivation def graph_measure(filename): timeseries = load_from_csv(filename) corr_matrix = corr_coef(timeseries) normalized = fisher_transform(corr_matrix) G = matrix_to_graph(normalized) return graph_clustering(G) 5 of 6 Maxwell Shinn, Clarence Lehman, and Ruzica Piskac (2018)

  6. Motivation def graph_measure(filename): timeseries = load_from_csv(filename) normalized = fisher_transform(corr_matrix) G = matrix_to_graph(normalized) return graph_clustering(G) 5 of 6 Maxwell Shinn, Clarence Lehman, and Ruzica Piskac (2018) corr_matrix = corr_coef(timeseries) diag = 1+1e-10

  7. Motivation def graph_measure(filename): timeseries = load_from_csv(filename) normalized = fisher_transform(corr_matrix) = NaN G = matrix_to_graph(normalized) return graph_clustering(G) 5 of 6 Maxwell Shinn, Clarence Lehman, and Ruzica Piskac (2018) corr_matrix = corr_coef(timeseries) diag = 1+1e-10

  8. Motivation def graph_measure(filename): timeseries = load_from_csv(filename) normalized = fisher_transform(corr_matrix) = NaN return graph_clustering(G) 5 of 6 Maxwell Shinn, Clarence Lehman, and Ruzica Piskac (2018) corr_matrix = corr_coef(timeseries) diag = 1+1e-10 G = matrix_to_graph(normalized) NaN → 0

  9. Motivation def graph_measure(filename): timeseries = load_from_csv(filename) normalized = fisher_transform(corr_matrix) = NaN return graph_clustering(G) ??? 5 of 6 Maxwell Shinn, Clarence Lehman, and Ruzica Piskac (2018) corr_matrix = corr_coef(timeseries) diag = 1+1e-10 G = matrix_to_graph(normalized) NaN → 0

  10. Our tool In scientifjc software, we don’t know what the output should be Python library for scientifjc software Checks entry and exit conditions Conditions specifjed with refjnement types Specifjcation serves as documentation Automated offmine testing 6 of 6 Maxwell Shinn, Clarence Lehman, and Ruzica Piskac (2018)

  11. Our tool Python library for scientifjc software Checks entry and exit conditions Conditions specifjed with refjnement types Specifjcation serves as documentation Automated offmine testing 6 of 6 Maxwell Shinn, Clarence Lehman, and Ruzica Piskac (2018) ▶ In scientifjc software, we don’t know what the output should be

  12. Our tool Checks entry and exit conditions Conditions specifjed with refjnement types Specifjcation serves as documentation Automated offmine testing 6 of 6 Maxwell Shinn, Clarence Lehman, and Ruzica Piskac (2018) ▶ In scientifjc software, we don’t know what the output should be ▶ Python library for scientifjc software

  13. Our tool Conditions specifjed with refjnement types Specifjcation serves as documentation Automated offmine testing 6 of 6 Maxwell Shinn, Clarence Lehman, and Ruzica Piskac (2018) ▶ In scientifjc software, we don’t know what the output should be ▶ Python library for scientifjc software ▶ Checks entry and exit conditions

  14. Our tool Specifjcation serves as documentation Automated offmine testing 6 of 6 Maxwell Shinn, Clarence Lehman, and Ruzica Piskac (2018) ▶ In scientifjc software, we don’t know what the output should be ▶ Python library for scientifjc software ▶ Checks entry and exit conditions ▶ Conditions specifjed with refjnement types

  15. Automated offmine testing Our tool 6 of 6 Maxwell Shinn, Clarence Lehman, and Ruzica Piskac (2018) ▶ In scientifjc software, we don’t know what the output should be ▶ Python library for scientifjc software ▶ Checks entry and exit conditions ▶ Conditions specifjed with refjnement types ▶ Specifjcation serves as documentation

  16. Our tool 6 of 6 Maxwell Shinn, Clarence Lehman, and Ruzica Piskac (2018) ▶ In scientifjc software, we don’t know what the output should be ▶ Python library for scientifjc software ▶ Checks entry and exit conditions ▶ Conditions specifjed with refjnement types ▶ Specifjcation serves as documentation ▶ Automated offmine testing

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend