diff --git a/.Rbuildignore b/.Rbuildignore index 10ca984..a7ad1d3 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,3 +1,8 @@ +.*\.log +.*\.tex +.*_files +\.Rproj\.user +\.quarto ^.*\.Rproj$ ^CITATION\.cff$ ^LICENSE.md$ @@ -20,10 +25,10 @@ ^inst/*\.log$ ^inst/*css$ ^inst/*figure$ -^inst/*rds$ ^inst/intern_rapport$ ^inst/output$ ^inst/rapport$ +^inst/results.rds$ ^inst/website$ ^man-roxygen$ ^organisation.yml$ diff --git a/.github/workflows/check_on_branch.yml b/.github/workflows/check_on_branch.yml index 1ee5f63..bc635a0 100644 --- a/.github/workflows/check_on_branch.yml +++ b/.github/workflows/check_on_branch.yml @@ -18,5 +18,3 @@ jobs: contents: read steps: - uses: inbo/actions/check_pkg@main - with: - aptget: libpoppler-cpp-dev diff --git a/.github/workflows/check_on_different_r_os.yml b/.github/workflows/check_on_different_r_os.yml index 10c4a14..e769b5b 100644 --- a/.github/workflows/check_on_different_r_os.yml +++ b/.github/workflows/check_on_different_r_os.yml @@ -37,7 +37,7 @@ jobs: - uses: r-lib/actions/setup-r@v2 with: r-version: ${{ matrix.config.r }} - extra-repositories: https://inbo.r-universe.dev + extra-repositories: https://inbo.r-universe.dev https://inla.r-inla-download.org/R/stable - uses: r-lib/actions/setup-pandoc@v2 diff --git a/.github/workflows/check_on_main.yml b/.github/workflows/check_on_main.yml index 8c32ec6..6e8268d 100644 --- a/.github/workflows/check_on_main.yml +++ b/.github/workflows/check_on_main.yml @@ -17,5 +17,3 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: inbo/actions/check_pkg@main - with: - aptget: libpoppler-cpp-dev diff --git a/.zenodo.json b/.zenodo.json index 5d36bd3..01bf117 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,6 +1,6 @@ { "title": "abvanalysis: Analysis of the Common Breeding Bird Survey", - "version": "0.2.4", + "version": "0.2.5", "license": "GPL-3.0", "upload_type": "software", "description": "

Read in the raw data and prepare analysis datasets.<\/p>", diff --git a/CITATION.cff b/CITATION.cff index 9b3f914..1b06ab8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -21,4 +21,4 @@ license: GPL-3.0 repository-code: https://github.com/inbo/abvanalysis/ type: software abstract: "Read in the raw data and prepare analysis datasets." -version: 0.2.4 +version: 0.2.5 diff --git a/DESCRIPTION b/DESCRIPTION index 3eb4843..9f85c74 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,17 +1,18 @@ Package: abvanalysis Title: Analysis of the Common Breeding Bird Survey -Version: 0.2.4 +Version: 0.2.5 Authors@R: c( person("Thierry", "Onkelinx", , "thierry.onkelinx@inbo.be", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8804-4216", affiliation = "Research Institute for Nature and Forest (INBO)")), - person("Research Institute for Nature and Forest (INBO)", , , "info@inbo.be", role = c("cph", "fnd")) + person("Research Institute for Nature and Forest (INBO)", , , "info@inbo.be", role = c("cph", "fnd"), + comment = c(ROR = "00j54wy13")) ) Description: Read in the raw data and prepare analysis datasets. License: GPL-3 URL: https://github.com/inbo/abvanalysis BugReports: https://github.com/inbo/abvanalysis/issues Depends: - R (>= 3.1.2) + R (>= 4.1.0) Imports: assertthat, DBI, @@ -25,17 +26,20 @@ Imports: stringr, tibble, tidyr -Suggests: +Suggests: + DT, effectclass, + gt, INBOmd, INBOtheme, knitr, pander, plotly, + quarto, rmarkdown, scales, tidyverse -VignetteBuilder: +VignetteBuilder: knitr Additional_repositories: https://inbo.r-universe.dev Config/checklist/communities: inbo @@ -44,4 +48,4 @@ Config/checklist/keywords: common breeding birds; monitoring; analysis; Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.2 +RoxygenNote: 7.3.3 diff --git a/LICENSE.md b/LICENSE.md index 2fb2e74..379c1b2 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -### GNU GENERAL PUBLIC LICENSE +# GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/NAMESPACE b/NAMESPACE index ceb1e7a..f907217 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,5 +1,6 @@ # Generated by roxygen2: do not edit by hand +export(copy_manifest_objects) export(get_field_id) export(get_linear_lincomb) export(get_nonlinear_lincomb) @@ -27,7 +28,6 @@ importFrom(assertthat,is.number) importFrom(assertthat,is.string) importFrom(assertthat,noNA) importFrom(digest,sha1) -importFrom(dplyr,"%>%") importFrom(dplyr,across) importFrom(dplyr,anti_join) importFrom(dplyr,arrange) @@ -35,6 +35,7 @@ importFrom(dplyr,bind_cols) importFrom(dplyr,bind_rows) importFrom(dplyr,count) importFrom(dplyr,distinct) +importFrom(dplyr,everything) importFrom(dplyr,filter) importFrom(dplyr,full_join) importFrom(dplyr,group_by) @@ -58,19 +59,24 @@ importFrom(git2rdata,push) importFrom(git2rdata,read_vc) importFrom(git2rdata,recent_commit) importFrom(git2rdata,rm_data) +importFrom(git2rdata,update_metadata) importFrom(git2rdata,verify_vc) importFrom(git2rdata,write_vc) importFrom(methods,slot) +importFrom(n2kanalysis,connect_inbo_s3) importFrom(n2kanalysis,display) importFrom(n2kanalysis,get_data) importFrom(n2kanalysis,get_file_fingerprint) importFrom(n2kanalysis,get_result) importFrom(n2kanalysis,get_status_fingerprint) +importFrom(n2kanalysis,manifest_yaml_to_bash) importFrom(n2kanalysis,n2k_composite) importFrom(n2kanalysis,n2k_inla) importFrom(n2kanalysis,n2k_manifest) +importFrom(n2kanalysis,read_manifest) importFrom(n2kanalysis,read_model) importFrom(n2kanalysis,status) +importFrom(n2kanalysis,store_manifest) importFrom(n2kanalysis,store_manifest_yaml) importFrom(n2kanalysis,store_model) importFrom(purrr,map) diff --git a/NEWS.md b/NEWS.md index 947a2dc..82de639 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# abvanalysis 0.2.5 + +* Import only the observations from the target species. +* Provided more metadata about the imported data. + # abvanalysis 0.2.4 * Update checklist machinery diff --git a/R/copy_manifest_objects.R b/R/copy_manifest_objects.R new file mode 100644 index 0000000..e39992e --- /dev/null +++ b/R/copy_manifest_objects.R @@ -0,0 +1,44 @@ +#' Copy all object of the most recent manifest +#' @inheritParams n2kanalysis::store_model +#' @param target_folder Where to store the objects +#' @export +#' @importFrom dplyr filter +#' @importFrom n2kanalysis connect_inbo_s3 read_manifest read_model +#' store_manifest store_model +#' @importFrom rlang .data +copy_manifest_objects <- function( + base, + project, + target_folder = ".", + overwrite = FALSE +) { + manifest <- read_manifest(base = base, project = project) + store_manifest(manifest, base = target_folder, project = project) + manifest |> + slot("Manifest") |> + filter(is.na(.data$parent)) -> todo + file.path(target_folder, project) |> + list.files(recursive = TRUE) -> local_objects + if (overwrite) { + grepv("(converged|insufficient_data)", local_objects) -> local_objects + } + basename(local_objects) |> + gsub(pattern = "\\.rds$", replacement = "") -> done + for (hash in todo$fingerprint[!todo$fingerprint %in% done]) { + message(hash) + x <- try(read_model(hash, base = base, project = project)) + while (inherits(x, "try-error")) { + browser() + connect_inbo_s3() + x <- try(read_model(hash, base = base, project = project)) + } + store_model( + x, + base = target_folder, + project = project, + overwrite = overwrite + ) + rm(x) + gc() + } +} diff --git a/R/get_field_id.R b/R/get_field_id.R index 0a9164e..24d58aa 100644 --- a/R/get_field_id.R +++ b/R/get_field_id.R @@ -4,7 +4,7 @@ #' @param field_name The name of the field. #' @export #' @importFrom assertthat assert_that -#' @importFrom git2rdata read_vc write_vc +#' @importFrom git2rdata read_vc update_metadata write_vc get_field_id <- function(repo, table_name, field_name) { assert_that( inherits(repo, "git_repository"), is.string(table_name), @@ -19,6 +19,16 @@ get_field_id <- function(repo, table_name, field_name) { file = "database_id", root = repo, sorting = c("table", "field"), stage = TRUE ) + update_metadata( + file = "database_id", root = repo, stage = TRUE, name = "database_id", + title = "Database id for tables and fields", + description = + "This table describes to which table and field an id refers.", + field_description = c( + id = "Unique identifier", table = "Name of the table", + field = "Name of the field" + ) + ) return(1L) } @@ -40,5 +50,15 @@ get_field_id <- function(repo, table_name, field_name) { ) ) ) + update_metadata( + file = "database_id", root = repo, stage = TRUE, name = "database_id", + title = "Database id for tables and fields", + description = + "This table describes to which table and field an id refers.", + field_description = c( + id = "Unique identifier", table = "Name of the table", + field = "Name of the field" + ) + ) return(current_max + 1L) } diff --git a/R/get_linear_lincomb.R b/R/get_linear_lincomb.R index 3c6720e..14da332 100644 --- a/R/get_linear_lincomb.R +++ b/R/get_linear_lincomb.R @@ -3,8 +3,8 @@ #' @param formula the formula for the trend component #' @export #' @importFrom assertthat assert_that has_name is.string -#' @importFrom dplyr %>% across bind_cols bind_rows distinct group_by inner_join -#' mutate rename select summarise +#' @importFrom dplyr across bind_cols bind_rows distinct everything group_by +#' inner_join mutate rename select summarise #' @importFrom rlang := #' @importFrom stats model.matrix get_linear_lincomb <- function( @@ -20,16 +20,16 @@ get_linear_lincomb <- function( has_name(stratum_weights, "weight"), has_name(stratum_weights, stratum_var) ) - dataset %>% - select(c(stratum_var, time_var)) %>% - distinct() %>% + dataset |> + select(c(stratum_var, time_var)) |> + distinct() |> inner_join(stratum_weights, by = stratum_var) -> all_weight model.matrix(object = formula, all_weight) -> mm - (as.data.frame(mm) * all_weight$weight) %>% - mutate(ID = sprintf("linear_estimate_%02i", all_weight[[time_var]])) %>% - group_by(.data$ID) %>% - summarise(across(.fns = sum)) -> mm - stratum_weights %>% + (as.data.frame(mm) * all_weight$weight) |> + mutate(ID = sprintf("linear_estimate_%02i", all_weight[[time_var]])) |> + group_by(.data$ID) |> + summarise(across(.cols = everything(), .fns = sum)) -> mm + stratum_weights |> mutate("{time_var}" := 1) -> trend_weight # nolint: object_name_linter. mm_trend <- model.matrix(object = formula, trend_weight) mm_trend <- as.data.frame(mm_trend) * trend_weight$weight @@ -37,13 +37,13 @@ get_linear_lincomb <- function( if (has_name(mm_trend, "(Intercept)")) { mm_trend$`(Intercept)` <- 0 } - mm_trend %>% - summarise(across(.fns = sum)) %>% - mutate(ID = "linear_trend") %>% + mm_trend |> + summarise(across(.cols = everything(), .fns = sum)) |> + mutate(ID = "linear_trend") |> bind_rows(mm) -> weights w_names <- weights$ID - weights %>% - select(-"ID") %>% + weights |> + select(-"ID") |> as.list() -> weights names(weights[[1]]) <- w_names weights diff --git a/R/get_nonlinear_lincomb.R b/R/get_nonlinear_lincomb.R index 646e9c8..ab0916e 100644 --- a/R/get_nonlinear_lincomb.R +++ b/R/get_nonlinear_lincomb.R @@ -6,14 +6,14 @@ #' @param stratum_var variable containing the stratum information. #' @export #' @importFrom assertthat assert_that has_name is.string -#' @importFrom dplyr %>% arrange distinct filter inner_join mutate row_number +#' @importFrom dplyr arrange distinct filter inner_join mutate row_number #' select transmute #' @importFrom purrr map #' @importFrom rlang .data #' @importFrom stats setNames #' @importFrom tidyr expand_grid pivot_longer pivot_wider get_nonlinear_lincomb <- function( - dataset, stratum_weights, time_var, label_var, stratum_var + dataset, stratum_weights, time_var, label_var, stratum_var ) { assert_that(is.string(time_var), is.string(stratum_var), is.string(label_var)) assert_that( @@ -26,50 +26,50 @@ get_nonlinear_lincomb <- function( ) start <- min(dataset[[label_var]]) end <- max(dataset[[label_var]]) - seq(start, end, by = ifelse(time_var == "cycle", 3, 1)) %>% + seq(start, end, by = ifelse(time_var == "cycle", 3, 1)) |> length() -> n_total - dataset %>% - inner_join(stratum_weights, by = stratum_var) %>% - arrange(.data[[stratum_var]], .data[[time_var]]) %>% + dataset |> + inner_join(stratum_weights, by = stratum_var) |> + arrange(.data[[stratum_var]], .data[[time_var]]) |> mutate( - id = row_number() %>% + id = row_number() |> sprintf(fmt = "%04i") ) -> base_weights - base_weights %>% + base_weights |> pivot_wider( id_cols = label_var, names_from = .data$id, values_from = .data$weight, values_fill = 0 ) -> year_effect - dataset %>% - select(c(time_var, label_var)) %>% - distinct() %>% + dataset |> + select(c(time_var, label_var)) |> + distinct() |> arrange(.data[[time_var]]) -> time_steps strata <- sort(unique(dataset[[stratum_var]])) expand_grid( from = time_steps[[time_var]], to = time_steps[[time_var]], stratum = strata, to_s = strata - ) %>% - filter(.data$from < .data$to, .data$stratum == .data$to_s) %>% - select(-.data$to_s) %>% - inner_join(time_steps, by = c(from = time_var)) %>% - mutate(rowname = paste0("index_", .data$label, "_")) %>% - select(-.data$label) %>% - inner_join(time_steps, by = c(to = time_var)) %>% - mutate(rowname = paste0(.data$rowname, .data$label)) %>% - select(-.data$label) %>% + ) |> + filter(.data$from < .data$to, .data$stratum == .data$to_s) |> + select(-"to_s") |> + inner_join(time_steps, by = c(from = time_var)) |> + mutate(rowname = paste0("index_", .data$label, "_")) |> + select(-"label") |> + inner_join(time_steps, by = c(to = time_var)) |> + mutate(rowname = paste0(.data$rowname, .data$label)) |> + select(-"label") |> pivot_longer( c("from", "to"), names_to = "direction", values_to = time_var - ) %>% - inner_join(stratum_weights, by = stratum_var) %>% + ) |> + inner_join(stratum_weights, by = stratum_var) |> transmute( - id = interaction(.data[[time_var]], .data[[stratum_var]]) %>% - as.integer() %>% + id = interaction(.data[[time_var]], .data[[stratum_var]]) |> + as.integer() |> sprintf(fmt = "%04i"), .data$rowname, weight = ifelse(.data$direction == "to", 1, -1) * .data$weight - ) %>% - arrange(.data$id, .data$rowname) %>% + ) |> + arrange(.data$id, .data$rowname) |> pivot_wider( names_from = .data$id, values_from = .data$weight, values_fill = 0 ) -> indices @@ -83,18 +83,18 @@ get_nonlinear_lincomb <- function( n_window = ifelse(time_var == "cycle", 4, 12) ), moving_trend(n_total = n_total, n_window = n_total, start = start) - ) %>% - map(.x = stratum_weights$weight, .f = `*`) %>% + ) |> + map(.x = stratum_weights$weight, .f = `*`) |> do.call(what = "cbind") -> trend_coef - select(year_effect, -.data$label) %>% - bind_rows(select(indices, -.data$rowname)) %>% - as.matrix() %>% + select(year_effect, -"label") |> + bind_rows(select(indices, -"rowname")) |> + as.matrix() |> `row.names<-`( c(sprintf("estimate_%i", year_effect$label), indices$rowname) - ) %>% - rbind(trend_coef) %>% - list() %>% - setNames(time_var) %>% + ) |> + rbind(trend_coef) |> + list() |> + setNames(time_var) |> c(list( `(Intercept)` = c( rep(1, nrow(year_effect)), rep(0, nrow(indices) + nrow(trend_coef)) diff --git a/R/prepare_analysis.R b/R/prepare_analysis.R index 6c21ff0..06e71fb 100755 --- a/R/prepare_analysis.R +++ b/R/prepare_analysis.R @@ -16,47 +16,65 @@ #' left_join mutate pull select transmute #' @importFrom git2rdata verify_vc #' @importFrom methods slot -#' @importFrom n2kanalysis display get_file_fingerprint n2k_manifest -#' store_manifest_yaml +#' @importFrom n2kanalysis display get_file_fingerprint manifest_yaml_to_bash +#' n2k_manifest store_manifest_yaml #' @importFrom purrr map map_chr pmap_dfr #' @importFrom rlang .data #' @importFrom tidyr complete nest replace_na unnest prepare_analysis <- function( - repo, base, project, overwrite = FALSE, seed = 20070315, verbose = TRUE, - min_observation = 100, min_stratum = 3, min_cycle = 2, proportion = 0.15, - scheme_id = "ABV", volume, - docker = "inbobmk/rn2k:0.7", dependencies = c( - "inbo/n2khelper@v0.4.3", "inbo/n2kanalysis@v0.2.9" + repo, + base, + project, + overwrite = FALSE, + seed = 20070315, + verbose = TRUE, + min_observation = 100, + min_stratum = 3, + min_cycle = 2, + proportion = 0.15, + scheme_id = "ABV", + volume, + docker = "inbobmk/rn2k:0.7", + dependencies = c( + "inbo/n2khelper@v0.4.3", + "inbo/n2kanalysis@v0.2.9" ) ) { display(verbose, "Read data from repository") raw_visit <- verify_vc( - file = file.path("observation", "visit"), root = repo, + file = file.path("observation", "visit"), + root = repo, variables = c("id", "year", "period", "point_id", "datafield_id") ) raw_point <- verify_vc( - file = file.path("location", "point"), root = repo, + file = file.path("location", "point"), + root = repo, variables = c("id", "description", "square_id") ) raw_square <- verify_vc( - file = file.path("location", "square"), root = repo, + file = file.path("location", "square"), + root = repo, variables = c("id", "description", "stratum_id") ) raw_stratum <- verify_vc( - file = file.path("location", "stratum"), root = repo, + file = file.path("location", "stratum"), + root = repo, variables = c("id", "description", "n") ) raw_speciesgroup <- verify_vc( - file = file.path("species", "speciesgroup"), root = repo, + file = file.path("species", "speciesgroup"), + root = repo, variables = c("id", "description") ) raw_speciesgroup_species <- verify_vc( - file = file.path("species", "speciesgroup_species"), root = repo, + file = file.path("species", "speciesgroup_species"), + root = repo, variables = c("speciesgroup_id", "parent_id", "species") ) raw_distribution <- verify_vc( - file = file.path("distribution", "distribution"), root = repo, + file = file.path("distribution", "distribution"), + root = repo, variables = c("species_id", "family") ) @@ -64,12 +82,15 @@ prepare_analysis <- function( raw_square |> transmute( - square_id = .data$id, .data$stratum_id, square = factor(.data$description) + square_id = .data$id, + .data$stratum_id, + square = factor(.data$description) ) |> inner_join( raw_stratum |> transmute( - stratum_id = .data$id, stratum = factor(.data$description), + stratum_id = .data$id, + stratum = factor(.data$description), .data$n ), by = "stratum_id" @@ -77,22 +98,31 @@ prepare_analysis <- function( inner_join( raw_point |> transmute( - point_id = .data$id, point = factor(.data$description), + point_id = .data$id, + point = factor(.data$description), .data$square_id ), by = "square_id" ) |> inner_join(raw_visit, by = "point_id") |> - select(-"square_id", -"stratum_id", -"point_id", sample_id = "id") -> - observation + select( + -"square_id", + -"stratum_id", + -"point_id", + sample_id = "id" + ) -> observation + file.path(repo$path, "..", "observation") |> + list.files(pattern = "[0-9]+\\.tsv$") |> + gsub(pattern = "\\.tsv$", replacement = "") |> + as.integer() -> available_species raw_speciesgroup_species |> - filter(.data$species) |> + filter(.data$species, .data$parent_id %in% available_species) |> left_join(raw_distribution, by = c("parent_id" = "species_id")) |> inner_join(raw_speciesgroup, by = c("speciesgroup_id" = "id")) |> transmute( species_group_id = .data$speciesgroup_id, species = sprintf("%05i", .data$external_id), - family = as.character(.data$family) %>% + family = as.character(.data$family) |> replace_na("poisson"), ) |> arrange(.data$species_group_id) -> speciesgroup @@ -100,131 +130,85 @@ prepare_analysis <- function( display(verbose, "Prepare analysis per species") pmap_dfr( - as.list(speciesgroup), prepare_analysis_dataset, scheme_id = scheme_id, - location_group_id = "Vlaanderen", seed = seed, observation = observation, - repo = repo, base = base, project = project, overwrite = overwrite, - min_observation = min_observation, min_stratum = min_stratum, - min_cycle = min_cycle, proportion = proportion, verbose = verbose + as.list(speciesgroup), + prepare_analysis_dataset, + scheme_id = scheme_id, + location_group_id = "Vlaanderen", + seed = seed, + observation = observation, + repo = repo, + base = base, + project = project, + overwrite = overwrite, + min_observation = min_observation, + min_stratum = min_stratum, + min_cycle = min_cycle, + proportion = proportion, + verbose = verbose ) -> base_analysis display(verbose, "Prepare model composite") base_analysis |> - inner_join(raw_speciesgroup_species, by = "parent_id") |> + inner_join( + raw_speciesgroup_species, + by = "parent_id", + relationship = "many-to-many" + ) |> select(-"parent_id", -"species", species_group_id = "speciesgroup_id") |> mutate(species_group_id = as.character(.data$species_group_id)) |> nest( models = c( - .data$fingerprint, .data$status_fingerprint, .data$status, - .data$result_datasource, .data$first_imported_year, - .data$last_imported_year, .data$analysis_date + "fingerprint", + "status_fingerprint", + "status", + "result_datasource", + "first_imported_year", + "last_imported_year", + "analysis_date" ) ) |> arrange(.data$species_group_id, .data$frequency, .data$type) -> composite pmap_dfr( - as.list(composite), prepare_analysis_composite, scheme_id = scheme_id, - location_group_id = "Vlaanderen", seed = seed, verbose = verbose, - base = base, project = project, overwrite = overwrite + as.list(composite), + prepare_analysis_composite, + scheme_id = scheme_id, + location_group_id = "Vlaanderen", + seed = seed, + verbose = verbose, + base = base, + project = project, + overwrite = overwrite ) |> bind_cols(composite) -> composite display(verbose, "Prepare manifests") + composite |> transmute( - location_group = "Vlaanderen", species_group = .data$species_group_id, - .data$frequency, .data$type, .data$fingerprint, + location_group = "Vlaanderen", + species_group = .data$species_group_id, + .data$frequency, + .data$type, + .data$fingerprint, data = map(.data$models, select, parent = "fingerprint") - ) %>% + ) |> unnest(cols = "data") -> meta_composite - meta_composite |> - select(-"fingerprint", fingerprint = "parent") |> - bind_rows(meta_composite) |> - nest(data = c("fingerprint", "parent")) |> - mutate(manifest = map(.data$data, n2k_manifest)) -> manifest_composite - base_analysis |> - anti_join(meta_composite, by = c("fingerprint" = "parent")) |> - transmute(.data$parent_id, .data$fingerprint, parent = NA_character_) |> - nest(data = c("fingerprint", "parent")) |> - pull(.data$data) |> - map(n2k_manifest) |> - c(manifest_composite$manifest) |> - map( - store_manifest_yaml, base = base, project = project, docker = docker, - dependencies = dependencies - ) - - manifest_composite |> - transmute(manifest = map(.data$manifest, slot, "Manifest")) |> - unnest(cols = .data$manifest) |> - mutate(parent = !is.na(.data$parent)) |> - distinct(.data$fingerprint, .data$parent) |> - arrange(.data$parent, .data$fingerprint) |> - pull(.data$fingerprint) -> models - - manifests <- map_chr(manifest_composite$manifest, get_file_fingerprint) - - args <- ", dependencies = FALSE, upgrade = \\\"never\\\", keep_source = FALSE" - docker_hash <- sha1(manifests) - sprintf( - "Rscript -e 'remotes::install_github(\\\"%s\\\"%s)'", dependencies, args - ) -> deps - sprintf( - "#!/bin/bash -echo \"FROM %s -RUN %s\" > Dockerfile -docker build --pull --tag rn2k:%s . -rm Dockerfile", - docker, paste(deps, collapse = " \\\n&& "), docker_hash - ) -> init - - if (inherits(base, "s3_bucket")) { - sprintf( - "echo \"model %i of %i\" -docker run %s --name=%s rn2k:%s ./fit_model_aws.sh -b %s -p %s -m %s -date -docker stop --time 14400 %s -date", - seq_along(models), length(models), "--rm -d --env-file ./env.list", - models, docker_hash, attr(base, "Name"), project, models, models - ) -> model_scripts - - sprintf( - "echo \"manifest %i of %i\" -docker run %s --name=%s rn2k:%s ./fit_model_aws.sh -b %s -p %s -m %s -date -docker stop --time 14400 %s -date", - seq_along(manifests), length(manifests), "--rm -d --env-file ./env.list", - manifests, docker_hash, attr(base, "Name"), project, - paste0(manifests, ".manifest"), manifests - ) -> manifest_scripts - } else { - base <- normalizePath(base, winslash = "/") - if (missing(volume)) { - volume <- paste(base, base, "rw", sep = ":") - } - sprintf( - "echo \"model %i of %i\" -docker run %s --name=%s -v %s rn2k:%s ./fit_model_file.sh -b %s -p %s -m %s -date -docker stop --time 14400 %s -date", - seq_along(models), length(models), "--rm -d", models, volume, docker_hash, - base, project, models, models - ) -> model_scripts - - sprintf( - "echo \"manifest %i of %i\" -docker run %s --name=%s -v %s rn2k:%s ./fit_model_file.sh -b %s -p %s -m %s -date -docker stop --time 14400 %s -date", - seq_along(manifests), length(manifests), "--rm -d", manifests, volume, - docker_hash, base, project, paste0(manifests, ".manifest"), manifests - ) -> manifest_scripts - } - - return(list(init = init, models = model_scripts, manifest = manifest_scripts)) + select("fingerprint") |> + bind_rows(meta_composite) |> + n2k_manifest() |> + store_manifest_yaml( + base = base, + project = project, + docker = docker, + dependencies = dependencies, + overwrite = TRUE + ) -> yaml + manifest_yaml_to_bash( + base = base, + project = project, + hash = basename(yaml) + ) } diff --git a/R/prepare_analysis_composite.R b/R/prepare_analysis_composite.R index ca2e8a1..fc460db 100644 --- a/R/prepare_analysis_composite.R +++ b/R/prepare_analysis_composite.R @@ -8,7 +8,7 @@ #' @export #' @importFrom assertthat assert_that is.string has_name #' @importFrom n2kanalysis n2k_composite -#' @importFrom dplyr %>% select mutate arrange filter slice +#' @importFrom dplyr select mutate arrange filter slice #' @importFrom rlang .data #' @importFrom tibble rownames_to_column prepare_analysis_composite <- function( @@ -35,20 +35,20 @@ prepare_analysis_composite <- function( extractor <- function(model) { stopifnot(requireNamespace("tibble", quietly = TRUE)) stopifnot(requireNamespace("dplyr", quietly = TRUE)) - model$summary.lincomb.derived %>% - tibble::rownames_to_column("value") %>% - dplyr::select("value", estimate = "mean", variance = "sd") %>% + model$summary.lincomb.derived |> + tibble::rownames_to_column("value") |> + dplyr::select("value", estimate = "mean", variance = "sd") |> dplyr::mutate( variance = .data$variance ^ 2, number = suppressWarnings(as.integer(.data$value)) - ) %>% - dplyr::arrange(.data$number, .data$value) %>% + ) |> + dplyr::arrange(.data$number, .data$value) |> dplyr::select(-"number") } n2k_composite( result_datasource_id = models$result_datasource[1], - parent_status = models %>% + parent_status = models |> select( parent_analysis = "fingerprint", parent_status = "status", parentstatus_fingerprint = "status_fingerprint" @@ -60,6 +60,6 @@ prepare_analysis_composite <- function( model_type = paste("composite index:", frequency, type), formula = paste("~", frequency), extractor = extractor, analysis_date = max(models$analysis_date), status = "waiting" - ) %>% + ) |> storage(base = base, project = project, overwrite = overwrite) } diff --git a/R/prepare_analysis_dataset.R b/R/prepare_analysis_dataset.R index 4db9787..0fa85e6 100644 --- a/R/prepare_analysis_dataset.R +++ b/R/prepare_analysis_dataset.R @@ -125,8 +125,8 @@ prepare_analysis_dataset <- function( hyper = list(theta = list(prior = \"pc.prec\", param = c(1, 0.01))))", "f(point, model = \"iid\", hyper = list(theta = list(prior = \"pc.prec\", param = c(1, 0.01))))"[ - length(levels(dataset$point)) > 2 * length(levels(dataset$square)) - ] + length(levels(dataset$point)) > 2 * length(levels(dataset$square)) + ] ) # analysis on data by year @@ -178,8 +178,9 @@ prepare_analysis_dataset <- function( stratum_weights = stratum_weights, time_var = "cyear", label_var = "label", stratum_var = "stratum" ) -> lin_comb - c(base_effects, - "f(cyear, model = \"rw1\", replicate = as.integer(stratum), + c( + base_effects, + "f(cyear, model = \"rw1\", replicate = as.integer(stratum), hyper = list(theta = list(prior = \"pc.prec\", param = c(0.5, 0.01))))" ) |> paste(collapse = " + ") |> diff --git a/R/prepare_dataset_location.R b/R/prepare_dataset_location.R index 20fde2e..41d5b99 100755 --- a/R/prepare_dataset_location.R +++ b/R/prepare_dataset_location.R @@ -2,33 +2,33 @@ #' @inheritParams prepare_dataset #' @inheritParams git2rdata::write_vc #' @importFrom DBI dbGetQuery dbQuoteIdentifier dbQuoteString Id -#' @importFrom dplyr %>% arrange count filter full_join inner_join mutate -#' row_number transmute +#' @importFrom dplyr arrange count filter full_join inner_join mutate +#' row_number select transmute #' @importFrom rlang .data -#' @importFrom git2rdata prune_meta read_vc rm_data write_vc +#' @importFrom git2rdata prune_meta read_vc rm_data update_metadata write_vc #' @export prepare_dataset_location <- function( - origin, repo, end_date, strict = TRUE, db_scheme = "" + origin, repo, end_date, strict = TRUE, db_scheme = "" ) { + strata <- try( + read_vc(file.path("location", "stratum"), root = repo), silent = TRUE + ) rm_data(root = repo, path = "location", stage = TRUE) # import sampling framework sampling_frame <- read_vc("sampling_frame", repo) - sampling_frame %>% - count(description = .data$Stratum) %>% - filter(!is.na(.data$description)) %>% - arrange(.data$description) %>% + sampling_frame |> + count(description = .data$Stratum) |> + filter(!is.na(.data$description)) |> + arrange(.data$description) |> mutate(description = as.character(.data$description)) -> new_strata - strata <- try( - read_vc(file.path("location", "stratum"), root = repo), silent = TRUE - ) if (inherits(strata, "try-error")) { - new_strata %>% + new_strata |> mutate(id = row_number()) -> strata } else { - strata %>% - full_join(new_strata, by = "description") %>% - arrange(.data$id) %>% + strata |> + full_join(new_strata, by = "description") |> + arrange(.data$id) |> transmute( .data$description, n = ifelse(is.na(.data$id), .data$n.y, .data$n.x), @@ -43,17 +43,28 @@ prepare_dataset_location <- function( strata, file = file.path("location", "stratum"), root = repo, sorting = "description", stage = TRUE, strict = strict ) - strata %>% - select(stratum = .data$description, stratum_id = .data$id) %>% + update_metadata( + file = file.path("location", "stratum"), root = repo, name = "stratum", + title = "Strata using in the Common Breeding Bird Cencus in Flanders", + field_description = c( + description = "Name of the stratum", + n = "Total number of squares in the stratum", + id = "Unique identifier of the stratum" + ), + stage = TRUE + ) + + strata |> + select(stratum = "description", stratum_id = "id") |> inner_join( - sampling_frame %>% + sampling_frame |> transmute( description = sprintf("ABV_%s", .data$ExternalCode), stratum = .data$Stratum ), by = c("stratum") - ) %>% - select(-.data$stratum) -> strata + ) |> + select(-"stratum") -> strata # import UTM squares sprintf(" @@ -88,18 +99,29 @@ prepare_dataset_location <- function( dbQuoteIdentifier( origin, Id(scheme = db_scheme, table = "locations_location") ) - ) %>% - dbGetQuery(conn = origin) %>% - inner_join(strata, by = "description") %>% + ) |> + dbGetQuery(conn = origin) |> + inner_join(strata, by = "description") |> mutate( datafield_id = get_field_id( repo = repo, table_name = "locations_location", field_name = "id" ) - ) %>% + ) |> write_vc( file = file.path("location", "square"), root = repo, sorting = "description", stage = TRUE, strict = strict ) + update_metadata( + file = file.path("location", "square"), root = repo, stage = TRUE, + name = "square", + title = "UTM squares used in the Common Breeding Bird Cencus in Flanders", + field_description = c( + description = "Name of the UTM square", + id = "Unique identifier of the UTM square", + stratum_id = "Unique identifier of the stratum", + datafield_id = "Unique identifier of the datafield" + ) + ) # import points sprintf(" @@ -134,17 +156,28 @@ prepare_dataset_location <- function( dbQuoteIdentifier( origin, Id(scheme = db_scheme, table = "locations_location") ) - ) %>% - dbGetQuery(conn = origin) %>% + ) |> + dbGetQuery(conn = origin) |> mutate( datafield_id = get_field_id( repo = repo, table_name = "locations_location", field_name = "id" ) - ) %>% + ) |> write_vc( file = file.path("location", "point"), root = repo, stage = TRUE, sorting = "description", strict = strict ) + update_metadata( + file = file.path("location", "point"), root = repo, stage = TRUE, + name = "point", + title = "Points used in the Common Breeding Bird Cencus in Flanders", + field_description = c( + description = "Name of the point", + id = "Unique identifier of the point", + square_id = "Unique identifier of the UTM square", + datafield_id = "Unique identifier of the datafield" + ) + ) prune_meta(root = repo, path = "location", stage = TRUE) diff --git a/R/prepare_dataset_observation.R b/R/prepare_dataset_observation.R index 6d6ee11..fb86184 100755 --- a/R/prepare_dataset_observation.R +++ b/R/prepare_dataset_observation.R @@ -1,9 +1,9 @@ #' Read the observations and save them to git and the results database #' @inheritParams prepare_dataset #' @export -#' @importFrom git2rdata rm_data write_vc prune_meta +#' @importFrom git2rdata prune_meta rm_data update_metadata write_vc #' @importFrom DBI dbGetQuery dbQuoteIdentifier dbQuoteString Id -#' @importFrom dplyr %>% inner_join rename semi_join select group_by filter +#' @importFrom dplyr inner_join rename semi_join select group_by filter #' mutate pull #' @importFrom tidyr nest #' @importFrom purrr map2 map_int @@ -28,14 +28,14 @@ prepare_dataset_observation <- function( fv.start_date <= %s AND fs.not_counted = %s AND %s", - ifelse( - inherits(origin, "Microsoft SQL Server"), - "YEAR(fv.start_date)", - "EXTRACT(YEAR FROM fv.start_date)" - ), - ifelse( - inherits(origin, "Microsoft SQL Server"), - "CASE + ifelse( + inherits(origin, "Microsoft SQL Server"), + "YEAR(fv.start_date)", + "EXTRACT(YEAR FROM fv.start_date)" + ), + ifelse( + inherits(origin, "Microsoft SQL Server"), + "CASE WHEN fv.start_date < CAST( CAST(YEAR(fv.start_date) AS VARCHAR) + '-04-16' AS DATETIME @@ -48,40 +48,40 @@ prepare_dataset_observation <- function( THEN 2 ELSE 3 END", - "CASE + "CASE WHEN fv.start_date < CAST(EXTRACT(YEAR FROM fv.start_date) || '-04-16' AS TIMESTAMP) THEN 1 WHEN fv.start_date < CAST(EXTRACT(YEAR FROM fv.start_date) || '-06-01' AS TIMESTAMP) THEN 2 ELSE 3 END" - ), - dbQuoteIdentifier( - origin, Id(scheme = db_scheme, table = "projects_project") - ), - dbQuoteIdentifier( - origin, Id(scheme = db_scheme, table = "fieldwork_visit") - ), - dbQuoteIdentifier( - origin, Id(scheme = db_scheme, table = "fieldwork_sample") - ), - dbQuoteString(origin, as.character(end_date)), - ifelse(inherits(origin, "Microsoft SQL Server"), "0", "FALSE"), - ifelse( - inherits(origin, "Microsoft SQL Server"), - "CAST( + ), + dbQuoteIdentifier( + origin, Id(scheme = db_scheme, table = "projects_project") + ), + dbQuoteIdentifier( + origin, Id(scheme = db_scheme, table = "fieldwork_visit") + ), + dbQuoteIdentifier( + origin, Id(scheme = db_scheme, table = "fieldwork_sample") + ), + dbQuoteString(origin, as.character(end_date)), + ifelse(inherits(origin, "Microsoft SQL Server"), "0", "FALSE"), + ifelse( + inherits(origin, "Microsoft SQL Server"), + "CAST( CAST(YEAR(fv.start_date) AS VARCHAR) + '-3-1' AS DATETIME ) <= fv.start_date AND fv.start_date <= CAST( CAST(YEAR(fv.start_date) AS VARCHAR) + '-7-16' AS DATETIME )", - "CAST(EXTRACT(YEAR FROM fv.start_date) || '-3-1' AS TIMESTAMP) <= + "CAST(EXTRACT(YEAR FROM fv.start_date) || '-3-1' AS TIMESTAMP) <= fv.start_date AND fv.start_date <= CAST(EXTRACT(YEAR FROM fv.start_date) || '-7-16' AS TIMESTAMP)" - ) + ) ) |> - dbGetQuery(conn = origin) %>% + dbGetQuery(conn = origin) |> mutate( datafield_id = get_field_id( repo = repo, table_name = "fieldwork_sample", field_name = "id" @@ -92,6 +92,17 @@ END" sorting = c("year", "period", "point_id", "id"), strict = strict ) + update_metadata( + file = "observation/visit", root = repo, stage = TRUE, name = "visit", + title = "Visits in the Common Breeding Bird Census in Flanders", + field_description = c( + id = "Unique identifier of the visit", + point_id = "Unique identifier of the point", + year = "Year of the visit", + period = "Period of the visit", + datafield_id = "Unique identifier of the datafield" + ) + ) # counts per species sprintf(" @@ -135,26 +146,46 @@ END" fv.start_date <= CAST(EXTRACT(YEAR FROM fv.start_date) || '-7-16' AS TIMESTAMP)" ) - ) %>% + ) |> dbGetQuery(conn = origin) -> counts - counts %>% - semi_join(observations, by = c("sample_id" = "id")) %>% + counts |> + semi_join(observations, by = c("sample_id" = "id")) |> mutate( count = as.integer(count), datafield_id = get_field_id( repo = repo, table_name = "fieldwork_sample", field_name = "id" ) - ) %>% - group_by(.data$species_id) %>% - nest() %>% - mutate(n = map_int(.data$data, nrow)) %>% - filter(.data$n >= min_observation) %>% + ) |> + group_by(.data$species_id) |> + nest() |> + mutate(n = map_int(.data$data, nrow)) |> + filter(.data$n >= min_observation) |> + inner_join( + file.path("species", "species") |> + read_vc(root = repo) |> + select("id", "scientific_name"), + by = c("species_id" = "id") + ) |> mutate( filename = file.path("observation", sprintf("%05i", .data$species_id)), hash = map2( .data$data, .data$filename, write_vc, root = repo, stage = TRUE, sorting = "sample_id", strict = strict ) + ) |> + mutate( + metadata = map2( + .data$filename, .data$scientific_name, + ~update_metadata( + .x, root = repo, stage = TRUE, + name = .data$filename, title = paste("Observations of", .y), + field_description = c( + sample_id = "Unique identifier of the sample", + count = "Number of individuals", + datafield_id = "Identifier of the datafield" + ) + ) + ) ) prune_meta(root = repo, path = "observation", stage = TRUE) diff --git a/R/prepare_dataset_species.R b/R/prepare_dataset_species.R index 33b24e2..260a837 100755 --- a/R/prepare_dataset_species.R +++ b/R/prepare_dataset_species.R @@ -3,29 +3,29 @@ #' @inheritParams git2rdata::write_vc #' @importFrom DBI dbGetQuery dbQuoteLiteral dbQuoteString Id #' @importFrom digest sha1 -#' @importFrom dplyr %>% transmute select mutate bind_rows +#' @importFrom dplyr bind_rows mutate select transmute #' @importFrom purrr map_chr #' @importFrom rlang .data -#' @importFrom git2rdata prune_meta rm_data write_vc +#' @importFrom git2rdata prune_meta rm_data update_metadata write_vc #' @export prepare_dataset_species <- function( origin, repo, end_date, strict = FALSE, db_scheme = "" ) { - rm_data(root = repo, path = "location", stage = TRUE) + rm_data(root = repo, path = "species", stage = TRUE) sprintf(" WITH cte AS ( - SELECT fo.species_id + SELECT ps.species_id FROM %s AS pp + INNER JOIN %s AS ps ON pp.id = ps.project_id INNER JOIN %s AS fv ON pp.id = fv.project_id INNER JOIN %s AS fs ON fv.id = fs.visit_id INNER JOIN %s AS fo ON fs.id = fo.sample_id WHERE pp.name = 'Algemene Broedvogelmonitoring (ABV)' AND fv.validation_status != -1 AND - fv.start_date <= %s AND - fs.not_counted = %s - GROUP BY species_id + fv.start_date <= %s AND fs.not_counted = %s + GROUP BY ps.species_id ) SELECT @@ -36,6 +36,9 @@ prepare_dataset_species <- function( dbQuoteIdentifier( origin, Id(scheme = db_scheme, table = "projects_project") ), + dbQuoteIdentifier( + origin, Id(scheme = db_scheme, table = "projects_projectspecies") + ), dbQuoteIdentifier( origin, Id(scheme = db_scheme, table = "fieldwork_visit") ), @@ -50,8 +53,8 @@ prepare_dataset_species <- function( dbQuoteIdentifier( origin, Id(scheme = db_scheme, table = "species_species") ) - ) %>% - dbGetQuery(conn = origin) %>% + ) |> + dbGetQuery(conn = origin) |> mutate( datafield_id = get_field_id( repo = repo, table_name = "species_species", field_name = "id" @@ -59,7 +62,18 @@ prepare_dataset_species <- function( ) -> species write_vc( species, file = file.path("species", "species"), root = repo, - sorting = "euring", stage = TRUE + sorting = "euring", strict = FALSE + ) + update_metadata( + file = file.path("species", "species"), root = repo, stage = TRUE, + name = "species", title = "Species in the Common Breeding Bird Census", + field_description = c( + id = "Unique identifier of the species", + scientific_name = "Scientific name of the species", + nl = "Dutch name of the species", + euring = "Euring code of the species", + datafield_id = "Unique identifier of the datafield" + ) ) sprintf( "SELECT @@ -72,7 +86,7 @@ prepare_dataset_species <- function( origin, Id(scheme = db_scheme, table = "species_group") ) ) |> - dbGetQuery(conn = origin) %>% + dbGetQuery(conn = origin) |> mutate( description = gsub(" \\(.*\\)", "", .data$description), datafield_id = get_field_id( @@ -80,7 +94,7 @@ prepare_dataset_species <- function( ), id = map_chr(.data$description, sha1) ) -> speciesgroup - species %>% + species |> transmute( external_id = .data$id, id = map_chr(.data$nl, sha1), @@ -88,7 +102,7 @@ prepare_dataset_species <- function( .data$datafield_id ) -> speciesgroup2 sprintf( - "SELECT + "SELECT sg.id AS external_id, sgs.species_id AS species_id FROM %s AS sg @@ -101,44 +115,67 @@ WHERE sg.name LIKE '%% (ABV)'", origin, Id(scheme = db_scheme, table = "species_speciesgrouprelation") ) ) |> - dbGetQuery(conn = origin) |> + dbGetQuery(conn = origin) |> inner_join( - speciesgroup %>% - select(speciesgroup_id = .data$id, .data$external_id), + speciesgroup |> + select(speciesgroup_id = "id", "external_id"), by = "external_id" - ) %>% + ) |> inner_join( - speciesgroup2 %>% - select(species_id = .data$external_id, parent_id = .data$id), + speciesgroup2 |> + select(species_id = "external_id", parent_id = "id"), by = "species_id" - ) %>% - transmute(.data$speciesgroup_id, .data$parent_id, species = FALSE) %>% + ) |> + transmute(.data$speciesgroup_id, .data$parent_id, species = FALSE) |> bind_rows( - species %>% - select(external_id = .data$id, parent = .data$id) %>% + species |> + select(external_id = "id", parent = "id") |> inner_join( - speciesgroup2 %>% - select(speciesgroup_id = .data$id, .data$external_id), + speciesgroup2 |> + select(speciesgroup_id = "id", "external_id"), by = "external_id" - ) %>% + ) |> transmute( .data$speciesgroup_id, parent_id = as.character(.data$parent), species = TRUE ) - ) %>% + ) |> mutate( speciesgroup_id = factor(.data$speciesgroup_id), parent_id = factor(.data$parent_id) - ) %>% + ) |> write_vc( file = file.path("species", "speciesgroup_species"), root = repo, sorting = c("speciesgroup_id", "parent_id"), stage = TRUE, strict = strict ) - bind_rows(speciesgroup, speciesgroup2) %>% + update_metadata( + file = file.path("species", "speciesgroup_species"), root = repo, + stage = TRUE, name = "speciesgroup_species", + title = "Species per species groups", + description = + "This table describes which species belong to which species group.", + field_description = c( + speciesgroup_id = "Unique identifier of the species group", + parent_id = "Unique identifier of the parent species group", + species = "Is this a species or a species group?" + ) + ) + bind_rows(speciesgroup, speciesgroup2) |> write_vc( file = file.path("species", "speciesgroup"), root = repo, sorting = "id", stage = TRUE, strict = strict ) + update_metadata( + file = file.path("species", "speciesgroup"), root = repo, stage = TRUE, + name = "speciesgroup", + title = "Species groups in the Common Breeding Bird Census", + field_description = c( + id = "Unique identifier of the species group", + external_id = "External identifier of the species group", + description = "Name of the species group", + datafield_id = "Unique identifier of the datafield" + ) + ) prune_meta(root = repo, path = "species", stage = TRUE) diff --git a/R/read_relevant.R b/R/read_relevant.R new file mode 100644 index 0000000..b4f12e7 --- /dev/null +++ b/R/read_relevant.R @@ -0,0 +1,90 @@ +read_relevant <- function(base, project, verbose = TRUE) { + UseMethod("read_relevant", base) +} + +#' @importFrom dplyr mutate +#' @importFrom n2kanalysis display +#' @importFrom purrr map_dfr +#' @importFrom rlang .data +#' @importFrom stringr str_remove str_subset +read_relevant.character <- function(base, project, verbose = TRUE) { + file.path(base, project) |> + list.files(pattern = "rds$", recursive = TRUE, full.names = TRUE) |> + str_subset("converged") -> todo + map_dfr(todo, verbose = verbose, function(i, verbose) { + display(verbose, i) + readRDS(i) |> + extract_relevant() + }) |> + mutate(analysis = factor(.data$analysis)) +} + +#' @importFrom dplyr filter transmute +#' @importFrom n2kanalysis display read_manifest +#' @importFrom purrr map_dfr +#' @importFrom stringr str_subset +#' @importFrom rlang .data +read_relevant.s3_bucket <- function(base, project, verbose = TRUE) { + read_manifest(base = base, project = project) |> + slot("Manifest") |> + filter(is.na(.data$parent)) -> todo + map_dfr( + todo$fingerprint, verbose = verbose, + function(i, verbose) { + display(verbose, i) + read_model(x = i, base = base, project = project) |> + extract_relevant() + } + ) |> + mutate(analysis = factor(.data$analysis)) +} + +#' @importFrom dplyr count group_by inner_join mutate n select summarise +#' @importFrom n2kanalysis get_data get_file_fingerprint +#' @importFrom stringr str_remove +#' @importFrom rlang .data +#' @importFrom tidyr complete pivot_wider +extract_relevant <- function(x) { + if (!inherits(x, "n2kInla")) { + return(NULL) + } + if (!grepl("year:stratum", x@AnalysisMetadata$model_type)) { + return(NULL) + } + get_data(x) |> + mutate(tmp = sprintf("%s_%0.5f", .data$stratum, .data$weight)) |> + count( + .data$tmp, .data$square, .data$point, name = "visits" + ) |> + group_by(.data$tmp, .data$square) |> + summarise( + points = n(), visits = sum(.data$visits), .groups = "drop" + ) |> + group_by(.data$tmp, .data$points) |> + summarise( + squares = n(), visits = sum(.data$visits), .groups = "drop" + ) -> tmp + tmp |> + select(-"visits") |> + complete( + .data$tmp, points = 1:6, fill = list(squares = 0) + ) |> + mutate(points = sprintf("points_%i", .data$points)) |> + pivot_wider(names_from = "points", values_from = "squares") |> + inner_join( + tmp |> + group_by(.data$tmp) |> + summarise( + relevant = sum(.data$squares), visits = sum(.data$visits), + .groups = "drop" + ), + by = "tmp" + ) |> + mutate( + analysis = get_file_fingerprint(x), + stratum = str_remove(.data$tmp, "_.*"), + weight = str_remove(.data$tmp, ".*_") |> + as.numeric() + ) |> + select(-"tmp") +} diff --git a/R/retrieve_results.R b/R/retrieve_results.R index e5557bc..ee35919 100644 --- a/R/retrieve_results.R +++ b/R/retrieve_results.R @@ -6,61 +6,73 @@ #' @param target_repo A [git2rdata::repository()] object containing the package #' code. #' @export -#' @importFrom dplyr %>% count inner_join mutate select +#' @importFrom dplyr count inner_join mutate select #' @importFrom git2rdata read_vc write_vc -#' @importFrom n2kanalysis get_result +#' @importFrom n2kanalysis get_result read_manifest #' @importFrom rlang .data #' @importFrom stats qnorm #' @importFrom stringr str_detect str_replace #' @importFrom utils file_test retrieve_results <- function( - base, project, source_repo, target_repo, verbose = TRUE, strict = TRUE + base, project, source_repo, target_repo, verbose = TRUE, strict = TRUE ) { - target_rds <- file.path(base, paste(project, "results.rds", sep = "_")) - if (file_test("-f", target_rds)) { - results <- readRDS(target_rds) - } else { - results <- get_result(file.path(base, project), verbose = verbose) - saveRDS(results, target_rds) + file.path(target_repo$path, "..", "inst", "results.rds") |> + normalizePath() -> target_rds + if (!file_test("-f", target_rds)) { + read_manifest(base = base, project = project) |> + get_result(base = base, project = project, verbose = verbose) |> + saveRDS(file = target_rds) } + results <- readRDS(target_rds) - read_vc(file.path("location", "stratum"), root = source_repo) %>% + file.path("location", "stratum") |> + read_vc(root = source_repo) |> write_vc( file = file.path("inst", "results", "stratum"), root = target_repo, sorting = "description", strict = strict ) # overview of the effort - read_vc(file.path("observation", "visit"), root = source_repo) %>% + file.path("observation", "visit") |> + read_vc(root = source_repo) |> inner_join( read_vc(file.path("location", "point"), root = source_repo), by = c("point_id" = "id") - ) %>% + ) |> inner_join( read_vc(file.path("location", "square"), root = source_repo), by = c("square_id" = "id") - ) %>% + ) |> inner_join( read_vc(file.path("location", "stratum"), root = source_repo), by = c("stratum_id" = "id") - ) %>% + ) |> count( .data$year, location = .data$square_id, stratum = .data$description, name = "visits" - ) %>% - mutate(stratum = factor(.data$stratum)) %>% + ) |> + mutate(stratum = factor(.data$stratum)) |> write_vc( file = file.path("inst", "results", "effort"), root = target_repo, sorting = c("stratum", "location", "year"), strict = strict ) + file.path("inst", "results", "effort") |> + update_metadata( + root = target_repo, name = "effort", title = "Sampling effort", + field_description = c( + year = "year of the survey", location = "identifier of the location", + stratum = "name of the stratum", + visits = "number of visited point locations" + ) + ) # analysis metadata - results@AnalysisMetadata %>% + results@AnalysisMetadata |> inner_join( - read_vc(file.path("species", "speciesgroup"), source_repo) %>% + read_vc(file.path("species", "speciesgroup"), source_repo) |> select("id", speciesgroup = "description"), by = c("species_group_id" = "id") - ) %>% + ) |> transmute( analysis = .data$file_fingerprint, speciesgroup = factor(.data$speciesgroup), @@ -71,284 +83,360 @@ retrieve_results <- function( str_detect(.data$model_type, "composite index: .*"), NA, str_replace(.data$model_type, "inla (.*): .*", "\\1") - ) %>% + ) |> factor(), .data$status_fingerprint, status = factor(.data$status) - ) %>% + ) |> left_join( - results@Parameter %>% - filter(.data$description == "WAIC") %>% + results@Parameter |> + filter(.data$description == "WAIC") |> semi_join( x = results@ParameterEstimate, by = c("parameter" = "fingerprint") - ) %>% + ) |> select("analysis", waic = "estimate"), by = "analysis" - ) %>% + ) |> write_vc( file = file.path("inst", "results", "meta"), root = target_repo, sorting = "analysis", strict = strict ) - results@AnalysisRelation %>% - mutate( - analysis = factor(.data$analysis), parent = factor(.data$parent_analysis) - ) %>% + file.path("inst", "results", "meta") |> + update_metadata( + root = target_repo, name = "meta", title = "Metadata on the analyses", + field_description = c( + analysis = "Unique identifier of the analysis", + speciesgroup = "Name of the species or species group", + composite = "TRUE indicates a species group, FALSE a species", + cycle = "TRUE indicates a three year cycle, FALSE yearly cycle", + linear = "TRUE indicates a linear trend, FALSE a nonlinear trend", + family = "Statistical distribution used in the analysis", + status_fingerprint = "Status fingerprint of the analysis", + status = "Status of the analysis", + waic = "Wantabe-Akaike Information Criterion" + ) + ) + + results@AnalysisRelation |> + transmute( + analysis = factor(.data$analysis), parent = .data$parent_analysis + ) |> write_vc( file = file.path("inst", "results", "parent"), root = target_repo, sorting = c("analysis", "parent"), strict = strict ) + file.path("inst", "results", "parent") |> + update_metadata( + file = file.path("inst", "results", "parent"), root = target_repo, + name = "parent", title = "Parent-child links between analyses", + description = "Lists only analyses with at least one parent", + field_description = c( + analysis = "Identifier of the child analysis.", + parent = "Identifier of the parent analysis." + ) + ) + # differences among year or cycle - results@Contrast %>% - filter(str_detect(.data$description, "^index")) %>% + results@Contrast |> + filter(str_detect(.data$description, "^index")) |> mutate( - reference = str_replace(.data$description, "index_(.*)_.*", "\\1") %>% + reference = str_replace(.data$description, "index_(.*)_.*", "\\1") |> as.integer(), - alternative = str_replace(.data$description, "index_.*_(.*)", "\\1") %>% + alternative = str_replace(.data$description, "index_.*_(.*)", "\\1") |> as.integer() - ) %>% - inner_join(results@ContrastEstimate, by = c("fingerprint" = "contrast")) %>% + ) |> + inner_join(results@ContrastEstimate, by = c("fingerprint" = "contrast")) |> mutate( s = (.data$upper_confidence_limit - .data$lower_confidence_limit) / (2 * qnorm(0.975)), lower_confidence_limit = qnorm(0.05, mean = .data$estimate, sd = .data$s), upper_confidence_limit = qnorm(0.95, mean = .data$estimate, sd = .data$s) - ) %>% + ) |> transmute( analysis = factor(.data$analysis), .data$reference, .data$alternative, estimate = round(.data$estimate, 4), lower_confidence_limit = round(.data$lower_confidence_limit, 4), upper_confidence_limit = round(.data$upper_confidence_limit, 4) - ) %>% + ) |> write_vc( file = file.path("inst", "results", "index"), root = target_repo, sorting = c("analysis", "reference", "alternative"), strict = strict ) + file.path("inst", "results", "index") |> + update_metadata( + root = target_repo, name = "index", title = "Estimated indices", + field_description = c( + analysis = "Identifier of the analysis", + reference = "Year or period used as reference", + alternative = "Year of period compared with the reference", + estimate = "Estimate of the different on the log-scale", + lower_confidence_limit = "5% quantile of the distribution of the index", + upper_confidence_limit = "95% quantile of the distribution of the index" + ) + ) + # estimated average count per year or cycle - results@Contrast %>% - filter(str_detect(.data$description, "^estimate")) %>% + results@Contrast |> + filter(str_detect(.data$description, "^estimate")) |> mutate( - year = str_replace(.data$description, "estimate_(.*)", "\\1") %>% + year = str_replace(.data$description, "estimate_(.*)", "\\1") |> as.integer() - ) %>% - inner_join(results@ContrastEstimate, by = c("fingerprint" = "contrast")) %>% + ) |> + inner_join(results@ContrastEstimate, by = c("fingerprint" = "contrast")) |> mutate( s = (.data$upper_confidence_limit - .data$lower_confidence_limit) / (2 * qnorm(0.975)), lower_confidence_limit = qnorm(0.05, mean = .data$estimate, sd = .data$s), upper_confidence_limit = qnorm(0.95, mean = .data$estimate, sd = .data$s) - ) %>% + ) |> transmute( analysis = factor(.data$analysis), .data$year, estimate = round(.data$estimate, 4), lower_confidence_limit = round(.data$lower_confidence_limit, 4), upper_confidence_limit = round(.data$upper_confidence_limit, 4) - ) %>% + ) |> write_vc( file = file.path("inst", "results", "estimate"), root = target_repo, sorting = c("analysis", "year"), strict = strict ) + file.path("inst", "results", "estimate") |> + update_metadata( + root = target_repo, name = "estimate", + title = "Estimate average number of bird per point", + field_description = c( + analysis = "Identifier of the analysis", + year = "Year or period of the estimate", + estimate = "Estimate on the log-scale", + lower_confidence_limit = + "5% quantile of the distribution on the log-scale", + upper_confidence_limit = + "95% quantile of the distribution on the log-scale" + ) + ) + # trend in moving window - results@Contrast %>% - filter(str_detect(.data$description, "^trend")) %>% + results@Contrast |> + filter(str_detect(.data$description, "^trend")) |> mutate( - midpoint = str_replace(.data$description, "trend_(.*)_.*", "\\1") %>% + midpoint = str_replace(.data$description, "trend_(.*)_.*", "\\1") |> as.numeric(), - window = str_replace(.data$description, "trend_.*_(.*)", "\\1") %>% + window = str_replace(.data$description, "trend_.*_(.*)", "\\1") |> as.integer() - ) %>% - inner_join(results@ContrastEstimate, by = c("fingerprint" = "contrast")) %>% + ) |> + inner_join(results@ContrastEstimate, by = c("fingerprint" = "contrast")) |> mutate( s = (.data$upper_confidence_limit - .data$lower_confidence_limit) / (2 * qnorm(0.975)), lower_confidence_limit = qnorm(0.05, mean = .data$estimate, sd = .data$s), upper_confidence_limit = qnorm(0.95, mean = .data$estimate, sd = .data$s) - ) %>% + ) |> transmute( analysis = factor(.data$analysis), .data$midpoint, .data$window, estimate = round(.data$estimate, 4), lower_confidence_limit = round(.data$lower_confidence_limit, 4), upper_confidence_limit = round(.data$upper_confidence_limit, 4) - ) %>% + ) |> write_vc( file = file.path("inst", "results", "moving_trend"), root = target_repo, sorting = c("analysis", "window", "midpoint"), strict = strict ) + file.path("inst", "results", "moving_trend") |> + update_metadata( + root = target_repo, name = "moving_trend", + title = "Trend for different moving windows", + field_description = c( + analysis = "Identifier of the analysis", + midpoint = "Year in the middle of the interval", + window = "Width of the interval as a number of years", + estimate = "Estimate on the log-scale", + lower_confidence_limit = + "5% quantile of the distribution on the log-scale", + upper_confidence_limit = + "95% quantile of the distribution on the log-scale" + ) + ) + # linear trend - results@Contrast %>% - filter(str_detect(.data$description, "^linear_trend")) %>% - inner_join(results@ContrastEstimate, by = c("fingerprint" = "contrast")) %>% + results@Contrast |> + filter(str_detect(.data$description, "^linear_trend")) |> + inner_join(results@ContrastEstimate, by = c("fingerprint" = "contrast")) |> mutate( s = (.data$upper_confidence_limit - .data$lower_confidence_limit) / (2 * qnorm(0.975)), lower_confidence_limit = qnorm(0.05, mean = .data$estimate, sd = .data$s), upper_confidence_limit = qnorm(0.95, mean = .data$estimate, sd = .data$s) - ) %>% + ) |> transmute( analysis = factor(.data$analysis), estimate = round(.data$estimate, 4), lower_confidence_limit = round(.data$lower_confidence_limit, 4), upper_confidence_limit = round(.data$upper_confidence_limit, 4) - ) %>% + ) |> write_vc( file = file.path("inst", "results", "linear_trend"), root = target_repo, sorting = "analysis", strict = strict ) + file.path("inst", "results", "linear_trend") |> + update_metadata( + root = target_repo, name = "linear_trend", + title = "Slope of the linear trend", + field_description = c( + analysis = "Identifier of the analysis", + estimate = "Estimate on the log-scale", + lower_confidence_limit = + "5% quantile of the distribution on the log-scale", + upper_confidence_limit = + "95% quantile of the distribution on the log-scale" + ) + ) + # estimate along linear trend - results@Contrast %>% - filter(str_detect(.data$description, "^linear_estimate")) %>% + results@Contrast |> + filter(str_detect(.data$description, "^linear_estimate")) |> mutate( - year = str_replace(.data$description, "linear_estimate_(.*)", "\\1") %>% + year = str_replace(.data$description, "linear_estimate_(.*)", "\\1") |> as.integer() - ) %>% - inner_join(results@ContrastEstimate, by = c("fingerprint" = "contrast")) %>% + ) |> + inner_join(results@ContrastEstimate, by = c("fingerprint" = "contrast")) |> mutate( s = (.data$upper_confidence_limit - .data$lower_confidence_limit) / (2 * qnorm(0.975)), lower_confidence_limit = qnorm(0.05, mean = .data$estimate, sd = .data$s), upper_confidence_limit = qnorm(0.95, mean = .data$estimate, sd = .data$s) - ) %>% + ) |> transmute( analysis = factor(.data$analysis), .data$year, estimate = round(.data$estimate, 4), lower_confidence_limit = round(.data$lower_confidence_limit, 4), upper_confidence_limit = round(.data$upper_confidence_limit, 4) - ) %>% + ) |> write_vc( file = file.path("inst", "results", "linear_estimate"), root = target_repo, sorting = c("analysis", "year"), strict = strict ) + file.path("inst", "results", "linear_estimate") |> + update_metadata( + root = target_repo, name = "linear_estimate", + title = "Estimates along a linear trend", + field_description = c( + analysis = "Identifier of the analysis", + year = "Year of estimate, centered to the start of the analysis", + estimate = "Estimate on the log-scale", + lower_confidence_limit = + "5% quantile of the distribution on the log-scale", + upper_confidence_limit = + "95% quantile of the distribution on the log-scale" + ) + ) # composite index - results@AnalysisMetadata %>% - filter(str_detect(.data$model_type, "composite")) %>% + results@AnalysisMetadata |> + filter(str_detect(.data$model_type, "composite")) |> semi_join( x = results@ParameterEstimate, by = c("analysis" = "file_fingerprint") - ) %>% + ) |> inner_join( - results@Parameter %>% - filter(str_detect(.data$description, "^index")) %>% + results@Parameter |> + filter(str_detect(.data$description, "^index")) |> mutate( - reference = str_replace(.data$description, "index_(.*)_.*", "\\1") %>% + reference = str_replace(.data$description, "index_(.*)_.*", "\\1") |> as.integer(), alternative = str_replace( .data$description, "index_.*_(.*)", "\\1" - ) %>% + ) |> as.integer() ), by = c("parameter" = "fingerprint") - ) %>% + ) |> mutate( s = (.data$upper_confidence_limit - .data$lower_confidence_limit) / (2 * qnorm(0.975)), lower_confidence_limit = qnorm(0.05, mean = .data$estimate, sd = .data$s), upper_confidence_limit = qnorm(0.95, mean = .data$estimate, sd = .data$s) - ) %>% + ) |> transmute( analysis = factor(.data$analysis), .data$reference, .data$alternative, estimate = round(.data$estimate, 4), lower_confidence_limit = round(.data$lower_confidence_limit, 4), upper_confidence_limit = round(.data$upper_confidence_limit, 4) - ) %>% + ) |> write_vc( file = file.path("inst", "results", "composite_index"), strict = strict, root = target_repo, sorting = c("analysis", "reference", "alternative") ) + file.path("inst", "results", "composite_index") |> + update_metadata( + root = target_repo, name = "composite_index", + title = "Indices by species group", + field_description = c( + analysis = "Identifier of the analysis", + reference = "Year or period used as reference", + alternative = "year or period to compare with the reference", + estimate = "Estimate on the log-scale", + lower_confidence_limit = + "5% quantile of the distribution on the log-scale", + upper_confidence_limit = + "95% quantile of the distribution on the log-scale" + ) + ) + # trend in moving window - results@Parameter %>% - filter(str_detect(.data$description, "^trend")) %>% + results@Parameter |> + filter(str_detect(.data$description, "^trend")) |> mutate( - midpoint = str_replace(.data$description, "trend_(.*)_.*", "\\1") %>% + midpoint = str_replace(.data$description, "trend_(.*)_.*", "\\1") |> as.numeric(), - window = str_replace(.data$description, "trend_.*_(.*)", "\\1") %>% + window = str_replace(.data$description, "trend_.*_(.*)", "\\1") |> as.integer() - ) %>% + ) |> inner_join( results@ParameterEstimate, by = c("fingerprint" = "parameter") - ) %>% + ) |> semi_join( - results@AnalysisMetadata %>% + results@AnalysisMetadata |> filter(str_detect(.data$model_type, "composite")), by = c("analysis" = "file_fingerprint") - ) %>% + ) |> mutate( s = (.data$upper_confidence_limit - .data$lower_confidence_limit) / (2 * qnorm(0.975)), lower_confidence_limit = qnorm(0.05, mean = .data$estimate, sd = .data$s), upper_confidence_limit = qnorm(0.95, mean = .data$estimate, sd = .data$s) - ) %>% + ) |> transmute( .data$analysis, .data$midpoint, .data$window, estimate = round(.data$estimate, 4), lower_confidence_limit = round(.data$lower_confidence_limit, 4), upper_confidence_limit = round(.data$upper_confidence_limit, 4) - ) %>% + ) |> write_vc( file = file.path("inst", "results", "composite_moving_trend"), root = target_repo, sorting = c("analysis", "window", "midpoint"), strict = strict ) - # stratum weights - read_relevant(base = base, project = project, verbose = verbose) %>% + file.path("inst", "results", "composite_moving_trend") |> + update_metadata( + root = target_repo, name = "composite_moving_trend", + title = "Moving trend for the composite indices", + field_description = c( + analysis = "Identifier of the analysis", + midpoint = "Year in the middle of the interval", + window = "Width of the interval as a number of years", + estimate = "Estimate on the log-scale", + lower_confidence_limit = + "5% quantile of the distribution on the log-scale", + upper_confidence_limit = + "95% quantile of the distribution on the log-scale" + ) + ) + + read_relevant(base = base, project = project, verbose = verbose) |> write_vc( file = file.path("inst", "results", "stratum_weight"), root = target_repo, sorting = c("analysis", "stratum"), strict = strict ) + file.path("inst", "results", "stratum_weight") |> + update_metadata( + root = target_repo, name = "stratum_weight" + ) return(invisible(NULL)) } - -#' @importFrom dplyr %>% count group_by mutate n summarise -#' @importFrom n2kanalysis display get_data get_file_fingerprint -#' @importFrom purrr map_dfr -#' @importFrom rlang .data -#' @importFrom stringr str_remove str_subset -read_relevant <- function(base, project, verbose = TRUE) { - file.path(base, project) %>% - list.files(pattern = "rds$", recursive = TRUE, full.names = TRUE) %>% - str_subset("converged") -> todo - map_dfr(todo, verbose = verbose, function(i, verbose) { - display(verbose, i) - x <- readRDS(i) - if (!inherits(x, "n2kInla")) { - return(NULL) - } - if (!grepl("year:stratum", x@AnalysisMetadata$model_type)) { - return(NULL) - } - get_data(x) %>% - mutate(tmp = sprintf("%s_%0.5f", .data$stratum, .data$weight)) %>% - count( - .data$tmp, .data$square, .data$point, name = "visits" - ) %>% - group_by(.data$tmp, .data$square) %>% - summarise( - points = n(), visits = sum(.data$visits), .groups = "drop" - ) %>% - group_by(.data$tmp, .data$points) %>% - summarise( - squares = n(), visits = sum(.data$visits), .groups = "drop" - ) -> tmp - tmp %>% - select(-.data$visits) %>% - complete( - .data$tmp, points = 1:6, fill = list(squares = 0) - ) %>% - mutate(points = sprintf("points_%i", .data$points)) %>% - pivot_wider(names_from = "points", values_from = "squares") %>% - inner_join( - tmp %>% - group_by(.data$tmp) %>% - summarise( - relevant = sum(.data$squares), visits = sum(.data$visits), - .groups = "drop" - ), - by = "tmp" - ) %>% - mutate( - analysis = get_file_fingerprint(x), - stratum = str_remove(.data$tmp, "_.*"), - weight = str_remove(.data$tmp, ".*_") %>% - as.numeric() - ) %>% - select(-.data$tmp) - }) %>% - mutate(analysis = factor(.data$analysis)) -} diff --git a/R/select_relevant.R b/R/select_relevant.R index d9dcf9d..bef0ec6 100644 --- a/R/select_relevant.R +++ b/R/select_relevant.R @@ -18,7 +18,7 @@ #' @inheritParams prepare_dataset #' @export #' @importFrom assertthat assert_that has_name is.count is.number is.string -#' @importFrom dplyr %>% count distinct filter left_join mutate rename select +#' @importFrom dplyr count distinct filter left_join mutate rename select #' semi_join #' @importFrom git2rdata is_git2rdata read_vc #' @importFrom rlang .data @@ -47,9 +47,9 @@ select_relevant <- function( return(NULL) } - read_vc(file, root = repo) %>% - select(-.data$datafield_id) %>% - left_join(x = observation, by = "sample_id") %>% + read_vc(file, root = repo) |> + select(-"datafield_id") |> + left_join(x = observation, by = "sample_id") |> mutate( count = replace_na(.data$count, 0), cycle = 1 + (.data$year - 2007) %/% 3, @@ -60,28 +60,28 @@ select_relevant <- function( return(NULL) } # require at least one observation per point - rawdata %>% - filter(.data$count > 0) %>% - distinct(.data$point) %>% + rawdata |> + filter(.data$count > 0) |> + distinct(.data$point) |> semi_join(x = rawdata, by = "point") -> rawdata # require observation during at least min_cycle different cycles for each # square - rawdata %>% - filter(.data$count > 0) %>% - distinct(.data$square, .data$cycle) %>% - count(.data$square) %>% - filter(.data$n >= min_cycle) %>% + rawdata |> + filter(.data$count > 0) |> + distinct(.data$square, .data$cycle) |> + count(.data$square) |> + filter(.data$n >= min_cycle) |> semi_join(x = rawdata, by = "square") -> rawdata if (sum(rawdata$count > 0) < min_observation) { return(NULL) } # require at least min_stratum locations per stratum - rawdata %>% - filter(.data$count > 0) %>% - distinct(.data$stratum, .data$square) %>% - count(.data$stratum) %>% - filter(.data$n >= min_stratum) %>% + rawdata |> + filter(.data$count > 0) |> + distinct(.data$stratum, .data$square) |> + count(.data$stratum) |> + filter(.data$n >= min_stratum) |> semi_join(x = rawdata, by = "stratum") -> rawdata if (sum(rawdata$count > 0) < min_observation) { return(NULL) @@ -90,35 +90,35 @@ select_relevant <- function( model <- glm(count ~ 0 + period, data = rawdata, family = poisson) log_threshold <- max(coef(model)) + log(proportion) selection <- levels(rawdata$period)[coef(model) >= log_threshold] - rawdata %>% - filter(.data$period %in% selection) %>% + rawdata |> + filter(.data$period %in% selection) |> mutate(period = factor(.data$period)) -> rawdata if (sum(rawdata$count > 0) < min_observation) { return(NULL) } model <- glm(count ~ 0 + period, data = rawdata, family = poisson) - rawdata %>% + rawdata |> mutate( period = relevel(.data$period, which.max(coef(model))) ) -> rawdata # require observation during at least min_cycle different cycles for each # location - rawdata %>% - filter(.data$count > 0) %>% - distinct(.data$square, .data$cycle) %>% - count(.data$square) %>% - filter(.data$n >= min_cycle) %>% + rawdata |> + filter(.data$count > 0) |> + distinct(.data$square, .data$cycle) |> + count(.data$square) |> + filter(.data$n >= min_cycle) |> semi_join(x = rawdata, by = "square") -> rawdata if (sum(rawdata$count > 0) < min_observation) { return(NULL) } # require at least min_stratum locations per stratum - rawdata %>% - filter(.data$count > 0) %>% - distinct(.data$stratum, .data$square) %>% - count(.data$stratum) %>% - filter(.data$n >= min_stratum) %>% - semi_join(x = rawdata, by = "stratum") %>% + rawdata |> + filter(.data$count > 0) |> + distinct(.data$stratum, .data$square) |> + count(.data$stratum) |> + filter(.data$n >= min_stratum) |> + semi_join(x = rawdata, by = "stratum") |> rename(observation_id = .data$sample_id) -> rawdata if (sum(rawdata$count > 0) < min_observation) { return(NULL) diff --git a/_pkgdown.yml b/_pkgdown.yml index 485eb1c..744bc1d 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -19,4 +19,4 @@ navbar: authors: Research Institute for Nature and Forest (INBO): href: "https://www.vlaanderen.be/inbo/en-gb" - html: "" + html: "logo of the Research Institute for Nature and Forest (INBO)" diff --git a/abvanalysis.Rproj b/abvanalysis.Rproj index e4a061f..600e4af 100644 --- a/abvanalysis.Rproj +++ b/abvanalysis.Rproj @@ -1,4 +1,5 @@ Version: 1.0 +ProjectId: 90bc52d8-09d8-496a-b6ae-ae375a1199c8 RestoreWorkspace: Default SaveWorkspace: Default diff --git a/checklist.yml b/checklist.yml index e4a11f8..8d3e1d4 100644 --- a/checklist.yml +++ b/checklist.yml @@ -30,6 +30,7 @@ required: - folder conventions - license - lintr +- organisation - repository secret - spelling spelling: @@ -41,20 +42,18 @@ spelling: other: nl-BE: - inst/interactive/composite.qmd + - inst/interactive/composite_pdf.qmd - inst/interactive/index.md - inst/interactive/methodologie/index.qmd + - inst/interactive/methodologie/inzameling.qmd - inst/interactive/methodologie/reproduceerbaarheid.qmd - inst/interactive/methodologie/verwerking.qmd - inst/interactive/methodologie/voorstelling.qmd - inst/interactive/samenvatting.md - inst/interactive/species.qmd + - inst/interactive/species_pdf.qmd - inst/interactive/trends.qmd - - inst/website/0_methodologie.Rmd - - inst/website/1_samengesteld.Rmd - - inst/website/2_trend_per_soort.Rmd - - inst/website/_samengesteld.Rmd - - inst/website/_soort.Rmd - - inst/website/download_html.Rmd - - inst/website/download_non_html.Rmd - - inst/website/index.Rmd - - inst/website/zzz_bibliografietitel.Rmd + - inst/interactive/trends_pdf.qmd + - inst/interactive/vbp_species.qmd +pak: +- pdftools diff --git a/inst/CITATION b/inst/CITATION index 2150e00..1d3d6f4 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -2,12 +2,12 @@ citHeader("To cite `abvanalysis` in publications please use:") # begin checklist entry bibentry( bibtype = "Manual", - title = "abvanalysis: Analysis of the Common Breeding Bird Survey. Version 0.2.4", - author = c( author = c(person(given = "Thierry", family = "Onkelinx"))), - year = 2024, + title = "abvanalysis: Analysis of the Common Breeding Bird Survey. Version 0.2.5", + author = c(person(given = "Thierry", family = "Onkelinx")), + year = 2026, url = "https://github.com/inbo/abvanalysis/", abstract = "Read in the raw data and prepare analysis datasets.", - textVersion = "Onkelinx, Thierry (2024) abvanalysis: Analysis of the Common Breeding Bird Survey. Version 0.2.4. https://github.com/inbo/abvanalysis/", + textVersion = "Onkelinx, Thierry (2026) abvanalysis: Analysis of the Common Breeding Bird Survey. Version 0.2.5. https://github.com/inbo/abvanalysis/", keywords = "common breeding birds; monitoring; analysis; reproducible science", ) # end checklist entry diff --git a/inst/WORDLIST b/inst/WORDLIST deleted file mode 100644 index 3f27f91..0000000 --- a/inst/WORDLIST +++ /dev/null @@ -1,8 +0,0 @@ -ABV -Codecov -INBO -INLA -Lifecycle -Natuurpunt -Studie -Vogelnieuws diff --git a/inst/WORDLIST_nl_BE b/inst/WORDLIST_nl_BE deleted file mode 100644 index 4b557c8..0000000 --- a/inst/WORDLIST_nl_BE +++ /dev/null @@ -1,46 +0,0 @@ -ABV -Bayesiaanse -Bosonderzoek -Data-hashes -GBIF -Gaussiaanse -INBO -INLA -Poisson -R-script -SHA-1 -WAIC -Waarderingkaart -aantalsontwikkelingen -data-hash -exponentiëren -geaggregreerd -geparametriseerd -gestratificeerde -habitats -hash -hashes -hashfunctie -herbezoeken -kommagescheiden -kwantielen -linkeras -log-schaal -log-transformatie -nulwaarnemingen -overbemonsterd -overdisperieparameter -overdispersie -package -packages -rechteras -referentiejaartal -rekenbladprogramma -strata -stratum -stratumeffecten -stratumgewicht -stratumgewichten -t.e.m. -varianties -zestientallig diff --git a/inst/analysis_local.R b/inst/analysis_local.R index d9fc51e..43657c4 100644 --- a/inst/analysis_local.R +++ b/inst/analysis_local.R @@ -1,38 +1,66 @@ +# import data library(abvanalysis) repo <- git2rdata::repository(file.path("~", "n2k", "abv")) -origin <- RPostgreSQL::dbConnect( - RPostgreSQL::PostgreSQL(), host = "127.0.0.1", user = "readonly", - dbname = "meetnetten", port = "65432", - password = keyring::key_get("meetnetten", username = "readonly") -) # postgres server origin <- odbc::dbConnect( - odbc::odbc(), driver = "ODBC Driver 17 for SQL Server", + odbc::odbc(), + driver = "ODBC Driver 18 for SQL Server", server = "inbo-sql08-prd.inbo.be", - database = "S0008_00_Meetnetten", port = 1433, uid = "bmkreader", + Encrypt = "no", + database = "S0008_00_Meetnetten", + port = 1433, + uid = "bmkreader", pwd = keyring::key_get("meetnetten", username = "bmkreader") ) # sql server - +project <- "abv" prepare_dataset( - origin = origin, repo = repo, end_date = Sys.time(), verbose = TRUE, - push = FALSE, strict = TRUE + origin = origin, + repo = repo, + end_date = Sys.time(), + verbose = TRUE, + push = FALSE, + strict = FALSE, + db_scheme = "staging_Meetnetten" ) -base <- file.path("~", "n2kanalysis") +# prepare analysis +library(abvanalysis) +library(n2kanalysis) +repo <- git2rdata::repository(file.path("~", "n2k", "abv")) project <- "abv" -dir.create(file.path(base, project), recursive = TRUE, showWarnings = FALSE) -script <- prepare_analysis( - repo = repo, base = base, project = project, docker = "inbobmk/rn2k:0.9", - dependencies = c("inbo/n2khelper@v0.5.0", "inbo/n2kanalysis@v0.3.2") -) +connect_inbo_s3() +base <- aws.s3::get_bucket(Sys.getenv("N2KBUCKET"), prefix = project, max = 1) +prepare_analysis( + repo = repo, + base = base, + project = project, + docker = "inbobmk/rn2k:dev-0.10", + dependencies = c("inbo/n2khelper@v0.5.0", "inbo/n2kanalysis@0.4.1") +) -> bash_script +sprintf( + "aws s3 cp s3://%s/%s ~/abv.sh\nchmod +x ~/abv.sh", + Sys.getenv("N2KBUCKET"), + bash_script +) |> + cat() -writeLines( - c(script$init, script$model), file.path(base, project, "abv_model.sh") -) -writeLines( - c(script$init, script$manifest), file.path(base, project, "abv.sh") -) +# fit models +library(n2kanalysis) +connect_inbo_s3() +base <- aws.s3::get_bucket(Sys.getenv("N2KBUCKET"), prefix = project, max = 1) +read_manifest(base = base, project = project) |> + fit_model(base = base, project = project) +# get results +library(abvanalysis) +library(n2kanalysis) +connect_inbo_s3() +project <- "abv" +base <- aws.s3::get_bucket(Sys.getenv("N2KBUCKET"), prefix = project, max = 1) +repo <- git2rdata::repository(file.path("~", "n2k", "abv")) retrieve_results( - base = base, project = project, source_repo = repo, - target_repo = git2rdata::repository(), strict = FALSE + base = base, + project = project, + source_repo = repo, + target_repo = git2rdata::repository(), + strict = FALSE ) diff --git a/inst/extensions/flandersqmd-report-website/_extension.yml b/inst/extensions/flandersqmd-report-website/_extension.yml deleted file mode 100644 index f182c6f..0000000 --- a/inst/extensions/flandersqmd-report-website/_extension.yml +++ /dev/null @@ -1,23 +0,0 @@ -title: Corporate identity of the Flemish government quarto websites -author: Thierry Onkelinx -version: 0.1.0 -quarto-required: ">=1.4.0" -contributes: - project: - project: - type: website - website: - sidebar: - search: true - style: "floating" - format: - html: - css: [css/agency.css, css/flanders_generic.css] - template: "partials/template.html" - number-sections: true - toc: true - html-math-method: katex - filters: - - filters/translations.lua - shortcodes: - - shortcodes/colophon.lua diff --git a/inst/extensions/flandersqmd-report-website/filters/translations.lua b/inst/extensions/flandersqmd-report-website/filters/translations.lua deleted file mode 100644 index 8fce5ea..0000000 --- a/inst/extensions/flandersqmd-report-website/filters/translations.lua +++ /dev/null @@ -1,130 +0,0 @@ -function is_empty(s) - return s == nil or s == '' -end - -function translation(lang) - local result - if (lang == "nl-BE") then - result = { - author = "Geschreven door", - address = "Vlaamse overheid, Herman Teirlinckgebouw, Havenlaan 88, 1000 Brussel", - citation = "Wijze van citeren", - city = "Brussel", - country = "België", - depotnr = "Depotnummer", - export = "Exporteer referentie als", - location = "Vestiging", - mission = "Hier komt de missie", - name = "Vlaamse overheid", - ordernr = "Opdrachtnummer", - reviewer = "Nagelezen door", - series = "Rapporten van het", - url = "https://www.vlaanderen.be", - url_text = "vlaanderen.be", - vu = "Verantwoordelijke uitgever", - year = "Gepubliceerd in" - } - elseif (lang == "fr-FR") then - result = { - author = "Écrit par", - address = "Autorité flamande, Herman Teirlinckgebouw, Avenu du Port 88, 1000 Bruxelles", - citation = "Citation recommandée", - city = "Bruxelles", - country = "Belgique", - depotnr = "Numéro de dépôt", - export = "Exporter la référence à", - location = "Adresse", - mission = "Mission statement", - name = "l'Autorité flamande ", - ordernr = "Numéro de commande", - reviewer = "Examiné par", - series = "Rapports de", - url = "https://www.vlaanderen.be/fr", - url_text = "vlaanderen.be", - vu = "Éditeur responsable", - year = "Publié en" - } - else - result = { - author = "Written by", - address = "Government of Flanders, Herman Teirlinck, Havenlaan 88, 1000 Brussel", - citation = "Way of quoting", - city = "Brussels", - country = "Belgium", - depotnr = "Deposit number", - export = "Export reference to", - location = "Location:", - mission = "Misson statement", - name = "Government of Flanders", - ordernr = "Order number", - reviewer = "Reviewed by", - series = "Reports of the", - url = "https://www.vlaanderen.be/en", - url_text = "vlaanderen.be", - vu = "Responsible publisher", - year = "Published during" - } - end - return result -end - -function abbreviate_person(person, i, type, n) - if i > 2 then - return '' - end - if i == 2 and n > 2 then - return ' et al.' - end - if (i > 1) then - res = ' & ' - else - res = '' - end - if is_empty(person.name) then - res = res .. '

!!! flandersqmd.' .. type ..' element ' .. i .. ' has no name element!!!

' - else - if is_empty(person.name.family) then - res = res .. '

!!! flandersqmd.' .. type .. ' element ' .. i .. ' name element has no family element!!!

' - else - res = res .. ' ' .. pandoc.utils.stringify(person.name.family) - end - if is_empty(person.name.given) then - res = res .. '

!!! flandersqmd.' .. type .. ' element ' .. i .. ' name element has no given element!!!

' - else - local x = pandoc.utils.stringify(person.name.given) - res = res .. ', ' .. string.gsub(x, '([A-Z])[a-zàçéèïîôö]*', '%1.') - end - end - return res -end - -function shortauthor(author) - n = 0 - for i, person in pairs(author) do - n = i - end - z = '' - for i, person in pairs(author) do - z = z .. abbreviate_person(person, i, 'author', n) - end - return z -end - -return { - { - Meta = function(meta) - meta.translation = translation(pandoc.utils.stringify(meta.lang)) - meta.issn = "ISSN nummer" - meta.vu = "Naam verantwoordelijke uitgever" - if is_empty(meta.flandersqmd.author) then - meta.shortauthor = pandoc.RawInline( - "html", - '

!!! Missing flandersqmd.author !!!

' - ) - else - meta.shortauthor = shortauthor(meta.flandersqmd.author) - end - return meta - end - } -} diff --git a/inst/extensions/flandersqmd-report-website/fonts/FlandersArtSans-Bold.ttf b/inst/extensions/flandersqmd-report-website/fonts/FlandersArtSans-Bold.ttf deleted file mode 100644 index ade4266..0000000 Binary files a/inst/extensions/flandersqmd-report-website/fonts/FlandersArtSans-Bold.ttf and /dev/null differ diff --git a/inst/extensions/flandersqmd-report-website/fonts/FlandersArtSans-Light.ttf b/inst/extensions/flandersqmd-report-website/fonts/FlandersArtSans-Light.ttf deleted file mode 100644 index 577a2a0..0000000 Binary files a/inst/extensions/flandersqmd-report-website/fonts/FlandersArtSans-Light.ttf and /dev/null differ diff --git a/inst/extensions/flandersqmd-report-website/fonts/FlandersArtSans-Medium.ttf b/inst/extensions/flandersqmd-report-website/fonts/FlandersArtSans-Medium.ttf deleted file mode 100644 index 1deb449..0000000 Binary files a/inst/extensions/flandersqmd-report-website/fonts/FlandersArtSans-Medium.ttf and /dev/null differ diff --git a/inst/extensions/flandersqmd-report-website/fonts/FlandersArtSans-Regular.ttf b/inst/extensions/flandersqmd-report-website/fonts/FlandersArtSans-Regular.ttf deleted file mode 100644 index a7b8d23..0000000 Binary files a/inst/extensions/flandersqmd-report-website/fonts/FlandersArtSans-Regular.ttf and /dev/null differ diff --git a/inst/extensions/flandersqmd-report-website/fonts/Inconsolata-Bold.ttf b/inst/extensions/flandersqmd-report-website/fonts/Inconsolata-Bold.ttf deleted file mode 100644 index 9f92725..0000000 Binary files a/inst/extensions/flandersqmd-report-website/fonts/Inconsolata-Bold.ttf and /dev/null differ diff --git a/inst/extensions/flandersqmd-report-website/fonts/Inconsolata-Light.ttf b/inst/extensions/flandersqmd-report-website/fonts/Inconsolata-Light.ttf deleted file mode 100644 index 2ce1842..0000000 Binary files a/inst/extensions/flandersqmd-report-website/fonts/Inconsolata-Light.ttf and /dev/null differ diff --git a/inst/extensions/flandersqmd-report-website/fonts/Inconsolata-Medium.ttf b/inst/extensions/flandersqmd-report-website/fonts/Inconsolata-Medium.ttf deleted file mode 100644 index 3643283..0000000 Binary files a/inst/extensions/flandersqmd-report-website/fonts/Inconsolata-Medium.ttf and /dev/null differ diff --git a/inst/extensions/flandersqmd-report-website/fonts/Inconsolata-Regular.ttf b/inst/extensions/flandersqmd-report-website/fonts/Inconsolata-Regular.ttf deleted file mode 100644 index 457d262..0000000 Binary files a/inst/extensions/flandersqmd-report-website/fonts/Inconsolata-Regular.ttf and /dev/null differ diff --git a/inst/extensions/flandersqmd-report-website/img/background-pattern.png b/inst/extensions/flandersqmd-report-website/img/background-pattern.png deleted file mode 100644 index a2d9426..0000000 Binary files a/inst/extensions/flandersqmd-report-website/img/background-pattern.png and /dev/null differ diff --git a/inst/extensions/flandersqmd-report-website/img/cc-by.svg b/inst/extensions/flandersqmd-report-website/img/cc-by.svg deleted file mode 100644 index e44c25f..0000000 --- a/inst/extensions/flandersqmd-report-website/img/cc-by.svg +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/inst/extensions/flandersqmd-report-website/partials/nav-container.html b/inst/extensions/flandersqmd-report-website/partials/nav-container.html deleted file mode 100644 index 96b024c..0000000 --- a/inst/extensions/flandersqmd-report-website/partials/nav-container.html +++ /dev/null @@ -1,9 +0,0 @@ - - diff --git a/inst/extensions/flandersqmd-report-website/partials/template.html b/inst/extensions/flandersqmd-report-website/partials/template.html deleted file mode 100644 index 4429a83..0000000 --- a/inst/extensions/flandersqmd-report-website/partials/template.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - -$for(author-meta)$ - -$endfor$ -$if(date-meta)$ - -$endif$ -$if(keywords)$ - -$endif$ -$if(description-meta)$ - -$endif$ - $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ - -$for(css)$ - -$endfor$ -$for(header-includes)$ - $header-includes$ -$endfor$ -$if(math)$ -$if(mathjax)$ - -$endif$ - $math$ -$endif$ - - -$for(include-before)$ -$include-before$ -$endfor$ -$if(title)$ -
-

$title$

-$if(subtitle)$ -

$subtitle$

-$endif$ -$for(author)$ -

$author$

-$endfor$ -$if(date)$ -

$date$

-$endif$ -$if(abstract)$ -
-
$abstract-title$
-$abstract$ -
-$endif$ -
-$endif$ -$if(toc)$ - -$endif$ -$body$ - -

 

-

- - Creative Commons-License - $shortauthor$ - $publicationyear$ - $if(flandersqmd.doi)$$flandersqmd.doi$$else$

!!! Missing flandersqmd.doi !!!

$endif$ - - -$for(include-after)$ -$include-after$ -$endfor$ - - - diff --git a/inst/extensions/flandersqmd-report-website/shortcodes/colophon.lua b/inst/extensions/flandersqmd-report-website/shortcodes/colophon.lua deleted file mode 100644 index 810139a..0000000 --- a/inst/extensions/flandersqmd-report-website/shortcodes/colophon.lua +++ /dev/null @@ -1,424 +0,0 @@ -return { - ['colophon'] = function(args, kwargs, meta) ---[[check if variable has content]] - local function is_empty(s) - return s == nil or s == '' - end - ---[[format person]] - local function display_person(person, i, type) - local res = '' - if i > 1 then - res = res .. '
' - end - if not is_empty(person.email) then - res = res .. '' - end - if is_empty(person.name) then - res = res .. '

!!! flandersqmd.' .. type ..' element ' .. i .. ' has no name element!!!

' - else - if is_empty(person.name.given) then - res = res .. '

!!! flandersqmd.' .. type .. ' element ' .. i .. ' name element has no given element!!!

' - else - res = res .. pandoc.utils.stringify(person.name.given) - end - if is_empty(person.name.family) then - res = res .. '

!!! flandersqmd.' .. type .. ' element ' .. i .. ' name element has no family element!!!

' - else - res = res .. ' ' .. pandoc.utils.stringify(person.name.family) - end - if not is_empty(person.email) then - res = res .. '
' - end - end - if not is_empty(person.orcid) then - local x = pandoc.utils.stringify(person.orcid) - res = res .. ' ' - end - if not is_empty(person.affiliation) then - for i, instititute in pairs(person.affiliation) do - res = res .. ', ' .. pandoc.utils.stringify(instititute) - end - end - return res - end - ---[[format person for bibtex]] - local function bibtex_person(person, i, type) - local res = '' - if i > 1 then - res = res .. ' and ' - end - if is_empty(person.name) then - res = res .. '

!!! flandersqmd.' .. type ..' element ' .. i .. ' has no name element!!!

' - else - if is_empty(person.name.family) then - res = res .. '

!!! flandersqmd.' .. type .. ' element ' .. i .. ' name element has no family element!!!

' - else - res = res .. pandoc.utils.stringify(person.name.family) .. ', ' - end - if is_empty(person.name.given) then - res = res .. '

!!! flandersqmd.' .. type .. ' element ' .. i .. ' name element has no given element!!!

' - else - res = res .. pandoc.utils.stringify(person.name.given) - end - end - return res - end - ---[[format person for ris]] - local function ris_person(person, i, type) - local res = 'AU - ' - if is_empty(person.name) then - res = res .. '

!!! flandersqmd.' .. type ..' element ' .. i .. ' has no name element!!!

' - else - if is_empty(person.name.family) then - res = res .. '

!!! flandersqmd.' .. type .. ' element ' .. i .. ' name element has no family element!!!

' - else - res = res .. pandoc.utils.stringify(person.name.family) .. ', ' - end - if is_empty(person.name.given) then - res = res .. '

!!! flandersqmd.' .. type .. ' element ' .. i .. ' name element has no given element!!!

' - else - res = res .. pandoc.utils.stringify(person.name.given) .. '\n' - end - end - return res - end - ---[[format person for json]] - local function json_person(person, i, type) - local res = ' {\n' - if not is_empty(person.name) then - if not is_empty(person.name.family) then - res = res .. ' "family":"' .. pandoc.utils.stringify(person.name.family) .. '",\n' - end - if not is_empty(person.name.given) then - res = res .. ' "given":"' .. pandoc.utils.stringify(person.name.given) .. '"\n }\n' - end - end - return res - end - ---[[initialise]] - if is_empty(meta.flandersqmd.cover) then - z = '' - else - y = pandoc.utils.stringify(meta.flandersqmd.cover) - y = y:match("(.+)%..*") - z = '' - end - z = z .. '
' - ---[[add title]] - z = z .. '
' - if is_empty(meta.flandersqmd.title) then - z = z .. '

!!! Missing flandersqmd.title !!!

' - else - z = z .. '

' .. pandoc.utils.stringify(meta.flandersqmd.title) .. '

' - end - ---[[add subtitle]] - if not is_empty(meta.flandersqmd.subtitle) then - z = z .. '

' .. pandoc.utils.stringify(meta.flandersqmd.subtitle) .. '

' - end - z = z .. '
' - ---[[add authors]] - z = z .. '
' .. '
' .. - '
' .. meta.translation.author .. - '
' .. '
' - if is_empty(meta.flandersqmd.author) then - z = z .. '

!!! Missing flandersqmd.author !!!

' - else - for i, person in pairs(meta.flandersqmd.author) do - z = z .. display_person(person, i, 'author') - end - end - z = z .. '
' .. '
' - ---[[add reviewer]] - if not is_empty(meta.flandersqmd.reviewer) then - z = z .. '
' .. '
' .. - meta.translation.reviewer .. '
' .. - '
' - for i, person in pairs(meta.flandersqmd.reviewer) do - z = z .. display_person(person, i, 'reviewer') - end - z = z .. '
' .. '
' - end - ---[ insert DOI] - z = z .. '
' .. '
DOI
' .. - '
' - if is_empty(meta.flandersqmd.doi) then - z = z .. '

!!! Missing flandersqmd.doi !!!

' - else - local x = pandoc.utils.stringify(meta.flandersqmd.doi) - z = z .. '' .. x .. '' - end - z = z .. '
'.. '
' - ---[ insert year] - if not is_empty(meta.flandersqmd.publicationdate) then - z = z .. '
' .. '
' .. - meta.translation.year .. '
' .. - '
' .. '

' .. - pandoc.utils.stringify(meta.publicationyear) .. '

' .. '
' - end - ---[ insert ordernumber] - if not is_empty(meta.flandersqmd.ordernr) then - z = z .. '
' .. '
' .. - meta.translation.ordernr .. '
' .. - '
' .. '

' .. - pandoc.utils.stringify(meta.flandersqmd.ordernr) .. '

'.. '
' - end - ---[ insert depotnumber] - if not is_empty(meta.flandersqmd.depotnr) then - z = z .. '
' .. '
' .. - meta.translation.depotnr .. '
' .. - '
' .. '

' .. - pandoc.utils.stringify(meta.flandersqmd.depotnr) .. '

'.. '
' - end - ---[ insert issn] - if not is_empty(meta.translation.issn_nr) then - z = z .. '
' .. '
ISSN
' .. - '
' .. - meta.translation.issn_nr .. '
'.. '
' - end - ---[ insert vu] - if not is_empty(meta.translation.vu_name) then - z = z .. '
' .. '
' .. - meta.translation.vu .. '
' .. - '
' .. '

' .. - meta.translation.vu_name .. '

'.. '
' - end - ---[[end meta]] - z = z .. '
' - ---[ insert mission] - if not is_empty(meta.translation.mission) then - z = z .. '
' .. - meta.translation.mission .. '
' - end - ---[ insert address] - if not is_empty(meta.translation.address) then - z = z .. '
' .. '
' .. - meta.translation.location .. '
' .. - '
' .. meta.translation.address - if not is_empty(meta.translation.url) then - z = z .. ' ' - if is_empty(meta.translation.url_text) then - z = z .. meta.translation.url .. '' - else - z = z .. meta.translation.url_text .. '' - end - end - z = z .. '
' - end - ---[ insert citation] - z = z .. '
' .. - meta.translation.citation .. '
' .. - '
' - if is_empty(meta.flandersqmd.author) then - z = z .. '

!!! Missing flandersqmd.author !!!

' - else - z = z .. meta.shortauthor - end - if is_empty(meta.flandersqmd.publicationdate) then - z = z .. '

!!! Missing flandersqmd.publicationdate !!!

' - else - z = z .. ' (' .. meta.publicationyear .. ') ' - end - if is_empty(meta.flandersqmd.title) then - z = z .. '

!!! Missing flandersqmd.title !!!

' - else - z = z .. pandoc.utils.stringify(meta.flandersqmd.title) .. '. ' - if not is_empty(meta.flandersqmd.subtitle) then - z = z .. pandoc.utils.stringify(meta.flandersqmd.subtitle) .. '. ' - end - end - if not is_empty(meta.translation.name) then - if not is_empty(meta.translation.series) then - z = z .. meta.translation.series .. ' ' - end - z = z .. meta.translation.name .. ' ' - end - if is_empty(meta.flandersqmd.publicationdate) then - z = z .. '

!!! Missing flandersqmd.publicationdate !!!

' - else - z = z .. meta.publicationyear - end - if is_empty(meta.flandersqmd.reportnr) then - z = z .. '

!!! Missing flandersqmd.reportnr !!!

' - else - z = z .. '(' .. pandoc.utils.stringify(meta.flandersqmd.reportnr) .. '). ' - end - z = z .. meta.translation.name .. ', ' .. meta.translation.city .. '. DOI: ' - if is_empty(meta.flandersqmd.doi) then - z = z .. '

!!! Missing flandersqmd.doi !!!

' - else - local x = pandoc.utils.stringify(meta.flandersqmd.doi) - z = z .. '' .. x .. '' - end - z = z .. '
' - - z = z .. '
' .. meta.translation.export .. - '' .. - '' .. - '' .. - '' - z = z .. '\n' - z = z .. '' - - z = z .. '' .. '
' - if not is_empty(meta.flandersqmd.cover) then - z = z .. '
' .. '
' .. - meta.translation.coverdescription .. '
' - if is_empty(meta.flandersqmd.coverdescription) then - z = z .. '

!!! Missing flandersqmd.coverdescription !!!

' - else - y = pandoc.utils.stringify(meta.flandersqmd.coverdescription) - z = z .. '
' .. y .. '
' - end - z = z .. '
' - end - if not is_empty(meta.flandersqmd.client) then - z = z .. '
' .. '
' .. - meta.translation.client .. '
' .. - '
' - for i, client in pairs(meta.flandersqmd.client) do - z = z .. pandoc.utils.stringify(client) .. '
' - end - if not is_empty(meta.flandersqmd.clientlogo) then - z = z .. '' - end - z = z .. '
' .. '
' - end - if not is_empty(meta.flandersqmd.cooperation) then - z = z .. '
' .. '
' .. - meta.translation.cooperation .. '
' .. - '
' - for i, cooperation in pairs(meta.flandersqmd.cooperation) do - z = z .. pandoc.utils.stringify(cooperation) .. '
' - end - if not is_empty(meta.flandersqmd.cooperationlogo) then - z = z .. '' - end - z = z .. '
' .. '
' - end - ---[[finalise]] - z = z .. '
' - - return pandoc.RawInline("html", z) - end -} diff --git a/inst/extensions/inboqmd-report-website/_extension.yml b/inst/extensions/inboqmd-report-website/_extension.yml deleted file mode 100644 index 259e524..0000000 --- a/inst/extensions/inboqmd-report-website/_extension.yml +++ /dev/null @@ -1,23 +0,0 @@ -title: Corporate identity of the Research Institute for Nature and Forest (INBO) quarto report websites -author: Thierry Onkelinx -version: 0.1.0 -quarto-required: ">=1.4.0" -contributes: - project: - project: - type: website - website: - sidebar: - search: true - style: "floating" - format: - html: - css: [css/agency.css, _extensions/flandersqmd-report-website/css/flanders_generic.css] - template: "_extensions/flandersqmd-report-website/partials/template.html" - number-sections: true - toc: true - html-math-method: katex - filters: - - filters/translations.lua - shortcodes: - - _extensions/flandersqmd-report-website/shortcodes/colophon.lua diff --git a/inst/extensions/inboqmd-report-website/filters/translations.lua b/inst/extensions/inboqmd-report-website/filters/translations.lua deleted file mode 100644 index 48a2fab..0000000 --- a/inst/extensions/inboqmd-report-website/filters/translations.lua +++ /dev/null @@ -1,222 +0,0 @@ -function is_empty(s) - return s == nil or s == '' -end - -function translation_entity(result, lang, entity) - if (entity == "INBO") then - if (lang == "nl-BE") then - result.address = "INBO Brussel, Herman Teirlinckgebouw, Havenlaan 88 bus 73, 1000 Brussel" - result.city = "Brussel" - result.mission = "Het INBO is het onafhankelijk onderzoeksinstituut van de Vlaamse overheid dat via toegepast wetenschappelijk onderzoek, data- en kennisontsluiting het biodiversiteitsbeleid en -beheer onderbouwt en evalueert." - result.name = "Instituut voor Natuur- en Bosonderzoek" - result.series = "Rapporten van het" - result.tagline = "vlaanderen-wetenschap.pdf" - result.url = "https://www.vlaanderen.be/inbo" - result.url_text = "vlaanderen.be/inbo" - elseif (lang == "fr-FR") then - result.address = "INBO Bruxelles, Herman Teirlinckgebouw, Avenu du Port 88 boîte 73, 1000 Bruxelles" - result.city = "Bruxelles" - result.mission = "l'Institut de Recherche sur la Nature et les Forêts ('Instituut voor Natuur- en Bosonderzoek', INBO) est un institut de recherche indépendant du gouvernement flamand, qui étaye et évalue la politique et la gestion en matière de biodiversité par la recherche scientifique appliquée, l'intégration et la dissémination publique de données et de connaissances." - result.name = "l'Institut de Recherche sur la Nature et les Forêts" - result.series = "Rapports de" - result.tagline = "flanders-state-art.pdf" - result.url = "https://www.vlaanderen.be/inbo/en-gb/homepage/" - result.url_text = "vlaanderen.be/inbo" - else - result.address = "INBO Brussels, Herman Teirlinckgebouw, Havenlaan 88 bus 73, 1000 Brussels" - result.city = "Brussels" - result.mission = "The Research Institute for Nature and Forest (INBO) is an independent research institute of the Flemish government. Through applied scientific research, open data and knowledge, integration and disclosure, it underpins and evaluates biodiversity policy and management." - result.name = "Research Instute for Nature and Forest" - result.tagline = "flanders-state-art.pdf" - result.url = "https://www.vlaanderen.be/inbo/en-gb/homepage/" - result.url_text = "vlaanderen.be/inbo" - end - result.issn_nr = "1782-9054" - result.vu_name = "Hilde Eggermont" - else - result.address = metadata_warning('flandersqmd.entity must be equal to INBO. Please contact the maintainer if you need a different entity') - result.city = metadata_warning('flandersqmd.entity must be equal to INBO. Please contact the maintainer if you need a different entity') - result.mission = metadata_warning('flandersqmd.entity must be equal to INBO. Please contact the maintainer if you need a different entity') - result.name = metadata_warning('flandersqmd.entity must be equal to INBO. Please contact the maintainer if you need a different entity') - result.tagline = "flanders-state-art.pdf" - result.url = '' - result.url_text = metadata_warning('flandersqmd.entity must be equal to INBO. Please contact the maintainer if you need a different entity') - result.issn_nr = metadata_warning("flandersqmd.entity must be equal to INBO. Please contact the maintainer if you need a different entity") - result.vu_name = metadata_warning("flandersqmd.entity must be equal to INBO. Please contact the maintainer if you need a different entity") - end - return result -end - -function translation(lang, entity) - local result - if (lang == "nl-BE") then - result = { - author = "Geschreven door", - author_pdf = "Auteurs", - ccby = "Dit werk valt onder een \\href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons Naamsvermelding 4.0 Internationaal-licentie}.", - citation = "Wijze van citeren", - city = "Brussel", - client = "Dit onderzoek werd uitgevoerd in opdracht van", - cooperation = "Dit onderzoek werd uitgevoerd in samenwerking met", - country = "België", - coverdescription = "Foto cover", - depotnr = "Depotnummer", - export = "Exporteer referentie als", - location = "Vestiging", - mission = "Hier komt de missie", - ordernr = "Opdrachtnummer", - reviewer = "Nagelezen door", - reviewer_pdf = "Reviewers", - series = "Rapporten van het", - vu = "Verantwoordelijke uitgever", - year = "Gepubliceerd in" - } - elseif (lang == "fr-FR") then - result = { - author = "Écrit par", - author_pdf = "Auteurs", - ccby = "Ce rapport est sous licence \\href{https://creativecommons.org/licenses/by/4.0/deed.fr}{Creative Commons Attribution 4.0 International}.", - citation = "Citation recommandée", - city = "Bruxelles", - client = "Cette étude a été commandée par", - cooperation = "Cette étude a été menée en collaboration avec", - country = "Belgique", - coverdescription = "Photo de couverture", - depotnr = "Numéro de dépôt", - export = "Exporter la référence à", - location = "Adresse", - mission = "Mission statement", - ordernr = "Numéro de commande", - reviewer = "Examiné par", - reviewer_pdf = "Reviewers", - series = "Rapports de", - vu = "Éditeur responsable", - year = "Publié en" - } - else - result = { - author = "Written by", - author_pdf = "Authors", - ccby = "This work is licensed under a \\href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons Attribution 4.0 Generic License}.", - citation = "Way of quoting", - city = "Brussels", - client = "This study was commissioned by", - cooperation = "This study was conducted in collaboration with", - country = "Belgium", - coverdescription = "Cover photo", - depotnr = "Deposit number", - export = "Export reference to", - location = "Location", - mission = "Misson statement", - ordernr = "Order number", - reviewer = "Reviewed by", - reviewer_pdf = "Reviewers", - series = "Reports of the", - vu = "Responsible publisher", - year = "Published during" - } - end - return translation_entity(result, lang, entity) -end - -function abbreviate_person(person, i, type, n) - if i > 2 then - return '' - end - if i == 2 and n > 2 then - return ' et al.' - end - if (i > 1) then - res = ' & ' - else - res = '' - end - if is_empty(person.name) then - res = res .. metadata_warning('flandersqmd.' .. type ..' element ' .. i .. ' has no name element') - else - if is_empty(person.name.family) then - res = res .. metadata_warning('flandersqmd.' .. type .. ' element ' .. i .. ' name element has no family element') - else - res = res .. ' ' .. pandoc.utils.stringify(person.name.family) - end - if is_empty(person.name.given) then - res = res .. metadata_warning('flandersqmd.' .. type .. ' element ' .. i .. ' name element has no given element') - else - local x = pandoc.utils.stringify(person.name.given) - res = res .. ', ' .. string.gsub(x, '([A-Z])[a-zàçéèïîôö]*', '%1.') - end - end - return res -end - -function shortauthor(author) - n = 0 - for i, person in pairs(author) do - n = i - end - z = '' - for i, person in pairs(author) do - z = z .. abbreviate_person(person, i, 'author', n) - end - return z -end - -function metadata_warning(warningmessage) - if FORMAT:match 'latex' then - return '{\\color{red}!!! ' .. warningmessage .. ' !!!}' - else - return '

!!! ' .. warningmessage .. ' !!!

' - end -end - -function conditional_format(txt) - if FORMAT:match 'latex' then - return pandoc.RawInline('latex', txt) - else - return pandoc.RawInline('html', txt) - end -end - -function publicationyear(pubdate) - local pattern = "^(%d%d%d%d)-(%d%d)-(%d%d+)$" - local runyear, runmonth, runday = pubdate:match(pattern) - if runyear == nil then - z = metadata_warning("flandersqmd.publicationdate not in YYYY-MM-DD format") - else - local ts = os.time({year = runyear, month = runmonth, day = runday}) - z = os.date("%Y", ts) - end - return z -end - -return { - { - Meta = function(meta) - if is_empty(meta.flandersqmd.entity) then - meta.translation = translation( - pandoc.utils.stringify(meta.lang), "INBO" - ) - else - meta.translation = translation( - pandoc.utils.stringify(meta.lang), - pandoc.utils.stringify(meta.flandersqmd.entity) - ) - end - if is_empty(meta.flandersqmd.author) then - meta.shortauthor = conditional_format( - metadata_warning('Missing flandersqmd.author') - ) - else - meta.shortauthor = shortauthor(meta.flandersqmd.author) - meta.ccby = pandoc.RawInline("latex", meta.translation.ccby) - end - if not is_empty(meta.flandersqmd.publicationdate) then - meta.publicationyear = publicationyear( - pandoc.utils.stringify(meta.flandersqmd.publicationdate) - ) - meta.fpublicationyear = conditional_format(meta.publicationyear) - end - return meta - end - } -} diff --git a/inst/interactive/.gitignore b/inst/interactive/.gitignore new file mode 100644 index 0000000..8e664d9 --- /dev/null +++ b/inst/interactive/.gitignore @@ -0,0 +1 @@ +.quarto diff --git a/inst/interactive/_quarto.yml b/inst/interactive/_quarto.yml index ca04ced..00c95d4 100644 --- a/inst/interactive/_quarto.yml +++ b/inst/interactive/_quarto.yml @@ -1,7 +1,6 @@ project: type: website output-dir: ../website - lib-dir: libs knitr: opts_chunk: @@ -13,73 +12,93 @@ execute: echo: false freeze: auto +bibliography: references.bib + +lang: nl-BE + format: - inboqmd-report-website-html: - bibliography: references.bib + flandersqmd-website-html: default flandersqmd: title: "Trends op basis van de Algemene Broedvogelmonitoring Vlaanderen (ABV)" - subtitle: "Technisch achtergrondrapport voor de periode 2007-2023" + subtitle: "Technisch achtergrondrapport voor de periode 2007-2025" + shorttitle: "abv-trends-2007-2025" author: - name: - given : Thierry + given: Thierry family: Onkelinx email: thierry.onkelinx@inbo.be orcid: 0000-0001-8804-4216 - affiliation: Research Institute for Nature and Forest (INBO) + affiliation: + - Instituut voor Natuur- en Bosonderzoek (INBO) corresponding: true - name: given: Olivier family: Dochy email: olivier.dochy@inbo.be orcid: 0009-0002-2822-5634 - affiliation: Research Institute for Nature and Forest (INBO) + affiliation: + - Instituut voor Natuur- en Bosonderzoek (INBO) - name: given: Glenn family: Vermeersch email: glenn.vermeersch@inbo.be orcid: 0000-0002-9176-8917 - affiliation: Research Institute for Nature and Forest (INBO) + affiliation: + - Instituut voor Natuur- en Bosonderzoek (INBO) - name: given: Koen family: Devos email: koen.devos@inbo.be orcid: 0000-0001-7265-6349 - affiliation: Research Institute for Nature and Forest (INBO) + affiliation: + - Instituut voor Natuur- en Bosonderzoek (INBO) reviewer: - name: given: Hans family: Van Calster email: hans.vancalster@inbo.be orcid: 0000-0001-8595-8426 - affiliation: Research Institute for Nature and Forest (INBO) - lang: nl-BE - style: INBO - funder: Research Institute for Nature and Forest (INBO) - rightsholder: Research Institute for Nature and Forest (INBO) + affiliation: + - Instituut voor Natuur- en Bosonderzoek (INBO) + entity: INBO + level: 2 + funder: + - name: + given: Instituut voor Natuur- en Bosonderzoek (INBO) + email: info@inbo.be + ror: 00j54wy13 + rightsholder: + - name: + given: Instituut voor Natuur- en Bosonderzoek (INBO) + email: info@inbo.be + ror: 00j54wy13 + publisher: Instituut voor Natuur- en Bosonderzoek (INBO) + license: CC-BY-4.0 community: inbo keywords: natuurindicator; trend; broedvogel; citizen science - publication_type: report - reportnr: 15 - year: 2024 - doi: 10.21436/inbor.102669823 - depotnr: D/2024/3241/046 + publication_type: publication-report + reportnr: 14 + year: 2026 + doi: 10.21436/inbor.141312967 + depotnr: D/2026/3241/066 bibliography: references.bib link-citations: TRUE site: bookdown::bookdown_site cooperation: - Natuurpunt Studie vzw - Coxiestraat 11, 2800 Mechelen - - https://www.natuurpunt.be - cooperation_logo: natuurpunt.png - coverphoto: https://img2.vildaphoto.net/asset/l/86103.jpg - coverdescription: Putter (_Carduelis carduelis_) eet zaden uit een kaardebol. (© Lars Soerink, Vildaphoto) - cover: cover.png - embargo: 2024-03-25 + cooperationurl: https://www.natuurpunt.be + cooperationlogo: natuurpunt.png + coverphoto: https://img3.vildaphoto.net/asset/l/186414.jpg + coverdescription: Halsbandparkiet _Psittacula krameri_ zittend op een tak. (© Yves Adams, Vildaphoto) + cover: cover.pdf + embargo: 2026-03-20 floatbarrier: section + hyphenation: + - do-cu-men-teert website: - title: Algemene Broedvogelmonitoring Vlaanderen (ABV) 2007-2023 navbar: left: - text: Cover @@ -87,16 +106,16 @@ website: - text: Samenvatting file: samenvatting.md - text: Methodologie - file: methodologie/index.qmd + file: methodologie/inzameling.qmd - text: Samengestelde indices file: index/bos.qmd - text: Trends per soort - file: soort/index.qmd + file: soort/trends.qmd tools: + - icon: download + href: onkelinx_etal_2025_abv.pdf - icon: mastodon href: https://mastodon.online/@inbo - - icon: twitter - href: https://twitter.com/inbovlaanderen - icon: facebook href: https://www.facebook.com/INBOVlaanderen/ - icon: github @@ -115,10 +134,9 @@ website: - samenvatting.md - abstract.md - section: "Methodologie" - file: methodologie/index.qmd contents: - text: "Inzameling van de tellingen in het veld" - file: methodologie/index.qmd + file: methodologie/inzameling.qmd - text: "Verwerking van de gegevens" file: methodologie/verwerking.qmd - text: "Voorstelling van de gegevens" diff --git a/inst/interactive/abstract.md b/inst/interactive/abstract.md index 7c6e390..a7b401b 100644 --- a/inst/interactive/abstract.md +++ b/inst/interactive/abstract.md @@ -1,3 +1,5 @@ +::: {lang=en-GB} + --- title: English abstract --- @@ -17,3 +19,14 @@ the second part presents a number of indicators based on trends of several types the third part describes the time series of individual species. In parts two and three, we limit ourselves to a standardised representation of the most relevant analysis results without an ecological interpretation. For an ecological interpretation of the results we refer to other publications such as [INBO Vogelnieuws](https://www.vlaanderen.be/inbo/publicaties/vogelnieuws). +::: + + +::: {.content-visible when-format="pdf"} +\clearpage +\phantomsection +\addcontentsline{toc}{chapter}{\contentsname} +\setcounter{tocdepth}{2} +\tableofcontents +::: + diff --git a/inst/interactive/composite.qmd b/inst/interactive/composite.qmd index 67238bc..6b612a8 100644 --- a/inst/interactive/composite.qmd +++ b/inst/interactive/composite.qmd @@ -2,7 +2,7 @@ title: "{{species}}" --- -```{r setup-{{label}}} +```{r setup} library(crosstalk) library(effectclass) library(git2rdata) @@ -11,31 +11,31 @@ library(gt) library(plotly) library(tidyverse) conflicted::conflicts_prefer(dplyr::filter, dplyr::pull, plotly::layout) +root <- system.file("results", package = "abvanalysis") if (interactive()) { - root <- file.path("..", "..", "..", "abv", "results") read_vc("meta", root) |> filter(.data$composite, .data$status == "converged") |> slice_sample(n = 1) -> this this_species <- this$speciesgroup } else { - root <- file.path("..", "..", "results") this_species <- "{{species}}" } threshold <- log(0.75) ``` -```{r load-data-{{label}}} +```{r load-data} read_vc("meta", root) |> - filter(.data$speciesgroup == this_species, , !.data$linear) |> + filter(.data$speciesgroup == this_species, !.data$linear) |> select("analysis", "cycle", "status_fingerprint") -> meta paste0( "Wijzigingen tussen jaren voor %s. ", "De band geeft het [90%% geloofwaardigheidsinterval]", - "(../methodologie/voorstelling.html#sec-onzekerheid). ", + "(../methodologie/voorstelling.html#sec-onzekerheid) in stappen van 30%%. ", "De [referentielijnen]", "(../methodologie/voorstelling.html#sec-trendklasse) ", "zorgen voor de opdeling van de wijzigingen in [klassen]", - "(../methodologie/voorstelling.html#sec-trendklasse)." + "(../methodologie/voorstelling.html#sec-trendklasse). ", + "Beweeg met de muis over de grafiek om de indeling zichtbaar te maken." ) |> sprintf(as.character(this_species)) -> caption_year_index paste0( @@ -45,14 +45,16 @@ paste0( "De [referentielijnen]", "(../methodologie/voorstelling.html#sec-trendklasse) ", "zorgen voor de opdeling van de wijzigingen in [klassen]", - "(../methodologie/voorstelling.html#sec-trendklasse)." + "(../methodologie/voorstelling.html#sec-trendklasse) in stappen van 30%%. ", + "Beweeg met de muis over de grafiek om de indeling zichtbaar te maken." ) |> sprintf(as.character(this_species)) -> caption_cycle_index meta |> filter(!.data$cycle) |> semi_join(x = read_vc("parent", root), by = "analysis") |> semi_join( - x = read_vc("meta", root), by = c("analysis" = "parent_analysis") + x = read_vc("meta", root), + by = c("analysis" = "parent") ) |> pull(.data$speciesgroup) |> as.character() |> @@ -61,6 +63,60 @@ str_replace_all(specieslist, " ", "-") |> tolower() |> sprintf(fmt = "[%2$s](../soort/%1$s.html)", specieslist) -> specieslist threshold <- threshold / sqrt(length(specieslist)) +meta |> + inner_join(x = read_vc("composite_index", root), by = "analysis") |> + group_by(.data$cycle) |> + slice_max(.data$alternative, n = 1, with_ties = TRUE) |> + filter(.data$reference %in% range(.data$reference)) |> + mutate( + estimate = ifelse(.data$cycle, 1 / 3, 1) * .data$estimate, + lcl = ifelse(.data$cycle, 1 / 3, 1) * .data$lower_confidence_limit, + ucl = ifelse(.data$cycle, 1 / 3, 1) * .data$upper_confidence_limit, + klasse = classification(.data$lcl, .data$ucl, threshold), + wijziging = format_ci( + exp(.data$estimate) - 1, + lcl = exp(.data$lcl) - 1, + ucl = exp(.data$ucl) - 1, + percent = TRUE, + sign = TRUE + ) + ) |> + inner_join( + tribble( + ~tekst, ~y, "stabiel", 0, "toename", 1, "afname", -1, + "sterke toename", 1.5, "sterke afname", -1.5, "matige toename", 0.5, + "matige afname", -0.5, "mogelijke toename", 0.5, + "mogelijke afname", -0.5, "onduidelijk", 0 + ) |> + mutate( + s = c(rep(0.25, 7), 0.5, 0.5, 1), + lcl = qnorm(0.05, .data$y, .data$s), + ucl = qnorm(0.95, .data$y, .data$s) + ) |> + transmute(.data$tekst, klasse = classification(.data$lcl, .data$ucl, 1)), + by = "klasse" + ) |> + mutate( + .data$cycle, + verschil = sprintf( + "De toestand in %s verschilt met %s t.o.v. %s (%s).", + ifelse( + .data$cycle, + sprintf("de periode %i-%i", .data$alternative, .data$alternative + 2), + .data$alternative + ), + .data$wijziging, + ifelse( + .data$cycle, + sprintf("de periode %i-%i", .data$reference, .data$reference + 2), + .data$reference + ), + .data$tekst + ) + ) |> + summarise( + verschil = paste(.data$verschil, collapse = "\n"), .groups = "drop" + ) -> dit_verschil ``` ## Samenstelling van de index @@ -70,7 +126,9 @@ De aangepaste grenswaarden zijn `r sprintf("%+.1f%%", 100 * exp(threshold) - 100 ## Analyse per jaar -```{r fig-year-change-{{label}}} +`r dit_verschil$verschil[!dit_verschil$cycle]` + +```{r fig-year-change} #| warning: false #| fig-cap: !expr caption_year_index meta |> @@ -78,44 +136,70 @@ meta |> semi_join(x = read_vc("composite_index", root), by = "analysis") |> mutate( interpretatie = classification( - .data$lower_confidence_limit, .data$upper_confidence_limit, + .data$lower_confidence_limit, + .data$upper_confidence_limit, threshold = threshold ) |> as.character() |> recode( - "++" = "sterke toename", "+" = "toename", "+~" = "matige toename", - "~" = "stabiel", "-~" = "matige afname", "-" = "afname", - "--" = "sterke afname", "?+" = "mogelijke toename", - "?-" = "mogelijke afname", "?" = "onduidelijk", "R" = "referentie" + "++" = "sterke toename", + "+" = "toename", + "+~" = "matige toename", + "~" = "stabiel", + "-~" = "matige afname", + "-" = "afname", + "--" = "sterke afname", + "?+" = "mogelijke toename", + "?-" = "mogelijke afname", + "?" = "onduidelijk", + "R" = "referentie" ), wijziging = format_ci( - .data$estimate, lcl = .data$lower_confidence_limit, - ucl = .data$upper_confidence_limit, percent = TRUE, sign = TRUE, - change = TRUE, link = "log" + .data$estimate, + lcl = .data$lower_confidence_limit, + ucl = .data$upper_confidence_limit, + percent = TRUE, + sign = TRUE, + change = TRUE, + link = "log" ) ) -> nadien nadien |> mutate( - old = .data$reference, reference = .data$alternative, - alternative = .data$old, estimate = -.data$estimate, + old = .data$reference, + reference = .data$alternative, + alternative = .data$old, + estimate = -.data$estimate, old = .data$lower_confidence_limit, lower_confidence_limit = -.data$upper_confidence_limit, upper_confidence_limit = -.data$old, interpretatie = classification( - .data$lower_confidence_limit, .data$upper_confidence_limit, + .data$lower_confidence_limit, + .data$upper_confidence_limit, threshold = threshold ) |> as.character() |> recode( - "++" = "sterke toename", "+" = "toename", "+~" = "matige toename", - "~" = "stabiel", "-~" = "matige afname", "-" = "afname", - "--" = "sterke afname", "?+" = "mogelijke toename", - "?-" = "mogelijke afname", "?" = "onduidelijk", "R" = "referentie" + "++" = "sterke toename", + "+" = "toename", + "+~" = "matige toename", + "~" = "stabiel", + "-~" = "matige afname", + "-" = "afname", + "--" = "sterke afname", + "?+" = "mogelijke toename", + "?-" = "mogelijke afname", + "?" = "onduidelijk", + "R" = "referentie" ), wijziging = format_ci( - .data$estimate, lcl = .data$lower_confidence_limit, - ucl = .data$upper_confidence_limit, percent = TRUE, sign = TRUE, - change = TRUE, link = "log" + .data$estimate, + lcl = .data$lower_confidence_limit, + ucl = .data$upper_confidence_limit, + percent = TRUE, + sign = TRUE, + change = TRUE, + link = "log" ) ) -> voordien voordien |> @@ -124,11 +208,15 @@ voordien |> nadien |> distinct(.data$reference) |> mutate( - alternative = .data$reference, estimate = 0, lcl = 0, ucl = 0, - wijziging = "", interpretatie = "referentie" + alternative = .data$reference, + estimate = 0, + lcl = 0, + ucl = 0, + wijziging = "", + interpretatie = "referentie" ) ) -> jaarlijks -range(jaarlijks$alternative) + c(-1, 1) -> bereik_x +range(jaarlijks$reference) + c(-1, 1) -> bereik_x jaarlijks |> mutate(alternative = .data$alternative - 0.49999) |> bind_rows( @@ -138,13 +226,19 @@ jaarlijks |> ) |> arrange(.data$reference, .data$alternative) |> transmute( - .data$reference, .data$alternative, .data$estimate, - .data$lower_confidence_limit, .data$upper_confidence_limit, + .data$reference, + .data$alternative, + .data$estimate, + .data$lower_confidence_limit, + .data$upper_confidence_limit, sd = .data$upper_confidence_limit - .data$lower_confidence_limit, sd = .data$sd / 2 / qnorm(0.95), wijziging = sprintf( - "%.0f t.o.v. %i\n%s\n%s", round(.data$alternative), .data$reference, - .data$wijziging, .data$interpretatie + "%.0f t.o.v. %i\n%s\n%s", + round(.data$alternative), + .data$reference, + .data$wijziging, + .data$interpretatie ) |> str_replace_all(".*\n\nreferentie", "referentie"), key = sprintf("%.0f-%i", round(.data$alternative), .data$reference) @@ -156,7 +250,9 @@ jaarlijks |> ref_y = c(0, threshold, -threshold) |> c(rep(NA, n() - 3)), ref_text = c( - "toestand in", "belangrijke afname t.o.v.", "belangrijke toename t.o.v." + "toestand in", + "belangrijke afname t.o.v.", + "belangrijke toename t.o.v." ) |> paste(.data$reference), textposition = c("top left", "bottom left") |> @@ -165,8 +261,10 @@ jaarlijks |> ) |> SharedData$new(key = ~key) -> index_year c( - index_year$data(withFilter = FALSE)$lower_confidence_limit, threshold, - index_year$data(withFilter = FALSE)$upper_confidence_limit, -threshold + index_year$data(withFilter = FALSE)$lower_confidence_limit, + threshold, + index_year$data(withFilter = FALSE)$upper_confidence_limit, + -threshold ) |> range(na.rm = TRUE) -> bereik change_breaks(n = 5, extra = c(-threshold, threshold))( @@ -175,33 +273,60 @@ change_breaks(n = 5, extra = c(-threshold, threshold))( bscols( widths = c(10, 2), plot_ly(index_year, x = ~alternative, y = ~estimate) |> - add_fan(sd = ~sd, text = ~wijziging) |> + add_fan( + sd = ~sd, + text = ~wijziging, + hoverinfo = "text", + step = 0.3, + name = "index", + showlegend = FALSE + ) |> add_text( - x = ~ref_x, y = ~ref_y, text = ~ref_text, textposition = ~textposition, - color = I(inbo_hoofd), hoverinfo = "none" + x = ~ref_x, + y = ~ref_y, + text = ~ref_text, + textposition = ~textposition, + color = I(inbo_hoofd), + hoverinfo = "none", + showlegend = FALSE ) |> config( displaylogo = FALSE, modeBarButtonsToRemove = c( - "autoScale", "hoverCompareCartesian", "lasso2d", "select2d" + "autoScale", + "hoverCompareCartesian", + "lasso2d", + "select2d" ) ) |> layout( title = this_species, xaxis = list(title = list(font = list(size = 0)), range = bereik_x), yaxis = list( - title = list(font = list(size = 0)), zerolinewidth = 1, - tickvals = deze_breaks, ticktext = change_labels(deze_breaks) + title = list(font = list(size = 0)), + zerolinewidth = 1, + tickvals = deze_breaks, + ticktext = change_labels(deze_breaks) ), shapes = list( - type = "rect", x0 = 0, x1 = 1, xref = "paper", y0 = threshold, - y1 = -threshold, line = list(width = 0), opacity = 0.1, - fillcolor = "black", layer = "below" + type = "rect", + x0 = 0, + x1 = 1, + xref = "paper", + y0 = threshold, + y1 = -threshold, + line = list(width = 0), + opacity = 0.1, + fillcolor = "black", + layer = "below" ) ), filter_select( - id = "ref_year", label = "Referentiejaar", sharedData = index_year, - group = ~reference, multiple = FALSE + id = "ref_year", + label = "Referentiejaar", + sharedData = index_year, + group = ~reference, + multiple = FALSE ) ) %>% `class<-`(c(class(.), "htmlwidget")) @@ -209,7 +334,9 @@ bscols( ## Analyse per driejarige cyclus -```{r fig-cycle-change-{{label}}} +`r dit_verschil$verschil[dit_verschil$cycle]` + +```{r fig-cycle-change} #| warning: false #| fig-cap: !expr caption_cycle_index meta |> @@ -217,44 +344,70 @@ meta |> semi_join(x = read_vc("composite_index", root), by = "analysis") |> mutate( interpretatie = classification( - .data$lower_confidence_limit, .data$upper_confidence_limit, + .data$lower_confidence_limit, + .data$upper_confidence_limit, threshold = threshold ) |> as.character() |> recode( - "++" = "sterke toename", "+" = "toename", "+~" = "matige toename", - "~" = "stabiel", "-~" = "matige afname", "-" = "afname", - "--" = "sterke afname", "?+" = "mogelijke toename", - "?-" = "mogelijke afname", "?" = "onduidelijk", "R" = "referentie" + "++" = "sterke toename", + "+" = "toename", + "+~" = "matige toename", + "~" = "stabiel", + "-~" = "matige afname", + "-" = "afname", + "--" = "sterke afname", + "?+" = "mogelijke toename", + "?-" = "mogelijke afname", + "?" = "onduidelijk", + "R" = "referentie" ), wijziging = format_ci( - .data$estimate, lcl = .data$lower_confidence_limit, - ucl = .data$upper_confidence_limit, percent = TRUE, sign = TRUE, - change = TRUE, link = "log" + .data$estimate, + lcl = .data$lower_confidence_limit, + ucl = .data$upper_confidence_limit, + percent = TRUE, + sign = TRUE, + change = TRUE, + link = "log" ) ) -> nadien nadien |> mutate( - old = .data$reference, reference = .data$alternative, - alternative = .data$old, estimate = -.data$estimate, + old = .data$reference, + reference = .data$alternative, + alternative = .data$old, + estimate = -.data$estimate, old = .data$lower_confidence_limit, lower_confidence_limit = -.data$upper_confidence_limit, upper_confidence_limit = -.data$old, interpretatie = classification( - .data$lower_confidence_limit, .data$upper_confidence_limit, + .data$lower_confidence_limit, + .data$upper_confidence_limit, threshold = threshold ) |> as.character() |> recode( - "++" = "sterke toename", "+" = "toename", "+~" = "matige toename", - "~" = "stabiel", "-~" = "matige afname", "-" = "afname", - "--" = "sterke afname", "?+" = "mogelijke toename", - "?-" = "mogelijke afname", "?" = "onduidelijk", "R" = "referentie" + "++" = "sterke toename", + "+" = "toename", + "+~" = "matige toename", + "~" = "stabiel", + "-~" = "matige afname", + "-" = "afname", + "--" = "sterke afname", + "?+" = "mogelijke toename", + "?-" = "mogelijke afname", + "?" = "onduidelijk", + "R" = "referentie" ), wijziging = format_ci( - .data$estimate, lcl = .data$lower_confidence_limit, - ucl = .data$upper_confidence_limit, percent = TRUE, sign = TRUE, - change = TRUE, link = "log" + .data$estimate, + lcl = .data$lower_confidence_limit, + ucl = .data$upper_confidence_limit, + percent = TRUE, + sign = TRUE, + change = TRUE, + link = "log" ) ) -> voordien voordien |> @@ -263,8 +416,12 @@ voordien |> nadien |> distinct(.data$reference) |> mutate( - alternative = .data$reference, estimate = 0, lcl = 0, ucl = 0, - wijziging = "", interpretatie = "referentie" + alternative = .data$reference, + estimate = 0, + lcl = 0, + ucl = 0, + wijziging = "", + interpretatie = "referentie" ) ) |> mutate( @@ -272,8 +429,12 @@ voordien |> sd = .data$upper_confidence_limit - .data$lower_confidence_limit, sd = .data$sd / 2 / qnorm(0.95), wijziging = sprintf( - "%i-%i t.o.v. %s\n%s\n%s", .data$alternative, .data$alternative + 2, - .data$reference, .data$wijziging, .data$interpretatie + "%i-%i t.o.v. %s\n%s\n%s", + .data$alternative, + .data$alternative + 2, + .data$reference, + .data$wijziging, + .data$interpretatie ) |> str_replace_all(".*\n\nreferentie", "referentie") ) -> jaarlijks @@ -287,8 +448,13 @@ jaarlijks |> ) |> arrange(.data$reference, .data$alternative) |> select( - "reference", "alternative", "estimate", "lower_confidence_limit", - "upper_confidence_limit", "sd", "wijziging" + "reference", + "alternative", + "estimate", + "lower_confidence_limit", + "upper_confidence_limit", + "sd", + "wijziging" ) |> group_by(.data$reference) |> mutate( @@ -297,7 +463,9 @@ jaarlijks |> ref_y = c(0, threshold, -threshold) |> c(rep(NA, n() - 3)), ref_text = c( - "toestand in", "belangrijke afname t.o.v.", "belangrijke toename t.o.v." + "toestand in", + "belangrijke afname t.o.v.", + "belangrijke toename t.o.v." ) |> paste(.data$reference), textposition = c("top left", "bottom left") |> @@ -307,8 +475,10 @@ jaarlijks |> ) |> SharedData$new(key = ~key) -> index_cycle c( - index_cycle$data(withFilter = FALSE)$lower_confidence_limit, threshold, - index_cycle$data(withFilter = FALSE)$upper_confidence_limit, -threshold + index_cycle$data(withFilter = FALSE)$lower_confidence_limit, + threshold, + index_cycle$data(withFilter = FALSE)$upper_confidence_limit, + -threshold ) |> range(na.rm = TRUE) -> bereik change_breaks(n = 5, extra = c(-threshold, threshold))( @@ -317,33 +487,60 @@ change_breaks(n = 5, extra = c(-threshold, threshold))( bscols( widths = c(10, 2), plot_ly(index_cycle, x = ~alternative, y = ~estimate) |> - add_fan(sd = ~sd, text = ~wijziging) |> + add_fan( + sd = ~sd, + text = ~wijziging, + hoverinfo = "text", + step = 0.3, + name = "index", + showlegend = FALSE + ) |> add_text( - x = ~ref_x, y = ~ref_y, text = ~ref_text, textposition = ~textposition, - color = I(inbo_hoofd), hoverinfo = "none" + x = ~ref_x, + y = ~ref_y, + text = ~ref_text, + textposition = ~textposition, + color = I(inbo_hoofd), + hoverinfo = "none", + showlegend = FALSE ) |> config( displaylogo = FALSE, modeBarButtonsToRemove = c( - "autoScale", "hoverCompareCartesian", "lasso2d", "select2d" + "autoScale", + "hoverCompareCartesian", + "lasso2d", + "select2d" ) ) |> layout( title = this_species, xaxis = list(title = list(font = list(size = 0)), range = bereik_x), yaxis = list( - title = list(font = list(size = 0)), zerolinewidth = 1, - tickvals = deze_breaks, ticktext = change_labels(deze_breaks) + title = list(font = list(size = 0)), + zerolinewidth = 1, + tickvals = deze_breaks, + ticktext = change_labels(deze_breaks) ), shapes = list( - type = "rect", x0 = 0, x1 = 1, xref = "paper", y0 = threshold, - y1 = -threshold, line = list(width = 0), opacity = 0.1, - fillcolor = "black", layer = "below" + type = "rect", + x0 = 0, + x1 = 1, + xref = "paper", + y0 = threshold, + y1 = -threshold, + line = list(width = 0), + opacity = 0.1, + fillcolor = "black", + layer = "below" ) ), filter_select( - id = "ref_cycle", label = "Referentieperiode", sharedData = index_cycle, - group = ~reference, multiple = FALSE + id = "ref_cycle", + label = "Referentieperiode", + sharedData = index_cycle, + group = ~reference, + multiple = FALSE ) ) %>% `class<-`(c(class(.), "htmlwidget")) @@ -351,14 +548,17 @@ bscols( ## Kenmerken van de analyses -```{r tbl-hash-{{label}}} +Het cijfermateriaal om de figuren te reproduceren is beschikbaar via de [download pagina](../methodologie/reproduceerbaarheid.html#downloadbaar-cijfermateriaal). + +```{r tbl-hash} #| tbl-cap: Data-hashes van de analyses in het kader van [traceerbaarheid]( #| ../methodologie/reproduceerbaarheid.html#sec-traceerbaarheid). meta |> arrange(.data$cycle) |> transmute( frequentie = factor( - .data$cycle, levels = c(TRUE, FALSE), + .data$cycle, + levels = c(TRUE, FALSE), labels = c("driejaarlijks", "jaarlijks") ), analyse = str_replace(.data$analysis, "(.{20})", "\\1\n"), @@ -368,13 +568,13 @@ meta |> cols_width(analyse ~ px(20), status ~ px(20)) ``` -```{js change-js-{{label}}} +```{js change-js} function filter_default() { document.getElementById("ref_year").getElementsByClassName("selectized")[0].selectize.removeOption(""); - document.getElementById("ref_year").getElementsByClassName("selectized") + document.getElementById("ref_year").getElementsByClassName("selectized") [0].selectize.setValue("2007", false); document.getElementById("ref_cycle").getElementsByClassName("selectized")[0].selectize.removeOption(""); - document.getElementById("ref_cycle").getElementsByClassName("selectized") + document.getElementById("ref_cycle").getElementsByClassName("selectized") [0].selectize.setValue("2007-2009", false); } $(document).ready(filter_default); diff --git a/inst/interactive/composite_pdf.qmd b/inst/interactive/composite_pdf.qmd new file mode 100644 index 0000000..c415869 --- /dev/null +++ b/inst/interactive/composite_pdf.qmd @@ -0,0 +1,374 @@ +--- +title: "{{species}}" +--- + +```{r} +#| label: setup-{{label}} +library(effectclass) +library(git2rdata) +library(INBOtheme) +library(kableExtra) +library(knitr) +library(tidyverse) +conflicted::conflicts_prefer(dplyr::filter, dplyr::pull) +update_geom_defaults("point", list(size = 2)) +update_geom_defaults("text", list(size = 3)) +theme_set(theme_inbo(base_size = 8)) +root <- system.file("results", package = "abvanalysis") +if (interactive()) { + read_vc("meta", root) |> + filter(.data$composite, .data$status == "converged") |> + slice_sample(n = 1) -> this + this_species <- this$speciesgroup +} else { + this_species <- "{{species}}" +} +threshold <- log(0.75) +c(rev(traffic_palette(7)), "grey65", "grey35", "grey50") |> + setNames( + c("++", "+", "+~", "~", "-~", "-", "--", "?+", "?-", "?") + ) -> kleurgradient +kleurgradient[4] <- inbo_steun_blauw +periode_labels <- function(x) { + sprintf("%i - %i", x + 2007, x + 2009) +} +cycle_breaks <- function(x) { + round(min(x)):round(max(x)) +} +``` + +```{r} +#| label: load-data-{{label}} +read_vc("meta", root) |> + filter(.data$speciesgroup == this_species, !.data$linear) |> + select("analysis", "cycle", "status_fingerprint") -> meta +meta |> + filter(!.data$cycle) |> + semi_join(x = read_vc("parent", root), by = "analysis") |> + semi_join( + x = read_vc("meta", root), + by = c("analysis" = "parent") + ) |> + pull(.data$speciesgroup) |> + as.character() |> + sort() -> specieslist +str_replace_all(specieslist, " ", "-") |> + tolower() |> + sprintf(fmt = "[%2$s](../soort/%1$s.html)", specieslist) -> specieslist +threshold <- threshold / sqrt(length(specieslist)) +meta |> + inner_join(x = read_vc("composite_index", root), by = "analysis") |> + group_by(.data$cycle) |> + slice_max(.data$alternative, n = 1, with_ties = TRUE) |> + filter(.data$reference %in% range(.data$reference)) |> + mutate( + estimate = ifelse(.data$cycle, 1 / 3, 1) * .data$estimate, + lcl = ifelse(.data$cycle, 1 / 3, 1) * .data$lower_confidence_limit, + ucl = ifelse(.data$cycle, 1 / 3, 1) * .data$upper_confidence_limit, + klasse = classification(.data$lcl, .data$ucl, threshold), + wijziging = format_ci( + exp(.data$estimate) - 1, + lcl = exp(.data$lcl) - 1, + ucl = exp(.data$ucl) - 1, + percent = TRUE, + sign = TRUE + ) + ) |> + inner_join( + tribble( + ~tekst, ~y, "stabiel", 0, "toename", 1, "afname", -1, + "sterke toename", 1.5, "sterke afname", -1.5, "matige toename", 0.5, + "matige afname", -0.5, "mogelijke toename", 0.5, + "mogelijke afname", -0.5, "onduidelijk", 0 + ) |> + mutate( + s = c(rep(0.25, 7), 0.5, 0.5, 1), + lcl = qnorm(0.05, .data$y, .data$s), + ucl = qnorm(0.95, .data$y, .data$s) + ) |> + transmute( + .data$tekst, klasse = classification(.data$lcl, .data$ucl, 1) + ), + by = "klasse" + ) |> + mutate( + .data$cycle, + verschil = sprintf( + "De toestand in %s verschilt met %s t.o.v. %s (%s).", + ifelse( + .data$cycle, + sprintf("de periode %i-%i", .data$alternative, .data$alternative + 2), + .data$alternative + ), + .data$wijziging, + ifelse( + .data$cycle, + sprintf("de periode %i-%i", .data$reference, .data$reference + 2), + .data$reference + ), + .data$tekst + ) + ) |> + summarise( + verschil = paste(.data$verschil, collapse = "\n"), .groups = "drop" + ) -> dit_verschil +``` + +## Samenstelling van de index + +Deze index is gebaseerd op volgende `r length(specieslist)` soorten: `r paste(specieslist, collapse = ", ")`. +De aangepaste grenswaarden zijn `r sprintf("%+.1f%%", 100 * exp(threshold) - 100)` en `r sprintf("%+.1f%%", 100 * exp(-threshold) - 100)`. + +## Analyse per jaar {#sec-jaar-{{label}}} + +`r dit_verschil$verschil[!dit_verschil$cycle]` + +```{r} +#| label: fig-year-change-{{label}} +#| warning: false +#| fig-cap: Wijzigingen t.o.v. het referentiejaar 2007 voor {{species}}. +#| De band geeft het 90% geloofwaardigheidsinterval (§[-@sec-onzekerheid]) in +#| stappen van 5%. +#| De referentielijnen (§[-@sec-trendklasse]) zorgen voor de opdeling van de +#| wijzigingen in klassen. +#| Gebruik deze figuur om de wijzigingen t.o.v. het referentiejaar 2007 in te +#| schatten. +meta |> + filter(!.data$cycle) |> + semi_join(x = read_vc("composite_index", root), by = "analysis") -> nadien +nadien |> + mutate( + old = .data$reference, + reference = .data$alternative, + alternative = .data$old, + estimate = -.data$estimate, + old = .data$lower_confidence_limit, + lower_confidence_limit = -.data$upper_confidence_limit, + upper_confidence_limit = -.data$old + ) |> + bind_rows(nadien) |> + mutate( + interpretatie = classification( + .data$lower_confidence_limit, + .data$upper_confidence_limit, + threshold = threshold + ) + ) -> jaarlijks +nadien |> + filter(.data$reference == min(.data$reference)) -> oldest_ref +change_breaks(n = 4, extra = c(threshold, -threshold))( + c(oldest_ref$lower_confidence_limit, oldest_ref$upper_confidence_limit) +) -> deze_breaks +oldest_ref |> + mutate(sd = (.data$upper_confidence_limit - .data$estimate) / qnorm(0.975)) |> + ggplot(aes(x = alternative, y = estimate)) + + annotate( + geom = "rect", + xmin = -Inf, + xmax = Inf, + ymin = threshold, + ymax = -threshold, + alpha = 0.2, + fill = inbo_grijs + ) + + geom_hline(yintercept = 0) + + stat_fan(aes(link_sd = sd), geom = "rect") + + annotate( + geom = "text", + x = Inf, + y = 0, + hjust = 1, + vjust = -0.1, + label = "toestand in 2007", + colour = inbo_hoofd + ) + + annotate( + geom = "text", + x = Inf, + y = threshold, + hjust = 1, + vjust = 1, + label = "belangrijke afname t.o.v. 2007", + colour = inbo_hoofd + ) + + annotate( + geom = "text", + x = Inf, + y = -threshold, + hjust = 1, + vjust = 0, + label = "belangrijke toename t.o.v. 2007", + colour = inbo_hoofd + ) + + theme(axis.title = element_blank()) + + scale_y_continuous(breaks = deze_breaks, labels = change_labels) +``` + +```{r} +#| label: fig-year-matrix-{{label}} +#| fig.cap: Interpretatie van het verschil van een bepaald jaar (kolom) t.o.v. +#| een bepaald referentiejaar (rij) voor {{species}}. +#| Uitleg van de symbolen in tabel @tbl-regels. +#| Gebruik deze figuur om het verschil tussen twee jaren in te schatten. +#| Zie §[-@sec-paarsgewijs] voor meer uitleg over deze figuur. +ggplot(jaarlijks, aes(x = alternative, y = reference, label = interpretatie)) + + geom_point(aes(colour = interpretatie), size = 4, show.legend = FALSE) + + scale_y_continuous("referentie") + + scale_colour_manual(values = kleurgradient) + + geom_text( + aes(label = interpretatie), + hjust = 0.5, + vjust = 0.5, + colour = "white", + size = 2 + ) + + coord_fixed() + + theme( + axis.title.x = element_blank(), + axis.text.x = element_text(angle = 90, vjust = 0.5) + ) +``` + +## Analyse per driejarige cyclus {#sec-cyclus-{{label}}} + +`r dit_verschil$verschil[dit_verschil$cycle]` + +```{r} +#| label: fig-cycle-change-{{label}} +#| warning: false +#| fig-cap: Wijzigingen t.o.v. de referentieperiode 2007-2009 voor {{species}}. +#| De band geeft het 90% geloofwaardigheidsinterval (§[-@sec-onzekerheid]) in +#| stappen van 5%. +#| De referentielijnen (§[-@sec-trendklasse]) zorgen voor de opdeling van de +#| wijzigingen in klassen. +#| Gebruik deze figuur om de wijzigingen t.o.v. het referentiejaar 2007 in te +#| schatten. +meta |> + filter(.data$cycle) |> + semi_join(x = read_vc("composite_index", root), by = "analysis") |> + mutate(across(c("reference", "alternative"), function(x) { + (x - 2007) %/% 3 + })) -> nadien +nadien |> + mutate( + old = .data$reference, + reference = .data$alternative, + alternative = .data$old, + estimate = -.data$estimate, + old = .data$lower_confidence_limit, + lower_confidence_limit = -.data$upper_confidence_limit, + upper_confidence_limit = -.data$old + ) |> + bind_rows(nadien) |> + mutate( + interpretatie = classification( + .data$lower_confidence_limit, + .data$upper_confidence_limit, + threshold = threshold + ) + ) -> jaarlijks +nadien |> + filter(.data$reference == min(.data$reference)) -> oldest_ref +change_breaks(n = 4, extra = c(threshold, -threshold))( + c(oldest_ref$lower_confidence_limit, oldest_ref$upper_confidence_limit) +) -> deze_breaks +oldest_ref |> + mutate(sd = (.data$upper_confidence_limit - .data$estimate) / qnorm(0.975)) |> + ggplot(aes(x = alternative, y = estimate)) + + annotate( + geom = "rect", + xmin = -Inf, + xmax = Inf, + ymin = threshold, + ymax = -threshold, + alpha = 0.2, + fill = inbo_grijs + ) + + geom_hline(yintercept = 0) + + stat_fan(aes(link_sd = sd), geom = "rect") + + annotate( + geom = "text", + x = Inf, + y = 0, + hjust = 1, + vjust = -0.1, + label = "toestand in 2007-2009", + colour = inbo_hoofd + ) + + annotate( + geom = "text", + x = Inf, + y = threshold, + hjust = 1, + vjust = 1, + label = "belangrijke afname t.o.v. 2007-2009", + colour = inbo_hoofd + ) + + annotate( + geom = "text", + x = Inf, + y = -threshold, + hjust = 1, + vjust = 0, + label = "belangrijke toename t.o.v. 2007-2009", + colour = inbo_hoofd + ) + + theme(axis.title = element_blank()) + + scale_x_continuous(breaks = cycle_breaks, labels = periode_labels) + + scale_y_continuous(breaks = deze_breaks, labels = change_labels) +``` + +```{r} +#| label: fig-cycle-matrix-{{label}} +#| fig.cap: Interpretatie van het verschil van een bepaalde periode (kolom) +#| t.o.v. een bepaald referentiejaar (rij) voor {{species}}. +#| Uitleg van de symbolen in tabel @tbl-regels. +#| Gebruik deze figuur om het verschil tussen twee periodes in te schatten. +#| Zie §[-@sec-paarsgewijs] voor meer uitleg over deze figuur. +ggplot(jaarlijks, aes(x = alternative, y = reference, label = interpretatie)) + + geom_point(aes(colour = interpretatie), size = 4, show.legend = FALSE) + + scale_x_continuous(breaks = cycle_breaks, labels = periode_labels) + + scale_y_continuous( + "referentie", + breaks = cycle_breaks, + labels = periode_labels + ) + + scale_colour_manual(values = kleurgradient) + + geom_text( + aes(label = interpretatie), + hjust = 0.5, + vjust = 0.5, + colour = "white", + size = 2 + ) + + coord_fixed() + + theme( + axis.title.x = element_blank(), + axis.text.x = element_text(angle = 90, vjust = 0.5) + ) +``` + +## Kenmerken van de analyses + +Het cijfermateriaal om de figuren te reproduceren is beschikbaar via de [download pagina](../methodologie/reproduceerbaarheid.html#downloadbaar-cijfermateriaal). + +```{r} +#| label: tbl-hash-{{label}} +#| tbl-cap: Data-hashes van de analyses in het kader van traceerbaarheid +#| (§[-@sec-traceerbaarheid]). +meta |> + arrange(.data$cycle) |> + transmute( + frequentie = factor( + .data$cycle, + levels = c(TRUE, FALSE), + labels = c("driejaarlijks", "jaarlijks") + ), + analyse = str_replace(.data$analysis, "(.{20})", "\\1 "), + status = str_replace(.data$status_fingerprint, "(.{20})", "\\1 ") + ) |> + kable(format = "pipe") |> + column_spec(1, width = "15mm") |> + column_spec(2, width = "35mm") |> + column_spec(3, width = "35mm") +``` diff --git a/inst/interactive/cover.pdf b/inst/interactive/cover.pdf new file mode 100644 index 0000000..27d2422 Binary files /dev/null and b/inst/interactive/cover.pdf differ diff --git a/inst/interactive/cover.png b/inst/interactive/cover.png deleted file mode 100644 index 6bbc514..0000000 Binary files a/inst/interactive/cover.png and /dev/null differ diff --git a/inst/interactive/index.md b/inst/interactive/index.md index 62a21c2..624b502 100644 --- a/inst/interactive/index.md +++ b/inst/interactive/index.md @@ -1,61 +1 @@ ---- - title: "Trends op basis van de Algemene Broedvogelmonitoring Vlaanderen (ABV)" -subtitle: "Technisch achtergrondrapport voor de periode 2007-2023" -author: - - name: - given : Thierry -family: Onkelinx -email: thierry.onkelinx@inbo.be -orcid: 0000-0001-8804-4216 -affiliation: Research Institute for Nature and Forest (INBO) -corresponding: true -- name: - given: Olivier -family: Dochy -email: olivier.dochy@inbo.be -orcid: 0009-0002-2822-5634 -affiliation: Research Institute for Nature and Forest (INBO) -- name: - given: Glenn -family: Vermeersch -email: glenn.vermeersch@inbo.be -orcid: 0000-0002-9176-8917 -affiliation: Research Institute for Nature and Forest (INBO) -- name: - given: Koen -family: Devos -email: koen.devos@inbo.be -orcid: 0000-0001-7265-6349 -affiliation: Research Institute for Nature and Forest (INBO) -reviewer: - - name: - given: Hans -family: Van Calster -email: hans.vancalster@inbo.be -orcid: 0000-0001-8595-8426 -affiliation: Research Institute for Nature and Forest (INBO) -lang: nl -style: INBO -funder: Research Institute for Nature and Forest (INBO) -rightsholder: Research Institute for Nature and Forest (INBO) -community: inbo -keywords: natuurindicator; trend; broedvogel; citizen science -publication_type: report -reportnr: 15 -year: 2024 -doi: 10.21436/inbor.102669823 -depotnr: D/2024/3241/046 -bibliography: references.bib -link-citations: TRUE -site: bookdown::bookdown_site -cooperation: - - Natuurpunt Studie vzw -- Coxiestraat 11, 2800 Mechelen -- https://www.natuurpunt.be -cooperation_logo: natuurpunt.png -cover_photo: https://img2.vildaphoto.net/asset/l/86103.jpg -cover_description: Putter (_Carduelis carduelis_) eet zaden uit een kaardebol. (© Lars Soerink, Vildaphoto) -cover: cover.pdf -embargo: 2024-03-25 -floatbarrier: section ---- +{{< colophon >}} diff --git a/inst/interactive/interactive.Rproj b/inst/interactive/interactive.Rproj index cde2e35..1930a6e 100644 --- a/inst/interactive/interactive.Rproj +++ b/inst/interactive/interactive.Rproj @@ -1,4 +1,5 @@ Version: 1.0 +ProjectId: 2e8148e0-2851-43a6-8b1a-1911ea441837 RestoreWorkspace: Default SaveWorkspace: Default diff --git a/inst/interactive/methodologie/index.qmd b/inst/interactive/methodologie/inzameling.qmd similarity index 84% rename from inst/interactive/methodologie/index.qmd rename to inst/interactive/methodologie/inzameling.qmd index 46ebd90..88abc1d 100644 --- a/inst/interactive/methodologie/index.qmd +++ b/inst/interactive/methodologie/inzameling.qmd @@ -7,11 +7,12 @@ bibliography: ../references.bib library(git2rdata) library(INBOtheme) library(tidyverse) -if (interactive()) { - root <- file.path("..", "..", "..", "..", "abv", "results") -} else { - root <- file.path("..", "..", "results") -} +update_geom_defaults( + "point", + list(size = ifelse(knitr::is_html_output(), 4, 2)) +) +theme_set(theme_inbo(base_size = 8)) +root <- system.file("results", package = "abvanalysis") strata <- read_vc("stratum", root) effort <- read_vc("effort", root) ``` @@ -53,39 +54,52 @@ Voor het onderscheid tussen mogelijk bruikbaar en voorlopig niet bruikbaar verwi #| Elk punt is een hok dat onderzocht is in een bepaald jaar. #| De horizontale lijnen verbinden het eerste en meest recente bezoek aan #| eenzelfde hok. -#| fig.height: 10 +#| fig.height: 9 effort |> arrange(.data$year) |> group_by(.data$location) |> transmute( - .data$year, end = max(.data$year), year2 = lead(.data$year), - year3 = lead(.data$year2), year4 = lead(.data$year3), - year5 = lead(.data$year4), year6 = lead(.data$year5), + .data$year, + end = max(.data$year), + year2 = lead(.data$year), + year3 = lead(.data$year2), + year4 = lead(.data$year3), + year5 = lead(.data$year4), + year6 = lead(.data$year5), year7 = lead(.data$year6) ) |> slice(1) |> ungroup() |> arrange( - .data$year, .data$end, .data$year2, .data$year3, .data$year4, .data$year5, - .data$year6, .data$year7 + .data$year, + .data$end, + .data$year2, + .data$year3, + .data$year4, + .data$year5, + .data$year6, + .data$year7 ) |> rowid_to_column("hok") |> transmute( - .data$location, hok = factor(.data$hok), + .data$location, + hok = factor(.data$hok), bruikbaar = ((.data$year - 2007) %/% 3) < ((end - 2007) %/% 3), bruikbaar = factor( - .data$bruikbaar, levels = c(TRUE, FALSE), + .data$bruikbaar, + levels = c(TRUE, FALSE), labels = c("mogelijk", "voorlopig\nniet") ) ) |> inner_join(effort, by = "location") -> inspanning ggplot(inspanning, aes(x = year, y = hok, group = hok, colour = bruikbaar)) + geom_line(alpha = 0.2) + - geom_point(alpha = 0.5, size = 4) + + geom_point(alpha = 0.5) + facet_wrap(~stratum, scales = "free_y") + scale_x_continuous(breaks = pretty) + theme( - axis.title.x = element_blank(), axis.text.x = element_text(angle = 90), + axis.title.x = element_blank(), + axis.text.x = element_text(angle = 90), axis.text.y = element_blank() ) ``` @@ -99,7 +113,8 @@ inspanning |> geom_histogram(binwidth = 1) + facet_wrap(~stratum) + scale_x_continuous( - "Aantal jaren waarin een hok onderzocht is", breaks = pretty, + "Aantal jaren waarin een hok onderzocht is", + breaks = pretty, limits = c(0, NA) ) + ylab("Aantal hokken") @@ -122,9 +137,12 @@ expand.grid( ) |> ggplot(aes(x = x, y = y)) + geom_rect( - data = tribble(~x, ~y, ~xend, ~yend, 0, 0, 1, 1), + data = tribble( + ~x, ~y, ~xend, ~yend, 0, 0, 1, 1 + ), aes(xmin = x, ymin = y, xmax = xend, ymax = yend), - fill = NA, colour = inbo_steun_blauw + fill = NA, + colour = inbo_steun_blauw ) + geom_point() + coord_fixed() + diff --git a/inst/interactive/methodologie/reproduceerbaarheid.qmd b/inst/interactive/methodologie/reproduceerbaarheid.qmd index 2c2df45..ce76afb 100644 --- a/inst/interactive/methodologie/reproduceerbaarheid.qmd +++ b/inst/interactive/methodologie/reproduceerbaarheid.qmd @@ -7,14 +7,15 @@ bibliography: ../references.bib library(effectclass) library(git2rdata) library(tidyverse) +root <- system.file("results", package = "abvanalysis") if (interactive()) { output_dir <- file.path("..", "..", "..", "..", "abv", "web") } else { - root <- file.path("..", "..", "results") output_dir <- "../data" dir.create(output_dir, showWarnings = FALSE) } threshold <- log(0.75) +format <- knitr::opts_knit$get("rmarkdown.pandoc.to") ``` ## Versiebeheer @@ -43,7 +44,7 @@ Deze laatste bevat de nodige links naar de tekstbestanden en hun versie. De `n2kanalysis` objecten hebben elk twee data hashes. Elk data hash is een reeks van 40 hexadecimale^[Hexadecimaal betekent letterlijk zestientallig. Het is een talstelsel waarbij niet, zoals gebruikelijk, met tien cijfers wordt gewerkt, maar met zestien cijfers. -De cijfers 0 t.e.m. 9 worden daarom uitgebreid met `a` (=10) t.e.m. `f` (=15).] cijfers die het resultaat zijn van de cryptografische [hashfunctie](https://nl.wikipedia.org/wiki/Hashfunctie) [SHA-1](https://nl.wikipedia.org/wiki/SHA-familie). +De cijfers 0 t.e.m. 9 worden daarom uitgebreid met `a` (=10) t.e.m. `f` (=15).] cijfers die het resultaat zijn van de cryptografische [hashfunctie](https://nl.wikipedia.org/wiki/Hashfunctie) [`SHA-1`](https://nl.wikipedia.org/wiki/SHA-familie). Deze hashfunctie heeft een aantal belangrijke eigenschappen: 1. Ze zetten elke invoer om naar een uitvoer met vaste lengte (40 hexadecimale cijfers). @@ -84,6 +85,7 @@ Elke dataset bestaat uit twee bestanden: ```{r samengesteld} #| results: hide +#| eval: !expr format == "html" read_vc("meta", root) |> filter(.data$composite, .data$status == "converged") -> indices indices |> @@ -91,13 +93,13 @@ indices |> select(indicator = "speciesgroup", "analysis") |> inner_join( read_vc("parent", root) |> - select("analysis", "parent_analysis"), + select("analysis", "parent"), by = "analysis" ) |> inner_join( read_vc("meta", root) |> select("analysis", soort = "speciesgroup"), - by = c("parent_analysis" = "analysis") + by = c("parent" = "analysis") ) |> add_count(.data$indicator) |> transmute( @@ -109,9 +111,18 @@ indices |> ) -> soorten write_vc( soorten, "samengesteld_soorten", root = "../data", optimize = FALSE, - sorting = c("indicator", "soort") + sorting = c("indicator", "soort"), strict = FALSE ) read_vc("composite_index", root) |> + rename(old = "reference", reference = "alternative") |> + rename(alternative = "old") |> + mutate( + estimate = -.data$estimate, old = -.data$lower_confidence_limit, + lower_confidence_limit = -.data$upper_confidence_limit, + upper_confidence_limit = .data$old + ) |> + select(-"old") |> + bind_rows(read_vc("composite_index", root)) |> inner_join(indices, by = "analysis") |> inner_join( soorten |> @@ -135,35 +146,55 @@ read_vc("composite_index", root) |> percent = TRUE, sign = TRUE, change = TRUE ), across(c("schatting", "lcl", "ucl"), exp), - across(c("schatting", "lcl", "ucl"), round, 4), analyse = factor(.data$analysis), status = factor(.data$status_fingerprint) ) |> write_vc( - file = "samengesteld", root = "../data", optimize = FALSE, - sorting = c("indicator", "frequentie", "referentie", "naar") + file = "samengesteld", root = "../data", optimize = FALSE, digits = 4, + sorting = c("indicator", "frequentie", "referentie", "naar"), strict = FALSE ) ``` -- **samengestelde indices:** [`samengesteld.csv`](../data/samengesteld.csv) en [`samengesteld.yml`](../data/samengesteld.yml). - - `indicator`: naam van de indicator; - - `frequentie`: index op basis van jaarlijkse of driejaarlijkse gegevens; - - `referentie`: het referentiejaartal; - - `naar`: het jaartal waarvoor we verhouding het referentiejaar berekenen; - - `schatting`: de geschatte verhouding van dit jaar t.o.v. het referentiejaar; - - `lcl` en `ucl`: de ondergrens en bovengrens van het 90% betrouwbaarheidsinterval rond de schatting; - - `klasse`: [interpretatie](voorstelling.html#sec-trendklasse) van de wijziging; - - `wijziging`: tekstuele beschrijving van de evolutie; - - `analyse`: data-hash van de analyse; - - `status`: data-hash van de status van de analyse -- **soortenlijst samengestelde indices:** [`samengesteld_soorten.csv`](../data/samengesteld_soorten.csv) en [`samengesteld_soorten.yml`](../data/samengesteld_soorten.yml). - - `soort`: naam van de soort; - - `indicator`: naam van de samengestelde indicator; - - `ondergrens` en `bovengrens`: grenzen voor de opdeling van de effecten in [klassen](voorstelling.html#sec-trendklasse) + +```{r} +#| label: link-html +#| eval: !expr format == "html" +lineair <- "[jaarlijkse wijziging](verwerking.html#sec-lineairetrend)" +interpretatie <- "[interpretatie](voorstelling.html#sec-trendklasse)" +stratum <- "[gewicht van het stratum](verwerking.html#sec-stratumgewicht)" +``` +```{r} +#| label: link-pdf +#| eval: !expr format != "html" +lineair <- "jaarlijkse wijziging (§[@-sec-lineairetrend])" +interpretatie <- "interpretatie (§[@-sec-trendklasse])" +stratum <- "gewicht van het stratum (§[@-sec-stratumgewicht])" +``` + + +#### Samengestelde indices + +- `indicator`: naam van de indicator; +- `frequentie`: index op basis van jaarlijkse of driejaarlijkse gegevens; +- `referentie`: het referentiejaartal; +- `naar`: het jaartal waarvoor we verhouding het referentiejaar berekenen; +- `schatting`: de geschatte verhouding van dit jaar t.o.v. het referentiejaar; +- `lcl` en `ucl`: de ondergrens en bovengrens van het 90% betrouwbaarheidsinterval rond de schatting; +- `klasse`: `r interpretatie` van de wijziging; +- `wijziging`: tekstuele beschrijving van de evolutie; +- `analyse`: data-hash van de analyse; +- `status`: data-hash van de status van de analyse + +#### Soortenlijst samengestelde indices + +- `soort`: naam van de soort; +- `indicator`: naam van de samengestelde indicator; +- `ondergrens` en `bovengrens`: grenzen voor de `r interpretatie` van de effecten in klassen. ### Individuele soorten ```{r soorten} #| results: hide +#| eval: !expr format == "html" read_vc("estimate", root) |> inner_join(read_vc("meta", root), by = "analysis") |> transmute( @@ -171,17 +202,17 @@ read_vc("estimate", root) |> frequentie = ifelse(.data$cycle, "driejaarlijks", "jaarlijks") |> factor(), jaar = .data$year, schatting = .data$estimate, - lcl = .data$lower_confidence_limit, ucl = .data$upper_confidence_limit, + lcl = .data$lower_confidence_limit, + ucl = .data$upper_confidence_limit, wijziging = format_ci( .data$schatting, lcl = .data$lcl, ucl = .data$ucl, link = "log" ), across(c("schatting", "lcl", "ucl"), exp), - across(c("schatting", "lcl", "ucl"), round, 4), analyse = factor(.data$analysis), status = factor(.data$status_fingerprint) ) |> write_vc( - file = "aantallen", root = "../data", optimize = FALSE, - sorting = c("soort", "frequentie", "jaar") + file = "aantallen", root = "../data", optimize = FALSE, digits = 4, + sorting = c("soort", "frequentie", "jaar"), strict = FALSE ) read_vc("linear_trend", root) |> inner_join(read_vc("meta", root), by = "analysis") |> @@ -191,6 +222,9 @@ read_vc("linear_trend", root) |> summarise(looptijd = max(.data$year) - 1), by = "analysis" ) |> + group_by(.data$speciesgroup) |> + mutate(looptijd = max(.data$looptijd)) |> + ungroup() |> inner_join( read_vc("meta", root) |> select("speciesgroup", "cycle", "linear", "waic") |> @@ -205,29 +239,39 @@ read_vc("linear_trend", root) |> ), by = c("speciesgroup", "cycle") ) |> + mutate(period = ifelse(.data$cycle, 3, 1)) |> transmute( soort = .data$speciesgroup, frequentie = ifelse(.data$cycle, "driejaarlijks", "jaarlijks") |> factor(), jaarlijks = format_ci( - .data$estimate, lcl = .data$lower_confidence_limit, percent = TRUE, - ucl = .data$upper_confidence_limit, link = "log", change = TRUE, - sign = TRUE + .data$estimate / .data$period, link = "log", change = TRUE, sign = TRUE, + lcl = .data$lower_confidence_limit / .data$period, percent = TRUE, + ucl = .data$upper_confidence_limit / .data$period ), - looptijd = .data$looptijd * ifelse(.data$cycle, 3, 1), looptijd = format_ci( - .data$looptijd * .data$estimate, change = TRUE, sign = TRUE, - lcl = .data$looptijd * .data$lower_confidence_limit, percent = TRUE, - ucl = .data$looptijd * .data$upper_confidence_limit, link = "log" + .data$looptijd * .data$estimate / .data$period, change = TRUE, + lcl = .data$looptijd * .data$lower_confidence_limit / .data$period, + ucl = .data$looptijd * .data$upper_confidence_limit / .data$period, + sign = TRUE, link = "log", percent = TRUE ), .data$verloop, analyse = factor(.data$analysis), status = factor(.data$status_fingerprint), ) |> write_vc( - file = "lineare_trend", root = "../data", optimize = FALSE, - sorting = c("soort", "frequentie") + file = "lineare_trend", root = "../data", optimize = FALSE, digits = 4, + sorting = c("soort", "frequentie"), strict = FALSE ) read_vc("index", root) |> + rename(old = "reference", reference = "alternative") |> + rename(alternative = "old") |> + mutate( + estimate = -.data$estimate, old = -.data$lower_confidence_limit, + lower_confidence_limit = -.data$upper_confidence_limit, + upper_confidence_limit = .data$old + ) |> + select(-"old") |> + bind_rows(read_vc("index", root)) |> inner_join(read_vc("meta", root), by = "analysis") |> transmute( soort = factor(.data$speciesgroup), @@ -245,12 +289,11 @@ read_vc("index", root) |> percent = TRUE, sign = TRUE, change = TRUE ), across(c("schatting", "lcl", "ucl"), exp), - across(c("schatting", "lcl", "ucl"), round, 4), analyse = factor(.data$analysis), status = factor(.data$status_fingerprint) ) |> write_vc( - file = "index", root = "../data", optimize = FALSE, - sorting = c("soort", "frequentie", "referentie", "naar") + file = "index", root = "../data", optimize = FALSE, digits = 4, + sorting = c("soort", "frequentie", "referentie", "naar"), strict = FALSE ) read_vc("effort", root) |> distinct(.data$stratum, .data$location) |> @@ -279,44 +322,89 @@ read_vc("effort", root) |> ) |> write_vc( file = "stratum_gewicht", root = "../data", optimize = FALSE, - sorting = c("soort", "stratum") + sorting = c("soort", "stratum"), strict = FALSE ) ``` -- **gemiddeld aantal op een meetpunt:** [`aantallen.csv`](../data/aantallen.csv) en [`aantallen.yml`](../data/aantallen.yml). - - `soort`: Nederlandse soortnaam; - - `frequentie`: trend op basis van jaarlijkse of driejaarlijkse gegevens; - - `jaar`: jaartal of startjaar van de driejaarlijkse periode; - - `schatting`: schatting van het gemiddeld aantal dieren op een meetpunt; - - `lcl` en `ucl`: de ondergrens en bovengrens van het 90% betrouwbaarheidsinterval rond de schatting; - - `analyse`: data-hash van de analyse; - - `status`: data-hash van de status van de analyse -- **lineaire trends:** [`lineaire_trend.csv`](../data/lineaire_trend.csv) en [`lineaire_trend.yml`](../data/lineaire_trend.yml). - - `soort`: Nederlandse soortnaam; - - `frequentie`: trend op basis van jaarlijkse of driejaarlijkse gegevens; - - `jaarlijks`: gemiddelde [jaarlijkse wijziging](verwerking.html#sec-lineairetrend); - - `looptijd`: gemiddelde wijziging over de looptijd van de tijdsreeks; - - `klasse`: [interpretatie](voorstelling.html#sec-trendklasse) van de wijziging; - - `verloop`: geeft aan of de trend lineair verloopt; - - `analyse`: data-hash van de analyse; - - `status`: data-hash van de status van de analyse -- **indices:** [`index.csv`](../data/index.csv) en [`index.yml`](../data/index.yml). - - `soort`: naam van de indicator; - - `frequentie`: index op basis van jaarlijkse of driejaarlijkse gegevens; - - `referentie`: het referentiejaartal; - - `naar`: het jaartal waarvoor we verhouding het referentiejaar berekenen; - - `schatting`: de geschatte verhouding van dit jaar t.o.v. het referentiejaar; - - `lcl` en `ucl`: de ondergrens en bovengrens van het 90% betrouwbaarheidsinterval rond de schatting; - - `klasse`: [interpretatie](voorstelling.html#sec-trendklasse) van de wijziging; - - `wijziging`: tekstuele beschrijving van de evolutie; - - `analyse`: data-hash van de analyse; - - `status`: data-hash van de status van de analyse -- **stratumgewichten:** [`stratum_gewicht.csv`](../data/stratum_gewicht.csv) en [`stratum_gewicht.yml`](../data/stratum_gewicht.yml). - - `soort`: Nederlandse soortnaam; - - `stratum`: naam van het stratum; - - `gewicht`: [gewicht van het stratum](verwerking.html#sec-stratumgewicht) voor deze soort; - - `aanwezig`: geschatte aantal hokken van het stratum waar de soort aanwezig is; - - `relevant`: aantal relevante hokken voor deze soort in het stratum; - - `onderzocht`: aantal onderzochte hokken in het stratum; - - `totaal`: totaal aantal hokken in het stratum; - - `bezoeken`: totaal aantal bezoeken aan de meetpunten in het stratum; +#### Gemiddeld aantal op een meetpunt + +- `soort`: Nederlandse soortnaam; +- `frequentie`: trend op basis van jaarlijkse of driejaarlijkse gegevens; +- `jaar`: jaartal of startjaar van de driejaarlijkse periode; +- `schatting`: schatting van het gemiddeld aantal dieren op een meetpunt; +- `lcl` en `ucl`: de ondergrens en bovengrens van het 90% betrouwbaarheidsinterval rond de schatting; +- `analyse`: data-hash van de analyse; +- `status`: data-hash van de status van de analyse + +#### Lineaire trends + +- `soort`: Nederlandse soortnaam; +- `frequentie`: trend op basis van jaarlijkse of driejaarlijkse gegevens; +- `jaarlijks`: gemiddelde `r lineair`; +- `looptijd`: gemiddelde wijziging over de looptijd van de tijdsreeks; +- `klasse`: `r interpretatie` van de wijziging; +- `verloop`: geeft aan of de trend lineair verloopt; +- `analyse`: data-hash van de analyse; +- `status`: data-hash van de status van de analyse + +#### Indices + +- `soort`: naam van de indicator; +- `frequentie`: index op basis van jaarlijkse of driejaarlijkse gegevens; +- `referentie`: het referentiejaartal; +- `naar`: het jaartal waarvoor we verhouding het referentiejaar berekenen; +- `schatting`: de geschatte verhouding van dit jaar t.o.v. het referentiejaar; +- `lcl` en `ucl`: de ondergrens en bovengrens van het 90% betrouwbaarheidsinterval rond de schatting; +- `klasse`: `r interpretatie` van de wijziging; +- `wijziging`: tekstuele beschrijving van de evolutie; +- `analyse`: data-hash van de analyse; +- `status`: data-hash van de status van de analyse + +#### Stratumgewichten + +- `soort`: Nederlandse soortnaam; +- `stratum`: naam van het stratum; +- `gewicht`: `r stratum` voor deze soort; +- `aanwezig`: geschatte aantal hokken van het stratum waar de soort aanwezig is; +- `relevant`: aantal relevante hokken voor deze soort in het stratum; +- `onderzocht`: aantal onderzochte hokken in het stratum; +- `totaal`: totaal aantal hokken in het stratum; +- `bezoeken`: totaal aantal bezoeken aan de meetpunten in het stratum; + +### Download bestanden + +::: {.content-visible when-format="html"} + +< + +| informatie | gegevens | metadata | +| ---------- | -------- | -------- | +| samengestelde indices | [`samengesteld.csv`](../data/samengesteld.csv) | [`samengesteld.yml`](../data/samengesteld.yml) | +| soortenlijst samengestelde indices | [`samengesteld_soorten.csv`](../data/samengesteld_soorten.csv) | [`samengesteld_soorten.yml`](../data/samengesteld_soorten.yml) | + +: Downloadbare bestanden met resultaten per samengestelde index {#tbl-download-composite} + +| informatie | gegevens | metadata | +| ---------- | -------- | -------- | +| gemiddeld aantal op een meetpunt| [`aantallen.csv`](../data/aantallen.csv) | [`aantallen.yml`](../data/aantallen.yml) | +| lineaire trends| [`lineaire_trend.csv`](../data/lineaire_trend.csv) | [`lineaire_trend.yml`](../data/lineaire_trend.yml) | +| indices | [`index.csv`](../data/index.csv) | [`index.yml`](../data/index.yml) | +| stratumgewichten| [`stratum_gewicht.csv`](../data/stratum_gewicht.csv) | [`stratum_gewicht.yml`](../data/stratum_gewicht.yml) | + +: Downloadbare bestanden met resultaten per soort {#tbl-download-species} + +< + +::: + +::: {.content-visible when-format="pdf"} + +```{r} +readLines("../_quarto.yml") |> + grepv(pattern = "doi:") |> + gsub(pattern = ".*doi:\\s*", replacement = "https://doi.org/") -> doi +``` + +De downloadbare bestanden zijn beschikbaar in de online versie. +Deze kan u bereiken via [`r doi`](`r doi`). +::: diff --git a/inst/interactive/methodologie/verwerking.qmd b/inst/interactive/methodologie/verwerking.qmd index 141dfaf..7fc9a37 100644 --- a/inst/interactive/methodologie/verwerking.qmd +++ b/inst/interactive/methodologie/verwerking.qmd @@ -7,11 +7,10 @@ library(git2rdata) library(INBOtheme) library(tidyverse) conflicted::conflicts_prefer(dplyr::filter) -if (interactive()) { - root <- file.path("..", "..", "..", "..", "abv", "results") -} else { - root <- file.path("..", "..", "results") -} +update_geom_defaults("point", list(size = 2)) +update_geom_defaults("text", list(size = 2)) +theme_set(theme_inbo(base_size = 8)) +root <- system.file("results", package = "abvanalysis") ``` @@ -54,23 +53,35 @@ effort |> arrange(.data$year) |> group_by(.data$location) |> transmute( - .data$year, end = max(.data$year), year2 = lead(.data$year), - year3 = lead(.data$year2), year4 = lead(.data$year3), - year5 = lead(.data$year4), year6 = lead(.data$year5), + .data$year, + end = max(.data$year), + year2 = lead(.data$year), + year3 = lead(.data$year2), + year4 = lead(.data$year3), + year5 = lead(.data$year4), + year6 = lead(.data$year5), year7 = lead(.data$year6) ) |> slice(1) |> ungroup() |> arrange( - .data$year, .data$end, .data$year2, .data$year3, .data$year4, .data$year5, - .data$year6, .data$year7 + .data$year, + .data$end, + .data$year2, + .data$year3, + .data$year4, + .data$year5, + .data$year6, + .data$year7 ) |> rowid_to_column("hok") |> transmute( - .data$location, hok = factor(.data$hok), + .data$location, + hok = factor(.data$hok), bruikbaar = ((.data$year - 2007) %/% 3) < ((end - 2007) %/% 3), bruikbaar = factor( - .data$bruikbaar, levels = c(TRUE, FALSE), + .data$bruikbaar, + levels = c(TRUE, FALSE), labels = c("mogelijk", "voorlopig\nniet") ) ) |> @@ -100,7 +111,7 @@ Dit wil niet zeggen dat we deze soort permanent afschrijven! Wanneer we deze regels in de toekomst opnieuw toepassen hebben we mogelijk wel voldoende waarnemingen. Ook hokken of strata in de toekomst gekoloniseerd worden, worden dan opgepikt. -## Trendberekening {#s:trendberekening} +## Trendberekening {#sec-trendberekening} ### Niet-lineaire trends diff --git a/inst/interactive/methodologie/voorstelling.qmd b/inst/interactive/methodologie/voorstelling.qmd index 19fab61..9670aa4 100644 --- a/inst/interactive/methodologie/voorstelling.qmd +++ b/inst/interactive/methodologie/voorstelling.qmd @@ -6,9 +6,7 @@ title: Voorstelling van de gegevens library(effectclass) library(gt) library(INBOtheme) -library(plotly) library(tidyverse) -conflicted::conflicts_prefer(plotly::layout) ``` @@ -63,17 +61,17 @@ De afkortingen zelf zijn te fijn om als symbool te gebruiken. #| 90% interval, $b$: bovengrens van het 90% interval. $L < R < B$ en $l < b$. #| " tribble( - ~ benaming, ~afkorting, ~regels, - "sterke toename", "`++`", "$B < l$", - "toename", "`+`", "$R < l < B$ en $B < b$", - "matige toename", "`+~`", "$R < l < B$ en $b < B$", - "stabiel", "`~`", "$L < l < R$ en $R < b < B$", - "matige afname", "`-~`", "$L < l < R$ en $b < R$", - "afname", "`-`", "$l < L$ en $L < b < R$", - "sterke afname", "`--`", "$l < L$", + ~benaming, ~afkorting, ~regels, + "sterke toename", "`++`", "$B < l$", + "toename", "`+`", "$R < l < B$ en $B < b$", + "matige toename", "`+~`", "$R < l < B$ en $b < B$", + "stabiel", "`~`", "$L < l < R$ en $R < b < B$", + "matige afname", "`-~`", "$L < l < R$ en $b < R$", + "afname", "`-`", "$l < L$ en $L < b < R$", + "sterke afname", "`--`", "$l < L$", "mogelijke toename", "`?+`", "$L < l < R$ en $B < b$", - "mogelijke afname", "`?-`", "$l < L$ en $R < b < B$", - "onduidelijk", "`?`", "$l < L$ en $B < b$" + "mogelijke afname", "`?-`", "$l < L$ en $R < b < B$", + "onduidelijk", "`?`", "$l < L$ en $B < b$" ) |> gt() |> fmt_markdown() @@ -84,18 +82,20 @@ tribble( #| het 90% interval te vergelijken met een referentie, ondergrens en #| bovengrens. tribble( - ~x, ~y, "stabiel", 0, "toename", 1, "afname", -1, "sterke toename", 1.5, + ~x, ~y, "stabiel", 0, "toename", 1, "afname", -1, "sterke toename", 1.5, "sterke afname", -1.5, "matige toename", 0.5, "matige afname", -0.5, - "mogelijke toename", 0.5, "mogelijke afname", -0.5, "onduidelijk", 0 + "mogelijke toename", 0.5, "mogelijke afname", -0.5, "onduidelijk", 0 ) |> mutate( - s = c(rep(0.25, 7), 0.5, 0.5, 1.1), lcl = qnorm(0.05, .data$y, .data$s), + s = c(rep(0.25, 7), 0.5, 0.5, 1.1), + lcl = qnorm(0.05, .data$y, .data$s), ucl = qnorm(0.95, .data$y, .data$s), klasse = classification(.data$lcl, .data$ucl, 1) ) |> arrange(.data$klasse) |> mutate( - x = factor(.data$x, levels = rev(.data$x)), x_int = as.integer(.data$x), + x = factor(.data$x, levels = rev(.data$x)), + x_int = as.integer(.data$x), tekst = format_ci(.data$y, lcl = .data$lcl, ucl = .data$ucl) |> sprintf(fmt = "%s\n%s (%s)", .data$x, .data$klasse) ) -> effect @@ -106,31 +106,97 @@ effect |> effect |> mutate(x_int = .data$x_int + 0.499) ) |> - arrange(.data$x_int) |> - plot_ly(x = ~x_int, y = ~y) |> - add_fan(sd = ~s, text = ~tekst) |> - config( - displaylogo = FALSE, - modeBarButtonsToRemove = c( - "autoScale", "hoverCompareCartesian", "lasso2d", "select2d" + arrange(.data$x_int) -> plot_effect +if (knitr::is_html_output()) { + library(plotly) + conflicted::conflicts_prefer(plotly::layout) + plot_ly(plot_effect, x = ~x_int, y = ~y) |> + add_fan(sd = ~s, text = ~tekst) |> + config( + displaylogo = FALSE, + modeBarButtonsToRemove = c( + "autoScale", + "hoverCompareCartesian", + "lasso2d", + "select2d" + ) + ) |> + layout( + xaxis = list( + title = list(font = list(size = 0)), + tickvals = effect$x_int, + ticktext = effect$x + ), + yaxis = list( + title = list(font = list(size = 0)), + zerolinewidth = 1, + tickvals = c(-1, 0, 1), + ticktext = c("ondergrens", "referentie", "bovengrens") + ), + shapes = list( + type = "rect", + x0 = 0, + x1 = 1, + xref = "paper", + y0 = -1, + y1 = 1, + line = list(width = 0), + opacity = 0.1, + fillcolor = "black", + layer = "below" + ) ) - ) |> - layout( - xaxis = list( - title = list(font = list(size = 0)), tickvals = effect$x_int, - ticktext = effect$x - ), - yaxis = list( - title = list(font = list(size = 0)), zerolinewidth = 1, - tickvals = c(-1, 0, 1), - ticktext = c("ondergrens", "referentie", "bovengrens") - ), - shapes = list( - type = "rect", x0 = 0, x1 = 1, xref = "paper", y0 = -1, y1 = 1, - line = list(width = 0), opacity = 0.1, fillcolor = "black", - layer = "below" +} else { + theme_set(theme_inbo(base_size = 8)) + ggplot(plot_effect, aes(x = x, y = y)) + + annotate( + geom = "rect", + xmin = -Inf, + xmax = Inf, + ymin = -1, + ymax = 1, + alpha = 0.2, + fill = inbo_grijs + ) + + geom_hline(yintercept = 0) + + stat_fan(aes(link_sd = s), geom = "rect") + + annotate( + geom = "text", + x = Inf, + y = 0, + hjust = 1, + vjust = -0.1, + label = "referentie", + colour = inbo_hoofd, + angle = 90 + ) + + annotate( + geom = "text", + x = Inf, + y = -1, + hjust = 1, + vjust = 1, + label = "belangrijke afname", + colour = inbo_hoofd, + angle = 90 + ) + + annotate( + geom = "text", + x = Inf, + y = 1, + hjust = 1, + vjust = 0, + label = "belangrijke toename", + colour = inbo_hoofd, + angle = 90 + ) + + coord_flip() + + theme( + axis.title = element_blank(), + axis.ticks = element_blank(), + axis.text.x = element_blank() ) - ) +} ``` Uiteraard hangt de opdeling sterk af van de keuze van de boven- en ondergrens. @@ -171,21 +237,17 @@ Rond de lijn tonen we het 30%, 60% en 90% interval (zie §@sec-onzekerheid). In de online versie van het rapport is de figuur interactief. Wanneer de gebruiker met de muis over de figuur gaat verschijnt er in de buurt van de lijn een pop-up met de exacte schatting van dat jaar inclusief het 90% betrouwbaarheidsinterval en het jaartal. -## Paarsgewijze vergelijking van jaren +## Paarsgewijze vergelijking van jaren {#sec-paarsgewijs} + +::: {.content-visible when-format="pdf"} Deze informatie hebben we telkens in twee figuren samengevat. De eerste figuur geeft het verschil van elk jaar t.o.v. 2007, het jaar waarin de metingen gestart zijn. Voor 2007 geven we geen cijfer omdat het per definitie 1 is en geen informatie bevat. -Het symbool geeft de puntschatting van het relatieve verschil t.o.v. 2007 weer. -De vorm van het symbool geeft de opdeling van de sterkte van het effect weer (zie @fig-trendklasse). -Rond elke puntschatting tonen we het 30%, 60% en 90% interval (zie §@sec-onzekerheid). +Rond elke puntschatting tonen we het 90% interval in stappen van 5% (zie §@sec-onzekerheid). De horizontale streepjeslijn geeft de referentie van 0% verschil weer. De horizontale puntlijnen geven de bovengrens (+33%) en ondergrens (-25%) weer. Deze laten toe om de vlot zelf de betrouwbaarheidsintervallen te vergelijken met de referentie, boven- en ondergrens. -De figuur heeft twee y-assen. -Beide assen geven dezelfde informatie weer, enkel de formattering van de labels is anders. -De linkeras toont procentuele verschillen terwijl de rechteras de relatieve verschillen toont. -Een procentueel verschil van +50% is equivalent met een relatieve verschil (verhouding) met een factor 1,5. We stellen vast dat veel gebruikers ook andere jaren met elkaar willen vergelijken. Een correcte vergelijking is enkel mogelijk indien we een van deze jaren als referentie gebruiken. @@ -200,5 +262,20 @@ De vorm van de symbolen geeft zicht op de sterkte en onzekerheid van het effect Wanneer een rij volledig rood (blauw) is, zijn alle verschillen met dit referentiejaar positief (negatief) m.a.w. dit is het referentiejaar met de laagste (hoogste) aantallen. Wanneer een kolom volledig rood (blauw) is, zijn alle verschillen van dit jaar t.o.v. alle referentiejaren negatief (positief) m.a.w. dit is het jaar met de hoogste (laagste) aantallen. Clusters van punten met een gelijkaardige kleur geven periodes aan waarin de aantallen geleidelijk wijzigen. -In de online versie van dit rapport is deze figuur interactief. +::: + +::: {.content-visible when-format="html"} +De figuur geeft het verschil van elk jaar t.o.v. een referentiejaar. +Standaard gebruiken we hiervoor 2007, het jaar waarin de metingen gestart zijn. +Voor het referentiejaar geven we geen cijfer omdat het per definitie 1 is en geen informatie bevat. +Rond elke puntschatting tonen we het 90% interval in stappen van 5% (zie §@sec-onzekerheid). +De horizontale streepjeslijn geeft de referentie van 0% verschil weer. +De horizontale puntlijnen geven de bovengrens (+33%) en ondergrens (-25%) weer. +Deze laten toe om de vlot zelf de betrouwbaarheidsintervallen te vergelijken met de referentie, boven- en ondergrens. + +We stellen vast dat veel gebruikers ook andere jaren met elkaar willen vergelijken. +Een correcte vergelijking is enkel mogelijk indien we een van deze jaren als referentie gebruiken. +Hiertoe selecteer je het gewenste referentiejaar in het keuzemenu naast de figuur. + Wanneer de gebruiker met de muis over de figuur gaat verschijnt er in de buurt van de lijn een pop-up met de exacte schatting van dat punt inclusief het 90% betrouwbaarheidsinterval en het jaartal en referentiejaar. +::: diff --git a/inst/website/natuurpunt.png b/inst/interactive/natuurpunt.png similarity index 100% rename from inst/website/natuurpunt.png rename to inst/interactive/natuurpunt.png diff --git a/inst/interactive/references.bib b/inst/interactive/references.bib index 4ff2572..e74a8d2 100755 --- a/inst/interactive/references.bib +++ b/inst/interactive/references.bib @@ -1,36 +1,3 @@ -@Manual{R, - title = {R: A Language and Environment for Statistical Computing}, - author = {{R Core Team}}, - organization = {R Foundation for Statistical Computing}, - address = {Vienna, Austria}, - year = {2023}, - url = {https://www.R-project.org/}, -} -@Manual{git2rdata, - title = {git2rdata: Store and Retrieve Data.frames in a Git Repository. Version 0.4.0}, - author = {Thierry Onkelinx}, - year = {2022}, - url = {https://ropensci.github.io/git2rdata/}, - abstract = {The git2rdata package is an R package for writing and reading dataframes as plain text files. A metadata file stores important information. 1) Storing metadata allows to maintain the classes of variables. By default, git2rdata optimizes the data for file storage. The optimization is most effective on data containing factors. The optimization makes the data less human readable. The user can turn this off when they prefer a human readable format over smaller files. Details on the implementation are available in vignette("plain_text", package = "git2rdata"). 2) Storing metadata also allows smaller row based diffs between two consecutive commits. This is a useful feature when storing data as plain text files under version control. Details on this part of the implementation are available in vignette("version_control", package = "git2rdata"). Although we envisioned git2rdata with a git workflow in mind, you can use it in combination with other version control systems like subversion or mercurial. 3) git2rdata is a useful tool in a reproducible and traceable workflow. vignette("workflow", package = "git2rdata") gives a toy example. 4) vignette("efficiency", package = "git2rdata") provides some insight into the efficiency of file storage, git repository size and speed for writing and reading.}, - keywords = {R package, reproducible research, version control}, -} -@Manual{abvanalysis, - title = {abvanalysis: Analysis of the Common Breeding Bird Survey. Version 0.2.4}, - author = {Thierry Onkelinx}, - year = {2024}, - url = {https://github.com/inbo/abvanalysis/}, - abstract = {Read in the raw data and prepare analysis datasets.}, - keywords = {common breeding birds; monitoring; analysis; reproducible science}, -} -@Manual{n2kanalysis, - title = {n2kanalysis: Generic Functions to Analyse Data from the 'Natura 2000' Monitoring. Version 0.3.2}, - author = {Thierry Onkelinx}, - year = {2024}, - url = {https://github.com/inbo/n2kanalysis/}, - abstract = {All generic functions and classes for the analysis for the 'Natura 2000' monitoring. The classes contain all required data and definitions to fit the model without the need to access other sources. Potentially they might need access to one or more parent objects. An aggregation object might for example need the result of an imputation object. The actual definition of the analysis, using these generic function and classes, is defined in dedictated analysis R packages for every monitoring scheme. For example 'abvanalysis' and 'watervogelanalysis'.}, - keywords = {analysis, reproducible research, natura 2000, monitoring}, - doi = {10.5281/zenodo.3576047}, -} @TechReport{ABVmethode, address = {{Brussels, Belgium}}, title = {Methodehandleiding Bij Het Project '{{Algemene Broedvogelmonitoring Vlaanderen}} ({{ABV}})'}, diff --git a/inst/interactive/render.R b/inst/interactive/render.R index d0db404..ee62fd7 100644 --- a/inst/interactive/render.R +++ b/inst/interactive/render.R @@ -1,56 +1,84 @@ library(abvanalysis) library(git2rdata) +library(keyring) library(knitr) library(quarto) library(tidyverse) conflicted::conflicts_prefer(dplyr::filter, dplyr::pull) n_head <- Inf -results_folder <- "../../../abv/results" -target_folder <- "../../../abv/quarto" -system.file("extensions", package = "abvanalysis") |> - dirname() -> source_folder -file.path( - target_folder, "_extensions", "inboqmd-report-website", "_extensions", - "flandersqmd-report-website" -) |> - dir.create(showWarnings = FALSE, recursive = TRUE) +results_folder <- system.file("results", package = "abvanalysis") +source_folder <- system.file("interactive", package = "abvanalysis") +target_folder <- key_get("quarto_folder", keyring = "abv") +target_pdf <- paste0(target_folder, "_pdf") -# styling -file.path(source_folder, "extensions", "inboqmd-report-website") |> - list.files(recursive = TRUE) -> to_do -file.path(source_folder, "extensions", "inboqmd-report-website", to_do) |> - file.copy( - to = file.path( - target_folder, "_extensions", "inboqmd-report-website", to_do - ), - overwrite = TRUE - ) -file.path(source_folder, "extensions", "flandersqmd-report-website") |> - list.files(recursive = TRUE) -> to_do -file.path(source_folder, "extensions", "flandersqmd-report-website", to_do) |> - file.copy( - to = file.path( - target_folder, "_extensions", "inboqmd-report-website", "_extensions", - "flandersqmd-report-website", to_do - ), - overwrite = TRUE - ) +dir.create(target_folder, showWarnings = FALSE, recursive = TRUE) +dir.create(target_pdf, showWarnings = FALSE, recursive = TRUE) + +# logo +system.file("interactive/natuurpunt.png", package = "abvanalysis") |> + file.copy(to = target_folder, overwrite = TRUE) +system.file("interactive/natuurpunt.png", package = "abvanalysis") |> + file.copy(to = target_pdf, overwrite = TRUE) # methodology +## html file.path(target_folder, "methodologie") |> dir.create(showWarnings = FALSE, recursive = TRUE) -list.files(pattern = "\\.(bib|md)", full.names = TRUE) |> +list.files(source_folder, pattern = "\\.md", full.names = TRUE) |> file.copy(to = target_folder, overwrite = TRUE) -list.files("methodologie", pattern = "\\.qmd", full.names = TRUE) |> + +cite_package <- function(x) { + citation(ifelse(x == "R", "base", x)) |> + toBibtex() |> + str_replace("Manual\\{,", paste0("Manual\\{", x, ",")) +} +c("R", "git2rdata", "abvanalysis", "n2kanalysis") |> + map(cite_package) |> + c( + file.path(source_folder, "references.bib") |> + readLines() + ) |> + do.call(what = c) -> refs +file.path(target_folder, "references.bib") |> + writeLines(text = refs) +file.path(source_folder, "methodologie") |> + list.files(pattern = "\\.qmd", full.names = TRUE) |> file.copy(to = file.path(target_folder, "methodologie"), overwrite = TRUE) +## pdf +file.path(target_pdf, "methodologie") |> + dir.create(showWarnings = FALSE, recursive = TRUE) +file.path(target_pdf, "references.bib") |> + writeLines(text = refs) +file.path(source_folder, "abstract.md") |> + readLines() -> abstract +c(head(abstract, 2), "# Abstract {-}", tail(abstract, -5)) |> + writeLines(file.path(target_pdf, "abstract.md")) +c("# Bibliografie {-}", "", "::: {#refs}", ":::") |> + writeLines(file.path(target_pdf, "references.md")) + +c( + "{{< colophon >}}", + "# Samenvatting {-}", + "", + file.path(source_folder, "samenvatting.md") |> + readLines() |> + tail(-5) +) |> + writeLines(file.path(target_pdf, "index.md")) +file.path(source_folder, "methodologie") |> + list.files(pattern = "\\.qmd", full.names = TRUE) |> + file.copy(to = file.path(target_pdf, "methodologie"), overwrite = TRUE) # species file.path(target_folder, "soort") |> dir.create(showWarnings = FALSE, recursive = TRUE) -list.files(pattern = "trends.qmd", full.names = TRUE) |> +list.files(source_folder, pattern = "trends.qmd", full.names = TRUE) |> file.copy( - to = file.path(target_folder, "soort", "index.qmd"), overwrite = TRUE + to = file.path(target_folder, "soort", "trends.qmd"), + overwrite = TRUE ) +file.path(source_folder, "trends_pdf.qmd") |> + file.copy(to = file.path(target_pdf, "soort", "trends.qmd"), overwrite = TRUE) read_vc("meta", results_folder) |> filter(.data$status == "converged", !.data$composite) |> distinct(.data$speciesgroup) |> @@ -66,10 +94,15 @@ for (i in seq_len(nrow(species))) { file.path(target_folder, species$output_file[i]) |> dirname() |> dir.create(showWarnings = FALSE) - knit_expand( - "species.qmd", species = species$species[i], label = species$label[i] - ) |> + file.path(source_folder, "species.qmd") |> + knit_expand(species = species$species[i], label = species$label[i]) |> writeLines(file.path(target_folder, species$output_file[i])) + file.path(target_pdf, species$output_file[i]) |> + dirname() |> + dir.create(showWarnings = FALSE) + file.path(source_folder, "species_pdf.qmd") |> + knit_expand(species = species$species[i], label = species$label[i]) |> + writeLines(file.path(target_pdf, species$output_file[i])) } # composite index @@ -88,39 +121,96 @@ for (i in seq_len(nrow(composite))) { file.path(target_folder, composite$output_file[i]) |> dirname() |> dir.create(showWarnings = FALSE) - knit_expand( - "composite.qmd", species = composite$species[i], label = composite$label[i] - ) |> + file.path(source_folder, "composite.qmd") |> + knit_expand(species = composite$species[i], label = composite$label[i]) |> writeLines(file.path(target_folder, composite$output_file[i])) + file.path(target_pdf, composite$output_file[i]) |> + dirname() |> + dir.create(showWarnings = FALSE) + file.path(source_folder, "composite_pdf.qmd") |> + knit_expand(species = composite$species[i], label = composite$label[i]) |> + writeLines(file.path(target_pdf, composite$output_file[i])) } # toc -readLines("_quarto.yml") |> +file.path(source_folder, "_quarto.yml") |> + readLines() -> base_yaml +c( + base_yaml, + " - section: \"Indicatoren\"", + " contents:", + sprintf( + " - text: \"%s\"\n file: %s", + composite$speciesgroup, + composite$output_file + ), + " - section: \"Soorten\"", + " contents:", + " - text: \"Overzicht\"\n file: soort/trends.qmd", + sprintf( + " - text: \"%s\"\n file: %s", + species$speciesgroup, + species$output_file + ) +) |> + writeLines(file.path(target_folder, "_quarto.yml")) +tail(base_yaml, -4) |> + head(grep("website:", base_yaml) - 5) |> + gsub(pattern = "website-html", replacement = "book-pdf") |> + grepv(pattern = "cover: cover.png", invert = TRUE) |> c( - " - section: \"Indicatoren\"", " contents:", - sprintf( - " - text: \"%s\"\n file: %s", composite$speciesgroup, - composite$output_file - ), - " - section: \"Soorten\"", " file: soort/index.qmd", - " contents:", - " - text: \"Overzicht\"\n file: soort/index.qmd", - sprintf( - " - text: \"%s\"\n file: %s", species$speciesgroup, - species$output_file - ) + "book:", + " chapters:", + " - index.md", + " - abstract.md", + " - part: Methodologie", + " chapters:", + " - methodologie/inzameling.qmd", + " - methodologie/verwerking.qmd", + " - methodologie/voorstelling.qmd", + " - methodologie/reproduceerbaarheid.qmd", + " - part: Indicatoren", + " chapters:", + sprintf(" - %s", composite$output_file), + " - part: Soorten", + " chapters:", + " - soort/trends.qmd", + sprintf(" - %s", species$output_file), + " - references.md", + "", + "project:", + " output-dir: ../website", + " type: book", + " post-render: _extensions/inbo/flandersqmd-book/filters/post_render.R" ) |> - writeLines(file.path(target_folder, "_quarto.yml")) + writeLines(file.path(target_pdf, "_quarto.yml")) + +old_wd <- getwd() +on.exit(setwd(old_wd), add = TRUE) +setwd(target_pdf) +quarto_add_extension("inbo/flandersqmd-book", no_prompt = TRUE) +quarto::quarto_render(output_format = "flandersqmd-book-pdf") +setwd(target_folder) if ( !file_test("-f", file.path(target_folder, "cover.png")) && - file_test("-f", "../website/cover.pdf") + file_test( + "-f", + system.file("interactive/cover.pdf", package = "abvanalysis") + ) ) { requireNamespace("pdftools") + system.file("interactive/cover.pdf", package = "abvanalysis") |> + file.copy("cover.pdf") pdftools::pdf_convert( - "../website/cover.pdf", format = "png", pages = 1, dpi = 770 * 25.4 / 210, - filenames = file.path(target_folder, "cover.png") + "cover.pdf", + format = "png", + pages = 1, + dpi = 770 * 25.4 / 210, + filenames = "cover.png" ) + file.remove("cover.pdf") } -quarto_render(target_folder, use_freezer = TRUE, cache = TRUE, as_job = FALSE) +quarto_add_extension("inbo/flandersqmd-website", no_prompt = TRUE) +quarto::quarto_render(output_format = "flandersqmd-website-html") diff --git a/inst/interactive/render_vbp.R b/inst/interactive/render_vbp.R new file mode 100644 index 0000000..63937c0 --- /dev/null +++ b/inst/interactive/render_vbp.R @@ -0,0 +1,54 @@ +library(abvanalysis) +library(git2rdata) +library(keyring) +library(knitr) +library(quarto) +library(tidyverse) +conflicted::conflicts_prefer(dplyr::filter, dplyr::pull) +n_head <- Inf +results_folder <- system.file("results", package = "abvanalysis") +source_folder <- system.file("interactive", package = "abvanalysis") +target_folder <- key_get("vbp_folder", keyring = "abv") +raw_folder <- key_get("raw_folder", keyring = "abv") +dir.create(target_folder, showWarnings = FALSE, recursive = TRUE) + +# species +read_vc("meta", results_folder) |> + filter(.data$status == "converged", !.data$composite) |> + distinct(.data$speciesgroup) |> + arrange(.data$speciesgroup) |> + head(n_head) |> + mutate( + label = str_replace_all(.data$speciesgroup, " ", "-") |> + str_remove_all("'") |> + tolower(), + output_file = sprintf(fmt = "%s.qmd", .data$label) + ) -> species +for (i in seq_len(nrow(species))) { + file.path(target_folder, species$output_file[i]) |> + dirname() |> + dir.create(showWarnings = FALSE) + file.path(source_folder, "vbp_species.qmd") |> + knit_expand( + species = species$speciesgroup[i], + doi = "10.21436/inbor.141312967", + url = "https://www.vlaanderen.be/inbo/rapporten/abv-trends-2007-2025", + label = species$label[i] + ) |> + writeLines(file.path(target_folder, species$output_file[i])) +} + +file.path(target_folder, species$output_file) |> + quarto_render(use_freezer = TRUE, cache = TRUE, as_job = FALSE) + +read_vc("species/species", root = raw_folder) |> + select("id", "nl", "scientific_name") |> + inner_join(species, by = c("nl" = "speciesgroup")) |> + select(-"label") |> + write_csv(file.path(target_folder, "species.csv")) + +old_wd <- getwd() +on.exit(setwd(old_wd), add = TRUE) +setwd(target_folder) +list.files(pattern = "\\.(csv|html)") |> + zip(zipfile = "vbp.zip", flags = "-r9XqT") diff --git a/inst/interactive/samenvatting.md b/inst/interactive/samenvatting.md index b38a7ac..ad2dcea 100644 --- a/inst/interactive/samenvatting.md +++ b/inst/interactive/samenvatting.md @@ -1,5 +1,9 @@ -# Samenvatting +--- +title: Samenvatting +toc: false +--- + Dit rapport publiceert de meest recente analyses op basis van het telwerk voor het project "Algemene Broedvogelmonitoring Vlaanderen" of kortweg ABV. Dit project is een gezamenlijk initiatief van het Instituut voor Natuur- en Bosonderzoek (INBO) en Natuurpunt Studie in samenwerking met de lokale vogelwerkgroepen. De samenwerking tussen deze organisaties staat garant voor een goede ondersteuning van en communicatie naar het vrijwilligersnetwerk door Natuurpunt Studie, en een degelijke professionele wetenschappelijke ondersteuning en dataverwerking door het INBO. @@ -15,3 +19,4 @@ het tweede deel geeft een aantal indicatoren gebaseerd op trends van meerdere so het derde deel beschrijft de tijdreeks van individuele soorten. We beperken ons in delen twee en drie tot een gestandaardiseerde weergave van de meest relevante cijfers zonder ecologische interpretatie. Voor een ecologische interpretatie van de resultaten verwijzen we naar andere publicaties zoals [INBO Vogelnieuws](https://www.vlaanderen.be/inbo/publicaties/vogelnieuws). + diff --git a/inst/interactive/species.qmd b/inst/interactive/species.qmd index 69609bc..986a08d 100644 --- a/inst/interactive/species.qmd +++ b/inst/interactive/species.qmd @@ -2,7 +2,7 @@ title: "{{species}}" --- -```{r setup-{{label}}} +```{r setup} library(crosstalk) library(effectclass) library(git2rdata) @@ -10,15 +10,18 @@ library(INBOtheme) library(gt) library(plotly) library(tidyverse) -conflicted::conflicts_prefer(dplyr::filter, plotly::layout) +conflicted::conflicts_prefer( + dplyr::filter, + plotly::layout, + effectclass::class_labels +) +root <- system.file("results", package = "abvanalysis") if (interactive()) { - root <- file.path("..", "..", "..", "abv", "results") read_vc("meta", root) |> filter(!.data$composite, .data$status == "converged") |> slice_sample(n = 1) -> this this_species <- this$speciesgroup } else { - root <- file.path("..", "..", "results") this_species <- "{{species}}" } threshold <- log(0.75) @@ -33,7 +36,7 @@ trend_tekst <- function(x) { } ``` -```{r load-data-{{label}}} +```{r load-data} read_vc("meta", root) |> filter(.data$speciesgroup == this_species) |> select("analysis", "cycle", "linear", "status_fingerprint", "waic") -> meta @@ -41,34 +44,38 @@ paste0( "Evolutie van het gemodelleerde gemiddeld aantal waargenomen dieren op een ", "meetpunt per jaar voor %s tijdens de referentieperiode. ", "De band geeft het [90%% geloofwaardigheidsinterval]", - "(../methodologie/voorstelling.html#sec-onzekerheid)." + "(../methodologie/voorstelling.html#sec-onzekerheid) in stappen van 5%%. ", + "Beweeg met de muis over de grafiek om de cijfers zichtbaar te maken." ) |> sprintf(as.character(this_species)) -> caption_year_estimate paste0( "Evolutie van het gemodelleerde gemiddeld aantal waargenomen dieren op een ", "meetpunt per driejarige cyclus voor %s tijdens de referentieperiode. ", "De band geeft het [90%% geloofwaardigheidsinterval]", - "(../methodologie/voorstelling.html#sec-onzekerheid)." + "(../methodologie/voorstelling.html#sec-onzekerheid) in stappen van 5%%. ", + "Beweeg met de muis over de grafiek om de cijfers zichtbaar te maken." ) |> sprintf(as.character(this_species)) -> caption_cycle_estimate paste0( "Wijzigingen tussen jaren voor %s. ", "De band geeft het [90%% geloofwaardigheidsinterval]", - "(../methodologie/voorstelling.html#sec-onzekerheid). ", + "(../methodologie/voorstelling.html#sec-onzekerheid) in stappen van 30%%. ", "De [referentielijnen]", "(../methodologie/voorstelling.html#sec-trendklasse) ", "zorgen voor de opdeling van de wijzigingen in [klassen]", - "(../methodologie/voorstelling.html#sec-trendklasse)." + "(../methodologie/voorstelling.html#sec-trendklasse). ", + "Beweeg met de muis over de grafiek om de indeling zichtbaar te maken." ) |> sprintf(as.character(this_species)) -> caption_year_index paste0( "Wijzigingen tussen driejarige cycli voor %s. ", "De band geeft het [90%% geloofwaardigheidsinterval]", - "(../methodologie/voorstelling.html#sec-onzekerheid). ", + "(../methodologie/voorstelling.html#sec-onzekerheid) in stappen van 30%%. ", "De [referentielijnen]", "(../methodologie/voorstelling.html#sec-trendklasse) ", "zorgen voor de opdeling van de wijzigingen in [klassen]", - "(../methodologie/voorstelling.html#sec-trendklasse)." + "(../methodologie/voorstelling.html#sec-trendklasse). ", + "Beweeg met de muis over de grafiek om de indeling zichtbaar te maken." ) |> sprintf(as.character(this_species)) -> caption_cycle_index paste0( @@ -103,62 +110,133 @@ meta |> transmute( tekst = classification( .data$lower_confidence_limit * looptijd, - .data$upper_confidence_limit * looptijd, threshold = threshold + .data$upper_confidence_limit * looptijd, + threshold = threshold ), tekst = class_labels(lang = "nl")[.data$tekst], jaarlijks = format_ci( - .data$estimate, lcl = .data$lower_confidence_limit, sign = TRUE, - ucl = .data$upper_confidence_limit, percent = TRUE, link = "log", + .data$estimate, + lcl = .data$lower_confidence_limit, + sign = TRUE, + ucl = .data$upper_confidence_limit, + percent = TRUE, + link = "log", change = TRUE ), looptijd = format_ci( - looptijd * .data$estimate, lcl = looptijd * .data$lower_confidence_limit, - ucl = looptijd * .data$upper_confidence_limit, percent = TRUE, - sign = TRUE, link = "log", change = TRUE + looptijd * .data$estimate, + lcl = looptijd * .data$lower_confidence_limit, + ucl = looptijd * .data$upper_confidence_limit, + percent = TRUE, + sign = TRUE, + link = "log", + change = TRUE ) ) -> trend_year -meta |> - filter(.data$cycle) |> - semi_join(x = read_vc("linear_estimate", root), by = "analysis") |> - tail(-1) |> - nrow() -> looptijd meta |> filter(.data$cycle) |> semi_join(x = read_vc("linear_trend", root), by = "analysis") |> transmute( tekst = classification( - .data$lower_confidence_limit * looptijd, - .data$upper_confidence_limit * looptijd, threshold = threshold + .data$lower_confidence_limit * looptijd / 3, + .data$upper_confidence_limit * looptijd / 3, + threshold = threshold ), tekst = class_labels(lang = "nl")[.data$tekst], jaarlijks = format_ci( - .data$estimate, lcl = .data$lower_confidence_limit, sign = TRUE, - ucl = .data$upper_confidence_limit, percent = TRUE, link = "log", + .data$estimate / 3, + lcl = .data$lower_confidence_limit / 3, + sign = TRUE, + ucl = .data$upper_confidence_limit / 3, + percent = TRUE, + link = "log", change = TRUE ), looptijd = format_ci( - looptijd * .data$estimate, lcl = looptijd * .data$lower_confidence_limit, - ucl = looptijd * .data$upper_confidence_limit, percent = TRUE, - sign = TRUE, link = "log", change = TRUE + looptijd * .data$estimate / 3, + sign = TRUE, + link = "log", + change = TRUE, + lcl = looptijd * .data$lower_confidence_limit / 3, + ucl = looptijd * .data$upper_confidence_limit / 3, + percent = TRUE ) ) -> trend_cycle +meta |> + inner_join(x = read_vc("index", root), by = "analysis") |> + group_by(.data$cycle) |> + slice_max(.data$alternative, n = 1, with_ties = TRUE) |> + filter(.data$reference %in% range(.data$reference)) |> + mutate( + estimate = ifelse(.data$cycle, 1 / 3, 1) * .data$estimate, + lcl = ifelse(.data$cycle, 1 / 3, 1) * .data$lower_confidence_limit, + ucl = ifelse(.data$cycle, 1 / 3, 1) * .data$upper_confidence_limit, + klasse = classification(.data$lcl, .data$ucl, threshold), + wijziging = format_ci( + exp(.data$estimate) - 1, + lcl = exp(.data$lcl) - 1, + ucl = exp(.data$ucl) - 1, + percent = TRUE, + sign = TRUE + ) + ) |> + inner_join( + tribble( + ~tekst, ~y, "stabiel", 0, "toename", 1, "afname", -1, + "sterke toename", 1.5, "sterke afname", -1.5, "matige toename", 0.5, + "matige afname", -0.5, "mogelijke toename", 0.5, + "mogelijke afname", -0.5, "onduidelijk", 0 + ) |> + mutate( + s = c(rep(0.25, 7), 0.5, 0.5, 1), + lcl = qnorm(0.05, .data$y, .data$s), + ucl = qnorm(0.95, .data$y, .data$s) + ) |> + transmute(.data$tekst, klasse = classification(.data$lcl, .data$ucl, 1)), + by = "klasse" + ) |> + mutate( + .data$cycle, + verschil = sprintf( + "De toestand in %s verschilt met %s t.o.v. %s (%s).", + ifelse( + .data$cycle, + sprintf("de periode %i-%i", .data$alternative, .data$alternative + 2), + .data$alternative + ), + .data$wijziging, + ifelse( + .data$cycle, + sprintf("de periode %i-%i", .data$reference, .data$reference + 2), + .data$reference + ), + .data$tekst + ) + ) |> + summarise( + verschil = paste(.data$verschil, collapse = "\n"), .groups = "drop" + ) -> dit_verschil ``` -## Analyse per jaar {#sec-jaarlijks-{{label}}} +## Analyse per jaar {#sec-jaarlijks} Op basis van jaarlijkse gegevens zien we gemiddeld `r trend_tekst(trend_year$tekst)` `r trend_year$jaarlijks` per jaar of `r trend_year$looptijd` over de volledige looptijd van het meetnet. Deze trend is `r interpretatie$interpretatie[!interpretatie$cycle]`. +`r dit_verschil$verschil[!dit_verschil$cycle]` -```{r fig-year-estimate-{{label}}} +```{r fig-year-estimate} #| fig-cap: !expr caption_year_estimate meta |> filter(!.data$cycle) |> semi_join(x = read_vc("estimate", root), by = "analysis") |> transmute( - .data$year, .data$upper_confidence_limit, + .data$year, + .data$upper_confidence_limit, display = format_ci( - .data$estimate, lcl = .data$lower_confidence_limit, - ucl = .data$upper_confidence_limit, link = "log" + .data$estimate, + lcl = .data$lower_confidence_limit, + ucl = .data$upper_confidence_limit, + link = "log" ) |> sprintf(fmt = "%2$i: %1$s", .data$year), estimate = exp(.data$estimate), @@ -166,84 +244,133 @@ meta |> sd = .data$sd / 2 / qnorm(0.95) ) -> estimate_year plot_ly(estimate_year, x = ~year, y = ~estimate) |> - add_fan(sd = ~sd, link = "log", text = ~display) |> + add_fan( + sd = ~sd, + link = "log", + text = ~display, + hoverinfo = "text", + name = "index" + ) |> layout( xaxis = list(title = ""), yaxis = list( title = "gemiddeld aantal dieren per meetpunt", range = c(0, 1.1 * exp(max(estimate_year$upper_confidence_limit))) ), - title = this_species, - hoverlabel = list(bgcolor = inbo_lichtblauw, bordercolor = inbo_steun_blauw) + title = this_species ) |> config( modeBarButtonsToRemove = list( - "lasso2d", "select2d", "autoScale2d", "hoverClosestCartesian", - "hoverCompareCartesian", "toggleSpikelines" + "lasso2d", + "select2d", + "autoScale2d", + "hoverClosestCartesian", + "hoverCompareCartesian", + "toggleSpikelines" ), displaylogo = FALSE ) ``` -```{r fig-year-change-{{label}}} +```{r fig-year-change} #| warning: false #| fig-cap: !expr caption_year_index meta |> filter(!.data$cycle) |> semi_join(x = read_vc("index", root), by = "analysis") |> + select(-"analysis") |> mutate( interpretatie = classification( - .data$lower_confidence_limit, .data$upper_confidence_limit, + .data$lower_confidence_limit, + .data$upper_confidence_limit, threshold = threshold ) |> as.character() |> recode( - "++" = "sterke toename", "+" = "toename", "+~" = "matige toename", - "~" = "stabiel", "-~" = "matige afname", "-" = "afname", - "--" = "sterke afname", "?+" = "mogelijke toename", - "?-" = "mogelijke afname", "?" = "onduidelijk", "R" = "referentie" + "++" = "sterke toename", + "+" = "toename", + "+~" = "matige toename", + "~" = "stabiel", + "-~" = "matige afname", + "-" = "afname", + "--" = "sterke afname", + "?+" = "mogelijke toename", + "?-" = "mogelijke afname", + "?" = "onduidelijk", + "R" = "referentie" ), wijziging = format_ci( - .data$estimate, lcl = .data$lower_confidence_limit, - ucl = .data$upper_confidence_limit, percent = TRUE, sign = TRUE, - change = TRUE, link = "log" + .data$estimate, + lcl = .data$lower_confidence_limit, + ucl = .data$upper_confidence_limit, + percent = TRUE, + sign = TRUE, + change = TRUE, + link = "log" ) ) -> nadien nadien |> mutate( - old = .data$reference, reference = .data$alternative, - alternative = .data$old, estimate = -.data$estimate, + old = .data$reference, + reference = .data$alternative, + alternative = .data$old, + estimate = -.data$estimate, old = .data$lower_confidence_limit, lower_confidence_limit = -.data$upper_confidence_limit, upper_confidence_limit = -.data$old, interpretatie = classification( - .data$lower_confidence_limit, .data$upper_confidence_limit, + .data$lower_confidence_limit, + .data$upper_confidence_limit, threshold = threshold ) |> as.character() |> recode( - "++" = "sterke toename", "+" = "toename", "+~" = "matige toename", - "~" = "stabiel", "-~" = "matige afname", "-" = "afname", - "--" = "sterke afname", "?+" = "mogelijke toename", - "?-" = "mogelijke afname", "?" = "onduidelijk", "R" = "referentie" + "++" = "sterke toename", + "+" = "toename", + "+~" = "matige toename", + "~" = "stabiel", + "-~" = "matige afname", + "-" = "afname", + "--" = "sterke afname", + "?+" = "mogelijke toename", + "?-" = "mogelijke afname", + "?" = "onduidelijk", + "R" = "referentie" ), wijziging = format_ci( - .data$estimate, lcl = .data$lower_confidence_limit, - ucl = .data$upper_confidence_limit, percent = TRUE, sign = TRUE, - change = TRUE, link = "log" + .data$estimate, + lcl = .data$lower_confidence_limit, + ucl = .data$upper_confidence_limit, + percent = TRUE, + sign = TRUE, + change = TRUE, + link = "log" ) - ) -> voordien + ) |> + select(-"old") -> voordien voordien |> bind_rows( nadien, nadien |> distinct(.data$reference) |> mutate( - alternative = .data$reference, estimate = 0, lcl = 0, ucl = 0, - wijziging = "", interpretatie = "referentie" + alternative = .data$reference, + estimate = 0, + wijziging = "", + interpretatie = "referentie" ) ) -> jaarlijks -range(jaarlijks$alternative) + c(-1, 1) -> bereik_x +range(jaarlijks$reference) + c(-1, 1) -> bereik_x +c( + jaarlijks$lower_confidence_limit, + threshold, + jaarlijks$upper_confidence_limit, + -threshold +) |> + range(na.rm = TRUE) -> bereik +change_breaks(n = 5, extra = c(-threshold, threshold))( + bereik +) -> deze_breaks jaarlijks |> mutate(alternative = .data$alternative - 0.49999) |> bind_rows( @@ -253,13 +380,17 @@ jaarlijks |> ) |> arrange(.data$reference, .data$alternative) |> transmute( - .data$reference, .data$alternative, .data$estimate, - .data$lower_confidence_limit, .data$upper_confidence_limit, + .data$reference, + .data$alternative, + .data$estimate, sd = .data$upper_confidence_limit - .data$lower_confidence_limit, sd = .data$sd / 2 / qnorm(0.95), wijziging = sprintf( - "%.0f t.o.v. %i\n%s\n%s", round(.data$alternative), .data$reference, - .data$wijziging, .data$interpretatie + "%.0f t.o.v. %i\n%s\n%s", + .data$alternative, + .data$reference, + .data$wijziging, + .data$interpretatie ) |> str_replace_all(".*\n\nreferentie", "referentie"), key = sprintf("%.0f-%i", round(.data$alternative), .data$reference) @@ -271,72 +402,96 @@ jaarlijks |> ref_y = c(0, threshold, -threshold) |> c(rep(NA, n() - 3)), ref_text = c( - "toestand in", "belangrijke afname t.o.v.", "belangrijke toename t.o.v." + "toestand in", + "belangrijke afname t.o.v.", + "belangrijke toename t.o.v." ) |> - paste(.data$reference), - textposition = c("top left", "bottom left") |> - rep(n()) |> - head(n()) + paste(head(.data$reference, 3)) |> + c(rep("", n() - 3)), + textposition = c("top left", "bottom left", "top left") |> + c(rep("", n() - 3)) ) |> SharedData$new(key = ~key) -> index_year -c( - index_year$data(withFilter = FALSE)$lower_confidence_limit, threshold, - index_year$data(withFilter = FALSE)$upper_confidence_limit, -threshold -) |> - range(na.rm = TRUE) -> bereik -change_breaks(n = 5, extra = c(-threshold, threshold))( - bereik -) -> deze_breaks bscols( widths = c(10, 2), - plot_ly(index_year, x = ~alternative, y = ~estimate) |> - add_fan(sd = ~sd, text = ~wijziging) |> + plot_ly(index_year, x = ~alternative, y = ~estimate, text = ~wijziging) |> + add_fan( + sd = ~sd, + text = ~wijziging, + name = "index", + step = 0.3, + showlegend = FALSE + ) |> add_text( - x = ~ref_x, y = ~ref_y, text = ~ref_text, textposition = ~textposition, - color = I(inbo_hoofd), hoverinfo = "none" + x = ~ref_x, + y = ~ref_y, + text = ~ref_text, + textposition = ~textposition, + color = I(inbo_hoofd), + hoverinfo = "none", + showlegend = FALSE ) |> config( displaylogo = FALSE, modeBarButtonsToRemove = c( - "autoScale", "hoverCompareCartesian", "lasso2d", "select2d" + "autoScale", + "hoverCompareCartesian", + "lasso2d", + "select2d" ) ) |> layout( title = this_species, xaxis = list(title = list(font = list(size = 0)), range = bereik_x), yaxis = list( - title = list(font = list(size = 0)), zerolinewidth = 1, - tickvals = deze_breaks, ticktext = change_labels(deze_breaks) + title = list(font = list(size = 0)), + zerolinewidth = 1, + tickvals = deze_breaks, + ticktext = change_labels(deze_breaks) ), shapes = list( - type = "rect", x0 = 0, x1 = 1, xref = "paper", y0 = threshold, - y1 = -threshold, line = list(width = 0), opacity = 0.1, - fillcolor = "black", layer = "below" + type = "rect", + x0 = 0, + x1 = 1, + xref = "paper", + y0 = threshold, + y1 = -threshold, + line = list(width = 0), + opacity = 0.1, + fillcolor = "black", + layer = "below" ) ), filter_select( - id = "ref_year", label = "Referentiejaar", sharedData = index_year, - group = ~reference, multiple = FALSE + id = "ref_year", + label = "Referentiejaar", + sharedData = index_year, + group = ~reference, + multiple = FALSE ) ) %>% `class<-`(c(class(.), "htmlwidget")) ``` -## Analyse per driejarige cyclus {#sec-driejaarlijks-{{label}}} +## Analyse per driejarige cyclus {#sec-driejaarlijks} Op basis van jaarlijkse gegevens zien we gemiddeld `r trend_tekst(trend_cycle$tekst)` `r trend_cycle$jaarlijks` per jaar of `r trend_cycle$looptijd` over de volledige looptijd van het meetnet. Deze trend is `r interpretatie$interpretatie[interpretatie$cycle]`. +`r dit_verschil$verschil[dit_verschil$cycle]` -```{r fig-cycle-estimate-{{label}}} -#| fig-cap: !expr caption_year_estimate +```{r fig-cycle-estimate} +#| fig-cap: !expr caption_cycle_estimate meta |> filter(.data$cycle) |> semi_join(x = read_vc("estimate", root), by = "analysis") |> transmute( - .data$year, .data$upper_confidence_limit, + .data$year, + .data$upper_confidence_limit, display = format_ci( - .data$estimate, lcl = .data$lower_confidence_limit, - ucl = .data$upper_confidence_limit, link = "log" + .data$estimate, + lcl = .data$lower_confidence_limit, + ucl = .data$upper_confidence_limit, + link = "log" ) |> sprintf(fmt = "%2$i - %3$i: %1$s", .data$year, .data$year + 2), estimate = exp(.data$estimate), @@ -351,29 +506,39 @@ estimate_cycle |> mutate(year = .data$year + 1.49999) ) |> plot_ly(x = ~year, y = ~estimate) |> - add_fan(sd = ~sd, link = "log", text = ~display) |> + add_fan( + sd = ~sd, + link = "log", + text = ~display, + hoverinfo = "text", + name = "index" + ) |> layout( xaxis = list( - title = "", tickvals = estimate_cycle$year, + title = "", + tickvals = estimate_cycle$year, ticktext = sprintf("%i-%i", estimate_cycle$year, estimate_cycle$year + 2) ), yaxis = list( title = "gemiddeld aantal dieren per meetpunt", range = c(0, 1.1 * exp(max(estimate_cycle$upper_confidence_limit))) ), - title = this_species, - hoverlabel = list(bgcolor = inbo_lichtblauw, bordercolor = inbo_steun_blauw) + title = this_species ) |> config( modeBarButtonsToRemove = list( - "lasso2d", "select2d", "autoScale2d", "hoverClosestCartesian", - "hoverCompareCartesian", "toggleSpikelines" + "lasso2d", + "select2d", + "autoScale2d", + "hoverClosestCartesian", + "hoverCompareCartesian", + "toggleSpikelines" ), displaylogo = FALSE ) ``` -```{r fig-cycle-change-{{label}}} +```{r fig-cycle-change} #| warning: false #| fig-cap: !expr caption_cycle_index meta |> @@ -381,44 +546,70 @@ meta |> semi_join(x = read_vc("index", root), by = "analysis") |> mutate( interpretatie = classification( - .data$lower_confidence_limit, .data$upper_confidence_limit, + .data$lower_confidence_limit, + .data$upper_confidence_limit, threshold = threshold ) |> as.character() |> recode( - "++" = "sterke toename", "+" = "toename", "+~" = "matige toename", - "~" = "stabiel", "-~" = "matige afname", "-" = "afname", - "--" = "sterke afname", "?+" = "mogelijke toename", - "?-" = "mogelijke afname", "?" = "onduidelijk", "R" = "referentie" + "++" = "sterke toename", + "+" = "toename", + "+~" = "matige toename", + "~" = "stabiel", + "-~" = "matige afname", + "-" = "afname", + "--" = "sterke afname", + "?+" = "mogelijke toename", + "?-" = "mogelijke afname", + "?" = "onduidelijk", + "R" = "referentie" ), wijziging = format_ci( - .data$estimate, lcl = .data$lower_confidence_limit, - ucl = .data$upper_confidence_limit, percent = TRUE, sign = TRUE, - change = TRUE, link = "log" + .data$estimate, + lcl = .data$lower_confidence_limit, + ucl = .data$upper_confidence_limit, + percent = TRUE, + sign = TRUE, + change = TRUE, + link = "log" ) ) -> nadien nadien |> mutate( - old = .data$reference, reference = .data$alternative, - alternative = .data$old, estimate = -.data$estimate, + old = .data$reference, + reference = .data$alternative, + alternative = .data$old, + estimate = -.data$estimate, old = .data$lower_confidence_limit, lower_confidence_limit = -.data$upper_confidence_limit, upper_confidence_limit = -.data$old, interpretatie = classification( - .data$lower_confidence_limit, .data$upper_confidence_limit, + .data$lower_confidence_limit, + .data$upper_confidence_limit, threshold = threshold ) |> as.character() |> recode( - "++" = "sterke toename", "+" = "toename", "+~" = "matige toename", - "~" = "stabiel", "-~" = "matige afname", "-" = "afname", - "--" = "sterke afname", "?+" = "mogelijke toename", - "?-" = "mogelijke afname", "?" = "onduidelijk", "R" = "referentie" + "++" = "sterke toename", + "+" = "toename", + "+~" = "matige toename", + "~" = "stabiel", + "-~" = "matige afname", + "-" = "afname", + "--" = "sterke afname", + "?+" = "mogelijke toename", + "?-" = "mogelijke afname", + "?" = "onduidelijk", + "R" = "referentie" ), wijziging = format_ci( - .data$estimate, lcl = .data$lower_confidence_limit, - ucl = .data$upper_confidence_limit, percent = TRUE, sign = TRUE, - change = TRUE, link = "log" + .data$estimate, + lcl = .data$lower_confidence_limit, + ucl = .data$upper_confidence_limit, + percent = TRUE, + sign = TRUE, + change = TRUE, + link = "log" ) ) -> voordien voordien |> @@ -427,8 +618,12 @@ voordien |> nadien |> distinct(.data$reference) |> mutate( - alternative = .data$reference, estimate = 0, lcl = 0, ucl = 0, - wijziging = "", interpretatie = "referentie" + alternative = .data$reference, + estimate = 0, + lcl = 0, + ucl = 0, + wijziging = "", + interpretatie = "referentie" ) ) |> mutate( @@ -436,8 +631,12 @@ voordien |> sd = .data$upper_confidence_limit - .data$lower_confidence_limit, sd = .data$sd / 2 / qnorm(0.95), wijziging = sprintf( - "%i-%i t.o.v. %s\n%s\n%s", .data$alternative, .data$alternative + 2, - .data$reference, .data$wijziging, .data$interpretatie + "%i-%i t.o.v. %s\n%s\n%s", + .data$alternative, + .data$alternative + 2, + .data$reference, + .data$wijziging, + .data$interpretatie ) |> str_replace_all(".*\n\nreferentie", "referentie") ) -> jaarlijks @@ -451,8 +650,13 @@ jaarlijks |> ) |> arrange(.data$reference, .data$alternative) |> select( - "reference", "alternative", "estimate", "lower_confidence_limit", - "upper_confidence_limit", "sd", "wijziging" + "reference", + "alternative", + "estimate", + "lower_confidence_limit", + "upper_confidence_limit", + "sd", + "wijziging" ) |> group_by(.data$reference) |> mutate( @@ -461,7 +665,9 @@ jaarlijks |> ref_y = c(0, threshold, -threshold) |> c(rep(NA, n() - 3)), ref_text = c( - "toestand in", "belangrijke afname t.o.v.", "belangrijke toename t.o.v." + "toestand in", + "belangrijke afname t.o.v.", + "belangrijke toename t.o.v." ) |> paste(.data$reference), textposition = c("top left", "bottom left") |> @@ -471,8 +677,10 @@ jaarlijks |> ) |> SharedData$new(key = ~key) -> index_cycle c( - index_cycle$data(withFilter = FALSE)$lower_confidence_limit, threshold, - index_cycle$data(withFilter = FALSE)$upper_confidence_limit, -threshold + index_cycle$data(withFilter = FALSE)$lower_confidence_limit, + threshold, + index_cycle$data(withFilter = FALSE)$upper_confidence_limit, + -threshold ) |> range(na.rm = TRUE) -> bereik change_breaks(n = 5, extra = c(-threshold, threshold))( @@ -481,33 +689,60 @@ change_breaks(n = 5, extra = c(-threshold, threshold))( bscols( widths = c(10, 2), plot_ly(index_cycle, x = ~alternative, y = ~estimate) |> - add_fan(sd = ~sd, text = ~wijziging) |> + add_fan( + sd = ~sd, + text = ~wijziging, + hoverinfo = "text", + step = 0.3, + name = "index", + showlegend = FALSE + ) |> add_text( - x = ~ref_x, y = ~ref_y, text = ~ref_text, textposition = ~textposition, - color = I(inbo_hoofd), hoverinfo = "none" + x = ~ref_x, + y = ~ref_y, + text = ~ref_text, + textposition = ~textposition, + color = I(inbo_hoofd), + hoverinfo = "none", + showlegend = FALSE ) |> config( displaylogo = FALSE, modeBarButtonsToRemove = c( - "autoScale", "hoverCompareCartesian", "lasso2d", "select2d" + "autoScale", + "hoverCompareCartesian", + "lasso2d", + "select2d" ) ) |> layout( title = this_species, xaxis = list(title = list(font = list(size = 0)), range = bereik_x), yaxis = list( - title = list(font = list(size = 0)), zerolinewidth = 1, - tickvals = deze_breaks, ticktext = change_labels(deze_breaks) + title = list(font = list(size = 0)), + zerolinewidth = 1, + tickvals = deze_breaks, + ticktext = change_labels(deze_breaks) ), shapes = list( - type = "rect", x0 = 0, x1 = 1, xref = "paper", y0 = threshold, - y1 = -threshold, line = list(width = 0), opacity = 0.1, - fillcolor = "black", layer = "below" + type = "rect", + x0 = 0, + x1 = 1, + xref = "paper", + y0 = threshold, + y1 = -threshold, + line = list(width = 0), + opacity = 0.1, + fillcolor = "black", + layer = "below" ) ), filter_select( - id = "ref_cycle", label = "Referentieperiode", sharedData = index_cycle, - group = ~reference, multiple = FALSE + id = "ref_cycle", + label = "Referentieperiode", + sharedData = index_cycle, + group = ~reference, + multiple = FALSE ) ) %>% `class<-`(c(class(.), "htmlwidget")) @@ -515,7 +750,9 @@ bscols( ## Kenmerken van de analyses -```{r tbl-strata-{{label}}} +Het cijfermateriaal om de figuren te reproduceren is beschikbaar via de [download pagina](../methodologie/reproduceerbaarheid.html#downloadbaar-cijfermateriaal). + +```{r tbl-strata} #| tbl-cap: !expr caption_strata read_vc("effort", root) |> distinct(.data$stratum, .data$location) |> @@ -531,12 +768,20 @@ read_vc("effort", root) |> by = "stratum" ) |> transmute( - .data$stratum, gewicht = sprintf("%.1f%%", 100 * .data$weight), + .data$stratum, + gewicht = sprintf("%.1f%%", 100 * .data$weight), aanwezig = round(.data$relevant * .data$totaal / .data$onderzocht, 1), - .data$relevant, .data$onderzocht, .data$totaal, bezoeken = .data$visits, + .data$relevant, + .data$onderzocht, + .data$totaal, + bezoeken = .data$visits, punten = ( - .data$points_1 / 6 + .data$points_2 / 3 + .data$points_3 / 2 + - .data$points_4 * 2 / 3 + .data$points_5 * 5 / 6 + .data$points_6 + .data$points_1 / 6 + + .data$points_2 / 3 + + .data$points_3 / 2 + + .data$points_4 * 2 / 3 + + .data$points_5 * 5 / 6 + + .data$points_6 ) / .data$relevant, punten = sprintf("%.1f%%", 100 * .data$punten) ) |> @@ -544,7 +789,7 @@ read_vc("effort", root) |> gt() ``` -```{r tbl-hash-{{label}}} +```{r tbl-hash} #| tbl-cap: Data-hashes van de analyses in het kader van #| [traceerbaarheid]( #| ../methodologie/reproduceerbaarheid.html#sec-traceerbaarheid). @@ -552,7 +797,8 @@ meta |> arrange(.data$cycle, .data$linear) |> transmute( frequentie = factor( - .data$cycle, levels = c(TRUE, FALSE), + .data$cycle, + levels = c(TRUE, FALSE), labels = c("driejaarlijks", "jaarlijks") ), model = ifelse(.data$linear, "lineair", "niet-lineair"), @@ -563,13 +809,13 @@ meta |> cols_width(analyse ~ px(20), status ~ px(20)) ``` -```{js change-js-{{label}}} +```{js change-js} function filter_default() { document.getElementById("ref_year").getElementsByClassName("selectized")[0].selectize.removeOption(""); - document.getElementById("ref_year").getElementsByClassName("selectized") + document.getElementById("ref_year").getElementsByClassName("selectized") [0].selectize.setValue("2007", false); document.getElementById("ref_cycle").getElementsByClassName("selectized")[0].selectize.removeOption(""); - document.getElementById("ref_cycle").getElementsByClassName("selectized") + document.getElementById("ref_cycle").getElementsByClassName("selectized") [0].selectize.setValue("2007-2009", false); } $(document).ready(filter_default); diff --git a/inst/interactive/species_pdf.qmd b/inst/interactive/species_pdf.qmd new file mode 100644 index 0000000..5462427 --- /dev/null +++ b/inst/interactive/species_pdf.qmd @@ -0,0 +1,505 @@ +--- +title: "{{species}}" +--- + +```{r} +#| label: setup-{{label}} +library(effectclass) +library(git2rdata) +library(INBOtheme) +library(knitr) +library(pander) +library(tidyverse) +conflicted::conflicts_prefer(dplyr::filter, dplyr::pull) +opts_chunk$set(dev = "cairo_pdf") +update_geom_defaults("point", list(size = 2)) +update_geom_defaults("text", list(size = 3)) +theme_set(theme_inbo(base_size = 8)) +root <- system.file("results", package = "abvanalysis") +if (interactive()) { + read_vc("meta", root) |> + filter(!.data$composite, .data$status == "converged") |> + sample_n(1) |> + pull(.data$speciesgroup) -> id +} else { + id <- "{{species}}" +} +threshold <- 0.75 +c(rev(traffic_palette(7)), "grey65", "grey35", "grey50") |> + setNames( + c("++", "+", "+~", "~", "-~", "-", "--", "?+", "?-", "?") + ) -> kleurgradient +kleurgradient[4] <- inbo_steun_blauw +periode_labels <- function(x) { + sprintf("%i - %i", x, x + 2) +} +``` + +```{r} +#| label: basis-{{label}} +read_vc("meta", root) |> + filter(.data$speciesgroup == id) -> deze_analyse +deze_analyse |> + select("analysis", "cycle") |> + inner_join(read_vc("estimate", root), by = "analysis") |> + filter( + !.data$cycle | + .data$year < max(.data$year) | + (.data$year == max(.data$year) & (max(.data$year) - 2007) %% 3 == 2) + ) -> dit_aantal +looptijd <- diff(range(dit_aantal$year)) +tribble( + ~x, ~y, "stabiel", 0, "toename", 1, "afname", -1, "sterke toename", 1.5, + "sterke afname", -1.5, "matige toename", 0.5, "matige afname", -0.5, + "mogelijke toename", 0.5, "mogelijke afname", -0.5, "onduidelijk", 0 +) |> + mutate( + s = c(rep(0.25, 7), 0.5, 0.5, 1), + lcl = qnorm(0.05, .data$y, .data$s), + ucl = qnorm(0.95, .data$y, .data$s), + klasse = classification(.data$lcl, .data$ucl, 1) + ) |> + arrange(.data$klasse) |> + mutate( + x = factor(.data$x, levels = rev(.data$x)), + x_int = as.integer(.data$x) + ) -> effect +deze_analyse |> + select("analysis", "cycle") |> + inner_join(read_vc("linear_trend", root), by = "analysis") |> + mutate( + estimate = ifelse(.data$cycle, 1 / 3, 1) * .data$estimate, + lcl = ifelse(.data$cycle, 1 / 3, 1) * .data$lower_confidence_limit, + ucl = ifelse(.data$cycle, 1 / 3, 1) * .data$upper_confidence_limit, + klasse = classification( + .data$lcl * looptijd, + .data$ucl * looptijd, + log(threshold) + ), + jaarlijks = format_ci( + exp(.data$estimate) - 1, + lcl = exp(.data$lcl) - 1, + ucl = exp(.data$ucl) - 1, + percent = TRUE, + sign = TRUE + ), + looptijd = format_ci( + exp(looptijd * .data$estimate) - 1, + lcl = exp(looptijd * .data$lcl) - 1, + ucl = exp(looptijd * .data$ucl) - 1, + percent = TRUE, + sign = TRUE + ) + ) |> + inner_join( + effect |> + select("klasse", tekst = "x"), + by = "klasse" + ) -> deze_lineair +deze_analyse |> + select("analysis", "cycle") |> + inner_join(x = read_vc("index", root), by = "analysis") |> + filter( + !.data$cycle | + .data$alternative < max(.data$alternative) | + ( + .data$alternative == max(.data$alternative) & + (.data$alternative - 2007) %% 3 == 2 + ) + ) -> deze_wijziging +deze_wijziging |> + group_by(.data$cycle) |> + slice_max(.data$alternative, n = 1, with_ties = TRUE) |> + filter(.data$reference %in% range(.data$reference)) |> + mutate( + estimate = ifelse(.data$cycle, 1 / 3, 1) * .data$estimate, + lcl = ifelse(.data$cycle, 1 / 3, 1) * .data$lower_confidence_limit, + ucl = ifelse(.data$cycle, 1 / 3, 1) * .data$upper_confidence_limit, + klasse = classification( + .data$lcl, + .data$ucl, + log(threshold) + ), + wijziging = format_ci( + exp(.data$estimate) - 1, + lcl = exp(.data$lcl) - 1, + ucl = exp(.data$ucl) - 1, + percent = TRUE, + sign = TRUE + ) + ) |> + inner_join( + effect |> + select("klasse", tekst = "x"), + by = "klasse" + ) |> + mutate( + .data$cycle, + verschil = sprintf( + "De toestand in %s verschilt met %s t.o.v. %s (%s).", + ifelse( + .data$cycle, + sprintf("de periode %i-%i", .data$alternative, .data$alternative + 2), + .data$alternative + ), + .data$wijziging, + ifelse( + .data$cycle, + sprintf("de periode %i-%i", .data$reference, .data$reference + 2), + .data$reference + ), + .data$tekst + ) + ) |> + summarise( + verschil = paste(.data$verschil, collapse = "\n"), .groups = "drop" + ) -> dit_verschil +trend_tekst <- function(x) { + if (x == "stabiel") { + return("een stabiele toestand. De trend blijft beperkt tot") + } + if (x == "onduidelijk") { + return("een onduidelijke toestand. De geschatte trend bedraagt") + } + paste("een", x, "met") +} +``` + +## Analyse per jaar {#sec-jaar-{{label}}} + +Op basis van jaarlijkse gegevens zien we gemiddeld `r trend_tekst(deze_lineair$tekst[!deze_lineair$cycle])` `r deze_lineair$jaarlijks[!deze_lineair$cycle]` per jaar of `r deze_lineair$looptijd[!deze_lineair$cycle]` over de volledige looptijd van het meetnet. +`r dit_verschil$verschil[dit_verschil$cycle]` + +```{r} +#| label: fig-aantal-{{label}} +#| fig.cap: "Evolutie van het gemodelleerde gemiddeld aantal waargenomen dieren +#| op een meetpunt voor {{species}} tijdens de referentieperiode. +#| Zie §[-@sec-onzekerheid] voor een verklaring van de intervallen." +#| warning: false +dit_aantal |> + filter(!.data$cycle) |> + mutate( + sd = (.data$upper_confidence_limit - .data$lower_confidence_limit) / + 2 / + qnorm(0.95), + estimate = exp(.data$estimate) + ) |> + ggplot(aes(x = year, y = estimate)) + + stat_fan(aes(link_sd = sd), link = "log") + + scale_y_continuous("gemiddeld aantal dieren per meetput", limits = c(0, NA)) + + theme(axis.title.x = element_blank()) +``` + +```{r} +#| label: fig-wijziging-jaar-statisch-{{label}} +#| fig-cap: "Wijzigingen tussen jaren voor {{species}}. +#| Zie §[-@sec-onzekerheid] voor een verklaring van de intervallen en +#| §[-@sec-trendklasse] voor uitleg over de referentielijnen." +#| warning: false +deze_wijziging |> + filter(!.data$cycle, .data$reference == min(.data$reference)) |> + mutate( + sd = (.data$upper_confidence_limit - .data$estimate) / qnorm(0.95) + ) -> jaarlijks +change_breaks(n = 4, extra = c(log(threshold), -log(threshold)))( + c(jaarlijks$lower_confidence_limit, jaarlijks$upper_confidence_limit) +) -> deze_breaks +ggplot(jaarlijks, aes(x = alternative, y = estimate)) + + annotate( + geom = "rect", + xmin = -Inf, + xmax = Inf, + ymin = log(threshold), + ymax = -log(threshold), + alpha = 0.2, + fill = inbo_grijs + ) + + geom_hline(yintercept = 0) + + stat_fan(aes(link_sd = sd), geom = "rect") + + annotate( + geom = "text", + x = Inf, + y = 0, + hjust = 1, + vjust = -0.1, + label = "toestand in 2007", + colour = inbo_hoofd + ) + + annotate( + geom = "text", + x = Inf, + y = log(threshold), + hjust = 1, + vjust = 1, + label = "belangrijke afname t.o.v. 2007", + colour = inbo_hoofd + ) + + annotate( + geom = "text", + x = Inf, + y = -log(threshold), + hjust = 1, + vjust = 0, + label = "belangrijke toename t.o.v. 2007", + colour = inbo_hoofd + ) + + theme(axis.title = element_blank()) + + scale_y_continuous(breaks = deze_breaks, labels = change_labels) +``` + +```{r} +#| label: fig-wijziging-jaar-alles2-{{label}} +#| fig-cap: "Interpretatie van het verschil van een bepaald jaar (kolom) t.o.v. +#| een bepaald referentiejaar (rij) voor {{species}}. +#| Gebruik deze figuur om het verschil tussen twee jaren in te schatten. +#| Zie §[-@sec-paarsgewijs] voor meer uitleg over deze figuur." +deze_wijziging |> + filter(!.data$cycle) |> + rename(alternative = "reference", reference = "alternative") |> + mutate( + old = .data$lower_confidence_limit, + lower_confidence_limit = -.data$upper_confidence_limit, + upper_confidence_limit = -.data$old + ) |> + bind_rows( + deze_wijziging |> + filter(!.data$cycle) + ) |> + mutate( + klasse = classification( + .data$lower_confidence_limit, + .data$upper_confidence_limit, + threshold = log(threshold) + ) + ) |> + ggplot(aes(x = alternative, y = reference, label = klasse)) + + geom_point(aes(colour = klasse), size = 3, show.legend = FALSE) + + scale_colour_manual(values = kleurgradient) + + geom_text( + aes(label = klasse), + hjust = 0.5, + vjust = 0.5, + colour = "white", + size = 2 + ) + + coord_fixed() + + theme( + axis.title.x = element_blank(), + axis.text.x = element_text(angle = 90, vjust = 0.5) + ) +``` + +## Analyse per driejaarlijkse cyclus {#sec-cyclus-{{label}}} + +Op basis van driejaarlijkse gegevens zien we gemiddeld `r trend_tekst(deze_lineair$tekst[deze_lineair$cycle])` `r deze_lineair$jaarlijks[deze_lineair$cycle]` per jaar of `r deze_lineair$looptijd[deze_lineair$cycle]` over de volledige looptijd van het meetnet. +`r dit_verschil$verschil[dit_verschil$cycle]` + +```{r} +#| label: fig-aantal-cyclus-{{label}} +#| fig.cap: "Evolutie van het gemodelleerde gemiddeld aantal waargenomen dieren +#| op een meetpunt voor {{species}} tijdens de referentieperiode. +#| Zie §[-@sec-onzekerheid] voor een verklaring van de intervallen." +#| warning: false +dit_aantal |> + filter(.data$cycle) |> + mutate( + sd = (.data$upper_confidence_limit - .data$lower_confidence_limit) / + 2 / + qnorm(0.95), + estimate = exp(.data$estimate) + ) -> cyclus_aantal +ggplot(cyclus_aantal, aes(x = year, y = estimate)) + + stat_fan(aes(link_sd = sd), link = "log", geom = "rect") + + scale_x_continuous(breaks = cyclus_aantal$year, labels = periode_labels) + + scale_y_continuous("gemiddeld aantal dieren per meetput", limits = c(0, NA)) + + theme(axis.title.x = element_blank()) +``` + +```{r} +#| label: fig-wijziging-cyclus-statisch-{{label}} +#| fig-cap: "Wijzigingen per driejarige cyclus voor {{species}}. +#| Zie §[-@sec-onzekerheid] voor een verklaring van de intervallen en +#| §[-@sec-trendklasse] voor uitleg over de referentielijnen." +#| warning: false +deze_wijziging |> + filter(.data$cycle, .data$reference == min(.data$reference)) |> + mutate( + sd = (.data$upper_confidence_limit - .data$lower_confidence_limit) / + 2 / + qnorm(0.95) + ) -> jaarlijks +change_breaks(n = 4, extra = c(log(threshold), -log(threshold)))( + c(jaarlijks$lcl, jaarlijks$ucl) +) -> deze_breaks +ggplot(jaarlijks, aes(x = alternative, y = estimate)) + + annotate( + geom = "rect", + xmin = -Inf, + xmax = Inf, + ymin = log(threshold), + ymax = -log(threshold), + alpha = 0.2, + fill = inbo_grijs + ) + + geom_hline(yintercept = 0) + + stat_fan(aes(link_sd = sd), geom = "rect") + + annotate( + geom = "text", + x = Inf, + y = 0, + hjust = 1, + vjust = -0.1, + label = "toestand in 2007-2009", + colour = inbo_hoofd + ) + + annotate( + geom = "text", + x = Inf, + y = log(threshold), + hjust = 1, + vjust = 1, + label = "belangrijke afname t.o.v. 2007-2009", + colour = inbo_hoofd + ) + + annotate( + geom = "text", + x = Inf, + y = -log(threshold), + hjust = 1, + vjust = 0, + label = "belangrijke toename t.o.v. 2007-2009", + colour = inbo_hoofd + ) + + theme(axis.title = element_blank()) + + scale_x_continuous(breaks = jaarlijks$alternative, labels = periode_labels) + + scale_y_continuous(breaks = deze_breaks, labels = change_labels) +``` + +```{r} +#| label: fig-wijziging-jaar-alles3-{{label}} +#| fig-cap: "Interpretatie van het verschil van een bepaalde periode (kolom) +#| t.o.v. een bepaald referentieperiode (rij) voor {{species}}. +#| Gebruik deze figuur om het verschil tussen twee jaren in te schatten. +#| Zie §[-@sec-paarsgewijs] voor meer uitleg over deze figuur." +deze_wijziging |> + filter(.data$cycle) |> + rename(alternative = .data$reference, reference = .data$alternative) |> + mutate( + old = .data$lower_confidence_limit, + lower_confidence_limit = -.data$upper_confidence_limit, + upper_confidence_limit = -.data$old + ) |> + bind_rows( + deze_wijziging |> + filter(.data$cycle) + ) |> + mutate( + klasse = classification( + .data$lower_confidence_limit, + .data$upper_confidence_limit, + threshold = log(threshold) + ) + ) |> + ggplot(aes(x = alternative, y = reference, label = klasse)) + + geom_point(aes(colour = klasse), size = 3, show.legend = FALSE) + + scale_x_continuous( + breaks = seq( + min(deze_wijziging$reference), + max(deze_wijziging$alternative), + by = 3 + ), + labels = periode_labels + ) + + scale_y_continuous( + "referentie", + breaks = seq( + min(deze_wijziging$reference), + max(deze_wijziging$alternative), + by = 3 + ), + labels = periode_labels + ) + + scale_colour_manual(values = kleurgradient) + + geom_text( + aes(label = klasse), + hjust = 0.5, + vjust = 0.5, + colour = "white", + size = 2 + ) + + coord_fixed() + + theme( + axis.title.x = element_blank(), + axis.text.x = element_text(angle = 90, vjust = 0.5) + ) +``` + +## Kenmerken van de gegevens + +```{r} +#| label: tbl-stratum-{{label}} +#| tbl-cap: Stratumgewicht, raming van het aantal hokken waarin de soort +#| aanwezig is, aantal relevante hokken voor de analyse, aantal onderzochte +#| hokken in het stratum, totaal aantal hokken van het stratum in +#| Vlaanderen, aantal bezoeken aan een meetpunt en het gemiddeld aandeel +#| relevante punten per hok voor {{species}} (zie §[-@sec-stratumgewicht]). +read_vc("effort", root = root) |> + distinct(.data$stratum, .data$location) |> + count(.data$stratum, name = "onderzocht") |> + inner_join( + read_vc("stratum", root = root) |> + select(stratum = "description", totaal = "n"), + by = "stratum" + ) |> + inner_join( + read_vc("stratum_weight", root = root) |> + semi_join(deze_analyse, by = "analysis"), + by = "stratum" + ) |> + transmute( + .data$stratum, + gewicht = sprintf("%.1f%%", 100 * .data$weight), + aanwezig = sprintf( + "%.2f", + .data$relevant * .data$totaal / .data$onderzocht + ), + .data$relevant, + .data$onderzocht, + .data$totaal, + bezoeken = .data$visits, + punten = sprintf( + "%.1f%%", + 100 * + ( + .data$points_1 / 6 + + .data$points_2 / 3 + + .data$points_3 / 2 + + .data$points_4 * 2 / 3 + + .data$points_5 * 5 / 6 + + .data$points_6 + ) / .data$relevant + ) + ) |> + arrange(desc(.data$gewicht)) |> + kable(align = "lrrrrrrr") +``` + +```{r} +#| label: tbl-hash-{{label}} +#| tbl-cap: "Data-hashes van de analyses in het kader van traceerbaarheid +#| (zie §[-@sec-traceerbaarheid])." +#| results: "asis" +deze_analyse |> + arrange(.data$cycle, .data$linear) |> + transmute( + frequentie = factor( + .data$cycle, + levels = c(TRUE, FALSE), + labels = c("driejaarlijks", "jaarlijks") + ), + model = ifelse(.data$linear, "lineair", "niet-lineair"), + analyse = str_replace(.data$analysis, "(.{20})", "\\1 "), + status = str_replace(.data$status_fingerprint, "(.{20})", "\\1 ") + ) |> + pandoc.table() +``` diff --git a/inst/interactive/trends.qmd b/inst/interactive/trends.qmd index e466458..aac0012 100644 --- a/inst/interactive/trends.qmd +++ b/inst/interactive/trends.qmd @@ -6,12 +6,7 @@ library(git2rdata) library(DT) library(tidyverse) threshold <- log(0.75) -if (interactive()) { - root <- file.path("..", "..", "..", "abv", "results") -} else { - root <- file.path("..", "..", "results") - this_species <- "{{species}}" -} +root <- system.file("results", package = "abvanalysis") read_vc("meta", root) |> filter(!.data$composite) |> select("speciesgroup", "cycle", "waic", "linear") |> @@ -37,8 +32,10 @@ read_vc("meta", root) |> slice_max(.data$year, n = 1) |> transmute(.data$analysis, looptijd = .data$year - 1), by = "analysis" - ) -> tmp -tmp |> + ) |> + group_by(.data$speciesgroup) |> + mutate(looptijd = max(.data$looptijd)) |> + ungroup() |> mutate( estimate = ifelse(.data$cycle, 1 / 3, 1) * .data$estimate, lower_confidence_limit = ifelse(.data$cycle, 1 / 3, 1) * @@ -50,7 +47,6 @@ tmp |> ucl = .data$upper_confidence_limit, percent = TRUE, link = "log", change = TRUE ), - looptijd = ifelse(.data$cycle, 3, 1) * .data$looptijd, klasse = classification( .data$lower_confidence_limit * .data$looptijd, .data$upper_confidence_limit * .data$looptijd, threshold = threshold @@ -100,11 +96,11 @@ trends |> escape = FALSE, filter = "bottom", rownames = NULL, options = list( language = list( - url = "//cdn.datatables.net/plug-ins/1.10.11/i18n/Dutch.json" + url = "https://cdn.datatables.net/plug-ins/1.10.11/i18n/Dutch.json" ), pageLength = 25 ) -) + ) ``` @@ -118,9 +114,9 @@ trends |> escape = FALSE, filter = "bottom", rownames = NULL, options = list( language = list( - url = "//cdn.datatables.net/plug-ins/1.10.11/i18n/Dutch.json" + url = "https://cdn.datatables.net/plug-ins/1.10.11/i18n/Dutch.json" ), pageLength = 25 ) -) + ) ``` diff --git a/inst/interactive/trends_pdf.qmd b/inst/interactive/trends_pdf.qmd new file mode 100644 index 0000000..8047618 --- /dev/null +++ b/inst/interactive/trends_pdf.qmd @@ -0,0 +1,176 @@ +# Overzicht van de trends + +```{r setup} +library(effectclass) +library(git2rdata) +library(tidyverse) +threshold <- log(0.75) +root <- system.file("results", package = "abvanalysis") +read_vc("meta", root) |> + filter(!.data$composite) |> + select("speciesgroup", "cycle", "waic", "linear") |> + pivot_wider(names_from = "linear", values_from = "waic") |> + transmute( + .data$speciesgroup, + .data$cycle, + interpretatie = (.data$`FALSE` - .data$`TRUE`) |> + cut( + breaks = c(-Inf, -2, 0, Inf), + labels = c("niet-lineair", "mogelijk niet-lineair", "lineair") + ) + ) |> + inner_join( + read_vc("meta", root) |> + filter(!.data$composite, .data$linear, .data$status == "converged") |> + select("speciesgroup", "cycle", "analysis"), + by = c("speciesgroup", "cycle") + ) |> + inner_join(read_vc("linear_trend", root), by = "analysis") |> + inner_join( + read_vc("linear_estimate", root) |> + group_by(.data$analysis) |> + slice_max(.data$year, n = 1) |> + transmute(.data$analysis, looptijd = .data$year - 1), + by = "analysis" + ) |> + group_by(.data$speciesgroup) |> + mutate(looptijd = max(.data$looptijd)) |> + ungroup() |> + mutate( + estimate = ifelse(.data$cycle, 1 / 3, 1) * .data$estimate, + lower_confidence_limit = ifelse(.data$cycle, 1 / 3, 1) * + .data$lower_confidence_limit, + upper_confidence_limit = ifelse(.data$cycle, 1 / 3, 1) * + .data$upper_confidence_limit, + jaarlijks = format_ci( + .data$estimate, + lcl = .data$lower_confidence_limit, + sign = TRUE, + ucl = .data$upper_confidence_limit, + percent = TRUE, + link = "log", + change = TRUE + ), + klasse = classification( + .data$lower_confidence_limit * .data$looptijd, + .data$upper_confidence_limit * .data$looptijd, + threshold = threshold + ), + across( + c("estimate", "lower_confidence_limit", "upper_confidence_limit"), + ~ .x * .data$looptijd + ), + looptijd = format_ci( + .data$estimate, + lcl = .data$lower_confidence_limit, + sign = TRUE, + ucl = .data$upper_confidence_limit, + percent = TRUE, + link = "log", + change = TRUE + ) + ) -> trends +``` + +@tbl-jaarlijkse-trends geeft een overzicht van de lineaire trends voor elke soort. +We hebben de trends gesorteerd volgens opdeling van de klassen (@sec-trendklasse) en binnen de klasse volgens puntschatting van de trend. +Hierdoor start de tabel met de soorten met de sterkste positieve trends. +Bij de volgende soorten zal de trend minder sterk worden tot we aan de soorten met een stabiele trend komen. +Daarna volgen de soorten met een negatieve trend waarbij de trend steeds sterker negatief wordt. +We sluiten de tabel af met de soorten met een mogelijke of onduidelijke trend. +De tabel bevat de trend uitgedrukt als een jaarlijkse wijziging en als een wijziging over de volledige looptijd van het meetnet. +Verder bevat de tabel de opdeling van de trend in klassen en een indicatie of de trend al dan niet lineair (@sec-lineairetrend) is. +De naam van de soort is een snelkoppeling naar de detail van de soort zelf. +We raden aan om hiervan gebruik te maken bij de interpretatie van niet-lineaire trends. + +```{r} +#| label: tbl-jaarlijkse-trends +#| tbl-cap: Gemiddelde wijziging in veronderstelling van een lineaire trend +#| gebaseerd op jaarlijkse gegevens. +#| results: asis +trends |> + filter(!.data$cycle) |> + arrange(.data$klasse, desc(.data$estimate)) |> + transmute( + lijn = tolower(.data$speciesgroup) |> + str_replace_all(" ", "-") |> + str_remove_all("'") |> + sprintf( + fmt = "\\hyperref[sec-jaar-%s]{%s} & %s & %s & %s & %s \\\\", + .data$speciesgroup, + format(.data$klasse, type = "ascii") |> + sprintf(fmt = "\\texttt{%s}"), + .data$interpretatie, + .data$jaarlijks, + .data$looptijd + ) + ) |> + pull(.data$lijn) |> + str_replace_all("%", "\\\\%") |> + str_replace_all("~", "\\\\textasciitilde") |> + paste(collapse = "\n") |> + sprintf( + fmt = paste( + "\\begin{table}", + "\\begin{footnotesize}", + "\\begin{longtable}{p{31mm}ccp{37mm}p{37mm}}", + "\\hline", + "soort & klasse & interpretatie & jaarlijkse wijziging &", + "wijziging over de looptijd \\\\", + "\\hline", + "%s", + "\\hline", + "\\end{longtable}", + "\\end{footnotesize}", + "\\end{table}", + sep = "\n" + ) + ) |> + cat() +``` + + +```{r tbl-driejaarlijkse-trends} +#| tbl-cap: Gemiddelde wijziging in veronderstelling van een lineaire trend +#| gebaseerd op driejaarlijkse gegevens. +#| results: "asis" +trends |> + filter(.data$cycle) |> + arrange(.data$klasse, desc(.data$estimate)) |> + transmute( + lijn = tolower(.data$speciesgroup) |> + str_replace_all(" ", "-") |> + str_remove_all("'") |> + sprintf( + fmt = "\\hyperref[sec-jaar-%s]{%s} & %s & %s & %s & %s \\\\", + .data$speciesgroup, + format(.data$klasse, type = "ascii") |> + sprintf(fmt = "\\texttt{%s}"), + .data$interpretatie, + .data$jaarlijks, + .data$looptijd + ) + ) |> + pull(.data$lijn) |> + str_replace_all("%", "\\\\%") |> + str_replace_all("~", "\\\\textasciitilde") |> + paste(collapse = "\n") |> + sprintf( + fmt = paste( + "\\begin{table}", + "\\begin{footnotesize}", + "\\begin{longtable}{p{31mm}ccp{37mm}p{37mm}}", + "\\hline", + "soort & klasse & interpretatie & jaarlijkse wijziging &", + "wijziging over de looptijd \\\\", + "\\hline", + "%s", + "\\hline", + "\\end{longtable}", + "\\end{footnotesize}", + "\\end{table}", + sep = "\n" + ) + ) |> + cat() +``` diff --git a/inst/interactive/vbp_species.qmd b/inst/interactive/vbp_species.qmd new file mode 100644 index 0000000..2496f53 --- /dev/null +++ b/inst/interactive/vbp_species.qmd @@ -0,0 +1,390 @@ +--- +knitr: + opts_chunk: + echo: false + message: false + warning: false + dev: svg +lang: nl-BE +format: + html: + embed-resources: true +--- + +```{r setup} +library(effectclass) +library(git2rdata) +library(INBOtheme) +library(tidyverse) +library(knitr) +conflicted::conflicts_prefer(dplyr::filter, effectclass::class_labels) +opts_chunk$set(dev = "svg", echo = FALSE, message = FALSE) +root <- system.file("results", package = "abvanalysis") +if (interactive()) { + read_vc("meta", root) |> + filter(!.data$composite, .data$status == "converged") |> + slice_sample(n = 1) -> this + this_species <- this$speciesgroup + doi <- "https://doi.org/10.21436/inbor.141312967" +} else { + this_species <- "{{species}}" + doi <- "{{doi}}" +} +threshold <- log(0.75) +trend_tekst <- function(x) { + if (x == "stabiel") { + return("een stabiele toestand. De trend blijft beperkt tot") + } + if (x == "onduidelijk") { + return("een onduidelijke toestand. De geschatte trend bedraagt") + } + paste("een", x, "met") +} +``` + +```{r load-data} +read_vc("meta", root) |> + filter(.data$speciesgroup == this_species) |> + select("analysis", "cycle", "linear", "status_fingerprint", "waic") -> meta +paste0( + "Evolutie van het gemodelleerde gemiddeld aantal waargenomen dieren op een ", + "meetpunt per jaar voor %s tijdens de referentieperiode. ", + "De band geeft het [90%% geloofwaardigheidsinterval]", + "({{url}}/methodologie/voorstelling.html#sec-onzekerheid){target=\"_blank\"}", + " in stappen van 5%%." +) |> + sprintf(as.character(this_species)) -> caption_year_estimate +paste0( + "Evolutie van het gemodelleerde gemiddeld aantal waargenomen dieren op een ", + "meetpunt per driejarige cyclus voor %s tijdens de referentieperiode. ", + "De band geeft het [90%% geloofwaardigheidsinterval]", + "({{url}}/methodologie/voorstelling.html#sec-onzekerheid){target=\"_blank\"}", + " in stappen van 5%%." +) |> + sprintf(as.character(this_species)) -> caption_cycle_estimate +paste0( + "Wijzigingen tussen jaren voor %s. ", + "De band geeft het [90%% geloofwaardigheidsinterval]", + "({{url}}/methodologie/voorstelling.html#sec-onzekerheid){target=\"_blank\"}", + " in stappen van 5%%. ", + "De [referentielijnen]", + "({{url}}/methodologie/voorstelling.html#sec-trendklasse)", + "{target=\"_blank\"} ", + "zorgen voor de opdeling van de wijzigingen in [klassen]", + "({{url}}/methodologie/voorstelling.html#sec-trendklasse){target=\"_blank\"}." +) |> + sprintf(as.character(this_species)) -> caption_year_index +paste0( + "Wijzigingen tussen driejarige cycli voor %s. ", + "De band geeft het [90%% geloofwaardigheidsinterval]", + "({{url}}/methodologie/voorstelling.html#sec-onzekerheid){target=\"_blank\"}", + " in stappen van 5%%. ", + "De [referentielijnen]", + "({{url}}/methodologie/voorstelling.html#sec-trendklasse){target=\"_blank\"}", + " zorgen voor de opdeling van de wijzigingen in [klassen]", + "({{url}}/methodologie/voorstelling.html#sec-trendklasse){target=\"_blank\"}." +) |> + sprintf(as.character(this_species)) -> caption_cycle_index +meta |> + select("cycle", "linear", "waic") |> + pivot_wider(names_from = "linear", values_from = "waic") |> + transmute( + .data$cycle, + interpretatie = (.data$`FALSE` - .data$`TRUE`) |> + cut( + breaks = c(-Inf, -2, 0, Inf), + labels = c("niet-lineair", "mogelijk niet-lineair", "lineair") + ) + ) -> interpretatie +meta |> + filter(!.data$cycle) |> + semi_join(x = read_vc("linear_estimate", root), by = "analysis") |> + tail(-1) |> + nrow() -> looptijd +meta |> + filter(!.data$cycle) |> + semi_join(x = read_vc("linear_trend", root), by = "analysis") |> + transmute( + tekst = classification( + .data$lower_confidence_limit * looptijd, + .data$upper_confidence_limit * looptijd, + threshold = threshold + ), + tekst = class_labels(lang = "nl")[.data$tekst], + jaarlijks = format_ci( + .data$estimate, + lcl = .data$lower_confidence_limit, + sign = TRUE, + ucl = .data$upper_confidence_limit, + percent = TRUE, + link = "log", + change = TRUE + ), + looptijd = format_ci( + looptijd * .data$estimate, + lcl = looptijd * .data$lower_confidence_limit, + ucl = looptijd * .data$upper_confidence_limit, + percent = TRUE, + sign = TRUE, + link = "log", + change = TRUE + ) + ) -> trend_year +meta |> + filter(.data$cycle) |> + semi_join(x = read_vc("linear_trend", root), by = "analysis") |> + transmute( + tekst = classification( + .data$lower_confidence_limit * looptijd / 3, + .data$upper_confidence_limit * looptijd / 3, + threshold = threshold + ), + tekst = class_labels(lang = "nl")[.data$tekst], + jaarlijks = format_ci( + .data$estimate / 3, + lcl = .data$lower_confidence_limit / 3, + sign = TRUE, + ucl = .data$upper_confidence_limit / 3, + percent = TRUE, + link = "log", + change = TRUE + ), + looptijd = format_ci( + looptijd * .data$estimate / 3, + sign = TRUE, + link = "log", + change = TRUE, + lcl = looptijd * .data$lower_confidence_limit / 3, + ucl = looptijd * .data$upper_confidence_limit / 3, + percent = TRUE + ) + ) -> trend_cycle +``` + +Onderstaande grafieken zijn als [interactieve grafieken]({{url}}/soort/{{label}}.html){target="_blank"} beschikbaar in de online versie het [rapport]({{url}}){target="_blank"} over de toestand van de Algemene Broedvogels in Vlaanderen. +In die versie kan je tevens het nodige cijfermateriaal [downloaden]({{url}}/methodologie/reproduceerbaarheid.html#downloadbaar-cijfermateriaal){target="_blank"} om deze figuren te reproduceren. + +## Analyse per jaar + +Op basis van jaarlijkse gegevens zien we gemiddeld `r trend_tekst(trend_year$tekst)` `r trend_year$jaarlijks` per jaar of `r trend_year$looptijd` over de volledige looptijd van het meetnet. +Deze trend is `r interpretatie$interpretatie[!interpretatie$cycle]`. + +```{r fig-year-estimate} +#| fig-cap: !expr caption_year_estimate +meta |> + filter(!.data$cycle) |> + semi_join(x = read_vc("estimate", root), by = "analysis") |> + transmute( + .data$year, + .data$upper_confidence_limit, + display = format_ci( + .data$estimate, + lcl = .data$lower_confidence_limit, + ucl = .data$upper_confidence_limit, + link = "log" + ) |> + sprintf(fmt = "%2$i: %1$s", .data$year), + estimate = exp(.data$estimate), + sd = .data$upper_confidence_limit - .data$lower_confidence_limit, + sd = .data$sd / 2 / qnorm(0.95) + ) -> estimate_year +ggplot(estimate_year, aes(x = year, y = estimate)) + + annotate( + geom = "text", + x = -Inf, + y = -Inf, + label = doi, + hjust = 0, + vjust = 0, + colour = inbo_hoofd, + size = 2 + ) + + stat_fan(aes(link_sd = sd), link = "log") + + scale_y_continuous( + "gemiddeld aantal dieren per meetpunt", + limits = c(0, 1.1 * exp(max(estimate_year$upper_confidence_limit))) + ) + + theme(axis.title.x = element_blank()) + + ggtitle(this_species) +``` + +```{r fig-year-change} +#| warning: false +#| fig-cap: !expr caption_year_index +meta |> + filter(!.data$cycle) |> + semi_join(x = read_vc("index", root), by = "analysis") |> + filter(.data$reference == min(.data$reference)) |> + mutate( + sd = (.data$upper_confidence_limit - .data$lower_confidence_limit) / + diff(qnorm(c(0.025, 0.975))), + ) -> nadien +change_breaks(n = 4, extra = c(threshold, -threshold))( + c(nadien$lower_confidence_limit, nadien$upper_confidence_limit) +) -> deze_breaks +ggplot(nadien, aes(x = alternative, y = estimate)) + + annotate( + geom = "text", + x = -Inf, + y = -Inf, + label = doi, + hjust = 0, + vjust = 0, + colour = inbo_hoofd, + size = 2 + ) + + annotate( + geom = "rect", + xmin = -Inf, + xmax = Inf, + ymin = threshold, + ymax = -threshold, + alpha = 0.2, + fill = inbo_grijs + ) + + geom_hline(yintercept = 0) + + stat_fan(aes(link_sd = sd), geom = "rect") + + annotate( + geom = "text", + x = Inf, + y = 0, + hjust = 1, + vjust = -0.1, + label = "toestand in 2007", + colour = inbo_hoofd + ) + + annotate( + geom = "text", + x = Inf, + y = threshold, + hjust = 1, + vjust = 1, + label = "belangrijke afname t.o.v. 2007", + colour = inbo_hoofd + ) + + annotate( + geom = "text", + x = Inf, + y = -threshold, + hjust = 1, + vjust = 0, + label = "belangrijke toename t.o.v. 2007", + colour = inbo_hoofd + ) + + theme(axis.title = element_blank()) + + scale_y_continuous(breaks = deze_breaks, labels = change_labels) + + ggtitle(this_species) +``` + +## Analyse per driejarige cyclus + +Op basis van jaarlijkse gegevens zien we gemiddeld `r trend_tekst(trend_cycle$tekst)` `r trend_cycle$jaarlijks` per jaar of `r trend_cycle$looptijd` over de volledige looptijd van het meetnet. +Deze trend is `r interpretatie$interpretatie[interpretatie$cycle]`. + +```{r fig-cycle-estimate} +#| fig-cap: !expr caption_cycle_estimate +meta |> + filter(.data$cycle) |> + semi_join(x = read_vc("estimate", root), by = "analysis") |> + transmute( + .data$year, + .data$upper_confidence_limit, + estimate = exp(.data$estimate), + sd = (.data$upper_confidence_limit - .data$lower_confidence_limit) / + diff(qnorm(c(0.025, 0.975))) + ) -> estimate_cycle +ggplot(estimate_cycle, aes(x = year, y = estimate)) + + annotate( + geom = "text", + x = -Inf, + y = -Inf, + label = doi, + hjust = 0, + vjust = 0, + colour = inbo_hoofd, + size = 2 + ) + + stat_fan(aes(link_sd = sd), link = "log") + + scale_x_continuous( + breaks = estimate_cycle$year, + labels = ~ paste(.x, .x + 2, sep = "-") + ) + + scale_y_continuous( + "gemiddeld aantal dieren per meetpunt", + limits = c(0, 1.1 * exp(max(estimate_cycle$upper_confidence_limit))) + ) + + theme(axis.title.x = element_blank()) + + ggtitle(this_species) +``` + +```{r fig-cycle-change} +#| warning: false +#| fig-cap: !expr caption_cycle_index +meta |> + filter(.data$cycle) |> + semi_join(x = read_vc("index", root), by = "analysis") |> + filter(.data$reference == min(.data$reference)) |> + mutate( + sd = (.data$upper_confidence_limit - .data$lower_confidence_limit) / + diff(qnorm(c(0.025, 0.975))), + ) -> nadien +change_breaks(n = 4, extra = c(threshold, -threshold))( + c(nadien$lower_confidence_limit, nadien$upper_confidence_limit) +) -> deze_breaks +ggplot(nadien, aes(x = alternative, y = estimate)) + + annotate( + geom = "text", + x = -Inf, + y = -Inf, + label = doi, + hjust = 0, + vjust = 0, + colour = inbo_hoofd, + size = 2 + ) + + annotate( + geom = "rect", + xmin = -Inf, + xmax = Inf, + ymin = threshold, + ymax = -threshold, + alpha = 0.2, + fill = inbo_grijs + ) + + geom_hline(yintercept = 0) + + stat_fan(aes(link_sd = sd), geom = "rect") + + annotate( + geom = "text", + x = Inf, + y = 0, + hjust = 1, + vjust = -0.1, + label = "toestand in 2007-2009", + colour = inbo_hoofd + ) + + annotate( + geom = "text", + x = Inf, + y = threshold, + hjust = 1, + vjust = 1, + label = "belangrijke afname t.o.v. 2007-2009", + colour = inbo_hoofd + ) + + annotate( + geom = "text", + x = Inf, + y = -threshold, + hjust = 1, + vjust = 0, + label = "belangrijke toename t.o.v. 2007-2009", + colour = inbo_hoofd + ) + + theme(axis.title = element_blank()) + + scale_x_continuous( + breaks = nadien$alternative, + labels = ~ paste(.x, .x + 2, sep = "-") + ) + + scale_y_continuous(breaks = deze_breaks, labels = change_labels) + + ggtitle(this_species) +``` diff --git a/inst/nl_be.dic b/inst/nl_be.dic index 7848b42..1b5af95 100644 --- a/inst/nl_be.dic +++ b/inst/nl_be.dic @@ -7,6 +7,7 @@ INLA Natuur- R-script SHA-1 +Saxicola Soerink Vildaphoto Waarderingkaart @@ -24,4 +25,5 @@ nulwaarnemingen rechteras referentiejaartal rekenbladprogramma +rubicola zestientallig diff --git a/inst/results/composite_index.tsv b/inst/results/composite_index.tsv index f4cfdbd..555cffa 100644 --- a/inst/results/composite_index.tsv +++ b/inst/results/composite_index.tsv @@ -1,1058 +1,1345 @@ analysis reference alternative estimate lower_confidence_limit upper_confidence_limit -15 2007 2010 0.0116 -0.0096 0.0328 -15 2007 2013 -0.0144 -0.0393 0.0104 -15 2007 2016 -0.0209 -0.0468 0.005 -15 2007 2019 -0.0619 -0.0911 -0.0328 -15 2007 2022 -0.085 -0.1202 -0.0498 -15 2010 2013 -0.0261 -0.0475 -0.0046 -15 2010 2016 -0.0325 -0.0562 -0.0088 -15 2010 2019 -0.0735 -0.1019 -0.0451 -15 2010 2022 -0.0966 -0.1316 -0.0616 -15 2013 2016 -0.0064 -0.0281 0.0152 -15 2013 2019 -0.0475 -0.0743 -0.0206 -15 2013 2022 -0.0706 -0.104 -0.0371 -15 2016 2019 -0.0411 -0.0649 -0.0172 -15 2016 2022 -0.0641 -0.0966 -0.0317 -15 2019 2022 -0.0231 -0.0489 0.0027 -16 2007 2008 0.0173 -0.0026 0.0372 -16 2007 2009 0.0126 -0.0113 0.0365 -16 2007 2010 0.0179 -0.0066 0.0424 -16 2007 2011 0.0313 0.005 0.0577 -16 2007 2012 0.0476 0.0205 0.0747 -16 2007 2013 0.0025 -0.0247 0.0298 -16 2007 2014 -0.0355 -0.0635 -0.0075 -16 2007 2015 -0.0133 -0.0416 0.0149 -16 2007 2016 -0.0367 -0.0645 -0.0088 -16 2007 2017 -0.063 -0.0916 -0.0344 -16 2007 2018 -0.0602 -0.0893 -0.0311 -16 2007 2019 -0.0801 -0.1092 -0.0509 -16 2007 2020 -0.088 -0.1182 -0.0578 -16 2007 2021 -0.0913 -0.1216 -0.061 -16 2007 2022 -0.1142 -0.1458 -0.0826 -16 2007 2023 -0.1221 -0.1561 -0.0881 -16 2008 2009 -0.0047 -0.0243 0.0148 -16 2008 2010 6e-04 -0.0218 0.0229 -16 2008 2011 0.014 -0.0096 0.0376 -16 2008 2012 0.0302 0.0051 0.0554 -16 2008 2013 -0.0148 -0.0406 0.011 -16 2008 2014 -0.0528 -0.0788 -0.0268 -16 2008 2015 -0.0307 -0.0571 -0.0042 -16 2008 2016 -0.054 -0.0805 -0.0275 -16 2008 2017 -0.0803 -0.107 -0.0536 -16 2008 2018 -0.0775 -0.1052 -0.0498 -16 2008 2019 -0.0974 -0.1254 -0.0694 -16 2008 2020 -0.1053 -0.1341 -0.0766 -16 2008 2021 -0.1086 -0.1378 -0.0795 -16 2008 2022 -0.1315 -0.1623 -0.1008 -16 2008 2023 -0.1395 -0.1724 -0.1066 -16 2009 2010 0.0053 -0.0142 0.0248 -16 2009 2011 0.0188 -0.0044 0.0419 -16 2009 2012 0.0349 0.0106 0.0593 -16 2009 2013 -0.0101 -0.0359 0.0157 -16 2009 2014 -0.0481 -0.0745 -0.0217 -16 2009 2015 -0.0259 -0.0522 3e-04 -16 2009 2016 -0.0493 -0.0758 -0.0228 -16 2009 2017 -0.0756 -0.1026 -0.0487 -16 2009 2018 -0.0728 -0.1001 -0.0455 -16 2009 2019 -0.0927 -0.1208 -0.0646 -16 2009 2020 -0.1006 -0.1296 -0.0717 -16 2009 2021 -0.1039 -0.1329 -0.0749 -16 2009 2022 -0.1268 -0.1577 -0.0959 -16 2009 2023 -0.1347 -0.168 -0.1015 -16 2010 2011 0.0134 -0.006 0.0328 -16 2010 2012 0.0296 0.0068 0.0525 -16 2010 2013 -0.0154 -0.0393 0.0085 -16 2010 2014 -0.0534 -0.0787 -0.0281 -16 2010 2015 -0.0313 -0.057 -0.0055 -16 2010 2016 -0.0546 -0.0801 -0.0291 -16 2010 2017 -0.0809 -0.1074 -0.0544 -16 2010 2018 -0.0781 -0.1051 -0.0512 -16 2010 2019 -0.098 -0.1253 -0.0708 -16 2010 2020 -0.106 -0.1345 -0.0774 -16 2010 2021 -0.1092 -0.138 -0.0805 -16 2010 2022 -0.1322 -0.1624 -0.1019 -16 2010 2023 -0.1401 -0.1729 -0.1072 -16 2011 2012 0.0162 -0.0036 0.0361 -16 2011 2013 -0.0288 -0.0517 -0.0059 -16 2011 2014 -0.0668 -0.0912 -0.0424 -16 2011 2015 -0.0447 -0.0699 -0.0194 -16 2011 2016 -0.068 -0.0937 -0.0424 -16 2011 2017 -0.0943 -0.1204 -0.0683 -16 2011 2018 -0.0915 -0.1185 -0.0646 -16 2011 2019 -0.1114 -0.1389 -0.0839 -16 2011 2020 -0.1194 -0.1478 -0.0909 -16 2011 2021 -0.1226 -0.1516 -0.0937 -16 2011 2022 -0.1456 -0.1762 -0.1149 -16 2011 2023 -0.1535 -0.1863 -0.1206 -16 2012 2013 -0.045 -0.0648 -0.0252 -16 2012 2014 -0.083 -0.1062 -0.0599 -16 2012 2015 -0.0609 -0.0849 -0.0369 -16 2012 2016 -0.0843 -0.1096 -0.059 -16 2012 2017 -0.1106 -0.1367 -0.0845 -16 2012 2018 -0.1078 -0.1342 -0.0814 -16 2012 2019 -0.1276 -0.1551 -0.1002 -16 2012 2020 -0.1356 -0.1643 -0.1069 -16 2012 2021 -0.1389 -0.1674 -0.1103 -16 2012 2022 -0.1618 -0.1925 -0.1311 -16 2012 2023 -0.1697 -0.2026 -0.1368 -16 2013 2014 -0.038 -0.0579 -0.0181 -16 2013 2015 -0.0159 -0.039 0.0073 -16 2013 2016 -0.0392 -0.0635 -0.015 -16 2013 2017 -0.0655 -0.0915 -0.0396 -16 2013 2018 -0.0628 -0.0894 -0.0361 -16 2013 2019 -0.0826 -0.1097 -0.0556 -16 2013 2020 -0.0905 -0.1193 -0.0618 -16 2013 2021 -0.0938 -0.1228 -0.0648 -16 2013 2022 -0.1168 -0.147 -0.0865 -16 2013 2023 -0.1247 -0.1576 -0.0917 -16 2014 2015 0.0222 0.0021 0.0422 -16 2014 2016 -0.0012 -0.0247 0.0223 -16 2014 2017 -0.0276 -0.0522 -0.0029 -16 2014 2018 -0.0248 -0.051 0.0015 -16 2014 2019 -0.0446 -0.0718 -0.0174 -16 2014 2020 -0.0525 -0.0807 -0.0244 -16 2014 2021 -0.0558 -0.0844 -0.0273 -16 2014 2022 -0.0787 -0.1089 -0.0485 -16 2014 2023 -0.0867 -0.1188 -0.0546 -16 2015 2016 -0.0234 -0.0435 -0.0033 -16 2015 2017 -0.0497 -0.0734 -0.0259 -16 2015 2018 -0.0469 -0.0719 -0.0219 -16 2015 2019 -0.0668 -0.0932 -0.0403 -16 2015 2020 -0.0747 -0.1027 -0.0467 -16 2015 2021 -0.078 -0.1061 -0.0499 -16 2015 2022 -0.1009 -0.131 -0.0708 -16 2015 2023 -0.1088 -0.1413 -0.0764 -16 2016 2017 -0.0263 -0.0461 -0.0066 -16 2016 2018 -0.0235 -0.047 -1e-04 -16 2016 2019 -0.0434 -0.0684 -0.0184 -16 2016 2020 -0.0513 -0.0784 -0.0242 -16 2016 2021 -0.0546 -0.0823 -0.0269 -16 2016 2022 -0.0775 -0.1068 -0.0483 -16 2016 2023 -0.0855 -0.1174 -0.0535 -16 2017 2018 0.0028 -0.0173 0.0228 -16 2017 2019 -0.0171 -0.0412 0.007 -16 2017 2020 -0.025 -0.0509 8e-04 -16 2017 2021 -0.0283 -0.0553 -0.0013 -16 2017 2022 -0.0512 -0.0804 -0.022 -16 2017 2023 -0.0591 -0.0903 -0.0279 -16 2018 2019 -0.0199 -0.0403 6e-04 -16 2018 2020 -0.0278 -0.0525 -0.0031 -16 2018 2021 -0.0311 -0.0568 -0.0054 -16 2018 2022 -0.054 -0.0827 -0.0253 -16 2018 2023 -0.0619 -0.0933 -0.0305 -16 2019 2020 -0.0079 -0.0287 0.0129 -16 2019 2021 -0.0112 -0.0354 0.013 -16 2019 2022 -0.0341 -0.0612 -0.0071 -16 2019 2023 -0.042 -0.0725 -0.0115 -16 2020 2021 -0.0033 -0.024 0.0174 -16 2020 2022 -0.0262 -0.0519 -5e-04 -16 2020 2023 -0.0341 -0.0629 -0.0053 -16 2021 2022 -0.0229 -0.0442 -0.0016 -16 2021 2023 -0.0308 -0.0572 -0.0045 -16 2022 2023 -0.0079 -0.0301 0.0143 -17 2007 2008 -0.0246 -0.072 0.0227 -17 2007 2009 -0.0541 -0.1099 0.0017 -17 2007 2010 -0.058 -0.11 -0.006 -17 2007 2011 -0.0556 -0.113 0.0018 -17 2007 2012 -0.0596 -0.1187 -5e-04 -17 2007 2013 -0.1391 -0.1966 -0.0817 -17 2007 2014 -0.2297 -0.291 -0.1685 -17 2007 2015 -0.1993 -0.2605 -0.1381 -17 2007 2016 -0.2013 -0.2601 -0.1425 -17 2007 2017 -0.2535 -0.3136 -0.1934 -17 2007 2018 -0.2348 -0.2957 -0.1739 -17 2007 2019 -0.2414 -0.3011 -0.1817 -17 2007 2020 -0.2382 -0.3005 -0.1759 -17 2007 2021 -0.2403 -0.3024 -0.1783 -17 2007 2022 -0.35 -0.4158 -0.2841 -17 2007 2023 -0.3432 -0.413 -0.2735 -17 2008 2009 -0.0295 -0.0774 0.0184 -17 2008 2010 -0.0334 -0.0848 0.0181 -17 2008 2011 -0.031 -0.0847 0.0228 -17 2008 2012 -0.035 -0.0928 0.0229 -17 2008 2013 -0.1145 -0.173 -0.056 -17 2008 2014 -0.2051 -0.2644 -0.1459 -17 2008 2015 -0.1747 -0.2344 -0.1149 -17 2008 2016 -0.1767 -0.2347 -0.1186 -17 2008 2017 -0.2289 -0.2857 -0.1721 -17 2008 2018 -0.2101 -0.27 -0.1503 -17 2008 2019 -0.2168 -0.276 -0.1575 -17 2008 2020 -0.2136 -0.2735 -0.1537 -17 2008 2021 -0.2157 -0.2757 -0.1557 -17 2008 2022 -0.3253 -0.3904 -0.2603 -17 2008 2023 -0.3186 -0.3859 -0.2513 -17 2009 2010 -0.0039 -0.0519 0.0441 -17 2009 2011 -0.0015 -0.0572 0.0542 -17 2009 2012 -0.0055 -0.0629 0.0519 -17 2009 2013 -0.085 -0.1448 -0.0252 -17 2009 2014 -0.1757 -0.2375 -0.1138 -17 2009 2015 -0.1452 -0.2052 -0.0852 -17 2009 2016 -0.1472 -0.2067 -0.0877 -17 2009 2017 -0.1994 -0.259 -0.1399 -17 2009 2018 -0.1807 -0.241 -0.1203 -17 2009 2019 -0.1873 -0.2487 -0.1259 -17 2009 2020 -0.1841 -0.2468 -0.1214 -17 2009 2021 -0.1863 -0.2477 -0.1248 -17 2009 2022 -0.2959 -0.3625 -0.2293 -17 2009 2023 -0.2891 -0.3596 -0.2187 -17 2010 2011 0.0024 -0.0448 0.0496 -17 2010 2012 -0.0016 -0.055 0.0518 -17 2010 2013 -0.0811 -0.1341 -0.0282 -17 2010 2014 -0.1718 -0.2292 -0.1144 -17 2010 2015 -0.1413 -0.1989 -0.0837 -17 2010 2016 -0.1433 -0.1987 -0.0879 -17 2010 2017 -0.1955 -0.2524 -0.1387 -17 2010 2018 -0.1768 -0.2345 -0.1191 -17 2010 2019 -0.1834 -0.2404 -0.1264 -17 2010 2020 -0.1802 -0.2403 -0.1202 -17 2010 2021 -0.1824 -0.2413 -0.1234 -17 2010 2022 -0.292 -0.3546 -0.2293 -17 2010 2023 -0.2853 -0.3522 -0.2183 -17 2011 2012 -0.004 -0.0535 0.0455 -17 2011 2013 -0.0835 -0.1379 -0.0291 -17 2011 2014 -0.1741 -0.2315 -0.1168 -17 2011 2015 -0.1437 -0.2027 -0.0847 -17 2011 2016 -0.1457 -0.2038 -0.0876 -17 2011 2017 -0.1979 -0.255 -0.1409 -17 2011 2018 -0.1792 -0.2388 -0.1195 -17 2011 2019 -0.1858 -0.245 -0.1266 -17 2011 2020 -0.1826 -0.2424 -0.1228 -17 2011 2021 -0.1848 -0.245 -0.1245 -17 2011 2022 -0.2944 -0.3591 -0.2297 -17 2011 2023 -0.2876 -0.3553 -0.22 -17 2012 2013 -0.0795 -0.1285 -0.0305 -17 2012 2014 -0.1702 -0.2266 -0.1137 -17 2012 2015 -0.1397 -0.1965 -0.0829 -17 2012 2016 -0.1417 -0.2009 -0.0826 -17 2012 2017 -0.1939 -0.253 -0.1348 -17 2012 2018 -0.1752 -0.2335 -0.1168 -17 2012 2019 -0.1818 -0.2419 -0.1218 -17 2012 2020 -0.1786 -0.2407 -0.1165 -17 2012 2021 -0.1808 -0.2404 -0.1211 -17 2012 2022 -0.2904 -0.3575 -0.2232 -17 2012 2023 -0.2836 -0.3529 -0.2144 -17 2013 2014 -0.0906 -0.1396 -0.0416 -17 2013 2015 -0.0602 -0.1154 -0.0049 -17 2013 2016 -0.0622 -0.118 -0.0064 -17 2013 2017 -0.1144 -0.1725 -0.0563 -17 2013 2018 -0.0956 -0.1544 -0.0369 -17 2013 2019 -0.1023 -0.1606 -0.0439 -17 2013 2020 -0.0991 -0.1612 -0.037 -17 2013 2021 -0.1012 -0.1622 -0.0403 -17 2013 2022 -0.2108 -0.2753 -0.1464 -17 2013 2023 -0.2041 -0.2725 -0.1358 -17 2014 2015 0.0305 -0.0196 0.0805 -17 2014 2016 0.0284 -0.0285 0.0854 -17 2014 2017 -0.0238 -0.0803 0.0327 -17 2014 2018 -0.005 -0.0643 0.0543 -17 2014 2019 -0.0117 -0.072 0.0487 -17 2014 2020 -0.0085 -0.0704 0.0535 -17 2014 2021 -0.0106 -0.0725 0.0513 -17 2014 2022 -0.1202 -0.1867 -0.0538 -17 2014 2023 -0.1135 -0.1813 -0.0457 -17 2015 2016 -0.002 -0.0512 0.0471 -17 2015 2017 -0.0542 -0.1095 0.001 -17 2015 2018 -0.0355 -0.0922 0.0212 -17 2015 2019 -0.0421 -0.1011 0.0168 -17 2015 2020 -0.0389 -0.1011 0.0232 -17 2015 2021 -0.0411 -0.1015 0.0194 -17 2015 2022 -0.1507 -0.217 -0.0844 -17 2015 2023 -0.144 -0.2128 -0.0751 -17 2016 2017 -0.0522 -0.1004 -0.004 -17 2016 2018 -0.0334 -0.0893 0.0224 -17 2016 2019 -0.0401 -0.0958 0.0157 -17 2016 2020 -0.0369 -0.0966 0.0228 -17 2016 2021 -0.039 -0.0993 0.0213 -17 2016 2022 -0.1487 -0.2118 -0.0855 -17 2016 2023 -0.1419 -0.2096 -0.0743 -17 2017 2018 0.0188 -0.0303 0.0678 -17 2017 2019 0.0121 -0.0428 0.067 -17 2017 2020 0.0153 -0.0414 0.0721 -17 2017 2021 0.0132 -0.0457 0.0721 -17 2017 2022 -0.0964 -0.1602 -0.0326 -17 2017 2023 -0.0897 -0.1556 -0.0239 -17 2018 2019 -0.0066 -0.0554 0.0421 -17 2018 2020 -0.0034 -0.0609 0.0541 -17 2018 2021 -0.0056 -0.0623 0.0511 -17 2018 2022 -0.1152 -0.1794 -0.051 -17 2018 2023 -0.1085 -0.1761 -0.0408 -17 2019 2020 0.0032 -0.0473 0.0537 -17 2019 2021 0.0011 -0.0541 0.0563 -17 2019 2022 -0.1086 -0.1696 -0.0476 -17 2019 2023 -0.1018 -0.1681 -0.0356 -17 2020 2021 -0.0021 -0.053 0.0487 -17 2020 2022 -0.1118 -0.1731 -0.0505 -17 2020 2023 -0.105 -0.1698 -0.0403 -17 2021 2022 -0.1096 -0.1631 -0.0561 -17 2021 2023 -0.1029 -0.1647 -0.0411 -17 2022 2023 0.0067 -0.049 0.0624 -18 2007 2010 0.0495 0.035 0.064 -18 2007 2013 0.0249 0.0088 0.0409 -18 2007 2016 -0.0082 -0.0246 0.0081 -18 2007 2019 -0.03 -0.0472 -0.0127 -18 2007 2022 -0.0077 -0.028 0.0125 -18 2010 2013 -0.0246 -0.0396 -0.0097 -18 2010 2016 -0.0577 -0.0736 -0.0419 -18 2010 2019 -0.0795 -0.0964 -0.0626 -18 2010 2022 -0.0572 -0.0772 -0.0372 -18 2013 2016 -0.0331 -0.0479 -0.0183 -18 2013 2019 -0.0548 -0.0712 -0.0385 -18 2013 2022 -0.0326 -0.0521 -0.0131 -18 2016 2019 -0.0217 -0.0362 -0.0073 -18 2016 2022 5e-04 -0.0178 0.0189 -18 2019 2022 0.0222 0.0053 0.0392 -19 2007 2008 0.0606 0.0399 0.0813 -19 2007 2009 0.081 0.0576 0.1043 -19 2007 2010 0.0808 0.059 0.1027 -19 2007 2011 0.0872 0.0632 0.1113 -19 2007 2012 0.1349 0.1096 0.1602 -19 2007 2013 0.0881 0.0645 0.1117 -19 2007 2014 0.0459 0.0208 0.071 -19 2007 2015 0.0873 0.0615 0.113 -19 2007 2016 0.0463 0.0226 0.0701 -19 2007 2017 0.0314 0.0061 0.0567 -19 2007 2018 0.0417 0.0161 0.0673 -19 2007 2019 0.0111 -0.0137 0.0358 -19 2007 2020 0.0168 -0.0096 0.0431 -19 2007 2021 0.0255 -5e-04 0.0515 -19 2007 2022 0.0391 0.0128 0.0653 -19 2007 2023 0.027 -9e-04 0.0548 -19 2008 2009 0.0204 -2e-04 0.041 -19 2008 2010 0.0203 -0.0014 0.0419 -19 2008 2011 0.0267 0.0057 0.0477 -19 2008 2012 0.0743 0.0506 0.0981 -19 2008 2013 0.0275 0.004 0.0511 -19 2008 2014 -0.0147 -0.0373 0.0079 -19 2008 2015 0.0267 0.0024 0.051 -19 2008 2016 -0.0142 -0.0379 0.0094 -19 2008 2017 -0.0292 -0.0519 -0.0065 -19 2008 2018 -0.0189 -0.0431 0.0053 -19 2008 2019 -0.0495 -0.0741 -0.0249 -19 2008 2020 -0.0438 -0.0678 -0.0199 -19 2008 2021 -0.0351 -0.0594 -0.0108 -19 2008 2022 -0.0215 -0.0475 0.0044 -19 2008 2023 -0.0336 -0.0591 -0.0081 -19 2009 2010 -1e-04 -0.0208 0.0205 -19 2009 2011 0.0063 -0.0164 0.029 -19 2009 2012 0.0539 0.0314 0.0765 -19 2009 2013 0.0071 -0.0168 0.031 -19 2009 2014 -0.0351 -0.0594 -0.0108 -19 2009 2015 0.0063 -0.0171 0.0297 -19 2009 2016 -0.0346 -0.0587 -0.0106 -19 2009 2017 -0.0496 -0.074 -0.0252 -19 2009 2018 -0.0393 -0.0625 -0.016 -19 2009 2019 -0.0699 -0.0949 -0.0449 -19 2009 2020 -0.0642 -0.0898 -0.0387 -19 2009 2021 -0.0555 -0.0792 -0.0318 -19 2009 2022 -0.0419 -0.0684 -0.0155 -19 2009 2023 -0.054 -0.0812 -0.0268 -19 2010 2011 0.0064 -0.0142 0.027 -19 2010 2012 0.0541 0.0311 0.077 -19 2010 2013 0.0073 -0.0145 0.029 -19 2010 2014 -0.0349 -0.0586 -0.0113 -19 2010 2015 0.0064 -0.0176 0.0305 -19 2010 2016 -0.0345 -0.0567 -0.0123 -19 2010 2017 -0.0494 -0.0733 -0.0256 -19 2010 2018 -0.0392 -0.0631 -0.0152 -19 2010 2019 -0.0698 -0.0932 -0.0463 -19 2010 2020 -0.0641 -0.0891 -0.0391 -19 2010 2021 -0.0554 -0.0797 -0.031 -19 2010 2022 -0.0418 -0.0667 -0.0169 -19 2010 2023 -0.0539 -0.0806 -0.0272 -19 2011 2012 0.0477 0.0262 0.0692 -19 2011 2013 9e-04 -0.022 0.0237 -19 2011 2014 -0.0413 -0.0637 -0.019 -19 2011 2015 0 -0.0242 0.0242 -19 2011 2016 -0.0409 -0.0646 -0.0173 -19 2011 2017 -0.0558 -0.0785 -0.0331 -19 2011 2018 -0.0455 -0.0698 -0.0213 -19 2011 2019 -0.0762 -0.1009 -0.0515 -19 2011 2020 -0.0705 -0.0946 -0.0464 -19 2011 2021 -0.0618 -0.0862 -0.0373 -19 2011 2022 -0.0482 -0.0743 -0.0221 -19 2011 2023 -0.0603 -0.0861 -0.0345 -19 2012 2013 -0.0468 -0.0686 -0.0251 -19 2012 2014 -0.089 -0.1129 -0.0651 -19 2012 2015 -0.0477 -0.0707 -0.0246 -19 2012 2016 -0.0886 -0.1127 -0.0645 -19 2012 2017 -0.1035 -0.1281 -0.0789 -19 2012 2018 -0.0932 -0.1167 -0.0698 -19 2012 2019 -0.1239 -0.1491 -0.0987 -19 2012 2020 -0.1182 -0.144 -0.0924 -19 2012 2021 -0.1094 -0.1336 -0.0853 -19 2012 2022 -0.0959 -0.1225 -0.0692 -19 2012 2023 -0.108 -0.1355 -0.0804 -19 2013 2014 -0.0422 -0.0638 -0.0206 -19 2013 2015 -9e-04 -0.0244 0.0227 -19 2013 2016 -0.0418 -0.0637 -0.0198 -19 2013 2017 -0.0567 -0.0806 -0.0327 -19 2013 2018 -0.0464 -0.0706 -0.0222 -19 2013 2019 -0.077 -0.1006 -0.0535 -19 2013 2020 -0.0714 -0.0965 -0.0462 -19 2013 2021 -0.0626 -0.0874 -0.0379 -19 2013 2022 -0.049 -0.0741 -0.024 -19 2013 2023 -0.0611 -0.088 -0.0343 -19 2014 2015 0.0413 0.0195 0.0632 -19 2014 2016 4e-04 -0.0225 0.0233 -19 2014 2017 -0.0145 -0.0365 0.0075 -19 2014 2018 -0.0042 -0.0282 0.0198 -19 2014 2019 -0.0348 -0.0594 -0.0103 -19 2014 2020 -0.0292 -0.0528 -0.0055 -19 2014 2021 -0.0204 -0.0448 0.004 -19 2014 2022 -0.0069 -0.0329 0.0192 -19 2014 2023 -0.0189 -0.0443 0.0064 -19 2015 2016 -0.0409 -0.0623 -0.0195 -19 2015 2017 -0.0558 -0.0792 -0.0325 -19 2015 2018 -0.0456 -0.0681 -0.023 -19 2015 2019 -0.0762 -0.1006 -0.0518 -19 2015 2020 -0.0705 -0.0956 -0.0454 -19 2015 2021 -0.0618 -0.0852 -0.0383 -19 2015 2022 -0.0482 -0.0742 -0.0222 -19 2015 2023 -0.0603 -0.0872 -0.0334 -19 2016 2017 -0.0149 -0.0359 0.006 -19 2016 2018 -0.0046 -0.0273 0.018 -19 2016 2019 -0.0353 -0.0573 -0.0133 -19 2016 2020 -0.0296 -0.0537 -0.0055 -19 2016 2021 -0.0208 -0.0445 0.0028 -19 2016 2022 -0.0073 -0.0311 0.0165 -19 2016 2023 -0.0194 -0.0453 0.0065 -19 2017 2018 0.0103 -0.0108 0.0314 -19 2017 2019 -0.0203 -0.0434 0.0027 -19 2017 2020 -0.0147 -0.0369 0.0076 -19 2017 2021 -0.0059 -0.029 0.0172 -19 2017 2022 0.0076 -0.0174 0.0327 -19 2017 2023 -0.0044 -0.0286 0.0197 -19 2018 2019 -0.0306 -0.052 -0.0093 -19 2018 2020 -0.0249 -0.0482 -0.0017 -19 2018 2021 -0.0162 -0.0376 0.0052 -19 2018 2022 -0.0026 -0.0274 0.0222 -19 2018 2023 -0.0147 -0.0405 0.0111 -19 2019 2020 0.0057 -0.0161 0.0274 -19 2019 2021 0.0144 -0.0084 0.0373 -19 2019 2022 0.028 0.0049 0.0511 -19 2019 2023 0.0159 -0.0096 0.0414 -19 2020 2021 0.0087 -0.0126 0.0301 -19 2020 2022 0.0223 -0.002 0.0466 -19 2020 2023 0.0102 -0.0136 0.0341 -19 2021 2022 0.0136 -0.0082 0.0353 -19 2021 2023 0.0015 -0.0224 0.0254 -19 2022 2023 -0.0121 -0.035 0.0108 -20 2007 2008 0.0355 0.0128 0.0583 -20 2007 2009 0.0362 0.0086 0.0639 -20 2007 2010 0.0236 -0.0057 0.0528 -20 2007 2011 0.0371 0.0057 0.0685 -20 2007 2012 0.0511 0.0186 0.0836 -20 2007 2013 0.0163 -0.0165 0.049 -20 2007 2014 -0.0073 -0.041 0.0264 -20 2007 2015 0.0347 8e-04 0.0685 -20 2007 2016 0.0144 -0.0189 0.0476 -20 2007 2017 0.0037 -0.0307 0.0381 -20 2007 2018 0.0058 -0.029 0.0406 -20 2007 2019 -0.0223 -0.0576 0.0129 -20 2007 2020 -0.0288 -0.0651 0.0075 -20 2007 2021 -0.0519 -0.0888 -0.0149 -20 2007 2022 -0.0585 -0.0972 -0.0199 -20 2007 2023 -0.0705 -0.1125 -0.0284 -20 2008 2009 7e-04 -0.0217 0.0231 -20 2008 2010 -0.012 -0.0383 0.0144 -20 2008 2011 0.0016 -0.0265 0.0296 -20 2008 2012 0.0156 -0.0144 0.0456 -20 2008 2013 -0.0193 -0.0503 0.0118 -20 2008 2014 -0.0428 -0.0742 -0.0115 -20 2008 2015 -9e-04 -0.0326 0.0309 -20 2008 2016 -0.0212 -0.0527 0.0104 -20 2008 2017 -0.0318 -0.064 3e-04 -20 2008 2018 -0.0297 -0.0626 0.0032 -20 2008 2019 -0.0579 -0.092 -0.0237 -20 2008 2020 -0.0644 -0.0992 -0.0296 -20 2008 2021 -0.0874 -0.1233 -0.0515 -20 2008 2022 -0.0941 -0.1324 -0.0558 -20 2008 2023 -0.106 -0.1471 -0.0649 -20 2009 2010 -0.0127 -0.035 0.0096 -20 2009 2011 8e-04 -0.0258 0.0275 -20 2009 2012 0.0148 -0.0133 0.043 -20 2009 2013 -0.02 -0.05 0.0099 -20 2009 2014 -0.0436 -0.0746 -0.0125 -20 2009 2015 -0.0016 -0.0324 0.0292 -20 2009 2016 -0.0219 -0.0528 0.009 -20 2009 2017 -0.0326 -0.0644 -7e-04 -20 2009 2018 -0.0305 -0.0623 0.0013 -20 2009 2019 -0.0586 -0.0923 -0.0249 -20 2009 2020 -0.0651 -0.1 -0.0302 -20 2009 2021 -0.0881 -0.1238 -0.0525 -20 2009 2022 -0.0948 -0.1332 -0.0564 -20 2009 2023 -0.1067 -0.1483 -0.0652 -20 2010 2011 0.0135 -0.0091 0.0361 -20 2010 2012 0.0275 0.001 0.054 -20 2010 2013 -0.0073 -0.0352 0.0206 -20 2010 2014 -0.0309 -0.0608 -0.001 -20 2010 2015 0.0111 -0.0195 0.0417 -20 2010 2016 -0.0092 -0.0391 0.0207 -20 2010 2017 -0.0199 -0.0512 0.0114 -20 2010 2018 -0.0178 -0.0493 0.0137 -20 2010 2019 -0.0459 -0.0789 -0.013 -20 2010 2020 -0.0524 -0.0873 -0.0176 -20 2010 2021 -0.0754 -0.1113 -0.0396 -20 2010 2022 -0.0821 -0.12 -0.0443 -20 2010 2023 -0.0941 -0.1355 -0.0526 -20 2011 2012 0.014 -0.0088 0.0368 -20 2011 2013 -0.0208 -0.0477 0.006 -20 2011 2014 -0.0444 -0.0733 -0.0154 -20 2011 2015 -0.0024 -0.0327 0.0278 -20 2011 2016 -0.0227 -0.0527 0.0072 -20 2011 2017 -0.0334 -0.0639 -0.0029 -20 2011 2018 -0.0313 -0.0627 0 -20 2011 2019 -0.0595 -0.0924 -0.0265 -20 2011 2020 -0.066 -0.1003 -0.0316 -20 2011 2021 -0.089 -0.1247 -0.0532 -20 2011 2022 -0.0956 -0.1341 -0.0572 -20 2011 2023 -0.1076 -0.1491 -0.0661 -20 2012 2013 -0.0348 -0.0578 -0.0119 -20 2012 2014 -0.0584 -0.0857 -0.0311 -20 2012 2015 -0.0164 -0.0448 0.012 -20 2012 2016 -0.0367 -0.066 -0.0075 -20 2012 2017 -0.0474 -0.0778 -0.017 -20 2012 2018 -0.0453 -0.0759 -0.0148 -20 2012 2019 -0.0735 -0.1061 -0.0408 -20 2012 2020 -0.0799 -0.1142 -0.0456 -20 2012 2021 -0.103 -0.1382 -0.0678 -20 2012 2022 -0.1096 -0.1477 -0.0716 -20 2012 2023 -0.1216 -0.1629 -0.0803 -20 2013 2014 -0.0235 -0.0467 -4e-04 -20 2013 2015 0.0184 -0.0089 0.0457 -20 2013 2016 -0.0019 -0.0299 0.0261 -20 2013 2017 -0.0126 -0.0427 0.0176 -20 2013 2018 -0.0105 -0.0412 0.0202 -20 2013 2019 -0.0386 -0.0706 -0.0066 -20 2013 2020 -0.0451 -0.0793 -0.0109 -20 2013 2021 -0.0681 -0.1033 -0.0329 -20 2013 2022 -0.0748 -0.1119 -0.0376 -20 2013 2023 -0.0867 -0.1276 -0.0459 -20 2014 2015 0.042 0.0188 0.0651 -20 2014 2016 0.0216 -0.0054 0.0487 -20 2014 2017 0.011 -0.0178 0.0398 -20 2014 2018 0.0131 -0.0173 0.0434 -20 2014 2019 -0.015 -0.0471 0.017 -20 2014 2020 -0.0215 -0.0549 0.0118 -20 2014 2021 -0.0446 -0.0791 -0.0101 -20 2014 2022 -0.0512 -0.088 -0.0144 -20 2014 2023 -0.0632 -0.103 -0.0233 -20 2015 2016 -0.0203 -0.0431 0.0025 -20 2015 2017 -0.031 -0.0582 -0.0038 -20 2015 2018 -0.0289 -0.0575 -3e-04 -20 2015 2019 -0.057 -0.0881 -0.0259 -20 2015 2020 -0.0635 -0.0963 -0.0307 -20 2015 2021 -0.0865 -0.1203 -0.0528 -20 2015 2022 -0.0932 -0.1298 -0.0566 -20 2015 2023 -0.1052 -0.1451 -0.0652 -20 2016 2017 -0.0107 -0.0332 0.0118 -20 2016 2018 -0.0086 -0.035 0.0178 -20 2016 2019 -0.0367 -0.0655 -0.0079 -20 2016 2020 -0.0432 -0.0747 -0.0117 -20 2016 2021 -0.0662 -0.0995 -0.033 -20 2016 2022 -0.0729 -0.1085 -0.0373 -20 2016 2023 -0.0848 -0.1242 -0.0455 -20 2017 2018 0.0021 -0.0207 0.0248 -20 2017 2019 -0.0261 -0.0538 0.0017 -20 2017 2020 -0.0325 -0.0627 -0.0024 -20 2017 2021 -0.0556 -0.088 -0.0231 -20 2017 2022 -0.0622 -0.0978 -0.0267 -20 2017 2023 -0.0742 -0.1129 -0.0354 -20 2018 2019 -0.0281 -0.0513 -0.0049 -20 2018 2020 -0.0346 -0.0629 -0.0063 -20 2018 2021 -0.0576 -0.0878 -0.0275 -20 2018 2022 -0.0643 -0.0983 -0.0303 -20 2018 2023 -0.0762 -0.1141 -0.0384 -20 2019 2020 -0.0065 -0.0301 0.0171 -20 2019 2021 -0.0295 -0.0572 -0.0018 -20 2019 2022 -0.0362 -0.0674 -0.0049 -20 2019 2023 -0.0481 -0.0839 -0.0123 -20 2020 2021 -0.023 -0.0466 6e-04 -20 2020 2022 -0.0297 -0.0594 0 -20 2020 2023 -0.0416 -0.075 -0.0082 -20 2021 2022 -0.0066 -0.0306 0.0173 -20 2021 2023 -0.0186 -0.0491 0.0119 -20 2022 2023 -0.0119 -0.0372 0.0133 -21 2007 2008 -0.0098 -0.0815 0.062 -21 2007 2009 -0.034 -0.1255 0.0574 -21 2007 2010 -0.0381 -0.1345 0.0583 -21 2007 2011 -0.0345 -0.1377 0.0687 -21 2007 2012 -0.0147 -0.1201 0.0908 -21 2007 2013 -0.0247 -0.1306 0.0813 -21 2007 2014 -0.0427 -0.151 0.0656 -21 2007 2015 -0.0626 -0.1732 0.048 -21 2007 2016 -0.0164 -0.124 0.0912 -21 2007 2017 0.0118 -0.0969 0.1205 -21 2007 2018 0.0442 -0.0671 0.1554 -21 2007 2019 0.0365 -0.0726 0.1456 -21 2007 2020 0.0151 -0.0968 0.127 -21 2007 2021 0.0069 -0.1051 0.1189 -21 2007 2022 0.0113 -0.1041 0.1267 -21 2007 2023 0.0184 -0.1026 0.1394 -21 2008 2009 -0.0243 -0.0915 0.0429 -21 2008 2010 -0.0283 -0.1083 0.0516 -21 2008 2011 -0.0247 -0.1125 0.0631 -21 2008 2012 -0.0049 -0.0968 0.087 -21 2008 2013 -0.0149 -0.1087 0.0789 -21 2008 2014 -0.0329 -0.1285 0.0626 -21 2008 2015 -0.0528 -0.1508 0.0452 -21 2008 2016 -0.0066 -0.1025 0.0893 -21 2008 2017 0.0216 -0.075 0.1182 -21 2008 2018 0.054 -0.0453 0.1532 -21 2008 2019 0.0463 -0.0525 0.1451 -21 2008 2020 0.0249 -0.0756 0.1253 -21 2008 2021 0.0167 -0.0842 0.1177 -21 2008 2022 0.0211 -0.0834 0.1255 -21 2008 2023 0.0282 -0.0825 0.1389 -21 2009 2010 -0.0041 -0.0703 0.0621 -21 2009 2011 -5e-04 -0.0823 0.0814 -21 2009 2012 0.0194 -0.0686 0.1074 -21 2009 2013 0.0094 -0.0816 0.1004 -21 2009 2014 -0.0086 -0.1029 0.0856 -21 2009 2015 -0.0285 -0.125 0.068 -21 2009 2016 0.0177 -0.0768 0.1121 -21 2009 2017 0.0458 -0.0507 0.1424 -21 2009 2018 0.0782 -0.019 0.1755 -21 2009 2019 0.0706 -0.0277 0.1689 -21 2009 2020 0.0492 -0.051 0.1493 -21 2009 2021 0.041 -0.0593 0.1413 -21 2009 2022 0.0453 -0.0585 0.1492 -21 2009 2023 0.0525 -0.0588 0.1637 -21 2010 2011 0.0036 -0.0623 0.0695 -21 2010 2012 0.0235 -0.0563 0.1032 -21 2010 2013 0.0134 -0.0707 0.0976 -21 2010 2014 -0.0046 -0.0942 0.085 -21 2010 2015 -0.0245 -0.1176 0.0687 -21 2010 2016 0.0217 -0.0685 0.112 -21 2010 2017 0.0499 -0.0433 0.1432 -21 2010 2018 0.0823 -0.0116 0.1763 -21 2010 2019 0.0747 -0.0198 0.1691 -21 2010 2020 0.0532 -0.0435 0.1499 -21 2010 2021 0.0451 -0.0525 0.1426 -21 2010 2022 0.0494 -0.0511 0.15 -21 2010 2023 0.0565 -0.0524 0.1655 -21 2011 2012 0.0198 -0.0476 0.0873 -21 2011 2013 0.0098 -0.0702 0.0898 -21 2011 2014 -0.0082 -0.0953 0.0789 -21 2011 2015 -0.0281 -0.1203 0.0642 -21 2011 2016 0.0181 -0.0724 0.1086 -21 2011 2017 0.0463 -0.0465 0.1391 -21 2011 2018 0.0787 -0.0155 0.1729 -21 2011 2019 0.071 -0.0242 0.1663 -21 2011 2020 0.0496 -0.0473 0.1465 -21 2011 2021 0.0414 -0.0564 0.1393 -21 2011 2022 0.0458 -0.0556 0.1472 -21 2011 2023 0.0529 -0.0561 0.1619 -21 2012 2013 -0.01 -0.0756 0.0556 -21 2012 2014 -0.028 -0.1074 0.0513 -21 2012 2015 -0.0479 -0.1356 0.0398 -21 2012 2016 -0.0017 -0.0888 0.0853 -21 2012 2017 0.0265 -0.063 0.116 -21 2012 2018 0.0589 -0.0314 0.1492 -21 2012 2019 0.0512 -0.041 0.1434 -21 2012 2020 0.0298 -0.0647 0.1242 -21 2012 2021 0.0216 -0.0728 0.116 -21 2012 2022 0.026 -0.0736 0.1256 -21 2012 2023 0.0331 -0.0745 0.1407 -21 2013 2014 -0.018 -0.0833 0.0473 -21 2013 2015 -0.0379 -0.1185 0.0427 -21 2013 2016 0.0083 -0.0731 0.0896 -21 2013 2017 0.0365 -0.0499 0.1229 -21 2013 2018 0.0689 -0.0203 0.158 -21 2013 2019 0.0612 -0.0284 0.1509 -21 2013 2020 0.0398 -0.053 0.1326 -21 2013 2021 0.0316 -0.0622 0.1254 -21 2013 2022 0.036 -0.0616 0.1336 -21 2013 2023 0.0431 -0.0633 0.1495 -21 2014 2015 -0.0199 -0.087 0.0473 -21 2014 2016 0.0263 -0.0507 0.1033 -21 2014 2017 0.0545 -0.0281 0.1371 -21 2014 2018 0.0869 -0.0013 0.1751 -21 2014 2019 0.0793 -0.0106 0.1692 -21 2014 2020 0.0578 -0.0339 0.1495 -21 2014 2021 0.0496 -0.044 0.1433 -21 2014 2022 0.054 -0.0439 0.1519 -21 2014 2023 0.0611 -0.0441 0.1664 -21 2015 2016 0.0462 -0.0198 0.1122 -21 2015 2017 0.0744 -0.0054 0.1541 -21 2015 2018 0.1068 0.0205 0.1931 -21 2015 2019 0.0991 0.0098 0.1884 -21 2015 2020 0.0777 -0.0148 0.1702 -21 2015 2021 0.0695 -0.0241 0.1631 -21 2015 2022 0.0739 -0.0237 0.1715 -21 2015 2023 0.081 -0.0253 0.1873 -21 2016 2017 0.0282 -0.0355 0.0919 -21 2016 2018 0.0606 -0.0161 0.1373 -21 2016 2019 0.0529 -0.027 0.1329 -21 2016 2020 0.0315 -0.0546 0.1176 -21 2016 2021 0.0233 -0.0651 0.1117 -21 2016 2022 0.0277 -0.0638 0.1192 -21 2016 2023 0.0348 -0.0662 0.1358 -21 2017 2018 0.0324 -0.0325 0.0973 -21 2017 2019 0.0247 -0.0511 0.1006 -21 2017 2020 0.0033 -0.0787 0.0853 -21 2017 2021 -0.0049 -0.0908 0.081 -21 2017 2022 -5e-04 -0.0911 0.0901 -21 2017 2023 0.0066 -0.0914 0.1047 -21 2018 2019 -0.0077 -0.0724 0.0571 -21 2018 2020 -0.0291 -0.1071 0.0489 -21 2018 2021 -0.0373 -0.12 0.0454 -21 2018 2022 -0.0329 -0.122 0.0562 -21 2018 2023 -0.0258 -0.1242 0.0726 -21 2019 2020 -0.0214 -0.0861 0.0432 -21 2019 2021 -0.0296 -0.1057 0.0464 -21 2019 2022 -0.0252 -0.1081 0.0577 -21 2019 2023 -0.0181 -0.1112 0.075 -21 2020 2021 -0.0082 -0.0728 0.0565 -21 2020 2022 -0.0038 -0.083 0.0754 -21 2020 2023 0.0033 -0.086 0.0927 -21 2021 2022 0.0044 -0.0613 0.07 -21 2021 2023 0.0115 -0.0708 0.0937 -21 2022 2023 0.0071 -0.0605 0.0747 -22 2007 2010 0.0228 -0.0161 0.0616 -22 2007 2013 -0.0431 -0.0887 0.0024 -22 2007 2016 -0.104 -0.1513 -0.0566 -22 2007 2019 -0.1044 -0.1556 -0.0532 -22 2007 2022 -0.1466 -0.2052 -0.0881 -22 2010 2013 -0.0659 -0.1037 -0.0281 -22 2010 2016 -0.1268 -0.1721 -0.0816 -22 2010 2019 -0.1272 -0.1759 -0.0785 -22 2010 2022 -0.1694 -0.2267 -0.112 -22 2013 2016 -0.061 -0.1016 -0.0205 -22 2013 2019 -0.0612 -0.1084 -0.0141 -22 2013 2022 -0.1035 -0.1598 -0.0472 -22 2016 2019 -4e-04 -0.0411 0.0403 -22 2016 2022 -0.0426 -0.0949 0.0098 -22 2019 2022 -0.0422 -0.0883 0.0039 -23 2007 2008 0.0222 -0.0121 0.0565 -23 2007 2009 0.0109 -0.0313 0.0531 -23 2007 2010 0.0273 -0.0185 0.0731 -23 2007 2011 0.0529 0.0046 0.1012 -23 2007 2012 0.0618 0.0122 0.1113 -23 2007 2013 0.039 -0.012 0.09 -23 2007 2014 0.0334 -0.0179 0.0847 -23 2007 2015 0.0335 -0.0184 0.0855 -23 2007 2016 0.0102 -0.0421 0.0625 -23 2007 2017 -0.0137 -0.0673 0.0398 -23 2007 2018 -0.0239 -0.0788 0.0309 -23 2007 2019 -0.0532 -0.1088 0.0024 -23 2007 2020 -0.083 -0.1402 -0.0257 -23 2007 2021 -0.0972 -0.1551 -0.0393 -23 2007 2022 -0.0991 -0.1591 -0.039 -23 2007 2023 -0.1151 -0.1803 -0.0498 -23 2008 2009 -0.0113 -0.0443 0.0217 -23 2008 2010 0.0052 -0.0344 0.0448 -23 2008 2011 0.0308 -0.0113 0.0729 -23 2008 2012 0.0396 -0.0048 0.084 -23 2008 2013 0.0168 -0.0295 0.0631 -23 2008 2014 0.0112 -0.0356 0.058 -23 2008 2015 0.0114 -0.0361 0.0589 -23 2008 2016 -0.012 -0.0606 0.0367 -23 2008 2017 -0.0359 -0.0859 0.0141 -23 2008 2018 -0.0461 -0.0975 0.0053 -23 2008 2019 -0.0754 -0.1278 -0.023 -23 2008 2020 -0.1051 -0.1597 -0.0506 -23 2008 2021 -0.1194 -0.1751 -0.0637 -23 2008 2022 -0.1212 -0.1793 -0.0631 -23 2008 2023 -0.1372 -0.2008 -0.0736 -23 2009 2010 0.0164 -0.0161 0.0489 -23 2009 2011 0.042 0.0024 0.0816 -23 2009 2012 0.0509 0.0082 0.0935 -23 2009 2013 0.0281 -0.0177 0.0738 -23 2009 2014 0.0225 -0.0241 0.069 -23 2009 2015 0.0226 -0.0245 0.0698 -23 2009 2016 -7e-04 -0.0488 0.0474 -23 2009 2017 -0.0247 -0.074 0.0247 -23 2009 2018 -0.0349 -0.0851 0.0154 -23 2009 2019 -0.0641 -0.1161 -0.0122 -23 2009 2020 -0.0939 -0.1477 -0.0401 -23 2009 2021 -0.1081 -0.163 -0.0532 -23 2009 2022 -0.11 -0.1678 -0.0522 -23 2009 2023 -0.126 -0.1892 -0.0628 -23 2010 2011 0.0256 -0.0074 0.0585 -23 2010 2012 0.0344 -0.0056 0.0745 -23 2010 2013 0.0116 -0.032 0.0553 -23 2010 2014 0.006 -0.0395 0.0516 -23 2010 2015 0.0062 -0.0404 0.0528 -23 2010 2016 -0.0171 -0.0643 0.03 -23 2010 2017 -0.0411 -0.09 0.0078 -23 2010 2018 -0.0513 -0.1012 -0.0014 -23 2010 2019 -0.0806 -0.1319 -0.0292 -23 2010 2020 -0.1103 -0.164 -0.0567 -23 2010 2021 -0.1246 -0.1796 -0.0696 -23 2010 2022 -0.1264 -0.1842 -0.0686 -23 2010 2023 -0.1424 -0.2058 -0.079 -23 2011 2012 0.0088 -0.0241 0.0417 -23 2011 2013 -0.0139 -0.0538 0.0259 -23 2011 2014 -0.0195 -0.0626 0.0235 -23 2011 2015 -0.0194 -0.0641 0.0253 -23 2011 2016 -0.0427 -0.0886 0.0032 -23 2011 2017 -0.0667 -0.1143 -0.0191 -23 2011 2018 -0.0769 -0.1259 -0.0279 -23 2011 2019 -0.1062 -0.1569 -0.0555 -23 2011 2020 -0.1359 -0.1895 -0.0823 -23 2011 2021 -0.1501 -0.2052 -0.0951 -23 2011 2022 -0.152 -0.2098 -0.0942 -23 2011 2023 -0.168 -0.2314 -0.1047 -23 2012 2013 -0.0228 -0.0556 0.01 -23 2012 2014 -0.0284 -0.0676 0.0108 -23 2012 2015 -0.0282 -0.0702 0.0138 -23 2012 2016 -0.0516 -0.0959 -0.0072 -23 2012 2017 -0.0755 -0.122 -0.0291 -23 2012 2018 -0.0857 -0.1338 -0.0377 -23 2012 2019 -0.115 -0.1653 -0.0648 -23 2012 2020 -0.1447 -0.1979 -0.0916 -23 2012 2021 -0.159 -0.2131 -0.1049 -23 2012 2022 -0.1608 -0.2176 -0.1041 -23 2012 2023 -0.1768 -0.2392 -0.1145 -23 2013 2014 -0.0056 -0.039 0.0278 -23 2013 2015 -0.0054 -0.0454 0.0346 -23 2013 2016 -0.0288 -0.0722 0.0146 -23 2013 2017 -0.0527 -0.0995 -0.0059 -23 2013 2018 -0.0629 -0.1116 -0.0143 -23 2013 2019 -0.0922 -0.1425 -0.042 -23 2013 2020 -0.122 -0.1757 -0.0683 -23 2013 2021 -0.1362 -0.1911 -0.0813 -23 2013 2022 -0.138 -0.1952 -0.0809 -23 2013 2023 -0.1541 -0.2171 -0.091 -23 2014 2015 2e-04 -0.033 0.0334 -23 2014 2016 -0.0232 -0.0637 0.0173 -23 2014 2017 -0.0471 -0.0913 -0.003 -23 2014 2018 -0.0573 -0.1047 -0.01 -23 2014 2019 -0.0866 -0.1364 -0.0368 -23 2014 2020 -0.1163 -0.1686 -0.0641 -23 2014 2021 -0.1306 -0.1839 -0.0772 -23 2014 2022 -0.1324 -0.1883 -0.0766 -23 2014 2023 -0.1484 -0.2096 -0.0872 -23 2015 2016 -0.0234 -0.0571 0.0104 -23 2015 2017 -0.0473 -0.0888 -0.0058 -23 2015 2018 -0.0575 -0.1027 -0.0123 -23 2015 2019 -0.0868 -0.1349 -0.0387 -23 2015 2020 -0.1165 -0.1681 -0.065 -23 2015 2021 -0.1308 -0.1835 -0.078 -23 2015 2022 -0.1326 -0.1883 -0.0769 -23 2015 2023 -0.1486 -0.2102 -0.087 -23 2016 2017 -0.024 -0.0574 0.0094 -23 2016 2018 -0.0342 -0.0753 0.0069 -23 2016 2019 -0.0635 -0.1093 -0.0176 -23 2016 2020 -0.0932 -0.1433 -0.043 -23 2016 2021 -0.1074 -0.1592 -0.0556 -23 2016 2022 -0.1093 -0.1644 -0.0542 -23 2016 2023 -0.1253 -0.1863 -0.0643 -23 2017 2018 -0.0102 -0.0443 0.0238 -23 2017 2019 -0.0395 -0.0829 0.0038 -23 2017 2020 -0.0692 -0.1174 -0.0211 -23 2017 2021 -0.0835 -0.134 -0.033 -23 2017 2022 -0.0853 -0.1398 -0.0309 -23 2017 2023 -0.1013 -0.1611 -0.0415 -23 2018 2019 -0.0293 -0.0646 0.006 -23 2018 2020 -0.059 -0.1033 -0.0147 -23 2018 2021 -0.0732 -0.1211 -0.0254 -23 2018 2022 -0.0751 -0.1281 -0.0221 -23 2018 2023 -0.0911 -0.1504 -0.0318 -23 2019 2020 -0.0297 -0.0653 0.0058 -23 2019 2021 -0.044 -0.0876 -3e-04 -23 2019 2022 -0.0458 -0.0955 0.0039 -23 2019 2023 -0.0618 -0.1192 -0.0044 -23 2020 2021 -0.0142 -0.0494 0.021 -23 2020 2022 -0.0161 -0.0614 0.0293 -23 2020 2023 -0.0321 -0.0855 0.0213 -23 2021 2022 -0.0018 -0.0375 0.0338 -23 2021 2023 -0.0178 -0.0651 0.0294 -23 2022 2023 -0.016 -0.0533 0.0213 -24 2007 2008 0.0036 -0.0424 0.0497 -24 2007 2009 0.0036 -0.0522 0.0595 -24 2007 2010 0.0292 -0.0289 0.0872 -24 2007 2011 0.0291 -0.0335 0.0916 -24 2007 2012 0.0364 -0.0272 0.1 -24 2007 2013 -0.0037 -0.0677 0.0604 -24 2007 2014 0.003 -0.0629 0.0688 -24 2007 2015 -0.051 -0.1168 0.0148 -24 2007 2016 -0.0797 -0.1453 -0.0141 -24 2007 2017 -0.0928 -0.1597 -0.0259 -24 2007 2018 -0.0956 -0.164 -0.0272 -24 2007 2019 -0.0746 -0.1428 -0.0065 -24 2007 2020 -0.0907 -0.1606 -0.0208 -24 2007 2021 -0.1229 -0.1936 -0.0522 -24 2007 2022 -0.1459 -0.2188 -0.073 -24 2007 2023 -0.1797 -0.2582 -0.1011 -24 2008 2009 0 -0.0447 0.0447 -24 2008 2010 0.0255 -0.0259 0.0769 -24 2008 2011 0.0255 -0.0301 0.0811 -24 2008 2012 0.0328 -0.0252 0.0908 -24 2008 2013 -0.0073 -0.0669 0.0523 -24 2008 2014 -7e-04 -0.062 0.0607 -24 2008 2015 -0.0546 -0.1161 0.0069 -24 2008 2016 -0.0834 -0.1456 -0.0211 -24 2008 2017 -0.0964 -0.1594 -0.0335 -24 2008 2018 -0.0992 -0.1642 -0.0343 -24 2008 2019 -0.0783 -0.1428 -0.0137 -24 2008 2020 -0.0944 -0.1608 -0.0279 -24 2008 2021 -0.1265 -0.194 -0.059 -24 2008 2022 -0.1496 -0.2194 -0.0798 -24 2008 2023 -0.1833 -0.259 -0.1076 -24 2009 2010 0.0255 -0.0187 0.0697 -24 2009 2011 0.0256 -0.0288 0.0799 -24 2009 2012 0.0328 -0.0246 0.0901 -24 2009 2013 -0.0073 -0.0677 0.0531 -24 2009 2014 -7e-04 -0.0629 0.0616 -24 2009 2015 -0.0546 -0.1164 0.0072 -24 2009 2016 -0.0834 -0.1459 -0.0208 -24 2009 2017 -0.0965 -0.1601 -0.0328 -24 2009 2018 -0.0992 -0.164 -0.0344 -24 2009 2019 -0.0783 -0.1438 -0.0127 -24 2009 2020 -0.0944 -0.161 -0.0277 -24 2009 2021 -0.1265 -0.1936 -0.0594 -24 2009 2022 -0.1496 -0.2193 -0.0798 -24 2009 2023 -0.1833 -0.2593 -0.1073 -24 2010 2011 0 -0.0445 0.0445 -24 2010 2012 0.0073 -0.0454 0.0599 -24 2010 2013 -0.0328 -0.0889 0.0234 -24 2010 2014 -0.0261 -0.0855 0.0332 -24 2010 2015 -0.0801 -0.1395 -0.0207 -24 2010 2016 -0.1089 -0.1688 -0.0489 -24 2010 2017 -0.122 -0.1842 -0.0597 -24 2010 2018 -0.1248 -0.1882 -0.0613 -24 2010 2019 -0.1038 -0.1668 -0.0407 -24 2010 2020 -0.1199 -0.1848 -0.0549 -24 2010 2021 -0.152 -0.2176 -0.0864 -24 2010 2022 -0.1751 -0.2433 -0.1068 -24 2010 2023 -0.2088 -0.2834 -0.1342 -24 2011 2012 0.0073 -0.0375 0.0521 -24 2011 2013 -0.0327 -0.0862 0.0207 -24 2011 2014 -0.0261 -0.0843 0.032 -24 2011 2015 -0.0801 -0.1394 -0.0207 -24 2011 2016 -0.1089 -0.1698 -0.0479 -24 2011 2017 -0.1219 -0.1843 -0.0595 -24 2011 2018 -0.1247 -0.189 -0.0603 -24 2011 2019 -0.1037 -0.1682 -0.0392 -24 2011 2020 -0.1198 -0.1862 -0.0534 -24 2011 2021 -0.152 -0.2189 -0.085 -24 2011 2022 -0.175 -0.2447 -0.1054 -24 2011 2023 -0.2088 -0.2842 -0.1333 -24 2012 2013 -0.04 -0.0845 0.0044 -24 2012 2014 -0.0334 -0.0863 0.0194 -24 2012 2015 -0.0874 -0.1432 -0.0315 -24 2012 2016 -0.1162 -0.1752 -0.0571 -24 2012 2017 -0.1292 -0.1908 -0.0676 -24 2012 2018 -0.132 -0.1949 -0.0691 -24 2012 2019 -0.1111 -0.1745 -0.0477 -24 2012 2020 -0.1272 -0.193 -0.0613 -24 2012 2021 -0.1593 -0.2251 -0.0935 -24 2012 2022 -0.1823 -0.251 -0.1137 -24 2012 2023 -0.2161 -0.2907 -0.1415 -24 2013 2014 0.0067 -0.0382 0.0515 -24 2013 2015 -0.0473 -0.0996 0.005 -24 2013 2016 -0.0761 -0.1327 -0.0194 -24 2013 2017 -0.0891 -0.1497 -0.0285 -24 2013 2018 -0.092 -0.1543 -0.0297 -24 2013 2019 -0.071 -0.1331 -0.0089 -24 2013 2020 -0.0871 -0.1525 -0.0217 -24 2013 2021 -0.1192 -0.1853 -0.0531 -24 2013 2022 -0.1423 -0.2108 -0.0737 -24 2013 2023 -0.176 -0.2508 -0.1012 -24 2014 2015 -0.054 -0.0989 -0.0091 -24 2014 2016 -0.0827 -0.137 -0.0284 -24 2014 2017 -0.0959 -0.1547 -0.037 -24 2014 2018 -0.0986 -0.1602 -0.0371 -24 2014 2019 -0.0776 -0.1399 -0.0153 -24 2014 2020 -0.0937 -0.1586 -0.0289 -24 2014 2021 -0.1259 -0.1917 -0.06 -24 2014 2022 -0.1489 -0.2177 -0.0802 -24 2014 2023 -0.1827 -0.2567 -0.1086 -24 2015 2016 -0.0288 -0.0736 0.016 -24 2015 2017 -0.0418 -0.0971 0.0135 -24 2015 2018 -0.0447 -0.1035 0.014 -24 2015 2019 -0.0237 -0.0843 0.0369 -24 2015 2020 -0.0397 -0.1032 0.0237 -24 2015 2021 -0.0719 -0.1362 -0.0076 -24 2015 2022 -0.095 -0.1624 -0.0275 -24 2015 2023 -0.1287 -0.2023 -0.0551 -24 2016 2017 -0.0131 -0.0584 0.0322 -24 2016 2018 -0.0159 -0.0705 0.0387 -24 2016 2019 0.0051 -0.0532 0.0634 -24 2016 2020 -0.011 -0.0731 0.0511 -24 2016 2021 -0.0432 -0.1065 0.0202 -24 2016 2022 -0.0662 -0.1325 1e-04 -24 2016 2023 -0.0999 -0.1725 -0.0273 -24 2017 2018 -0.0028 -0.0484 0.0428 -24 2017 2019 0.0181 -0.038 0.0742 -24 2017 2020 0.002 -0.0582 0.0623 -24 2017 2021 -0.0301 -0.0926 0.0325 -24 2017 2022 -0.0531 -0.1196 0.0133 -24 2017 2023 -0.0869 -0.1585 -0.0152 -24 2018 2019 0.021 -0.0253 0.0672 -24 2018 2020 0.0049 -0.0512 0.0609 -24 2018 2021 -0.0273 -0.0868 0.0323 -24 2018 2022 -0.0503 -0.1157 0.015 -24 2018 2023 -0.0841 -0.1561 -0.0121 -24 2019 2020 -0.0161 -0.0622 0.03 -24 2019 2021 -0.0483 -0.1038 0.0073 -24 2019 2022 -0.0713 -0.1336 -0.0089 -24 2019 2023 -0.105 -0.1759 -0.0342 -24 2020 2021 -0.0321 -0.078 0.0137 -24 2020 2022 -0.0552 -0.1132 0.0028 -24 2020 2023 -0.0889 -0.1557 -0.0222 -24 2021 2022 -0.0231 -0.0703 0.0242 -24 2021 2023 -0.0568 -0.1174 0.0038 -24 2022 2023 -0.0337 -0.0832 0.0157 -25 2007 2010 0.0261 -0.0039 0.0562 -25 2007 2013 0.0036 -0.0321 0.0393 -25 2007 2016 -0.0348 -0.0734 0.0037 -25 2007 2019 -0.0912 -0.1343 -0.0481 -25 2007 2022 -0.1059 -0.1564 -0.0555 -25 2010 2013 -0.0226 -0.0522 0.0071 -25 2010 2016 -0.061 -0.0962 -0.0258 -25 2010 2019 -0.1174 -0.1592 -0.0755 -25 2010 2022 -0.1321 -0.1818 -0.0823 -25 2013 2016 -0.0385 -0.0704 -0.0065 -25 2013 2019 -0.0948 -0.135 -0.0545 -25 2013 2022 -0.1095 -0.1576 -0.0613 -25 2016 2019 -0.0564 -0.0909 -0.0218 -25 2016 2022 -0.071 -0.1168 -0.0252 -25 2019 2022 -0.0147 -0.0512 0.0218 -26 2007 2010 0.0173 4e-04 0.0342 -26 2007 2013 -0.0354 -0.0551 -0.0157 -26 2007 2016 -0.0698 -0.0903 -0.0493 -26 2007 2019 -0.0978 -0.1201 -0.0754 -26 2007 2022 -0.1244 -0.1509 -0.0979 -26 2010 2013 -0.0527 -0.0695 -0.0359 -26 2010 2016 -0.0871 -0.1064 -0.0678 -26 2010 2019 -0.1151 -0.1368 -0.0933 -26 2010 2022 -0.1417 -0.1678 -0.1156 -26 2013 2016 -0.0345 -0.0523 -0.0167 -26 2013 2019 -0.0624 -0.0836 -0.0411 -26 2013 2022 -0.089 -0.1146 -0.0634 -26 2016 2019 -0.028 -0.0464 -0.0095 -26 2016 2022 -0.0546 -0.0789 -0.0303 -26 2019 2022 -0.0266 -0.0471 -0.0062 -27 2007 2010 -0.0328 -0.07 0.0044 -27 2007 2013 -0.1692 -0.2126 -0.1257 -27 2007 2016 -0.2019 -0.2445 -0.1593 -27 2007 2019 -0.216 -0.2606 -0.1714 -27 2007 2022 -0.332 -0.3869 -0.277 -27 2010 2013 -0.1364 -0.1752 -0.0976 -27 2010 2016 -0.1691 -0.2099 -0.1283 -27 2010 2019 -0.1832 -0.2265 -0.1399 -27 2010 2022 -0.2992 -0.3531 -0.2452 -27 2013 2016 -0.0327 -0.0721 0.0067 -27 2013 2019 -0.0468 -0.0914 -0.0023 -27 2013 2022 -0.1628 -0.2174 -0.1082 -27 2016 2019 -0.0141 -0.0539 0.0257 -27 2016 2022 -0.1301 -0.1824 -0.0778 -27 2019 2022 -0.116 -0.1643 -0.0676 -28 2007 2010 -0.0207 -0.0872 0.0458 -28 2007 2013 -0.0358 -0.1109 0.0394 -28 2007 2016 0.0226 -0.0545 0.0997 -28 2007 2019 0.0259 -0.0545 0.1063 -28 2007 2022 0.0359 -0.0557 0.1276 -28 2010 2013 -0.0149 -0.0785 0.0487 -28 2010 2016 0.0433 -0.0257 0.1123 -28 2010 2019 0.0464 -0.0278 0.1206 -28 2010 2022 0.0567 -0.0302 0.1437 -28 2013 2016 0.0581 -0.0032 0.1193 -28 2013 2019 0.0617 -0.0088 0.1322 -28 2013 2022 0.0718 -0.0121 0.1557 -28 2016 2019 0.0033 -0.0567 0.0633 -28 2016 2022 0.0133 -0.0636 0.0903 -28 2019 2022 0.01 -0.0566 0.0766 +1 2007 2010 0.017 -0.0056 0.0396 +1 2007 2013 -0.0128 -0.0396 0.014 +1 2007 2016 -0.0192 -0.0465 0.0082 +1 2007 2019 -0.077 -0.1066 -0.0473 +1 2007 2022 -0.1121 -0.1446 -0.0796 +1 2007 2025 -0.0595 -0.0977 -0.0214 +1 2010 2013 -0.0298 -0.053 -0.0067 +1 2010 2016 -0.0362 -0.0612 -0.0112 +1 2010 2019 -0.094 -0.1224 -0.0656 +1 2010 2022 -0.1291 -0.1609 -0.0974 +1 2010 2025 -0.0766 -0.1141 -0.039 +1 2013 2016 -0.0063 -0.0302 0.0175 +1 2013 2019 -0.0641 -0.0926 -0.0357 +1 2013 2022 -0.0993 -0.1313 -0.0673 +1 2013 2025 -0.0467 -0.0847 -0.0087 +1 2016 2019 -0.0578 -0.0823 -0.0333 +1 2016 2022 -0.0929 -0.1234 -0.0625 +1 2016 2025 -0.0404 -0.0776 -0.0031 +1 2019 2022 -0.0352 -0.0607 -0.0096 +1 2019 2025 0.0174 -0.0174 0.0523 +1 2022 2025 0.0526 0.0226 0.0826 +2 2007 2010 0.0228 0.005 0.0406 +2 2007 2013 -0.0292 -0.0499 -0.0084 +2 2007 2016 -0.0633 -0.0846 -0.042 +2 2007 2019 -0.1017 -0.1241 -0.0793 +2 2007 2022 -0.1149 -0.1386 -0.0911 +2 2007 2025 -0.0699 -0.0986 -0.0413 +2 2010 2013 -0.052 -0.07 -0.0341 +2 2010 2016 -0.0862 -0.1064 -0.0659 +2 2010 2019 -0.1245 -0.1463 -0.1028 +2 2010 2022 -0.1377 -0.1608 -0.1146 +2 2010 2025 -0.0928 -0.1208 -0.0647 +2 2013 2016 -0.0341 -0.0532 -0.0151 +2 2013 2019 -0.0725 -0.0945 -0.0506 +2 2013 2022 -0.0857 -0.109 -0.0623 +2 2013 2025 -0.0407 -0.0693 -0.0122 +2 2016 2019 -0.0384 -0.0575 -0.0193 +2 2016 2022 -0.0516 -0.074 -0.0291 +2 2016 2025 -0.0066 -0.0348 0.0216 +2 2019 2022 -0.0131 -0.0328 0.0065 +2 2019 2025 0.0318 0.0051 0.0585 +2 2022 2025 0.0449 0.0217 0.0681 +3 2007 2010 -0.0098 -0.076 0.0565 +3 2007 2013 -0.023 -0.0976 0.0515 +3 2007 2016 0.0317 -0.0441 0.1074 +3 2007 2019 0.0456 -0.0322 0.1235 +3 2007 2022 0.1022 0.0214 0.183 +3 2007 2025 0.1878 0.0893 0.2863 +3 2010 2013 -0.0132 -0.078 0.0515 +3 2010 2016 0.0414 -0.0284 0.1113 +3 2010 2019 0.0554 -0.0179 0.1287 +3 2010 2022 0.112 0.0347 0.1892 +3 2010 2025 0.1976 0.1017 0.2935 +3 2013 2016 0.0547 -0.0075 0.1169 +3 2013 2019 0.0687 -0.0012 0.1385 +3 2013 2022 0.1252 0.0507 0.1997 +3 2013 2025 0.2108 0.1171 0.3046 +3 2016 2019 0.014 -0.046 0.0739 +3 2016 2022 0.0705 0.0026 0.1384 +3 2016 2025 0.1561 0.0673 0.245 +3 2019 2022 0.0566 -0.004 0.1171 +3 2019 2025 0.1422 0.0557 0.2286 +3 2022 2025 0.0856 0.0082 0.1631 +4 2007 2008 -0.0067 -0.0544 0.0411 +4 2007 2009 -0.0587 -0.1145 -0.0029 +4 2007 2010 -0.0476 -0.0998 0.0047 +4 2007 2011 -0.0364 -0.0938 0.0211 +4 2007 2012 -0.0636 -0.1226 -0.0045 +4 2007 2013 -0.1377 -0.1951 -0.0803 +4 2007 2014 -0.2268 -0.2883 -0.1653 +4 2007 2015 -0.2052 -0.2662 -0.1442 +4 2007 2016 -0.1916 -0.2498 -0.1334 +4 2007 2017 -0.2394 -0.2994 -0.1795 +4 2007 2018 -0.2442 -0.3048 -0.1836 +4 2007 2019 -0.2502 -0.3093 -0.1912 +4 2007 2020 -0.2204 -0.283 -0.1578 +4 2007 2021 -0.2344 -0.2951 -0.1737 +4 2007 2022 -0.3525 -0.4163 -0.2888 +4 2007 2023 -0.3222 -0.3859 -0.2586 +4 2007 2024 -0.3134 -0.3766 -0.2501 +4 2007 2025 -0.3026 -0.364 -0.2411 +4 2008 2009 -0.052 -0.1013 -0.0028 +4 2008 2010 -0.0409 -0.0931 0.0113 +4 2008 2011 -0.0297 -0.0839 0.0245 +4 2008 2012 -0.0569 -0.1143 5e-04 +4 2008 2013 -0.131 -0.1894 -0.0725 +4 2008 2014 -0.2201 -0.2796 -0.1606 +4 2008 2015 -0.1985 -0.258 -0.1391 +4 2008 2016 -0.185 -0.2429 -0.127 +4 2008 2017 -0.2327 -0.2896 -0.1758 +4 2008 2018 -0.2375 -0.2971 -0.1779 +4 2008 2019 -0.2436 -0.3026 -0.1845 +4 2008 2020 -0.2138 -0.2736 -0.154 +4 2008 2021 -0.2278 -0.2866 -0.1689 +4 2008 2022 -0.3459 -0.41 -0.2817 +4 2008 2023 -0.3156 -0.3766 -0.2545 +4 2008 2024 -0.3067 -0.3684 -0.245 +4 2008 2025 -0.2959 -0.3581 -0.2337 +4 2009 2010 0.0111 -0.038 0.0602 +4 2009 2011 0.0223 -0.0343 0.0789 +4 2009 2012 -0.0049 -0.0621 0.0524 +4 2009 2013 -0.079 -0.139 -0.019 +4 2009 2014 -0.1681 -0.2307 -0.1055 +4 2009 2015 -0.1465 -0.2063 -0.0867 +4 2009 2016 -0.1329 -0.1925 -0.0734 +4 2009 2017 -0.1807 -0.2408 -0.1207 +4 2009 2018 -0.1855 -0.2455 -0.1256 +4 2009 2019 -0.1916 -0.2527 -0.1304 +4 2009 2020 -0.1617 -0.2247 -0.0988 +4 2009 2021 -0.1757 -0.2359 -0.1156 +4 2009 2022 -0.2939 -0.359 -0.2288 +4 2009 2023 -0.2636 -0.3274 -0.1997 +4 2009 2024 -0.2547 -0.3176 -0.1918 +4 2009 2025 -0.2439 -0.3075 -0.1803 +4 2010 2011 0.0112 -0.0374 0.0599 +4 2010 2012 -0.016 -0.0702 0.0383 +4 2010 2013 -0.0901 -0.144 -0.0362 +4 2010 2014 -0.1792 -0.2379 -0.1206 +4 2010 2015 -0.1576 -0.2157 -0.0995 +4 2010 2016 -0.144 -0.1997 -0.0884 +4 2010 2017 -0.1918 -0.2495 -0.1342 +4 2010 2018 -0.1966 -0.2547 -0.1386 +4 2010 2019 -0.2027 -0.2597 -0.1457 +4 2010 2020 -0.1729 -0.2336 -0.1121 +4 2010 2021 -0.1868 -0.245 -0.1287 +4 2010 2022 -0.305 -0.3665 -0.2434 +4 2010 2023 -0.2747 -0.3359 -0.2134 +4 2010 2024 -0.2658 -0.3268 -0.2047 +4 2010 2025 -0.255 -0.3145 -0.1955 +4 2011 2012 -0.0272 -0.0778 0.0234 +4 2011 2013 -0.1013 -0.1571 -0.0455 +4 2011 2014 -0.1904 -0.2492 -0.1317 +4 2011 2015 -0.1688 -0.2286 -0.1091 +4 2011 2016 -0.1552 -0.2135 -0.097 +4 2011 2017 -0.203 -0.2608 -0.1453 +4 2011 2018 -0.2078 -0.2681 -0.1475 +4 2011 2019 -0.2139 -0.2735 -0.1542 +4 2011 2020 -0.1841 -0.2444 -0.1237 +4 2011 2021 -0.198 -0.2576 -0.1384 +4 2011 2022 -0.3162 -0.3804 -0.252 +4 2011 2023 -0.2859 -0.3479 -0.2238 +4 2011 2024 -0.277 -0.3401 -0.2139 +4 2011 2025 -0.2662 -0.3291 -0.2032 +4 2012 2013 -0.0741 -0.1247 -0.0236 +4 2012 2014 -0.1633 -0.2213 -0.1052 +4 2012 2015 -0.1416 -0.199 -0.0843 +4 2012 2016 -0.1281 -0.1871 -0.069 +4 2012 2017 -0.1759 -0.235 -0.1167 +4 2012 2018 -0.1806 -0.2395 -0.1218 +4 2012 2019 -0.1867 -0.2471 -0.1263 +4 2012 2020 -0.1569 -0.2193 -0.0944 +4 2012 2021 -0.1709 -0.23 -0.1117 +4 2012 2022 -0.289 -0.3548 -0.2231 +4 2012 2023 -0.2587 -0.3223 -0.195 +4 2012 2024 -0.2498 -0.3119 -0.1877 +4 2012 2025 -0.239 -0.3024 -0.1756 +4 2013 2014 -0.0892 -0.1403 -0.038 +4 2013 2015 -0.0675 -0.124 -0.0111 +4 2013 2016 -0.054 -0.1101 0.0022 +4 2013 2017 -0.1018 -0.1607 -0.0428 +4 2013 2018 -0.1065 -0.1661 -0.047 +4 2013 2019 -0.1126 -0.1713 -0.0539 +4 2013 2020 -0.0828 -0.1459 -0.0197 +4 2013 2021 -0.0968 -0.1573 -0.0362 +4 2013 2022 -0.2149 -0.2783 -0.1515 +4 2013 2023 -0.1846 -0.248 -0.1212 +4 2013 2024 -0.1757 -0.2392 -0.1122 +4 2013 2025 -0.1649 -0.2267 -0.1031 +4 2014 2015 0.0216 -0.0305 0.0737 +4 2014 2016 0.0352 -0.023 0.0934 +4 2014 2017 -0.0126 -0.0703 0.0451 +4 2014 2018 -0.0174 -0.0779 0.0431 +4 2014 2019 -0.0234 -0.0846 0.0377 +4 2014 2020 0.0064 -0.0566 0.0693 +4 2014 2021 -0.0076 -0.0697 0.0545 +4 2014 2022 -0.1257 -0.192 -0.0595 +4 2014 2023 -0.0954 -0.159 -0.0319 +4 2014 2024 -0.0866 -0.1506 -0.0225 +4 2014 2025 -0.0758 -0.1408 -0.0107 +4 2015 2016 0.0136 -0.0366 0.0638 +4 2015 2017 -0.0342 -0.0904 0.022 +4 2015 2018 -0.039 -0.0965 0.0185 +4 2015 2019 -0.0451 -0.1047 0.0146 +4 2015 2020 -0.0152 -0.0781 0.0476 +4 2015 2021 -0.0292 -0.0891 0.0307 +4 2015 2022 -0.1473 -0.2128 -0.0819 +4 2015 2023 -0.117 -0.1804 -0.0536 +4 2015 2024 -0.1082 -0.1712 -0.0452 +4 2015 2025 -0.0974 -0.1611 -0.0336 +4 2016 2017 -0.0478 -0.0975 0.0019 +4 2016 2018 -0.0526 -0.1089 0.0037 +4 2016 2019 -0.0586 -0.1146 -0.0026 +4 2016 2020 -0.0288 -0.0894 0.0317 +4 2016 2021 -0.0428 -0.1021 0.0165 +4 2016 2022 -0.1609 -0.2232 -0.0986 +4 2016 2023 -0.1306 -0.1928 -0.0684 +4 2016 2024 -0.1217 -0.1847 -0.0588 +4 2016 2025 -0.1109 -0.1723 -0.0496 +4 2017 2018 -0.0048 -0.0552 0.0456 +4 2017 2019 -0.0108 -0.0668 0.0451 +4 2017 2020 0.019 -0.0385 0.0765 +4 2017 2021 0.005 -0.0536 0.0636 +4 2017 2022 -0.1131 -0.177 -0.0492 +4 2017 2023 -0.0828 -0.1436 -0.022 +4 2017 2024 -0.074 -0.1362 -0.0117 +4 2017 2025 -0.0632 -0.1261 -2e-04 +4 2018 2019 -0.006 -0.0562 0.0441 +4 2018 2020 0.0238 -0.0355 0.0831 +4 2018 2021 0.0098 -0.047 0.0665 +4 2018 2022 -0.1083 -0.1717 -0.045 +4 2018 2023 -0.078 -0.1406 -0.0154 +4 2018 2024 -0.0692 -0.1305 -0.0078 +4 2018 2025 -0.0584 -0.1211 0.0043 +4 2019 2020 0.0298 -0.0231 0.0828 +4 2019 2021 0.0158 -0.0397 0.0714 +4 2019 2022 -0.1023 -0.1626 -0.042 +4 2019 2023 -0.072 -0.1337 -0.0102 +4 2019 2024 -0.0631 -0.1251 -0.0012 +4 2019 2025 -0.0523 -0.1132 0.0085 +4 2020 2021 -0.014 -0.0665 0.0385 +4 2020 2022 -0.1321 -0.1953 -0.069 +4 2020 2023 -0.1018 -0.1628 -0.0408 +4 2020 2024 -0.0929 -0.1556 -0.0302 +4 2020 2025 -0.0821 -0.1472 -0.0171 +4 2021 2022 -0.1181 -0.1719 -0.0643 +4 2021 2023 -0.0878 -0.146 -0.0296 +4 2021 2024 -0.079 -0.1375 -0.0204 +4 2021 2025 -0.0681 -0.1297 -0.0066 +4 2022 2023 0.0303 -0.025 0.0856 +4 2022 2024 0.0392 -0.0236 0.1019 +4 2022 2025 0.05 -0.0119 0.1119 +4 2023 2024 0.0089 -0.0449 0.0627 +4 2023 2025 0.0197 -0.0411 0.0804 +4 2024 2025 0.0108 -0.0438 0.0654 +5 2007 2010 0.0299 -0.01 0.0698 +5 2007 2013 -0.0311 -0.0777 0.0154 +5 2007 2016 -0.0898 -0.138 -0.0417 +5 2007 2019 -0.0917 -0.1416 -0.0417 +5 2007 2022 -0.0782 -0.1291 -0.0273 +5 2007 2025 -0.0303 -0.0909 0.0302 +5 2010 2013 -0.061 -0.1008 -0.0212 +5 2010 2016 -0.1199 -0.1667 -0.0732 +5 2010 2019 -0.1216 -0.1701 -0.073 +5 2010 2022 -0.1081 -0.1568 -0.0593 +5 2010 2025 -0.0602 -0.119 -0.0015 +5 2013 2016 -0.0589 -0.1008 -0.0169 +5 2013 2019 -0.0606 -0.108 -0.0132 +5 2013 2022 -0.047 -0.0955 0.0014 +5 2013 2025 8e-04 -0.0587 0.0603 +5 2016 2019 -0.0018 -0.0436 0.0401 +5 2016 2022 0.0117 -0.0353 0.0587 +5 2016 2025 0.0597 6e-04 0.1187 +5 2019 2022 0.0135 -0.0286 0.0557 +5 2019 2025 0.0613 0.0045 0.1182 +5 2022 2025 0.0478 -7e-04 0.0962 +6 2007 2008 0.0203 -0.0158 0.0563 +6 2007 2009 -0.0042 -0.0492 0.0408 +6 2007 2010 0.0186 -0.0301 0.0673 +6 2007 2011 0.0545 0.0037 0.1053 +6 2007 2012 0.0653 0.0136 0.117 +6 2007 2013 0.0423 -0.0109 0.0954 +6 2007 2014 0.0435 -0.0103 0.0972 +6 2007 2015 0.0408 -0.0135 0.0951 +6 2007 2016 0.0134 -0.0405 0.0673 +6 2007 2017 -0.0056 -0.0606 0.0494 +6 2007 2018 -0.0352 -0.0914 0.021 +6 2007 2019 -0.0691 -0.1258 -0.0124 +6 2007 2020 -0.0903 -0.1485 -0.0321 +6 2007 2021 -0.1145 -0.1718 -0.0571 +6 2007 2022 -0.1019 -0.16 -0.0438 +6 2007 2023 -0.1086 -0.1681 -0.0491 +6 2007 2024 -0.0856 -0.1459 -0.0254 +6 2007 2025 -0.087 -0.151 -0.0231 +6 2008 2009 -0.0245 -0.0598 0.0108 +6 2008 2010 -0.0017 -0.0438 0.0405 +6 2008 2011 0.0342 -0.0104 0.0789 +6 2008 2012 0.045 -0.0015 0.0915 +6 2008 2013 0.022 -0.0262 0.0702 +6 2008 2014 0.0232 -0.0258 0.0722 +6 2008 2015 0.0205 -0.0289 0.07 +6 2008 2016 -0.0069 -0.0569 0.0431 +6 2008 2017 -0.0259 -0.0771 0.0254 +6 2008 2018 -0.0555 -0.1081 -0.0029 +6 2008 2019 -0.0894 -0.1423 -0.0365 +6 2008 2020 -0.1106 -0.1653 -0.0559 +6 2008 2021 -0.1347 -0.189 -0.0804 +6 2008 2022 -0.1222 -0.1773 -0.067 +6 2008 2023 -0.1289 -0.1855 -0.0722 +6 2008 2024 -0.1059 -0.163 -0.0487 +6 2008 2025 -0.1073 -0.1682 -0.0464 +6 2009 2010 0.0228 -0.0117 0.0574 +6 2009 2011 0.0587 0.0166 0.1009 +6 2009 2012 0.0695 0.0237 0.1152 +6 2009 2013 0.0465 -0.002 0.095 +6 2009 2014 0.0477 -0.0019 0.0973 +6 2009 2015 0.045 -0.0048 0.0948 +6 2009 2016 0.0176 -0.0322 0.0674 +6 2009 2017 -0.0014 -0.0524 0.0496 +6 2009 2018 -0.031 -0.0827 0.0206 +6 2009 2019 -0.0649 -0.1171 -0.0127 +6 2009 2020 -0.0861 -0.1399 -0.0323 +6 2009 2021 -0.1102 -0.1637 -0.0568 +6 2009 2022 -0.0977 -0.1529 -0.0425 +6 2009 2023 -0.1044 -0.1613 -0.0474 +6 2009 2024 -0.0814 -0.139 -0.0238 +6 2009 2025 -0.0828 -0.1438 -0.0218 +6 2010 2011 0.0359 9e-04 0.0709 +6 2010 2012 0.0467 0.0039 0.0894 +6 2010 2013 0.0237 -0.0227 0.07 +6 2010 2014 0.0249 -0.0236 0.0733 +6 2010 2015 0.0222 -0.027 0.0714 +6 2010 2016 -0.0052 -0.0544 0.0439 +6 2010 2017 -0.0242 -0.075 0.0266 +6 2010 2018 -0.0539 -0.1054 -0.0023 +6 2010 2019 -0.0877 -0.1397 -0.0357 +6 2010 2020 -0.1089 -0.1627 -0.0551 +6 2010 2021 -0.1331 -0.1867 -0.0795 +6 2010 2022 -0.1205 -0.1756 -0.0654 +6 2010 2023 -0.1272 -0.1841 -0.0703 +6 2010 2024 -0.1042 -0.1617 -0.0467 +6 2010 2025 -0.1056 -0.1665 -0.0448 +6 2011 2012 0.0108 -0.0242 0.0458 +6 2011 2013 -0.0122 -0.0546 0.0302 +6 2011 2014 -0.011 -0.057 0.0349 +6 2011 2015 -0.0137 -0.0612 0.0338 +6 2011 2016 -0.0411 -0.0892 0.0069 +6 2011 2017 -0.0601 -0.1097 -0.0105 +6 2011 2018 -0.0898 -0.1405 -0.039 +6 2011 2019 -0.1236 -0.1753 -0.0719 +6 2011 2020 -0.1448 -0.1986 -0.0911 +6 2011 2021 -0.169 -0.2225 -0.1154 +6 2011 2022 -0.1564 -0.2112 -0.1016 +6 2011 2023 -0.1631 -0.2195 -0.1067 +6 2011 2024 -0.1401 -0.197 -0.0832 +6 2011 2025 -0.1415 -0.2024 -0.0807 +6 2012 2013 -0.023 -0.0577 0.0117 +6 2012 2014 -0.0218 -0.0636 0.02 +6 2012 2015 -0.0245 -0.0692 0.0203 +6 2012 2016 -0.0519 -0.0985 -0.0053 +6 2012 2017 -0.0709 -0.1194 -0.0223 +6 2012 2018 -0.1005 -0.1506 -0.0504 +6 2012 2019 -0.1344 -0.1859 -0.0829 +6 2012 2020 -0.1556 -0.2093 -0.1019 +6 2012 2021 -0.1797 -0.2328 -0.1266 +6 2012 2022 -0.1672 -0.2212 -0.1131 +6 2012 2023 -0.1739 -0.2294 -0.1183 +6 2012 2024 -0.1509 -0.2066 -0.0951 +6 2012 2025 -0.1523 -0.2128 -0.0919 +6 2013 2014 0.0012 -0.0341 0.0365 +6 2013 2015 -0.0014 -0.0437 0.0408 +6 2013 2016 -0.0289 -0.0744 0.0167 +6 2013 2017 -0.0479 -0.0969 0.0011 +6 2013 2018 -0.0775 -0.1284 -0.0266 +6 2013 2019 -0.1114 -0.163 -0.0597 +6 2013 2020 -0.1326 -0.187 -0.0781 +6 2013 2021 -0.1567 -0.2108 -0.1026 +6 2013 2022 -0.1441 -0.1988 -0.0895 +6 2013 2023 -0.1509 -0.2074 -0.0943 +6 2013 2024 -0.1279 -0.1844 -0.0713 +6 2013 2025 -0.1293 -0.1901 -0.0685 +6 2014 2015 -0.0026 -0.0379 0.0326 +6 2014 2016 -0.0301 -0.073 0.0128 +6 2014 2017 -0.0491 -0.096 -0.0021 +6 2014 2018 -0.0787 -0.1287 -0.0287 +6 2014 2019 -0.1126 -0.1642 -0.061 +6 2014 2020 -0.1338 -0.1876 -0.08 +6 2014 2021 -0.1579 -0.2114 -0.1045 +6 2014 2022 -0.1454 -0.1998 -0.0909 +6 2014 2023 -0.1521 -0.208 -0.0961 +6 2014 2024 -0.1291 -0.1856 -0.0725 +6 2014 2025 -0.1305 -0.1916 -0.0694 +6 2015 2016 -0.0274 -0.0632 0.0083 +6 2015 2017 -0.0464 -0.0905 -0.0023 +6 2015 2018 -0.0761 -0.124 -0.0282 +6 2015 2019 -0.1099 -0.16 -0.0598 +6 2015 2020 -0.1311 -0.1842 -0.078 +6 2015 2021 -0.1553 -0.2081 -0.1024 +6 2015 2022 -0.1427 -0.197 -0.0884 +6 2015 2023 -0.1494 -0.2056 -0.0932 +6 2015 2024 -0.1264 -0.183 -0.0698 +6 2015 2025 -0.1278 -0.1886 -0.067 +6 2016 2017 -0.019 -0.0542 0.0163 +6 2016 2018 -0.0486 -0.0918 -0.0055 +6 2016 2019 -0.0825 -0.1297 -0.0353 +6 2016 2020 -0.1037 -0.1547 -0.0526 +6 2016 2021 -0.1278 -0.1792 -0.0765 +6 2016 2022 -0.1153 -0.1685 -0.0621 +6 2016 2023 -0.122 -0.1773 -0.0666 +6 2016 2024 -0.099 -0.1555 -0.0425 +6 2016 2025 -0.1004 -0.1609 -0.04 +6 2017 2018 -0.0297 -0.0653 0.006 +6 2017 2019 -0.0635 -0.1082 -0.0188 +6 2017 2020 -0.0847 -0.1339 -0.0355 +6 2017 2021 -0.1089 -0.1593 -0.0585 +6 2017 2022 -0.0963 -0.1494 -0.0432 +6 2017 2023 -0.103 -0.1579 -0.0481 +6 2017 2024 -0.08 -0.1366 -0.0234 +6 2017 2025 -0.0814 -0.1425 -0.0204 +6 2018 2019 -0.0339 -0.0708 0.003 +6 2018 2020 -0.0551 -0.1007 -0.0094 +6 2018 2021 -0.0792 -0.1275 -0.0309 +6 2018 2022 -0.0666 -0.1188 -0.0145 +6 2018 2023 -0.0733 -0.128 -0.0187 +6 2018 2024 -0.0504 -0.1065 0.0058 +6 2018 2025 -0.0518 -0.1125 0.0089 +6 2019 2020 -0.0212 -0.0581 0.0158 +6 2019 2021 -0.0453 -0.0898 -9e-04 +6 2019 2022 -0.0328 -0.0823 0.0168 +6 2019 2023 -0.0395 -0.0929 0.0139 +6 2019 2024 -0.0165 -0.0713 0.0383 +6 2019 2025 -0.0179 -0.0767 0.0409 +6 2020 2021 -0.0241 -0.0608 0.0126 +6 2020 2022 -0.0116 -0.0579 0.0347 +6 2020 2023 -0.0183 -0.0694 0.0328 +6 2020 2024 0.0047 -0.0492 0.0586 +6 2020 2025 0.0033 -0.0553 0.0618 +6 2021 2022 0.0126 -0.024 0.0492 +6 2021 2023 0.0059 -0.0394 0.0512 +6 2021 2024 0.0289 -0.0208 0.0785 +6 2021 2025 0.0274 -0.0282 0.083 +6 2022 2023 -0.0067 -0.0434 0.03 +6 2022 2024 0.0163 -0.0288 0.0614 +6 2022 2025 0.0149 -0.0377 0.0674 +6 2023 2024 0.023 -0.0138 0.0598 +6 2023 2025 0.0216 -0.0267 0.0698 +6 2024 2025 -0.0014 -0.0392 0.0363 +7 2007 2010 0.0348 0.0019 0.0677 +7 2007 2013 0.0177 -0.0211 0.0566 +7 2007 2016 -0.024 -0.0648 0.0168 +7 2007 2019 -0.0979 -0.1414 -0.0544 +7 2007 2022 -0.093 -0.1392 -0.0469 +7 2007 2025 -0.0704 -0.1254 -0.0154 +7 2010 2013 -0.0171 -0.05 0.0158 +7 2010 2016 -0.0588 -0.0968 -0.0209 +7 2010 2019 -0.1328 -0.1749 -0.0906 +7 2010 2022 -0.1279 -0.1726 -0.0832 +7 2010 2025 -0.1052 -0.1594 -0.0511 +7 2013 2016 -0.0417 -0.0772 -0.0062 +7 2013 2019 -0.1156 -0.1579 -0.0734 +7 2013 2022 -0.1108 -0.1558 -0.0658 +7 2013 2025 -0.0881 -0.1429 -0.0334 +7 2016 2019 -0.0739 -0.1101 -0.0377 +7 2016 2022 -0.069 -0.1125 -0.0256 +7 2016 2025 -0.0464 -0.1005 0.0077 +7 2019 2022 0.0049 -0.0324 0.0421 +7 2019 2025 0.0275 -0.0231 0.0782 +7 2022 2025 0.0226 -0.0193 0.0646 +8 2007 2010 -0.0293 -0.0665 0.008 +8 2007 2013 -0.1755 -0.2186 -0.1324 +8 2007 2016 -0.2028 -0.2451 -0.1605 +8 2007 2019 -0.2199 -0.2632 -0.1765 +8 2007 2022 -0.3252 -0.3714 -0.2791 +8 2007 2025 -0.2952 -0.3524 -0.238 +8 2010 2013 -0.1463 -0.1855 -0.1071 +8 2010 2016 -0.1736 -0.2145 -0.1326 +8 2010 2019 -0.1906 -0.2331 -0.1481 +8 2010 2022 -0.296 -0.3416 -0.2504 +8 2010 2025 -0.2659 -0.3224 -0.2094 +8 2013 2016 -0.0273 -0.0672 0.0125 +8 2013 2019 -0.0444 -0.0883 -4e-04 +8 2013 2022 -0.1497 -0.1966 -0.1029 +8 2013 2025 -0.1197 -0.1777 -0.0617 +8 2016 2019 -0.017 -0.0566 0.0225 +8 2016 2022 -0.1224 -0.1673 -0.0775 +8 2016 2025 -0.0924 -0.1491 -0.0356 +8 2019 2022 -0.1054 -0.1471 -0.0636 +8 2019 2025 -0.0753 -0.1317 -0.0189 +8 2022 2025 0.0301 -0.0232 0.0833 +9 2007 2008 0.0085 -0.0385 0.0555 +9 2007 2009 -0.0018 -0.0594 0.0559 +9 2007 2010 0.0326 -0.0274 0.0927 +9 2007 2011 0.0382 -0.0258 0.1022 +9 2007 2012 0.04 -0.0242 0.1043 +9 2007 2013 1e-04 -0.0647 0.0648 +9 2007 2014 0.0196 -0.0466 0.0858 +9 2007 2015 -0.0455 -0.1116 0.0207 +9 2007 2016 -0.0646 -0.1302 0.001 +9 2007 2017 -0.0823 -0.1489 -0.0157 +9 2007 2018 -0.1077 -0.1757 -0.0397 +9 2007 2019 -0.0772 -0.1449 -0.0095 +9 2007 2020 -0.0775 -0.1467 -0.0083 +9 2007 2021 -0.1069 -0.1751 -0.0387 +9 2007 2022 -0.1076 -0.1769 -0.0382 +9 2007 2023 -0.1051 -0.1742 -0.0359 +9 2007 2024 -0.0523 -0.1215 0.0169 +9 2007 2025 -0.0434 -0.1148 0.0281 +9 2008 2009 -0.0103 -0.0567 0.0361 +9 2008 2010 0.0242 -0.0291 0.0775 +9 2008 2011 0.0298 -0.0277 0.0873 +9 2008 2012 0.0314 -0.0276 0.0904 +9 2008 2013 -0.0084 -0.0688 0.052 +9 2008 2014 0.0111 -0.0505 0.0727 +9 2008 2015 -0.054 -0.1157 0.0077 +9 2008 2016 -0.0732 -0.1353 -0.011 +9 2008 2017 -0.0908 -0.1537 -0.028 +9 2008 2018 -0.1162 -0.1812 -0.0513 +9 2008 2019 -0.0857 -0.1497 -0.0217 +9 2008 2020 -0.086 -0.1516 -0.0204 +9 2008 2021 -0.1155 -0.1803 -0.0506 +9 2008 2022 -0.1161 -0.1823 -0.0499 +9 2008 2023 -0.1136 -0.1792 -0.0479 +9 2008 2024 -0.0608 -0.1261 0.0044 +9 2008 2025 -0.0519 -0.1198 0.0161 +9 2009 2010 0.0344 -0.0113 0.08 +9 2009 2011 0.0401 -0.016 0.0962 +9 2009 2012 0.0417 -0.0175 0.1009 +9 2009 2013 0.0018 -0.0603 0.0639 +9 2009 2014 0.0214 -0.0422 0.0849 +9 2009 2015 -0.0437 -0.1066 0.0192 +9 2009 2016 -0.0629 -0.126 2e-04 +9 2009 2017 -0.0806 -0.1446 -0.0165 +9 2009 2018 -0.106 -0.1708 -0.0411 +9 2009 2019 -0.0755 -0.1402 -0.0107 +9 2009 2020 -0.0757 -0.1416 -0.0099 +9 2009 2021 -0.1052 -0.1699 -0.0405 +9 2009 2022 -0.1058 -0.1727 -0.0389 +9 2009 2023 -0.1033 -0.1705 -0.0362 +9 2009 2024 -0.0506 -0.1174 0.0163 +9 2009 2025 -0.0416 -0.1106 0.0274 +9 2010 2011 0.0056 -0.0408 0.052 +9 2010 2012 0.0073 -0.0475 0.0622 +9 2010 2013 -0.0326 -0.091 0.0259 +9 2010 2014 -0.013 -0.074 0.0479 +9 2010 2015 -0.0781 -0.1393 -0.017 +9 2010 2016 -0.0973 -0.1583 -0.0363 +9 2010 2017 -0.115 -0.1781 -0.0519 +9 2010 2018 -0.1404 -0.2047 -0.0761 +9 2010 2019 -0.1099 -0.1729 -0.0468 +9 2010 2020 -0.1101 -0.1749 -0.0453 +9 2010 2021 -0.1396 -0.2034 -0.0757 +9 2010 2022 -0.1402 -0.2059 -0.0745 +9 2010 2023 -0.1377 -0.2035 -0.0719 +9 2010 2024 -0.085 -0.1504 -0.0196 +9 2010 2025 -0.076 -0.1432 -0.0087 +9 2011 2012 0.0017 -0.0447 0.0482 +9 2011 2013 -0.0382 -0.0937 0.0174 +9 2011 2014 -0.0187 -0.0783 0.0409 +9 2011 2015 -0.0837 -0.1449 -0.0226 +9 2011 2016 -0.103 -0.1651 -0.0408 +9 2011 2017 -0.1206 -0.1843 -0.0569 +9 2011 2018 -0.1459 -0.2115 -0.0803 +9 2011 2019 -0.1155 -0.1806 -0.0503 +9 2011 2020 -0.1157 -0.1822 -0.0492 +9 2011 2021 -0.1452 -0.2103 -0.0801 +9 2011 2022 -0.1458 -0.2126 -0.079 +9 2011 2023 -0.1433 -0.2097 -0.0768 +9 2011 2024 -0.0905 -0.1564 -0.0247 +9 2011 2025 -0.0816 -0.1501 -0.0131 +9 2012 2013 -0.0399 -0.086 0.0062 +9 2012 2014 -0.0204 -0.0747 0.034 +9 2012 2015 -0.0855 -0.1428 -0.0281 +9 2012 2016 -0.1047 -0.1647 -0.0448 +9 2012 2017 -0.1223 -0.1849 -0.0596 +9 2012 2018 -0.1476 -0.2117 -0.0835 +9 2012 2019 -0.1172 -0.1814 -0.0531 +9 2012 2020 -0.1175 -0.1834 -0.0515 +9 2012 2021 -0.1469 -0.2108 -0.083 +9 2012 2022 -0.1475 -0.2129 -0.0822 +9 2012 2023 -0.145 -0.2101 -0.0799 +9 2012 2024 -0.0923 -0.1565 -0.0281 +9 2012 2025 -0.0833 -0.1513 -0.0153 +9 2013 2014 0.0196 -0.0269 0.0661 +9 2013 2015 -0.0455 -0.0995 0.0085 +9 2013 2016 -0.0648 -0.1228 -0.0068 +9 2013 2017 -0.0823 -0.1439 -0.0207 +9 2013 2018 -0.1078 -0.1712 -0.0443 +9 2013 2019 -0.0773 -0.14 -0.0146 +9 2013 2020 -0.0775 -0.1431 -0.012 +9 2013 2021 -0.107 -0.1715 -0.0425 +9 2013 2022 -0.1076 -0.1733 -0.0419 +9 2013 2023 -0.1051 -0.1707 -0.0395 +9 2013 2024 -0.0524 -0.1166 0.0119 +9 2013 2025 -0.0434 -0.1113 0.0245 +9 2014 2015 -0.0651 -0.1116 -0.0185 +9 2014 2016 -0.0842 -0.1395 -0.029 +9 2014 2017 -0.1019 -0.1617 -0.0422 +9 2014 2018 -0.1274 -0.1902 -0.0646 +9 2014 2019 -0.0968 -0.1595 -0.0341 +9 2014 2020 -0.0971 -0.162 -0.0322 +9 2014 2021 -0.1266 -0.1909 -0.0622 +9 2014 2022 -0.1272 -0.1933 -0.061 +9 2014 2023 -0.1247 -0.1901 -0.0592 +9 2014 2024 -0.0719 -0.1369 -0.007 +9 2014 2025 -0.063 -0.1317 0.0058 +9 2015 2016 -0.0193 -0.0654 0.0269 +9 2015 2017 -0.0368 -0.0933 0.0197 +9 2015 2018 -0.0623 -0.1224 -0.0023 +9 2015 2019 -0.0318 -0.093 0.0295 +9 2015 2020 -0.032 -0.0957 0.0317 +9 2015 2021 -0.0615 -0.1243 0.0013 +9 2015 2022 -0.0621 -0.1266 0.0024 +9 2015 2023 -0.0596 -0.1244 0.0052 +9 2015 2024 -0.0069 -0.0716 0.0578 +9 2015 2025 0.0021 -0.0658 0.07 +9 2016 2017 -0.0176 -0.0643 0.029 +9 2016 2018 -0.043 -0.0989 0.0128 +9 2016 2019 -0.0126 -0.0712 0.0461 +9 2016 2020 -0.0128 -0.0751 0.0494 +9 2016 2021 -0.0423 -0.1041 0.0196 +9 2016 2022 -0.0429 -0.1067 0.0209 +9 2016 2023 -0.0404 -0.1047 0.0239 +9 2016 2024 0.0124 -0.0525 0.0772 +9 2016 2025 0.0213 -0.0463 0.0889 +9 2017 2018 -0.0254 -0.072 0.0212 +9 2017 2019 0.0051 -0.0514 0.0615 +9 2017 2020 0.0048 -0.0555 0.0651 +9 2017 2021 -0.0246 -0.0861 0.0369 +9 2017 2022 -0.0253 -0.0901 0.0395 +9 2017 2023 -0.0228 -0.0868 0.0413 +9 2017 2024 0.03 -0.0349 0.0949 +9 2017 2025 0.0391 -0.0297 0.1078 +9 2018 2019 0.0305 -0.0171 0.078 +9 2018 2020 0.0302 -0.0266 0.087 +9 2018 2021 8e-04 -0.0584 0.0601 +9 2018 2022 1e-04 -0.0638 0.064 +9 2018 2023 0.0027 -0.0619 0.0673 +9 2018 2024 0.0554 -0.0098 0.1205 +9 2018 2025 0.0645 -0.0046 0.1335 +9 2019 2020 -2e-04 -0.0474 0.0469 +9 2019 2021 -0.0298 -0.0852 0.0257 +9 2019 2022 -0.0303 -0.0919 0.0313 +9 2019 2023 -0.0278 -0.0917 0.0361 +9 2019 2024 0.0249 -0.0394 0.0892 +9 2019 2025 0.034 -0.0332 0.1011 +9 2020 2021 -0.0295 -0.0765 0.0175 +9 2020 2022 -0.0301 -0.0884 0.0282 +9 2020 2023 -0.0275 -0.0891 0.034 +9 2020 2024 0.0252 -0.0394 0.0897 +9 2020 2025 0.0341 -0.0341 0.1024 +9 2021 2022 -6e-04 -0.0481 0.0468 +9 2021 2023 0.0019 -0.0541 0.0578 +9 2021 2024 0.0547 -0.0054 0.1148 +9 2021 2025 0.0637 -0.0018 0.1292 +9 2022 2023 0.0025 -0.0454 0.0505 +9 2022 2024 0.0552 -0.0032 0.1137 +9 2022 2025 0.0643 4e-04 0.1282 +9 2023 2024 0.0527 0.0046 0.1009 +9 2023 2025 0.0617 0.0022 0.1213 +9 2024 2025 0.0089 -0.0395 0.0574 +10 2007 2008 0.0361 0.0118 0.0604 +10 2007 2009 0.0292 -1e-04 0.0585 +10 2007 2010 0.0273 -0.0035 0.0582 +10 2007 2011 0.0394 0.0063 0.0724 +10 2007 2012 0.0522 0.018 0.0864 +10 2007 2013 0.0193 -0.0155 0.054 +10 2007 2014 -0.0099 -0.0458 0.026 +10 2007 2015 0.0351 -8e-04 0.0711 +10 2007 2016 0.0219 -0.0133 0.057 +10 2007 2017 0.0086 -0.0278 0.0451 +10 2007 2018 -0.0089 -0.0454 0.0277 +10 2007 2019 -0.0308 -0.0675 0.0059 +10 2007 2020 -0.0374 -0.0754 6e-04 +10 2007 2021 -0.0778 -0.1154 -0.0402 +10 2007 2022 -0.071 -0.1098 -0.0321 +10 2007 2023 -0.0941 -0.1343 -0.054 +10 2007 2024 -0.0968 -0.1373 -0.0562 +10 2007 2025 -0.044 -0.0856 -0.0024 +10 2008 2009 -0.0068 -0.0306 0.0169 +10 2008 2010 -0.0087 -0.0367 0.0192 +10 2008 2011 0.0033 -0.0264 0.033 +10 2008 2012 0.0161 -0.0155 0.0478 +10 2008 2013 -0.0168 -0.0499 0.0163 +10 2008 2014 -0.046 -0.0795 -0.0124 +10 2008 2015 -9e-04 -0.0346 0.0327 +10 2008 2016 -0.0142 -0.0474 0.019 +10 2008 2017 -0.0274 -0.0613 0.0065 +10 2008 2018 -0.0449 -0.0794 -0.0105 +10 2008 2019 -0.0668 -0.1021 -0.0316 +10 2008 2020 -0.0735 -0.1092 -0.0378 +10 2008 2021 -0.1139 -0.1498 -0.0779 +10 2008 2022 -0.107 -0.1449 -0.0691 +10 2008 2023 -0.1302 -0.1686 -0.0917 +10 2008 2024 -0.1328 -0.1721 -0.0936 +10 2008 2025 -0.08 -0.1208 -0.0393 +10 2009 2010 -0.0019 -0.0256 0.0218 +10 2009 2011 0.0101 -0.0181 0.0383 +10 2009 2012 0.023 -0.0069 0.0528 +10 2009 2013 -0.01 -0.0419 0.0219 +10 2009 2014 -0.0391 -0.0723 -0.006 +10 2009 2015 0.0059 -0.0268 0.0386 +10 2009 2016 -0.0074 -0.0399 0.0252 +10 2009 2017 -0.0206 -0.0541 0.0129 +10 2009 2018 -0.0381 -0.0714 -0.0048 +10 2009 2019 -0.06 -0.0947 -0.0254 +10 2009 2020 -0.0667 -0.1022 -0.0311 +10 2009 2021 -0.107 -0.1425 -0.0716 +10 2009 2022 -0.1002 -0.1378 -0.0626 +10 2009 2023 -0.1234 -0.1619 -0.0849 +10 2009 2024 -0.126 -0.1647 -0.0873 +10 2009 2025 -0.0732 -0.1136 -0.0329 +10 2010 2011 0.012 -0.012 0.0361 +10 2010 2012 0.0249 -0.0033 0.0531 +10 2010 2013 -0.0081 -0.038 0.0218 +10 2010 2014 -0.0372 -0.0691 -0.0053 +10 2010 2015 0.0078 -0.0245 0.0401 +10 2010 2016 -0.0055 -0.037 0.0261 +10 2010 2017 -0.0187 -0.0517 0.0143 +10 2010 2018 -0.0362 -0.0691 -0.0032 +10 2010 2019 -0.0581 -0.0919 -0.0243 +10 2010 2020 -0.0647 -0.1002 -0.0293 +10 2010 2021 -0.1051 -0.1405 -0.0697 +10 2010 2022 -0.0983 -0.1351 -0.0615 +10 2010 2023 -0.1214 -0.1598 -0.0831 +10 2010 2024 -0.1241 -0.1629 -0.0853 +10 2010 2025 -0.0713 -0.1111 -0.0315 +10 2011 2012 0.0129 -0.0114 0.0372 +10 2011 2013 -0.0201 -0.0489 0.0087 +10 2011 2014 -0.0492 -0.0802 -0.0183 +10 2011 2015 -0.0042 -0.0362 0.0278 +10 2011 2016 -0.0175 -0.049 0.014 +10 2011 2017 -0.0307 -0.063 0.0015 +10 2011 2018 -0.0482 -0.081 -0.0154 +10 2011 2019 -0.0701 -0.104 -0.0363 +10 2011 2020 -0.0768 -0.1117 -0.0419 +10 2011 2021 -0.1171 -0.1524 -0.0819 +10 2011 2022 -0.1103 -0.1477 -0.0729 +10 2011 2023 -0.1335 -0.1717 -0.0952 +10 2011 2024 -0.1361 -0.175 -0.0973 +10 2011 2025 -0.0833 -0.124 -0.0427 +10 2012 2013 -0.033 -0.0575 -0.0084 +10 2012 2014 -0.0621 -0.0913 -0.0329 +10 2012 2015 -0.0171 -0.0473 0.0131 +10 2012 2016 -0.0303 -0.0613 7e-04 +10 2012 2017 -0.0436 -0.0758 -0.0113 +10 2012 2018 -0.0611 -0.0934 -0.0288 +10 2012 2019 -0.083 -0.1168 -0.0492 +10 2012 2020 -0.0896 -0.1248 -0.0545 +10 2012 2021 -0.13 -0.1651 -0.0949 +10 2012 2022 -0.1232 -0.1605 -0.0858 +10 2012 2023 -0.1463 -0.1847 -0.1079 +10 2012 2024 -0.149 -0.1877 -0.1103 +10 2012 2025 -0.0962 -0.1366 -0.0558 +10 2013 2014 -0.0291 -0.0539 -0.0044 +10 2013 2015 0.0159 -0.0131 0.0449 +10 2013 2016 0.0026 -0.0273 0.0326 +10 2013 2017 -0.0106 -0.0429 0.0217 +10 2013 2018 -0.0281 -0.0608 0.0045 +10 2013 2019 -0.05 -0.0836 -0.0164 +10 2013 2020 -0.0567 -0.0924 -0.021 +10 2013 2021 -0.097 -0.1326 -0.0614 +10 2013 2022 -0.0902 -0.1272 -0.0532 +10 2013 2023 -0.1134 -0.152 -0.0747 +10 2013 2024 -0.116 -0.1552 -0.0769 +10 2013 2025 -0.0632 -0.1036 -0.0229 +10 2014 2015 0.045 0.0203 0.0698 +10 2014 2016 0.0318 0.0027 0.0608 +10 2014 2017 0.0185 -0.0126 0.0497 +10 2014 2018 0.001 -0.0315 0.0336 +10 2014 2019 -0.0209 -0.0549 0.0131 +10 2014 2020 -0.0275 -0.0628 0.0078 +10 2014 2021 -0.0679 -0.1034 -0.0324 +10 2014 2022 -0.0611 -0.0983 -0.0238 +10 2014 2023 -0.0842 -0.1225 -0.0459 +10 2014 2024 -0.0869 -0.1261 -0.0477 +10 2014 2025 -0.0341 -0.0747 0.0065 +10 2015 2016 -0.0133 -0.0376 0.011 +10 2015 2017 -0.0265 -0.0557 0.0027 +10 2015 2018 -0.044 -0.0748 -0.0132 +10 2015 2019 -0.0659 -0.099 -0.0329 +10 2015 2020 -0.0726 -0.1071 -0.038 +10 2015 2021 -0.1129 -0.1476 -0.0782 +10 2015 2022 -0.1061 -0.1432 -0.069 +10 2015 2023 -0.1293 -0.1675 -0.091 +10 2015 2024 -0.1319 -0.1707 -0.0931 +10 2015 2025 -0.0791 -0.1196 -0.0386 +10 2016 2017 -0.0132 -0.0374 0.0109 +10 2016 2018 -0.0307 -0.0589 -0.0026 +10 2016 2019 -0.0527 -0.083 -0.0223 +10 2016 2020 -0.0593 -0.0923 -0.0263 +10 2016 2021 -0.0997 -0.1333 -0.066 +10 2016 2022 -0.0928 -0.1286 -0.0571 +10 2016 2023 -0.116 -0.1533 -0.0787 +10 2016 2024 -0.1187 -0.1567 -0.0806 +10 2016 2025 -0.0659 -0.1055 -0.0262 +10 2017 2018 -0.0175 -0.0418 0.0068 +10 2017 2019 -0.0394 -0.0688 -0.0101 +10 2017 2020 -0.0461 -0.0777 -0.0144 +10 2017 2021 -0.0864 -0.1197 -0.0531 +10 2017 2022 -0.0796 -0.1157 -0.0434 +10 2017 2023 -0.1028 -0.1399 -0.0656 +10 2017 2024 -0.1054 -0.1437 -0.0672 +10 2017 2025 -0.0526 -0.0927 -0.0126 +10 2018 2019 -0.0219 -0.0464 0.0026 +10 2018 2020 -0.0285 -0.0586 0.0015 +10 2018 2021 -0.0689 -0.1001 -0.0378 +10 2018 2022 -0.0621 -0.0966 -0.0275 +10 2018 2023 -0.0852 -0.1216 -0.0489 +10 2018 2024 -0.0879 -0.1248 -0.051 +10 2018 2025 -0.0351 -0.0741 0.0038 +10 2019 2020 -0.0066 -0.0321 0.0188 +10 2019 2021 -0.047 -0.0761 -0.0179 +10 2019 2022 -0.0402 -0.0725 -0.0078 +10 2019 2023 -0.0633 -0.0982 -0.0285 +10 2019 2024 -0.066 -0.1017 -0.0303 +10 2019 2025 -0.0132 -0.0509 0.0245 +10 2020 2021 -0.0404 -0.0655 -0.0152 +10 2020 2022 -0.0335 -0.0651 -0.002 +10 2020 2023 -0.0567 -0.0899 -0.0235 +10 2020 2024 -0.0594 -0.0944 -0.0244 +10 2020 2025 -0.0066 -0.0443 0.0312 +10 2021 2022 0.0068 -0.0184 0.0321 +10 2021 2023 -0.0163 -0.0465 0.0139 +10 2021 2024 -0.019 -0.051 0.013 +10 2021 2025 0.0338 -0.0015 0.0691 +10 2022 2023 -0.0232 -0.0492 0.0029 +10 2022 2024 -0.0258 -0.0566 0.005 +10 2022 2025 0.027 -0.0067 0.0606 +10 2023 2024 -0.0027 -0.0278 0.0225 +10 2023 2025 0.0501 0.0187 0.0816 +10 2024 2025 0.0528 0.0272 0.0784 +11 2007 2010 0.0535 0.0379 0.0692 +11 2007 2013 0.0308 0.0131 0.0485 +11 2007 2016 -0.0045 -0.0223 0.0133 +11 2007 2019 -0.0368 -0.0555 -0.018 +11 2007 2022 -0.0161 -0.0354 0.0032 +11 2007 2025 0.0743 0.0511 0.0975 +11 2010 2013 -0.0227 -0.0389 -0.0065 +11 2010 2016 -0.058 -0.0751 -0.0408 +11 2010 2019 -0.0903 -0.1086 -0.0719 +11 2010 2022 -0.0696 -0.0887 -0.0505 +11 2010 2025 0.0208 -0.0022 0.0438 +11 2013 2016 -0.0353 -0.0516 -0.019 +11 2013 2019 -0.0676 -0.0859 -0.0493 +11 2013 2022 -0.0469 -0.0662 -0.0276 +11 2013 2025 0.0434 0.0196 0.0673 +11 2016 2019 -0.0323 -0.048 -0.0166 +11 2016 2022 -0.0116 -0.029 0.0058 +11 2016 2025 0.0787 0.0569 0.1006 +11 2019 2022 0.0207 0.0047 0.0366 +11 2019 2025 0.111 0.09 0.1321 +11 2022 2025 0.0904 0.0709 0.1098 +12 2007 2008 0.0196 -9e-04 0.0402 +12 2007 2009 -2e-04 -0.0251 0.0247 +12 2007 2010 0.0174 -0.0082 0.0429 +12 2007 2011 0.0352 0.008 0.0625 +12 2007 2012 0.0454 0.0176 0.0733 +12 2007 2013 0.0064 -0.0216 0.0345 +12 2007 2014 -0.0321 -0.061 -0.0032 +12 2007 2015 -0.0133 -0.0424 0.0157 +12 2007 2016 -0.0292 -0.0576 -7e-04 +12 2007 2017 -0.0543 -0.0835 -0.0251 +12 2007 2018 -0.0724 -0.1021 -0.0428 +12 2007 2019 -0.0889 -0.1185 -0.0593 +12 2007 2020 -0.0877 -0.1183 -0.057 +12 2007 2021 -0.1027 -0.1327 -0.0726 +12 2007 2022 -0.1099 -0.1406 -0.0792 +12 2007 2023 -0.114 -0.1452 -0.0828 +12 2007 2024 -0.1007 -0.1321 -0.0693 +12 2007 2025 -0.0696 -0.1021 -0.0372 +12 2008 2009 -0.0198 -0.0403 7e-04 +12 2008 2010 -0.0022 -0.0256 0.0211 +12 2008 2011 0.0156 -0.0089 0.0402 +12 2008 2012 0.0258 -1e-04 0.0516 +12 2008 2013 -0.0132 -0.0397 0.0133 +12 2008 2014 -0.0517 -0.0786 -0.0249 +12 2008 2015 -0.033 -0.0601 -0.0058 +12 2008 2016 -0.0488 -0.0759 -0.0218 +12 2008 2017 -0.074 -0.1012 -0.0467 +12 2008 2018 -0.0921 -0.1202 -0.0639 +12 2008 2019 -0.1085 -0.1368 -0.0803 +12 2008 2020 -0.1073 -0.1362 -0.0784 +12 2008 2021 -0.1223 -0.1509 -0.0937 +12 2008 2022 -0.1295 -0.1593 -0.0998 +12 2008 2023 -0.1337 -0.1633 -0.104 +12 2008 2024 -0.1204 -0.1504 -0.0904 +12 2008 2025 -0.0893 -0.1207 -0.0578 +12 2009 2010 0.0176 -0.0027 0.0379 +12 2009 2011 0.0355 0.0114 0.0596 +12 2009 2012 0.0456 0.0202 0.071 +12 2009 2013 0.0066 -0.0202 0.0334 +12 2009 2014 -0.0319 -0.0595 -0.0043 +12 2009 2015 -0.0131 -0.0403 0.0141 +12 2009 2016 -0.029 -0.0562 -0.0018 +12 2009 2017 -0.0541 -0.0818 -0.0264 +12 2009 2018 -0.0723 -0.1001 -0.0445 +12 2009 2019 -0.0887 -0.117 -0.0604 +12 2009 2020 -0.0875 -0.1166 -0.0584 +12 2009 2021 -0.1025 -0.1309 -0.074 +12 2009 2022 -0.1097 -0.1396 -0.0798 +12 2009 2023 -0.1138 -0.1441 -0.0836 +12 2009 2024 -0.1005 -0.1308 -0.0703 +12 2009 2025 -0.0694 -0.101 -0.0378 +12 2010 2011 0.0179 -0.0025 0.0382 +12 2010 2012 0.028 0.0041 0.0519 +12 2010 2013 -0.011 -0.036 0.0141 +12 2010 2014 -0.0495 -0.076 -0.0229 +12 2010 2015 -0.0307 -0.0574 -0.0039 +12 2010 2016 -0.0466 -0.0729 -0.0203 +12 2010 2017 -0.0717 -0.099 -0.0444 +12 2010 2018 -0.0898 -0.1174 -0.0622 +12 2010 2019 -0.1063 -0.1338 -0.0787 +12 2010 2020 -0.1051 -0.1338 -0.0763 +12 2010 2021 -0.12 -0.1483 -0.0918 +12 2010 2022 -0.1273 -0.1565 -0.098 +12 2010 2023 -0.1314 -0.1612 -0.1015 +12 2010 2024 -0.1181 -0.1481 -0.0881 +12 2010 2025 -0.087 -0.1179 -0.0561 +12 2011 2012 0.0102 -0.0105 0.0309 +12 2011 2013 -0.0288 -0.0528 -0.0048 +12 2011 2014 -0.0673 -0.0929 -0.0417 +12 2011 2015 -0.0486 -0.075 -0.0221 +12 2011 2016 -0.0645 -0.091 -0.038 +12 2011 2017 -0.0896 -0.1165 -0.0627 +12 2011 2018 -0.1077 -0.1354 -0.0799 +12 2011 2019 -0.1242 -0.1521 -0.0962 +12 2011 2020 -0.1229 -0.1516 -0.0943 +12 2011 2021 -0.1379 -0.1664 -0.1095 +12 2011 2022 -0.1452 -0.1748 -0.1155 +12 2011 2023 -0.1493 -0.179 -0.1195 +12 2011 2024 -0.136 -0.166 -0.1059 +12 2011 2025 -0.1049 -0.1362 -0.0735 +12 2012 2013 -0.039 -0.0596 -0.0184 +12 2012 2014 -0.0775 -0.1017 -0.0533 +12 2012 2015 -0.0587 -0.0838 -0.0337 +12 2012 2016 -0.0746 -0.1007 -0.0485 +12 2012 2017 -0.0997 -0.1266 -0.0728 +12 2012 2018 -0.1178 -0.1451 -0.0906 +12 2012 2019 -0.1343 -0.1623 -0.1063 +12 2012 2020 -0.1331 -0.1621 -0.1041 +12 2012 2021 -0.1481 -0.1763 -0.1199 +12 2012 2022 -0.1553 -0.185 -0.1257 +12 2012 2023 -0.1594 -0.1892 -0.1297 +12 2012 2024 -0.1461 -0.1757 -0.1166 +12 2012 2025 -0.115 -0.1464 -0.0837 +12 2013 2014 -0.0385 -0.0594 -0.0176 +12 2013 2015 -0.0197 -0.0438 0.0044 +12 2013 2016 -0.0356 -0.0608 -0.0105 +12 2013 2017 -0.0607 -0.0876 -0.0338 +12 2013 2018 -0.0789 -0.1065 -0.0513 +12 2013 2019 -0.0953 -0.123 -0.0676 +12 2013 2020 -0.0941 -0.1234 -0.0648 +12 2013 2021 -0.1091 -0.1379 -0.0803 +12 2013 2022 -0.1163 -0.1457 -0.0869 +12 2013 2023 -0.1204 -0.1505 -0.0904 +12 2013 2024 -0.1071 -0.1372 -0.0771 +12 2013 2025 -0.076 -0.1073 -0.0448 +12 2014 2015 0.0188 -0.0023 0.0398 +12 2014 2016 0.0029 -0.0216 0.0274 +12 2014 2017 -0.0222 -0.0481 0.0036 +12 2014 2018 -0.0404 -0.0678 -0.013 +12 2014 2019 -0.0568 -0.0849 -0.0288 +12 2014 2020 -0.0556 -0.0845 -0.0267 +12 2014 2021 -0.0706 -0.0993 -0.0419 +12 2014 2022 -0.0778 -0.1076 -0.048 +12 2014 2023 -0.0819 -0.1117 -0.0522 +12 2014 2024 -0.0686 -0.0987 -0.0385 +12 2014 2025 -0.0375 -0.0694 -0.0057 +12 2015 2016 -0.0159 -0.0368 0.005 +12 2015 2017 -0.041 -0.0657 -0.0163 +12 2015 2018 -0.0592 -0.0853 -0.033 +12 2015 2019 -0.0756 -0.1029 -0.0483 +12 2015 2020 -0.0744 -0.1031 -0.0456 +12 2015 2021 -0.0894 -0.1175 -0.0612 +12 2015 2022 -0.0966 -0.1262 -0.067 +12 2015 2023 -0.1007 -0.1306 -0.0708 +12 2015 2024 -0.0874 -0.1173 -0.0575 +12 2015 2025 -0.0563 -0.0879 -0.0248 +12 2016 2017 -0.0251 -0.0458 -0.0045 +12 2016 2018 -0.0433 -0.0675 -0.019 +12 2016 2019 -0.0597 -0.0853 -0.0341 +12 2016 2020 -0.0585 -0.0862 -0.0308 +12 2016 2021 -0.0735 -0.101 -0.0459 +12 2016 2022 -0.0807 -0.1093 -0.0521 +12 2016 2023 -0.0848 -0.1142 -0.0554 +12 2016 2024 -0.0715 -0.1014 -0.0416 +12 2016 2025 -0.0404 -0.0715 -0.0094 +12 2017 2018 -0.0181 -0.0389 0.0027 +12 2017 2019 -0.0346 -0.0593 -0.0099 +12 2017 2020 -0.0334 -0.0598 -0.0069 +12 2017 2021 -0.0483 -0.0754 -0.0212 +12 2017 2022 -0.0556 -0.0844 -0.0267 +12 2017 2023 -0.0597 -0.0886 -0.0308 +12 2017 2024 -0.0464 -0.0762 -0.0166 +12 2017 2025 -0.0153 -0.0468 0.0163 +12 2018 2019 -0.0165 -0.0377 0.0047 +12 2018 2020 -0.0152 -0.0408 0.0103 +12 2018 2021 -0.0302 -0.0562 -0.0042 +12 2018 2022 -0.0375 -0.0659 -0.009 +12 2018 2023 -0.0416 -0.0707 -0.0124 +12 2018 2024 -0.0283 -0.0577 0.0011 +12 2018 2025 0.0029 -0.0285 0.0342 +12 2019 2020 0.0012 -0.0204 0.0229 +12 2019 2021 -0.0138 -0.0383 0.0108 +12 2019 2022 -0.021 -0.0479 0.006 +12 2019 2023 -0.0251 -0.0537 0.0035 +12 2019 2024 -0.0118 -0.0409 0.0173 +12 2019 2025 0.0193 -0.011 0.0496 +12 2020 2021 -0.015 -0.0365 0.0065 +12 2020 2022 -0.0222 -0.0486 0.0042 +12 2020 2023 -0.0263 -0.0539 0.0012 +12 2020 2024 -0.013 -0.0419 0.0158 +12 2020 2025 0.0181 -0.0127 0.0489 +12 2021 2022 -0.0072 -0.0289 0.0144 +12 2021 2023 -0.0114 -0.0365 0.0138 +12 2021 2024 0.002 -0.0246 0.0286 +12 2021 2025 0.0331 0.0039 0.0622 +12 2022 2023 -0.0041 -0.0261 0.0179 +12 2022 2024 0.0092 -0.0167 0.0351 +12 2022 2025 0.0403 0.0121 0.0685 +12 2023 2024 0.0133 -0.0084 0.035 +12 2023 2025 0.0444 0.0178 0.071 +12 2024 2025 0.0311 0.0091 0.0531 +13 2007 2008 0.0526 0.0315 0.0737 +13 2007 2009 0.0638 0.0399 0.0876 +13 2007 2010 0.0821 0.0589 0.1052 +13 2007 2011 0.0793 0.054 0.1046 +13 2007 2012 0.1232 0.0968 0.1495 +13 2007 2013 0.0903 0.0649 0.1156 +13 2007 2014 0.0391 0.0124 0.0657 +13 2007 2015 0.0828 0.0558 0.1098 +13 2007 2016 0.0567 0.0314 0.0821 +13 2007 2017 0.0329 0.0062 0.0596 +13 2007 2018 0.0187 -0.0081 0.0455 +13 2007 2019 0.0043 -0.022 0.0306 +13 2007 2020 0.0056 -0.0223 0.0335 +13 2007 2021 7e-04 -0.0264 0.0277 +13 2007 2022 0.0479 0.0205 0.0753 +13 2007 2023 0.0131 -0.0148 0.041 +13 2007 2024 0.0117 -0.0156 0.039 +13 2007 2025 0.1076 0.081 0.1343 +13 2008 2009 0.0112 -0.0097 0.0321 +13 2008 2010 0.0295 0.0069 0.052 +13 2008 2011 0.0267 0.0044 0.0491 +13 2008 2012 0.0706 0.0457 0.0955 +13 2008 2013 0.0377 0.0127 0.0628 +13 2008 2014 -0.0135 -0.0378 0.0108 +13 2008 2015 0.0302 0.0044 0.056 +13 2008 2016 0.0042 -0.021 0.0293 +13 2008 2017 -0.0197 -0.0438 0.0045 +13 2008 2018 -0.0339 -0.0592 -0.0085 +13 2008 2019 -0.0483 -0.0741 -0.0224 +13 2008 2020 -0.047 -0.0724 -0.0216 +13 2008 2021 -0.0519 -0.0772 -0.0266 +13 2008 2022 -0.0047 -0.0315 0.0221 +13 2008 2023 -0.0395 -0.065 -0.014 +13 2008 2024 -0.0409 -0.0666 -0.0152 +13 2008 2025 0.0551 0.0294 0.0808 +13 2009 2010 0.0183 -0.0028 0.0393 +13 2009 2011 0.0155 -0.0079 0.0389 +13 2009 2012 0.0594 0.0357 0.083 +13 2009 2013 0.0265 0.0014 0.0516 +13 2009 2014 -0.0247 -0.0502 8e-04 +13 2009 2015 0.019 -0.006 0.0439 +13 2009 2016 -0.007 -0.0323 0.0182 +13 2009 2017 -0.0309 -0.0564 -0.0054 +13 2009 2018 -0.0451 -0.0696 -0.0205 +13 2009 2019 -0.0595 -0.0855 -0.0334 +13 2009 2020 -0.0582 -0.0849 -0.0315 +13 2009 2021 -0.0631 -0.0879 -0.0383 +13 2009 2022 -0.0159 -0.043 0.0112 +13 2009 2023 -0.0507 -0.0775 -0.024 +13 2009 2024 -0.0521 -0.0773 -0.0269 +13 2009 2025 0.0438 0.0178 0.0699 +13 2010 2011 -0.0028 -0.0239 0.0184 +13 2010 2012 0.0411 0.0173 0.0649 +13 2010 2013 0.0082 -0.015 0.0315 +13 2010 2014 -0.043 -0.068 -0.0179 +13 2010 2015 7e-04 -0.0247 0.0262 +13 2010 2016 -0.0253 -0.0492 -0.0015 +13 2010 2017 -0.0491 -0.0743 -0.024 +13 2010 2018 -0.0634 -0.0886 -0.0382 +13 2010 2019 -0.0777 -0.1027 -0.0528 +13 2010 2020 -0.0765 -0.1029 -0.05 +13 2010 2021 -0.0814 -0.1068 -0.056 +13 2010 2022 -0.0342 -0.0601 -0.0082 +13 2010 2023 -0.069 -0.0956 -0.0424 +13 2010 2024 -0.0704 -0.0962 -0.0445 +13 2010 2025 0.0256 6e-04 0.0506 +13 2011 2012 0.0439 0.0219 0.0659 +13 2011 2013 0.011 -0.0129 0.0349 +13 2011 2014 -0.0402 -0.0638 -0.0166 +13 2011 2015 0.0035 -0.0219 0.0288 +13 2011 2016 -0.0226 -0.0475 0.0024 +13 2011 2017 -0.0464 -0.0704 -0.0224 +13 2011 2018 -0.0606 -0.086 -0.0352 +13 2011 2019 -0.075 -0.101 -0.0489 +13 2011 2020 -0.0737 -0.0993 -0.0481 +13 2011 2021 -0.0786 -0.1042 -0.0531 +13 2011 2022 -0.0314 -0.0585 -0.0044 +13 2011 2023 -0.0662 -0.0921 -0.0404 +13 2011 2024 -0.0676 -0.0937 -0.0415 +13 2011 2025 0.0283 0.0023 0.0543 +13 2012 2013 -0.0329 -0.055 -0.0107 +13 2012 2014 -0.0841 -0.1086 -0.0596 +13 2012 2015 -0.0404 -0.0645 -0.0163 +13 2012 2016 -0.0664 -0.0915 -0.0414 +13 2012 2017 -0.0903 -0.1159 -0.0646 +13 2012 2018 -0.1045 -0.1293 -0.0796 +13 2012 2019 -0.1188 -0.1452 -0.0925 +13 2012 2020 -0.1176 -0.1447 -0.0905 +13 2012 2021 -0.1225 -0.1478 -0.0971 +13 2012 2022 -0.0753 -0.1027 -0.0478 +13 2012 2023 -0.1101 -0.1374 -0.0828 +13 2012 2024 -0.1115 -0.1376 -0.0854 +13 2012 2025 -0.0155 -0.0423 0.0112 +13 2013 2014 -0.0512 -0.0734 -0.029 +13 2013 2015 -0.0075 -0.0317 0.0166 +13 2013 2016 -0.0336 -0.0568 -0.0104 +13 2013 2017 -0.0574 -0.0826 -0.0322 +13 2013 2018 -0.0716 -0.0971 -0.0461 +13 2013 2019 -0.086 -0.1112 -0.0608 +13 2013 2020 -0.0847 -0.1116 -0.0578 +13 2013 2021 -0.0896 -0.1157 -0.0636 +13 2013 2022 -0.0424 -0.0688 -0.016 +13 2013 2023 -0.0772 -0.1043 -0.0501 +13 2013 2024 -0.0786 -0.1053 -0.052 +13 2013 2025 0.0173 -0.0088 0.0435 +13 2014 2015 0.0437 0.0216 0.0658 +13 2014 2016 0.0177 -0.0061 0.0415 +13 2014 2017 -0.0062 -0.0295 0.0172 +13 2014 2018 -0.0204 -0.0456 0.0049 +13 2014 2019 -0.0348 -0.0608 -0.0087 +13 2014 2020 -0.0335 -0.0589 -0.008 +13 2014 2021 -0.0384 -0.0641 -0.0127 +13 2014 2022 0.0088 -0.0185 0.0362 +13 2014 2023 -0.026 -0.0519 -1e-04 +13 2014 2024 -0.0274 -0.054 -8e-04 +13 2014 2025 0.0686 0.0415 0.0956 +13 2015 2016 -0.026 -0.0478 -0.0043 +13 2015 2017 -0.0499 -0.074 -0.0257 +13 2015 2018 -0.0641 -0.0881 -0.0401 +13 2015 2019 -0.0785 -0.1043 -0.0526 +13 2015 2020 -0.0772 -0.1038 -0.0505 +13 2015 2021 -0.0821 -0.1072 -0.057 +13 2015 2022 -0.0349 -0.0621 -0.0077 +13 2015 2023 -0.0697 -0.0969 -0.0425 +13 2015 2024 -0.0711 -0.0973 -0.0449 +13 2015 2025 0.0249 -0.0023 0.052 +13 2016 2017 -0.0238 -0.0454 -0.0022 +13 2016 2018 -0.038 -0.0616 -0.0145 +13 2016 2019 -0.0524 -0.0759 -0.029 +13 2016 2020 -0.0512 -0.0768 -0.0255 +13 2016 2021 -0.0561 -0.0809 -0.0312 +13 2016 2022 -0.0089 -0.034 0.0163 +13 2016 2023 -0.0437 -0.0699 -0.0175 +13 2016 2024 -0.0451 -0.0708 -0.0193 +13 2016 2025 0.0509 0.0257 0.0761 +13 2017 2018 -0.0142 -0.0358 0.0073 +13 2017 2019 -0.0286 -0.0526 -0.0046 +13 2017 2020 -0.0273 -0.0509 -0.0038 +13 2017 2021 -0.0322 -0.0564 -0.0081 +13 2017 2022 0.015 -0.0111 0.0411 +13 2017 2023 -0.0198 -0.0444 0.0047 +13 2017 2024 -0.0212 -0.0466 0.0041 +13 2017 2025 0.0747 0.0491 0.1004 +13 2018 2019 -0.0144 -0.0361 0.0074 +13 2018 2020 -0.0131 -0.0372 0.011 +13 2018 2021 -0.018 -0.0406 0.0045 +13 2018 2022 0.0292 0.0036 0.0548 +13 2018 2023 -0.0056 -0.0312 0.0199 +13 2018 2024 -0.007 -0.0309 0.0169 +13 2018 2025 0.0889 0.0639 0.114 +13 2019 2020 0.0013 -0.0212 0.0237 +13 2019 2021 -0.0036 -0.0271 0.0199 +13 2019 2022 0.0436 0.0194 0.0677 +13 2019 2023 0.0087 -0.0168 0.0343 +13 2019 2024 0.0074 -0.0177 0.0324 +13 2019 2025 0.1033 0.079 0.1276 +13 2020 2021 -0.0049 -0.0268 0.0169 +13 2020 2022 0.0423 0.017 0.0676 +13 2020 2023 0.0075 -0.0167 0.0317 +13 2020 2024 0.0061 -0.0191 0.0313 +13 2020 2025 0.102 0.0764 0.1276 +13 2021 2022 0.0472 0.0251 0.0693 +13 2021 2023 0.0124 -0.011 0.0358 +13 2021 2024 0.011 -0.0115 0.0335 +13 2021 2025 0.107 0.083 0.1309 +13 2022 2023 -0.0348 -0.0577 -0.0119 +13 2022 2024 -0.0362 -0.0605 -0.0119 +13 2022 2025 0.0597 0.0359 0.0836 +13 2023 2024 -0.0014 -0.0231 0.0203 +13 2023 2025 0.0946 0.0707 0.1184 +13 2024 2025 0.0959 0.0755 0.1164 +14 2007 2008 -0.0094 -0.0808 0.0619 +14 2007 2009 -0.0311 -0.1205 0.0584 +14 2007 2010 -0.025 -0.1176 0.0676 +14 2007 2011 -0.0226 -0.1222 0.0771 +14 2007 2012 -0.0099 -0.1113 0.0914 +14 2007 2013 -0.0154 -0.1168 0.086 +14 2007 2014 -0.0268 -0.1311 0.0775 +14 2007 2015 -0.0615 -0.1678 0.0448 +14 2007 2016 -0.0137 -0.1165 0.0892 +14 2007 2017 0.0259 -0.0789 0.1306 +14 2007 2018 0.0506 -0.0555 0.1566 +14 2007 2019 0.0482 -0.0558 0.1522 +14 2007 2020 0.0485 -0.0581 0.1551 +14 2007 2021 0.0341 -0.0712 0.1394 +14 2007 2022 0.0564 -0.0502 0.1629 +14 2007 2023 0.0924 -0.0147 0.1994 +14 2007 2024 0.1318 0.0241 0.2396 +14 2007 2025 0.1608 0.0485 0.2731 +14 2008 2009 -0.0216 -0.0894 0.0461 +14 2008 2010 -0.0155 -0.0945 0.0634 +14 2008 2011 -0.0131 -0.1002 0.074 +14 2008 2012 -5e-04 -0.0907 0.0898 +14 2008 2013 -0.006 -0.0976 0.0856 +14 2008 2014 -0.0174 -0.111 0.0763 +14 2008 2015 -0.052 -0.1479 0.0438 +14 2008 2016 -0.0042 -0.0977 0.0893 +14 2008 2017 0.0353 -0.0592 0.1299 +14 2008 2018 0.06 -0.036 0.156 +14 2008 2019 0.0576 -0.0381 0.1533 +14 2008 2020 0.0579 -0.0391 0.155 +14 2008 2021 0.0436 -0.0525 0.1396 +14 2008 2022 0.0658 -0.0319 0.1635 +14 2008 2023 0.1018 0.0039 0.1997 +14 2008 2024 0.1413 0.0423 0.2402 +14 2008 2025 0.1703 0.0663 0.2743 +14 2009 2010 0.0061 -0.0606 0.0728 +14 2009 2011 0.0085 -0.074 0.091 +14 2009 2012 0.0212 -0.0658 0.1082 +14 2009 2013 0.0157 -0.074 0.1054 +14 2009 2014 0.0043 -0.0889 0.0975 +14 2009 2015 -0.0304 -0.1258 0.065 +14 2009 2016 0.0174 -0.0755 0.1103 +14 2009 2017 0.057 -0.0384 0.1523 +14 2009 2018 0.0817 -0.0131 0.1764 +14 2009 2019 0.0793 -0.0168 0.1753 +14 2009 2020 0.0796 -0.0179 0.177 +14 2009 2021 0.0652 -0.0304 0.1608 +14 2009 2022 0.0874 -0.0105 0.1853 +14 2009 2023 0.1234 0.0249 0.222 +14 2009 2024 0.1629 0.0641 0.2617 +14 2009 2025 0.1919 0.088 0.2959 +14 2010 2011 0.0024 -0.0645 0.0694 +14 2010 2012 0.0151 -0.0639 0.0941 +14 2010 2013 0.0096 -0.0736 0.0927 +14 2010 2014 -0.0018 -0.0903 0.0867 +14 2010 2015 -0.0365 -0.1286 0.0556 +14 2010 2016 0.0113 -0.0774 0.1 +14 2010 2017 0.0509 -0.0411 0.1428 +14 2010 2018 0.0756 -0.0162 0.1673 +14 2010 2019 0.0732 -0.0191 0.1654 +14 2010 2020 0.0735 -0.0205 0.1675 +14 2010 2021 0.0591 -0.0336 0.1518 +14 2010 2022 0.0813 -0.0132 0.1759 +14 2010 2023 0.1173 0.0213 0.2134 +14 2010 2024 0.1568 0.0604 0.2532 +14 2010 2025 0.1858 0.085 0.2867 +14 2011 2012 0.0126 -0.0553 0.0806 +14 2011 2013 0.0071 -0.0734 0.0877 +14 2011 2014 -0.0043 -0.0915 0.083 +14 2011 2015 -0.0389 -0.1313 0.0535 +14 2011 2016 0.0089 -0.0814 0.0991 +14 2011 2017 0.0484 -0.0441 0.141 +14 2011 2018 0.0731 -0.0201 0.1664 +14 2011 2019 0.0707 -0.0235 0.1649 +14 2011 2020 0.071 -0.0242 0.1663 +14 2011 2021 0.0567 -0.0377 0.151 +14 2011 2022 0.0789 -0.0178 0.1756 +14 2011 2023 0.1149 0.0176 0.2122 +14 2011 2024 0.1544 0.056 0.2528 +14 2011 2025 0.1834 0.0802 0.2866 +14 2012 2013 -0.0055 -0.072 0.061 +14 2012 2014 -0.0169 -0.0968 0.063 +14 2012 2015 -0.0516 -0.1388 0.0357 +14 2012 2016 -0.0038 -0.0902 0.0827 +14 2012 2017 0.0358 -0.0534 0.125 +14 2012 2018 0.0605 -0.029 0.15 +14 2012 2019 0.0581 -0.0331 0.1493 +14 2012 2020 0.0584 -0.0345 0.1513 +14 2012 2021 0.044 -0.0471 0.1352 +14 2012 2022 0.0663 -0.0282 0.1607 +14 2012 2023 0.1023 0.007 0.1976 +14 2012 2024 0.1418 0.0471 0.2364 +14 2012 2025 0.1708 0.0689 0.2727 +14 2013 2014 -0.0114 -0.0777 0.0549 +14 2013 2015 -0.0461 -0.1268 0.0347 +14 2013 2016 0.0017 -0.0792 0.0827 +14 2013 2017 0.0413 -0.045 0.1275 +14 2013 2018 0.066 -0.022 0.154 +14 2013 2019 0.0636 -0.0246 0.1519 +14 2013 2020 0.0639 -0.0272 0.155 +14 2013 2021 0.0495 -0.0407 0.1398 +14 2013 2022 0.0718 -0.0204 0.1639 +14 2013 2023 0.1078 0.0141 0.2015 +14 2013 2024 0.1472 0.0531 0.2414 +14 2013 2025 0.1763 0.0773 0.2752 +14 2014 2015 -0.0347 -0.1028 0.0335 +14 2014 2016 0.0131 -0.0643 0.0906 +14 2014 2017 0.0527 -0.0303 0.1357 +14 2014 2018 0.0774 -0.0098 0.1646 +14 2014 2019 0.075 -0.0138 0.1638 +14 2014 2020 0.0753 -0.015 0.1656 +14 2014 2021 0.0609 -0.0297 0.1516 +14 2014 2022 0.0832 -0.01 0.1763 +14 2014 2023 0.1192 0.0259 0.2124 +14 2014 2024 0.1586 0.0645 0.2528 +14 2014 2025 0.1876 0.0872 0.2881 +14 2015 2016 0.0478 -0.0191 0.1147 +14 2015 2017 0.0874 0.0068 0.1679 +14 2015 2018 0.1121 0.0268 0.1973 +14 2015 2019 0.1097 0.0217 0.1976 +14 2015 2020 0.11 0.0187 0.2013 +14 2015 2021 0.0956 0.0054 0.1857 +14 2015 2022 0.1178 0.0253 0.2104 +14 2015 2023 0.1538 0.0599 0.2477 +14 2015 2024 0.1933 0.0988 0.2878 +14 2015 2025 0.2223 0.122 0.3226 +14 2016 2017 0.0396 -0.0252 0.1043 +14 2016 2018 0.0643 -0.012 0.1405 +14 2016 2019 0.0619 -0.0172 0.1409 +14 2016 2020 0.0622 -0.0227 0.147 +14 2016 2021 0.0478 -0.0374 0.133 +14 2016 2022 0.07 -0.0167 0.1567 +14 2016 2023 0.106 0.0175 0.1946 +14 2016 2024 0.1455 0.0561 0.2348 +14 2016 2025 0.1745 0.0802 0.2688 +14 2017 2018 0.0247 -0.0412 0.0906 +14 2017 2019 0.0223 -0.054 0.0985 +14 2017 2020 0.0226 -0.0594 0.1046 +14 2017 2021 0.0082 -0.076 0.0925 +14 2017 2022 0.0305 -0.0567 0.1176 +14 2017 2023 0.0665 -0.0209 0.1539 +14 2017 2024 0.106 0.0166 0.1953 +14 2017 2025 0.135 0.0387 0.2312 +14 2018 2019 -0.0024 -0.068 0.0632 +14 2018 2020 -0.0021 -0.0799 0.0757 +14 2018 2021 -0.0165 -0.0973 0.0644 +14 2018 2022 0.0058 -0.0797 0.0912 +14 2018 2023 0.0418 -0.0454 0.1289 +14 2018 2024 0.0812 -0.0058 0.1683 +14 2018 2025 0.1103 0.017 0.2035 +14 2019 2020 3e-04 -0.0654 0.066 +14 2019 2021 -0.0141 -0.0898 0.0616 +14 2019 2022 0.0082 -0.0725 0.0888 +14 2019 2023 0.0442 -0.0397 0.128 +14 2019 2024 0.0836 -0.0018 0.1691 +14 2019 2025 0.1127 0.0209 0.2044 +14 2020 2021 -0.0144 -0.0798 0.0511 +14 2020 2022 0.0079 -0.0708 0.0865 +14 2020 2023 0.0439 -0.0383 0.1261 +14 2020 2024 0.0833 -0.0028 0.1695 +14 2020 2025 0.1124 0.0186 0.2061 +14 2021 2022 0.0222 -0.0427 0.0872 +14 2021 2023 0.0582 -0.0175 0.134 +14 2021 2024 0.0977 0.0171 0.1783 +14 2021 2025 0.1267 0.0359 0.2176 +14 2022 2023 0.036 -0.029 0.101 +14 2022 2024 0.0755 -0.0025 0.1535 +14 2022 2025 0.1045 0.0177 0.1913 +14 2023 2024 0.0395 -0.026 0.1049 +14 2023 2025 0.0685 -0.0143 0.1513 +14 2024 2025 0.029 -0.0405 0.0985 diff --git a/inst/results/composite_index.yml b/inst/results/composite_index.yml index b068c8d..45e26da 100644 --- a/inst/results/composite_index.yml +++ b/inst/results/composite_index.yml @@ -1,53 +1,64 @@ ..generic: - git2rdata: 0.4.0 + git2rdata: 0.5.2 optimize: yes NA string: NA sorting: - analysis - reference - alternative - hash: 1b2162ebc5045ee239260ca4517f89a6ff329475 - data_hash: 2a240b6d8c6cf1b9099037134a0b100e7f9a4c31 + hash: 198af67d8d77f4f187de0dedf84bfb67d75af81c + data_hash: 50787c6cd6b2cc07095ca6183514d48f1997361b + name: composite_index + title: Indices by species group analysis: class: factor labels: - - 106c5f05239fe003eb709cc174f2f390906703a4 - - 1080515a46eba7a990f4283dd0732b8de57d3fb9 - - 1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 - - 4c7f626c0ac1dc092c72c1a5b5fb909734fe0c83 - - 50e7070c7087e7ce993c59fd71ba17db1963ca57 - - 584e7adc66eed7cfe7822a865eda2c4279265b03 - - 5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 - - 6714226e0dff29c7e5dbe71a1f43137b5a4f6656 - - 84c6a4d9c834395f41120e6e4df67c82eb9e4e20 - - a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d - - a8c35af09973b4fb822f3bc8d98a9e50e385ccb5 - - b19c23046c219b08c536b0a34b9d51a497c2fa82 - - ea1d7d9655298ce0c62dad29b883c1ca478dae67 - - f5aebd43ff9b6e06d1e1e7ba7ebb028c1ddd091d + - 0c87725e89e54d7a91134e56045c26a3a0c598fe + - 26e0a132b85822bf9d2894f11fad419f3df28ed0 + - 3467e6b072760f472d7fc09898c7e6abe65a56a6 + - 40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 + - 66335ec4972c682dabeffa7aa92e2a3afe5f7270 + - 71aec071018610c8c32b566d0cc13580b96821aa + - 893db398b31d1a3581118644709a39e1f50f4729 + - ad7ecc327c5ca1806d7934a1292c95ee252ec3a4 + - af6a168eced84b18e57938e4b4982d7e13b56802 + - b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 + - cd7d7480035e99435fdf1ae2028358cca9e03144 + - d5e12413e3004018302641cc852f9a4684533daa + - f870a60d43e61b0756b3d484fbe5b19ca53bef48 + - fc4608a9294fe6e005d713b6a15f6bf67604fd06 index: - - 15 - - 16 - - 17 - - 18 - - 19 - - 20 - - 21 - - 22 - - 23 - - 24 - - 25 - - 26 - - 27 - - 28 + - 1 + - 2 + - 3 + - 4 + - 5 + - 6 + - 7 + - 8 + - 9 + - 10 + - 11 + - 12 + - 13 + - 14 ordered: no + description: Identifier of the analysis reference: class: integer + description: Year or period used as reference alternative: class: integer + description: year or period to compare with the reference estimate: class: numeric + digits: 6 + description: Estimate on the log-scale lower_confidence_limit: class: numeric + digits: 6 + description: 5% quantile of the distribution on the log-scale upper_confidence_limit: class: numeric + digits: 6 + description: 95% quantile of the distribution on the log-scale diff --git a/inst/results/composite_moving_trend.tsv b/inst/results/composite_moving_trend.tsv index ac2815c..53e775d 100644 --- a/inst/results/composite_moving_trend.tsv +++ b/inst/results/composite_moving_trend.tsv @@ -1,197 +1,239 @@ analysis midpoint window estimate lower_confidence_limit upper_confidence_limit -106c5f05239fe003eb709cc174f2f390906703a4 2007.5 2 0.0116 -0.0096 0.0328 -106c5f05239fe003eb709cc174f2f390906703a4 2008.5 2 -0.0261 -0.0475 -0.0046 -106c5f05239fe003eb709cc174f2f390906703a4 2009.5 2 -0.0064 -0.0281 0.0152 -106c5f05239fe003eb709cc174f2f390906703a4 2010.5 2 -0.0411 -0.0649 -0.0172 -106c5f05239fe003eb709cc174f2f390906703a4 2011.5 2 -0.0231 -0.0489 0.0027 -106c5f05239fe003eb709cc174f2f390906703a4 2008.5 4 -0.0089 -0.0174 -3e-04 -106c5f05239fe003eb709cc174f2f390906703a4 2009.5 4 -0.0227 -0.0319 -0.0135 -106c5f05239fe003eb709cc174f2f390906703a4 2010.5 4 -0.0253 -0.0365 -0.0141 -106c5f05239fe003eb709cc174f2f390906703a4 2009.5 6 -0.0186 -0.0253 -0.012 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2009.5 6 0.0081 0.0029 0.0133 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2010.5 6 0.0013 -0.0038 0.0063 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2011.5 6 -0.0077 -0.0129 -0.0026 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2012.5 6 -0.0115 -0.0165 -0.0064 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2013.5 6 -0.016 -0.021 -0.011 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2014.5 6 -0.0185 -0.0236 -0.0134 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2015.5 6 -0.012 -0.0172 -0.0067 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2016.5 6 -0.0111 -0.0164 -0.0058 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2017.5 6 -0.0143 -0.0197 -0.0089 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2018.5 6 -0.0105 -0.016 -0.005 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2019.5 6 -0.0102 -0.0159 -0.0045 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2020.5 6 -0.0119 -0.018 -0.0057 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2012.5 12 -0.0075 -0.0098 -0.0051 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2013.5 12 -0.01 -0.0123 -0.0077 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2014.5 12 -0.0115 -0.0138 -0.0091 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2015.5 12 -0.0125 -0.015 -0.0101 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2016.5 12 -0.0135 -0.0161 -0.011 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2017.5 12 -0.0133 -0.016 -0.0106 -1080515a46eba7a990f4283dd0732b8de57d3fb9 2015 17 -0.0097 -0.0114 -0.0079 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2009.5 6 -0.0113 -0.0223 -3e-04 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2010.5 6 -0.0168 -0.028 -0.0055 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2011.5 6 -0.0322 -0.0436 -0.0207 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2012.5 6 -0.0374 -0.0484 -0.0263 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2013.5 6 -0.0354 -0.0465 -0.0242 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2014.5 6 -0.0322 -0.0434 -0.0209 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2015.5 6 -0.0158 -0.027 -0.0045 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2016.5 6 -0.0062 -0.0176 0.0052 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2017.5 6 -0.0085 -0.02 0.0031 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2018.5 6 -0.0045 -0.0158 0.0069 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2019.5 6 -0.0142 -0.0261 -0.0023 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2020.5 6 -0.0249 -0.0377 -0.012 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2012.5 12 -0.0244 -0.029 -0.0198 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2013.5 12 -0.0231 -0.0277 -0.0186 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2014.5 12 -0.0212 -0.0258 -0.0166 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2015.5 12 -0.0191 -0.0237 -0.0145 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2016.5 12 -0.0202 -0.025 -0.0154 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2017.5 12 -0.0188 -0.024 -0.0137 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 2015 17 -0.0209 -0.024 -0.0177 -4c7f626c0ac1dc092c72c1a5b5fb909734fe0c83 2007.5 2 0.0495 0.035 0.064 -4c7f626c0ac1dc092c72c1a5b5fb909734fe0c83 2008.5 2 -0.0246 -0.0396 -0.0097 -4c7f626c0ac1dc092c72c1a5b5fb909734fe0c83 2009.5 2 -0.0331 -0.0479 -0.0183 -4c7f626c0ac1dc092c72c1a5b5fb909734fe0c83 2010.5 2 -0.0217 -0.0362 -0.0073 -4c7f626c0ac1dc092c72c1a5b5fb909734fe0c83 2011.5 2 0.0222 0.0053 0.0392 -4c7f626c0ac1dc092c72c1a5b5fb909734fe0c83 2008.5 4 -0.0049 -0.0103 4e-04 -4c7f626c0ac1dc092c72c1a5b5fb909734fe0c83 2009.5 4 -0.0271 -0.0327 -0.0216 -4c7f626c0ac1dc092c72c1a5b5fb909734fe0c83 2010.5 4 -0.0119 -0.0182 -0.0057 -4c7f626c0ac1dc092c72c1a5b5fb909734fe0c83 2009.5 6 -0.0089 -0.0125 -0.0052 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2009.5 6 0.0216 0.0171 0.026 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2010.5 6 0.0087 0.0044 0.013 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2011.5 6 -0.003 -0.0074 0.0013 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2012.5 6 -0.004 -0.0083 4e-04 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2013.5 6 -0.0111 -0.0155 -0.0068 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2014.5 6 -0.0172 -0.0216 -0.0128 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2015.5 6 -0.009 -0.0134 -0.0047 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2016.5 6 -0.0093 -0.0137 -0.0049 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2017.5 6 -0.0128 -0.0172 -0.0084 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2018.5 6 -0.0051 -0.0094 -9e-04 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2019.5 6 -1e-04 -0.0045 0.0043 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2020.5 6 5e-04 -0.0041 0.0052 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2012.5 12 -6e-04 -0.0024 0.0011 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2013.5 12 -0.0057 -0.0075 -0.0039 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2014.5 12 -0.0079 -0.0097 -0.0061 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2015.5 12 -0.0085 -0.0103 -0.0067 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2016.5 12 -0.0082 -0.01 -0.0063 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2017.5 12 -0.0078 -0.0097 -0.0058 -50e7070c7087e7ce993c59fd71ba17db1963ca57 2015 17 -0.0032 -0.0044 -0.0019 -584e7adc66eed7cfe7822a865eda2c4279265b03 2009.5 6 0.0071 8e-04 0.0134 -584e7adc66eed7cfe7822a865eda2c4279265b03 2010.5 6 -0.0011 -0.0072 0.005 -584e7adc66eed7cfe7822a865eda2c4279265b03 2011.5 6 -0.0065 -0.0125 -4e-04 -584e7adc66eed7cfe7822a865eda2c4279265b03 2012.5 6 -0.0032 -0.0093 0.0028 -584e7adc66eed7cfe7822a865eda2c4279265b03 2013.5 6 -0.0053 -0.0113 6e-04 -584e7adc66eed7cfe7822a865eda2c4279265b03 2014.5 6 -0.0057 -0.0117 2e-04 -584e7adc66eed7cfe7822a865eda2c4279265b03 2015.5 6 -0.0011 -0.0072 0.0049 -584e7adc66eed7cfe7822a865eda2c4279265b03 2016.5 6 -0.0049 -0.0112 0.0013 -584e7adc66eed7cfe7822a865eda2c4279265b03 2017.5 6 -0.0122 -0.0186 -0.0057 -584e7adc66eed7cfe7822a865eda2c4279265b03 2018.5 6 -0.0131 -0.0197 -0.0064 -584e7adc66eed7cfe7822a865eda2c4279265b03 2019.5 6 -0.014 -0.021 -0.007 -584e7adc66eed7cfe7822a865eda2c4279265b03 2020.5 6 -0.0146 -0.0221 -0.0072 -584e7adc66eed7cfe7822a865eda2c4279265b03 2012.5 12 -0.0017 -0.0046 0.0011 -584e7adc66eed7cfe7822a865eda2c4279265b03 2013.5 12 -0.0043 -0.0071 -0.0015 -584e7adc66eed7cfe7822a865eda2c4279265b03 2014.5 12 -0.0054 -0.0083 -0.0025 -584e7adc66eed7cfe7822a865eda2c4279265b03 2015.5 12 -0.0069 -0.0099 -0.0039 -584e7adc66eed7cfe7822a865eda2c4279265b03 2016.5 12 -0.0086 -0.0118 -0.0054 -584e7adc66eed7cfe7822a865eda2c4279265b03 2017.5 12 -0.0096 -0.0131 -0.0062 -584e7adc66eed7cfe7822a865eda2c4279265b03 2015 17 -0.0059 -0.0081 -0.0036 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2009.5 6 -0.0043 -0.0249 0.0162 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2010.5 6 -4e-04 -0.0192 0.0185 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2011.5 6 5e-04 -0.0182 0.0192 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2012.5 6 -0.0045 -0.0231 0.0142 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2013.5 6 -0.002 -0.0203 0.0162 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2014.5 6 0.0039 -0.0138 0.0217 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2015.5 6 0.0158 -0.0019 0.0336 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2016.5 6 0.0213 0.0033 0.0393 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2017.5 6 0.0166 -0.0014 0.0346 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2018.5 6 0.0034 -0.0141 0.0209 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2019.5 6 -0.0039 -0.0218 0.014 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2020.5 6 -0.0061 -0.0252 0.013 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2012.5 12 0.0023 -0.0067 0.0112 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2013.5 12 0.0052 -0.0033 0.0137 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2014.5 12 0.0066 -0.0018 0.0151 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2015.5 12 0.0065 -0.0019 0.0148 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2016.5 12 0.006 -0.0025 0.0145 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2017.5 12 0.0056 -0.0032 0.0145 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 2015 17 0.0033 -0.0028 0.0095 -6714226e0dff29c7e5dbe71a1f43137b5a4f6656 2007.5 2 0.0228 -0.0161 0.0616 -6714226e0dff29c7e5dbe71a1f43137b5a4f6656 2008.5 2 -0.0659 -0.1037 -0.0281 -6714226e0dff29c7e5dbe71a1f43137b5a4f6656 2009.5 2 -0.061 -0.1016 -0.0205 -6714226e0dff29c7e5dbe71a1f43137b5a4f6656 2010.5 2 -4e-04 -0.0411 0.0403 -6714226e0dff29c7e5dbe71a1f43137b5a4f6656 2011.5 2 -0.0422 -0.0883 0.0039 -6714226e0dff29c7e5dbe71a1f43137b5a4f6656 2008.5 4 -0.0378 -0.0534 -0.0221 -6714226e0dff29c7e5dbe71a1f43137b5a4f6656 2009.5 4 -0.0442 -0.0605 -0.0279 -6714226e0dff29c7e5dbe71a1f43137b5a4f6656 2010.5 4 -0.0311 -0.0495 -0.0127 -6714226e0dff29c7e5dbe71a1f43137b5a4f6656 2009.5 6 -0.0336 -0.0446 -0.0225 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2009.5 6 0.0119 0.0023 0.0216 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2010.5 6 0.0075 -0.0018 0.0168 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2011.5 6 0.0045 -0.0049 0.0139 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2012.5 6 -0.0014 -0.0107 0.0078 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2013.5 6 -0.0087 -0.0178 4e-04 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2014.5 6 -0.0132 -0.0226 -0.0039 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2015.5 6 -0.0137 -0.0235 -0.0039 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2016.5 6 -0.018 -0.0279 -0.0081 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2017.5 6 -0.0224 -0.0327 -0.0121 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2018.5 6 -0.0221 -0.0327 -0.0115 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2019.5 6 -0.0193 -0.0303 -0.0083 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2020.5 6 -0.0173 -0.0292 -0.0055 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2012.5 12 -0.0022 -0.0067 0.0023 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2013.5 12 -0.0061 -0.0105 -0.0016 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2014.5 12 -0.0096 -0.0142 -0.0051 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2015.5 12 -0.0136 -0.0183 -0.0088 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2016.5 12 -0.016 -0.021 -0.011 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2017.5 12 -0.0171 -0.0225 -0.0117 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 2015 17 -0.0093 -0.0128 -0.0058 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2009.5 6 0.0081 -0.0042 0.0205 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2010.5 6 0.0018 -0.0102 0.0137 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2011.5 6 -0.0027 -0.015 0.0096 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2012.5 6 -0.0148 -0.0268 -0.0029 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2013.5 6 -0.0228 -0.0349 -0.0108 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2014.5 6 -0.0265 -0.0387 -0.0144 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2015.5 6 -0.0222 -0.0347 -0.0097 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2016.5 6 -0.0153 -0.0277 -0.0029 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2017.5 6 -0.0053 -0.0179 0.0073 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2018.5 6 -0.0054 -0.0182 0.0074 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2019.5 6 -0.0104 -0.0236 0.0028 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2020.5 6 -0.019 -0.0333 -0.0048 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2012.5 12 -0.0106 -0.0161 -0.005 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2013.5 12 -0.0119 -0.0174 -0.0064 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2014.5 12 -0.0132 -0.0187 -0.0076 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2015.5 12 -0.015 -0.0207 -0.0094 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2016.5 12 -0.0157 -0.0216 -0.0099 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2017.5 12 -0.0165 -0.0227 -0.0104 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 2015 17 -0.012 -0.016 -0.008 -a8c35af09973b4fb822f3bc8d98a9e50e385ccb5 2007.5 2 0.0261 -0.0039 0.0562 -a8c35af09973b4fb822f3bc8d98a9e50e385ccb5 2008.5 2 -0.0226 -0.0522 0.0071 -a8c35af09973b4fb822f3bc8d98a9e50e385ccb5 2009.5 2 -0.0385 -0.0704 -0.0065 -a8c35af09973b4fb822f3bc8d98a9e50e385ccb5 2010.5 2 -0.0564 -0.0909 -0.0218 -a8c35af09973b4fb822f3bc8d98a9e50e385ccb5 2011.5 2 -0.0147 -0.0512 0.0218 -a8c35af09973b4fb822f3bc8d98a9e50e385ccb5 2008.5 4 -0.0127 -0.0254 -1e-04 -a8c35af09973b4fb822f3bc8d98a9e50e385ccb5 2009.5 4 -0.039 -0.0529 -0.0252 -a8c35af09973b4fb822f3bc8d98a9e50e385ccb5 2010.5 4 -0.0385 -0.0546 -0.0223 -a8c35af09973b4fb822f3bc8d98a9e50e385ccb5 2009.5 6 -0.0263 -0.036 -0.0165 -b19c23046c219b08c536b0a34b9d51a497c2fa82 2007.5 2 0.0173 4e-04 0.0342 -b19c23046c219b08c536b0a34b9d51a497c2fa82 2008.5 2 -0.0527 -0.0695 -0.0359 -b19c23046c219b08c536b0a34b9d51a497c2fa82 2009.5 2 -0.0345 -0.0523 -0.0167 -b19c23046c219b08c536b0a34b9d51a497c2fa82 2010.5 2 -0.028 -0.0464 -0.0095 -b19c23046c219b08c536b0a34b9d51a497c2fa82 2011.5 2 -0.0266 -0.0471 -0.0062 -b19c23046c219b08c536b0a34b9d51a497c2fa82 2008.5 4 -0.0262 -0.0329 -0.0195 -b19c23046c219b08c536b0a34b9d51a497c2fa82 2009.5 4 -0.038 -0.0452 -0.0308 -b19c23046c219b08c536b0a34b9d51a497c2fa82 2010.5 4 -0.0295 -0.038 -0.021 -b19c23046c219b08c536b0a34b9d51a497c2fa82 2009.5 6 -0.0286 -0.0336 -0.0236 -ea1d7d9655298ce0c62dad29b883c1ca478dae67 2007.5 2 -0.0328 -0.07 0.0044 -ea1d7d9655298ce0c62dad29b883c1ca478dae67 2008.5 2 -0.1364 -0.1752 -0.0976 -ea1d7d9655298ce0c62dad29b883c1ca478dae67 2009.5 2 -0.0327 -0.0721 0.0067 -ea1d7d9655298ce0c62dad29b883c1ca478dae67 2010.5 2 -0.0141 -0.0539 0.0257 -ea1d7d9655298ce0c62dad29b883c1ca478dae67 2011.5 2 -0.116 -0.1643 -0.0676 -ea1d7d9655298ce0c62dad29b883c1ca478dae67 2008.5 4 -0.0742 -0.0882 -0.0602 -ea1d7d9655298ce0c62dad29b883c1ca478dae67 2009.5 4 -0.0582 -0.0724 -0.0441 -ea1d7d9655298ce0c62dad29b883c1ca478dae67 2010.5 4 -0.0503 -0.0678 -0.0327 -ea1d7d9655298ce0c62dad29b883c1ca478dae67 2009.5 6 -0.0641 -0.0737 -0.0544 -f5aebd43ff9b6e06d1e1e7ba7ebb028c1ddd091d 2007.5 2 -0.0207 -0.0872 0.0458 -f5aebd43ff9b6e06d1e1e7ba7ebb028c1ddd091d 2008.5 2 -0.0149 -0.0785 0.0487 -f5aebd43ff9b6e06d1e1e7ba7ebb028c1ddd091d 2009.5 2 0.0581 -0.0032 0.1193 -f5aebd43ff9b6e06d1e1e7ba7ebb028c1ddd091d 2010.5 2 0.0033 -0.0567 0.0633 -f5aebd43ff9b6e06d1e1e7ba7ebb028c1ddd091d 2011.5 2 0.01 -0.0566 0.0766 -f5aebd43ff9b6e06d1e1e7ba7ebb028c1ddd091d 2008.5 4 0.0053 -0.02 0.0306 -f5aebd43ff9b6e06d1e1e7ba7ebb028c1ddd091d 2009.5 4 0.0198 -0.0046 0.0443 -f5aebd43ff9b6e06d1e1e7ba7ebb028c1ddd091d 2010.5 4 0.0219 -0.0055 0.0493 -f5aebd43ff9b6e06d1e1e7ba7ebb028c1ddd091d 2009.5 6 0.0107 -0.0062 0.0277 +0c87725e89e54d7a91134e56045c26a3a0c598fe 2007.5 2 0.017 -0.0056 0.0396 +0c87725e89e54d7a91134e56045c26a3a0c598fe 2008.5 2 -0.0298 -0.053 -0.0067 +0c87725e89e54d7a91134e56045c26a3a0c598fe 2009.5 2 -0.0063 -0.0302 0.0175 +0c87725e89e54d7a91134e56045c26a3a0c598fe 2010.5 2 -0.0578 -0.0823 -0.0333 +0c87725e89e54d7a91134e56045c26a3a0c598fe 2011.5 2 -0.0352 -0.0607 -0.0096 +0c87725e89e54d7a91134e56045c26a3a0c598fe 2012.5 2 0.0526 0.0226 0.0826 +0c87725e89e54d7a91134e56045c26a3a0c598fe 2008.5 4 -0.0087 -0.0177 3e-04 +0c87725e89e54d7a91134e56045c26a3a0c598fe 2009.5 4 -0.0288 -0.0382 -0.0195 +0c87725e89e54d7a91134e56045c26a3a0c598fe 2010.5 4 -0.0356 -0.0462 -0.0249 +0c87725e89e54d7a91134e56045c26a3a0c598fe 2011.5 4 -0.0156 -0.0279 -0.0034 +0c87725e89e54d7a91134e56045c26a3a0c598fe 2010 7 -0.0179 -0.0237 -0.0121 +26e0a132b85822bf9d2894f11fad419f3df28ed0 2007.5 2 0.0228 0.005 0.0406 +26e0a132b85822bf9d2894f11fad419f3df28ed0 2008.5 2 -0.052 -0.07 -0.0341 +26e0a132b85822bf9d2894f11fad419f3df28ed0 2009.5 2 -0.0341 -0.0532 -0.0151 +26e0a132b85822bf9d2894f11fad419f3df28ed0 2010.5 2 -0.0384 -0.0575 -0.0193 +26e0a132b85822bf9d2894f11fad419f3df28ed0 2011.5 2 -0.0131 -0.0328 0.0065 +26e0a132b85822bf9d2894f11fad419f3df28ed0 2012.5 2 0.0449 0.0217 0.0681 +26e0a132b85822bf9d2894f11fad419f3df28ed0 2008.5 4 -0.0242 -0.0312 -0.0172 +26e0a132b85822bf9d2894f11fad419f3df28ed0 2009.5 4 -0.0408 -0.048 -0.0335 +26e0a132b85822bf9d2894f11fad419f3df28ed0 2010.5 4 -0.0295 -0.0373 -0.0218 +26e0a132b85822bf9d2894f11fad419f3df28ed0 2011.5 4 -0.0033 -0.0125 0.0059 +26e0a132b85822bf9d2894f11fad419f3df28ed0 2010 7 -0.0199 -0.0242 -0.0157 +3467e6b072760f472d7fc09898c7e6abe65a56a6 2007.5 2 -0.0098 -0.076 0.0565 +3467e6b072760f472d7fc09898c7e6abe65a56a6 2008.5 2 -0.0132 -0.078 0.0515 +3467e6b072760f472d7fc09898c7e6abe65a56a6 2009.5 2 0.0547 -0.0075 0.1169 +3467e6b072760f472d7fc09898c7e6abe65a56a6 2010.5 2 0.014 -0.046 0.0739 +3467e6b072760f472d7fc09898c7e6abe65a56a6 2011.5 2 0.0566 -0.004 0.1171 +3467e6b072760f472d7fc09898c7e6abe65a56a6 2012.5 2 0.0856 0.0082 0.1631 +3467e6b072760f472d7fc09898c7e6abe65a56a6 2008.5 4 0.0082 -0.0168 0.0331 +3467e6b072760f472d7fc09898c7e6abe65a56a6 2009.5 4 0.0221 -0.002 0.0462 +3467e6b072760f472d7fc09898c7e6abe65a56a6 2010.5 4 0.039 0.0146 0.0633 +3467e6b072760f472d7fc09898c7e6abe65a56a6 2011.5 4 0.0525 0.0238 0.0812 +3467e6b072760f472d7fc09898c7e6abe65a56a6 2010 7 0.0306 0.0163 0.0448 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2009.5 6 -0.0113 -0.0222 -4e-04 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2010.5 6 -0.0188 -0.0299 -0.0078 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2011.5 6 -0.0325 -0.044 -0.021 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2012.5 6 -0.041 -0.0521 -0.0298 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2013.5 6 -0.0369 -0.048 -0.0258 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2014.5 6 -0.0291 -0.0403 -0.018 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2015.5 6 -0.0159 -0.0272 -0.0046 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2016.5 6 -0.0081 -0.0195 0.0033 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2017.5 6 -0.0073 -0.0188 0.0041 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2018.5 6 -0.0047 -0.0158 0.0065 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2019.5 6 -0.0145 -0.0262 -0.0028 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2020.5 6 -0.0203 -0.0322 -0.0085 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2021.5 6 -0.0211 -0.0328 -0.0094 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2022.5 6 -0.0176 -0.0295 -0.0057 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2012.5 12 -0.025 -0.0295 -0.0205 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2013.5 12 -0.0244 -0.0289 -0.02 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2014.5 12 -0.0213 -0.0257 -0.0168 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2015.5 12 -0.0195 -0.024 -0.015 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2016.5 12 -0.0205 -0.0252 -0.0159 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2017.5 12 -0.0178 -0.0226 -0.013 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2018.5 12 -0.0139 -0.0187 -0.0091 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2019.5 12 -0.0113 -0.0161 -0.0065 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 2016 19 -0.0191 -0.0216 -0.0165 +66335ec4972c682dabeffa7aa92e2a3afe5f7270 2007.5 2 0.0299 -0.01 0.0698 +66335ec4972c682dabeffa7aa92e2a3afe5f7270 2008.5 2 -0.061 -0.1008 -0.0212 +66335ec4972c682dabeffa7aa92e2a3afe5f7270 2009.5 2 -0.0589 -0.1008 -0.0169 +66335ec4972c682dabeffa7aa92e2a3afe5f7270 2010.5 2 -0.0018 -0.0436 0.0401 +66335ec4972c682dabeffa7aa92e2a3afe5f7270 2011.5 2 0.0135 -0.0286 0.0557 +66335ec4972c682dabeffa7aa92e2a3afe5f7270 2012.5 2 0.0478 -7e-04 0.0962 +66335ec4972c682dabeffa7aa92e2a3afe5f7270 2008.5 4 -0.0331 -0.049 -0.0171 +66335ec4972c682dabeffa7aa92e2a3afe5f7270 2009.5 4 -0.0424 -0.0586 -0.0261 +66335ec4972c682dabeffa7aa92e2a3afe5f7270 2010.5 4 -0.0143 -0.0303 0.0017 +66335ec4972c682dabeffa7aa92e2a3afe5f7270 2011.5 4 0.0193 0 0.0385 +66335ec4972c682dabeffa7aa92e2a3afe5f7270 2010 7 -0.0131 -0.022 -0.0042 +71aec071018610c8c32b566d0cc13580b96821aa 2009.5 6 0.0129 0.0028 0.023 +71aec071018610c8c32b566d0cc13580b96821aa 2010.5 6 0.0101 4e-04 0.0198 +71aec071018610c8c32b566d0cc13580b96821aa 2011.5 6 0.0091 -9e-04 0.0192 +71aec071018610c8c32b566d0cc13580b96821aa 2012.5 6 0.0016 -0.0083 0.0114 +71aec071018610c8c32b566d0cc13580b96821aa 2013.5 6 -0.0079 -0.0175 0.0016 +71aec071018610c8c32b566d0cc13580b96821aa 2014.5 6 -0.0127 -0.0224 -0.0029 +71aec071018610c8c32b566d0cc13580b96821aa 2015.5 6 -0.0161 -0.0263 -0.0058 +71aec071018610c8c32b566d0cc13580b96821aa 2016.5 6 -0.0231 -0.0335 -0.0128 +71aec071018610c8c32b566d0cc13580b96821aa 2017.5 6 -0.0266 -0.0372 -0.0161 +71aec071018610c8c32b566d0cc13580b96821aa 2018.5 6 -0.0265 -0.037 -0.016 +71aec071018610c8c32b566d0cc13580b96821aa 2019.5 6 -0.0212 -0.0319 -0.0104 +71aec071018610c8c32b566d0cc13580b96821aa 2020.5 6 -0.014 -0.025 -0.0029 +71aec071018610c8c32b566d0cc13580b96821aa 2021.5 6 -0.0036 -0.0148 0.0077 +71aec071018610c8c32b566d0cc13580b96821aa 2022.5 6 0.0027 -0.0089 0.0144 +71aec071018610c8c32b566d0cc13580b96821aa 2012.5 12 -0.0015 -0.0061 0.003 +71aec071018610c8c32b566d0cc13580b96821aa 2013.5 12 -0.006 -0.0104 -0.0015 +71aec071018610c8c32b566d0cc13580b96821aa 2014.5 12 -0.0098 -0.0144 -0.0053 +71aec071018610c8c32b566d0cc13580b96821aa 2015.5 12 -0.0149 -0.0196 -0.0103 +71aec071018610c8c32b566d0cc13580b96821aa 2016.5 12 -0.0177 -0.0225 -0.013 +71aec071018610c8c32b566d0cc13580b96821aa 2017.5 12 -0.0183 -0.0233 -0.0134 +71aec071018610c8c32b566d0cc13580b96821aa 2018.5 12 -0.0164 -0.0215 -0.0114 +71aec071018610c8c32b566d0cc13580b96821aa 2019.5 12 -0.0146 -0.0198 -0.0093 +71aec071018610c8c32b566d0cc13580b96821aa 2016 19 -0.0089 -0.0119 -0.006 +893db398b31d1a3581118644709a39e1f50f4729 2007.5 2 0.0348 0.0019 0.0677 +893db398b31d1a3581118644709a39e1f50f4729 2008.5 2 -0.0171 -0.05 0.0158 +893db398b31d1a3581118644709a39e1f50f4729 2009.5 2 -0.0417 -0.0772 -0.0062 +893db398b31d1a3581118644709a39e1f50f4729 2010.5 2 -0.0739 -0.1101 -0.0377 +893db398b31d1a3581118644709a39e1f50f4729 2011.5 2 0.0049 -0.0324 0.0421 +893db398b31d1a3581118644709a39e1f50f4729 2012.5 2 0.0226 -0.0193 0.0646 +893db398b31d1a3581118644709a39e1f50f4729 2008.5 4 -0.0089 -0.0223 0.0045 +893db398b31d1a3581118644709a39e1f50f4729 2009.5 4 -0.044 -0.0581 -0.0299 +893db398b31d1a3581118644709a39e1f50f4729 2010.5 4 -0.0406 -0.0557 -0.0256 +893db398b31d1a3581118644709a39e1f50f4729 2011.5 4 -0.0134 -0.0313 0.0044 +893db398b31d1a3581118644709a39e1f50f4729 2010 7 -0.0208 -0.0292 -0.0124 +ad7ecc327c5ca1806d7934a1292c95ee252ec3a4 2007.5 2 -0.0293 -0.0665 0.008 +ad7ecc327c5ca1806d7934a1292c95ee252ec3a4 2008.5 2 -0.1463 -0.1855 -0.1071 +ad7ecc327c5ca1806d7934a1292c95ee252ec3a4 2009.5 2 -0.0273 -0.0672 0.0125 +ad7ecc327c5ca1806d7934a1292c95ee252ec3a4 2010.5 2 -0.017 -0.0566 0.0225 +ad7ecc327c5ca1806d7934a1292c95ee252ec3a4 2011.5 2 -0.1054 -0.1471 -0.0636 +ad7ecc327c5ca1806d7934a1292c95ee252ec3a4 2012.5 2 0.0301 -0.0232 0.0833 +ad7ecc327c5ca1806d7934a1292c95ee252ec3a4 2008.5 4 -0.0755 -0.0894 -0.0616 +ad7ecc327c5ca1806d7934a1292c95ee252ec3a4 2009.5 4 -0.0599 -0.0738 -0.046 +ad7ecc327c5ca1806d7934a1292c95ee252ec3a4 2010.5 4 -0.0466 -0.0618 -0.0314 +ad7ecc327c5ca1806d7934a1292c95ee252ec3a4 2011.5 4 -0.0382 -0.0564 -0.02 +ad7ecc327c5ca1806d7934a1292c95ee252ec3a4 2010 7 -0.0544 -0.0622 -0.0465 +af6a168eced84b18e57938e4b4982d7e13b56802 2009.5 6 0.0092 -0.0033 0.0218 +af6a168eced84b18e57938e4b4982d7e13b56802 2010.5 6 0.0025 -0.0096 0.0147 +af6a168eced84b18e57938e4b4982d7e13b56802 2011.5 6 3e-04 -0.0123 0.0129 +af6a168eced84b18e57938e4b4982d7e13b56802 2012.5 6 -0.0139 -0.0261 -0.0016 +af6a168eced84b18e57938e4b4982d7e13b56802 2013.5 6 -0.0215 -0.0337 -0.0093 +af6a168eced84b18e57938e4b4982d7e13b56802 2014.5 6 -0.0249 -0.0372 -0.0126 +af6a168eced84b18e57938e4b4982d7e13b56802 2015.5 6 -0.0247 -0.0373 -0.012 +af6a168eced84b18e57938e4b4982d7e13b56802 2016.5 6 -0.0197 -0.0322 -0.0072 +af6a168eced84b18e57938e4b4982d7e13b56802 2017.5 6 -0.0064 -0.0189 0.0062 +af6a168eced84b18e57938e4b4982d7e13b56802 2018.5 6 -0.0048 -0.0172 0.0077 +af6a168eced84b18e57938e4b4982d7e13b56802 2019.5 6 -0.0035 -0.0163 0.0092 +af6a168eced84b18e57938e4b4982d7e13b56802 2020.5 6 -0.0031 -0.016 0.0099 +af6a168eced84b18e57938e4b4982d7e13b56802 2021.5 6 0.0012 -0.0118 0.0141 +af6a168eced84b18e57938e4b4982d7e13b56802 2022.5 6 0.0096 -0.0038 0.0231 +af6a168eced84b18e57938e4b4982d7e13b56802 2012.5 12 -0.0102 -0.0157 -0.0048 +af6a168eced84b18e57938e4b4982d7e13b56802 2013.5 12 -0.0121 -0.0175 -0.0067 +af6a168eced84b18e57938e4b4982d7e13b56802 2014.5 12 -0.013 -0.0184 -0.0075 +af6a168eced84b18e57938e4b4982d7e13b56802 2015.5 12 -0.0149 -0.0204 -0.0094 +af6a168eced84b18e57938e4b4982d7e13b56802 2016.5 12 -0.0145 -0.0201 -0.009 +af6a168eced84b18e57938e4b4982d7e13b56802 2017.5 12 -0.0128 -0.0184 -0.0073 +af6a168eced84b18e57938e4b4982d7e13b56802 2018.5 12 -0.008 -0.0135 -0.0026 +af6a168eced84b18e57938e4b4982d7e13b56802 2019.5 12 -0.0041 -0.0096 0.0015 +af6a168eced84b18e57938e4b4982d7e13b56802 2016 19 -0.0073 -0.0104 -0.0042 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2009.5 6 0.0077 0.0011 0.0143 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2010.5 6 -1e-04 -0.0065 0.0064 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2011.5 6 -0.0059 -0.0124 6e-04 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2012.5 6 -0.004 -0.0105 0.0024 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2013.5 6 -0.0048 -0.0111 0.0015 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2014.5 6 -0.0047 -0.0111 0.0016 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2015.5 6 -0.0028 -0.0093 0.0037 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2016.5 6 -0.0071 -0.0138 -5e-04 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2017.5 6 -0.0154 -0.0221 -0.0087 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2018.5 6 -0.0188 -0.0255 -0.0121 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2019.5 6 -0.0175 -0.0245 -0.0104 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2020.5 6 -0.0168 -0.0239 -0.0096 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2021.5 6 -0.0141 -0.0213 -0.0069 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2022.5 6 -0.0032 -0.0106 0.0041 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2012.5 12 -0.0019 -0.0048 0.0011 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2013.5 12 -0.0048 -0.0077 -0.0019 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2014.5 12 -0.0062 -0.0091 -0.0032 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2015.5 12 -0.0088 -0.0118 -0.0058 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2016.5 12 -0.0106 -0.0137 -0.0075 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2017.5 12 -0.012 -0.0153 -0.0087 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2018.5 12 -0.012 -0.0154 -0.0086 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2019.5 12 -0.0104 -0.014 -0.0069 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 2016 19 -0.0071 -0.0091 -0.0051 +cd7d7480035e99435fdf1ae2028358cca9e03144 2007.5 2 0.0535 0.0379 0.0692 +cd7d7480035e99435fdf1ae2028358cca9e03144 2008.5 2 -0.0227 -0.0389 -0.0065 +cd7d7480035e99435fdf1ae2028358cca9e03144 2009.5 2 -0.0353 -0.0516 -0.019 +cd7d7480035e99435fdf1ae2028358cca9e03144 2010.5 2 -0.0323 -0.048 -0.0166 +cd7d7480035e99435fdf1ae2028358cca9e03144 2011.5 2 0.0207 0.0047 0.0366 +cd7d7480035e99435fdf1ae2028358cca9e03144 2012.5 2 0.0904 0.0709 0.1098 +cd7d7480035e99435fdf1ae2028358cca9e03144 2008.5 4 -0.0036 -0.0094 0.0022 +cd7d7480035e99435fdf1ae2028358cca9e03144 2009.5 4 -0.0306 -0.0367 -0.0246 +cd7d7480035e99435fdf1ae2028358cca9e03144 2010.5 4 -0.0173 -0.0236 -0.011 +cd7d7480035e99435fdf1ae2028358cca9e03144 2011.5 4 0.0257 0.0187 0.0327 +cd7d7480035e99435fdf1ae2028358cca9e03144 2010 7 6e-04 -0.0028 0.004 +d5e12413e3004018302641cc852f9a4684533daa 2009.5 6 0.0083 0.003 0.0137 +d5e12413e3004018302641cc852f9a4684533daa 2010.5 6 0.0025 -0.0027 0.0077 +d5e12413e3004018302641cc852f9a4684533daa 2011.5 6 -0.0052 -0.0106 2e-04 +d5e12413e3004018302641cc852f9a4684533daa 2012.5 6 -0.0113 -0.0165 -0.006 +d5e12413e3004018302641cc852f9a4684533daa 2013.5 6 -0.0153 -0.0205 -0.0102 +d5e12413e3004018302641cc852f9a4684533daa 2014.5 6 -0.0168 -0.022 -0.0115 +d5e12413e3004018302641cc852f9a4684533daa 2015.5 6 -0.0136 -0.0191 -0.0082 +d5e12413e3004018302641cc852f9a4684533daa 2016.5 6 -0.0139 -0.0194 -0.0084 +d5e12413e3004018302641cc852f9a4684533daa 2017.5 6 -0.0163 -0.0218 -0.0107 +d5e12413e3004018302641cc852f9a4684533daa 2018.5 6 -0.0138 -0.0193 -0.0084 +d5e12413e3004018302641cc852f9a4684533daa 2019.5 6 -0.0105 -0.0161 -0.0049 +d5e12413e3004018302641cc852f9a4684533daa 2020.5 6 -0.0082 -0.0139 -0.0024 +d5e12413e3004018302641cc852f9a4684533daa 2021.5 6 -0.0041 -0.0099 0.0016 +d5e12413e3004018302641cc852f9a4684533daa 2022.5 6 0.0026 -0.0033 0.0086 +d5e12413e3004018302641cc852f9a4684533daa 2012.5 12 -0.0072 -0.0095 -0.0049 +d5e12413e3004018302641cc852f9a4684533daa 2013.5 12 -0.0101 -0.0124 -0.0078 +d5e12413e3004018302641cc852f9a4684533daa 2014.5 12 -0.0114 -0.0137 -0.0091 +d5e12413e3004018302641cc852f9a4684533daa 2015.5 12 -0.0134 -0.0158 -0.0111 +d5e12413e3004018302641cc852f9a4684533daa 2016.5 12 -0.0142 -0.0167 -0.0118 +d5e12413e3004018302641cc852f9a4684533daa 2017.5 12 -0.0135 -0.016 -0.011 +d5e12413e3004018302641cc852f9a4684533daa 2018.5 12 -0.0108 -0.0133 -0.0082 +d5e12413e3004018302641cc852f9a4684533daa 2019.5 12 -0.0076 -0.0102 -0.0049 +d5e12413e3004018302641cc852f9a4684533daa 2016 19 -0.0084 -0.0098 -0.0069 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2009.5 6 0.0204 0.0157 0.0252 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2010.5 6 0.0104 0.0058 0.015 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2011.5 6 -0.0016 -0.0063 0.0031 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2012.5 6 -0.0043 -0.009 4e-04 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2013.5 6 -0.0081 -0.0128 -0.0035 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2014.5 6 -0.0145 -0.0192 -0.0099 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2015.5 6 -0.0115 -0.0162 -0.0068 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2016.5 6 -0.0111 -0.0159 -0.0063 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2017.5 6 -0.0159 -0.0208 -0.0111 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2018.5 6 -0.0108 -0.0153 -0.0062 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2019.5 6 6e-04 -0.004 0.0053 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2020.5 6 0.0028 -0.0019 0.0075 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2021.5 6 0.003 -0.0016 0.0077 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2022.5 6 0.0145 0.0099 0.0192 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2012.5 12 -6e-04 -0.0026 0.0014 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2013.5 12 -0.0055 -0.0074 -0.0036 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2014.5 12 -0.0079 -0.0099 -0.006 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2015.5 12 -0.0098 -0.0117 -0.0078 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2016.5 12 -0.0085 -0.0105 -0.0065 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2017.5 12 -0.0085 -0.0105 -0.0064 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2018.5 12 -0.006 -0.0081 -0.004 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2019.5 12 -6e-04 -0.0026 0.0015 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 2016 19 -0.002 -0.0031 -8e-04 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2009.5 6 -0.0024 -0.0221 0.0174 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2010.5 6 0.001 -0.0173 0.0193 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2011.5 6 0.0018 -0.0165 0.0201 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2012.5 6 -0.0057 -0.0241 0.0126 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2013.5 6 -0.0035 -0.0216 0.0146 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2014.5 6 0.0043 -0.0133 0.0218 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2015.5 6 0.0153 -0.0021 0.0328 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2016.5 6 0.0214 0.0039 0.039 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2017.5 6 0.0217 0.0042 0.0393 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2018.5 6 0.0087 -0.0082 0.0256 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2019.5 6 0.003 -0.0141 0.02 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2020.5 6 0.0063 -0.0108 0.0233 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2021.5 6 0.0163 -6e-04 0.0333 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2022.5 6 0.0255 0.0075 0.0435 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2012.5 12 0.0028 -0.0058 0.0113 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2013.5 12 0.0056 -0.0026 0.0138 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2014.5 12 0.0077 -4e-04 0.0158 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2015.5 12 0.0078 -2e-04 0.0158 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2016.5 12 0.0086 6e-04 0.0166 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2017.5 12 0.0103 0.0024 0.0183 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2018.5 12 0.0134 0.0054 0.0213 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2019.5 12 0.0163 0.0082 0.0243 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 2016 19 0.0086 0.0036 0.0135 diff --git a/inst/results/composite_moving_trend.yml b/inst/results/composite_moving_trend.yml index 35d7285..2652a19 100644 --- a/inst/results/composite_moving_trend.yml +++ b/inst/results/composite_moving_trend.yml @@ -1,22 +1,34 @@ ..generic: - git2rdata: 0.4.0 + git2rdata: 0.5.2 optimize: yes NA string: NA sorting: - analysis - window - midpoint - hash: fc6fc8d047d84d09dc7220cce78913c1223aac6b - data_hash: 1987cb2a147c301db56b080123149fb988faab0a + hash: 5f915a50ce7b55fcb7d07d3289628dab524f940e + data_hash: ef879ece23973da0a45f44ad126fd68c70c6b39c + name: composite_moving_trend + title: Moving trend for the composite indices analysis: class: character + description: Identifier of the analysis midpoint: class: numeric + digits: 6 + description: Year in the middle of the interval window: class: integer + description: Width of the interval as a number of years estimate: class: numeric + digits: 6 + description: Estimate on the log-scale lower_confidence_limit: class: numeric + digits: 6 + description: 5% quantile of the distribution on the log-scale upper_confidence_limit: class: numeric + digits: 6 + description: 95% quantile of the distribution on the log-scale diff --git a/inst/results/effort.tsv b/inst/results/effort.tsv index 12a0395..6d1881f 100644 --- a/inst/results/effort.tsv +++ b/inst/results/effort.tsv @@ -2,35 +2,47 @@ year location stratum visits 2010 5146 1 18 2013 5146 1 18 2016 5146 1 18 +2025 5148 1 18 2009 5149 1 18 +2025 5149 1 18 2009 5150 1 18 +2024 5150 1 18 +2025 5150 1 18 2009 5151 1 18 +2025 5151 1 18 2007 5152 1 18 2010 5152 1 18 +2024 5152 1 12 2008 5155 1 18 2013 5156 1 6 2016 5156 1 12 2019 5156 1 18 2022 5156 1 18 +2025 5156 1 12 2010 5163 1 12 2013 5163 1 6 2018 5173 1 18 2015 5205 1 18 2018 5205 1 18 2021 5205 1 18 +2024 5205 1 18 2009 5206 1 6 2015 5206 1 12 2018 5206 1 18 2021 5206 1 18 +2024 5206 1 12 +2025 5206 1 18 2009 5207 1 18 2012 5207 1 6 2015 5207 1 18 2018 5207 1 18 +2025 5207 1 18 2008 5208 1 18 2011 5208 1 6 2014 5208 1 18 2017 5208 1 18 2020 5208 1 6 +2025 5208 1 18 2009 5209 1 12 2007 5211 1 18 2010 5211 1 18 @@ -38,25 +50,31 @@ year location stratum visits 2016 5211 1 18 2019 5211 1 18 2022 5211 1 18 +2025 5211 1 18 2007 5212 1 18 2010 5212 1 18 2013 5212 1 18 2016 5212 1 18 2019 5212 1 18 +2025 5212 1 18 2009 5220 1 18 2015 5220 1 18 2018 5220 1 18 2021 5220 1 12 +2025 5220 1 18 2009 5221 1 18 2015 5221 1 18 2018 5221 1 18 2021 5221 1 12 +2025 5221 1 18 2009 5223 1 18 2018 5223 1 18 2021 5223 1 6 +2025 5223 1 18 2009 5225 1 18 2018 5225 1 18 2021 5225 1 18 +2024 5225 1 18 2008 5226 1 12 2011 5226 1 18 2017 5226 1 18 @@ -78,48 +96,62 @@ year location stratum visits 2016 5232 1 18 2019 5232 1 18 2022 5232 1 12 +2025 5232 1 18 2009 5233 1 18 2012 5233 1 16 2015 5233 1 18 2018 5233 1 18 2021 5233 1 18 +2024 5233 1 12 +2025 5233 1 18 2008 5234 1 18 2011 5234 1 18 2014 5234 1 18 2017 5234 1 18 2020 5234 1 18 2023 5234 1 18 +2025 5234 1 6 2010 5235 1 18 2013 5235 1 18 2016 5235 1 18 2019 5235 1 18 2022 5235 1 12 +2025 5235 1 18 2009 5236 1 18 2012 5236 1 18 2015 5236 1 18 2018 5236 1 18 2021 5236 1 18 +2024 5236 1 12 +2025 5236 1 18 2007 5237 1 18 2010 5237 1 18 2013 5237 1 18 +2025 5237 1 18 2007 5238 1 12 2010 5238 1 18 2013 5238 1 18 +2025 5238 1 18 2007 5239 1 18 2011 5239 1 18 2014 5239 1 18 2015 5239 1 6 +2025 5239 1 6 2009 5240 1 18 2012 5240 1 12 +2024 5240 1 18 2009 5241 1 18 2012 5241 1 18 2015 5241 1 12 +2025 5241 1 12 2009 5242 1 18 2012 5242 1 18 +2024 5242 1 18 2007 5244 1 18 2009 5244 1 18 2012 5244 1 18 2015 5244 1 6 +2025 5244 1 18 2008 5248 1 6 2011 5248 1 12 2014 5248 1 18 @@ -128,14 +160,17 @@ year location stratum visits 2013 5283 1 12 2016 5283 1 18 2019 5283 1 18 -2022 5283 1 24 +2022 5283 1 18 +2025 5283 1 18 2009 5284 1 18 2012 5284 1 18 2015 5284 1 18 2018 5284 1 18 2021 5284 1 18 +2024 5284 1 18 2007 5318 1 18 2010 5318 1 12 +2025 5318 1 18 2009 5345 1 6 2014 5345 1 18 2017 5345 1 18 @@ -146,6 +181,7 @@ year location stratum visits 2016 5349 1 18 2019 5349 1 18 2022 5349 1 18 +2025 5349 1 18 2008 5351 1 18 2011 5351 1 18 2017 5351 1 18 @@ -156,18 +192,22 @@ year location stratum visits 2011 5352 1 18 2017 5352 1 18 2020 5352 1 18 +2025 5352 1 18 2008 5353 1 18 2011 5353 1 18 2014 5353 1 18 2017 5353 1 18 2020 5353 1 18 +2025 5353 1 18 2009 5354 1 18 2012 5354 1 18 2015 5354 1 18 2018 5354 1 18 2021 5354 1 18 +2025 5354 1 18 2018 5358 1 18 2021 5358 1 18 +2024 5358 1 12 2008 5362 1 18 2011 5362 1 18 2008 5363 1 18 @@ -177,12 +217,15 @@ year location stratum visits 2014 5364 1 12 2017 5364 1 12 2020 5364 1 16 +2024 5364 1 16 2007 5432 1 18 +2025 5432 1 18 2007 5436 1 6 2008 5439 1 15 2011 5439 1 15 2014 5439 1 15 2017 5439 1 15 +2025 5439 1 17 2009 5440 1 18 2012 5440 1 6 2015 5440 1 18 @@ -192,11 +235,13 @@ year location stratum visits 2013 5441 1 18 2016 5441 1 18 2019 5441 1 18 +2025 5441 1 18 2007 5442 1 18 2010 5442 1 12 2013 5442 1 18 2016 5442 1 18 2019 5442 1 18 +2025 5442 1 18 2008 5444 1 18 2011 5444 1 18 2014 5444 1 18 @@ -204,16 +249,22 @@ year location stratum visits 2020 5444 1 18 2009 5447 1 18 2012 5447 1 18 +2025 5447 1 18 2009 5451 1 18 2012 5451 1 18 +2025 5451 1 18 2007 5454 1 18 +2025 5454 1 18 2009 5455 1 18 2012 5455 1 18 +2025 5455 1 18 2009 5462 1 6 2009 5498 1 18 2012 5498 1 6 +2025 5498 1 18 2009 5500 1 18 2012 5500 1 6 +2025 5500 1 18 2008 5502 1 18 2011 5502 1 18 2015 5502 1 17 @@ -222,23 +273,31 @@ year location stratum visits 2023 5502 1 18 2009 5519 1 18 2015 5519 1 17 +2025 5519 1 18 2009 5564 1 12 2009 5591 1 18 2009 5592 1 18 +2025 5592 1 18 2009 5593 1 18 +2025 5593 1 18 +2025 5597 1 18 2008 5598 1 18 2011 5598 1 18 2008 5600 1 18 2011 5600 1 18 +2025 5600 1 18 2008 5601 1 18 2011 5601 1 18 2009 5602 1 18 +2025 5602 1 18 2009 5604 1 18 +2025 5604 1 18 2009 5605 1 18 2013 5605 1 18 2015 5605 1 18 2018 5605 1 18 2021 5605 1 18 +2025 5605 1 18 2009 5611 1 18 2012 5611 1 18 2007 5613 1 18 @@ -257,19 +316,24 @@ year location stratum visits 2013 5639 1 18 2016 5639 1 18 2019 5639 1 24 +2025 5639 1 6 2009 5644 1 18 2009 5654 1 18 2007 5666 1 18 +2025 5666 1 18 2010 5667 1 18 2011 5667 1 18 2013 5667 1 18 +2025 5667 1 18 2007 5668 1 18 +2025 5668 1 18 2007 5671 1 18 2010 5671 1 18 2013 5671 1 18 2016 5671 1 18 2019 5671 1 18 2022 5671 1 18 +2025 5671 1 17 2017 5673 1 18 2020 5673 1 24 2023 5673 1 18 @@ -283,6 +347,7 @@ year location stratum visits 2023 5723 1 18 2011 5725 1 12 2014 5725 1 12 +2025 5725 1 15 2010 5738 1 18 2013 5738 1 18 2016 5738 1 18 @@ -291,14 +356,18 @@ year location stratum visits 2007 5786 1 18 2008 5788 1 18 2009 5788 1 18 +2025 5788 1 18 2008 5789 1 18 2011 5789 1 18 +2025 5789 1 18 2008 5791 1 18 2011 5791 1 18 +2025 5791 1 18 2009 5840 1 18 2012 5840 1 18 2018 5840 1 18 2021 5840 1 6 +2024 5840 1 18 2007 5851 1 18 2008 5851 1 18 2009 5851 1 18 @@ -313,18 +382,21 @@ year location stratum visits 2009 5881 1 18 2012 5881 1 18 2016 5881 1 18 +2025 5881 1 18 2007 5886 1 18 2010 5886 1 18 2015 5886 1 18 2016 5886 1 15 2019 5886 1 18 2022 5886 1 24 +2025 5886 1 18 2007 5887 1 18 2010 5887 1 18 2015 5887 1 18 2016 5887 1 18 2019 5887 1 18 2022 5887 1 30 +2025 5887 1 18 2023 5898 1 18 2007 5906 1 18 2010 5906 1 18 @@ -332,15 +404,20 @@ year location stratum visits 2016 5906 1 18 2019 5906 1 18 2022 5906 1 18 +2025 5906 1 18 2007 5950 1 18 2010 5950 1 18 2013 5950 1 18 +2025 5950 1 18 2008 5953 1 18 2011 5953 1 18 +2025 5953 1 18 2018 5960 1 18 2021 5960 1 18 +2024 5960 1 18 2017 5961 1 18 2020 5961 1 18 +2023 5961 1 18 2007 5962 1 18 2008 5962 1 18 2010 5962 1 18 @@ -352,6 +429,7 @@ year location stratum visits 2016 5962 1 18 2019 5962 1 18 2022 5962 1 18 +2025 5962 1 18 2007 5967 1 18 2010 5967 1 18 2007 5968 1 18 @@ -369,6 +447,7 @@ year location stratum visits 2015 5971 1 6 2016 5971 1 18 2022 5971 1 18 +2025 5971 1 12 2007 5973 1 12 2010 5973 1 12 2008 5974 1 18 @@ -382,6 +461,7 @@ year location stratum visits 2016 5976 1 18 2018 5976 1 18 2021 5976 1 18 +2024 5976 1 18 2008 5978 1 18 2011 5978 1 18 2014 5978 1 18 @@ -425,15 +505,18 @@ year location stratum visits 2012 6018 1 12 2018 6018 1 18 2021 6018 1 18 +2024 6018 1 18 2009 6020 1 18 2012 6020 1 12 2018 6020 1 18 2021 6020 1 18 +2024 6020 1 18 2008 6021 1 12 2011 6021 1 18 2021 6021 1 18 2019 6023 1 18 2022 6023 1 18 +2025 6023 1 18 2007 6024 1 18 2008 6024 1 18 2009 6024 1 18 @@ -446,6 +529,7 @@ year location stratum visits 2016 6024 1 18 2019 6024 1 18 2022 6024 1 18 +2025 6024 1 18 2007 6025 1 18 2008 6025 1 18 2009 6025 1 18 @@ -458,14 +542,17 @@ year location stratum visits 2016 6025 1 18 2019 6025 1 18 2022 6025 1 18 +2025 6025 1 6 2007 6027 1 18 2008 6027 1 18 -2009 6027 1 12 +2009 6027 1 18 2010 6027 1 18 2011 6027 1 18 2012 6027 1 18 2016 6027 1 18 2019 6027 1 18 +2022 6027 1 18 +2025 6027 1 18 2007 6031 1 18 2009 6034 1 18 2015 6034 1 12 @@ -479,6 +566,8 @@ year location stratum visits 2016 6072 1 18 2019 6072 1 18 2022 6072 1 18 +2024 6072 1 18 +2025 6072 1 18 2007 6126 1 18 2008 6136 1 18 2011 6136 1 18 @@ -506,6 +595,7 @@ year location stratum visits 2008 6151 1 18 2011 6151 1 12 2017 6151 1 18 +2025 6151 1 18 2011 6165 1 18 2014 6165 1 18 2017 6165 1 18 @@ -516,6 +606,7 @@ year location stratum visits 2016 6166 1 18 2019 6166 1 18 2022 6166 1 18 +2025 6166 1 18 2007 6169 1 18 2008 6169 1 18 2009 6169 1 18 @@ -524,25 +615,30 @@ year location stratum visits 2015 6169 1 18 2018 6169 1 18 2021 6169 1 18 +2024 6169 1 18 2007 6181 1 18 2010 6181 1 18 2013 6181 1 18 2016 6181 1 12 2019 6181 1 18 2022 6181 1 18 +2025 6181 1 18 2008 6182 1 18 2011 6182 1 18 2014 6182 1 18 2018 6182 1 18 2021 6182 1 18 +2024 6182 1 18 2018 6185 1 18 2021 6185 1 18 +2024 6185 1 18 2011 6187 1 18 2012 6187 1 18 2014 6187 1 6 2016 6188 1 18 2019 6188 1 18 2022 6188 1 18 +2025 6188 1 18 2009 6192 1 18 2012 6192 1 18 2015 6192 1 18 @@ -565,11 +661,13 @@ year location stratum visits 2016 6200 1 18 2019 6200 1 18 2022 6200 1 18 +2025 6200 1 18 2009 6202 1 12 2012 6202 1 15 2015 6202 1 15 2018 6202 1 15 2021 6202 1 8 +2024 6202 1 18 2008 6203 1 18 2011 6203 1 18 2014 6203 1 18 @@ -584,19 +682,23 @@ year location stratum visits 2007 6249 1 6 2019 6249 1 18 2022 6249 1 18 +2025 6249 1 18 2019 6250 1 18 2022 6250 1 18 +2025 6250 1 18 2017 6251 1 18 2020 6251 1 18 2023 6251 1 18 2018 6252 1 18 2021 6252 1 18 +2024 6252 1 18 2007 6253 1 5 2017 6253 1 18 2020 6253 1 18 2023 6253 1 18 2018 6254 1 18 2021 6254 1 18 +2024 6254 1 18 2009 6255 1 18 2007 6256 1 12 2007 6257 1 18 @@ -613,19 +715,23 @@ year location stratum visits 2016 6260 1 18 2018 6265 1 24 2021 6265 1 12 +2024 6265 1 18 2010 6272 1 18 2013 6272 1 12 +2025 6272 1 18 2008 6273 1 18 2014 6273 1 6 2017 6273 1 18 2020 6273 1 6 2023 6273 1 12 2007 6306 1 18 -2019 6306 1 24 +2019 6306 1 18 2022 6306 1 18 +2025 6306 1 18 2009 6310 1 18 2012 6310 1 18 2015 6310 1 18 +2025 6310 1 18 2008 6316 1 18 2017 6316 1 15 2020 6316 1 18 @@ -651,11 +757,14 @@ year location stratum visits 2009 6339 1 18 2012 6339 1 18 2015 6339 1 18 +2025 6339 1 6 2014 5433 2 18 2017 5433 2 18 2020 5433 2 12 2021 5433 2 6 +2025 5434 2 18 2007 5435 2 12 +2025 5435 2 16 2009 5437 2 15 2012 5437 2 12 2015 5437 2 18 @@ -664,8 +773,10 @@ year location stratum visits 2011 5438 2 18 2014 5438 2 18 2017 5438 2 18 +2025 5438 2 18 2010 5479 2 5 2013 5479 2 16 +2025 5479 2 18 2008 5480 2 18 2014 5480 2 18 2017 5480 2 18 @@ -696,15 +807,18 @@ year location stratum visits 2007 5636 2 18 2010 5636 2 12 2014 5636 2 18 +2025 5636 2 18 2007 5638 2 18 2010 5638 2 12 2012 5638 2 12 2015 5638 2 18 2018 5638 2 18 2021 5638 2 18 +2024 5638 2 18 2007 5640 2 18 2010 5640 2 12 2014 5640 2 18 +2025 5640 2 18 2009 5641 2 18 2012 5641 2 10 2015 5641 2 18 @@ -721,58 +835,81 @@ year location stratum visits 2016 5643 2 18 2019 5643 2 18 2022 5643 2 18 +2025 5643 2 6 2007 5645 2 18 2010 5645 2 12 2013 5645 2 18 +2025 5645 2 18 2008 5646 2 18 2011 5646 2 18 2014 5646 2 12 2017 5646 2 18 +2025 5646 2 18 2007 5647 2 18 2010 5647 2 18 2013 5647 2 18 2016 5647 2 18 +2025 5647 2 18 2007 5664 2 18 +2025 5664 2 18 2007 5665 2 18 2016 5665 2 18 2019 5665 2 18 2022 5665 2 18 +2025 5665 2 18 2008 5766 2 6 2017 5766 2 18 +2025 5766 2 18 2007 5767 2 18 +2025 5767 2 17 2008 5769 2 17 2017 5769 2 18 +2025 5769 2 18 2008 5770 2 9 2012 5770 2 12 2017 5770 2 9 +2025 5770 2 18 2008 5792 2 18 2011 5792 2 18 +2025 5792 2 18 2008 5793 2 18 2011 5793 2 18 +2025 5793 2 18 2007 5934 2 12 2010 5934 2 18 2013 5934 2 18 2016 5934 2 18 2019 5934 2 18 2022 5934 2 18 +2025 5934 2 18 2009 5937 2 18 2021 5937 2 18 +2024 5937 2 18 2021 5938 2 18 +2024 5938 2 18 2008 5939 2 18 2020 5939 2 11 +2024 5939 2 16 2008 5940 2 18 2020 5940 2 12 2023 5940 2 18 2007 5941 2 18 2019 5941 2 18 +2024 5941 2 6 +2025 5941 2 18 2007 5942 2 6 2019 5942 2 12 +2024 5942 2 12 2021 5943 2 18 +2024 5943 2 18 2021 5946 2 17 +2025 5946 2 18 2007 5947 2 18 2019 5947 2 18 +2025 5947 2 18 2008 5948 2 15 2017 5948 2 15 +2025 5948 2 18 2007 5988 2 12 2016 5988 2 18 2008 5989 2 12 @@ -799,31 +936,37 @@ year location stratum visits 2016 6007 2 15 2019 6007 2 15 2022 6007 2 21 +2025 6007 2 15 2009 6008 2 18 2012 6008 2 18 2018 6008 2 18 2021 6008 2 18 +2024 6008 2 18 2010 6010 2 18 2013 6010 2 18 2016 6010 2 18 2019 6010 2 18 2022 6010 2 18 +2025 6010 2 18 2010 6120 2 18 2013 6120 2 18 2016 6120 2 18 2019 6120 2 18 2022 6120 2 18 +2025 6120 2 18 2012 6121 2 18 2015 6121 2 18 2018 6121 2 18 2021 6121 2 18 2022 6121 2 6 +2024 6121 2 18 2007 6122 2 18 2010 6122 2 18 2013 6122 2 18 2016 6122 2 18 2019 6122 2 18 2022 6122 2 18 +2025 6122 2 18 2011 6124 2 15 2014 6124 2 15 2017 6124 2 15 @@ -840,10 +983,12 @@ year location stratum visits 2016 6132 2 18 2019 6132 2 18 2022 6132 2 24 +2025 6132 2 18 2012 6134 2 18 2015 6134 2 18 2018 6134 2 18 2021 6134 2 18 +2024 6134 2 18 2007 6139 2 12 2010 6139 2 6 2016 6139 2 18 @@ -861,6 +1006,7 @@ year location stratum visits 2015 6170 2 18 2018 6170 2 18 2021 6170 2 18 +2024 6170 2 18 2007 6171 2 18 2008 6171 2 18 2009 6171 2 18 @@ -878,6 +1024,7 @@ year location stratum visits 2015 6173 2 18 2018 6173 2 18 2021 6173 2 18 +2024 6173 2 18 2007 6174 2 18 2008 6174 2 18 2009 6174 2 18 @@ -886,6 +1033,7 @@ year location stratum visits 2016 6174 2 18 2019 6174 2 18 2022 6174 2 18 +2025 6174 2 18 2007 6189 2 18 2010 6189 2 18 2014 6189 2 18 @@ -904,6 +1052,7 @@ year location stratum visits 2016 6196 2 18 2019 6196 2 18 2022 6196 2 18 +2025 6196 2 18 2011 6197 2 18 2014 6197 2 18 2017 6197 2 18 @@ -913,6 +1062,7 @@ year location stratum visits 2015 6199 2 18 2018 6199 2 18 2021 6199 2 18 +2024 6199 2 18 2008 6246 2 18 2011 6246 2 6 2014 6246 2 12 @@ -921,11 +1071,13 @@ year location stratum visits 2023 6246 2 18 2019 6263 2 18 2022 6263 2 18 +2025 6263 2 18 2007 6267 2 18 2010 6267 2 18 2013 6267 2 18 2019 6267 2 18 2022 6267 2 18 +2025 6267 2 6 2007 6288 2 18 2010 6288 2 18 2013 6288 2 18 @@ -937,6 +1089,7 @@ year location stratum visits 2015 6289 2 18 2018 6289 2 12 2021 6289 2 6 +2024 6289 2 18 2007 6290 2 18 2010 6290 2 12 2013 6290 2 18 @@ -945,6 +1098,7 @@ year location stratum visits 2012 6291 2 18 2016 6291 2 12 2019 6291 2 18 +2024 6291 2 18 2009 6292 2 18 2012 6292 2 12 2016 6292 2 18 @@ -962,13 +1116,16 @@ year location stratum visits 2008 6304 2 12 2011 6304 2 18 2017 6304 2 18 +2025 6304 2 6 2007 6307 2 18 2017 6307 2 18 +2025 6307 2 18 2007 6308 2 18 2010 6308 2 18 2013 6308 2 18 2016 6308 2 6 2022 6308 2 18 +2025 6308 2 18 2007 6309 2 18 2008 6309 2 6 2010 6309 2 18 @@ -976,18 +1133,22 @@ year location stratum visits 2013 6309 2 18 2016 6309 2 18 2019 6309 2 108 +2025 6309 2 18 2009 6311 2 12 2018 6311 2 18 2021 6311 2 18 +2024 6311 2 18 2007 6312 2 18 2018 6312 2 18 2021 6312 2 18 +2024 6312 2 18 2007 6313 2 12 2010 6313 2 12 2013 6313 2 12 2016 6313 2 12 2019 6313 2 14 2023 6313 2 18 +2025 6313 2 18 2007 6317 2 18 2011 6320 2 18 2017 6320 2 18 @@ -996,18 +1157,23 @@ year location stratum visits 2016 6324 2 12 2019 6324 2 18 2022 6324 2 24 +2025 6324 2 18 2007 5145 3 18 2010 5145 3 18 2013 5145 3 18 2016 5145 3 18 +2025 5145 3 9 2008 5153 3 18 2018 5158 3 18 2021 5158 3 18 +2024 5158 3 18 2018 5159 3 18 +2024 5159 3 18 2008 5160 3 18 2016 5160 3 18 2019 5160 3 18 2022 5160 3 18 +2025 5160 3 18 2008 5161 3 18 2017 5161 3 18 2023 5161 3 18 @@ -1018,33 +1184,43 @@ year location stratum visits 2020 5165 3 12 2021 5165 3 6 2023 5165 3 18 +2025 5168 3 18 2009 5171 3 18 2012 5171 3 18 +2025 5171 3 18 2007 5175 3 18 2010 5175 3 12 +2025 5175 3 18 2007 5176 3 18 2010 5176 3 12 +2025 5176 3 18 2008 5177 3 18 2011 5177 3 18 +2025 5177 3 18 2008 5178 3 18 2011 5178 3 18 +2025 5178 3 18 2019 5181 3 6 +2025 5181 3 18 2009 5182 3 18 2012 5182 3 18 2015 5182 3 18 2018 5182 3 18 2021 5182 3 18 +2024 5182 3 18 2009 5183 3 18 2012 5183 3 18 2015 5183 3 18 2018 5183 3 18 2021 5183 3 18 +2024 5183 3 18 2007 5184 3 18 2010 5184 3 18 2013 5184 3 18 2016 5184 3 18 2019 5184 3 18 2022 5184 3 18 +2025 5184 3 18 2008 5185 3 18 2011 5185 3 18 2014 5185 3 18 @@ -1062,10 +1238,12 @@ year location stratum visits 2015 5187 3 18 2018 5187 3 6 2021 5187 3 6 +2024 5187 3 6 2009 5188 3 18 2012 5188 3 18 2015 5188 3 18 2018 5188 3 6 +2024 5188 3 12 2009 5189 3 18 2012 5189 3 18 2015 5189 3 18 @@ -1084,11 +1262,14 @@ year location stratum visits 2010 5192 3 18 2013 5192 3 18 2016 5192 3 18 +2025 5192 3 12 2007 5194 3 18 2010 5194 3 6 +2025 5194 3 18 2008 5195 3 18 2007 5196 3 18 2010 5196 3 6 +2025 5196 3 18 2008 5197 3 18 2009 5198 3 6 2015 5201 3 18 @@ -1103,23 +1284,33 @@ year location stratum visits 2011 5218 3 12 2008 5254 3 18 2011 5254 3 18 +2024 5254 3 12 +2025 5254 3 18 2008 5255 3 18 2011 5255 3 18 +2024 5255 3 12 +2025 5255 3 18 2008 5256 3 18 2011 5256 3 18 2014 5256 3 12 +2025 5256 3 18 2009 5257 3 12 2012 5257 3 18 2015 5257 3 18 2019 5257 3 18 +2025 5257 3 18 2009 5258 3 18 +2024 5258 3 12 +2025 5258 3 18 2009 5259 3 6 2017 5259 3 18 2021 5259 3 18 +2024 5259 3 18 2010 5260 3 18 2016 5260 3 18 2019 5260 3 18 2022 5260 3 18 +2025 5260 3 18 2017 5261 3 18 2021 5261 3 18 2023 5261 3 18 @@ -1134,16 +1325,19 @@ year location stratum visits 2015 5263 3 18 2018 5263 3 18 2021 5263 3 18 +2024 5263 3 18 2007 5264 3 18 2010 5264 3 18 2013 5264 3 18 2016 5264 3 18 2019 5264 3 18 2022 5264 3 18 +2025 5264 3 18 2007 5265 3 18 2010 5265 3 18 2016 5265 3 18 2019 5265 3 18 +2025 5265 3 18 2008 5266 3 18 2011 5266 3 18 2014 5266 3 18 @@ -1154,14 +1348,17 @@ year location stratum visits 2010 5267 3 18 2016 5267 3 18 2019 5267 3 12 +2024 5267 3 18 2007 5268 3 18 2010 5268 3 6 2016 5268 3 18 2019 5268 3 18 +2024 5268 3 18 2008 5269 3 18 2011 5269 3 18 2014 5269 3 12 2020 5269 3 12 +2024 5269 3 18 2008 5270 3 18 2011 5270 3 6 2014 5270 3 18 @@ -1173,23 +1370,27 @@ year location stratum visits 2015 5271 3 18 2018 5271 3 18 2021 5271 3 18 +2024 5271 3 15 2009 5272 3 6 2012 5272 3 12 2015 5272 3 18 2018 5272 3 15 2021 5272 3 15 +2024 5272 3 15 2007 5273 3 18 2010 5273 3 6 2013 5273 3 6 2016 5273 3 12 2019 5273 3 18 2022 5273 3 18 +2025 5273 3 18 2007 5274 3 18 2010 5274 3 12 2013 5274 3 6 2016 5274 3 5 2019 5274 3 17 2022 5274 3 17 +2025 5274 3 18 2008 5275 3 18 2014 5275 3 18 2017 5275 3 18 @@ -1201,22 +1402,26 @@ year location stratum visits 2016 5276 3 18 2019 5276 3 18 2022 5276 3 11 +2025 5276 3 18 2007 5277 3 18 2010 5277 3 12 2013 5277 3 18 2016 5277 3 18 2019 5277 3 18 2022 5277 3 18 +2025 5277 3 18 2009 5278 3 6 2012 5278 3 12 2015 5278 3 6 2018 5278 3 18 2021 5278 3 18 +2024 5278 3 18 2009 5279 3 18 2012 5279 3 18 2015 5279 3 18 2018 5279 3 18 2021 5279 3 18 +2024 5279 3 18 2008 5280 3 18 2011 5280 3 18 2014 5280 3 18 @@ -1239,17 +1444,20 @@ year location stratum visits 2015 5285 3 18 2018 5285 3 18 2021 5285 3 18 +2024 5285 3 18 2007 5286 3 18 2010 5286 3 18 2013 5286 3 18 2016 5286 3 18 2007 5287 3 18 2013 5287 3 6 +2025 5287 3 18 2007 5288 3 18 2010 5288 3 18 2013 5288 3 12 2016 5288 3 18 2019 5288 3 18 +2024 5288 3 6 2011 5289 3 18 2017 5289 3 18 2007 5290 3 18 @@ -1261,6 +1469,7 @@ year location stratum visits 2007 5292 3 18 2013 5292 3 12 2019 5292 3 6 +2025 5292 3 18 2008 5293 3 18 2011 5293 3 18 2014 5293 3 18 @@ -1269,24 +1478,31 @@ year location stratum visits 2023 5293 3 18 2009 5294 3 12 2009 5297 3 18 +2025 5297 3 18 2007 5300 3 12 2013 5300 3 18 2014 5301 3 18 2008 5303 3 12 +2025 5306 3 18 2007 5307 3 18 2008 5307 3 18 2012 5307 3 18 +2025 5307 3 18 2007 5309 3 18 2015 5309 3 18 +2025 5309 3 18 +2025 5310 3 18 2007 5311 3 18 2015 5311 3 18 2019 5311 3 18 2022 5311 3 18 +2025 5311 3 18 2007 5312 3 18 2012 5312 3 18 2015 5312 3 18 2018 5312 3 18 2021 5312 3 18 +2024 5312 3 18 2007 5313 3 18 2011 5313 3 18 2014 5313 3 18 @@ -1296,30 +1512,38 @@ year location stratum visits 2008 5314 3 18 2015 5314 3 18 2019 5314 3 18 +2025 5314 3 18 2011 5315 3 18 +2025 5315 3 18 2008 5319 3 12 2011 5319 3 18 +2025 5319 3 18 2008 5320 3 12 2011 5320 3 18 +2025 5320 3 18 2007 5321 3 12 2010 5321 3 6 2013 5321 3 18 2016 5321 3 18 +2025 5321 3 18 2007 5322 3 18 2010 5322 3 18 2013 5322 3 18 2016 5322 3 18 2019 5322 3 18 2022 5322 3 18 +2025 5322 3 18 2008 5323 3 18 2011 5323 3 12 2014 5323 3 18 2017 5323 3 18 +2025 5323 3 18 2007 5324 3 12 2010 5324 3 18 2012 5324 3 18 2013 5324 3 12 2018 5324 3 18 +2025 5324 3 18 2007 5328 3 18 2013 5328 3 6 2012 5329 3 12 @@ -1363,6 +1587,7 @@ year location stratum visits 2017 5340 3 18 2020 5340 3 18 2023 5340 3 18 +2025 5340 3 18 2009 5341 3 18 2012 5341 3 18 2015 5341 3 18 @@ -1375,38 +1600,47 @@ year location stratum visits 2009 5344 3 18 2016 5357 3 12 2019 5357 3 18 +2025 5357 3 18 2007 5365 3 18 2010 5365 3 18 2013 5365 3 18 2016 5365 3 12 2018 5365 3 18 +2025 5365 3 18 2007 5366 3 18 2013 5366 3 18 2016 5366 3 18 2019 5366 3 18 2022 5366 3 18 +2025 5366 3 18 2012 5367 3 18 2013 5367 3 18 2015 5367 3 18 2016 5367 3 18 2019 5367 3 18 2022 5367 3 18 +2025 5367 3 18 2008 5368 3 12 2013 5368 3 12 2017 5368 3 18 2021 5368 3 18 +2024 5368 3 18 2008 5369 3 18 2009 5370 3 6 2021 5370 3 18 +2024 5370 3 18 2009 5371 3 12 2021 5371 3 18 +2024 5371 3 18 2022 5372 3 18 2007 5373 3 18 2010 5373 3 18 2016 5373 3 18 2019 5373 3 18 2022 5373 3 18 +2025 5373 3 18 2022 5374 3 18 +2025 5374 3 18 2008 5375 3 18 2011 5375 3 18 2017 5375 3 6 @@ -1415,6 +1649,7 @@ year location stratum visits 2009 5376 3 17 2018 5376 3 18 2021 5376 3 18 +2024 5376 3 18 2008 5378 3 18 2017 5378 3 6 2021 5378 3 17 @@ -1423,35 +1658,43 @@ year location stratum visits 2021 5379 3 17 2023 5379 3 18 2021 5380 3 18 +2024 5380 3 18 2012 5381 3 12 2018 5381 3 18 2020 5381 3 6 2021 5381 3 18 +2024 5381 3 18 +2025 5381 3 18 2007 5382 3 18 2010 5382 3 18 2013 5382 3 6 2016 5382 3 18 2019 5382 3 18 2022 5382 3 12 +2025 5382 3 18 2007 5384 3 18 2010 5384 3 12 2016 5384 3 18 2019 5384 3 18 2022 5384 3 18 +2025 5384 3 18 2007 5385 3 17 2010 5385 3 18 2013 5385 3 6 2016 5385 3 18 2019 5385 3 18 2022 5385 3 18 +2025 5385 3 18 2008 5386 3 18 2011 5386 3 6 2014 5386 3 12 2018 5386 3 18 2019 5386 3 12 2021 5386 3 18 -2022 5386 3 24 +2022 5386 3 18 2023 5386 3 18 +2024 5386 3 18 +2025 5386 3 18 2008 5387 3 18 2011 5387 3 18 2014 5387 3 18 @@ -1467,6 +1710,8 @@ year location stratum visits 2023 5388 3 6 2015 5389 3 15 2021 5389 3 6 +2024 5389 3 15 +2025 5389 3 24 2009 5390 3 18 2012 5390 3 18 2018 5390 3 18 @@ -1476,28 +1721,33 @@ year location stratum visits 2009 5391 3 18 2015 5391 3 12 2018 5391 3 18 +2025 5391 3 18 2009 5395 3 18 2012 5395 3 6 2015 5395 3 18 2018 5395 3 18 2021 5395 3 18 +2024 5395 3 18 2008 5396 3 18 2011 5396 3 12 2012 5396 3 6 2014 5396 3 18 2017 5396 3 18 2020 5396 3 12 +2025 5396 3 18 2007 5397 3 18 2013 5397 3 18 2016 5397 3 18 2019 5397 3 18 2022 5397 3 12 +2025 5397 3 18 2007 5398 3 18 2010 5398 3 18 2013 5398 3 18 2016 5398 3 18 2019 5398 3 18 2022 5398 3 18 +2024 5398 3 12 2016 5399 3 18 2019 5399 3 18 2009 5400 3 18 @@ -1505,21 +1755,27 @@ year location stratum visits 2015 5400 3 18 2018 5400 3 18 2021 5400 3 18 +2025 5400 3 18 +2024 5401 3 18 2009 5402 3 17 2012 5402 3 6 +2024 5402 3 12 2007 5403 3 18 2010 5403 3 18 +2024 5403 3 12 2008 5405 3 18 2022 5405 3 12 2011 5406 3 18 2014 5406 3 18 2017 5406 3 18 2020 5406 3 18 +2025 5406 3 18 2007 5407 3 18 2010 5407 3 18 2013 5407 3 18 2016 5407 3 18 2020 5407 3 18 +2025 5407 3 18 2008 5409 3 12 2011 5409 3 16 2015 5409 3 18 @@ -1527,27 +1783,33 @@ year location stratum visits 2017 5416 3 18 2020 5416 3 18 2023 5416 3 18 +2025 5417 3 18 2007 5419 3 18 2010 5419 3 18 2013 5419 3 18 2016 5419 3 18 2019 5419 3 18 2022 5419 3 18 +2025 5419 3 18 2009 5420 3 18 2012 5420 3 6 2015 5420 3 18 +2025 5420 3 18 2008 5421 3 12 2011 5421 3 18 2014 5421 3 18 +2025 5421 3 18 2007 5422 3 18 2010 5422 3 18 2013 5422 3 18 2016 5422 3 18 2008 5473 3 10 2019 5473 3 18 +2025 5473 3 18 2008 5474 3 10 2018 5474 3 18 2021 5474 3 18 +2025 5474 3 18 2009 5481 3 18 2008 5482 3 18 2011 5482 3 18 @@ -1562,12 +1824,14 @@ year location stratum visits 2015 5484 3 18 2018 5484 3 18 2021 5484 3 18 +2024 5484 3 18 2007 5485 3 18 2010 5485 3 18 2013 5485 3 18 2016 5485 3 18 2019 5485 3 18 2022 5485 3 18 +2025 5485 3 18 2007 5487 3 18 2010 5487 3 18 2013 5487 3 18 @@ -1576,15 +1840,18 @@ year location stratum visits 2011 5488 3 12 2009 5490 3 12 2016 5490 3 18 +2024 5490 3 18 2008 5491 3 18 2011 5491 3 12 2007 5493 3 18 2010 5493 3 18 2018 5493 3 18 2021 5493 3 18 +2024 5493 3 18 2009 5494 3 18 2018 5494 3 18 2021 5494 3 18 +2024 5494 3 18 2008 5495 3 18 2007 5496 3 18 2010 5496 3 18 @@ -1610,6 +1877,7 @@ year location stratum visits 2014 5503 3 15 2018 5503 3 17 2021 5503 3 17 +2024 5503 3 15 2007 5505 3 18 2010 5505 3 6 2019 5505 3 18 @@ -1619,25 +1887,32 @@ year location stratum visits 2015 5515 3 18 2018 5515 3 18 2009 5517 3 12 +2025 5517 3 18 2015 5518 3 18 +2025 5518 3 18 2009 5520 3 18 2018 5520 3 6 +2024 5520 3 12 +2025 5520 3 18 2009 5521 3 18 2012 5521 3 12 2015 5521 3 18 2018 5521 3 18 2021 5521 3 18 +2024 5521 3 18 2009 5522 3 18 2012 5522 3 12 2015 5522 3 18 2018 5522 3 18 2021 5522 3 18 +2024 5522 3 18 2007 5523 3 18 2010 5523 3 18 2013 5523 3 18 2016 5523 3 18 2019 5523 3 18 2022 5523 3 18 +2025 5523 3 18 2008 5524 3 18 2011 5524 3 18 2014 5524 3 18 @@ -1650,12 +1925,15 @@ year location stratum visits 2016 5525 3 18 2019 5525 3 18 2022 5525 3 18 +2025 5525 3 18 2011 5526 3 12 2017 5526 3 18 +2024 5526 3 18 2007 5527 3 18 2013 5527 3 18 2019 5527 3 18 2022 5527 3 18 +2025 5527 3 18 2008 5528 3 18 2011 5528 3 18 2014 5528 3 18 @@ -1667,15 +1945,18 @@ year location stratum visits 2015 5529 3 18 2018 5529 3 18 2021 5529 3 18 +2024 5529 3 18 2014 5530 3 18 2017 5530 3 18 2020 5530 3 18 +2024 5530 3 18 2007 5531 3 18 2010 5531 3 18 2013 5531 3 18 2016 5531 3 18 2019 5531 3 18 2022 5531 3 18 +2025 5531 3 18 2008 5533 3 18 2011 5533 3 18 2014 5533 3 17 @@ -1688,62 +1969,87 @@ year location stratum visits 2016 5534 3 18 2019 5534 3 18 2022 5534 3 18 +2025 5534 3 18 2009 5535 3 18 2012 5535 3 12 2015 5535 3 18 2018 5535 3 18 2021 5535 3 18 +2024 5535 3 18 2008 5539 3 12 2014 5539 3 12 2017 5539 3 18 2020 5539 3 18 2023 5539 3 18 +2024 5541 3 15 2009 5542 3 18 2013 5542 3 18 2016 5542 3 18 +2025 5542 3 18 2014 5543 3 18 +2025 5543 3 18 2009 5544 3 18 +2024 5544 3 15 2007 5545 3 18 +2024 5545 3 17 +2024 5546 3 15 2013 5548 3 18 2016 5548 3 18 2019 5548 3 18 2021 5548 3 6 +2025 5548 3 18 2015 5549 3 15 2017 5549 3 6 2021 5549 3 18 +2025 5549 3 18 2009 5551 3 12 2012 5551 3 18 2018 5551 3 18 2021 5551 3 18 +2024 5551 3 18 +2024 5558 3 15 +2024 5559 3 15 2009 5560 3 18 +2024 5560 3 14 2009 5561 3 18 2021 5561 3 12 +2024 5561 3 18 2009 5562 3 18 +2024 5562 3 12 2007 5563 3 18 +2025 5563 3 18 2007 5566 3 10 2013 5566 3 18 2007 5567 3 8 2008 5571 3 14 2007 5572 3 18 +2025 5572 3 18 2010 5573 3 18 +2025 5573 3 18 2007 5575 3 12 2010 5575 3 18 2010 5576 3 18 +2025 5576 3 18 2007 5577 3 18 2010 5577 3 18 +2025 5577 3 18 2008 5578 3 18 +2025 5578 3 18 2007 5579 3 9 2010 5579 3 18 2021 5579 3 6 2014 5580 3 18 +2025 5580 3 18 2009 5581 3 18 2013 5581 3 18 +2025 5581 3 18 2008 5582 3 18 2009 5585 3 18 2009 5660 3 18 2012 5660 3 18 2018 5660 3 18 2021 5660 3 18 +2024 5660 3 18 2008 5670 3 18 2011 5670 3 18 2014 5670 3 6 @@ -1757,9 +2063,11 @@ year location stratum visits 2013 5686 3 18 2016 5686 3 18 2019 5686 3 18 +2025 5686 3 18 2016 5687 3 12 2019 5687 3 18 2022 5687 3 18 +2025 5687 3 18 2008 5688 3 18 2011 5688 3 18 2014 5688 3 18 @@ -1780,6 +2088,7 @@ year location stratum visits 2012 5696 3 18 2018 5696 3 18 2021 5696 3 18 +2024 5696 3 18 2008 5697 3 18 2010 5697 3 18 2013 5697 3 18 @@ -1789,21 +2098,25 @@ year location stratum visits 2016 5698 3 18 2019 5698 3 18 2022 5698 3 18 +2025 5698 3 18 2007 5700 3 18 2010 5700 3 18 2016 5700 3 18 2019 5700 3 18 2022 5700 3 18 +2025 5700 3 18 2009 5708 3 18 2012 5708 3 6 2015 5708 3 6 2018 5708 3 18 2021 5708 3 18 +2024 5708 3 18 2010 5710 3 18 2013 5710 3 18 2016 5710 3 18 2019 5710 3 12 2022 5710 3 18 +2025 5710 3 18 2008 5711 3 18 2011 5711 3 18 2014 5711 3 18 @@ -1841,38 +2154,48 @@ year location stratum visits 2015 5717 3 18 2018 5717 3 18 2021 5717 3 18 +2024 5717 3 18 2009 5718 3 18 2012 5718 3 12 2015 5718 3 17 2018 5718 3 18 2021 5718 3 18 +2024 5718 3 18 2009 5719 3 18 2012 5719 3 12 2015 5719 3 18 2018 5719 3 18 2021 5719 3 18 +2024 5719 3 18 2009 5720 3 12 2012 5720 3 6 2015 5720 3 18 2018 5720 3 18 2021 5720 3 17 +2024 5720 3 18 2009 5722 3 18 2012 5722 3 6 2015 5722 3 18 2018 5722 3 18 2021 5722 3 18 +2024 5722 3 18 2015 5724 3 18 +2024 5724 3 12 2013 5726 3 18 2014 5726 3 4 2016 5726 3 18 +2024 5726 3 15 2009 5728 3 18 2015 5728 3 18 +2025 5728 3 18 2014 5730 3 18 +2025 5730 3 18 2007 5731 3 18 2013 5731 3 12 2016 5731 3 18 2019 5731 3 18 2022 5731 3 18 +2025 5731 3 18 2011 5732 3 12 2014 5732 3 6 2017 5732 3 18 @@ -1883,6 +2206,7 @@ year location stratum visits 2016 5733 3 18 2021 5733 3 18 2022 5733 3 18 +2025 5733 3 18 2008 5734 3 18 2011 5734 3 18 2014 5734 3 6 @@ -1891,6 +2215,7 @@ year location stratum visits 2009 5737 3 18 2018 5737 3 18 2021 5737 3 18 +2024 5737 3 17 2017 5740 3 18 2020 5740 3 18 2023 5740 3 18 @@ -1899,8 +2224,12 @@ year location stratum visits 2010 5742 3 12 2018 5742 3 18 2021 5742 3 18 -2018 5743 3 24 +2024 5742 3 6 +2025 5742 3 18 +2018 5743 3 18 2021 5743 3 18 +2024 5743 3 6 +2025 5743 3 18 2019 5744 3 18 2022 5744 3 24 2019 5745 3 18 @@ -1908,24 +2237,30 @@ year location stratum visits 2007 5746 3 18 2018 5746 3 18 2021 5746 3 18 +2024 5746 3 18 2017 5747 3 18 2020 5747 3 12 2021 5747 3 6 2023 5747 3 18 2007 5749 3 12 2010 5749 3 6 +2025 5749 3 18 2007 5753 3 18 2007 5754 3 18 2017 5754 3 18 2007 5756 3 18 +2025 5756 3 18 2007 5759 3 17 +2025 5759 3 18 2007 5761 3 6 2007 5762 3 6 2015 5762 3 6 2007 5777 3 18 +2025 5777 3 18 2008 5779 3 18 2011 5779 3 18 2014 5779 3 10 +2025 5779 3 18 2009 5797 3 10 2009 5798 3 10 2009 5799 3 12 @@ -1955,8 +2290,10 @@ year location stratum visits 2013 5850 3 18 2016 5850 3 18 2022 5850 3 18 +2025 5850 3 6 2017 5853 3 12 2016 5854 3 18 +2025 5854 3 18 2008 5855 3 18 2014 5855 3 14 2017 5855 3 12 @@ -1967,6 +2304,7 @@ year location stratum visits 2016 5857 3 18 2019 5857 3 24 2022 5857 3 18 +2025 5857 3 18 2008 5858 3 18 2011 5858 3 18 2014 5858 3 18 @@ -1976,15 +2314,20 @@ year location stratum visits 2007 5859 3 18 2015 5859 3 18 2018 5859 3 12 +2024 5859 3 6 +2025 5859 3 12 2017 5860 3 18 +2025 5860 3 18 2008 5861 3 12 2017 5861 3 18 2008 5869 3 18 2007 5870 3 18 +2025 5870 3 18 2009 5877 3 18 2012 5877 3 18 2015 5877 3 18 2018 5877 3 18 +2024 5877 3 18 2007 5879 3 18 2010 5879 3 12 2012 5879 3 18 @@ -2001,16 +2344,19 @@ year location stratum visits 2013 5888 3 18 2016 5888 3 18 2021 5888 3 6 +2024 5888 3 18 2009 5889 3 12 2016 5889 3 18 2021 5889 3 18 2022 5889 3 18 2023 5889 3 18 +2024 5889 3 6 2009 5890 3 6 2010 5890 3 18 2013 5890 3 18 2016 5890 3 18 2021 5890 3 6 +2024 5890 3 18 2009 5892 3 12 2014 5892 3 12 2017 5892 3 6 @@ -2025,9 +2371,11 @@ year location stratum visits 2016 5897 3 18 2019 5897 3 18 2022 5897 3 18 +2025 5897 3 18 2018 5899 3 6 2019 5899 3 18 2022 5899 3 18 +2025 5899 3 18 2011 5900 3 18 2014 5900 3 18 2017 5900 3 18 @@ -2038,16 +2386,20 @@ year location stratum visits 2015 5901 3 18 2018 5901 3 18 2021 5901 3 18 +2024 5901 3 18 2015 5902 3 18 2019 5902 3 18 +2025 5902 3 6 2009 5903 3 18 2012 5903 3 18 2015 5903 3 18 2018 5903 3 18 2021 5903 3 18 +2024 5903 3 18 2012 5904 3 6 2018 5904 3 18 2021 5904 3 12 +2024 5904 3 18 2008 5905 3 18 2011 5905 3 18 2014 5905 3 18 @@ -2060,11 +2412,13 @@ year location stratum visits 2016 5907 3 18 2019 5907 3 18 2022 5907 3 18 +2025 5907 3 18 2009 5909 3 18 2012 5909 3 18 2015 5909 3 18 2018 5909 3 18 2021 5909 3 18 +2024 5909 3 18 2008 5910 3 18 2011 5910 3 18 2014 5910 3 18 @@ -2089,11 +2443,13 @@ year location stratum visits 2016 5914 3 18 2019 5914 3 18 2022 5914 3 18 +2025 5914 3 18 2010 5915 3 17 2013 5915 3 12 2016 5915 3 18 2019 5915 3 18 2022 5915 3 18 +2025 5915 3 18 2008 5916 3 18 2011 5916 3 18 2017 5916 3 18 @@ -2104,24 +2460,29 @@ year location stratum visits 2015 5917 3 18 2018 5917 3 18 2021 5917 3 18 +2024 5917 3 18 2017 5918 3 18 2020 5918 3 18 2023 5918 3 18 2018 5919 3 18 2021 5919 3 18 +2024 5919 3 18 2019 5920 3 18 2022 5920 3 18 +2025 5920 3 18 2009 5921 3 15 2012 5921 3 18 2015 5921 3 18 2018 5921 3 18 2021 5921 3 18 +2024 5921 3 18 2007 5922 3 15 2010 5922 3 10 2013 5922 3 10 2016 5922 3 18 2019 5922 3 18 2022 5922 3 18 +2025 5922 3 18 2008 5923 3 15 2011 5923 3 18 2015 5923 3 18 @@ -2134,11 +2495,13 @@ year location stratum visits 2016 5924 3 18 2019 5924 3 18 2022 5924 3 18 +2025 5924 3 18 2009 5925 3 17 2012 5925 3 6 2015 5925 3 18 2018 5925 3 18 2021 5925 3 18 +2024 5925 3 18 2008 5926 3 18 2011 5926 3 18 2014 5926 3 18 @@ -2150,6 +2513,7 @@ year location stratum visits 2015 5927 3 18 2018 5927 3 18 2021 5927 3 18 +2024 5927 3 18 2008 5928 3 18 2011 5928 3 18 2014 5928 3 18 @@ -2166,6 +2530,7 @@ year location stratum visits 2015 5930 3 18 2018 5930 3 18 2021 5930 3 18 +2024 5930 3 18 2007 5931 3 18 2010 5931 3 12 2012 5931 3 6 @@ -2173,6 +2538,7 @@ year location stratum visits 2016 5931 3 18 2019 5931 3 18 2022 5931 3 18 +2025 5931 3 18 2008 5932 3 18 2011 5932 3 18 2014 5932 3 18 @@ -2184,10 +2550,13 @@ year location stratum visits 2015 5933 3 18 2018 5933 3 18 2021 5933 3 18 +2024 5933 3 18 2007 5936 3 6 2019 5936 3 18 +2025 5936 3 18 2008 5956 3 18 2011 5956 3 18 +2025 5956 3 18 2008 6012 3 18 2011 6012 3 18 2014 6012 3 12 @@ -2199,6 +2568,7 @@ year location stratum visits 2010 6013 3 18 2018 6013 3 18 2021 6013 3 18 +2024 6013 3 17 2007 6019 3 18 2010 6019 3 18 2013 6019 3 18 @@ -2241,11 +2611,13 @@ year location stratum visits 2016 6076 3 18 2019 6076 3 18 2022 6076 3 18 +2025 6076 3 18 2010 6077 3 18 2013 6077 3 18 2016 6077 3 18 2019 6077 3 18 2022 6077 3 18 +2025 6077 3 18 2007 6079 3 18 2015 6079 3 18 2023 6079 3 18 @@ -2254,6 +2626,7 @@ year location stratum visits 2015 6080 3 18 2018 6080 3 18 2021 6080 3 18 +2024 6080 3 18 2011 6081 3 18 2014 6081 3 18 2017 6081 3 18 @@ -2269,6 +2642,7 @@ year location stratum visits 2013 6083 3 18 2016 6083 3 18 2019 6083 3 18 +2025 6083 3 18 2009 6084 3 18 2012 6084 3 12 2015 6084 3 18 @@ -2278,23 +2652,27 @@ year location stratum visits 2015 6085 3 18 2018 6085 3 18 2021 6085 3 18 +2024 6085 3 18 2010 6086 3 18 2013 6086 3 18 2016 6086 3 18 2019 6086 3 18 2022 6086 3 18 +2025 6086 3 18 2009 6087 3 6 2009 6088 3 18 2012 6088 3 18 2015 6088 3 18 2018 6088 3 18 2021 6088 3 18 +2024 6088 3 18 2007 6089 3 18 2010 6089 3 18 2013 6089 3 18 2016 6089 3 18 2019 6089 3 18 2022 6089 3 18 +2025 6089 3 18 2008 6090 3 18 2011 6090 3 18 2014 6090 3 18 @@ -2310,25 +2688,31 @@ year location stratum visits 2010 6092 3 12 2018 6092 3 18 2021 6092 3 18 +2024 6092 3 18 2007 6093 3 18 2010 6093 3 18 2013 6093 3 18 2016 6093 3 18 2019 6093 3 18 2022 6093 3 18 +2025 6093 3 18 2015 6094 3 18 2021 6094 3 18 +2024 6094 3 18 2009 6095 3 12 2012 6095 3 12 2015 6095 3 18 2018 6095 3 18 2021 6095 3 18 +2024 6095 3 18 2010 6096 3 18 2015 6096 3 18 +2025 6096 3 18 2015 6097 3 18 2015 6098 3 18 2015 6099 3 18 2018 6099 3 12 +2025 6099 3 15 2008 6100 3 18 2011 6100 3 18 2015 6100 3 18 @@ -2340,11 +2724,13 @@ year location stratum visits 2014 6105 3 18 2018 6105 3 18 2021 6105 3 18 +2024 6105 3 18 2008 6110 3 16 2011 6110 3 14 2014 6110 3 15 2017 6110 3 15 2021 6110 3 18 +2024 6110 3 18 2008 6111 3 18 2011 6111 3 18 2014 6111 3 18 @@ -2356,11 +2742,13 @@ year location stratum visits 2015 6112 3 18 2018 6112 3 18 2021 6112 3 18 +2024 6112 3 18 2009 6113 3 12 2012 6113 3 14 2015 6113 3 12 2018 6113 3 18 2021 6113 3 18 +2024 6113 3 16 2008 6114 3 12 2014 6114 3 12 2017 6114 3 18 @@ -2371,22 +2759,26 @@ year location stratum visits 2016 6115 3 18 2019 6115 3 18 2022 6115 3 18 +2025 6115 3 18 2009 6116 3 18 2012 6116 3 18 2015 6116 3 18 2018 6116 3 18 2021 6116 3 18 +2024 6116 3 18 2007 6117 3 18 2010 6117 3 18 2013 6117 3 18 2016 6117 3 18 2019 6117 3 18 2022 6117 3 18 +2025 6117 3 18 2009 6118 3 18 2012 6118 3 18 2015 6118 3 18 2018 6118 3 18 2021 6118 3 18 +2024 6118 3 18 2011 6119 3 12 2012 6119 3 18 2014 6119 3 18 @@ -2405,26 +2797,32 @@ year location stratum visits 2016 6125 3 18 2019 6125 3 18 2022 6125 3 18 +2025 6125 3 18 2009 6157 3 18 2018 6157 3 18 2021 6157 3 18 +2024 6157 3 18 2009 6158 3 18 2009 6159 3 18 2007 6161 3 6 2019 6161 3 18 -2022 6161 3 24 +2022 6161 3 18 +2025 6161 3 18 2007 6172 3 18 2016 6172 3 18 2019 6172 3 12 2022 6172 3 6 +2025 6172 3 18 2007 6178 3 18 2010 6178 3 18 2013 6178 3 6 2016 6178 3 6 +2025 6178 3 6 2010 6208 3 18 2013 6208 3 18 2014 6208 3 6 2016 6208 3 18 +2025 6208 3 6 2007 6229 3 12 2010 6229 3 8 2007 6230 3 12 @@ -2438,10 +2836,12 @@ year location stratum visits 2016 6232 3 18 2019 6232 3 18 2022 6232 3 18 +2025 6232 3 18 2009 6233 3 9 2015 6233 3 18 2018 6233 3 18 2021 6233 3 18 +2024 6233 3 15 2008 6234 3 18 2011 6234 3 12 2017 6234 3 18 @@ -2453,6 +2853,7 @@ year location stratum visits 2016 6235 3 18 2019 6235 3 18 2022 6235 3 18 +2025 6235 3 18 2008 6236 3 18 2014 6236 3 18 2017 6236 3 18 @@ -2463,6 +2864,7 @@ year location stratum visits 2015 6237 3 6 2018 6237 3 18 2021 6237 3 18 +2024 6237 3 18 2007 6238 3 18 2013 6238 3 6 2014 6238 3 2 @@ -2470,20 +2872,24 @@ year location stratum visits 2016 6238 3 6 2019 6238 3 10 2022 6238 3 8 +2025 6238 3 6 2008 6239 3 6 2012 6239 3 17 2015 6239 3 18 2018 6239 3 18 2021 6239 3 24 +2024 6239 3 18 2013 6240 3 18 2016 6240 3 12 2019 6240 3 18 2022 6240 3 24 +2025 6240 3 18 2009 6241 3 10 2012 6241 3 15 2015 6241 3 13 2018 6241 3 8 2021 6241 3 18 +2024 6241 3 18 2009 6242 3 3 2010 6242 3 10 2007 6244 3 12 @@ -2492,16 +2898,19 @@ year location stratum visits 2016 6244 3 14 2019 6244 3 17 2022 6244 3 18 +2025 6244 3 18 2008 6245 3 6 2010 6245 3 18 2015 6245 3 18 2018 6245 3 18 2021 6245 3 18 +2024 6245 3 12 2009 6269 3 18 2012 6269 3 18 2015 6269 3 18 2018 6269 3 18 2021 6269 3 18 +2024 6269 3 18 2008 6270 3 18 2011 6270 3 18 2014 6270 3 18 @@ -2518,12 +2927,16 @@ year location stratum visits 2016 6275 3 18 2019 6275 3 18 2022 6275 3 6 +2024 6275 3 48 +2025 6275 3 6 2018 6276 3 18 2021 6276 3 6 2008 6278 3 18 +2024 6278 3 18 2007 6279 3 18 2010 6279 3 18 2013 6279 3 18 +2024 6279 3 18 2009 6280 3 18 2011 6280 3 18 2012 6280 3 18 @@ -2534,6 +2947,7 @@ year location stratum visits 2016 6281 3 12 2019 6281 3 18 2022 6281 3 18 +2025 6281 3 18 2007 6282 3 12 2010 6282 3 18 2009 6283 3 12 @@ -2569,6 +2983,8 @@ year location stratum visits 2015 6300 3 18 2018 6300 3 18 2017 6301 3 18 +2025 6301 3 18 +2024 6303 3 18 2009 6325 3 15 2009 6333 3 12 2012 6333 3 18 @@ -2580,6 +2996,7 @@ year location stratum visits 2011 6336 3 13 2014 6336 3 18 2007 6337 3 18 +2024 6338 3 18 2007 6340 3 18 2008 6340 3 18 2010 6340 3 18 @@ -2590,11 +3007,13 @@ year location stratum visits 2014 6341 3 18 2009 5179 4 18 2012 5179 4 18 +2025 5179 4 18 2009 5213 4 10 2012 5213 4 12 2015 5213 4 18 2018 5213 4 18 2021 5213 4 18 +2024 5213 4 18 2015 5214 4 12 2018 5214 4 18 2008 5222 4 12 @@ -2607,6 +3026,7 @@ year location stratum visits 2016 5356 4 12 2019 5356 4 18 2022 5356 4 18 +2025 5356 4 18 2008 5394 4 18 2011 5394 4 18 2014 5394 4 18 @@ -2620,6 +3040,7 @@ year location stratum visits 2009 5429 4 18 2012 5429 4 18 2007 5431 4 18 +2025 5431 4 18 2012 5468 4 18 2015 5468 4 6 2018 5468 4 10 @@ -2630,16 +3051,20 @@ year location stratum visits 2008 5471 4 10 2011 5471 4 4 2014 5471 4 15 +2025 5471 4 18 2009 5472 4 18 2012 5472 4 18 2015 5472 4 18 +2025 5472 4 18 2007 5477 4 18 2010 5477 4 6 2013 5477 4 18 2016 5477 4 18 2019 5477 4 18 +2025 5477 4 18 2007 5478 4 6 2016 5478 4 12 +2025 5478 4 18 2007 5486 4 18 2011 5486 4 18 2014 5486 4 18 @@ -2666,16 +3091,20 @@ year location stratum visits 2013 5536 4 18 2016 5536 4 18 2019 5536 4 18 +2022 5536 4 18 2008 5568 4 16 2010 5569 4 18 2010 5570 4 18 2007 5574 4 18 2010 5574 4 18 2018 5574 4 18 +2025 5574 4 18 2008 5589 4 18 +2025 5589 4 18 2007 5590 4 18 2009 5590 4 18 2010 5590 4 12 +2025 5590 4 18 2009 5599 4 18 2012 5599 4 18 2015 5599 4 18 @@ -2684,6 +3113,7 @@ year location stratum visits 2009 5649 4 18 2008 5656 4 18 2017 5656 4 18 +2025 5656 4 18 2007 5662 4 18 2008 5669 4 18 2011 5669 4 18 @@ -2695,12 +3125,14 @@ year location stratum visits 2018 5678 4 18 2019 5678 4 18 2021 5678 4 18 +2024 5678 4 18 2017 5679 4 18 2020 5679 4 18 2023 5679 4 18 2016 5680 4 12 2019 5680 4 18 2022 5680 4 18 +2025 5680 4 18 2008 5681 4 18 2007 5682 4 18 2007 5683 4 18 @@ -2715,6 +3147,7 @@ year location stratum visits 2016 5701 4 18 2019 5701 4 18 2022 5701 4 18 +2025 5701 4 18 2008 5721 4 18 2011 5721 4 12 2014 5721 4 18 @@ -2730,15 +3163,20 @@ year location stratum visits 2012 5866 4 12 2013 5866 4 6 2016 5866 4 12 +2024 5866 4 18 +2025 5866 4 18 2008 5880 4 18 2011 5880 4 18 2014 5880 4 18 +2025 5880 4 18 2007 5885 4 18 2015 5885 4 18 2019 5885 4 18 +2025 5885 4 18 2012 5894 4 12 2015 5894 4 18 2018 5894 4 18 +2024 5894 4 18 2011 5895 4 18 2014 5895 4 18 2017 5895 4 18 @@ -2750,6 +3188,7 @@ year location stratum visits 2016 5935 4 18 2019 5935 4 18 2022 5935 4 18 +2025 5935 4 18 2007 5964 4 18 2010 5964 4 18 2013 5964 4 18 @@ -2772,17 +3211,20 @@ year location stratum visits 2015 5999 4 18 2018 5999 4 18 2021 5999 4 18 +2024 5999 4 16 2007 6001 4 12 2010 6001 4 18 2013 6001 4 18 2016 6001 4 18 2019 6001 4 18 2022 6001 4 18 +2025 6001 4 18 2012 6002 4 12 2015 6002 4 12 2018 6002 4 14 2021 6002 4 12 2022 6002 4 8 +2024 6002 4 12 2012 6005 4 15 2009 6006 4 18 2012 6006 4 12 @@ -2802,9 +3244,11 @@ year location stratum visits 2016 6045 4 18 2019 6045 4 18 2022 6045 4 18 +2025 6045 4 12 2009 6046 4 6 2018 6046 4 18 2021 6046 4 18 +2024 6046 4 18 2008 6048 4 18 2011 6048 4 18 2014 6048 4 9 @@ -2818,21 +3262,25 @@ year location stratum visits 2015 6051 4 18 2018 6051 4 18 2021 6051 4 16 +2024 6051 4 18 2009 6053 4 8 2009 6054 4 12 2007 6060 4 18 2010 6060 4 12 2018 6060 4 17 2021 6060 4 18 +2024 6060 4 18 2007 6061 4 18 2010 6061 4 12 2019 6061 4 18 2022 6061 4 18 +2025 6061 4 18 2009 6074 4 18 2012 6074 4 6 2015 6074 4 18 2018 6074 4 18 2021 6074 4 18 +2024 6074 4 18 2011 6075 4 18 2014 6075 4 18 2017 6075 4 18 @@ -2841,6 +3289,7 @@ year location stratum visits 2015 6078 4 18 2018 6078 4 18 2022 6078 4 18 +2025 6078 4 18 2009 6106 4 18 2014 6106 4 18 2017 6106 4 18 @@ -2852,11 +3301,13 @@ year location stratum visits 2016 6133 4 18 2019 6133 4 18 2022 6133 4 24 +2025 6133 4 18 2007 6135 4 6 2012 6135 4 12 2015 6135 4 17 2018 6135 4 18 2021 6135 4 18 +2024 6135 4 18 2007 6205 4 12 2010 6205 4 18 2013 6205 4 18 @@ -2873,10 +3324,12 @@ year location stratum visits 2010 6213 4 18 2016 6213 4 12 2019 6213 4 18 +2025 6213 4 18 2007 6264 4 18 2010 6264 4 18 2018 6264 4 18 2021 6264 4 18 +2024 6264 4 18 2009 5224 5 18 2018 5224 5 18 2008 5228 5 18 @@ -2901,6 +3354,7 @@ year location stratum visits 2021 5295 5 18 2009 5299 5 18 2012 5299 5 12 +2025 5299 5 18 2007 5325 5 18 2010 5325 5 12 2013 5325 5 18 @@ -2918,6 +3372,7 @@ year location stratum visits 2014 5327 5 18 2017 5327 5 18 2020 5327 5 18 +2024 5327 5 18 2008 5359 5 18 2011 5359 5 18 2014 5359 5 18 @@ -2932,18 +3387,21 @@ year location stratum visits 2013 5470 5 8 2016 5470 5 12 2009 5475 5 18 +2025 5475 5 18 2007 5511 5 18 2009 5513 5 18 2012 5513 5 18 2015 5513 5 18 2018 5513 5 18 2021 5513 5 18 +2024 5513 5 18 2008 5514 5 18 2009 5514 5 18 2011 5514 5 16 2014 5514 5 18 2017 5514 5 18 2020 5514 5 18 +2024 5514 5 17 2007 5516 5 18 2010 5516 5 18 2013 5516 5 18 @@ -2953,6 +3411,7 @@ year location stratum visits 2015 5537 5 18 2018 5537 5 18 2021 5537 5 18 +2024 5537 5 18 2008 5538 5 18 2011 5538 5 18 2014 5538 5 18 @@ -2960,11 +3419,19 @@ year location stratum visits 2020 5538 5 12 2021 5538 5 12 2023 5538 5 18 +2024 5547 5 18 +2024 5552 5 17 +2024 5553 5 17 2008 5554 5 18 2011 5554 5 18 2015 5554 5 18 2018 5554 5 24 2021 5554 5 18 +2024 5554 5 18 +2024 5555 5 15 +2024 5556 5 18 +2025 5556 5 18 +2024 5557 5 16 2007 5632 5 12 2010 5632 5 12 2008 5650 5 11 @@ -2974,12 +3441,14 @@ year location stratum visits 2009 5652 5 6 2015 5652 5 18 2021 5652 5 18 +2024 5652 5 18 2008 5653 5 12 2011 5653 5 6 2014 5653 5 18 2017 5653 5 18 2009 5655 5 12 2012 5655 5 18 +2025 5655 5 18 2008 5659 5 18 2007 5703 5 18 2011 5703 5 12 @@ -2997,6 +3466,7 @@ year location stratum visits 2016 5709 5 18 2019 5709 5 18 2022 5709 5 18 +2025 5709 5 18 2008 5844 5 6 2011 5844 5 18 2014 5844 5 6 @@ -3012,6 +3482,7 @@ year location stratum visits 2016 5848 5 18 2007 5865 5 12 2021 5865 5 17 +2024 5865 5 12 2008 5873 5 12 2011 5873 5 6 2018 5873 5 18 @@ -3029,10 +3500,13 @@ year location stratum visits 2016 5908 5 6 2019 5908 5 6 2022 5908 5 18 +2025 5908 5 18 2008 5944 5 18 2020 5944 5 12 +2025 5944 5 18 2007 5945 5 18 2019 5945 5 18 +2025 5945 5 18 2008 5966 5 12 2010 5966 5 18 2014 5966 5 6 @@ -3042,6 +3516,7 @@ year location stratum visits 2015 6037 5 18 2018 6037 5 18 2021 6037 5 18 +2024 6037 5 18 2008 6041 5 18 2014 6041 5 18 2017 6041 5 18 @@ -3056,6 +3531,7 @@ year location stratum visits 2015 6108 5 18 2018 6108 5 18 2021 6108 5 18 +2024 6108 5 18 2017 6156 5 18 2020 6156 5 18 2023 6156 5 18 @@ -3077,6 +3553,7 @@ year location stratum visits 2016 6191 5 18 2019 6191 5 18 2022 6191 5 18 +2025 6191 5 18 2008 6193 5 18 2011 6193 5 18 2017 6193 5 18 @@ -3100,11 +3577,13 @@ year location stratum visits 2016 6243 5 16 2019 6243 5 18 2022 6243 5 18 +2025 6243 5 17 2010 6247 5 12 2012 6247 5 18 2015 6247 5 18 2018 6247 5 18 2021 6247 5 18 +2024 6247 5 18 2007 6305 5 18 2010 6305 5 18 2017 6305 5 12 @@ -3131,20 +3610,25 @@ year location stratum visits 2010 5247 6 18 2013 5247 6 18 2016 5247 6 18 +2025 5249 6 18 2007 5253 6 18 2010 5253 6 12 +2025 5253 6 12 2009 5296 6 18 2012 5296 6 12 2015 5296 6 18 2018 5296 6 18 2021 5296 6 18 +2025 5296 6 18 2009 5298 6 18 +2025 5298 6 18 2007 5346 6 18 2011 5346 6 12 2013 5346 6 18 2016 5346 6 12 2019 5346 6 18 2022 5346 6 18 +2025 5346 6 18 2011 5347 6 12 2016 5347 6 18 2019 5347 6 18 @@ -3152,28 +3636,34 @@ year location stratum visits 2014 5348 6 18 2017 5348 6 18 2020 5348 6 18 -2023 5348 6 12 +2023 5348 6 18 2007 5350 6 18 2010 5350 6 18 2019 5350 6 18 2007 5377 6 18 2013 5377 6 18 2019 5377 6 16 +2024 5377 6 18 2008 5383 6 18 2011 5383 6 18 2023 5383 6 6 +2024 5383 6 18 2008 5392 6 18 2011 5392 6 12 2014 5392 6 18 2017 5392 6 18 2020 5392 6 18 2023 5392 6 18 +2025 5392 6 18 2009 5393 6 18 2012 5393 6 6 2015 5393 6 18 2019 5393 6 6 +2025 5393 6 18 2010 5415 6 18 +2025 5415 6 18 2007 5453 6 18 +2025 5453 6 18 2009 5463 6 18 2009 5466 6 18 2009 5492 6 18 @@ -3191,9 +3681,12 @@ year location stratum visits 2016 5532 6 18 2019 5532 6 18 2022 5532 6 18 +2025 5532 6 18 2016 5540 6 18 2019 5540 6 18 2022 5540 6 18 +2025 5540 6 18 +2024 5550 6 18 2011 5663 6 18 2014 5663 6 12 2017 5663 6 18 @@ -3208,17 +3701,21 @@ year location stratum visits 2015 5689 6 18 2018 5689 6 18 2021 5689 6 18 +2024 5689 6 18 2012 5690 6 18 2015 5690 6 12 2018 5690 6 18 2021 5690 6 18 +2024 5690 6 18 2008 5692 6 18 +2025 5692 6 12 2008 5693 6 18 2011 5693 6 18 2014 5693 6 12 2017 5693 6 17 2021 5693 6 12 2023 5693 6 6 +2025 5693 6 18 2007 5702 6 18 2011 5702 6 12 2017 5702 6 18 @@ -3227,12 +3724,15 @@ year location stratum visits 2014 5704 6 12 2017 5704 6 18 2020 5704 6 18 +2024 5704 6 18 2007 5705 6 6 2012 5705 6 18 2017 5705 6 6 2021 5705 6 18 2022 5705 6 6 2023 5705 6 18 +2024 5705 6 12 +2025 5705 6 18 2008 5706 6 18 2012 5706 6 18 2015 5706 6 12 @@ -3244,6 +3744,7 @@ year location stratum visits 2010 5736 6 18 2019 5736 6 18 2022 5736 6 18 +2025 5736 6 12 2017 5739 6 18 2020 5739 6 18 2023 5739 6 18 @@ -3262,9 +3763,11 @@ year location stratum visits 2015 5856 6 18 2018 5856 6 18 2021 5856 6 18 +2024 5856 6 12 2016 5862 6 18 2017 5863 6 18 2016 5864 6 18 +2025 5864 6 18 2007 5867 6 12 2008 5867 6 18 2009 5867 6 12 @@ -3272,6 +3775,8 @@ year location stratum visits 2011 5867 6 18 2012 5867 6 12 2016 5867 6 18 +2024 5867 6 18 +2025 5867 6 18 2008 5868 6 18 2008 5872 6 12 2014 5872 6 18 @@ -3281,6 +3786,7 @@ year location stratum visits 2016 5875 6 18 2019 5875 6 18 2022 5875 6 6 +2025 5875 6 18 2008 5876 6 18 2011 5876 6 18 2014 5876 6 18 @@ -3289,15 +3795,17 @@ year location stratum visits 2023 5876 6 6 2009 5878 6 18 2012 5878 6 6 -2018 5878 6 24 +2018 5878 6 18 2007 5883 6 18 2010 5883 6 18 2013 5883 6 18 +2025 5883 6 18 2009 5884 6 18 2012 5884 6 18 2015 5884 6 18 2009 5893 6 12 2017 5893 6 6 +2023 5893 6 18 2008 5957 6 18 2011 5957 6 18 2007 5963 6 18 @@ -3323,6 +3831,7 @@ year location stratum visits 2015 6028 6 18 2018 6028 6 18 2021 6028 6 18 +2024 6028 6 18 2007 6029 6 18 2008 6029 6 18 2009 6029 6 18 @@ -3331,6 +3840,7 @@ year location stratum visits 2016 6029 6 18 2019 6029 6 18 2022 6029 6 18 +2025 6029 6 18 2007 6032 6 18 2008 6032 6 18 2009 6032 6 18 @@ -3345,7 +3855,7 @@ year location stratum visits 2016 6033 6 18 2017 6036 6 18 2020 6036 6 18 -2023 6036 6 6 +2023 6036 6 18 2008 6038 6 18 2010 6038 6 18 2013 6038 6 12 @@ -3359,19 +3869,23 @@ year location stratum visits 2016 6040 6 18 2019 6040 6 18 2022 6040 6 18 +2025 6040 6 18 2009 6042 6 18 2011 6042 6 18 2012 6042 6 18 2015 6042 6 18 2018 6042 6 18 2021 6042 6 18 +2024 6042 6 18 2009 6043 6 12 2016 6043 6 18 2019 6043 6 18 2022 6043 6 18 +2025 6043 6 18 2008 6047 6 18 2018 6047 6 18 2021 6047 6 18 +2024 6047 6 18 2008 6052 6 18 2011 6052 6 18 2014 6052 6 12 @@ -3380,26 +3894,31 @@ year location stratum visits 2015 6062 6 18 2018 6062 6 18 2021 6062 6 18 +2024 6062 6 18 2007 6070 6 18 2010 6070 6 18 2013 6070 6 18 2016 6070 6 18 2019 6070 6 18 +2025 6070 6 18 2007 6101 6 11 2010 6101 6 18 2013 6101 6 18 2016 6101 6 18 2019 6101 6 18 2022 6101 6 18 +2025 6101 6 18 2008 6102 6 18 2013 6102 6 18 2016 6102 6 18 2019 6102 6 18 2022 6102 6 18 +2025 6102 6 18 2008 6103 6 18 2016 6103 6 18 2019 6103 6 18 2022 6103 6 18 +2025 6103 6 18 2009 6104 6 18 2012 6104 6 18 2015 6104 6 18 @@ -3415,18 +3934,21 @@ year location stratum visits 2015 6109 6 12 2018 6109 6 18 2021 6109 6 18 +2024 6109 6 18 2017 6163 6 18 2020 6163 6 18 2023 6163 6 18 2007 6164 6 12 2019 6164 6 18 2022 6164 6 18 +2025 6164 6 18 2007 6167 6 18 2010 6167 6 18 2013 6167 6 18 2016 6167 6 18 2019 6167 6 18 2022 6167 6 18 +2025 6167 6 18 2009 6175 6 12 2012 6175 6 6 2009 6183 6 18 @@ -3445,6 +3967,7 @@ year location stratum visits 2016 6207 6 18 2018 6207 6 18 2021 6207 6 18 +2024 6207 6 18 2009 6261 6 18 2018 6261 6 18 2008 6262 6 18 diff --git a/inst/results/effort.yml b/inst/results/effort.yml index da8ec8e..18c415b 100644 --- a/inst/results/effort.yml +++ b/inst/results/effort.yml @@ -1,17 +1,21 @@ ..generic: - git2rdata: 0.4.0 + git2rdata: 0.5.2 optimize: yes NA string: NA sorting: - stratum - location - year - hash: b72ed4a64614e110e30829820399c2981bae06cc - data_hash: 239da4527a53b3efa1c96326e0e1a959a93e2a14 + hash: a389a963790e3e523740b2f1c8d98f8a6b10052c + data_hash: 1f199715f95a1a5481b887ae61f00a492818bc74 + name: effort + title: Sampling effort year: class: integer + description: year of the survey location: class: integer + description: identifier of the location stratum: class: factor labels: @@ -29,5 +33,7 @@ stratum: - 5 - 6 ordered: no + description: name of the stratum visits: class: integer + description: number of visited point locations diff --git a/inst/results/estimate.tsv b/inst/results/estimate.tsv index a57c80a..4405c87 100644 --- a/inst/results/estimate.tsv +++ b/inst/results/estimate.tsv @@ -1,2209 +1,2757 @@ analysis year estimate lower_confidence_limit upper_confidence_limit -193 2007 -1.6659 -2.0917 -1.2401 -193 2010 -2.1244 -2.6172 -1.6317 -193 2013 -2.4509 -2.9686 -1.9333 -193 2016 -1.5949 -1.9589 -1.2308 -193 2019 -0.5079 -0.7954 -0.2203 -193 2022 -0.2309 -0.5632 0.1013 -194 2007 0.1817 -0.3004 0.6639 -194 2010 0.2276 -0.2367 0.692 -194 2013 0.3726 -0.0386 0.7839 -194 2016 0.632 0.2354 1.0285 -194 2019 0.7972 0.4241 1.1703 -194 2022 0.828 0.3981 1.258 -195 2007 -1.0449 -1.2088 -0.8809 -195 2010 -0.8365 -0.9977 -0.6753 -195 2013 -0.9678 -1.1437 -0.7918 -195 2016 -0.9863 -1.1548 -0.8177 -195 2019 -1.3654 -1.5497 -1.1811 -195 2022 -1.4165 -1.6432 -1.1898 -196 2007 -0.9442 -1.0723 -0.8161 -196 2010 -0.806 -0.9238 -0.6881 -196 2013 -0.6631 -0.7785 -0.5477 -196 2016 -0.546 -0.6585 -0.4335 -196 2019 -0.5543 -0.6661 -0.4425 -196 2022 -0.5288 -0.6573 -0.4002 -197 2007 -0.4198 -0.5022 -0.3373 -197 2008 -0.3557 -0.4381 -0.2733 -197 2009 -0.3681 -0.4528 -0.2834 -197 2010 -0.419 -0.5017 -0.3364 -197 2011 -0.3805 -0.466 -0.2949 -197 2012 -0.4087 -0.4986 -0.3189 -197 2013 -0.3686 -0.4532 -0.284 -197 2014 -0.4826 -0.5692 -0.396 -197 2015 -0.4001 -0.4885 -0.3117 -197 2016 -0.538 -0.6229 -0.4531 -197 2017 -0.5587 -0.6453 -0.4721 -197 2018 -0.5858 -0.672 -0.4997 -197 2019 -0.6107 -0.6984 -0.523 -197 2020 -0.5219 -0.6085 -0.4352 -197 2021 -0.6035 -0.6889 -0.5181 -197 2022 -0.715 -0.8093 -0.6206 -197 2023 -0.6826 -0.7738 -0.5913 -198 2007 -0.1099 -0.1641 -0.0557 -198 2010 -0.0115 -0.0661 0.0431 -198 2013 0.095 0.04 0.1501 -198 2016 0.0638 0.0097 0.1179 -198 2019 0.0394 -0.0153 0.094 -198 2022 -0.0242 -0.0849 0.0366 -199 2007 -1.5902 -1.8149 -1.3655 -199 2010 -1.5556 -1.762 -1.3493 -199 2013 -1.5505 -1.7551 -1.3458 -199 2016 -1.5435 -1.7468 -1.3402 -199 2019 -1.5124 -1.7172 -1.3077 -199 2022 -1.5262 -1.7463 -1.306 -200 2007 -1.907 -2.0491 -1.7649 -200 2010 -1.9444 -2.0857 -1.8031 -200 2013 -1.9036 -2.0453 -1.7619 -200 2016 -1.7602 -1.8901 -1.6303 -200 2019 -1.636 -1.7742 -1.4977 -200 2022 -1.7018 -1.8637 -1.5399 -201 2007 0.6285 0.5632 0.6939 -201 2010 0.5892 0.5225 0.6559 -201 2013 0.3892 0.3197 0.4586 -201 2016 0.264 0.1955 0.3325 -201 2019 0.3698 0.3019 0.4378 -201 2022 0.3544 0.2771 0.4317 -202 2007 -0.4139 -0.5194 -0.3083 -202 2008 -0.2266 -0.3278 -0.1255 -202 2009 -0.1514 -0.2547 -0.048 -202 2010 -0.011 -0.1116 0.0896 -202 2011 0.0888 -0.0134 0.1909 -202 2012 0.0816 -0.0224 0.1857 -202 2013 0.1732 0.0713 0.2751 -202 2014 0.0889 -0.0151 0.1929 -202 2015 0.235 0.1332 0.3367 -202 2016 0.2869 0.187 0.3868 -202 2017 0.2466 0.1462 0.3469 -202 2018 0.301 0.2008 0.4013 -202 2019 0.3641 0.2642 0.464 -202 2020 0.2929 0.1905 0.3952 -202 2021 0.3539 0.2558 0.452 -202 2022 0.5426 0.4387 0.6465 -202 2023 0.3387 0.2333 0.444 -203 2007 -0.5435 -0.6724 -0.4145 -203 2008 -0.5518 -0.6721 -0.4315 -203 2009 -0.5411 -0.66 -0.4221 -203 2010 -0.4963 -0.6116 -0.3809 -203 2011 -0.4349 -0.552 -0.3178 -203 2012 -0.451 -0.5697 -0.3324 -203 2013 -0.5072 -0.625 -0.3894 -203 2014 -0.5714 -0.693 -0.4498 -203 2015 -0.5972 -0.7206 -0.4738 -203 2016 -0.6358 -0.7622 -0.5095 -203 2017 -0.6101 -0.731 -0.4892 -203 2018 -0.5476 -0.6641 -0.4312 -203 2019 -0.5593 -0.678 -0.4407 -203 2020 -0.5407 -0.6602 -0.4212 -203 2021 -0.5299 -0.6473 -0.4125 -203 2022 -0.5522 -0.6779 -0.4265 -203 2023 -0.5481 -0.684 -0.4121 -204 2007 -0.338 -0.5677 -0.1082 -204 2010 -0.2518 -0.4647 -0.0388 -204 2013 -0.1533 -0.3554 0.0488 -204 2016 0.0623 -0.1252 0.2499 -204 2019 0.063 -0.1268 0.2528 -204 2022 0.1757 -0.0376 0.3891 -205 2007 -1.5986 -1.7419 -1.4554 -205 2008 -1.7025 -1.8451 -1.5598 -205 2009 -1.5923 -1.7285 -1.4561 -205 2010 -1.5358 -1.6685 -1.4032 -205 2011 -1.4278 -1.5589 -1.2967 -205 2012 -1.3938 -1.5316 -1.256 -205 2013 -1.5056 -1.6462 -1.3649 -205 2014 -1.5826 -1.7267 -1.4386 -205 2015 -1.5252 -1.6611 -1.3894 -205 2016 -1.5457 -1.6801 -1.4113 -205 2017 -1.4803 -1.6115 -1.3491 -205 2018 -1.457 -1.5879 -1.326 -205 2019 -1.2808 -1.4093 -1.1524 -205 2020 -1.257 -1.3828 -1.1313 -205 2021 -1.2538 -1.3777 -1.1298 -205 2022 -1.1707 -1.3048 -1.0365 -205 2023 -1.1227 -1.2617 -0.9838 -206 2007 -0.7379 -0.7939 -0.682 -206 2010 -0.4896 -0.5445 -0.4347 -206 2013 -0.5377 -0.5946 -0.4808 -206 2016 -0.4572 -0.5115 -0.403 -206 2019 -0.4136 -0.4679 -0.3593 -206 2022 -0.4542 -0.5182 -0.3902 -207 2007 -0.47 -0.6757 -0.2643 -207 2010 -0.2863 -0.4767 -0.0958 -207 2013 -0.3358 -0.5214 -0.1503 -207 2016 -0.3021 -0.4841 -0.1201 -207 2019 -0.4544 -0.6454 -0.2634 -207 2022 -0.4831 -0.6991 -0.2672 -208 2007 -0.4878 -0.627 -0.3486 -208 2010 -0.5304 -0.6595 -0.4012 -208 2013 -0.5631 -0.6902 -0.436 -208 2016 -0.59 -0.7258 -0.4543 -208 2019 -0.4255 -0.5569 -0.2941 -208 2022 -0.4215 -0.5638 -0.2792 -209 2007 -1.1865 -1.3899 -0.983 -209 2010 -1.1619 -1.353 -0.9708 -209 2013 -1.2919 -1.4869 -1.0969 -209 2016 -1.2878 -1.4801 -1.0954 -209 2019 -1.1504 -1.3387 -0.9621 -209 2022 -1.1861 -1.3995 -0.9727 -210 2007 -1.3841 -1.6596 -1.1086 -210 2008 -1.1207 -1.3573 -0.8841 -210 2009 -1.2419 -1.4909 -0.993 -210 2010 -1.236 -1.4659 -1.0062 -210 2011 -1.2273 -1.4555 -0.9991 -210 2012 -1.0866 -1.3098 -0.8634 -210 2013 -1.0237 -1.2394 -0.8081 -210 2014 -1.0191 -1.2312 -0.807 -210 2015 -0.9495 -1.1692 -0.7298 -210 2016 -0.8995 -1.1122 -0.6869 -210 2017 -0.9131 -1.1311 -0.6952 -210 2018 -0.8147 -1.0371 -0.5922 -210 2019 -0.7654 -0.9888 -0.5421 -210 2020 -0.6535 -0.8974 -0.4096 -210 2021 -0.6564 -0.9075 -0.4053 -210 2022 -0.8907 -1.1433 -0.638 -210 2023 -0.8023 -1.0777 -0.5269 -211 2007 -1.4213 -1.5175 -1.3251 -211 2010 -1.3346 -1.4211 -1.248 -211 2013 -1.3274 -1.4148 -1.2399 -211 2016 -1.3098 -1.3943 -1.2253 -211 2019 -1.2347 -1.3234 -1.146 -211 2022 -1.2533 -1.3552 -1.1513 -212 2007 -1.0429 -1.158 -0.9279 -212 2008 -1.0632 -1.1729 -0.9535 -212 2009 -1.0454 -1.1579 -0.9328 -212 2010 -1.058 -1.1678 -0.9481 -212 2011 -1.0001 -1.1138 -0.8864 -212 2012 -1.1264 -1.246 -1.0068 -212 2013 -1.1316 -1.246 -1.0172 -212 2014 -1.3843 -1.5187 -1.2499 -212 2015 -1.3181 -1.4442 -1.1921 -212 2016 -1.1577 -1.2713 -1.0442 -212 2017 -1.232 -1.3472 -1.1167 -212 2018 -1.1137 -1.2289 -0.9985 -212 2019 -1.1686 -1.2823 -1.0548 -212 2020 -1.1314 -1.2449 -1.0179 -212 2021 -1.2561 -1.3742 -1.1379 -212 2022 -1.2039 -1.3219 -1.0858 -212 2023 -1.1581 -1.2832 -1.033 -213 2007 -1.1497 -1.5502 -0.7492 -213 2010 -1.0807 -1.4747 -0.6867 -213 2013 -0.7146 -1.0636 -0.3657 -213 2016 -0.4953 -0.8395 -0.151 -213 2019 -0.4229 -0.806 -0.0397 -213 2022 -0.2738 -0.734 0.1864 -214 2007 -2.2439 -2.4916 -1.9963 -214 2010 -2.1973 -2.4141 -1.9804 -214 2013 -2.1785 -2.3875 -1.9694 -214 2016 -2.1106 -2.3158 -1.9054 -214 2019 -2.0471 -2.2773 -1.8169 -214 2022 -2.077 -2.327 -1.8271 -215 2007 -0.8916 -1.1772 -0.606 -215 2010 -0.8497 -1.101 -0.5985 -215 2013 -0.8245 -1.0659 -0.5832 -215 2016 -0.7994 -1.0471 -0.5518 -215 2019 -0.8147 -1.064 -0.5654 -215 2022 -0.8484 -1.1393 -0.5575 -216 2007 -0.7095 -1.261 -0.158 -216 2008 -0.8108 -1.316 -0.3056 -216 2009 -0.797 -1.2895 -0.3045 -216 2010 -0.7675 -1.2526 -0.2823 -216 2011 -0.5984 -1.0549 -0.142 -216 2012 -0.5118 -0.9653 -0.0582 -216 2013 -0.3737 -0.8164 0.069 -216 2014 -0.4531 -0.9029 -0.0033 -216 2015 -0.3981 -0.8546 0.0585 -216 2016 -0.2926 -0.7303 0.145 -216 2017 0.0042 -0.4532 0.4617 -216 2018 0.0788 -0.3929 0.5504 -216 2019 0.0637 -0.3968 0.5242 -216 2020 0.0045 -0.4575 0.4665 -216 2021 -0.1469 -0.5764 0.2826 -216 2022 -0.3424 -0.8388 0.1541 -216 2023 -0.3465 -0.9245 0.2315 -217 2007 -0.0531 -0.663 0.5568 -217 2008 0.0811 -0.461 0.6233 -217 2009 0.0796 -0.4224 0.5816 -217 2010 0.0947 -0.3911 0.5806 -217 2011 0.0411 -0.4579 0.5402 -217 2012 0.0043 -0.523 0.5316 -217 2013 0.0602 -0.4613 0.5817 -217 2014 0.2098 -0.2844 0.704 -217 2015 0.3783 -0.112 0.8685 -217 2016 0.486 0.0075 0.9645 -217 2017 0.649 0.1796 1.1184 -217 2018 0.9613 0.451 1.4717 -217 2019 1.0405 0.5523 1.5287 -217 2020 0.9172 0.4616 1.3728 -217 2021 0.9086 0.4841 1.333 -217 2022 0.9506 0.4884 1.4128 -217 2023 0.893 0.3432 1.4429 -218 2007 -0.8853 -1.1147 -0.6559 -218 2008 -0.9269 -1.1327 -0.7212 -218 2009 -0.9132 -1.1161 -0.7104 -218 2010 -0.8343 -1.0265 -0.6421 -218 2011 -0.8147 -1.0131 -0.6164 -218 2012 -0.7896 -0.9795 -0.5998 -218 2013 -0.7793 -0.9677 -0.5909 -218 2014 -0.7578 -0.9485 -0.5671 -218 2015 -0.7048 -0.8916 -0.5179 -218 2016 -0.6684 -0.8528 -0.484 -218 2017 -0.6102 -0.795 -0.4254 -218 2018 -0.5781 -0.7621 -0.3941 -218 2019 -0.588 -0.7742 -0.4017 -218 2020 -0.571 -0.7561 -0.386 -218 2021 -0.6077 -0.7928 -0.4227 -218 2022 -0.5243 -0.7162 -0.3324 -218 2023 -0.5322 -0.7379 -0.3265 -219 2007 -0.3535 -0.8285 0.1215 -219 2010 -0.3078 -0.7696 0.154 -219 2013 -0.3999 -0.8607 0.0608 -219 2016 -0.5462 -1.0502 -0.0422 -219 2019 -0.449 -0.9244 0.0263 -219 2022 -0.4445 -0.9556 0.0665 -220 2007 -1.198 -1.3858 -1.0101 -220 2010 -1.1349 -1.3122 -0.9575 -220 2013 -0.9838 -1.1529 -0.8146 -220 2016 -0.887 -1.0557 -0.7183 -220 2019 -0.7694 -0.9508 -0.588 -220 2022 -0.8982 -1.0974 -0.699 -221 2007 0.3709 -0.0095 0.7513 -221 2010 0.2437 -0.1179 0.6053 -221 2013 0.128 -0.2345 0.4905 -221 2016 0.3221 -0.0199 0.6641 -221 2019 0.6211 0.2834 0.9587 -221 2022 0.6031 0.2322 0.9739 -222 2007 0.2731 -0.0499 0.596 -222 2008 0.3493 0.0679 0.6307 -222 2009 0.2865 -0.0301 0.603 -222 2010 0.4973 0.2047 0.7899 -222 2011 0.6636 0.3584 0.9688 -222 2012 0.8777 0.6119 1.1436 -222 2013 0.7425 0.4666 1.0185 -222 2014 0.7991 0.4889 1.1093 -222 2015 0.3266 0.0348 0.6183 -222 2016 0.2398 -0.0574 0.5369 -222 2017 0.4697 0.1654 0.774 -222 2018 0.6822 0.3809 0.9836 -222 2019 0.9417 0.6506 1.2327 -222 2020 0.5801 0.2784 0.8818 -222 2021 0.4199 0.1263 0.7135 -222 2022 0.0298 -0.3241 0.3838 -222 2023 0.0632 -0.3088 0.4351 -223 2007 -0.2989 -0.363 -0.2348 -223 2008 -0.2532 -0.3144 -0.192 -223 2009 -0.1918 -0.256 -0.1275 -223 2010 -0.1681 -0.2297 -0.1065 -223 2011 -0.1808 -0.2439 -0.1177 -223 2012 -0.1397 -0.2074 -0.0721 -223 2013 -0.2276 -0.2934 -0.1618 -223 2014 -0.1797 -0.2446 -0.1147 -223 2015 -0.2683 -0.336 -0.2005 -223 2016 -0.3552 -0.4197 -0.2906 -223 2017 -0.3312 -0.3961 -0.2662 -223 2018 -0.3044 -0.3694 -0.2394 -223 2019 -0.2512 -0.3152 -0.1873 -223 2020 -0.309 -0.3775 -0.2406 -223 2021 -0.2932 -0.3563 -0.2301 -223 2022 -0.3506 -0.4205 -0.2806 -223 2023 -0.337 -0.4072 -0.2668 -224 2007 -0.7503 -0.8485 -0.652 -224 2008 -0.737 -0.8262 -0.6477 -224 2009 -0.773 -0.8652 -0.6809 -224 2010 -0.8169 -0.9104 -0.7235 -224 2011 -0.8498 -0.9431 -0.7564 -224 2012 -0.8044 -0.9018 -0.707 -224 2013 -0.8617 -0.9603 -0.7631 -224 2014 -0.8079 -0.9033 -0.7124 -224 2015 -0.6994 -0.7961 -0.6027 -224 2016 -0.6046 -0.6951 -0.514 -224 2017 -0.5985 -0.6888 -0.5083 -224 2018 -0.5837 -0.6732 -0.4941 -224 2019 -0.5901 -0.6823 -0.4979 -224 2020 -0.5004 -0.5929 -0.408 -224 2021 -0.473 -0.5593 -0.3867 -224 2022 -0.4082 -0.5003 -0.316 -224 2023 -0.3761 -0.471 -0.2812 -225 2007 -0.744 -0.8786 -0.6093 -225 2010 -0.9992 -1.1428 -0.8556 -225 2013 -1.0385 -1.1766 -0.9004 -225 2016 -1.075 -1.2134 -0.9366 -225 2019 -1.1223 -1.2644 -0.9802 -225 2022 -1.1565 -1.3133 -0.9997 -226 2007 -0.8227 -0.9035 -0.742 -226 2008 -0.7884 -0.8631 -0.7137 -226 2009 -0.6199 -0.6979 -0.5419 -226 2010 -0.547 -0.6214 -0.4726 -226 2011 -0.4498 -0.5225 -0.3772 -226 2012 -0.4712 -0.5525 -0.3898 -226 2013 -0.6385 -0.7202 -0.5567 -226 2014 -0.4846 -0.5619 -0.4072 -226 2015 -0.4894 -0.57 -0.4088 -226 2016 -0.4951 -0.5713 -0.4188 -226 2017 -0.4935 -0.5689 -0.4182 -226 2018 -0.3728 -0.4478 -0.2979 -226 2019 -0.358 -0.4325 -0.2835 -226 2020 -0.4012 -0.4796 -0.3229 -226 2021 -0.4547 -0.5276 -0.3817 -226 2022 -0.4569 -0.5384 -0.3755 -226 2023 -0.493 -0.5755 -0.4105 -227 2007 -0.1419 -0.5057 0.2218 -227 2008 -0.1792 -0.5222 0.1637 -227 2009 -0.1782 -0.5218 0.1655 -227 2010 -0.307 -0.6307 0.0167 -227 2011 -0.4034 -0.7387 -0.0682 -227 2012 -0.4908 -0.8267 -0.1549 -227 2013 -0.6525 -0.9966 -0.3085 -227 2014 -0.7812 -1.1293 -0.433 -227 2015 -0.8757 -1.2264 -0.5251 -227 2016 -0.8808 -1.2366 -0.5251 -227 2017 -0.9256 -1.2765 -0.5746 -227 2018 -0.9799 -1.3344 -0.6254 -227 2019 -1.0122 -1.375 -0.6494 -227 2020 -0.9292 -1.2802 -0.5781 -227 2021 -0.9694 -1.3286 -0.6103 -227 2022 -0.9782 -1.347 -0.6093 -227 2023 -0.9927 -1.3801 -0.6053 -228 2007 0.3967 -0.0484 0.8418 -228 2008 0.3672 -0.0955 0.8299 -228 2009 0.6326 0.2041 1.0611 -228 2010 0.2911 -0.1285 0.7107 -228 2011 0.8365 0.3901 1.2829 -228 2012 0.4847 0.0404 0.9289 -228 2013 0.4372 0.038 0.8364 -228 2014 0.4853 0.0612 0.9095 -228 2015 0.2975 -0.1473 0.7423 -228 2016 0.4715 0.0951 0.8479 -228 2017 0.3412 -0.0607 0.743 -228 2018 0.2765 -0.1374 0.6903 -228 2019 0.0455 -0.3943 0.4853 -228 2020 -0.2279 -0.6239 0.168 -228 2021 -0.1259 -0.5342 0.2824 -228 2022 -0.678 -1.1917 -0.1643 -228 2023 -0.3814 -0.8585 0.0957 -229 2007 -0.637 -0.9269 -0.3472 -229 2010 -0.6027 -0.8921 -0.3132 -229 2013 -0.5464 -0.8341 -0.2587 -229 2016 -0.5996 -0.8748 -0.3245 -229 2019 -0.7172 -1.0454 -0.3891 -229 2022 -0.5596 -0.867 -0.2522 -230 2007 -1.0169 -1.1333 -0.9005 -230 2010 -0.7993 -0.9222 -0.6765 -230 2013 -0.8944 -1.0116 -0.7771 -230 2016 -0.9535 -1.0673 -0.8396 -230 2019 -1.0428 -1.1605 -0.925 -230 2022 -1.1151 -1.2502 -0.98 -231 2007 0.6502 0.5694 0.731 -231 2008 0.5833 0.5015 0.6652 -231 2009 0.6478 0.5619 0.7337 -231 2010 0.5966 0.5151 0.6781 -231 2011 0.6058 0.5209 0.6907 -231 2012 0.5413 0.4505 0.6321 -231 2013 0.3831 0.2938 0.4724 -231 2014 0.3378 0.2472 0.4283 -231 2015 0.4284 0.3369 0.52 -231 2016 0.2673 0.1812 0.3534 -231 2017 0.2462 0.1592 0.3332 -231 2018 0.2661 0.1762 0.356 -231 2019 0.3049 0.2168 0.393 -231 2020 0.3563 0.2685 0.444 -231 2021 0.4319 0.3446 0.5193 -231 2022 0.3819 0.2876 0.4761 -231 2023 0.3165 0.2231 0.4099 -232 2007 0.0671 -0.0589 0.1931 -232 2008 0.1822 0.0675 0.2968 -232 2009 0.1693 0.0579 0.2807 -232 2010 0.1233 0.0167 0.2298 -232 2011 0.0907 -0.02 0.2014 -232 2012 0.0826 -0.0275 0.1927 -232 2013 0.0576 -0.0505 0.1657 -232 2014 -0.0103 -0.1206 0.1 -232 2015 -0.0394 -0.1494 0.0705 -232 2016 -0.0565 -0.165 0.052 -232 2017 -0.0539 -0.1622 0.0544 -232 2018 -0.0817 -0.1916 0.0282 -232 2019 -0.145 -0.2565 -0.0335 -232 2020 -0.1799 -0.294 -0.0658 -232 2021 -0.1683 -0.2804 -0.0562 -232 2022 -0.1342 -0.2503 -0.0181 -232 2023 -0.1717 -0.2958 -0.0476 -233 2007 -0.9782 -1.3818 -0.5746 -233 2008 -0.9876 -1.3588 -0.6164 -233 2009 -0.9283 -1.2399 -0.6167 -233 2010 -0.9002 -1.2009 -0.5994 -233 2011 -0.8186 -1.1159 -0.5213 -233 2012 -0.8067 -1.0987 -0.5147 -233 2013 -0.7874 -1.0755 -0.4993 -233 2014 -0.8178 -1.0989 -0.5367 -233 2015 -0.7918 -1.0663 -0.5173 -233 2016 -0.7557 -1.0477 -0.4636 -233 2017 -0.759 -1.0508 -0.4671 -233 2018 -0.821 -1.0931 -0.5489 -233 2019 -0.8369 -1.1212 -0.5526 -233 2020 -0.825 -1.1125 -0.5374 -233 2021 -0.7999 -1.0891 -0.5107 -233 2022 -0.8441 -1.1606 -0.5275 -233 2023 -0.8392 -1.1929 -0.4854 -234 2007 -0.9744 -1.1054 -0.8434 -234 2010 -1.0428 -1.1696 -0.9161 -234 2013 -1.2517 -1.3844 -1.1189 -234 2016 -1.3832 -1.5211 -1.2453 -234 2019 -1.4576 -1.6018 -1.3133 -234 2022 -1.4067 -1.5862 -1.2271 -235 2007 -0.2478 -0.2928 -0.2028 -235 2010 -0.1646 -0.2101 -0.1191 -235 2013 -0.2251 -0.2717 -0.1785 -235 2016 -0.3288 -0.3747 -0.2829 -235 2019 -0.2819 -0.328 -0.2358 -235 2022 -0.3316 -0.3859 -0.2772 -236 2007 -1.2569 -1.3402 -1.1736 -236 2010 -1.1166 -1.1989 -1.0342 -236 2013 -1.0489 -1.1317 -0.966 -236 2016 -1.0764 -1.1561 -0.9968 -236 2019 -0.9089 -0.9875 -0.8303 -236 2022 -0.7946 -0.8868 -0.7023 -237 2007 0.1487 0.0546 0.2429 -237 2010 -0.061 -0.1594 0.0373 -237 2013 -0.3004 -0.4005 -0.2003 -237 2016 -0.6014 -0.7024 -0.5004 -237 2019 -0.8752 -0.9799 -0.7706 -237 2022 -0.9648 -1.0848 -0.8447 -238 2007 0.4372 0.3748 0.4996 -238 2008 0.5694 0.5075 0.6314 -238 2009 0.5298 0.465 0.5946 -238 2010 0.5315 0.469 0.5939 -238 2011 0.5664 0.5026 0.6302 -238 2012 0.6195 0.5536 0.6854 -238 2013 0.6608 0.5969 0.7246 -238 2014 0.4303 0.3637 0.4969 -238 2015 0.5588 0.4936 0.6239 -238 2016 0.5173 0.4543 0.5804 -238 2017 0.5418 0.4778 0.6059 -238 2018 0.5695 0.5051 0.634 -238 2019 0.5536 0.4898 0.6175 -238 2020 0.6199 0.5541 0.6856 -238 2021 0.4413 0.3776 0.5049 -238 2022 0.6102 0.5437 0.6767 -238 2023 0.6102 0.544 0.6764 -239 2007 -0.2422 -0.4605 -0.0239 -239 2008 -0.3112 -0.5236 -0.0987 -239 2009 -0.3971 -0.6198 -0.1744 -239 2010 -0.3552 -0.5598 -0.1506 -239 2011 -0.3416 -0.5479 -0.1353 -239 2012 -0.3455 -0.5566 -0.1344 -239 2013 -0.382 -0.5973 -0.1666 -239 2014 -0.4219 -0.6474 -0.1964 -239 2015 -0.4053 -0.6254 -0.1851 -239 2016 -0.3533 -0.5677 -0.1389 -239 2017 -0.3523 -0.573 -0.1317 -239 2018 -0.2746 -0.4889 -0.0603 -239 2019 -0.2345 -0.4474 -0.0217 -239 2020 -0.1516 -0.3644 0.0613 -239 2021 -0.0953 -0.3083 0.1177 -239 2022 -0.1312 -0.3471 0.0847 -239 2023 -0.1845 -0.4211 0.0521 -240 2007 -0.9674 -1.0246 -0.9103 -240 2010 -0.9066 -0.9652 -0.8481 -240 2013 -1.0938 -1.1567 -1.0308 -240 2016 -1.2058 -1.2675 -1.1442 -240 2019 -1.3275 -1.3936 -1.2614 -240 2022 -1.2975 -1.3781 -1.2168 -241 2007 -0.4121 -0.646 -0.1782 -241 2010 -0.4455 -0.6698 -0.2213 -241 2013 -0.4794 -0.7076 -0.2512 -241 2016 -0.4214 -0.636 -0.2069 -241 2019 -0.3922 -0.6127 -0.1717 -241 2022 -0.3602 -0.605 -0.1155 -242 2007 -0.7526 -0.8256 -0.6797 -242 2008 -0.6915 -0.758 -0.6249 -242 2009 -0.6565 -0.7277 -0.5853 -242 2010 -0.732 -0.801 -0.6629 -242 2011 -0.758 -0.8278 -0.6883 -242 2012 -0.7939 -0.8691 -0.7186 -242 2013 -0.8746 -0.949 -0.8003 -242 2014 -0.9122 -0.9865 -0.838 -242 2015 -0.9171 -0.9934 -0.8407 -242 2016 -0.8346 -0.9072 -0.762 -242 2017 -0.8824 -0.9534 -0.8114 -242 2018 -0.8989 -0.97 -0.8279 -242 2019 -0.9248 -0.9981 -0.8515 -242 2020 -0.9318 -1.0072 -0.8564 -242 2021 -0.8874 -0.9586 -0.8161 -242 2022 -0.9058 -0.983 -0.8285 -242 2023 -0.9447 -1.0282 -0.8612 -243 2007 -0.3907 -0.6795 -0.102 -243 2008 -0.3225 -0.5703 -0.0746 -243 2009 -0.3104 -0.5555 -0.0653 -243 2010 -0.3012 -0.5388 -0.0636 -243 2011 -0.1919 -0.4293 0.0455 -243 2012 -0.1717 -0.414 0.0706 -243 2013 -0.1311 -0.3594 0.0971 -243 2014 -0.1365 -0.3706 0.0976 -243 2015 -0.0921 -0.319 0.1349 -243 2016 0.0511 -0.1547 0.2569 -243 2017 0.0527 -0.1667 0.2721 -243 2018 0.0799 -0.1435 0.3034 -243 2019 0.1125 -0.1031 0.328 -243 2020 0.0082 -0.2223 0.2387 -243 2021 0.0616 -0.1545 0.2778 -243 2022 0.1456 -0.0723 0.3636 -243 2023 0.1198 -0.1277 0.3672 -244 2007 -0.9098 -1.0967 -0.723 -244 2010 -0.7947 -0.9643 -0.6251 -244 2013 -0.7382 -0.9034 -0.573 -244 2016 -0.6284 -0.7905 -0.4663 -244 2019 -0.6116 -0.7748 -0.4484 -244 2022 -0.5083 -0.6926 -0.3241 -245 2007 -1.434 -1.5336 -1.3344 -245 2008 -1.4123 -1.5044 -1.3203 -245 2009 -1.3626 -1.4581 -1.267 -245 2010 -1.3879 -1.4785 -1.2972 -245 2011 -1.4208 -1.5143 -1.3273 -245 2012 -1.4266 -1.5228 -1.3304 -245 2013 -1.4116 -1.5043 -1.3189 -245 2014 -1.4333 -1.5321 -1.3346 -245 2015 -1.3693 -1.4624 -1.2761 -245 2016 -1.3773 -1.4689 -1.2857 -245 2017 -1.3274 -1.4171 -1.2376 -245 2018 -1.3123 -1.4039 -1.2207 -245 2019 -1.2266 -1.3201 -1.133 -245 2020 -1.208 -1.3011 -1.1149 -245 2021 -1.2113 -1.3017 -1.1208 -245 2022 -1.2036 -1.3 -1.1073 -245 2023 -1.1949 -1.2987 -1.0911 -246 2007 -1.0212 -1.2325 -0.8099 -246 2010 -0.835 -1.0314 -0.6386 -246 2013 -0.841 -1.0377 -0.6443 -246 2016 -0.7221 -0.9159 -0.5283 -246 2019 -0.49 -0.683 -0.297 -246 2022 -0.4827 -0.6954 -0.27 -247 2007 0.0651 0.0137 0.1164 -247 2008 0.0955 0.044 0.1469 -247 2009 0.1249 0.0711 0.1788 -247 2010 0.0779 0.0257 0.1301 -247 2011 0.0405 -0.0137 0.0947 -247 2012 0.1472 0.0902 0.2041 -247 2013 0.0382 -0.0166 0.093 -247 2014 0.0315 -0.0246 0.0876 -247 2015 0.0821 0.0258 0.1384 -247 2016 -0.0064 -0.0604 0.0475 -247 2017 -0.0176 -0.0731 0.0379 -247 2018 -0.1352 -0.1914 -0.0791 -247 2019 -0.5126 -0.5736 -0.4515 -247 2020 -0.5905 -0.655 -0.5259 -247 2021 -0.469 -0.5274 -0.4106 -247 2022 -0.4125 -0.4762 -0.3488 -247 2023 -0.3426 -0.4037 -0.2815 -248 2007 -1.9738 -2.6621 -1.2856 -248 2008 -1.5454 -2.067 -1.0239 -248 2009 -1.6076 -2.1715 -1.0438 -248 2010 -2.0622 -2.6583 -1.4661 -248 2011 -2.1907 -2.9129 -1.4684 -248 2012 -2.3036 -2.94 -1.6671 -248 2013 -2.6222 -3.2885 -1.9559 -248 2014 -2.6809 -3.3647 -1.9972 -248 2015 -2.5117 -3.1532 -1.8703 -248 2016 -2.2646 -2.874 -1.6552 -248 2017 -1.987 -2.569 -1.405 -248 2018 -1.1688 -1.5771 -0.7605 -248 2019 -0.7365 -1.1396 -0.3334 -248 2020 -0.1676 -0.5792 0.2441 -248 2021 -0.4765 -0.8335 -0.1196 -248 2022 -0.3331 -0.7116 0.0453 -248 2023 -0.1737 -0.6117 0.2643 -249 2007 -0.7542 -0.8261 -0.6824 -249 2010 -0.8226 -0.8965 -0.7487 -249 2013 -0.8042 -0.88 -0.7284 -249 2016 -0.5996 -0.6696 -0.5295 -249 2019 -0.5254 -0.5956 -0.4552 -249 2022 -0.3734 -0.4521 -0.2948 -250 2007 0.2393 -0.0577 0.5363 -250 2008 0.1526 -0.1422 0.4473 -250 2009 0.1567 -0.132 0.4454 -250 2010 0.067 -0.2158 0.3497 -250 2011 -0.0585 -0.3507 0.2337 -250 2012 -0.0446 -0.3268 0.2375 -250 2013 -0.1557 -0.4532 0.1418 -250 2014 -0.233 -0.5495 0.0835 -250 2015 -0.243 -0.5479 0.062 -250 2016 -0.3225 -0.6249 -0.0202 -250 2017 -0.3141 -0.6293 0.0011 -250 2018 -0.5934 -0.9017 -0.285 -250 2019 -0.833 -1.1553 -0.5108 -250 2020 -0.9399 -1.2644 -0.6155 -250 2021 -1.1509 -1.4785 -0.8233 -250 2022 -1.232 -1.5875 -0.8765 -250 2023 -1.3248 -1.7313 -0.9184 -251 2007 -0.9163 -1.0712 -0.7615 -251 2008 -0.9712 -1.1127 -0.8298 -251 2009 -0.9981 -1.151 -0.8452 -251 2010 -0.9005 -1.0437 -0.7574 -251 2011 -0.8237 -0.96 -0.6874 -251 2012 -0.7748 -0.9172 -0.6324 -251 2013 -0.7487 -0.8876 -0.6098 -251 2014 -0.6408 -0.7764 -0.5052 -251 2015 -0.5647 -0.7068 -0.4225 -251 2016 -0.5721 -0.7036 -0.4405 -251 2017 -0.5211 -0.6537 -0.3885 -251 2018 -0.4727 -0.6084 -0.3371 -251 2019 -0.5042 -0.6339 -0.3744 -251 2020 -0.5633 -0.7027 -0.4239 -251 2021 -0.5227 -0.657 -0.3883 -251 2022 -0.5138 -0.6506 -0.3769 -251 2023 -0.5254 -0.6803 -0.3705 -252 2007 -1.0581 -1.2968 -0.8194 -252 2010 -0.9006 -1.1149 -0.6864 -252 2013 -0.7926 -1.0223 -0.5629 -252 2016 -0.9247 -1.1463 -0.7031 -252 2019 -0.9612 -1.1923 -0.73 -252 2022 -1.0034 -1.2807 -0.726 -253 2007 -0.9918 -1.0643 -0.9193 -253 2010 -0.8092 -0.8816 -0.7369 -253 2013 -0.9197 -0.9935 -0.8458 -253 2016 -1.052 -1.1256 -0.9784 -253 2019 -0.9842 -1.0584 -0.9101 -253 2022 -0.9206 -1.0022 -0.8389 -254 2007 -0.9888 -1.2673 -0.7104 -254 2008 -1.1138 -1.3982 -0.8295 -254 2009 -1.1223 -1.4039 -0.8408 -254 2010 -0.995 -1.2403 -0.7498 -254 2011 -0.9453 -1.1968 -0.6938 -254 2012 -0.836 -1.0915 -0.5806 -254 2013 -0.7926 -1.0545 -0.5308 -254 2014 -0.7926 -1.0552 -0.53 -254 2015 -0.8364 -1.0968 -0.5759 -254 2016 -0.9688 -1.2477 -0.69 -254 2017 -0.9635 -1.2285 -0.6985 -254 2018 -0.8783 -1.1339 -0.6227 -254 2019 -0.9352 -1.1978 -0.6726 -254 2020 -0.9946 -1.2724 -0.7168 -254 2021 -0.9631 -1.2351 -0.691 -254 2022 -1.0197 -1.3217 -0.7177 -254 2023 -0.9303 -1.2457 -0.615 -255 2007 -1.0755 -1.1605 -0.9905 -255 2010 -0.9905 -1.0756 -0.9054 -255 2013 -0.9889 -1.0746 -0.9033 -255 2016 -0.982 -1.0645 -0.8995 -255 2019 -0.8441 -0.9239 -0.7643 -255 2022 -0.9681 -1.0681 -0.8682 -256 2007 1.0218 0.6992 1.3443 -256 2010 1.1052 0.8408 1.3696 -256 2013 1.2154 0.9865 1.4442 -256 2016 1.3168 1.099 1.5346 -256 2019 1.379 1.1391 1.619 -256 2022 1.4226 1.1406 1.7046 -257 2007 0.3683 0.1305 0.6061 -257 2010 0.6797 0.4652 0.8943 -257 2013 0.5602 0.3514 0.769 -257 2016 0.4757 0.2551 0.6963 -257 2019 0.6634 0.4386 0.8883 -257 2022 0.2605 -0.0535 0.5744 -258 2007 -0.7472 -0.8788 -0.6156 -258 2008 -0.7507 -0.8817 -0.6196 -258 2009 -0.7499 -0.8911 -0.6088 -258 2010 -0.6842 -0.8124 -0.5561 -258 2011 -0.673 -0.8069 -0.5392 -258 2012 -0.7017 -0.8478 -0.5555 -258 2013 -0.8119 -0.9424 -0.6814 -258 2014 -0.9312 -1.0726 -0.7898 -258 2015 -0.9878 -1.1324 -0.8432 -258 2016 -0.9724 -1.1026 -0.8423 -258 2017 -1.0205 -1.1538 -0.8872 -258 2018 -1.008 -1.1522 -0.8638 -258 2019 -0.8841 -1.0122 -0.756 -258 2020 -0.7833 -0.9153 -0.6514 -258 2021 -0.7294 -0.8654 -0.5934 -258 2022 -0.8362 -0.9696 -0.7027 -258 2023 -0.7967 -0.9393 -0.654 -259 2007 0.0394 -0.0434 0.1223 -259 2010 -0.1099 -0.1954 -0.0245 -259 2013 -0.1217 -0.2087 -0.0348 -259 2016 -0.2488 -0.3338 -0.1637 -259 2019 -0.2141 -0.3005 -0.1278 -259 2022 -0.1846 -0.285 -0.0841 -260 2007 -1.0345 -1.2802 -0.7887 -260 2008 -1.0134 -1.245 -0.7817 -260 2009 -1.0391 -1.2898 -0.7885 -260 2010 -0.9618 -1.189 -0.7345 -260 2011 -0.8191 -1.0411 -0.5972 -260 2012 -0.7444 -0.9736 -0.5152 -260 2013 -0.8286 -1.0534 -0.6037 -260 2014 -0.8246 -1.0443 -0.6049 -260 2015 -0.8074 -1.0376 -0.5771 -260 2016 -0.7889 -1.0175 -0.5604 -260 2017 -0.7279 -0.9416 -0.5141 -260 2018 -0.5826 -0.8149 -0.3503 -260 2019 -0.5056 -0.7317 -0.2794 -260 2020 -0.421 -0.6328 -0.2091 -260 2021 -0.4732 -0.7013 -0.2451 -260 2022 -0.4345 -0.6646 -0.2044 -260 2023 -0.5677 -0.8067 -0.3288 -261 2007 -0.3381 -0.4021 -0.2742 -261 2008 -0.279 -0.3411 -0.2169 -261 2009 -0.2929 -0.3575 -0.2283 -261 2010 -0.2694 -0.3324 -0.2063 -261 2011 -0.2908 -0.3552 -0.2264 -261 2012 -0.2121 -0.278 -0.1462 -261 2013 -0.0839 -0.1498 -0.0181 -261 2014 -0.2143 -0.2792 -0.1493 -261 2015 -0.2486 -0.315 -0.1823 -261 2016 -0.298 -0.3634 -0.2326 -261 2017 -0.2466 -0.3114 -0.1819 -261 2018 -0.1381 -0.2026 -0.0736 -261 2019 -0.2192 -0.2847 -0.1537 -261 2020 -0.1509 -0.2169 -0.0848 -261 2021 -0.1568 -0.2206 -0.0931 -261 2022 -0.1676 -0.2364 -0.0988 -261 2023 -0.1332 -0.2008 -0.0656 -262 2007 -0.0529 -0.2506 0.1447 -262 2008 -0.0384 -0.2527 0.1759 -262 2009 -0.4267 -0.6735 -0.1799 -262 2010 -0.5204 -0.7231 -0.3176 -262 2011 -0.753 -1.01 -0.496 -262 2012 -0.3459 -0.5943 -0.0976 -262 2013 -0.6698 -0.8916 -0.448 -262 2014 -0.6896 -0.9275 -0.4517 -262 2015 -0.9254 -1.1804 -0.6704 -262 2016 -1.1159 -1.3638 -0.868 -262 2017 -0.9069 -1.1335 -0.6803 -262 2018 -0.7028 -0.9374 -0.4682 -262 2019 -0.5807 -0.7972 -0.3643 -262 2020 -0.7516 -0.9886 -0.5147 -262 2021 -0.4874 -0.7158 -0.259 -262 2022 -1.2797 -1.5674 -0.992 -262 2023 -1.0249 -1.2789 -0.771 -263 2007 -1.5767 -1.8818 -1.2716 -263 2008 -1.5814 -1.8537 -1.3092 -263 2009 -1.5765 -1.841 -1.312 -263 2010 -1.5166 -1.7758 -1.2573 -263 2011 -1.4824 -1.7518 -1.2129 -263 2012 -1.4955 -1.7588 -1.2323 -263 2013 -1.5128 -1.7695 -1.2562 -263 2014 -1.5375 -1.7863 -1.2888 -263 2015 -1.5295 -1.7816 -1.2774 -263 2016 -1.5949 -1.8411 -1.3486 -263 2017 -1.6442 -1.9033 -1.3851 -263 2018 -1.6326 -1.8855 -1.3798 -263 2019 -1.6265 -1.876 -1.377 -263 2020 -1.6081 -1.8561 -1.3601 -263 2021 -1.6023 -1.8519 -1.3527 -263 2022 -1.6169 -1.8853 -1.3485 -263 2023 -1.6041 -1.8899 -1.3182 -264 2007 -1.2069 -1.2719 -1.1418 -264 2010 -1.2694 -1.3335 -1.2052 -264 2013 -1.2508 -1.3144 -1.1872 -264 2016 -1.302 -1.3642 -1.2398 -264 2019 -1.3098 -1.3737 -1.2459 -264 2022 -1.2862 -1.3625 -1.2098 -265 2007 -0.7541 -1.186 -0.3223 -265 2010 -0.6429 -1.0137 -0.2721 -265 2013 -0.7908 -1.2014 -0.3803 -265 2016 -0.81 -1.1955 -0.4245 -265 2019 -1.242 -1.7536 -0.7303 -265 2022 -1.423 -2.0769 -0.7691 -266 2007 -0.1491 -0.2248 -0.0733 -266 2010 -0.0432 -0.1186 0.0322 -266 2013 -0.0813 -0.1563 -0.0063 -266 2016 -0.1541 -0.2288 -0.0794 -266 2019 -0.1725 -0.2487 -0.0964 -266 2022 -0.2038 -0.2975 -0.1102 -267 2007 -0.679 -0.84 -0.518 -267 2008 -0.6941 -0.8446 -0.5435 -267 2009 -0.8256 -0.9754 -0.6758 -267 2010 -0.9115 -1.0601 -0.7629 -267 2011 -0.9886 -1.1413 -0.836 -267 2012 -1.0397 -1.1948 -0.8847 -267 2013 -1.0503 -1.2015 -0.8991 -267 2014 -1.0377 -1.1862 -0.8891 -267 2015 -0.9966 -1.1481 -0.8451 -267 2016 -1.0398 -1.1894 -0.8901 -267 2017 -1.041 -1.1886 -0.8933 -267 2018 -1.0425 -1.1947 -0.8902 -267 2019 -1.0726 -1.2257 -0.9195 -267 2020 -1.0893 -1.2413 -0.9373 -267 2021 -1.1046 -1.2586 -0.9506 -267 2022 -1.1203 -1.2782 -0.9624 -267 2023 -1.1271 -1.2928 -0.9613 -268 2007 -1.8125 -1.9368 -1.6882 -268 2010 -1.8114 -1.9317 -1.6911 -268 2013 -1.808 -1.9272 -1.6889 -268 2016 -1.8014 -1.921 -1.6817 -268 2019 -1.8029 -1.9249 -1.6809 -268 2022 -1.8086 -1.938 -1.6792 -269 2007 -0.9599 -1.0525 -0.8674 -269 2008 -0.9614 -1.0461 -0.8766 -269 2009 -0.8726 -0.96 -0.7853 -269 2010 -0.8259 -0.9124 -0.7395 -269 2011 -0.7128 -0.7974 -0.6281 -269 2012 -0.6754 -0.7641 -0.5868 -269 2013 -0.7755 -0.8643 -0.6866 -269 2014 -0.7822 -0.8693 -0.6951 -269 2015 -0.7675 -0.8569 -0.6781 -269 2016 -0.7593 -0.8439 -0.6747 -269 2017 -0.7323 -0.8162 -0.6484 -269 2018 -0.6798 -0.7636 -0.5961 -269 2019 -0.7385 -0.824 -0.653 -269 2020 -0.7463 -0.8343 -0.6584 -269 2021 -0.7747 -0.8578 -0.6916 -269 2022 -0.747 -0.8368 -0.6573 -269 2023 -0.7217 -0.8152 -0.6283 -270 2007 -0.0569 -0.2465 0.1326 -270 2010 -0.0669 -0.2439 0.1101 -270 2013 -0.0496 -0.2193 0.12 -270 2016 -0.0702 -0.2411 0.1007 -270 2019 -0.0807 -0.2612 0.0999 -270 2022 -0.0696 -0.2687 0.1296 -271 2007 -1.5651 -1.8401 -1.2901 -271 2008 -1.4947 -1.7682 -1.2212 -271 2009 -1.4044 -1.6961 -1.1127 -271 2010 -1.3367 -1.574 -1.0994 -271 2011 -1.2956 -1.5803 -1.0109 -271 2012 -1.0702 -1.3456 -0.7947 -271 2013 -1.253 -1.5051 -1.0009 -271 2014 -0.8355 -1.0897 -0.5814 -271 2015 -1.0426 -1.2822 -0.8031 -271 2016 -1.2881 -1.5331 -1.0431 -271 2017 -1.5425 -1.8239 -1.2612 -271 2018 -1.3068 -1.5705 -1.0431 -271 2019 -1.0016 -1.2516 -0.7516 -271 2020 -1.2195 -1.4763 -0.9627 -271 2021 -1.3545 -1.6172 -1.0918 -271 2022 -1.2714 -1.5376 -1.0052 -271 2023 -1.5755 -1.8775 -1.2735 -272 2007 -0.0511 -0.5669 0.4646 -272 2008 0.0697 -0.4302 0.5696 -272 2009 0.1984 -0.2823 0.6791 -272 2010 0.3148 -0.1465 0.7761 -272 2011 0.5887 0.1449 1.0325 -272 2012 0.7919 0.3372 1.2466 -272 2013 0.85 0.414 1.2861 -272 2014 0.927 0.4841 1.37 -272 2015 0.9948 0.5459 1.4436 -272 2016 1.0167 0.5926 1.4407 -272 2017 0.9978 0.5649 1.4307 -272 2018 0.9853 0.5308 1.4397 -272 2019 1.0896 0.6596 1.5196 -272 2020 1.0684 0.6361 1.5007 -272 2021 1.1033 0.6455 1.561 -272 2022 1.1467 0.6693 1.6242 -272 2023 1.2552 0.7384 1.7721 -273 2007 -1.3029 -1.7422 -0.8637 -273 2010 -0.8725 -1.2425 -0.5025 -273 2013 -0.7161 -1.0918 -0.3403 -273 2016 -0.1208 -0.4576 0.216 -273 2019 -0.0497 -0.3648 0.2655 -273 2022 0.2719 -0.0535 0.5973 -274 2007 -0.1858 -0.34 -0.0316 -274 2008 -0.2197 -0.3675 -0.0719 -274 2009 -0.225 -0.3763 -0.0736 -274 2010 -0.1114 -0.25 0.0272 -274 2011 -0.1261 -0.2739 0.0216 -274 2012 -0.1492 -0.2992 7e-04 -274 2013 -0.1322 -0.2772 0.0128 -274 2014 -0.2446 -0.3967 -0.0925 -274 2015 -0.2278 -0.3735 -0.0822 -274 2016 -0.217 -0.36 -0.0739 -274 2017 -0.2705 -0.4189 -0.1221 -274 2018 -0.2971 -0.4494 -0.1447 -274 2019 -0.3534 -0.5147 -0.1921 -274 2020 -0.253 -0.4021 -0.1038 -274 2021 -0.3184 -0.4718 -0.1649 -274 2022 -0.3396 -0.4985 -0.1807 -274 2023 -0.2973 -0.4613 -0.1333 -275 2007 -1.3481 -1.546 -1.1502 -275 2008 -1.3081 -1.4898 -1.1264 -275 2009 -1.4182 -1.6153 -1.2211 -275 2010 -1.4941 -1.688 -1.3002 -275 2011 -1.4011 -1.5871 -1.215 -275 2012 -1.516 -1.7235 -1.3084 -275 2013 -1.5525 -1.7602 -1.3449 -275 2014 -1.6828 -1.8841 -1.4814 -275 2015 -1.7349 -1.9515 -1.5183 -275 2016 -1.8138 -2.0177 -1.6099 -275 2017 -1.9018 -2.1152 -1.6884 -275 2018 -1.9746 -2.2087 -1.7404 -275 2019 -2.1469 -2.3743 -1.9195 -275 2020 -2.3821 -2.6573 -2.1069 -275 2021 -2.4014 -2.6796 -2.1231 -275 2022 -2.3527 -2.6252 -2.0803 -275 2023 -2.4663 -2.8045 -2.1281 -276 2007 -0.3351 -0.4686 -0.2016 -276 2010 -0.4429 -0.5733 -0.3125 -276 2013 -0.5394 -0.669 -0.4099 -276 2016 -0.6751 -0.8083 -0.5418 -276 2019 -0.8536 -0.9938 -0.7133 -276 2022 -1.0421 -1.2213 -0.863 -277 2007 -0.3232 -0.5104 -0.136 -277 2008 -0.4086 -0.5668 -0.2504 -277 2009 -0.3398 -0.4997 -0.1799 -277 2010 -0.3096 -0.4708 -0.1485 -277 2011 -0.4417 -0.6008 -0.2825 -277 2012 -0.586 -0.7568 -0.4152 -277 2013 -0.5015 -0.6676 -0.3353 -277 2014 -0.555 -0.7126 -0.3974 -277 2015 -0.6362 -0.8094 -0.4631 -277 2016 -0.7024 -0.8735 -0.5314 -277 2017 -0.6396 -0.8068 -0.4724 -277 2018 -0.7374 -0.916 -0.5588 -277 2019 -0.7731 -0.95 -0.5963 -277 2020 -0.9021 -1.0835 -0.7207 -277 2021 -1.0112 -1.1952 -0.8271 -277 2022 -1.103 -1.3042 -0.9019 -277 2023 -1.2099 -1.4344 -0.9855 -278 2007 -1.0938 -1.2359 -0.9518 -278 2008 -1.0109 -1.1446 -0.8773 -278 2009 -0.9459 -1.0803 -0.8115 -278 2010 -0.8413 -0.9716 -0.711 -278 2011 -0.7871 -0.9229 -0.6514 -278 2012 -0.7849 -0.926 -0.6439 -278 2013 -0.8519 -0.985 -0.7187 -278 2014 -0.9423 -1.0773 -0.8072 -278 2015 -0.9168 -1.0527 -0.7809 -278 2016 -0.9574 -1.088 -0.8269 -278 2017 -0.9656 -1.0963 -0.835 -278 2018 -0.9652 -1.0966 -0.8338 -278 2019 -1.0276 -1.1614 -0.8938 -278 2020 -1.08 -1.2194 -0.9405 -278 2021 -1.0423 -1.1782 -0.9064 -278 2022 -1.0955 -1.2377 -0.9532 -278 2023 -1.1477 -1.3037 -0.9917 -279 2007 -1.0739 -1.2856 -0.8623 -279 2008 -1.0081 -1.1982 -0.8181 -279 2009 -1.115 -1.3033 -0.9266 -279 2010 -1.1962 -1.3776 -1.0147 -279 2011 -1.3366 -1.5155 -1.1577 -279 2012 -1.3529 -1.5397 -1.166 -279 2013 -1.3709 -1.5532 -1.1886 -279 2014 -1.3701 -1.5536 -1.1866 -279 2015 -1.4511 -1.6402 -1.2621 -279 2016 -1.5466 -1.7339 -1.3594 -279 2017 -1.6007 -1.791 -1.4103 -279 2018 -1.5725 -1.7653 -1.3797 -279 2019 -1.6426 -1.8404 -1.4448 -279 2020 -1.6014 -1.7996 -1.4032 -279 2021 -1.6379 -1.852 -1.4238 -279 2022 -1.662 -1.8895 -1.4346 -279 2023 -1.6188 -1.866 -1.3715 -280 2007 -0.3049 -0.3567 -0.253 -280 2010 -0.2641 -0.3162 -0.212 -280 2013 -0.1828 -0.2353 -0.1303 -280 2016 -0.2202 -0.2721 -0.1682 -280 2019 -0.18 -0.2323 -0.1278 -280 2022 -0.1455 -0.2025 -0.0885 -281 2007 -1.312 -1.5834 -1.0406 -281 2008 -1.3527 -1.5983 -1.1072 -281 2009 -1.3725 -1.6074 -1.1376 -281 2010 -1.3623 -1.5874 -1.1372 -281 2011 -1.2703 -1.4683 -1.0723 -281 2012 -1.1812 -1.3739 -0.9885 -281 2013 -1.1389 -1.329 -0.9488 -281 2014 -1.1094 -1.298 -0.9208 -281 2015 -1.1096 -1.2969 -0.9223 -281 2016 -1.0041 -1.218 -0.7901 -281 2017 -0.9946 -1.2113 -0.7779 -281 2018 -1.0691 -1.2628 -0.8753 -281 2019 -1.1597 -1.35 -0.9694 -281 2020 -1.1703 -1.3611 -0.9794 -281 2021 -1.1452 -1.3381 -0.9522 -281 2022 -1.1656 -1.3757 -0.9555 -281 2023 -1.1555 -1.3896 -0.9214 -282 2007 0.2117 0.0899 0.3336 -282 2008 0.1374 0.0114 0.2635 -282 2009 0.047 -0.0875 0.1815 -282 2010 -0.0435 -0.1693 0.0823 -282 2011 -0.0577 -0.1923 0.0768 -282 2012 -0.1048 -0.2479 0.0382 -282 2013 -0.0754 -0.2063 0.0555 -282 2014 -0.5377 -0.681 -0.3944 -282 2015 -0.3907 -0.5296 -0.2518 -282 2016 -0.5144 -0.649 -0.3798 -282 2017 -0.7275 -0.8654 -0.5897 -282 2018 -0.6013 -0.7434 -0.4593 -282 2019 -0.8945 -1.0361 -0.753 -282 2020 -0.8867 -1.0315 -0.7419 -282 2021 -0.8718 -1.0134 -0.7301 -282 2022 -0.9617 -1.1119 -0.8116 -282 2023 -0.9777 -1.1276 -0.8277 -283 2007 0.4087 0.1571 0.6603 -283 2008 0.3087 0.0773 0.54 -283 2009 0.3143 0.0818 0.5468 -283 2010 0.3569 0.1356 0.5782 -283 2011 0.3787 0.1485 0.6089 -283 2012 0.3581 0.1299 0.5864 -283 2013 0.4033 0.187 0.6196 -283 2014 0.3503 0.1236 0.5771 -283 2015 0.3207 0.0795 0.5619 -283 2016 0.3827 0.1615 0.6039 -283 2017 0.4245 0.2028 0.6463 -283 2018 0.465 0.2435 0.6864 -283 2019 0.4992 0.2842 0.7143 -283 2020 0.532 0.3156 0.7485 -283 2021 0.5607 0.3448 0.7765 -283 2022 0.4937 0.26 0.7274 -283 2023 0.5392 0.2887 0.7898 -284 2007 -1.2475 -1.5522 -0.9428 -284 2008 -1.2345 -1.5195 -0.9494 -284 2009 -1.2077 -1.4834 -0.9321 -284 2010 -1.1702 -1.4305 -0.9098 -284 2011 -1.1444 -1.4007 -0.8882 -284 2012 -1.1178 -1.373 -0.8626 -284 2013 -1.1159 -1.3702 -0.8616 -284 2014 -1.097 -1.3528 -0.8413 -284 2015 -1.0729 -1.3257 -0.8202 -284 2016 -1.0498 -1.2971 -0.8026 -284 2017 -1.001 -1.2442 -0.7579 -284 2018 -0.9474 -1.1985 -0.6962 -284 2019 -0.9455 -1.1957 -0.6954 -284 2020 -0.9076 -1.1724 -0.6428 -284 2021 -0.8987 -1.1722 -0.6251 -284 2022 -0.886 -1.1752 -0.5969 -284 2023 -0.8679 -1.1775 -0.5583 -285 2007 -0.3966 -0.667 -0.1262 -285 2008 -0.4102 -0.6653 -0.155 -285 2009 -0.4323 -0.682 -0.1826 -285 2010 -0.4497 -0.6933 -0.206 -285 2011 -0.4586 -0.7 -0.2171 -285 2012 -0.497 -0.7437 -0.2503 -285 2013 -0.5215 -0.774 -0.269 -285 2014 -0.5197 -0.771 -0.2685 -285 2015 -0.4863 -0.7288 -0.2438 -285 2016 -0.4571 -0.6932 -0.221 -285 2017 -0.4249 -0.656 -0.1937 -285 2018 -0.3865 -0.6193 -0.1537 -285 2019 -0.3649 -0.6041 -0.1257 -285 2020 -0.4078 -0.6473 -0.1684 -285 2021 -0.3903 -0.634 -0.1467 -285 2022 -0.3657 -0.6221 -0.1094 -285 2023 -0.3233 -0.603 -0.0435 -286 2007 -0.782 -1.0678 -0.4963 -286 2010 -0.7746 -1.0433 -0.5059 -286 2013 -0.8082 -1.0745 -0.5419 -286 2016 -0.8097 -1.0715 -0.5479 -286 2019 -0.7876 -1.0546 -0.5206 -286 2022 -0.7979 -1.087 -0.5087 -287 2007 -0.7305 -1.2011 -0.2598 -287 2010 -0.0987 -0.549 0.3517 -287 2013 -0.2594 -0.6958 0.177 -287 2016 -0.2288 -0.6275 0.1699 -287 2019 -0.9637 -1.4141 -0.5133 -287 2022 -0.8712 -1.4112 -0.3312 -288 2007 1.1856 0.9339 1.4372 -288 2010 1.0852 0.8347 1.3357 -288 2013 1.1436 0.9094 1.3777 -288 2016 1.2024 0.9707 1.4341 -288 2019 1.1729 0.9498 1.3959 -288 2022 1.0527 0.7607 1.3446 -289 2007 -1.8509 -2.84 -0.8618 -289 2008 -1.2961 -1.9131 -0.679 -289 2009 -0.5633 -1.1136 -0.0131 -289 2010 -0.8086 -1.4898 -0.1274 -289 2011 -0.2143 -0.8523 0.4237 -289 2012 0.1242 -0.4033 0.6516 -289 2013 0.0071 -0.5613 0.5754 -289 2014 -0.8232 -1.4197 -0.2266 -289 2015 -0.3188 -0.9118 0.2742 -289 2016 0.1194 -0.4226 0.6614 -289 2017 -0.694 -1.2359 -0.1521 -289 2018 -0.4499 -0.9822 0.0824 -289 2019 -1.2646 -1.9264 -0.6029 -289 2020 -1.0396 -1.6545 -0.4247 -289 2021 -1.026 -1.5678 -0.4843 -289 2022 -1.1275 -1.7752 -0.4799 -289 2023 -0.8456 -1.5173 -0.174 -290 2007 -0.4513 -0.6417 -0.2609 -290 2008 -0.4423 -0.604 -0.2806 -290 2009 -0.4757 -0.6426 -0.3088 -290 2010 -0.4643 -0.6272 -0.3015 -290 2011 -0.6344 -0.8149 -0.454 -290 2012 -0.6129 -0.7815 -0.4443 -290 2013 -0.6519 -0.825 -0.4788 -290 2014 -0.5812 -0.7393 -0.4231 -290 2015 -0.4955 -0.659 -0.3321 -290 2016 -0.5371 -0.6987 -0.3754 -290 2017 -0.6617 -0.8298 -0.4936 -290 2018 -0.6383 -0.8122 -0.4644 -290 2019 -0.4955 -0.6541 -0.3368 -290 2020 -0.334 -0.5009 -0.1671 -290 2021 -0.4083 -0.563 -0.2536 -290 2022 -0.4212 -0.5807 -0.2617 -290 2023 -0.4059 -0.5752 -0.2365 -291 2007 -1.3459 -1.7522 -0.9396 -291 2008 -1.3597 -1.7487 -0.9707 -291 2009 -1.3654 -1.7532 -0.9776 -291 2010 -1.4084 -1.8039 -1.0129 -291 2011 -1.3898 -1.7789 -1.0006 -291 2012 -1.3575 -1.7367 -0.9783 -291 2013 -1.3544 -1.7293 -0.9796 -291 2014 -1.3526 -1.7298 -0.9754 -291 2015 -1.3256 -1.6994 -0.9518 -291 2016 -1.2965 -1.6612 -0.9319 -291 2017 -1.3064 -1.6754 -0.9374 -291 2018 -1.2605 -1.6263 -0.8947 -291 2019 -1.2185 -1.5792 -0.8578 -291 2020 -1.1959 -1.5571 -0.8347 -291 2021 -1.214 -1.5839 -0.844 -291 2022 -1.1917 -1.5618 -0.8216 -291 2023 -1.1302 -1.5209 -0.7394 -292 2007 -0.7274 -0.8373 -0.6174 -292 2010 -0.8074 -0.9196 -0.6953 -292 2013 -0.8909 -1.0065 -0.7753 -292 2016 -0.9543 -1.0687 -0.84 -292 2019 -0.9892 -1.1055 -0.8729 -292 2022 -0.9773 -1.1067 -0.848 -293 2007 -1.1213 -1.3784 -0.8642 -293 2008 -1.1672 -1.3944 -0.94 -293 2009 -1.179 -1.4112 -0.9468 -293 2010 -1.1122 -1.3382 -0.8862 -293 2011 -1.2077 -1.4361 -0.9793 -293 2012 -1.2282 -1.4533 -1.0032 -293 2013 -1.291 -1.5182 -1.0638 -293 2014 -1.3288 -1.5566 -1.1011 -293 2015 -1.3567 -1.5939 -1.1195 -293 2016 -1.3703 -1.6111 -1.1295 -293 2017 -1.3054 -1.5244 -1.0864 -293 2018 -1.258 -1.4814 -1.0346 -293 2019 -1.2033 -1.4241 -0.9826 -293 2020 -1.12 -1.3391 -0.9008 -293 2021 -1.1441 -1.3665 -0.9217 -293 2022 -1.1963 -1.4268 -0.9658 -293 2023 -1.1841 -1.4317 -0.9365 -294 2007 -0.5421 -0.6511 -0.4332 -294 2010 -0.4347 -0.545 -0.3244 -294 2013 -0.5458 -0.6552 -0.4364 -294 2016 -0.5882 -0.6952 -0.4813 -294 2019 -0.537 -0.6452 -0.4287 -294 2022 -0.5267 -0.6522 -0.4012 -295 2007 -1.7744 -1.8743 -1.6744 -295 2010 -1.796 -1.8971 -1.6949 -295 2013 -1.5628 -1.6566 -1.469 -295 2016 -1.468 -1.5572 -1.3788 -295 2019 -1.3055 -1.3941 -1.217 -295 2022 -1.2529 -1.3594 -1.1464 -296 2007 -0.2344 -0.3042 -0.1646 -296 2008 -0.0947 -0.1631 -0.0263 -296 2009 -0.0175 -0.0881 0.053 -296 2010 -0.0974 -0.1666 -0.0282 -296 2011 0.0101 -0.0601 0.0802 -296 2012 0.0722 -3e-04 0.1447 -296 2013 0.1316 0.0609 0.2022 -296 2014 0.0098 -0.0635 0.0831 -296 2015 0.1523 0.0804 0.2242 -296 2016 0.1565 0.0878 0.2251 -296 2017 -0.0018 -0.0726 0.0691 -296 2018 0.0154 -0.0557 0.0865 -296 2019 0.1108 0.0408 0.1807 -296 2020 0.0718 -1e-04 0.1438 -296 2021 -0.0704 -0.1405 -3e-04 -296 2022 0.0237 -0.0508 0.0982 -296 2023 -0.0742 -0.1493 8e-04 -297 2007 -0.1314 -0.2816 0.0188 -297 2010 -0.502 -0.6597 -0.3443 -297 2013 -0.7384 -0.9031 -0.5737 -297 2016 -0.8868 -1.0504 -0.7232 -297 2019 -0.5811 -0.7364 -0.4258 -297 2022 -1.1294 -1.3377 -0.9211 -298 2007 -1.8577 -2.0041 -1.7112 -298 2008 -1.77 -1.8888 -1.6513 -298 2009 -1.7179 -1.8399 -1.5959 -298 2010 -1.7685 -1.8884 -1.6485 -298 2011 -1.8009 -1.9237 -1.6781 -298 2012 -1.7595 -1.8842 -1.6349 -298 2013 -1.6618 -1.7815 -1.5422 -298 2014 -1.5752 -1.6903 -1.4601 -298 2015 -1.4714 -1.5908 -1.352 -298 2016 -1.4798 -1.5916 -1.3681 -298 2017 -1.4823 -1.5967 -1.368 -298 2018 -1.3673 -1.4798 -1.2548 -298 2019 -1.2923 -1.4052 -1.1795 -298 2020 -1.3121 -1.4245 -1.1998 -298 2021 -1.2885 -1.3981 -1.1789 -298 2022 -1.2627 -1.3783 -1.1471 -298 2023 -1.2489 -1.3753 -1.1226 -299 2007 -1.4012 -1.4815 -1.3209 -299 2010 -1.4179 -1.4992 -1.3366 -299 2013 -1.3921 -1.4731 -1.311 -299 2016 -1.3588 -1.4385 -1.2791 -299 2019 -1.2112 -1.2929 -1.1295 -299 2022 -1.1967 -1.2909 -1.1024 -300 2007 -1.2158 -1.3702 -1.0614 -300 2010 -1.2051 -1.3452 -1.0651 -300 2013 -1.1703 -1.3006 -1.04 -300 2016 -1.1328 -1.2764 -0.9891 -300 2019 -1.1665 -1.3014 -1.0315 -300 2022 -1.1693 -1.3188 -1.0199 -301 2007 -0.7855 -1.0914 -0.4797 -301 2008 -0.7812 -1.0737 -0.4888 -301 2009 -0.7894 -1.0766 -0.5021 -301 2010 -0.7867 -1.0668 -0.5065 -301 2011 -0.7771 -1.0519 -0.5024 -301 2012 -0.7691 -1.0419 -0.4963 -301 2013 -0.7899 -1.0619 -0.5179 -301 2014 -0.7967 -1.068 -0.5254 -301 2015 -0.7969 -1.0675 -0.5263 -301 2016 -0.8023 -1.0705 -0.5341 -301 2017 -0.797 -1.0644 -0.5296 -301 2018 -0.7878 -1.0568 -0.5189 -301 2019 -0.7809 -1.0497 -0.512 -301 2020 -0.7762 -1.0517 -0.5006 -301 2021 -0.7752 -1.0582 -0.4922 -301 2022 -0.7824 -1.0717 -0.4931 -301 2023 -0.7926 -1.0986 -0.4866 -302 2007 -1.0478 -1.2591 -0.8365 -302 2008 -1.059 -1.2678 -0.8503 -302 2009 -1.3474 -1.5413 -1.1535 -302 2010 -1.4924 -1.7104 -1.2744 -302 2011 -1.4243 -1.6411 -1.2076 -302 2012 -1.3785 -1.5812 -1.1757 -302 2013 -1.4698 -1.6936 -1.2459 -302 2014 -1.313 -1.5304 -1.0955 -302 2015 -1.1431 -1.3442 -0.9421 -302 2016 -0.9973 -1.1888 -0.8059 -302 2017 -1.0454 -1.2531 -0.8378 -302 2018 -1.2709 -1.4653 -1.0766 -302 2019 -1.4433 -1.6451 -1.2414 -302 2020 -1.5812 -1.8116 -1.3508 -302 2021 -1.5428 -1.7577 -1.3279 -302 2022 -1.6932 -1.9267 -1.4598 -302 2023 -1.7629 -2.0741 -1.4517 -303 2007 -0.6549 -1.0038 -0.3061 -303 2008 -0.6866 -1 -0.3732 -303 2009 -0.6766 -1.0373 -0.3159 -303 2010 -0.6841 -1.0425 -0.3257 -303 2011 -0.6444 -0.9969 -0.2919 -303 2012 -0.5181 -0.8524 -0.1837 -303 2013 -0.523 -0.8416 -0.2044 -303 2014 -0.4799 -0.8273 -0.1326 -303 2015 -0.5655 -0.9084 -0.2225 -303 2016 -0.6105 -0.9293 -0.2918 -303 2017 -0.5964 -0.9031 -0.2898 -303 2018 -0.6935 -1.0395 -0.3476 -303 2019 -0.8194 -1.2048 -0.4341 -303 2020 -0.8005 -1.1943 -0.4067 -303 2021 -0.7132 -1.0835 -0.343 -303 2022 -0.5887 -0.925 -0.2523 -303 2023 -0.4825 -0.8639 -0.1011 -304 2007 -0.0571 -0.2655 0.1513 -304 2008 -0.0643 -0.2596 0.1311 -304 2009 -0.065 -0.255 0.125 -304 2010 -0.07 -0.2555 0.1155 -304 2011 -0.0694 -0.2513 0.1125 -304 2012 -0.066 -0.2447 0.1127 -304 2013 -0.0588 -0.2349 0.1174 -304 2014 -0.0521 -0.2261 0.122 -304 2015 -0.0481 -0.2224 0.1261 -304 2016 -0.0578 -0.2327 0.117 -304 2017 -0.0659 -0.2415 0.1097 -304 2018 -0.0741 -0.253 0.1047 -304 2019 -0.0786 -0.262 0.1048 -304 2020 -0.0775 -0.2655 0.1104 -304 2021 -0.0752 -0.2682 0.1177 -304 2022 -0.0693 -0.2705 0.1319 -304 2023 -0.067 -0.2784 0.1443 -305 2007 -1.5988 -1.8662 -1.3315 -305 2010 -1.4679 -1.726 -1.2099 -305 2013 -1.5047 -1.7467 -1.2626 -305 2016 -1.6424 -1.8867 -1.3981 -305 2019 -1.6105 -1.8424 -1.3787 -305 2022 -1.6275 -1.9052 -1.3498 -306 2007 -0.3069 -0.3521 -0.2617 -306 2010 -0.4661 -0.5133 -0.4188 -306 2013 -0.4159 -0.4631 -0.3687 -306 2016 -0.3393 -0.385 -0.2936 -306 2019 -0.5108 -0.5578 -0.4638 -306 2022 -0.537 -0.5893 -0.4847 -307 2007 -1.1955 -1.4724 -0.9185 -307 2010 -1.1144 -1.3537 -0.8751 -307 2013 -1.0831 -1.3187 -0.8475 -307 2016 -1.0073 -1.2378 -0.7767 -307 2019 -0.9674 -1.2133 -0.7216 -307 2022 -0.931 -1.2203 -0.6418 -308 2007 0.4828 0.3227 0.6429 -308 2008 0.4793 0.3098 0.6487 -308 2009 0.4176 0.233 0.6022 -308 2010 0.3328 0.1517 0.514 -308 2011 0.5095 0.3109 0.708 -308 2012 0.2597 0.0584 0.4609 -308 2013 0.1187 -0.0692 0.3066 -308 2014 -0.016 -0.2265 0.1946 -308 2015 -0.0354 -0.2469 0.1761 -308 2016 -0.0517 -0.2512 0.1478 -308 2017 -0.0076 -0.219 0.2038 -308 2018 -0.0163 -0.2181 0.1855 -308 2019 0.0259 -0.1689 0.2206 -308 2020 -1e-04 -0.209 0.2088 -308 2021 -0.0448 -0.2525 0.163 -308 2022 -0.2842 -0.5248 -0.0436 -308 2023 -0.4241 -0.7105 -0.1378 -309 2007 1.2456 0.9385 1.5527 -309 2008 1.1771 0.8683 1.4859 -309 2009 1.1176 0.801 1.4342 -309 2010 1.0835 0.8023 1.3647 -309 2011 0.9656 0.6492 1.2819 -309 2012 0.9409 0.5995 1.2823 -309 2013 1.0837 0.7848 1.3826 -309 2014 1.0714 0.7549 1.3879 -309 2015 1.0646 0.7717 1.3575 -309 2016 1.0966 0.813 1.3802 -309 2017 1.2835 0.9835 1.5835 -309 2018 1.2976 1.0015 1.5937 -309 2019 1.2376 0.9727 1.5026 -309 2020 1.1996 0.9285 1.4706 -309 2021 1.0324 0.7211 1.3437 -309 2022 0.9642 0.6415 1.2869 -309 2023 0.9713 0.6193 1.3233 -310 2007 0.4696 0.3385 0.6006 -310 2010 0.37 0.2207 0.5192 -310 2013 0.0347 -0.1263 0.1957 -310 2016 -0.0313 -0.1938 0.1311 -310 2019 0.0098 -0.1548 0.1744 -310 2022 -0.3833 -0.624 -0.1427 -311 2007 -0.9714 -1.2459 -0.6968 -311 2010 -1.1828 -1.464 -0.9017 -311 2013 -1.6278 -1.9534 -1.3022 -311 2016 -1.6424 -1.9388 -1.346 -311 2019 -1.8049 -2.1837 -1.4262 -311 2022 -1.7813 -2.1984 -1.3642 -312 2007 -0.8285 -1.1818 -0.4753 -312 2010 -0.9592 -1.2792 -0.6391 -312 2013 -0.9423 -1.2469 -0.6378 -312 2016 -1.003 -1.3074 -0.6986 -312 2019 -1.1138 -1.4439 -0.7837 -312 2022 -1.1615 -1.5553 -0.7677 -313 2007 -1.3232 -1.593 -1.0534 -313 2010 -1.1002 -1.358 -0.8424 -313 2013 -1.1151 -1.3971 -0.8331 -313 2016 -1.7241 -2.0392 -1.409 -313 2019 -1.9625 -2.3033 -1.6216 -313 2022 -2.0388 -2.4793 -1.5984 -314 2007 -0.3695 -0.43 -0.309 -314 2008 -0.2623 -0.3209 -0.2037 -314 2009 -0.2787 -0.3408 -0.2165 -314 2010 -0.4549 -0.5161 -0.3937 -314 2011 -0.5804 -0.6459 -0.515 -314 2012 -0.3768 -0.4456 -0.308 -314 2013 -0.6181 -0.6858 -0.5504 -314 2014 -0.3898 -0.4533 -0.3262 -314 2015 -0.2255 -0.29 -0.1611 -314 2016 -0.3542 -0.4147 -0.2937 -314 2017 -0.3068 -0.3679 -0.2457 -314 2018 -0.3365 -0.3994 -0.2737 -314 2019 -0.5392 -0.603 -0.4755 -314 2020 -0.5486 -0.6163 -0.481 -314 2021 -0.4517 -0.5123 -0.3911 -314 2022 -0.5392 -0.6057 -0.4727 -314 2023 -0.5677 -0.6338 -0.5016 -315 2007 0.0952 0.0559 0.1346 -315 2010 0.0872 0.0468 0.1275 -315 2013 0.0503 0.0093 0.0913 -315 2016 -0.0469 -0.0876 -0.0062 -315 2019 -0.521 -0.5649 -0.4771 -315 2022 -0.3666 -0.4151 -0.3181 -316 2007 -0.8522 -1.0538 -0.6505 -316 2010 -0.806 -0.9954 -0.6166 -316 2013 -0.7982 -0.9855 -0.6109 -316 2016 -0.7061 -0.8974 -0.5148 -316 2019 -0.7687 -0.9543 -0.5831 -316 2022 -0.7396 -0.9385 -0.5407 -317 2007 -0.8156 -1.3517 -0.2795 -317 2010 -0.5173 -1.06 0.0254 -317 2013 0.1886 -0.2391 0.6164 -317 2016 0.5426 0.1231 0.962 -317 2019 0.5374 0.0582 1.0165 -317 2022 0.1344 -0.4709 0.7397 -318 2007 -0.5698 -1.1189 -0.0207 -318 2010 -0.5209 -1.0384 -0.0033 -318 2013 -0.3544 -0.8601 0.1512 -318 2016 -0.158 -0.6457 0.3297 -318 2019 -0.0185 -0.523 0.486 -318 2022 0.0263 -0.54 0.5926 -319 2007 -0.6149 -0.7501 -0.4798 -319 2010 -0.5618 -0.6833 -0.4403 -319 2013 -0.525 -0.645 -0.405 -319 2016 -0.5461 -0.6671 -0.4252 -319 2019 -0.5931 -0.7202 -0.466 -319 2022 -0.626 -0.7691 -0.4828 -320 2007 0.2023 -0.0538 0.4585 -320 2010 0.0067 -0.2433 0.2567 -320 2013 -0.2051 -0.4804 0.0702 -320 2016 -0.3832 -0.6611 -0.1053 -320 2019 -0.9928 -1.2875 -0.698 -320 2022 -1.2808 -1.6538 -0.9078 -321 2007 -0.5776 -0.7808 -0.3745 -321 2008 -0.744 -0.916 -0.572 -321 2009 -0.7188 -0.9038 -0.5337 -321 2010 -0.582 -0.7553 -0.4086 -321 2011 -0.5129 -0.6646 -0.3612 -321 2012 -0.5928 -0.7658 -0.4197 -321 2013 -0.4811 -0.6534 -0.3088 -321 2014 -0.5436 -0.6995 -0.3877 -321 2015 -0.5202 -0.6949 -0.3456 -321 2016 -0.5346 -0.7082 -0.361 -321 2017 -0.565 -0.7218 -0.4082 -321 2018 -0.5234 -0.7013 -0.3454 -321 2019 -0.6598 -0.8414 -0.4782 -321 2020 -0.5639 -0.7322 -0.3957 -321 2021 -0.4964 -0.6848 -0.3079 -321 2022 -0.5711 -0.764 -0.3781 -321 2023 -0.6555 -0.8447 -0.4662 -322 2007 0.4376 0.3001 0.5751 -322 2008 0.2578 0.1154 0.4002 -322 2009 0.3821 0.2417 0.5226 -322 2010 0.4236 0.2872 0.56 -322 2011 0.3421 0.1996 0.4846 -322 2012 0.1741 0.0251 0.3231 -322 2013 0.1369 -0.0067 0.2806 -322 2014 0.0424 -0.1086 0.1934 -322 2015 0.1579 0.0109 0.3048 -322 2016 0.3828 0.2483 0.5174 -322 2017 0.3399 0.2004 0.4793 -322 2018 0.5107 0.3731 0.6483 -322 2019 0.561 0.4237 0.6983 -322 2020 0.512 0.3736 0.6503 -322 2021 0.3328 0.1954 0.4701 -322 2022 0.309 0.1625 0.4555 -322 2023 0.5448 0.3967 0.6929 -323 2007 -1.3149 -1.6907 -0.9391 -323 2010 -1.3683 -1.7438 -0.9928 -323 2013 -1.3396 -1.7038 -0.9754 -323 2016 -1.2785 -1.6298 -0.9271 -323 2019 -1.1961 -1.545 -0.8472 -323 2022 -1.1489 -1.5163 -0.7815 -324 2007 0.081 -0.0278 0.1898 -324 2008 0.0073 -0.0981 0.1127 -324 2009 0.0198 -0.0902 0.1299 -324 2010 -0.0527 -0.1597 0.0543 -324 2011 -0.1475 -0.2581 -0.0369 -324 2012 -0.1236 -0.238 -0.0092 -324 2013 -0.0793 -0.1903 0.0318 -324 2014 -0.1009 -0.2133 0.0115 -324 2015 -0.197 -0.3125 -0.0815 -324 2016 -0.2171 -0.325 -0.1093 -324 2017 -0.2435 -0.3527 -0.1342 -324 2018 -0.2829 -0.3956 -0.1702 -324 2019 -0.2117 -0.3223 -0.1011 -324 2020 -0.2604 -0.3739 -0.147 -324 2021 -0.2014 -0.3117 -0.0912 -324 2022 -0.2222 -0.3409 -0.1035 -324 2023 -0.1177 -0.2379 0.0024 -325 2007 -1.4579 -1.6616 -1.2541 -325 2010 -1.2361 -1.422 -1.0502 -325 2013 -1.0921 -1.272 -0.9122 -325 2016 -1.3583 -1.548 -1.1687 -325 2019 -1.1926 -1.3761 -1.0092 -325 2022 -1.3367 -1.5557 -1.1176 -326 2007 -1.1783 -1.2993 -1.0573 -326 2010 -1.2744 -1.391 -1.1579 -326 2013 -1.3231 -1.4407 -1.2054 -326 2016 -1.42 -1.5469 -1.2931 -326 2019 -1.3221 -1.4393 -1.2048 -326 2022 -1.3166 -1.4574 -1.1759 -327 2007 -1.6416 -1.9155 -1.3677 -327 2008 -1.642 -1.892 -1.392 -327 2009 -1.6164 -1.8545 -1.3782 -327 2010 -1.6207 -1.8481 -1.3933 -327 2011 -1.6299 -1.8515 -1.4083 -327 2012 -1.6617 -1.8865 -1.4369 -327 2013 -1.7002 -1.9241 -1.4764 -327 2014 -1.7469 -1.9773 -1.5166 -327 2015 -1.7718 -2.0065 -1.5372 -327 2016 -1.8125 -2.0514 -1.5737 -327 2017 -1.8465 -2.0954 -1.5976 -327 2018 -1.8305 -2.0778 -1.5832 -327 2019 -1.8019 -2.0423 -1.5615 -327 2020 -1.7655 -2.0084 -1.5226 -327 2021 -1.7349 -1.9914 -1.4783 -327 2022 -1.6733 -1.9497 -1.3969 -327 2023 -1.6553 -1.9548 -1.3558 -328 2007 -1.0603 -1.2857 -0.8348 -328 2008 -0.9533 -1.1194 -0.7873 -328 2009 -0.8882 -1.0585 -0.7179 -328 2010 -0.8696 -1.0545 -0.6847 -328 2011 -1.0474 -1.2172 -0.8775 -328 2012 -1.1422 -1.328 -0.9564 -328 2013 -1.1983 -1.3914 -1.0052 -328 2014 -1.2197 -1.4092 -1.0302 -328 2015 -1.4088 -1.6088 -1.2088 -328 2016 -1.4156 -1.6137 -1.2175 -328 2017 -1.4517 -1.6501 -1.2533 -328 2018 -1.476 -1.682 -1.27 -328 2019 -1.568 -1.7825 -1.3535 -328 2020 -1.495 -1.7114 -1.2785 -328 2021 -1.4233 -1.619 -1.2275 -328 2022 -1.3973 -1.6196 -1.175 -328 2023 -1.4392 -1.6866 -1.1918 -329 2007 -1.918 -2.1086 -1.7275 -329 2008 -1.9173 -2.0822 -1.7524 -329 2009 -1.9287 -2.0969 -1.7605 -329 2010 -1.986 -2.1665 -1.8056 -329 2011 -1.9688 -2.1359 -1.8017 -329 2012 -1.9349 -2.1024 -1.7673 -329 2013 -1.9669 -2.1538 -1.7801 -329 2014 -1.9325 -2.109 -1.756 -329 2015 -1.8156 -1.9778 -1.6535 -329 2016 -1.7535 -1.9181 -1.589 -329 2017 -1.7539 -1.9088 -1.5991 -329 2018 -1.7397 -1.9032 -1.5762 -329 2019 -1.6703 -1.8342 -1.5063 -329 2020 -1.5647 -1.7463 -1.3831 -329 2021 -1.6767 -1.8377 -1.5158 -329 2022 -1.7426 -1.947 -1.5382 -329 2023 -1.6521 -1.8387 -1.4655 -330 2007 -1.2689 -1.7409 -0.797 -330 2008 -1.1949 -1.6431 -0.7467 -330 2009 -1.311 -1.7586 -0.8634 -330 2010 -1.2754 -1.7179 -0.8328 -330 2011 -1.1223 -1.5629 -0.6817 -330 2012 -1.0331 -1.4669 -0.5994 -330 2013 -0.8239 -1.2135 -0.4344 -330 2014 -0.8243 -1.2424 -0.4062 -330 2015 -0.8098 -1.2305 -0.389 -330 2016 -0.6992 -1.1024 -0.2959 -330 2017 -0.5735 -0.9957 -0.1514 -330 2018 -0.5476 -0.9317 -0.1635 -330 2019 -0.5782 -1.0041 -0.1523 -330 2020 -0.4693 -0.9214 -0.0172 -330 2021 -0.3214 -0.7706 0.1279 -330 2022 -0.2617 -0.7431 0.2197 -330 2023 -0.3406 -0.9294 0.2481 -331 2007 -1.3577 -1.4805 -1.2349 -331 2008 -1.2315 -1.3348 -1.1282 -331 2009 -1.185 -1.2917 -1.0782 -331 2010 -1.167 -1.2731 -1.0609 -331 2011 -1.1186 -1.2224 -1.0148 -331 2012 -1.0127 -1.1232 -0.9021 -331 2013 -1.0103 -1.1188 -0.9018 -331 2014 -1.0648 -1.1701 -0.9595 -331 2015 -1.0429 -1.1516 -0.9342 -331 2016 -1.0862 -1.1914 -0.9809 -331 2017 -1.0985 -1.2028 -0.9943 -331 2018 -0.9949 -1.0974 -0.8924 -331 2019 -0.8862 -0.9898 -0.7826 -331 2020 -0.8838 -0.9882 -0.7793 -331 2021 -0.9399 -1.0419 -0.838 -331 2022 -0.8691 -0.9767 -0.7615 -331 2023 -0.8019 -0.9141 -0.6896 -332 2007 -2.2597 -2.5496 -1.9699 -332 2008 -2.2645 -2.5433 -1.9857 -332 2009 -2.2318 -2.4813 -1.9823 -332 2010 -2.2137 -2.4514 -1.976 -332 2011 -2.1798 -2.4095 -1.95 -332 2012 -2.1681 -2.3945 -1.9418 -332 2013 -2.1633 -2.3851 -1.9415 -332 2014 -2.1642 -2.387 -1.9413 -332 2015 -2.1605 -2.389 -1.9319 -332 2016 -2.1237 -2.3435 -1.9039 -332 2017 -2.0976 -2.3201 -1.8751 -332 2018 -2.0702 -2.3046 -1.8359 -332 2019 -2.0293 -2.2974 -1.7612 -332 2020 -2.0764 -2.3118 -1.841 -332 2021 -2.0837 -2.3244 -1.843 -332 2022 -2.0964 -2.3501 -1.8426 -332 2023 -2.091 -2.3628 -1.8192 -333 2007 -0.7565 -0.8675 -0.6455 -333 2010 -0.6816 -0.7953 -0.5679 -333 2013 -0.9088 -1.0237 -0.7938 -333 2016 -0.9957 -1.1099 -0.8815 -333 2019 -0.7837 -0.8928 -0.6746 -333 2022 -0.8378 -0.9607 -0.7148 -334 2007 -1.4137 -1.816 -1.0114 -334 2008 -1.207 -1.5676 -0.8464 -334 2009 -1.3757 -1.7036 -1.0478 -334 2010 -1.2534 -1.6016 -0.9052 -334 2011 -1.0318 -1.3972 -0.6664 -334 2012 -0.9343 -1.2321 -0.6366 -334 2013 -0.8546 -1.2303 -0.4789 -334 2014 -1.0789 -1.4271 -0.7308 -334 2015 -1.1664 -1.4943 -0.8385 -334 2016 -1.4982 -1.8713 -1.1251 -334 2017 -1.7863 -2.2048 -1.3677 -334 2018 -1.9033 -2.329 -1.4775 -334 2019 -1.8919 -2.3177 -1.4661 -334 2020 -2.1369 -2.5985 -1.6754 -334 2021 -2.2672 -2.733 -1.8014 -334 2022 -2.2488 -2.7736 -1.7241 -334 2023 -2.3833 -3.0034 -1.7633 -335 2007 -1.1522 -1.3038 -1.0006 -335 2010 -1.3921 -1.5495 -1.2348 -335 2013 -1.355 -1.512 -1.198 -335 2016 -1.1585 -1.3107 -1.0062 -335 2019 -1.4782 -1.6344 -1.3221 -335 2022 -1.6508 -1.8664 -1.4352 -336 2007 -1.6296 -1.7398 -1.5193 -336 2010 -1.4512 -1.5575 -1.3449 -336 2013 -1.5508 -1.6637 -1.4378 -336 2016 -1.5166 -1.6234 -1.4097 -336 2019 -1.2627 -1.362 -1.1633 -336 2022 -1.1318 -1.2516 -1.012 -337 2007 -0.1968 -0.2984 -0.0953 -337 2008 -0.162 -0.254 -0.07 -337 2009 -0.115 -0.2111 -0.019 -337 2010 -0.0308 -0.1232 0.0616 -337 2011 -0.0338 -0.1307 0.0632 -337 2012 -0.1039 -0.2036 -0.0043 -337 2013 -0.1095 -0.2046 -0.0144 -337 2014 -0.0619 -0.1576 0.0337 -337 2015 -0.1302 -0.228 -0.0324 -337 2016 -0.1837 -0.277 -0.0903 -337 2017 -0.1537 -0.2483 -0.0592 -337 2018 -0.1859 -0.2826 -0.0892 -337 2019 -0.2359 -0.3323 -0.1394 -337 2020 -0.1506 -0.2476 -0.0536 -337 2021 -0.1562 -0.254 -0.0585 -337 2022 -0.1806 -0.2849 -0.0763 -337 2023 -0.2771 -0.3941 -0.16 -338 2007 0.6848 0.3329 1.0367 -338 2010 0.6152 0.2905 0.9398 -338 2013 0.5582 0.2281 0.8883 -338 2016 0.523 0.2143 0.8318 -338 2019 0.0455 -0.2738 0.3647 -338 2022 -0.3423 -0.7548 0.0702 -339 2007 -0.6544 -0.7779 -0.5309 -339 2008 -0.8138 -0.9461 -0.6814 -339 2009 -0.8131 -0.9612 -0.665 -339 2010 -0.8487 -0.9775 -0.72 -339 2011 -0.8232 -0.9584 -0.6881 -339 2012 -0.7326 -0.8774 -0.5878 -339 2013 -0.8329 -0.9672 -0.6986 -339 2014 -0.9768 -1.1264 -0.8273 -339 2015 -0.8668 -1.008 -0.7255 -339 2016 -0.7973 -0.9305 -0.6641 -339 2017 -1.098 -1.2412 -0.9549 -339 2018 -1.0499 -1.1957 -0.904 -339 2019 -1.0374 -1.175 -0.8998 -339 2020 -1.0094 -1.1533 -0.8655 -339 2021 -0.9674 -1.1099 -0.8249 -339 2022 -1.0435 -1.1906 -0.8963 -339 2023 -0.9169 -1.0707 -0.7631 -340 2007 -1.8206 -1.9528 -1.6883 -340 2008 -1.8149 -1.9416 -1.6882 -340 2009 -1.8102 -1.9347 -1.6858 -340 2010 -1.8107 -1.9336 -1.6878 -340 2011 -1.8123 -1.9345 -1.6902 -340 2012 -1.8101 -1.9318 -1.6883 -340 2013 -1.8096 -1.9309 -1.6884 -340 2014 -1.8052 -1.9262 -1.6842 -340 2015 -1.8021 -1.9234 -1.6808 -340 2016 -1.7999 -1.9213 -1.6784 -340 2017 -1.8018 -1.9233 -1.6803 -340 2018 -1.7984 -1.9212 -1.6756 -340 2019 -1.7994 -1.9225 -1.6762 -340 2020 -1.8017 -1.9263 -1.6771 -340 2021 -1.8047 -1.9314 -1.6781 -340 2022 -1.8073 -1.9367 -1.6779 -340 2023 -1.806 -1.9393 -1.6726 -341 2007 -0.6788 -0.9602 -0.3975 -341 2008 -0.5674 -0.8043 -0.3306 -341 2009 -0.4178 -0.6363 -0.1994 -341 2010 -0.3201 -0.5388 -0.1013 -341 2011 -0.3073 -0.5316 -0.083 -341 2012 -0.3128 -0.5336 -0.0919 -341 2013 -0.331 -0.5453 -0.1167 -341 2014 -0.3782 -0.5948 -0.1616 -341 2015 -0.4524 -0.6761 -0.2288 -341 2016 -0.3977 -0.6035 -0.192 -341 2017 -0.4305 -0.6477 -0.2133 -341 2018 -0.3141 -0.5367 -0.0916 -341 2019 -0.4546 -0.673 -0.2362 -341 2020 -0.4523 -0.671 -0.2337 -341 2021 -0.5553 -0.779 -0.3316 -341 2022 -0.5543 -0.7815 -0.3272 -341 2023 -0.6104 -0.8679 -0.3529 -342 2007 -1.6296 -2.2331 -1.0262 -342 2008 -1.3095 -1.7919 -0.8271 -342 2009 -1.1823 -1.6702 -0.6944 -342 2010 -0.9901 -1.4346 -0.5456 -342 2011 -0.9762 -1.4157 -0.5367 -342 2012 -0.7938 -1.2259 -0.3618 -342 2013 -0.8647 -1.3049 -0.4245 -342 2014 -0.9255 -1.4123 -0.4388 -342 2015 -0.4135 -0.848 0.021 -342 2016 -0.1973 -0.6073 0.2127 -342 2017 0.0046 -0.3744 0.3836 -342 2018 -0.1834 -0.5962 0.2293 -342 2019 -0.1444 -0.5338 0.245 -342 2020 -0.0031 -0.3683 0.362 -342 2021 0.0203 -0.3637 0.4044 -342 2022 0.2771 -0.0846 0.6388 -342 2023 0.1673 -0.2095 0.544 -343 2007 -0.3332 -0.5268 -0.1396 -343 2010 -0.3385 -0.5263 -0.1507 -343 2013 -0.4023 -0.6145 -0.1901 -343 2016 -0.3169 -0.5148 -0.1189 -343 2019 -0.181 -0.3673 0.0053 -343 2022 -0.1879 -0.393 0.0171 -344 2007 -0.3816 -0.4497 -0.3135 -344 2010 -0.4055 -0.475 -0.336 -344 2013 -0.4121 -0.4815 -0.3427 -344 2016 -0.5594 -0.6291 -0.4896 -344 2019 -0.5764 -0.6464 -0.5063 -344 2022 -0.6951 -0.774 -0.6163 -345 2007 0.3255 0.1168 0.5343 -345 2010 0.3602 0.1558 0.5646 -345 2013 0.3771 0.177 0.5773 -345 2016 0.449 0.2515 0.6465 -345 2019 0.5555 0.3631 0.748 -345 2022 0.4937 0.2651 0.7223 -346 2007 -0.8707 -1.0986 -0.6427 -346 2008 -0.8646 -1.0734 -0.6558 -346 2009 -0.8394 -1.0474 -0.6313 -346 2010 -0.8215 -1.0257 -0.6172 -346 2011 -0.8246 -1.0276 -0.6215 -346 2012 -0.8243 -1.0291 -0.6195 -346 2013 -0.8442 -1.0606 -0.6278 -346 2014 -0.776 -0.9728 -0.5793 -346 2015 -0.737 -0.936 -0.538 -346 2016 -0.6871 -0.8984 -0.4758 -346 2017 -0.6763 -0.883 -0.4695 -346 2018 -0.7335 -0.9312 -0.5358 -346 2019 -0.7559 -0.9552 -0.5566 -346 2020 -0.781 -0.98 -0.5819 -346 2021 -0.7717 -0.9716 -0.5717 -346 2022 -0.7567 -0.9607 -0.5527 -346 2023 -0.7245 -0.937 -0.5121 -347 2007 -1.365 -1.5108 -1.2192 -347 2010 -1.4857 -1.6315 -1.3398 -347 2013 -1.6591 -1.8161 -1.502 -347 2016 -1.8865 -2.0477 -1.7254 -347 2019 -2.2355 -2.437 -2.034 -347 2022 -2.2523 -2.4896 -2.0151 -348 2007 0.1328 -0.3576 0.6232 -348 2010 0.3647 -0.0842 0.8136 -348 2013 0.4824 0.0516 0.9132 -348 2016 0.702 0.2685 1.1356 -348 2019 0.5963 0.1501 1.0425 -348 2022 0.3572 -0.2608 0.9752 -349 2007 0.5166 0.465 0.5683 -349 2010 0.57 0.518 0.6221 -349 2013 0.5614 0.509 0.6138 -349 2016 0.5447 0.4929 0.5965 -349 2019 0.5362 0.484 0.5885 -349 2022 0.606 0.5503 0.6618 -350 2007 -0.7924 -1.0393 -0.5455 -350 2010 -0.8266 -1.0609 -0.5923 -350 2013 -0.7695 -1.0001 -0.5388 -350 2016 -0.8261 -1.0523 -0.5999 -350 2019 -0.8823 -1.1155 -0.6491 -350 2022 -0.9436 -1.2173 -0.67 -351 2007 -0.2708 -0.3556 -0.1861 -351 2010 0.0369 -0.0459 0.1197 -351 2013 0.156 0.073 0.239 -351 2016 0.2622 0.1803 0.3441 -351 2019 0.322 0.2399 0.404 -351 2022 0.441 0.3525 0.5296 -352 2007 -0.6065 -0.6539 -0.559 -352 2010 -0.4494 -0.4962 -0.4026 -352 2013 -0.4285 -0.4756 -0.3814 -352 2016 -0.4552 -0.5012 -0.4092 -352 2019 -0.4912 -0.5384 -0.444 -352 2022 -0.3902 -0.4436 -0.3368 -353 2007 -0.722 -1.1842 -0.2598 -353 2010 -0.6233 -1.0433 -0.2033 -353 2013 -0.3845 -0.7695 5e-04 -353 2016 -0.1397 -0.5363 0.2568 -353 2019 -0.1208 -0.5128 0.2711 -353 2022 -0.3535 -0.8232 0.1162 -354 2007 -1.1436 -1.3269 -0.9604 -354 2008 -1.1845 -1.3281 -1.041 -354 2009 -1.1757 -1.332 -1.0194 -354 2010 -1.2665 -1.4295 -1.1034 -354 2011 -1.3015 -1.457 -1.1461 -354 2012 -1.2428 -1.4077 -1.078 -354 2013 -1.2877 -1.4538 -1.1215 -354 2014 -1.2955 -1.4478 -1.1432 -354 2015 -1.3791 -1.549 -1.2092 -354 2016 -1.4499 -1.628 -1.2717 -354 2017 -1.4501 -1.6081 -1.2921 -354 2018 -1.4325 -1.6013 -1.2638 -354 2019 -1.3519 -1.5169 -1.1868 -354 2020 -1.2587 -1.4193 -1.0982 -354 2021 -1.3284 -1.4874 -1.1695 -354 2022 -1.2933 -1.4658 -1.1209 -354 2023 -1.381 -1.5619 -1.2 -355 2007 -0.7004 -0.7544 -0.6465 -355 2010 -0.7634 -0.8193 -0.7075 -355 2013 -0.9063 -0.9657 -0.8469 -355 2016 -0.8648 -0.9202 -0.8093 -355 2019 -0.909 -0.9661 -0.8519 -355 2022 -0.9266 -0.9953 -0.8578 -356 2007 -0.8064 -1.25 -0.3627 -356 2008 -0.8597 -1.2678 -0.4516 -356 2009 -0.9086 -1.2866 -0.5307 -356 2010 -0.9669 -1.3306 -0.6032 -356 2011 -0.9861 -1.342 -0.6302 -356 2012 -0.9946 -1.3392 -0.65 -356 2013 -0.9604 -1.3018 -0.6191 -356 2014 -0.9614 -1.3017 -0.6211 -356 2015 -0.9691 -1.2998 -0.6384 -356 2016 -0.9773 -1.3118 -0.6429 -356 2017 -1.0134 -1.3558 -0.671 -356 2018 -1.0494 -1.3902 -0.7085 -356 2019 -1.0973 -1.446 -0.7485 -356 2020 -1.1504 -1.5219 -0.7788 -356 2021 -1.2238 -1.6086 -0.839 -356 2022 -1.2348 -1.648 -0.8217 -356 2023 -1.2567 -1.7301 -0.7833 -357 2007 -0.134 -0.4584 0.1903 -357 2010 -0.3916 -0.6963 -0.0869 -357 2013 -0.792 -1.1147 -0.4692 -357 2016 -0.8855 -1.2147 -0.5563 -357 2019 -0.9498 -1.2817 -0.6179 -357 2022 -0.9825 -1.349 -0.6159 -358 2007 -1.476 -1.7789 -1.173 -358 2008 -1.6073 -1.8693 -1.3453 -358 2009 -1.6705 -1.9427 -1.3982 -358 2010 -1.6539 -1.9362 -1.3716 -358 2011 -1.4185 -1.6912 -1.1458 -358 2012 -1.4234 -1.6884 -1.1584 -358 2013 -1.4462 -1.708 -1.1844 -358 2014 -1.5063 -1.7634 -1.2493 -358 2015 -1.546 -1.7988 -1.2932 -358 2016 -1.5643 -1.8192 -1.3093 -358 2017 -1.5961 -1.864 -1.3282 -358 2018 -1.4039 -1.6709 -1.137 -358 2019 -1.3882 -1.6654 -1.111 -358 2020 -1.3646 -1.65 -1.0792 -358 2021 -1.4594 -1.7115 -1.2072 -358 2022 -1.5052 -1.7725 -1.2379 -358 2023 -1.4787 -1.7741 -1.1834 -359 2007 -1.2539 -1.4712 -1.0366 -359 2008 -0.9433 -1.1435 -0.7431 -359 2009 -0.942 -1.1673 -0.7168 -359 2010 -0.901 -1.1046 -0.6974 -359 2011 -0.7305 -0.9245 -0.5364 -359 2012 -0.8641 -1.0911 -0.6372 -359 2013 -1.0093 -1.2423 -0.7764 -359 2014 -1.1338 -1.3798 -0.8879 -359 2015 -0.7459 -0.9754 -0.5164 -359 2016 -0.68 -0.8848 -0.4751 -359 2017 -1.0947 -1.3138 -0.8757 -359 2018 -1.2901 -1.53 -1.0501 -359 2019 -1.3177 -1.5432 -1.0922 -359 2020 -1.5784 -1.8623 -1.2946 -359 2021 -1.4246 -1.6642 -1.185 -359 2022 -1.4427 -1.719 -1.1664 -359 2023 -1.4364 -1.7141 -1.1587 -360 2007 0.3529 0.2478 0.4579 -360 2010 0.3189 0.2118 0.426 -360 2013 0.1151 0.0032 0.227 -360 2016 0.4066 0.3041 0.5092 -360 2019 0.4633 0.3599 0.5667 -360 2022 0.4249 0.3046 0.5452 -361 2007 -1.1688 -1.2597 -1.0779 -361 2008 -1.1916 -1.2758 -1.1074 -361 2009 -1.2409 -1.3269 -1.1548 -361 2010 -1.2933 -1.3808 -1.2058 -361 2011 -1.3072 -1.3961 -1.2184 -361 2012 -1.3038 -1.3945 -1.213 -361 2013 -1.356 -1.455 -1.2571 -361 2014 -1.2638 -1.3524 -1.1752 -361 2015 -1.135 -1.2338 -1.0363 -361 2016 -1.2536 -1.3393 -1.1678 -361 2017 -1.2831 -1.3694 -1.1968 -361 2018 -1.3389 -1.4277 -1.2501 -361 2019 -1.3084 -1.3973 -1.2196 -361 2020 -1.2541 -1.3486 -1.1596 -361 2021 -1.3646 -1.4567 -1.2725 -361 2022 -1.29 -1.3847 -1.1954 -361 2023 -1.272 -1.373 -1.171 -362 2007 -0.5869 -1.187 0.0132 -362 2008 -0.5613 -1.2244 0.1018 -362 2009 -0.1459 -0.7368 0.445 -362 2010 -0.2254 -0.7463 0.2954 -362 2011 -0.0447 -0.6269 0.5375 -362 2012 -0.174 -0.7353 0.3873 -362 2013 -0.2483 -0.7864 0.2899 -362 2014 -0.4258 -1.0564 0.2048 -362 2015 -0.8172 -1.5196 -0.1147 -362 2016 -0.8911 -1.5232 -0.2589 -362 2017 -0.8122 -1.4925 -0.1319 -362 2018 -0.6795 -1.2741 -0.085 -362 2019 -0.3783 -0.9495 0.1928 -362 2020 -0.5095 -1.1544 0.1354 -362 2021 -0.5338 -1.1455 0.0778 -362 2022 -0.4503 -1.0645 0.1639 -362 2023 -0.3626 -1.1474 0.4222 -363 2007 0.1408 -0.3416 0.6232 -363 2010 0.5588 0.139 0.9786 -363 2013 0.8788 0.4693 1.2884 -363 2016 0.987 0.5846 1.3893 -363 2019 1.1211 0.7224 1.5199 -363 2022 1.213 0.7459 1.6802 -364 2007 -0.8263 -1.3488 -0.3038 -364 2008 -0.7268 -1.1762 -0.2774 -364 2009 -0.6638 -1.0835 -0.244 -364 2010 -0.6165 -1.0153 -0.2176 -364 2011 -0.6092 -1.0017 -0.2167 -364 2012 -0.6616 -1.0566 -0.2665 -364 2013 -0.7038 -1.1156 -0.2919 -364 2014 -0.7867 -1.2177 -0.3558 -364 2015 -0.8006 -1.2226 -0.3785 -364 2016 -0.7953 -1.2035 -0.3872 -364 2017 -0.8537 -1.2798 -0.4277 -364 2018 -0.9333 -1.3612 -0.5054 -364 2019 -1.1149 -1.5891 -0.6407 -364 2020 -1.2353 -1.774 -0.6967 -364 2021 -1.3681 -1.9716 -0.7646 -364 2022 -1.4423 -2.1016 -0.783 -364 2023 -1.4654 -2.1871 -0.7437 -365 2007 -1.0457 -1.1736 -0.9178 -365 2008 -1.0213 -1.1416 -0.901 -365 2009 -1.083 -1.2022 -0.9638 -365 2010 -1.0597 -1.1749 -0.9446 -365 2011 -1.1024 -1.2171 -0.9878 -365 2012 -1.0999 -1.2151 -0.9847 -365 2013 -1.1453 -1.2622 -1.0283 -365 2014 -1.1402 -1.2566 -1.0239 -365 2015 -1.1472 -1.2645 -1.0299 -365 2016 -1.1819 -1.2978 -1.066 -365 2017 -1.2232 -1.3422 -1.1043 -365 2018 -1.2263 -1.3453 -1.1072 -365 2019 -1.2628 -1.383 -1.1426 -365 2020 -1.2855 -1.4127 -1.1583 -365 2021 -1.2942 -1.425 -1.1633 -365 2022 -1.358 -1.5048 -1.2113 -365 2023 -1.3386 -1.4949 -1.1824 -366 2007 -1.1424 -1.2604 -1.0244 -366 2008 -1.0863 -1.1974 -0.9752 -366 2009 -0.9832 -1.1017 -0.8647 -366 2010 -0.9697 -1.0784 -0.861 -366 2011 -0.9759 -1.0897 -0.8622 -366 2012 -1.0239 -1.1486 -0.8991 -366 2013 -1.0233 -1.1372 -0.9094 -366 2014 -0.9637 -1.08 -0.8473 -366 2015 -0.9747 -1.092 -0.8573 -366 2016 -0.9765 -1.0848 -0.8681 -366 2017 -0.9703 -1.0804 -0.8602 -366 2018 -1.0089 -1.125 -0.8928 -366 2019 -0.9399 -1.0462 -0.8337 -366 2020 -0.8124 -0.9254 -0.6995 -366 2021 -0.7564 -0.86 -0.6527 -366 2022 -0.8234 -0.9383 -0.7085 -366 2023 -1.1578 -1.3015 -1.014 -367 2007 -0.6416 -0.7107 -0.5725 -367 2008 -0.5701 -0.6356 -0.5047 -367 2009 -0.648 -0.7186 -0.5774 -367 2010 -0.5808 -0.6497 -0.5118 -367 2011 -0.4567 -0.5234 -0.39 -367 2012 -0.2832 -0.3529 -0.2134 -367 2013 -0.5905 -0.6652 -0.5159 -367 2014 -0.3648 -0.4328 -0.2969 -367 2015 -0.3009 -0.3693 -0.2324 -367 2016 -0.3567 -0.4225 -0.2909 -367 2017 -0.4065 -0.474 -0.339 -367 2018 -0.603 -0.6731 -0.5329 -367 2019 -0.5067 -0.5754 -0.438 -367 2020 -0.5428 -0.6181 -0.4676 -367 2021 -0.4713 -0.5356 -0.407 -367 2022 -0.3884 -0.4605 -0.3162 -367 2023 -0.3857 -0.4556 -0.3157 -368 2007 -1.4856 -1.62 -1.3513 -368 2008 -1.4086 -1.5247 -1.2925 -368 2009 -1.446 -1.5669 -1.3252 -368 2010 -1.3682 -1.4829 -1.2534 -368 2011 -1.3231 -1.4371 -1.2092 -368 2012 -1.2718 -1.3957 -1.1479 -368 2013 -1.2985 -1.4189 -1.178 -368 2014 -1.3184 -1.4358 -1.2011 -368 2015 -1.3126 -1.4351 -1.19 -368 2016 -1.3123 -1.4277 -1.1969 -368 2017 -1.3276 -1.4433 -1.2119 -368 2018 -1.2796 -1.3947 -1.1646 -368 2019 -1.1968 -1.315 -1.0786 -368 2020 -1.2516 -1.3692 -1.1339 -368 2021 -1.2298 -1.3443 -1.1153 -368 2022 -1.2641 -1.3856 -1.1426 -368 2023 -1.2582 -1.3927 -1.1237 -369 2007 -1.0435 -1.3701 -0.717 -369 2008 -0.897 -1.1963 -0.5976 -369 2009 -1.0338 -1.3549 -0.7128 -369 2010 -1.1269 -1.44 -0.8138 -369 2011 -1.148 -1.4675 -0.8284 -369 2012 -1.3277 -1.6551 -1.0004 -369 2013 -1.5458 -1.8908 -1.2009 -369 2014 -1.6811 -2.0645 -1.2976 -369 2015 -1.7137 -2.0954 -1.332 -369 2016 -1.6901 -2.0415 -1.3388 -369 2017 -1.623 -1.9394 -1.3066 -369 2018 -1.7408 -2.1056 -1.376 -369 2019 -1.8021 -2.1883 -1.4159 -369 2020 -1.8579 -2.2899 -1.4258 -369 2021 -1.8652 -2.3129 -1.4175 -369 2022 -1.8298 -2.2634 -1.3962 -369 2023 -1.8871 -2.3929 -1.3812 -370 2007 -1.0595 -1.2353 -0.8837 -370 2010 -1.3072 -1.4714 -1.143 -370 2013 -1.3875 -1.5522 -1.2229 -370 2016 -1.5738 -1.7436 -1.404 -370 2019 -1.6481 -1.8301 -1.4661 -370 2022 -1.6651 -1.8894 -1.4408 -371 2007 -1.048 -1.1325 -0.9635 -371 2010 -1.0687 -1.1547 -0.9826 -371 2013 -1.2475 -1.3389 -1.1562 -371 2016 -1.1527 -1.2373 -1.068 -371 2019 -1.185 -1.2706 -1.0994 -371 2022 -1.1806 -1.281 -1.0802 -372 2007 -0.773 -1.0618 -0.4843 -372 2008 -0.8007 -1.0636 -0.5379 -372 2009 -0.796 -1.0528 -0.5393 -372 2010 -0.8181 -1.0688 -0.5675 -372 2011 -0.803 -1.0543 -0.5517 -372 2012 -0.8138 -1.0737 -0.554 -372 2013 -0.7841 -1.0337 -0.5344 -372 2014 -0.7497 -0.9966 -0.5029 -372 2015 -0.8343 -1.0932 -0.5753 -372 2016 -0.8754 -1.136 -0.6148 -372 2017 -0.8176 -1.0627 -0.5725 -372 2018 -0.7943 -1.0407 -0.5478 -372 2019 -0.8442 -1.0927 -0.5956 -372 2020 -0.8244 -1.0777 -0.571 -372 2021 -0.8838 -1.1404 -0.6272 -372 2022 -0.9222 -1.195 -0.6494 -372 2023 -0.9782 -1.2945 -0.662 -373 2007 -0.933 -0.9995 -0.8666 -373 2010 -0.7619 -0.8271 -0.6967 -373 2013 -0.7925 -0.858 -0.7269 -373 2016 -0.7403 -0.8028 -0.6778 -373 2019 -0.7701 -0.8338 -0.7064 -373 2022 -0.7309 -0.8052 -0.6566 -374 2007 0.4969 -0.0106 1.0043 -374 2008 0.3377 -0.0824 0.7578 -374 2009 0.1538 -0.2923 0.5998 -374 2010 0.0962 -0.3282 0.5205 -374 2011 0.103 -0.3343 0.5404 -374 2012 0.3685 -0.0534 0.7905 -374 2013 0.2266 -0.1898 0.643 -374 2014 0.2029 -0.2189 0.6247 -374 2015 -0.0072 -0.4635 0.4491 -374 2016 0.1514 -0.2602 0.563 -374 2017 0.3386 -0.0627 0.7399 -374 2018 0.4407 0.0328 0.8486 -374 2019 0.5752 0.1786 0.9718 -374 2020 0.5823 0.1777 0.9868 -374 2021 0.626 0.224 1.028 -374 2022 0.5318 0.1223 0.9413 -374 2023 0.6636 0.2443 1.0829 -375 2007 -0.7286 -1.3899 -0.0674 -375 2008 -1.0857 -1.7661 -0.4053 -375 2009 -1.0276 -1.6606 -0.3946 -375 2010 -0.9451 -1.6541 -0.236 -375 2011 -0.6484 -1.3267 0.0299 -375 2012 -0.2057 -0.7969 0.3854 -375 2013 0.2296 -0.2946 0.7538 -375 2014 0.1612 -0.3658 0.6882 -375 2015 0.1439 -0.3732 0.661 -375 2016 0.3168 -0.1522 0.7859 -375 2017 0.5541 0.0315 1.0768 -375 2018 0.7063 0.1659 1.2467 -375 2019 0.4169 -0.143 0.9768 -375 2020 0.5145 -0.0859 1.1149 -375 2021 0.7426 0.1419 1.3433 -375 2022 0.2259 -0.4246 0.8765 -375 2023 0.1772 -0.5826 0.9371 -376 2007 -0.1567 -0.7757 0.4622 -376 2008 -0.1024 -0.6976 0.4929 -376 2009 0.1941 -0.3361 0.7244 -376 2010 0.2159 -0.3378 0.7697 -376 2011 0.4167 -0.0878 0.9211 -376 2012 0.4449 -0.048 0.9377 -376 2013 0.5339 0.0454 1.0224 -376 2014 0.498 8e-04 0.9952 -376 2015 0.4724 -0.0444 0.9892 -376 2016 0.7194 0.2387 1.2002 -376 2017 0.5758 0.049 1.1027 -376 2018 0.4368 -0.0935 0.9671 -376 2019 0.4602 -0.052 0.9723 -376 2020 0.4572 -0.0806 0.9949 -376 2021 0.4516 -0.0759 0.9791 -376 2022 0.2975 -0.3249 0.9199 -376 2023 0.282 -0.4448 1.0088 -377 2007 -0.2111 -0.3373 -0.0849 -377 2010 -0.1254 -0.2454 -0.0054 -377 2013 -0.1824 -0.3035 -0.0613 -377 2016 -0.2317 -0.3549 -0.1085 -377 2019 -0.2908 -0.4191 -0.1626 -377 2022 -0.3149 -0.4588 -0.171 -378 2007 -1.6324 -1.8712 -1.3936 -378 2010 -1.6335 -1.8457 -1.4214 -378 2013 -1.7312 -1.9472 -1.5152 -378 2016 -1.8405 -2.0775 -1.6034 -378 2019 -1.7796 -2.0102 -1.5489 -378 2022 -1.6444 -1.9246 -1.3642 -379 2007 0.1616 0.0663 0.257 -379 2010 0.1025 0.0097 0.1952 -379 2013 0.0181 -0.0747 0.1109 -379 2016 -0.044 -0.1363 0.0482 -379 2019 -0.1567 -0.2533 -0.0602 -379 2022 -0.1253 -0.2324 -0.0182 -380 2007 -1.0278 -1.12 -0.9356 -380 2008 -0.9999 -1.0893 -0.9105 -380 2009 -0.9249 -1.0186 -0.8311 -380 2010 -0.8614 -0.9499 -0.7728 -380 2011 -0.8228 -0.9141 -0.7314 -380 2012 -0.7145 -0.8101 -0.6188 -380 2013 -0.8327 -0.923 -0.7423 -380 2014 -0.9709 -1.067 -0.8748 -380 2015 -0.9452 -1.0409 -0.8494 -380 2016 -1.0296 -1.1201 -0.939 -380 2017 -1.0802 -1.174 -0.9863 -380 2018 -1.0233 -1.1177 -0.9289 -380 2019 -0.9488 -1.0414 -0.8561 -380 2020 -0.9926 -1.09 -0.8952 -380 2021 -0.9974 -1.0883 -0.9066 -380 2022 -0.9121 -1.0077 -0.8165 -380 2023 -0.9386 -1.036 -0.8411 -381 2007 0.9317 0.5524 1.311 -381 2008 0.9314 0.5743 1.2885 -381 2009 0.952 0.6161 1.2879 -381 2010 0.986 0.6708 1.3013 -381 2011 1.0743 0.7942 1.3544 -381 2012 1.1529 0.895 1.4109 -381 2013 1.2004 0.9499 1.451 -381 2014 1.2264 0.9759 1.4769 -381 2015 1.2396 0.9927 1.4865 -381 2016 1.2881 1.0453 1.531 -381 2017 1.3164 1.0739 1.5589 -381 2018 1.3528 1.1134 1.5922 -381 2019 1.3819 1.1292 1.6345 -381 2020 1.4297 1.162 1.6974 -381 2021 1.4412 1.1676 1.7147 -381 2022 1.4571 1.1664 1.7479 -381 2023 1.464 1.1428 1.7852 -382 2007 -1.0568 -1.1653 -0.9482 -382 2010 -1.0749 -1.1783 -0.9715 -382 2013 -1.1452 -1.25 -1.0404 -382 2016 -1.2096 -1.3153 -1.1038 -382 2019 -1.2781 -1.3909 -1.1653 -382 2022 -1.3731 -1.5164 -1.2298 -383 2007 -1.0474 -1.1347 -0.96 -383 2008 -0.8591 -0.9385 -0.7797 -383 2009 -1.0302 -1.1198 -0.9405 -383 2010 -0.9369 -1.021 -0.8528 -383 2011 -1.0063 -1.0938 -0.9188 -383 2012 -0.7662 -0.8576 -0.6748 -383 2013 -1.0452 -1.1373 -0.953 -383 2014 -1.1491 -1.2449 -1.0534 -383 2015 -1.0767 -1.173 -0.9805 -383 2016 -1.1501 -1.2409 -1.0592 -383 2017 -1.2392 -1.334 -1.1444 -383 2018 -1.2556 -1.3486 -1.1626 -383 2019 -1.4329 -1.5361 -1.3298 -383 2020 -1.363 -1.4692 -1.2567 -383 2021 -1.2351 -1.3265 -1.1437 -383 2022 -1.3063 -1.4149 -1.1978 -383 2023 -1.3081 -1.4131 -1.2031 -384 2007 -0.5547 -1.1592 0.0499 -384 2008 -0.5955 -1.157 -0.0341 -384 2009 -0.6679 -1.2233 -0.1126 -384 2010 -0.6341 -1.1745 -0.0936 -384 2011 -0.5719 -1.1092 -0.0347 -384 2012 -0.5855 -1.12 -0.0509 -384 2013 -0.5092 -1.0363 0.018 -384 2014 -0.4284 -0.9523 0.0954 -384 2015 -0.3772 -0.8909 0.1366 -384 2016 -0.3143 -0.8194 0.1909 -384 2017 -0.1829 -0.6838 0.3181 -384 2018 -0.1148 -0.6161 0.3865 -384 2019 -0.0752 -0.5913 0.4409 -384 2020 -0.0693 -0.5896 0.451 -384 2021 0 -0.514 0.514 -384 2022 -0.0064 -0.5515 0.5387 -384 2023 -0.0104 -0.6122 0.5913 +1 2007 -1.6683 -2.0753 -1.2612 +1 2008 -1.6842 -2.0751 -1.2933 +1 2009 -1.68 -2.0557 -1.3044 +1 2010 -1.6898 -2.0565 -1.323 +1 2011 -1.6702 -2.0182 -1.3223 +1 2012 -1.6579 -1.9925 -1.3232 +1 2013 -1.6189 -1.9491 -1.2888 +1 2014 -1.587 -1.927 -1.247 +1 2015 -1.5862 -1.9326 -1.2399 +1 2016 -1.597 -1.9423 -1.2517 +1 2017 -1.6062 -1.9511 -1.2613 +1 2018 -1.6813 -2.0017 -1.3609 +1 2019 -1.7243 -2.0622 -1.3864 +1 2020 -1.7708 -2.1378 -1.4039 +1 2021 -1.7993 -2.1899 -1.4088 +1 2022 -1.8045 -2.2035 -1.4054 +1 2023 -1.7916 -2.1818 -1.4014 +1 2024 -1.7707 -2.1474 -1.3941 +1 2025 -1.7566 -2.1386 -1.3746 +2 2007 -1.3717 -1.5879 -1.1555 +2 2008 -1.0967 -1.2941 -0.8992 +2 2009 -1.0365 -1.257 -0.816 +2 2010 -0.9975 -1.2005 -0.7945 +2 2011 -0.8844 -1.0755 -0.6934 +2 2012 -0.9698 -1.1968 -0.7428 +2 2013 -1.1117 -1.3465 -0.8769 +2 2014 -1.2675 -1.52 -1.015 +2 2015 -0.8374 -1.0687 -0.6062 +2 2016 -0.793 -0.9949 -0.5911 +2 2017 -1.2262 -1.448 -1.0045 +2 2018 -1.3769 -1.6174 -1.1365 +2 2019 -1.4539 -1.6762 -1.2316 +2 2020 -1.7189 -2.0138 -1.4241 +2 2021 -1.5092 -1.7516 -1.2668 +2 2022 -1.564 -1.844 -1.2841 +2 2023 -1.625 -1.8863 -1.3636 +2 2024 -1.8693 -2.1834 -1.5552 +2 2025 -1.5143 -1.7222 -1.3064 +3 2007 -2.052 -2.2566 -1.8474 +3 2008 -1.9678 -2.1429 -1.7928 +3 2009 -1.9959 -2.1739 -1.8178 +3 2010 -2.0921 -2.285 -1.8993 +3 2011 -2.0745 -2.255 -1.894 +3 2012 -2.0524 -2.235 -1.8699 +3 2013 -2.1401 -2.3506 -1.9296 +3 2014 -2.0984 -2.292 -1.9049 +3 2015 -1.9342 -2.1103 -1.7581 +3 2016 -1.8795 -2.0581 -1.7009 +3 2017 -1.873 -2.0419 -1.7042 +3 2018 -1.9324 -2.1155 -1.7493 +3 2019 -1.8458 -2.0296 -1.662 +3 2020 -1.608 -1.8052 -1.4108 +3 2021 -1.8055 -1.973 -1.6379 +3 2022 -1.9176 -2.1391 -1.6961 +3 2023 -1.7259 -1.9075 -1.5443 +3 2024 -1.7287 -1.898 -1.5593 +3 2025 -1.9265 -2.1166 -1.7364 +4 2007 -1.0159 -1.0782 -0.9535 +4 2010 -0.8349 -0.8968 -0.773 +4 2013 -0.8769 -0.9395 -0.8142 +4 2016 -0.8152 -0.8743 -0.756 +4 2019 -0.8294 -0.8898 -0.769 +4 2022 -0.7647 -0.8245 -0.7048 +4 2025 -0.7043 -0.7773 -0.6314 +5 2007 -0.6803 -0.9577 -0.4029 +5 2010 -0.6267 -0.9247 -0.3287 +5 2013 -0.5539 -0.8443 -0.2636 +5 2016 -0.6351 -0.9025 -0.3678 +5 2019 -0.8766 -1.1957 -0.5576 +5 2022 -0.5508 -0.8248 -0.2769 +5 2025 -0.7569 -1.0883 -0.4256 +6 2007 -1.9488 -2.0816 -1.816 +6 2008 -1.8726 -1.9814 -1.7638 +6 2009 -1.8375 -1.9446 -1.7304 +6 2010 -1.8692 -1.9766 -1.7618 +6 2011 -1.8697 -1.9796 -1.7598 +6 2012 -1.8308 -1.9424 -1.7192 +6 2013 -1.7501 -1.8567 -1.6436 +6 2014 -1.6667 -1.77 -1.5633 +6 2015 -1.5758 -1.6823 -1.4694 +6 2016 -1.5759 -1.6752 -1.4766 +6 2017 -1.5631 -1.6638 -1.4625 +6 2018 -1.4871 -1.5864 -1.3877 +6 2019 -1.4246 -1.5247 -1.3244 +6 2020 -1.4179 -1.5188 -1.3171 +6 2021 -1.4078 -1.505 -1.3106 +6 2022 -1.3844 -1.4844 -1.2845 +6 2023 -1.36 -1.4605 -1.2594 +6 2024 -1.3841 -1.4815 -1.2866 +6 2025 -1.362 -1.4626 -1.2614 +7 2007 -1.9365 -2.3195 -1.5535 +7 2008 -1.9233 -2.2795 -1.5672 +7 2009 -1.901 -2.2313 -1.5706 +7 2010 -1.8781 -2.185 -1.5712 +7 2011 -1.8487 -2.1341 -1.5633 +7 2012 -1.8358 -2.1144 -1.5573 +7 2013 -1.8281 -2.0996 -1.5565 +7 2014 -1.8217 -2.0881 -1.5553 +7 2015 -1.8153 -2.0809 -1.5496 +7 2016 -1.807 -2.0726 -1.5414 +7 2017 -1.7932 -2.0595 -1.5269 +7 2018 -1.7837 -2.0545 -1.5128 +7 2019 -1.774 -2.0476 -1.5003 +7 2020 -1.778 -2.0545 -1.5014 +7 2021 -1.7699 -2.0558 -1.4841 +7 2022 -1.763 -2.0561 -1.4698 +7 2023 -1.7584 -2.0632 -1.4535 +7 2024 -1.7573 -2.0793 -1.4354 +7 2025 -1.7538 -2.0929 -1.4147 +8 2007 -1.1436 -1.2149 -1.0723 +8 2010 -0.9411 -1.0126 -0.8697 +8 2013 -1.0389 -1.1119 -0.966 +8 2016 -1.1762 -1.2492 -1.1032 +8 2019 -1.1209 -1.1941 -1.0477 +8 2022 -1.0667 -1.1401 -0.9932 +8 2025 -0.8453 -0.9247 -0.766 +9 2007 -0.2607 -0.3603 -0.1611 +9 2008 -0.2264 -0.317 -0.1357 +9 2009 -0.1911 -0.2845 -0.0977 +9 2010 -0.0885 -0.1795 0.0025 +9 2011 -0.0961 -0.1911 -0.001 +9 2012 -0.1676 -0.2669 -0.0683 +9 2013 -0.1809 -0.2757 -0.0862 +9 2014 -0.1263 -0.2197 -0.033 +9 2015 -0.1741 -0.2691 -0.0791 +9 2016 -0.2469 -0.34 -0.1538 +9 2017 -0.2216 -0.3136 -0.1297 +9 2018 -0.2511 -0.3457 -0.1565 +9 2019 -0.3037 -0.401 -0.2064 +9 2020 -0.2245 -0.3194 -0.1296 +9 2021 -0.2269 -0.322 -0.1317 +9 2022 -0.2527 -0.3529 -0.1525 +9 2023 -0.342 -0.4469 -0.2371 +9 2024 -0.3233 -0.4188 -0.2277 +9 2025 -0.199 -0.2864 -0.1116 +10 2007 -1.0975 -1.178 -1.017 +10 2010 -1.1275 -1.2108 -1.0441 +10 2013 -1.3071 -1.3953 -1.219 +10 2016 -1.2059 -1.2876 -1.1241 +10 2019 -1.2455 -1.3283 -1.1627 +10 2022 -1.2229 -1.3065 -1.1394 +10 2025 -1.2381 -1.341 -1.1352 +11 2007 -1.4474 -1.5663 -1.3286 +11 2008 -1.3443 -1.4458 -1.2429 +11 2009 -1.2955 -1.3992 -1.1918 +11 2010 -1.2685 -1.3734 -1.1636 +11 2011 -1.2333 -1.3355 -1.131 +11 2012 -1.1193 -1.2269 -1.0118 +11 2013 -1.1236 -1.2301 -1.017 +11 2014 -1.1695 -1.2732 -1.0657 +11 2015 -1.1471 -1.2521 -1.0422 +11 2016 -1.2141 -1.3174 -1.1109 +11 2017 -1.2205 -1.3241 -1.1169 +11 2018 -1.1433 -1.2436 -1.043 +11 2019 -1.0241 -1.1255 -0.9226 +11 2020 -1.0021 -1.1056 -0.8986 +11 2021 -1.0489 -1.147 -0.9508 +11 2022 -0.979 -1.0829 -0.875 +11 2023 -0.9099 -1.0096 -0.8103 +11 2024 -0.901 -0.9932 -0.8087 +11 2025 -0.8193 -0.9124 -0.7261 +12 2007 1.2469 0.953 1.5407 +12 2008 1.2234 0.9282 1.5187 +12 2009 1.1999 0.9012 1.4987 +12 2010 1.1949 0.9316 1.4581 +12 2011 1.0939 0.7877 1.4002 +12 2012 1.0744 0.7397 1.4092 +12 2013 1.1859 0.9061 1.4656 +12 2014 1.1565 0.8657 1.4473 +12 2015 1.1671 0.8904 1.4437 +12 2016 1.1635 0.8884 1.4386 +12 2017 1.3018 1.0148 1.5888 +12 2018 1.3249 1.0415 1.6082 +12 2019 1.2762 1.0252 1.5273 +12 2020 1.2555 0.9985 1.5126 +12 2021 1.1018 0.803 1.4007 +12 2022 1.0325 0.7183 1.3467 +12 2023 1.0935 0.8028 1.3842 +12 2024 1.1494 0.8671 1.4318 +12 2025 1.162 0.9091 1.4148 +13 2007 -1.3676 -1.4491 -1.2861 +13 2010 -1.2243 -1.3055 -1.1432 +13 2013 -1.1611 -1.2425 -1.0798 +13 2016 -1.2191 -1.2981 -1.1401 +13 2019 -1.0386 -1.1157 -0.9614 +13 2022 -0.9332 -1.0082 -0.8581 +13 2025 -0.7505 -0.843 -0.6581 +14 2007 -1.0722 -1.1987 -0.9457 +14 2010 -0.9336 -1.0519 -0.8152 +14 2013 -0.7863 -0.9038 -0.6687 +14 2016 -0.6742 -0.7861 -0.5623 +14 2019 -0.6829 -0.7944 -0.5714 +14 2022 -0.6805 -0.7926 -0.5684 +14 2025 -0.6812 -0.8195 -0.5429 +15 2007 -0.4719 -0.6905 -0.2534 +15 2010 -0.447 -0.6575 -0.2364 +15 2013 -0.3311 -0.5323 -0.13 +15 2016 -0.1385 -0.3256 0.0485 +15 2019 -0.1128 -0.3027 0.077 +15 2022 -0.0037 -0.1861 0.1787 +15 2025 0.1295 -0.0815 0.3406 +16 2007 0.323 0.115 0.5311 +16 2010 0.3328 0.1236 0.5421 +16 2013 0.3387 0.1364 0.5411 +16 2016 0.3996 0.1979 0.6014 +16 2019 0.5149 0.322 0.7077 +16 2022 0.4106 0.2033 0.6179 +16 2025 0.5044 0.2439 0.7649 +17 2007 0.7984 0.3633 1.2335 +17 2008 0.5323 0.0824 0.9823 +17 2009 0.5435 0.1214 0.9657 +17 2010 0.1749 -0.2335 0.5833 +17 2011 0.7568 0.3009 1.2128 +17 2012 0.2973 -0.1525 0.7471 +17 2013 0.1352 -0.2688 0.5392 +17 2014 0.3015 -0.1248 0.7278 +17 2015 0.0054 -0.4354 0.4462 +17 2016 0.2085 -0.1688 0.5858 +17 2017 0.2048 -0.2 0.6096 +17 2018 0.0189 -0.3859 0.4238 +17 2019 -0.3566 -0.7808 0.0677 +17 2020 -0.2934 -0.6889 0.1021 +17 2021 -0.1378 -0.5383 0.2628 +17 2022 -0.6622 -1.1236 -0.2009 +17 2023 -0.3322 -0.7661 0.1018 +17 2024 -0.0854 -0.5053 0.3345 +17 2025 -0.1005 -0.5017 0.3007 +18 2007 0.9706 0.6459 1.2952 +18 2010 1.0528 0.7899 1.3157 +18 2013 1.1501 0.9237 1.3765 +18 2016 1.2454 1.0277 1.4631 +18 2019 1.2722 1.0439 1.5004 +18 2022 1.263 1.0218 1.5042 +18 2025 1.2664 0.9782 1.5546 +19 2007 -1.5629 -1.8691 -1.2567 +19 2010 -1.5352 -1.8171 -1.2532 +19 2013 -1.5479 -1.8242 -1.2716 +19 2016 -1.5403 -1.8135 -1.267 +19 2019 -1.5073 -1.7787 -1.2359 +19 2022 -1.4966 -1.7766 -1.2167 +19 2025 -1.4832 -1.7815 -1.1849 +20 2007 -1.5756 -1.8624 -1.2887 +20 2010 -1.3844 -1.6383 -1.1306 +20 2013 -1.3397 -1.5963 -1.0832 +20 2016 -1.1945 -1.4297 -0.9594 +20 2019 -1.0908 -1.3256 -0.8559 +20 2022 -0.8386 -1.0938 -0.5835 +20 2025 -0.8039 -1.1087 -0.4991 +21 2007 -0.2586 -0.4135 -0.1037 +21 2008 -0.2733 -0.4229 -0.1238 +21 2009 -0.2895 -0.4484 -0.1306 +21 2010 -0.1632 -0.3017 -0.0248 +21 2011 -0.1702 -0.3201 -0.0203 +21 2012 -0.1999 -0.3529 -0.0469 +21 2013 -0.1811 -0.3258 -0.0364 +21 2014 -0.2981 -0.4574 -0.1389 +21 2015 -0.2621 -0.4096 -0.1147 +21 2016 -0.2557 -0.3991 -0.1123 +21 2017 -0.3105 -0.4616 -0.1595 +21 2018 -0.3486 -0.5048 -0.1924 +21 2019 -0.4201 -0.5907 -0.2495 +21 2020 -0.3065 -0.4566 -0.1564 +21 2021 -0.383 -0.5397 -0.2263 +21 2022 -0.4108 -0.5723 -0.2493 +21 2023 -0.3602 -0.5102 -0.2102 +21 2024 -0.3825 -0.5298 -0.2353 +21 2025 -0.4073 -0.5668 -0.2478 +22 2007 -1.1259 -1.2341 -1.0177 +22 2008 -1.122 -1.2263 -1.0176 +22 2009 -1.0783 -1.1826 -0.9739 +22 2010 -1.1349 -1.2394 -1.0305 +22 2011 -1.0598 -1.1704 -0.9491 +22 2012 -1.176 -1.2893 -1.0626 +22 2013 -1.2072 -1.3151 -1.0992 +22 2014 -1.4268 -1.5558 -1.2977 +22 2015 -1.3686 -1.4862 -1.251 +22 2016 -1.2255 -1.3326 -1.1185 +22 2017 -1.272 -1.3807 -1.1633 +22 2018 -1.1852 -1.2937 -1.0767 +22 2019 -1.2369 -1.3448 -1.1289 +22 2020 -1.1926 -1.3024 -1.0829 +22 2021 -1.3154 -1.4282 -1.2026 +22 2022 -1.2521 -1.3631 -1.1411 +22 2023 -1.2123 -1.3228 -1.1018 +22 2024 -1.2435 -1.3491 -1.1378 +22 2025 -1.2201 -1.3244 -1.1157 +23 2007 -1.4285 -1.6289 -1.2281 +23 2010 -1.3447 -1.5322 -1.1571 +23 2013 -1.1539 -1.3256 -0.9821 +23 2016 -1.0262 -1.1923 -0.8602 +23 2019 -0.8986 -1.0757 -0.7214 +23 2022 -1.0708 -1.2548 -0.8867 +23 2025 -1.0815 -1.2966 -0.8665 +24 2007 -0.7565 -0.8231 -0.6899 +24 2008 -0.6777 -0.7419 -0.6136 +24 2009 -0.7943 -0.8626 -0.726 +24 2010 -0.6868 -0.7543 -0.6193 +24 2011 -0.5473 -0.6123 -0.4824 +24 2012 -0.4068 -0.4746 -0.3391 +24 2013 -0.697 -0.7698 -0.6242 +24 2014 -0.491 -0.5579 -0.4241 +24 2015 -0.4189 -0.4841 -0.3537 +24 2016 -0.4319 -0.4956 -0.3683 +24 2017 -0.4992 -0.5656 -0.4328 +24 2018 -0.7464 -0.8152 -0.6776 +24 2019 -0.6045 -0.6714 -0.5376 +24 2020 -0.6486 -0.7243 -0.573 +24 2021 -0.605 -0.6676 -0.5424 +24 2022 -0.4632 -0.5334 -0.3929 +24 2023 -0.4672 -0.5352 -0.3992 +24 2024 -0.2869 -0.3451 -0.2288 +24 2025 -0.0781 -0.1297 -0.0266 +25 2007 -0.5499 -0.7643 -0.3355 +25 2010 -0.5536 -0.7628 -0.3444 +25 2013 -0.6722 -0.8939 -0.4505 +25 2016 -0.5564 -0.7746 -0.3383 +25 2019 -0.3744 -0.588 -0.1609 +25 2022 -0.3649 -0.578 -0.1518 +25 2025 -0.1325 -0.3674 0.1023 +26 2007 0.2584 -0.2294 0.7462 +26 2010 0.5603 0.1128 1.0079 +26 2013 0.6165 0.1781 1.0549 +26 2016 0.8219 0.3896 1.2543 +26 2019 0.6344 0.2129 1.0559 +26 2022 0.4284 -0.0323 0.8892 +26 2025 -0.1152 -0.7286 0.4983 +27 2007 -0.8188 -0.8907 -0.747 +27 2008 -0.7726 -0.8396 -0.7055 +27 2009 -0.7586 -0.8283 -0.689 +27 2010 -0.8192 -0.8895 -0.7489 +27 2011 -0.8451 -0.9159 -0.7744 +27 2012 -0.8872 -0.9641 -0.8102 +27 2013 -0.9699 -1.046 -0.8939 +27 2014 -1.0178 -1.0945 -0.9411 +27 2015 -0.9892 -1.0648 -0.9136 +27 2016 -0.9069 -0.9808 -0.8331 +27 2017 -0.9549 -1.0271 -0.8828 +27 2018 -0.9843 -1.0565 -0.9122 +27 2019 -1.0096 -1.0843 -0.9349 +27 2020 -1.0129 -1.0905 -0.9352 +27 2021 -0.9546 -1.0263 -0.8828 +27 2022 -0.9709 -1.0497 -0.8922 +27 2023 -1.0333 -1.11 -0.9565 +27 2024 -1.0806 -1.1559 -1.0053 +27 2025 -0.9603 -1.0306 -0.89 +28 2007 -1.204 -1.334 -1.074 +28 2008 -1.1625 -1.2847 -1.0402 +28 2009 -1.11 -1.2326 -0.9874 +28 2010 -1.0063 -1.1249 -0.8877 +28 2011 -0.9616 -1.0845 -0.8386 +28 2012 -0.9751 -1.1019 -0.8483 +28 2013 -1.007 -1.129 -0.885 +28 2014 -1.0703 -1.1939 -0.9467 +28 2015 -1.0591 -1.1828 -0.9355 +28 2016 -1.0961 -1.2162 -0.976 +28 2017 -1.0938 -1.2147 -0.9729 +28 2018 -1.145 -1.2653 -1.0246 +28 2019 -1.1973 -1.321 -1.0737 +28 2020 -1.2365 -1.3654 -1.1075 +28 2021 -1.2111 -1.3337 -1.0885 +28 2022 -1.2747 -1.4041 -1.1453 +28 2023 -1.3375 -1.4677 -1.2074 +28 2024 -1.3898 -1.5168 -1.2628 +28 2025 -1.3518 -1.4768 -1.2268 +29 2007 -1.1447 -1.4496 -0.8399 +29 2008 -1.0455 -1.3289 -0.7622 +29 2009 -1.1539 -1.454 -0.8539 +29 2010 -1.2414 -1.5374 -0.9455 +29 2011 -1.2908 -1.5871 -0.9946 +29 2012 -1.4306 -1.7403 -1.1209 +29 2013 -1.6071 -1.9326 -1.2815 +29 2014 -1.7174 -2.0692 -1.3655 +29 2015 -1.7559 -2.1114 -1.4003 +29 2016 -1.7523 -2.0889 -1.4156 +29 2017 -1.7211 -2.0285 -1.4137 +29 2018 -1.7948 -2.1408 -1.4487 +29 2019 -1.8313 -2.1892 -1.4734 +29 2020 -1.8563 -2.2359 -1.4767 +29 2021 -1.8426 -2.2157 -1.4695 +29 2022 -1.819 -2.1766 -1.4613 +29 2023 -1.8382 -2.2078 -1.4685 +29 2024 -1.8112 -2.1718 -1.4507 +29 2025 -1.7681 -2.1045 -1.4318 +30 2007 -0.3345 -0.3957 -0.2732 +30 2008 -0.291 -0.3503 -0.2316 +30 2009 -0.2602 -0.3211 -0.1992 +30 2010 -0.192 -0.2517 -0.1322 +30 2011 -0.2122 -0.2733 -0.1511 +30 2012 -0.1898 -0.2553 -0.1242 +30 2013 -0.2631 -0.3268 -0.1994 +30 2014 -0.2189 -0.2817 -0.156 +30 2015 -0.306 -0.3711 -0.2409 +30 2016 -0.3771 -0.4392 -0.3151 +30 2017 -0.344 -0.4068 -0.2812 +30 2018 -0.3414 -0.4041 -0.2787 +30 2019 -0.2808 -0.3426 -0.219 +30 2020 -0.3379 -0.4051 -0.2708 +30 2021 -0.3361 -0.3969 -0.2753 +30 2022 -0.3493 -0.4169 -0.2817 +30 2023 -0.3581 -0.4237 -0.2925 +30 2024 -0.3251 -0.3847 -0.2655 +30 2025 -0.2244 -0.2795 -0.1694 +31 2007 -1.1599 -1.3084 -1.0114 +31 2010 -1.393 -1.5465 -1.2395 +31 2013 -1.3638 -1.5199 -1.2077 +31 2016 -1.1609 -1.3094 -1.0123 +31 2019 -1.5165 -1.6674 -1.3657 +31 2022 -1.8014 -1.97 -1.6327 +31 2025 -1.9325 -2.1696 -1.6954 +32 2007 -0.9037 -1.0102 -0.7972 +32 2010 -0.9824 -1.0918 -0.873 +32 2013 -1.0881 -1.2014 -0.9747 +32 2016 -1.1482 -1.2603 -1.0361 +32 2019 -1.224 -1.3378 -1.1102 +32 2022 -1.1165 -1.233 -1 +32 2025 -1.2759 -1.3976 -1.1541 +33 2007 -0.5064 -0.5874 -0.4255 +33 2008 -0.451 -0.5326 -0.3695 +33 2009 -0.4494 -0.5321 -0.3667 +33 2010 -0.5161 -0.5976 -0.4346 +33 2011 -0.4759 -0.5608 -0.391 +33 2012 -0.5183 -0.6074 -0.4292 +33 2013 -0.461 -0.5449 -0.377 +33 2014 -0.5864 -0.6716 -0.5012 +33 2015 -0.5262 -0.6123 -0.4402 +33 2016 -0.6203 -0.7039 -0.5366 +33 2017 -0.6524 -0.7378 -0.567 +33 2018 -0.7167 -0.8012 -0.6322 +33 2019 -0.6967 -0.783 -0.6103 +33 2020 -0.6167 -0.7033 -0.5301 +33 2021 -0.7427 -0.8264 -0.6589 +33 2022 -0.7971 -0.8896 -0.7047 +33 2023 -0.7876 -0.8755 -0.6997 +33 2024 -0.8435 -0.9275 -0.7595 +33 2025 -0.856 -0.9377 -0.7743 +34 2007 -1.669 -1.9566 -1.3814 +34 2008 -1.684 -1.9462 -1.4217 +34 2009 -1.6858 -1.9435 -1.428 +34 2010 -1.6332 -1.8777 -1.3887 +34 2011 -1.5892 -1.8394 -1.339 +34 2012 -1.6006 -1.8481 -1.3532 +34 2013 -1.6155 -1.8596 -1.3714 +34 2014 -1.6389 -1.8773 -1.4005 +34 2015 -1.6432 -1.8791 -1.4072 +34 2016 -1.7043 -1.9491 -1.4595 +34 2017 -1.7503 -2.0104 -1.4902 +34 2018 -1.7413 -1.9956 -1.4871 +34 2019 -1.7152 -1.9582 -1.4721 +34 2020 -1.6776 -1.9127 -1.4425 +34 2021 -1.6535 -1.881 -1.426 +34 2022 -1.6602 -1.8972 -1.4231 +34 2023 -1.6272 -1.8621 -1.3922 +34 2024 -1.5999 -1.8443 -1.3556 +34 2025 -1.5524 -1.8212 -1.2836 +35 2007 -0.9945 -1.4464 -0.5427 +35 2010 -0.9305 -1.3502 -0.5108 +35 2013 -0.7649 -1.1595 -0.3702 +35 2016 -0.5543 -0.9669 -0.1416 +35 2019 -0.5578 -0.964 -0.1516 +35 2022 -0.7779 -1.1807 -0.375 +35 2025 -0.9165 -1.4081 -0.4249 +36 2007 -0.7834 -0.8362 -0.7306 +36 2010 -0.8487 -0.9041 -0.7933 +36 2013 -0.9924 -1.0508 -0.9339 +36 2016 -0.9434 -0.9984 -0.8884 +36 2019 -0.9893 -1.0458 -0.9328 +36 2022 -1.0409 -1.0993 -0.9825 +36 2025 -0.9511 -1.0195 -0.8826 +37 2007 -1.5113 -1.5893 -1.4333 +37 2010 -1.5438 -1.6248 -1.4629 +37 2013 -1.5039 -1.5844 -1.4235 +37 2016 -1.4628 -1.5407 -1.3849 +37 2019 -1.3119 -1.3889 -1.235 +37 2022 -1.2583 -1.3354 -1.1813 +37 2025 -1.1605 -1.2548 -1.0661 +38 2007 -2.4046 -2.6549 -2.1543 +38 2010 -2.3634 -2.5859 -2.1409 +38 2013 -2.344 -2.5615 -2.1265 +38 2016 -2.2451 -2.4444 -2.0457 +38 2019 -2.1603 -2.3783 -1.9423 +38 2022 -2.1663 -2.3869 -1.9457 +38 2025 -2.2348 -2.5033 -1.9664 +39 2007 -0.9992 -1.413 -0.5854 +39 2010 -1.1395 -1.5266 -0.7524 +39 2013 -1.103 -1.4882 -0.7177 +39 2016 -0.4368 -0.7561 -0.1176 +39 2019 -0.885 -1.2683 -0.5016 +39 2022 -0.4586 -0.7955 -0.1218 +39 2025 -0.1603 -0.6719 0.3512 +40 2007 -1.3068 -1.4886 -1.1249 +40 2008 -1.3112 -1.4592 -1.1633 +40 2009 -1.2934 -1.4549 -1.1319 +40 2010 -1.3944 -1.5657 -1.2231 +40 2011 -1.4201 -1.5848 -1.2554 +40 2012 -1.3556 -1.5318 -1.1794 +40 2013 -1.4189 -1.5987 -1.2391 +40 2014 -1.3798 -1.541 -1.2187 +40 2015 -1.5119 -1.6962 -1.3275 +40 2016 -1.6168 -1.8062 -1.4273 +40 2017 -1.5879 -1.7535 -1.4224 +40 2018 -1.6003 -1.7821 -1.4185 +40 2019 -1.4661 -1.6423 -1.29 +40 2020 -1.3336 -1.5001 -1.1671 +40 2021 -1.4456 -1.6125 -1.2787 +40 2022 -1.3454 -1.5174 -1.1734 +40 2023 -1.3765 -1.543 -1.2099 +40 2024 -1.1467 -1.3065 -0.9869 +40 2025 -1.1816 -1.3427 -1.0205 +41 2007 -1.9927 -2.1273 -1.858 +41 2010 -2.0474 -2.1834 -1.9115 +41 2013 -2.0319 -2.1714 -1.8923 +41 2016 -1.8941 -2.0202 -1.768 +41 2019 -1.7468 -1.8769 -1.6166 +41 2022 -1.7781 -1.9091 -1.647 +41 2025 -1.9342 -2.1144 -1.7541 +42 2007 -1.6939 -1.9462 -1.4416 +42 2010 -1.587 -1.8199 -1.3541 +42 2013 -1.6178 -1.8398 -1.3959 +42 2016 -1.743 -1.9868 -1.4993 +42 2019 -1.6661 -1.8785 -1.4537 +42 2022 -1.6528 -1.876 -1.4295 +42 2025 -1.541 -1.8224 -1.2596 +43 2007 0.8544 0.4588 1.25 +43 2008 0.8614 0.4909 1.232 +43 2009 0.8828 0.5345 1.2311 +43 2010 0.9203 0.5952 1.2454 +43 2011 1.0169 0.7327 1.301 +43 2012 1.0999 0.8394 1.3604 +43 2013 1.145 0.8907 1.3992 +43 2014 1.1666 0.9117 1.4216 +43 2015 1.1762 0.9262 1.4261 +43 2016 1.2317 0.9839 1.4795 +43 2017 1.2574 1.0098 1.5051 +43 2018 1.2938 1.0493 1.5383 +43 2019 1.3062 1.0512 1.5612 +43 2020 1.3416 1.0733 1.6098 +43 2021 1.3396 1.073 1.6062 +43 2022 1.329 1.0582 1.5999 +43 2023 1.2691 0.9916 1.5467 +43 2024 1.1859 0.8847 1.4871 +43 2025 1.1843 0.857 1.5115 +44 2007 -1.4828 -1.7977 -1.168 +44 2010 -1.3795 -1.6337 -1.1253 +44 2013 -1.2891 -1.5278 -1.0505 +44 2016 -1.2352 -1.4722 -0.9981 +44 2019 -1.2363 -1.4737 -0.9989 +44 2022 -1.2691 -1.5135 -1.0247 +44 2025 -1.2179 -1.4751 -0.9607 +45 2007 -2.4578 -3.0617 -1.854 +45 2008 -2.3813 -2.8585 -1.9041 +45 2009 -2.1181 -2.4989 -1.7374 +45 2010 -1.979 -2.3793 -1.5787 +45 2011 -1.759 -2.1247 -1.3932 +45 2012 -1.835 -2.2218 -1.4483 +45 2013 -1.7368 -2.1156 -1.3581 +45 2014 -1.6262 -1.9975 -1.2549 +45 2015 -1.6638 -2.0192 -1.3084 +45 2016 -1.6982 -2.0844 -1.312 +45 2017 -1.4816 -1.8224 -1.1407 +45 2018 -1.2775 -1.5852 -0.9699 +45 2019 -1.4287 -1.7785 -1.0789 +45 2020 -1.484 -1.8482 -1.1198 +45 2021 -1.4339 -1.7769 -1.091 +45 2022 -1.2148 -1.5717 -0.8578 +45 2023 -1.1403 -1.4947 -0.7859 +45 2024 -0.8917 -1.1877 -0.5956 +45 2025 -0.8241 -1.0778 -0.5703 +46 2007 -0.5625 -0.8268 -0.2983 +46 2008 -0.5713 -0.8257 -0.3168 +46 2009 -0.587 -0.8396 -0.3344 +46 2010 -0.595 -0.8428 -0.3471 +46 2011 -0.595 -0.8405 -0.3494 +46 2012 -0.6223 -0.8714 -0.3732 +46 2013 -0.6363 -0.8882 -0.3845 +46 2014 -0.6358 -0.8874 -0.3842 +46 2015 -0.6043 -0.8489 -0.3597 +46 2016 -0.5729 -0.8114 -0.3343 +46 2017 -0.5415 -0.7753 -0.3077 +46 2018 -0.5059 -0.7401 -0.2717 +46 2019 -0.4875 -0.7255 -0.2495 +46 2020 -0.5229 -0.7602 -0.2856 +46 2021 -0.5075 -0.7453 -0.2698 +46 2022 -0.4896 -0.7311 -0.2481 +46 2023 -0.4558 -0.7022 -0.2094 +46 2024 -0.4591 -0.7087 -0.2095 +46 2025 -0.4345 -0.698 -0.171 +47 2007 -1.6225 -2.0111 -1.2338 +47 2010 -1.3865 -1.7356 -1.0374 +47 2013 -1.2258 -1.5719 -0.8797 +47 2016 -0.6744 -0.994 -0.3549 +47 2019 -0.5273 -0.8343 -0.2204 +47 2022 -0.1908 -0.4775 0.0959 +47 2025 -0.3185 -0.6491 0.012 +48 2007 -0.8976 -1.0339 -0.7613 +48 2008 -0.9092 -1.0382 -0.7803 +48 2009 -1.0738 -1.206 -0.9416 +48 2010 -1.1608 -1.2927 -1.0288 +48 2011 -1.2417 -1.3801 -1.1033 +48 2012 -1.2947 -1.4379 -1.1515 +48 2013 -1.2869 -1.4233 -1.1504 +48 2014 -1.2422 -1.3739 -1.1106 +48 2015 -1.2151 -1.3485 -1.0816 +48 2016 -1.2971 -1.4313 -1.1628 +48 2017 -1.2795 -1.4097 -1.1493 +48 2018 -1.2861 -1.4199 -1.1523 +48 2019 -1.318 -1.453 -1.1831 +48 2020 -1.32 -1.4536 -1.1864 +48 2021 -1.3293 -1.4637 -1.1948 +48 2022 -1.3155 -1.4512 -1.1798 +48 2023 -1.3303 -1.4637 -1.1969 +48 2024 -1.3264 -1.4625 -1.1903 +48 2025 -1.2075 -1.3421 -1.0729 +49 2007 -1.002 -1.2138 -0.7903 +49 2008 -1.0948 -1.2884 -0.9013 +49 2009 -1.1055 -1.3013 -0.9097 +49 2010 -1.0361 -1.222 -0.8502 +49 2011 -1.0167 -1.2118 -0.8216 +49 2012 -0.9984 -1.1838 -0.8129 +49 2013 -0.9905 -1.1735 -0.8076 +49 2014 -0.9766 -1.162 -0.7912 +49 2015 -0.9421 -1.1235 -0.7607 +49 2016 -0.8998 -1.0784 -0.7213 +49 2017 -0.8377 -1.0176 -0.6577 +49 2018 -0.8091 -0.9853 -0.633 +49 2019 -0.8159 -0.9949 -0.6369 +49 2020 -0.7864 -0.9662 -0.6067 +49 2021 -0.8094 -0.9858 -0.633 +49 2022 -0.742 -0.9237 -0.5603 +49 2023 -0.7728 -0.9526 -0.5929 +49 2024 -0.8285 -1.0092 -0.6478 +49 2025 -0.7987 -0.9844 -0.6129 +50 2007 -1.6185 -2.0549 -1.1822 +50 2008 -1.6027 -1.9988 -1.2066 +50 2009 -1.5197 -1.8418 -1.1975 +50 2010 -1.4729 -1.7759 -1.1699 +50 2011 -1.364 -1.6515 -1.0765 +50 2012 -1.3333 -1.6137 -1.0528 +50 2013 -1.2946 -1.5703 -1.0189 +50 2014 -1.293 -1.5695 -1.0164 +50 2015 -1.2518 -1.5227 -0.9808 +50 2016 -1.2303 -1.5004 -0.9602 +50 2017 -1.205 -1.4826 -0.9275 +50 2018 -1.2417 -1.5013 -0.9822 +50 2019 -1.2633 -1.5302 -0.9964 +50 2020 -1.2275 -1.5009 -0.954 +50 2021 -1.1873 -1.4605 -0.9142 +50 2022 -1.2291 -1.4997 -0.9585 +50 2023 -1.2347 -1.5146 -0.9548 +50 2024 -1.248 -1.5201 -0.9759 +50 2025 -1.2096 -1.4704 -0.9487 +51 2007 0.4164 0.3562 0.4766 +51 2008 0.566 0.505 0.6269 +51 2009 0.5071 0.4441 0.57 +51 2010 0.547 0.4859 0.6081 +51 2011 0.5746 0.5117 0.6375 +51 2012 0.6192 0.5541 0.6843 +51 2013 0.6702 0.6074 0.733 +51 2014 0.4221 0.3566 0.4876 +51 2015 0.563 0.4995 0.6265 +51 2016 0.5345 0.4728 0.5962 +51 2017 0.5522 0.4888 0.6155 +51 2018 0.5672 0.5041 0.6303 +51 2019 0.5716 0.5091 0.6341 +51 2020 0.6245 0.5589 0.6902 +51 2021 0.4126 0.3502 0.4749 +51 2022 0.6524 0.5871 0.7178 +51 2023 0.6082 0.5432 0.6733 +51 2024 0.472 0.4099 0.534 +51 2025 0.7386 0.6816 0.7956 +52 2007 -0.6031 -0.9482 -0.258 +52 2008 -0.7322 -1.0381 -0.4264 +52 2009 -0.8679 -1.2696 -0.4662 +52 2010 -0.8363 -1.244 -0.4286 +52 2011 -0.7404 -1.1373 -0.3435 +52 2012 -0.5358 -0.8853 -0.1863 +52 2013 -0.553 -0.8768 -0.2291 +52 2014 -0.5075 -0.8844 -0.1307 +52 2015 -0.6161 -0.9887 -0.2436 +52 2016 -0.6602 -0.9906 -0.3297 +52 2017 -0.6253 -0.9288 -0.3219 +52 2018 -0.7944 -1.1569 -0.4318 +52 2019 -1.0278 -1.4154 -0.6403 +52 2020 -0.9864 -1.3831 -0.5897 +52 2021 -0.8736 -1.2244 -0.5227 +52 2022 -0.658 -0.9759 -0.34 +52 2023 -0.4968 -0.8466 -0.147 +52 2024 -0.5149 -0.8473 -0.1825 +52 2025 -0.794 -1.144 -0.444 +53 2007 -0.2977 -0.3412 -0.2543 +53 2010 -0.2029 -0.2473 -0.1586 +53 2013 -0.2659 -0.3111 -0.2207 +53 2016 -0.3562 -0.4008 -0.3116 +53 2019 -0.32 -0.3649 -0.2752 +53 2022 -0.3419 -0.3874 -0.2965 +53 2025 -0.2118 -0.2648 -0.1589 +54 2007 -0.8516 -1.4433 -0.2598 +54 2008 -1.208 -1.7296 -0.6865 +54 2009 -1.1695 -1.7197 -0.6194 +54 2010 -1.4411 -1.9166 -0.9655 +54 2011 -1.7882 -2.3952 -1.1812 +54 2012 -1.2848 -1.8091 -0.7604 +54 2013 -1.2965 -1.8579 -0.7351 +54 2014 -1.7577 -2.3125 -1.203 +54 2015 -2.3807 -3.0141 -1.7472 +54 2016 -2.4391 -3.1344 -1.7438 +54 2017 -2.3167 -2.9406 -1.6928 +54 2018 -2.0495 -2.5853 -1.5138 +54 2019 -2.0103 -2.5903 -1.4302 +54 2020 -1.9545 -2.5119 -1.397 +54 2021 -1.9395 -2.4651 -1.4138 +54 2022 -1.9541 -2.5372 -1.371 +54 2023 -1.7004 -2.2589 -1.1418 +54 2024 -2.1961 -2.8314 -1.5608 +54 2025 -2.189 -2.9259 -1.452 +55 2007 -1.1958 -1.398 -0.9936 +55 2008 -1.1103 -1.2647 -0.9559 +55 2009 -1.0627 -1.2151 -0.9103 +55 2010 -1.0613 -1.2284 -0.8942 +55 2011 -1.2006 -1.3552 -1.0461 +55 2012 -1.2945 -1.4601 -1.1289 +55 2013 -1.3417 -1.5139 -1.1696 +55 2014 -1.3724 -1.5429 -1.2019 +55 2015 -1.526 -1.7025 -1.3496 +55 2016 -1.5584 -1.7346 -1.3822 +55 2017 -1.602 -1.7806 -1.4233 +55 2018 -1.6549 -1.8361 -1.4736 +55 2019 -1.6995 -1.8894 -1.5096 +55 2020 -1.6632 -1.8541 -1.4723 +55 2021 -1.6463 -1.82 -1.4725 +55 2022 -1.6055 -1.7953 -1.4157 +55 2023 -1.6243 -1.8105 -1.438 +55 2024 -1.6433 -1.8242 -1.4623 +55 2025 -1.7053 -1.9085 -1.5021 +56 2007 0.4288 0.3001 0.5574 +56 2010 0.3229 0.175 0.4709 +56 2013 -0.0255 -0.1884 0.1373 +56 2016 -0.024 -0.1872 0.1391 +56 2019 -0.0299 -0.1941 0.1344 +56 2022 -0.4569 -0.6464 -0.2674 +56 2025 -0.7578 -1.0262 -0.4894 +57 2007 -1.0932 -1.1774 -1.0089 +57 2008 -0.9365 -1.0143 -0.8586 +57 2009 -1.0962 -1.1835 -1.0089 +57 2010 -0.9791 -1.0624 -0.8958 +57 2011 -1.0928 -1.1791 -1.0066 +57 2012 -0.832 -0.9219 -0.7422 +57 2013 -1.1064 -1.1976 -1.0153 +57 2014 -1.2159 -1.3112 -1.1207 +57 2015 -1.1017 -1.1952 -1.0083 +57 2016 -1.1788 -1.2678 -1.0898 +57 2017 -1.3014 -1.3961 -1.2067 +57 2018 -1.3002 -1.392 -1.2084 +57 2019 -1.5076 -1.6092 -1.406 +57 2020 -1.4268 -1.5335 -1.3201 +57 2021 -1.2879 -1.3777 -1.1981 +57 2022 -1.3386 -1.4437 -1.2335 +57 2023 -1.372 -1.4714 -1.2726 +57 2024 -1.4222 -1.5158 -1.3286 +57 2025 -1.3173 -1.4008 -1.2338 +58 2007 0.3027 0.0096 0.5958 +58 2008 0.2495 -0.0493 0.5482 +58 2009 0.245 -0.0351 0.5251 +58 2010 0.1256 -0.1526 0.4038 +58 2011 0.0333 -0.266 0.3326 +58 2012 0.0937 -0.1961 0.3835 +58 2013 -0.0338 -0.3324 0.2649 +58 2014 -0.1238 -0.4468 0.1993 +58 2015 -0.1225 -0.4325 0.1875 +58 2016 -0.2287 -0.531 0.0737 +58 2017 -0.1791 -0.4974 0.1393 +58 2018 -0.4723 -0.7822 -0.1625 +58 2019 -0.7382 -1.0656 -0.4107 +58 2020 -0.8399 -1.169 -0.5107 +58 2021 -1.0679 -1.3908 -0.7451 +58 2022 -1.2348 -1.5881 -0.8814 +58 2023 -1.3286 -1.6921 -0.9651 +58 2024 -1.3553 -1.7057 -1.005 +58 2025 -1.1812 -1.5302 -0.8322 +59 2007 -1.1262 -1.2525 -0.9999 +59 2010 -1.2014 -1.3236 -1.0793 +59 2013 -1.3925 -1.5194 -1.2656 +59 2016 -1.5462 -1.6787 -1.4138 +59 2019 -1.6286 -1.7655 -1.4917 +59 2022 -1.5929 -1.7305 -1.4552 +59 2025 -1.6199 -1.7977 -1.442 +60 2007 -1.6326 -1.8266 -1.4385 +60 2010 -1.4268 -1.6097 -1.244 +60 2013 -1.2779 -1.4519 -1.1039 +60 2016 -1.5515 -1.7359 -1.3671 +60 2019 -1.4175 -1.5971 -1.238 +60 2022 -1.6813 -1.8738 -1.4888 +60 2025 -1.6999 -1.9567 -1.4431 +61 2007 -1.5464 -1.6451 -1.4478 +61 2008 -1.5156 -1.6076 -1.4236 +61 2009 -1.4706 -1.5653 -1.3759 +61 2010 -1.5108 -1.6016 -1.4201 +61 2011 -1.5414 -1.6372 -1.4456 +61 2012 -1.5454 -1.6442 -1.4466 +61 2013 -1.5246 -1.6188 -1.4304 +61 2014 -1.5436 -1.6432 -1.4439 +61 2015 -1.4785 -1.5725 -1.3844 +61 2016 -1.4985 -1.5929 -1.404 +61 2017 -1.4133 -1.5043 -1.3223 +61 2018 -1.4097 -1.5022 -1.3172 +61 2019 -1.3318 -1.4237 -1.24 +61 2020 -1.3022 -1.3959 -1.2085 +61 2021 -1.3068 -1.3964 -1.2172 +61 2022 -1.2944 -1.3895 -1.1992 +61 2023 -1.255 -1.3466 -1.1634 +61 2024 -1.2127 -1.3 -1.1253 +61 2025 -1.1698 -1.26 -1.0796 +62 2007 -0.5731 -0.7068 -0.4395 +62 2008 -0.5959 -0.7209 -0.471 +62 2009 -0.5919 -0.7153 -0.4686 +62 2010 -0.5388 -0.6611 -0.4166 +62 2011 -0.4693 -0.5967 -0.3419 +62 2012 -0.4976 -0.625 -0.3703 +62 2013 -0.5534 -0.6786 -0.4281 +62 2014 -0.6247 -0.7512 -0.4981 +62 2015 -0.6646 -0.7926 -0.5367 +62 2016 -0.7068 -0.8353 -0.5783 +62 2017 -0.6721 -0.7971 -0.5472 +62 2018 -0.6161 -0.7401 -0.4921 +62 2019 -0.6243 -0.7491 -0.4995 +62 2020 -0.6032 -0.7304 -0.4761 +62 2021 -0.6023 -0.7256 -0.4791 +62 2022 -0.6057 -0.7327 -0.4786 +62 2023 -0.5802 -0.7061 -0.4543 +62 2024 -0.5577 -0.682 -0.4334 +62 2025 -0.6538 -0.7872 -0.5204 +63 2007 0.1351 0.0429 0.2273 +63 2010 -0.0449 -0.142 0.0522 +63 2013 -0.3015 -0.4 -0.203 +63 2016 -0.6112 -0.7105 -0.5119 +63 2019 -0.9016 -1.0046 -0.7986 +63 2022 -1.0548 -1.1608 -0.9488 +63 2025 -0.9023 -1.0251 -0.7796 +64 2007 -1.8715 -2.1667 -1.5763 +64 2010 -1.8372 -2.0944 -1.58 +64 2013 -1.8215 -2.0639 -1.579 +64 2016 -1.8058 -2.0457 -1.5659 +64 2019 -1.7889 -2.034 -1.5437 +64 2022 -1.7764 -2.0369 -1.5159 +64 2025 -1.769 -2.0583 -1.4797 +65 2007 -1.0805 -1.2532 -0.9078 +65 2010 -1.0002 -1.1655 -0.8349 +65 2013 -0.9642 -1.1247 -0.8037 +65 2016 -0.8534 -1.0097 -0.6972 +65 2019 -0.8335 -0.9899 -0.6772 +65 2022 -0.7779 -0.9355 -0.6203 +65 2025 -0.7511 -0.9363 -0.566 +66 2007 -0.1186 -0.3265 0.0894 +66 2010 -0.1094 -0.3006 0.0819 +66 2013 -0.068 -0.2676 0.1316 +66 2016 -0.1744 -0.3563 0.0076 +66 2019 -0.2413 -0.4293 -0.0532 +66 2022 -0.284 -0.4788 -0.0892 +66 2025 -0.3866 -0.6315 -0.1418 +67 2007 -1.8153 -1.9535 -1.6771 +67 2008 -1.9136 -2.0505 -1.7767 +67 2009 -1.8662 -2.0001 -1.7323 +67 2010 -1.7778 -1.9081 -1.6475 +67 2011 -1.6524 -1.7816 -1.5231 +67 2012 -1.6217 -1.7546 -1.4887 +67 2013 -1.6916 -1.828 -1.5552 +67 2014 -1.7884 -1.929 -1.6478 +67 2015 -1.7774 -1.909 -1.6458 +67 2016 -1.7763 -1.9081 -1.6444 +67 2017 -1.683 -1.813 -1.5529 +67 2018 -1.674 -1.8001 -1.548 +67 2019 -1.4879 -1.6117 -1.364 +67 2020 -1.4412 -1.5664 -1.316 +67 2021 -1.4743 -1.593 -1.3555 +67 2022 -1.3469 -1.4747 -1.2191 +67 2023 -1.2853 -1.4082 -1.1624 +67 2024 -1.2818 -1.3927 -1.171 +67 2025 -1.3365 -1.454 -1.219 +68 2007 -1.9002 -2.2164 -1.5839 +68 2008 -1.9025 -2.1906 -1.6144 +68 2009 -1.885 -2.1537 -1.6163 +68 2010 -1.8699 -2.1227 -1.6171 +68 2011 -1.853 -2.0943 -1.6116 +68 2012 -1.8722 -2.1144 -1.6299 +68 2013 -1.9056 -2.1495 -1.6618 +68 2014 -1.9434 -2.1942 -1.6926 +68 2015 -1.9676 -2.2222 -1.713 +68 2016 -2.0016 -2.2617 -1.7415 +68 2017 -2.0188 -2.2864 -1.7512 +68 2018 -1.9824 -2.2441 -1.7208 +68 2019 -1.9048 -2.149 -1.6605 +68 2020 -1.8361 -2.0781 -1.5941 +68 2021 -1.7816 -2.0274 -1.5359 +68 2022 -1.679 -1.9346 -1.4233 +68 2023 -1.6217 -1.8921 -1.3512 +68 2024 -1.5781 -1.869 -1.2873 +68 2025 -1.5765 -1.8792 -1.2738 +69 2007 -1.459 -1.9118 -1.0063 +69 2008 -1.2788 -1.6911 -0.8664 +69 2009 -1.3678 -1.7985 -0.9371 +69 2010 -1.3095 -1.7332 -0.8858 +69 2011 -1.1518 -1.553 -0.7506 +69 2012 -1.2038 -1.6278 -0.7798 +69 2013 -1.1152 -1.5058 -0.7245 +69 2014 -1.1864 -1.6153 -0.7576 +69 2015 -1.2121 -1.6474 -0.7768 +69 2016 -1.0836 -1.4972 -0.67 +69 2017 -0.9336 -1.3701 -0.4972 +69 2018 -0.8656 -1.2592 -0.472 +69 2019 -0.9158 -1.3528 -0.4789 +69 2020 -0.7305 -1.1924 -0.2685 +69 2021 -0.5103 -0.9506 -0.0701 +69 2022 -0.319 -0.7368 0.0988 +69 2023 -0.3018 -0.7489 0.1453 +69 2024 -0.2186 -0.6164 0.1792 +69 2025 -0.1518 -0.5224 0.2189 +70 2007 -1.056 -1.1442 -0.9678 +70 2008 -1.0346 -1.1166 -0.9526 +70 2009 -0.9766 -1.0606 -0.8925 +70 2010 -0.9299 -1.014 -0.8458 +70 2011 -0.784 -0.8667 -0.7013 +70 2012 -0.7692 -0.8553 -0.683 +70 2013 -0.8831 -0.9701 -0.7961 +70 2014 -0.8745 -0.9596 -0.7894 +70 2015 -0.8584 -0.9436 -0.7731 +70 2016 -0.8564 -0.9383 -0.7745 +70 2017 -0.7954 -0.8762 -0.7146 +70 2018 -0.7813 -0.8612 -0.7014 +70 2019 -0.8225 -0.9047 -0.7403 +70 2020 -0.8234 -0.9095 -0.7373 +70 2021 -0.8386 -0.9178 -0.7595 +70 2022 -0.826 -0.913 -0.7391 +70 2023 -0.7754 -0.8592 -0.6916 +70 2024 -0.7108 -0.7874 -0.6342 +70 2025 -0.727 -0.8021 -0.6518 +71 2007 0.0857 -0.0182 0.1897 +71 2008 0.0308 -0.0716 0.1332 +71 2009 0.0393 -0.0657 0.1443 +71 2010 -0.04 -0.1437 0.0636 +71 2011 -0.124 -0.2317 -0.0162 +71 2012 -0.126 -0.2379 -0.014 +71 2013 -0.0545 -0.1622 0.0532 +71 2014 -0.0741 -0.1833 0.0352 +71 2015 -0.1611 -0.2727 -0.0496 +71 2016 -0.1605 -0.2653 -0.0557 +71 2017 -0.2101 -0.3168 -0.1033 +71 2018 -0.2883 -0.3982 -0.1784 +71 2019 -0.2126 -0.3198 -0.1053 +71 2020 -0.2476 -0.3587 -0.1364 +71 2021 -0.2001 -0.3065 -0.0937 +71 2022 -0.1942 -0.3082 -0.0802 +71 2023 -0.1267 -0.2374 -0.0159 +71 2024 -0.2263 -0.33 -0.1227 +71 2025 -0.3578 -0.4611 -0.2544 +72 2007 -0.1949 -0.3472 -0.0426 +72 2010 -0.5351 -0.6944 -0.3758 +72 2013 -0.7736 -0.9381 -0.609 +72 2016 -0.9182 -1.0827 -0.7537 +72 2019 -0.64 -0.7947 -0.4853 +72 2022 -0.8743 -1.0363 -0.7122 +72 2025 -1.0017 -1.2343 -0.769 +73 2007 -0.4746 -0.5423 -0.4069 +73 2010 -0.5133 -0.5828 -0.4438 +73 2013 -0.5261 -0.5954 -0.4568 +73 2016 -0.6694 -0.7388 -0.6 +73 2019 -0.6924 -0.7623 -0.6225 +73 2022 -0.814 -0.8854 -0.7425 +73 2025 -0.855 -0.9359 -0.7741 +74 2007 -1.0793 -1.548 -0.6106 +74 2008 -1.2422 -1.6459 -0.8386 +74 2009 -1.4055 -1.8465 -0.9645 +74 2010 -1.3853 -1.7955 -0.9751 +74 2011 -1.3712 -1.8033 -0.9391 +74 2012 -1.1349 -1.5449 -0.725 +74 2013 -1.2958 -1.7077 -0.8839 +74 2014 -1.3244 -1.7423 -0.9065 +74 2015 -1.6075 -2.0568 -1.1583 +74 2016 -1.3981 -1.7979 -0.9984 +74 2017 -1.1841 -1.5892 -0.779 +74 2018 -1.1627 -1.5711 -0.7543 +74 2019 -0.9605 -1.3501 -0.5709 +74 2020 -0.9435 -1.3495 -0.5375 +74 2021 -0.9793 -1.373 -0.5855 +74 2022 -0.942 -1.3474 -0.5366 +74 2023 -0.6645 -1.0569 -0.2721 +74 2024 -0.3486 -0.7416 0.0444 +74 2025 -0.7144 -1.1481 -0.2807 +75 2007 -1.1244 -1.4975 -0.7513 +75 2010 -1.173 -1.5127 -0.8333 +75 2013 -1.1163 -1.4372 -0.7954 +75 2016 -1.119 -1.4343 -0.8038 +75 2019 -1.1394 -1.4589 -0.8198 +75 2022 -1.0618 -1.3938 -0.7298 +75 2025 -0.9736 -1.371 -0.5763 +76 2007 -0.7487 -1.1891 -0.3083 +76 2010 -0.5807 -0.9567 -0.2047 +76 2013 -0.796 -1.2366 -0.3553 +76 2016 -0.8113 -1.222 -0.4007 +76 2019 -1.5203 -1.9947 -1.0459 +76 2022 -1.9869 -2.5539 -1.42 +76 2025 -2.1037 -2.7818 -1.4257 +77 2007 -0.6973 -1.2302 -0.1643 +77 2010 -0.3953 -0.9338 0.1431 +77 2013 0.2572 -0.1573 0.6717 +77 2016 0.5667 0.1665 0.9669 +77 2019 0.5043 0.0472 0.9614 +77 2022 0.0776 -0.3839 0.5392 +77 2025 -0.1571 -0.7762 0.4619 +78 2007 -0.6115 -0.7199 -0.5031 +78 2010 -0.5025 -0.6083 -0.3968 +78 2013 -0.6276 -0.7377 -0.5175 +78 2016 -0.6828 -0.7912 -0.5745 +78 2019 -0.63 -0.7378 -0.5221 +78 2022 -0.5705 -0.6771 -0.4639 +78 2025 -0.6523 -0.7859 -0.5187 +79 2007 -1.8691 -1.9747 -1.7635 +79 2010 -1.6871 -1.7897 -1.5845 +79 2013 -1.7666 -1.8742 -1.6589 +79 2016 -1.7309 -1.8332 -1.6285 +79 2019 -1.4737 -1.5682 -1.3792 +79 2022 -1.2962 -1.3894 -1.203 +79 2025 -1.3382 -1.4584 -1.2181 +80 2007 -1.6086 -1.9282 -1.2889 +80 2008 -1.5786 -1.8694 -1.2878 +80 2009 -1.5269 -1.8113 -1.2426 +80 2010 -1.4507 -1.7196 -1.1817 +80 2011 -1.3995 -1.6681 -1.1309 +80 2012 -1.3727 -1.6444 -1.1009 +80 2013 -1.3711 -1.64 -1.1022 +80 2014 -1.365 -1.6418 -1.0881 +80 2015 -1.3343 -1.609 -1.0596 +80 2016 -1.3004 -1.5686 -1.0323 +80 2017 -1.2251 -1.4785 -0.9716 +80 2018 -1.1337 -1.3806 -0.8869 +80 2019 -1.1285 -1.3758 -0.8811 +80 2020 -1.0389 -1.2904 -0.7873 +80 2021 -1.01 -1.2633 -0.7568 +80 2022 -0.9203 -1.1779 -0.6626 +80 2023 -0.8415 -1.1031 -0.58 +80 2024 -0.7792 -1.0476 -0.5109 +80 2025 -0.7705 -1.0533 -0.4877 +81 2007 -1.2911 -1.3825 -1.1997 +81 2008 -1.3096 -1.3968 -1.2224 +81 2009 -1.3511 -1.4408 -1.2615 +81 2010 -1.4213 -1.5131 -1.3296 +81 2011 -1.421 -1.5145 -1.3275 +81 2012 -1.4133 -1.5093 -1.3173 +81 2013 -1.5021 -1.6042 -1.3999 +81 2014 -1.3882 -1.4825 -1.294 +81 2015 -1.2087 -1.3025 -1.1149 +81 2016 -1.3779 -1.4682 -1.2877 +81 2017 -1.3871 -1.4789 -1.2952 +81 2018 -1.4639 -1.5561 -1.3716 +81 2019 -1.4468 -1.5405 -1.3531 +81 2020 -1.338 -1.4368 -1.2392 +81 2021 -1.4777 -1.5704 -1.3849 +81 2022 -1.3839 -1.4818 -1.286 +81 2023 -1.3587 -1.4532 -1.2643 +81 2024 -1.3612 -1.4506 -1.2719 +81 2025 -1.1164 -1.1984 -1.0344 +82 2007 -0.3816 -0.4379 -0.3253 +82 2008 -0.3309 -0.3869 -0.2748 +82 2009 -0.3809 -0.4384 -0.3234 +82 2010 -0.4577 -0.5155 -0.3998 +82 2011 -0.6455 -0.7086 -0.5824 +82 2012 -0.4601 -0.5249 -0.3952 +82 2013 -0.6142 -0.6773 -0.5511 +82 2014 -0.4717 -0.5329 -0.4106 +82 2015 -0.2906 -0.35 -0.2312 +82 2016 -0.3371 -0.394 -0.2803 +82 2017 -0.3634 -0.4221 -0.3047 +82 2018 -0.4262 -0.4851 -0.3672 +82 2019 -0.5274 -0.5874 -0.4673 +82 2020 -0.6092 -0.675 -0.5433 +82 2021 -0.5284 -0.5855 -0.4712 +82 2022 -0.4933 -0.556 -0.4306 +82 2023 -0.6094 -0.6728 -0.5461 +82 2024 -0.4457 -0.5017 -0.3896 +82 2025 -0.2623 -0.3131 -0.2115 +83 2007 0.6124 0.5343 0.6905 +83 2008 0.5514 0.4713 0.6315 +83 2009 0.6242 0.5412 0.7071 +83 2010 0.5392 0.4594 0.6191 +83 2011 0.5741 0.49 0.6581 +83 2012 0.5041 0.414 0.5943 +83 2013 0.3202 0.2321 0.4082 +83 2014 0.2917 0.2036 0.3799 +83 2015 0.3767 0.2884 0.4651 +83 2016 0.2199 0.1358 0.304 +83 2017 0.2183 0.1326 0.3039 +83 2018 0.2312 0.1431 0.3193 +83 2019 0.2733 0.1872 0.3594 +83 2020 0.3227 0.2356 0.4097 +83 2021 0.3719 0.2872 0.4565 +83 2022 0.3333 0.2415 0.4252 +83 2023 0.2682 0.1782 0.3581 +83 2024 0.2414 0.1571 0.3256 +83 2025 0.2462 0.1675 0.3249 +84 2007 -0.8547 -0.9509 -0.7584 +84 2008 -0.8546 -0.9426 -0.7665 +84 2009 -0.9289 -1.0188 -0.8389 +84 2010 -0.9279 -1.0207 -0.835 +84 2011 -0.9725 -1.0644 -0.8805 +84 2012 -0.9592 -1.055 -0.8633 +84 2013 -0.9861 -1.0838 -0.8883 +84 2014 -0.9479 -1.0427 -0.8532 +84 2015 -0.9009 -0.9953 -0.8066 +84 2016 -0.7248 -0.8144 -0.6353 +84 2017 -0.6912 -0.7796 -0.6027 +84 2018 -0.7503 -0.8378 -0.6628 +84 2019 -0.7233 -0.8141 -0.6324 +84 2020 -0.6329 -0.7251 -0.5407 +84 2021 -0.6313 -0.7156 -0.547 +84 2022 -0.4935 -0.5832 -0.4038 +84 2023 -0.4664 -0.5543 -0.3785 +84 2024 -0.3959 -0.4761 -0.3157 +84 2025 -0.2658 -0.3442 -0.1874 +85 2007 -1.0946 -1.2177 -0.9715 +85 2008 -1.0792 -1.1956 -0.9627 +85 2009 -1.1513 -1.2676 -1.0351 +85 2010 -1.1209 -1.2329 -1.0088 +85 2011 -1.1686 -1.2807 -1.0565 +85 2012 -1.1647 -1.2774 -1.0519 +85 2013 -1.2137 -1.328 -1.0994 +85 2014 -1.2114 -1.3254 -1.0975 +85 2015 -1.2158 -1.331 -1.1006 +85 2016 -1.2514 -1.3644 -1.1384 +85 2017 -1.3052 -1.4215 -1.1888 +85 2018 -1.3123 -1.4273 -1.1973 +85 2019 -1.3496 -1.4653 -1.2338 +85 2020 -1.3746 -1.4969 -1.2522 +85 2021 -1.3814 -1.5045 -1.2583 +85 2022 -1.446 -1.5824 -1.3095 +85 2023 -1.4184 -1.5516 -1.2852 +85 2024 -1.4166 -1.5522 -1.2811 +85 2025 -1.3748 -1.5073 -1.2423 +86 2007 0.0316 -0.094 0.1571 +86 2008 0.1548 0.0425 0.2671 +86 2009 0.1593 0.048 0.2707 +86 2010 0.1126 0.0051 0.2201 +86 2011 0.074 -0.0389 0.1869 +86 2012 0.0665 -0.0449 0.1779 +86 2013 0.0458 -0.0631 0.1548 +86 2014 -0.0307 -0.1427 0.0813 +86 2015 -0.0645 -0.176 0.047 +86 2016 -0.0766 -0.1864 0.0333 +86 2017 -0.0788 -0.1884 0.0308 +86 2018 -0.1126 -0.2231 -0.0021 +86 2019 -0.1886 -0.3019 -0.0752 +86 2020 -0.2181 -0.3338 -0.1025 +86 2021 -0.2104 -0.3234 -0.0974 +86 2022 -0.189 -0.3037 -0.0744 +86 2023 -0.2315 -0.3467 -0.1164 +86 2024 -0.2589 -0.3752 -0.1427 +86 2025 -0.2137 -0.3289 -0.0984 +87 2007 0.4687 0.2484 0.6889 +87 2010 0.6547 0.4584 0.851 +87 2013 0.5224 0.3235 0.7212 +87 2016 0.4602 0.2414 0.679 +87 2019 0.6706 0.4659 0.8754 +87 2022 0.6164 0.4026 0.8303 +87 2025 0.5764 0.3421 0.8108 +88 2007 -0.917 -2.3447 0.5106 +88 2008 -1.123 -1.6791 -0.5669 +88 2009 -0.7818 -1.4455 -0.1182 +88 2010 -1.4026 -2.1559 -0.6493 +88 2011 -0.9896 -1.5458 -0.4334 +88 2012 -1.4898 -2.2606 -0.7191 +88 2013 -0.5428 -1.2707 0.1851 +88 2014 -1.7946 -2.4796 -1.1096 +88 2015 -1.748 -2.5501 -0.9459 +88 2016 -1.2692 -2.1335 -0.4048 +88 2017 -0.5765 -1.0213 -0.1316 +88 2018 -0.2161 -0.6653 0.2331 +88 2019 -1.2587 -2.1179 -0.3995 +88 2020 -1.7034 -2.4693 -0.9376 +88 2021 -1.0133 -1.5968 -0.4298 +88 2022 -1.1673 -1.9851 -0.3496 +88 2023 -0.0605 -0.496 0.3749 +88 2024 -1.0589 -1.7757 -0.3422 +88 2025 -0.3377 -0.9938 0.3184 +89 2007 0.32 0.0799 0.5601 +89 2010 0.1222 -0.1195 0.3639 +89 2013 -0.0726 -0.3394 0.1943 +89 2016 -0.2667 -0.5353 0.0019 +89 2019 -0.9329 -1.2177 -0.6482 +89 2022 -1.4149 -1.7363 -1.0934 +89 2025 -1.1577 -1.5307 -0.7847 +90 2007 -2.4192 -2.7075 -2.1309 +90 2008 -2.4292 -2.7037 -2.1548 +90 2009 -2.4074 -2.6625 -2.1524 +90 2010 -2.3911 -2.6371 -2.1451 +90 2011 -2.3498 -2.5848 -2.1149 +90 2012 -2.3366 -2.5672 -2.1059 +90 2013 -2.3289 -2.5564 -2.1013 +90 2014 -2.3293 -2.5596 -2.0991 +90 2015 -2.3306 -2.5693 -2.0919 +90 2016 -2.2748 -2.4948 -2.0548 +90 2017 -2.2357 -2.4552 -2.0161 +90 2018 -2.2028 -2.4251 -1.9806 +90 2019 -2.1506 -2.3941 -1.9071 +90 2020 -2.196 -2.4226 -1.9694 +90 2021 -2.1968 -2.4227 -1.9709 +90 2022 -2.202 -2.4354 -1.9687 +90 2023 -2.1718 -2.4082 -1.9354 +90 2024 -2.1447 -2.3912 -1.8982 +90 2025 -2.1817 -2.4451 -1.9184 +91 2007 -1.6155 -1.7117 -1.5194 +91 2010 -1.4914 -1.5838 -1.3989 +91 2013 -1.4726 -1.569 -1.3762 +91 2016 -1.457 -1.5474 -1.3666 +91 2019 -1.3409 -1.4301 -1.2517 +91 2022 -1.2697 -1.3564 -1.183 +91 2025 -1.2146 -1.3256 -1.1036 +92 2007 -1.0191 -1.2774 -0.7608 +92 2008 -1.0619 -1.3113 -0.8125 +92 2009 -1.0865 -1.3373 -0.8357 +92 2010 -1.015 -1.2421 -0.788 +92 2011 -0.9924 -1.2247 -0.7601 +92 2012 -0.9426 -1.1767 -0.7084 +92 2013 -0.9144 -1.1521 -0.6767 +92 2014 -0.9034 -1.1481 -0.6587 +92 2015 -0.9432 -1.1828 -0.7035 +92 2016 -1.0356 -1.2826 -0.7887 +92 2017 -1.0344 -1.2747 -0.7942 +92 2018 -1 -1.2345 -0.7656 +92 2019 -1.0415 -1.2806 -0.8025 +92 2020 -1.0697 -1.3178 -0.8215 +92 2021 -1.0571 -1.3011 -0.813 +92 2022 -1.0962 -1.3504 -0.842 +92 2023 -1.0409 -1.2852 -0.7965 +92 2024 -1.0547 -1.2987 -0.8108 +92 2025 -1.0561 -1.3245 -0.7877 +93 2007 -1.3882 -1.5322 -1.2441 +93 2010 -1.5211 -1.6684 -1.3739 +93 2013 -1.654 -1.8128 -1.4952 +93 2016 -1.9184 -2.0852 -1.7516 +93 2019 -2.3472 -2.547 -2.1473 +93 2022 -2.4688 -2.6774 -2.2602 +93 2025 -2.525 -2.7859 -2.264 +94 2007 -1.304 -1.4203 -1.1877 +94 2010 -1.3931 -1.5141 -1.2721 +94 2013 -1.4384 -1.5619 -1.3149 +94 2016 -1.5812 -1.712 -1.4505 +94 2019 -1.4089 -1.5275 -1.2902 +94 2022 -1.2696 -1.3847 -1.1544 +94 2025 -1.1891 -1.3449 -1.0333 +95 2007 -1.0548 -1.2137 -0.8959 +95 2008 -1.1165 -1.2609 -0.972 +95 2009 -1.1639 -1.3224 -1.0055 +95 2010 -1.0565 -1.2058 -0.9072 +95 2011 -0.9705 -1.1126 -0.8285 +95 2012 -0.9058 -1.0547 -0.7569 +95 2013 -0.8802 -1.0248 -0.7357 +95 2014 -0.7672 -0.9096 -0.6249 +95 2015 -0.6914 -0.8415 -0.5413 +95 2016 -0.7085 -0.8444 -0.5726 +95 2017 -0.6585 -0.7965 -0.5205 +95 2018 -0.6085 -0.7451 -0.4719 +95 2019 -0.6393 -0.7725 -0.506 +95 2020 -0.713 -0.8592 -0.5667 +95 2021 -0.6584 -0.7952 -0.5215 +95 2022 -0.6393 -0.7773 -0.5014 +95 2023 -0.6939 -0.8339 -0.5539 +95 2024 -0.7426 -0.8833 -0.602 +95 2025 -0.7402 -0.8886 -0.5917 +96 2007 -1.5982 -1.8818 -1.3146 +96 2008 -1.3881 -1.6271 -1.1491 +96 2009 -1.4727 -1.7234 -1.222 +96 2010 -1.4423 -1.6748 -1.2098 +96 2011 -1.4626 -1.6973 -1.2279 +96 2012 -1.2979 -1.5267 -1.0691 +96 2013 -1.2218 -1.4431 -1.0004 +96 2014 -1.1891 -1.4053 -0.9728 +96 2015 -1.1191 -1.3418 -0.8963 +96 2016 -1.0479 -1.2616 -0.8342 +96 2017 -1.0631 -1.2788 -0.8473 +96 2018 -0.9845 -1.1981 -0.771 +96 2019 -0.9538 -1.1678 -0.7399 +96 2020 -0.7921 -1.0216 -0.5626 +96 2021 -0.7558 -0.9895 -0.5222 +96 2022 -0.9973 -1.2284 -0.7662 +96 2023 -0.9187 -1.1668 -0.6705 +96 2024 -1.0237 -1.2713 -0.7761 +96 2025 -0.9997 -1.2621 -0.7373 +97 2007 0.1256 0.0259 0.2254 +97 2010 0.0764 -0.0211 0.174 +97 2013 -0.0108 -0.1079 0.0863 +97 2016 -0.0779 -0.175 0.0193 +97 2019 -0.2095 -0.3107 -0.1084 +97 2022 -0.2212 -0.3235 -0.1188 +97 2025 -0.1794 -0.2961 -0.0627 +98 2007 -1.1461 -1.5249 -0.7673 +98 2010 -1.1865 -1.5493 -0.8236 +98 2013 -1.3543 -1.7298 -0.9788 +98 2016 -1.1796 -1.5367 -0.8225 +98 2019 -0.8607 -1.2058 -0.5156 +98 2022 -0.5161 -0.8594 -0.1728 +98 2025 -0.7505 -1.1956 -0.3054 +99 2007 -1.3219 -1.3859 -1.2578 +99 2010 -1.4049 -1.4723 -1.3376 +99 2013 -1.3593 -1.4258 -1.2928 +99 2016 -1.4279 -1.4933 -1.3625 +99 2019 -1.434 -1.5011 -1.367 +99 2022 -1.3701 -1.4371 -1.303 +99 2025 -1.1431 -1.2257 -1.0606 +100 2007 -0.8865 -1.1295 -0.6435 +100 2010 -0.9414 -1.1748 -0.7079 +100 2013 -0.9021 -1.1297 -0.6745 +100 2016 -0.9413 -1.1647 -0.7179 +100 2019 -1.007 -1.2318 -0.7822 +100 2022 -1.0703 -1.3055 -0.8352 +100 2025 -1.0839 -1.3732 -0.7946 +101 2007 -0.156 -0.4603 0.1482 +101 2010 -0.3998 -0.6913 -0.1082 +101 2013 -0.805 -1.1156 -0.4944 +101 2016 -0.9115 -1.2282 -0.5948 +101 2019 -0.9844 -1.3018 -0.667 +101 2022 -1.0424 -1.3598 -0.7251 +101 2025 -1.0724 -1.4544 -0.6903 +102 2007 -0.5557 -0.7905 -0.3209 +102 2010 -0.5738 -0.8018 -0.3459 +102 2013 -0.5924 -0.822 -0.3628 +102 2016 -0.5366 -0.7525 -0.3206 +102 2019 -0.5088 -0.7263 -0.2913 +102 2022 -0.4796 -0.7049 -0.2543 +102 2025 -0.4452 -0.6961 -0.1943 +103 2007 -0.6293 -1.2782 0.0197 +103 2008 -1.0064 -1.6872 -0.3255 +103 2009 -0.9841 -1.6243 -0.3438 +103 2010 -0.8683 -1.5755 -0.1612 +103 2011 -0.5597 -1.2314 0.112 +103 2012 -0.1367 -0.7186 0.4453 +103 2013 0.2868 -0.2156 0.7891 +103 2014 0.1785 -0.3333 0.6903 +103 2015 0.1453 -0.3668 0.6575 +103 2016 0.38 -0.0757 0.8356 +103 2017 0.4926 0.0047 0.9806 +103 2018 0.5835 0.0798 1.0872 +103 2019 0.3626 -0.1718 0.897 +103 2020 0.3981 -0.1779 0.9741 +103 2021 0.5557 -3e-04 1.1117 +103 2022 0.1152 -0.4647 0.6951 +103 2023 0.0516 -0.5378 0.6411 +103 2024 -0.019 -0.5415 0.5035 +103 2025 -0.2573 -0.8793 0.3647 +104 2007 -0.7222 -0.9998 -0.4447 +104 2008 -0.5801 -0.8236 -0.3366 +104 2009 -0.3935 -0.6304 -0.1567 +104 2010 -0.2997 -0.5342 -0.0652 +104 2011 -0.2895 -0.5309 -0.048 +104 2012 -0.3079 -0.5436 -0.0723 +104 2013 -0.3177 -0.5458 -0.0897 +104 2014 -0.3484 -0.5806 -0.1161 +104 2015 -0.4528 -0.6859 -0.2196 +104 2016 -0.396 -0.6127 -0.1792 +104 2017 -0.4251 -0.6558 -0.1944 +104 2018 -0.2789 -0.5215 -0.0363 +104 2019 -0.4801 -0.7096 -0.2506 +104 2020 -0.4248 -0.661 -0.1886 +104 2021 -0.5468 -0.7777 -0.316 +104 2022 -0.5395 -0.7692 -0.3099 +104 2023 -0.5277 -0.7646 -0.2908 +104 2024 -0.4242 -0.6524 -0.1959 +104 2025 -0.171 -0.4264 0.0844 +105 2007 -1.7728 -2.0645 -1.4811 +105 2008 -1.8754 -2.1363 -1.6144 +105 2009 -1.9345 -2.2023 -1.6668 +105 2010 -1.9184 -2.2014 -1.6354 +105 2011 -1.661 -1.9226 -1.3994 +105 2012 -1.6669 -1.9169 -1.417 +105 2013 -1.6983 -1.947 -1.4496 +105 2014 -1.7174 -1.9689 -1.4659 +105 2015 -1.7538 -2.0027 -1.505 +105 2016 -1.7704 -2.0226 -1.5181 +105 2017 -1.7856 -2.0533 -1.5179 +105 2018 -1.6017 -1.8452 -1.3582 +105 2019 -1.5608 -1.8183 -1.3033 +105 2020 -1.5703 -1.8282 -1.3123 +105 2021 -1.7009 -1.9441 -1.4577 +105 2022 -1.7204 -1.9732 -1.4676 +105 2023 -1.6823 -1.9369 -1.4277 +105 2024 -1.6705 -1.9166 -1.4243 +105 2025 -1.7201 -1.9862 -1.4539 +106 2007 0.4518 0.2922 0.6115 +106 2008 0.4395 0.2721 0.6069 +106 2009 0.3729 0.191 0.5547 +106 2010 0.2856 0.107 0.4641 +106 2011 0.4573 0.259 0.6556 +106 2012 0.2158 0.0182 0.4134 +106 2013 0.0684 -0.1189 0.2557 +106 2014 -0.0684 -0.2798 0.1431 +106 2015 -0.0607 -0.2702 0.1488 +106 2016 -0.0039 -0.1982 0.1903 +106 2017 -0.0338 -0.2457 0.1782 +106 2018 -0.0589 -0.2611 0.1434 +106 2019 -0.0214 -0.2152 0.1725 +106 2020 -0.0555 -0.2631 0.152 +106 2021 -0.0863 -0.2938 0.1211 +106 2022 -0.3394 -0.5651 -0.1138 +106 2023 -0.4825 -0.716 -0.2491 +106 2024 -0.5092 -0.7291 -0.2892 +106 2025 -0.6909 -0.9406 -0.4412 +107 2007 -0.3733 -0.4165 -0.33 +107 2010 -0.5223 -0.568 -0.4765 +107 2013 -0.4647 -0.5102 -0.4193 +107 2016 -0.3845 -0.4286 -0.3404 +107 2019 -0.5566 -0.602 -0.5112 +107 2022 -0.5175 -0.5628 -0.4722 +107 2025 -0.2729 -0.3221 -0.2236 +108 2007 -1.1241 -1.5628 -0.6854 +108 2008 -1.1308 -1.537 -0.7246 +108 2009 -1.1539 -1.5315 -0.7763 +108 2010 -1.175 -1.543 -0.807 +108 2011 -1.1715 -1.5307 -0.8124 +108 2012 -1.1708 -1.5181 -0.8235 +108 2013 -1.138 -1.4803 -0.7956 +108 2014 -1.1227 -1.4622 -0.7833 +108 2015 -1.1168 -1.4466 -0.787 +108 2016 -1.1108 -1.4429 -0.7786 +108 2017 -1.1277 -1.465 -0.7904 +108 2018 -1.1092 -1.4387 -0.7797 +108 2019 -1.1128 -1.4467 -0.779 +108 2020 -1.1424 -1.4897 -0.7951 +108 2021 -1.1834 -1.5365 -0.8303 +108 2022 -1.1438 -1.4981 -0.7896 +108 2023 -1.0923 -1.4574 -0.7272 +108 2024 -1.0241 -1.3934 -0.6548 +108 2025 -0.9872 -1.387 -0.5875 +109 2007 -0.8609 -1.1469 -0.5748 +109 2008 -0.8938 -1.1561 -0.6315 +109 2009 -0.898 -1.1541 -0.642 +109 2010 -0.9225 -1.1745 -0.6705 +109 2011 -0.9215 -1.1763 -0.6667 +109 2012 -0.9533 -1.2149 -0.6916 +109 2013 -0.9222 -1.1753 -0.6692 +109 2014 -0.8925 -1.1437 -0.6412 +109 2015 -0.9913 -1.2502 -0.7323 +109 2016 -1.0155 -1.2746 -0.7563 +109 2017 -0.9494 -1.1974 -0.7014 +109 2018 -0.9258 -1.1726 -0.6789 +109 2019 -0.9753 -1.2225 -0.7282 +109 2020 -0.9553 -1.2081 -0.7025 +109 2021 -1.0175 -1.2647 -0.7702 +109 2022 -1.051 -1.3035 -0.7984 +109 2023 -1.1047 -1.3702 -0.8391 +109 2024 -1.1119 -1.3841 -0.8396 +109 2025 -1.1295 -1.4268 -0.8322 +110 2007 -0.7406 -0.9433 -0.5379 +110 2008 -0.9013 -1.0725 -0.7301 +110 2009 -0.8925 -1.0758 -0.7092 +110 2010 -0.7373 -0.9096 -0.5649 +110 2011 -0.65 -0.8018 -0.4982 +110 2012 -0.7533 -0.9266 -0.5799 +110 2013 -0.6267 -0.7996 -0.4538 +110 2014 -0.683 -0.8397 -0.5262 +110 2015 -0.6702 -0.8453 -0.4951 +110 2016 -0.6766 -0.8503 -0.5029 +110 2017 -0.7013 -0.8571 -0.5455 +110 2018 -0.6651 -0.8399 -0.4903 +110 2019 -0.8145 -0.9933 -0.6357 +110 2020 -0.7193 -0.8853 -0.5533 +110 2021 -0.6847 -0.8645 -0.5049 +110 2022 -0.7414 -0.9249 -0.5579 +110 2023 -0.7769 -0.9477 -0.6061 +110 2024 -0.6441 -0.839 -0.4491 +110 2025 -0.6994 -0.919 -0.4798 +111 2007 0.2846 -0.2496 0.8189 +111 2010 -0.5352 -1.1552 0.0848 +111 2013 0.0283 -0.5133 0.5699 +111 2016 -0.1867 -0.7109 0.3374 +111 2019 1.1555 0.6686 1.6424 +111 2022 -0.387 -0.9923 0.2183 +111 2025 0.0403 -0.8328 0.9135 +112 2007 -0.8947 -0.9649 -0.8245 +112 2010 -0.9638 -1.0366 -0.8909 +112 2013 -0.9741 -1.0489 -0.8993 +112 2016 -0.734 -0.8024 -0.6657 +112 2019 -0.6785 -0.7474 -0.6096 +112 2022 -0.4582 -0.5247 -0.3917 +112 2025 -0.2335 -0.3099 -0.1571 +113 2007 -1.2118 -1.4443 -0.9793 +113 2008 -1.258 -1.4676 -1.0484 +113 2009 -1.3186 -1.539 -1.0983 +113 2010 -1.2856 -1.497 -1.0741 +113 2011 -1.3881 -1.6099 -1.1663 +113 2012 -1.4269 -1.6453 -1.2085 +113 2013 -1.4904 -1.7114 -1.2694 +113 2014 -1.5256 -1.7469 -1.3044 +113 2015 -1.5549 -1.784 -1.3258 +113 2016 -1.5617 -1.7915 -1.332 +113 2017 -1.4836 -1.693 -1.2741 +113 2018 -1.4332 -1.6459 -1.2206 +113 2019 -1.3869 -1.5948 -1.1791 +113 2020 -1.3054 -1.5161 -1.0946 +113 2021 -1.3452 -1.5558 -1.1346 +113 2022 -1.3957 -1.609 -1.1823 +113 2023 -1.3742 -1.585 -1.1634 +113 2024 -1.3755 -1.5947 -1.1563 +113 2025 -1.4413 -1.6734 -1.2092 +114 2007 -1.4304 -1.6265 -1.2343 +114 2010 -1.396 -1.5662 -1.2259 +114 2013 -1.2924 -1.4507 -1.1342 +114 2016 -1.1762 -1.3525 -0.9999 +114 2019 -1.317 -1.4751 -1.1588 +114 2022 -1.284 -1.452 -1.1161 +114 2025 -1.232 -1.4421 -1.0219 +115 2007 -0.6759 -1.1975 -0.1543 +115 2010 -0.632 -1.1286 -0.1354 +115 2013 -0.4696 -0.9368 -0.0024 +115 2016 -0.3558 -0.805 0.0933 +115 2019 -0.2509 -0.7072 0.2055 +115 2022 -0.2573 -0.7319 0.2173 +115 2025 -0.2406 -0.786 0.3049 +116 2007 -2.5121 -2.9326 -2.0915 +116 2010 -3.0929 -3.5954 -2.5904 +116 2013 -3.3782 -3.9017 -2.8547 +116 2016 -2.4259 -2.7882 -2.0636 +116 2019 -1.158 -1.4166 -0.8994 +116 2022 -0.6761 -0.9131 -0.4391 +116 2025 0.0885 -0.2036 0.3805 +117 2007 -0.9293 -1.0068 -0.8519 +117 2008 -0.8705 -0.9424 -0.7985 +117 2009 -0.7354 -0.8085 -0.6623 +117 2010 -0.6414 -0.713 -0.5699 +117 2011 -0.5372 -0.6069 -0.4674 +117 2012 -0.5797 -0.6577 -0.5018 +117 2013 -0.7371 -0.8167 -0.6575 +117 2014 -0.5811 -0.656 -0.5063 +117 2015 -0.5678 -0.6429 -0.4926 +117 2016 -0.5865 -0.6589 -0.5142 +117 2017 -0.5811 -0.6538 -0.5084 +117 2018 -0.5114 -0.5825 -0.4403 +117 2019 -0.4843 -0.5554 -0.4131 +117 2020 -0.4961 -0.5722 -0.42 +117 2021 -0.5534 -0.6225 -0.4843 +117 2022 -0.534 -0.6113 -0.4567 +117 2023 -0.5676 -0.6438 -0.4914 +117 2024 -0.5015 -0.5694 -0.4336 +117 2025 -0.3975 -0.4602 -0.3348 +118 2007 0.0226 -0.584 0.6292 +118 2008 0.0201 -0.5827 0.6229 +118 2009 0.3133 -0.2258 0.8524 +118 2010 0.35 -0.218 0.9179 +118 2011 0.6092 0.102 1.1164 +118 2012 0.6586 0.1687 1.1484 +118 2013 0.7403 0.2492 1.2313 +118 2014 0.6555 0.1477 1.1632 +118 2015 0.5567 0.0092 1.1042 +118 2016 0.8906 0.4088 1.3723 +118 2017 0.6879 0.1607 1.215 +118 2018 0.445 -0.0958 0.9858 +118 2019 0.5046 -0.0019 1.011 +118 2020 0.5085 -0.0174 1.0343 +118 2021 0.4545 -0.0237 0.9327 +118 2022 0.3649 -0.176 0.9057 +118 2023 0.3179 -0.2556 0.8914 +118 2024 0.2918 -0.2201 0.8037 +118 2025 -0.0586 -0.6649 0.5478 +119 2007 -1.0722 -1.5107 -0.6336 +119 2010 -1.4338 -1.8306 -1.037 +119 2013 -1.7529 -2.1797 -1.3261 +119 2016 -1.9814 -2.4338 -1.5291 +119 2019 -1.8866 -2.3175 -1.4558 +119 2022 -1.9 -2.3578 -1.4422 +119 2025 -2.0263 -2.6675 -1.3851 +120 2007 0.3529 -0.1168 0.8226 +120 2010 0.3875 -0.0389 0.8139 +120 2013 0.4766 0.0857 0.8675 +120 2016 0.6599 0.2955 1.0243 +120 2019 0.7514 0.4142 1.0885 +120 2022 0.6927 0.3226 1.0627 +120 2025 0.7684 0.3353 1.2015 +121 2007 0.0589 -0.0212 0.139 +121 2010 -0.0975 -0.1811 -0.0139 +121 2013 -0.0913 -0.1761 -0.0064 +121 2016 -0.2151 -0.2981 -0.132 +121 2019 -0.2064 -0.2907 -0.1221 +121 2022 -0.1747 -0.2595 -0.0899 +121 2025 -0.4041 -0.5078 -0.3004 +122 2007 -0.2767 -0.7429 0.1895 +122 2010 -0.234 -0.6842 0.2162 +122 2013 -0.3733 -0.8212 0.0746 +122 2016 -0.593 -1.0925 -0.0934 +122 2019 -0.529 -0.9903 -0.0676 +122 2022 -0.5562 -1.0252 -0.0871 +122 2025 -0.5543 -1.0454 -0.0631 +123 2007 -0.2391 -0.3122 -0.1659 +123 2010 -0.1108 -0.1844 -0.0373 +123 2013 -0.1563 -0.2294 -0.0831 +123 2016 -0.2424 -0.3153 -0.1695 +123 2019 -0.2643 -0.3389 -0.1897 +123 2022 -0.3219 -0.4005 -0.2433 +123 2025 -0.179 -0.2658 -0.0923 +124 2007 -0.6621 -1.2494 -0.0748 +124 2008 -0.6799 -1.2178 -0.142 +124 2009 -0.7308 -1.2669 -0.1947 +124 2010 -0.713 -1.2405 -0.1856 +124 2011 -0.642 -1.1636 -0.1204 +124 2012 -0.6476 -1.1634 -0.1317 +124 2013 -0.5677 -1.0694 -0.066 +124 2014 -0.4834 -0.9774 0.0106 +124 2015 -0.4668 -0.9567 0.0231 +124 2016 -0.4478 -0.9325 0.0369 +124 2017 -0.3446 -0.8232 0.134 +124 2018 -0.282 -0.7575 0.1934 +124 2019 -0.2566 -0.7472 0.2339 +124 2020 -0.2651 -0.7584 0.2282 +124 2021 -0.1889 -0.6662 0.2885 +124 2022 -0.209 -0.702 0.284 +124 2023 -0.247 -0.7613 0.2673 +124 2024 -0.3172 -0.837 0.2025 +124 2025 -0.3139 -0.8709 0.2431 +125 2007 0.2085 0.0887 0.3283 +125 2008 0.1544 0.0279 0.2809 +125 2009 -0.0044 -0.1386 0.1298 +125 2010 0.0026 -0.1231 0.1284 +125 2011 -0.0195 -0.1562 0.1172 +125 2012 -0.1476 -0.2926 -0.0025 +125 2013 -0.0576 -0.19 0.0747 +125 2014 -0.5 -0.6444 -0.3557 +125 2015 -0.4229 -0.5609 -0.285 +125 2016 -0.5127 -0.6482 -0.3772 +125 2017 -0.7111 -0.8503 -0.572 +125 2018 -0.6341 -0.7766 -0.4916 +125 2019 -0.9242 -1.0676 -0.7809 +125 2020 -0.8908 -1.0392 -0.7424 +125 2021 -0.9012 -1.0435 -0.7589 +125 2022 -1.0292 -1.1822 -0.8763 +125 2023 -0.9893 -1.1387 -0.8398 +125 2024 -1.1649 -1.3137 -1.0161 +125 2025 -0.8737 -0.9997 -0.7476 +126 2007 -1.1605 -1.2521 -1.0689 +126 2008 -1.1615 -1.253 -1.0701 +126 2009 -1.0791 -1.1748 -0.9834 +126 2010 -0.9605 -1.0511 -0.8699 +126 2011 -0.9858 -1.0799 -0.8916 +126 2012 -0.8337 -0.9285 -0.7388 +126 2013 -0.9126 -1.0056 -0.8195 +126 2014 -1.1053 -1.2046 -1.006 +126 2015 -1.0791 -1.1758 -0.9825 +126 2016 -1.1062 -1.1995 -1.0128 +126 2017 -1.2314 -1.3291 -1.1337 +126 2018 -1.1792 -1.2765 -1.0818 +126 2019 -1.0509 -1.1454 -0.9565 +126 2020 -1.1429 -1.2456 -1.0402 +126 2021 -1.1547 -1.2476 -1.0618 +126 2022 -0.977 -1.0761 -0.8778 +126 2023 -1.0826 -1.1796 -0.9855 +126 2024 -1.1193 -1.2145 -1.0242 +126 2025 -0.8216 -0.9036 -0.7396 +127 2007 -0.2425 -0.721 0.2361 +127 2008 -0.096 -0.5753 0.3833 +127 2009 0.0212 -0.4502 0.4925 +127 2010 0.0887 -0.3627 0.54 +127 2011 0.3989 -0.0475 0.8453 +127 2012 0.6227 0.1552 1.0902 +127 2013 0.5983 0.157 1.0395 +127 2014 0.7428 0.2924 1.1933 +127 2015 0.7407 0.2831 1.1983 +127 2016 0.7453 0.3188 1.1719 +127 2017 0.7835 0.3453 1.2216 +127 2018 0.7861 0.3308 1.2414 +127 2019 0.8549 0.4269 1.2829 +127 2020 0.9193 0.4889 1.3496 +127 2021 1.0357 0.59 1.4814 +127 2022 1.1053 0.6398 1.5708 +127 2023 1.398 0.939 1.857 +127 2024 1.6353 1.1953 2.0754 +127 2025 1.8127 1.3648 2.2606 +128 2007 -0.2796 -0.4056 -0.1536 +128 2010 -0.179 -0.3008 -0.0572 +128 2013 -0.2328 -0.3545 -0.111 +128 2016 -0.2822 -0.4057 -0.1587 +128 2019 -0.3573 -0.4841 -0.2305 +128 2022 -0.3802 -0.5051 -0.2553 +128 2025 -0.4147 -0.5678 -0.2616 +129 2007 -0.5058 -0.7334 -0.2782 +129 2008 -0.5348 -0.7598 -0.3099 +129 2009 -0.6003 -0.8262 -0.3743 +129 2010 -0.5815 -0.7976 -0.3654 +129 2011 -0.5437 -0.7643 -0.323 +129 2012 -0.555 -0.7795 -0.3305 +129 2013 -0.6138 -0.8397 -0.388 +129 2014 -0.6665 -0.902 -0.4311 +129 2015 -0.6576 -0.8888 -0.4263 +129 2016 -0.5982 -0.8241 -0.3722 +129 2017 -0.59 -0.8208 -0.3592 +129 2018 -0.5069 -0.7333 -0.2805 +129 2019 -0.4561 -0.6802 -0.2319 +129 2020 -0.3652 -0.5916 -0.1387 +129 2021 -0.2959 -0.5202 -0.0716 +129 2022 -0.3144 -0.5374 -0.0914 +129 2023 -0.3397 -0.5655 -0.1139 +129 2024 -0.3074 -0.5287 -0.0861 +129 2025 -0.1826 -0.4094 0.0441 +130 2007 0.3195 0.2071 0.432 +130 2010 0.2847 0.1691 0.4003 +130 2013 0.0742 -0.0445 0.1929 +130 2016 0.3604 0.2493 0.4716 +130 2019 0.4011 0.2905 0.5118 +130 2022 0.3087 0.1964 0.421 +130 2025 0.6239 0.4965 0.7513 +131 2007 -1.0179 -1.2278 -0.808 +131 2010 -0.8731 -1.0821 -0.6641 +131 2013 -0.9001 -1.1088 -0.6914 +131 2016 -0.7425 -0.9437 -0.5414 +131 2019 -0.8339 -1.0394 -0.6284 +131 2022 -0.6734 -0.873 -0.4739 +131 2025 -0.3755 -0.6188 -0.1323 +132 2007 -2.0126 -2.3501 -1.6752 +132 2010 -1.8719 -2.1986 -1.5453 +132 2013 -1.9208 -2.2318 -1.6097 +132 2016 -1.9194 -2.2246 -1.6141 +132 2019 -1.9885 -2.3022 -1.6747 +132 2022 -2.0326 -2.3715 -1.6937 +132 2025 -2.0511 -2.4213 -1.6808 +133 2007 1.2248 0.977 1.4726 +133 2010 1.1683 0.9252 1.4113 +133 2013 1.2254 0.9969 1.4538 +133 2016 1.2537 1.0247 1.4826 +133 2019 1.2319 1.0169 1.4469 +133 2022 1.1229 0.8727 1.3731 +133 2025 1.1584 0.9128 1.404 +134 2007 -0.9677 -1.4821 -0.4534 +134 2008 -1.015 -1.5017 -0.5283 +134 2009 -0.9958 -1.4629 -0.5287 +134 2010 -0.9747 -1.4347 -0.5148 +134 2011 -0.8786 -1.3129 -0.4444 +134 2012 -0.8347 -1.2616 -0.4078 +134 2013 -0.7536 -1.1697 -0.3374 +134 2014 -0.7928 -1.2186 -0.367 +134 2015 -0.7746 -1.2051 -0.3441 +134 2016 -0.6805 -1.0968 -0.2642 +134 2017 -0.4872 -0.9307 -0.0436 +134 2018 -0.4674 -0.9132 -0.0217 +134 2019 -0.4672 -0.9142 -0.0201 +134 2020 -0.5145 -0.9543 -0.0746 +134 2021 -0.6304 -1.0384 -0.2224 +134 2022 -0.7547 -1.1841 -0.3253 +134 2023 -0.7846 -1.2272 -0.342 +134 2024 -0.8206 -1.2633 -0.378 +134 2025 -0.9165 -1.4169 -0.4162 +135 2007 -1.8781 -1.973 -1.7833 +135 2010 -1.8781 -1.9735 -1.7827 +135 2013 -1.6604 -1.7484 -1.5724 +135 2016 -1.5706 -1.6538 -1.4874 +135 2019 -1.4284 -1.5112 -1.3456 +135 2022 -1.3882 -1.4709 -1.3056 +135 2025 -1.3529 -1.4566 -1.2493 +136 2007 -0.4333 -0.5678 -0.2987 +136 2010 -0.5412 -0.6724 -0.41 +136 2013 -0.6426 -0.7731 -0.5122 +136 2016 -0.7723 -0.9052 -0.6394 +136 2019 -0.9611 -1.098 -0.8242 +136 2022 -1.1058 -1.2538 -0.9579 +136 2025 -1.0759 -1.2597 -0.8921 +137 2007 -1.222 -1.3042 -1.1397 +137 2010 -1.1021 -1.1847 -1.0196 +137 2013 -1.1131 -1.196 -1.0303 +137 2016 -1.1145 -1.1953 -1.0336 +137 2019 -0.958 -1.0357 -0.8804 +137 2022 -1.0763 -1.1572 -0.9954 +137 2025 -1.1278 -1.2261 -1.0295 +138 2007 -0.3876 -0.4734 -0.3019 +138 2010 -0.0713 -0.1568 0.0142 +138 2013 0.0654 -0.0197 0.1504 +138 2016 0.1513 0.0675 0.235 +138 2019 0.1917 0.1081 0.2754 +138 2022 0.3223 0.2386 0.4061 +138 2025 0.5671 0.476 0.6581 +139 2007 -0.1269 -0.3755 0.1218 +139 2008 -0.1484 -0.3682 0.0714 +139 2009 -0.1411 -0.356 0.0738 +139 2010 -0.1426 -0.3519 0.0667 +139 2011 -0.1272 -0.3337 0.0792 +139 2012 -0.1032 -0.3074 0.101 +139 2013 -0.0895 -0.2981 0.1192 +139 2014 -0.0747 -0.2835 0.1341 +139 2015 -0.055 -0.2732 0.1632 +139 2016 -0.1117 -0.3164 0.093 +139 2017 -0.1565 -0.3552 0.0422 +139 2018 -0.1938 -0.3939 0.0063 +139 2019 -0.2206 -0.4262 -0.0149 +139 2020 -0.2367 -0.445 -0.0284 +139 2021 -0.2537 -0.4608 -0.0467 +139 2022 -0.2646 -0.4764 -0.0528 +139 2023 -0.2901 -0.5024 -0.0779 +139 2024 -0.3369 -0.5587 -0.1151 +139 2025 -0.3805 -0.6256 -0.1355 +140 2007 -1.9367 -2.2279 -1.6455 +140 2010 -1.8868 -2.1285 -1.6452 +140 2013 -1.9589 -2.2033 -1.7145 +140 2016 -2.0503 -2.3148 -1.7859 +140 2019 -1.856 -2.0873 -1.6248 +140 2022 -1.5977 -1.86 -1.3355 +140 2025 -1.5682 -1.8883 -1.2481 +141 2007 -0.6035 -0.85 -0.3571 +141 2010 -0.609 -0.8555 -0.3625 +141 2013 -0.6495 -0.896 -0.403 +141 2016 -0.7434 -0.9899 -0.4969 +141 2019 -1.2207 -1.4672 -0.9742 +141 2022 -1.0377 -1.2842 -0.7913 +141 2025 -1.0223 -1.2688 -0.7758 +142 2007 -0.2522 -0.3189 -0.1856 +142 2008 -0.1176 -0.1842 -0.051 +142 2009 -0.0252 -0.0928 0.0425 +142 2010 -0.1026 -0.1694 -0.0358 +142 2011 -0.0072 -0.0755 0.0612 +142 2012 0.0599 -0.0108 0.1305 +142 2013 0.1229 0.0543 0.1916 +142 2014 -0.0092 -0.0802 0.0618 +142 2015 0.1178 0.0491 0.1864 +142 2016 0.1463 0.0799 0.2126 +142 2017 0 -0.0689 0.069 +142 2018 -0.0014 -0.07 0.0673 +142 2019 0.0923 0.0247 0.1599 +142 2020 0.0577 -0.0132 0.1285 +142 2021 -0.1083 -0.1766 -0.04 +142 2022 0.0416 -0.0309 0.1141 +142 2023 -0.0786 -0.1506 -0.0066 +142 2024 -0.0149 -0.0817 0.0518 +142 2025 0.2026 0.141 0.2643 +143 2007 0.3832 0.0671 0.6992 +143 2008 0.4613 0.177 0.7456 +143 2009 0.4052 0.1017 0.7087 +143 2010 0.5938 0.3029 0.8848 +143 2011 0.7028 0.3877 1.018 +143 2012 0.8491 0.584 1.1141 +143 2013 0.7148 0.4333 0.9964 +143 2014 0.8353 0.5194 1.1512 +143 2015 0.1796 -0.123 0.4822 +143 2016 0.2261 -0.0628 0.515 +143 2017 0.4066 0.0856 0.7277 +143 2018 0.5035 0.2009 0.8061 +143 2019 0.9288 0.636 1.2217 +143 2020 0.5495 0.2285 0.8705 +143 2021 0.4014 0.1034 0.6994 +143 2022 0.0393 -0.338 0.4166 +143 2023 0.3907 0.0566 0.7248 +143 2024 0.9348 0.6203 1.2493 +143 2025 0.5687 0.3056 0.8318 +144 2007 -1.6549 -1.7867 -1.523 +144 2008 -1.5733 -1.6885 -1.4582 +144 2009 -1.6323 -1.7504 -1.5142 +144 2010 -1.5421 -1.6562 -1.428 +144 2011 -1.4887 -1.6024 -1.3749 +144 2012 -1.4494 -1.5702 -1.3286 +144 2013 -1.4568 -1.5768 -1.3368 +144 2014 -1.4665 -1.5848 -1.3482 +144 2015 -1.467 -1.5889 -1.3451 +144 2016 -1.4608 -1.5745 -1.3472 +144 2017 -1.4652 -1.5794 -1.351 +144 2018 -1.4353 -1.5489 -1.3216 +144 2019 -1.3463 -1.4604 -1.2321 +144 2020 -1.3846 -1.5022 -1.267 +144 2021 -1.3596 -1.4696 -1.2497 +144 2022 -1.3564 -1.472 -1.2407 +144 2023 -1.3096 -1.4228 -1.1964 +144 2024 -1.2125 -1.3175 -1.1075 +144 2025 -1.2417 -1.3548 -1.1286 +145 2007 -1.1298 -1.3349 -0.9246 +145 2008 -1.0673 -1.2526 -0.882 +145 2009 -1.2158 -1.3999 -1.0317 +145 2010 -1.2685 -1.4471 -1.0899 +145 2011 -1.4136 -1.5905 -1.2367 +145 2012 -1.4284 -1.6134 -1.2433 +145 2013 -1.4459 -1.6257 -1.2661 +145 2014 -1.4399 -1.6205 -1.2594 +145 2015 -1.5194 -1.7049 -1.3338 +145 2016 -1.6191 -1.8024 -1.4358 +145 2017 -1.6854 -1.8722 -1.4986 +145 2018 -1.6658 -1.8536 -1.4781 +145 2019 -1.738 -1.93 -1.546 +145 2020 -1.6955 -1.8851 -1.506 +145 2021 -1.738 -1.9402 -1.5358 +145 2022 -1.7678 -1.9765 -1.559 +145 2023 -1.728 -1.9393 -1.5167 +145 2024 -1.7618 -1.9871 -1.5365 +145 2025 -1.7327 -1.9629 -1.5026 +146 2007 -2.153 -2.5244 -1.7815 +146 2010 -1.7973 -2.1149 -1.4796 +146 2013 -1.5799 -1.8738 -1.286 +146 2016 -1.4027 -1.6715 -1.134 +146 2019 -1.4486 -1.7371 -1.16 +146 2022 -1.0184 -1.2934 -0.7435 +146 2025 -0.8196 -1.0826 -0.5567 +147 2007 -1.2635 -1.6207 -0.9063 +147 2010 -1.4851 -1.85 -1.1203 +147 2013 -1.4658 -1.8179 -1.1137 +147 2016 -1.3782 -1.722 -1.0345 +147 2019 -1.2249 -1.5567 -0.8931 +147 2022 -1.0184 -1.3381 -0.6987 +147 2025 -0.7125 -1.0597 -0.3653 +148 2007 -1.0732 -1.3416 -0.8048 +148 2010 -1.2843 -1.5587 -1.0099 +148 2013 -1.6857 -2.0035 -1.3679 +148 2016 -1.7151 -2.0106 -1.4196 +148 2019 -1.8265 -2.1723 -1.4807 +148 2022 -1.7953 -2.1343 -1.4562 +148 2025 -1.7172 -2.0528 -1.3815 +149 2007 -1.5587 -1.8948 -1.2227 +149 2008 -1.5686 -1.892 -1.2452 +149 2009 -1.5648 -1.877 -1.2525 +149 2010 -1.5498 -1.8513 -1.2483 +149 2011 -1.5476 -1.8428 -1.2524 +149 2012 -1.5576 -1.8493 -1.2659 +149 2013 -1.5657 -1.8582 -1.2732 +149 2014 -1.5603 -1.8507 -1.2699 +149 2015 -1.5553 -1.8415 -1.269 +149 2016 -1.5538 -1.8403 -1.2673 +149 2017 -1.5428 -1.8275 -1.258 +149 2018 -1.5335 -1.8153 -1.2517 +149 2019 -1.5192 -1.7992 -1.2392 +149 2020 -1.4983 -1.7841 -1.2124 +149 2021 -1.4775 -1.7697 -1.1853 +149 2022 -1.4745 -1.7697 -1.1794 +149 2023 -1.4807 -1.779 -1.1823 +149 2024 -1.4889 -1.788 -1.1897 +149 2025 -1.4836 -1.7897 -1.1774 +150 2007 -1.1173 -1.221 -1.0136 +150 2010 -1.1384 -1.238 -1.0388 +150 2013 -1.2157 -1.3167 -1.1148 +150 2016 -1.2866 -1.3876 -1.1856 +150 2019 -1.3584 -1.4638 -1.253 +150 2022 -1.4382 -1.5572 -1.3192 +150 2025 -1.3727 -1.4984 -1.247 +151 2007 -0.9513 -1.067 -0.8356 +151 2010 -1.225 -1.3489 -1.1011 +151 2013 -1.2299 -1.3482 -1.1116 +151 2016 -1.3055 -1.4246 -1.1864 +151 2019 -1.3414 -1.4624 -1.2203 +151 2022 -1.3448 -1.4665 -1.223 +151 2025 -1.1792 -1.322 -1.0364 +152 2007 -2.0592 -2.5874 -1.5309 +152 2008 -1.7244 -2.1749 -1.2738 +152 2009 -1.4437 -1.8926 -0.9947 +152 2010 -1.4826 -1.9008 -1.0643 +152 2011 -1.4202 -1.841 -0.9994 +152 2012 -1.3398 -1.762 -0.9176 +152 2013 -1.4143 -1.8295 -0.9991 +152 2014 -1.3072 -1.7274 -0.8871 +152 2015 -1.02 -1.4318 -0.6081 +152 2016 -0.7892 -1.1754 -0.403 +152 2017 -0.5561 -0.938 -0.1743 +152 2018 -0.7849 -1.1799 -0.3899 +152 2019 -0.7362 -1.1104 -0.362 +152 2020 -0.4879 -0.8618 -0.1141 +152 2021 -0.4451 -0.8125 -0.0777 +152 2022 -0.2951 -0.6486 0.0584 +152 2023 -0.2566 -0.613 0.0998 +152 2024 -0.1619 -0.5002 0.1764 +152 2025 -0.3969 -0.7358 -0.0581 +153 2007 -0.2045 -0.5443 0.1353 +153 2008 -0.2296 -0.5526 0.0934 +153 2009 -0.1987 -0.5291 0.1317 +153 2010 -0.3249 -0.6355 -0.0143 +153 2011 -0.424 -0.7465 -0.1014 +153 2012 -0.5048 -0.8274 -0.1823 +153 2013 -0.6635 -0.9946 -0.3323 +153 2014 -0.796 -1.1317 -0.4602 +153 2015 -0.8883 -1.2257 -0.5509 +153 2016 -0.899 -1.2424 -0.5556 +153 2017 -0.9445 -1.2828 -0.6063 +153 2018 -0.9982 -1.3384 -0.6579 +153 2019 -1.0317 -1.38 -0.6833 +153 2020 -0.9551 -1.2921 -0.6181 +153 2021 -1.0018 -1.3437 -0.66 +153 2022 -1.0156 -1.3602 -0.6711 +153 2023 -1.0443 -1.3829 -0.7058 +153 2024 -1.0736 -1.4165 -0.7306 +153 2025 -1.0741 -1.4382 -0.71 +154 2007 -0.9074 -1.011 -0.8039 +154 2010 -0.8429 -0.9506 -0.7351 +154 2013 -1.0621 -1.1715 -0.9527 +154 2016 -1.1508 -1.2615 -1.0401 +154 2019 -0.9197 -1.0235 -0.816 +154 2022 -0.9253 -1.0307 -0.82 +154 2025 -0.806 -0.9241 -0.6879 +155 2007 -1.5119 -1.9138 -1.11 +155 2008 -1.2941 -1.6455 -0.9426 +155 2009 -1.5197 -1.8496 -1.1899 +155 2010 -1.4045 -1.7556 -1.0534 +155 2011 -1.2089 -1.5636 -0.8543 +155 2012 -1.0726 -1.3668 -0.7784 +155 2013 -0.9795 -1.3517 -0.6073 +155 2014 -1.1848 -1.5342 -0.8354 +155 2015 -1.2696 -1.5915 -0.9477 +155 2016 -1.6188 -1.9945 -1.2431 +155 2017 -1.9137 -2.3451 -1.4824 +155 2018 -2.0556 -2.4923 -1.6188 +155 2019 -2.0034 -2.4277 -1.5791 +155 2020 -2.1868 -2.6471 -1.7264 +155 2021 -2.2589 -2.6933 -1.8245 +155 2022 -2.1616 -2.6108 -1.7124 +155 2023 -2.1811 -2.6183 -1.7438 +155 2024 -2.006 -2.3964 -1.6155 +155 2025 -2.0417 -2.5849 -1.4986 +156 2007 -0.5406 -1.14 0.0587 +156 2008 -0.4517 -1.0661 0.1627 +156 2009 -0.1242 -0.6719 0.4235 +156 2010 -0.2034 -0.7089 0.3021 +156 2011 -0.0052 -0.5684 0.558 +156 2012 -0.1093 -0.6498 0.4312 +156 2013 -0.2193 -0.7388 0.3003 +156 2014 -0.393 -0.9835 0.1975 +156 2015 -0.7045 -1.3396 -0.0694 +156 2016 -0.82 -1.4297 -0.2103 +156 2017 -0.7831 -1.4261 -0.1402 +156 2018 -0.7089 -1.2865 -0.1313 +156 2019 -0.5247 -1.0542 0.0048 +156 2020 -0.5905 -1.1927 0.0116 +156 2021 -0.587 -1.1599 -0.0142 +156 2022 -0.5368 -1.0861 0.0125 +156 2023 -0.5454 -1.1356 0.0448 +156 2024 -0.6307 -1.1814 -0.0801 +156 2025 -0.5637 -1.0916 -0.0357 +157 2007 -1.2034 -1.5335 -0.8732 +157 2010 -0.9923 -1.3146 -0.67 +157 2013 -1.729 -2.1405 -1.3175 +157 2016 -1.7722 -2.1421 -1.4022 +157 2019 -1.911 -2.3555 -1.4665 +157 2022 -1.3791 -1.7912 -0.9671 +157 2025 -1.5571 -1.9845 -1.1298 +158 2007 -1.3215 -1.6979 -0.9451 +158 2010 -1.2063 -1.5745 -0.8381 +158 2013 -1.0656 -1.4216 -0.7096 +158 2016 -0.833 -1.1876 -0.4784 +158 2019 -0.7426 -1.1377 -0.3474 +158 2022 -0.2962 -0.6632 0.0708 +158 2025 -0.1359 -0.5092 0.2374 +159 2007 0.1744 -0.4094 0.7582 +159 2008 0.2819 -0.2419 0.8056 +159 2009 0.273 -0.2148 0.7609 +159 2010 0.2878 -0.1746 0.7501 +159 2011 0.2626 -0.2124 0.7376 +159 2012 0.2224 -0.2812 0.7261 +159 2013 0.2509 -0.2388 0.7406 +159 2014 0.3465 -0.1146 0.8077 +159 2015 0.4375 -0.0107 0.8858 +159 2016 0.5124 0.089 0.9358 +159 2017 0.6034 0.1954 1.0114 +159 2018 0.7873 0.3654 1.2091 +159 2019 0.857 0.4398 1.2742 +159 2020 0.7719 0.3713 1.1726 +159 2021 0.7606 0.3799 1.1413 +159 2022 0.7437 0.3473 1.1402 +159 2023 0.6687 0.2328 1.1045 +159 2024 0.618 0.1572 1.0787 +159 2025 0.6968 0.2186 1.175 +160 2007 -0.8744 -1.4159 -0.3328 +160 2008 -0.7404 -1.206 -0.2749 +160 2009 -0.6556 -1.094 -0.2172 +160 2010 -0.5888 -1.0036 -0.174 +160 2011 -0.5741 -0.9834 -0.1649 +160 2012 -0.65 -1.0677 -0.2322 +160 2013 -0.7061 -1.1495 -0.2627 +160 2014 -0.8225 -1.2878 -0.3573 +160 2015 -0.8281 -1.2806 -0.3756 +160 2016 -0.8239 -1.2578 -0.39 +160 2017 -0.8992 -1.3578 -0.4406 +160 2018 -1.0219 -1.4715 -0.5724 +160 2019 -1.3064 -1.7709 -0.8419 +160 2020 -1.5105 -2.0214 -0.9996 +160 2021 -1.7425 -2.2803 -1.2047 +160 2022 -1.9187 -2.4912 -1.3461 +160 2023 -2.0435 -2.6669 -1.4201 +160 2024 -2.1405 -2.8039 -1.477 +160 2025 -2.1873 -2.8948 -1.4798 +161 2007 -1.1367 -1.3062 -0.9672 +161 2010 -1.381 -1.5418 -1.2203 +161 2013 -1.4636 -1.6234 -1.3039 +161 2016 -1.6534 -1.8165 -1.4902 +161 2019 -1.7382 -1.9083 -1.5682 +161 2022 -1.7617 -1.948 -1.5753 +161 2025 -1.7135 -1.9322 -1.4948 +162 2007 -2.0441 -3.1206 -0.9675 +162 2008 -1.4441 -2.0866 -0.8017 +162 2009 -0.6311 -1.2027 -0.0594 +162 2010 -1.1603 -1.89 -0.4307 +162 2011 -0.3739 -1.0558 0.3081 +162 2012 0.1674 -0.3682 0.7031 +162 2013 -0.1309 -0.7397 0.4779 +162 2014 -1.0017 -1.6329 -0.3706 +162 2015 -0.6083 -1.212 -0.0046 +162 2016 -0.0507 -0.626 0.5245 +162 2017 -0.8102 -1.3739 -0.2465 +162 2018 -0.5709 -1.087 -0.0549 +162 2019 -1.5887 -2.3054 -0.872 +162 2020 -1.2475 -1.9026 -0.5925 +162 2021 -1.2736 -1.8127 -0.7346 +162 2022 -1.5308 -2.2147 -0.847 +162 2023 -1.1589 -1.814 -0.5038 +162 2024 -1.3639 -1.945 -0.7828 +162 2025 -1.68 -2.3244 -1.0356 +163 2007 -1.2767 -1.3924 -1.161 +163 2008 -1.2386 -1.3488 -1.1283 +163 2009 -1.1558 -1.2708 -1.0408 +163 2010 -1.0847 -1.1933 -0.9762 +163 2011 -1.0477 -1.1603 -0.9351 +163 2012 -1.1806 -1.3072 -1.054 +163 2013 -1.1425 -1.2562 -1.0288 +163 2014 -1.0849 -1.2011 -0.9688 +163 2015 -1.1282 -1.2437 -1.0127 +163 2016 -1.1016 -1.2101 -0.993 +163 2017 -1.0998 -1.2105 -0.9892 +163 2018 -1.1778 -1.2954 -1.0603 +163 2019 -1.0682 -1.1737 -0.9627 +163 2020 -0.9277 -1.0417 -0.8137 +163 2021 -0.8698 -0.9699 -0.7697 +163 2022 -0.9299 -1.0419 -0.8178 +163 2023 -1.2337 -1.3654 -1.1019 +163 2024 -1.0946 -1.203 -0.9862 +163 2025 -1.1381 -1.2387 -1.0374 +164 2007 -0.5491 -0.6535 -0.4448 +164 2008 -0.344 -0.4474 -0.2407 +164 2009 -0.2486 -0.3537 -0.1435 +164 2010 -0.106 -0.2082 -0.0039 +164 2011 -0.0481 -0.1531 0.057 +164 2012 -0.012 -0.1191 0.0951 +164 2013 0.1072 0.0024 0.2121 +164 2014 -0.0461 -0.154 0.0617 +164 2015 0.1598 0.0569 0.2627 +164 2016 0.201 0.0993 0.3026 +164 2017 0.1195 0.0159 0.223 +164 2018 0.1729 0.0711 0.2747 +164 2019 0.2466 0.1448 0.3485 +164 2020 0.1653 0.0588 0.2718 +164 2021 0.2019 0.1031 0.3007 +164 2022 0.4547 0.3478 0.5616 +164 2023 0.2146 0.1077 0.3216 +164 2024 0.3345 0.2365 0.4325 +164 2025 0.5947 0.5022 0.6873 +165 2007 0.0463 -1.0777 1.1703 +165 2008 0.3052 -0.7039 1.3144 +165 2009 0.124 -0.5204 0.7685 +165 2010 -0.483 -1.3527 0.3866 +165 2011 -0.2021 -1.1985 0.7943 +165 2012 -0.6619 -1.4423 0.1185 +165 2013 -0.3581 -1.2393 0.523 +165 2014 -0.707 -1.4959 0.082 +165 2015 0.3197 -0.381 1.0205 +165 2016 -0.1858 -1.0526 0.6811 +165 2017 -0.3833 -1.3582 0.5916 +165 2018 -0.2031 -0.8008 0.3945 +165 2019 0.3238 -0.49 1.1375 +165 2020 1.0128 0.076 1.9495 +165 2021 1.322 0.7778 1.8662 +165 2022 0.1904 -0.6154 0.9962 +165 2023 -0.0973 -1.101 0.9065 +165 2024 -0.9614 -1.7801 -0.1428 +165 2025 -0.3644 -1.3951 0.6662 +166 2007 0.4931 0.4423 0.5439 +166 2010 0.5685 0.5171 0.62 +166 2013 0.5532 0.5014 0.605 +166 2016 0.5445 0.4933 0.5957 +166 2019 0.5226 0.471 0.5742 +166 2022 0.5669 0.5151 0.6188 +166 2025 0.7151 0.6593 0.7708 +167 2007 -0.0815 -0.2808 0.1178 +167 2008 -0.0575 -0.2808 0.1659 +167 2009 -0.5732 -0.8244 -0.322 +167 2010 -0.5385 -0.7471 -0.3299 +167 2011 -0.7879 -1.0532 -0.5226 +167 2012 -0.4353 -0.6828 -0.1878 +167 2013 -0.7055 -0.9298 -0.4812 +167 2014 -0.7072 -0.956 -0.4583 +167 2015 -1.0347 -1.2949 -0.7745 +167 2016 -1.1901 -1.4432 -0.937 +167 2017 -0.9336 -1.1691 -0.6981 +167 2018 -0.7756 -1.0107 -0.5404 +167 2019 -0.6351 -0.8549 -0.4153 +167 2020 -0.7881 -1.0341 -0.5421 +167 2021 -0.569 -0.7905 -0.3476 +167 2022 -1.2696 -1.5527 -0.9865 +167 2023 -0.9632 -1.2079 -0.7184 +167 2024 -0.5832 -0.8161 -0.3503 +167 2025 -1.061 -1.3138 -0.8082 +168 2007 -0.9162 -1.2085 -0.6239 +168 2008 -0.9149 -1.194 -0.6358 +168 2009 -0.9229 -1.1962 -0.6497 +168 2010 -0.9213 -1.1882 -0.6544 +168 2011 -0.9172 -1.1796 -0.6547 +168 2012 -0.9135 -1.1738 -0.6533 +168 2013 -0.9331 -1.1927 -0.6734 +168 2014 -0.9423 -1.2011 -0.6835 +168 2015 -0.9428 -1.1997 -0.6859 +168 2016 -0.9425 -1.196 -0.689 +168 2017 -0.9373 -1.1891 -0.6855 +168 2018 -0.9275 -1.1788 -0.6762 +168 2019 -0.917 -1.1668 -0.6671 +168 2020 -0.9131 -1.167 -0.6592 +168 2021 -0.9084 -1.1656 -0.6511 +168 2022 -0.8977 -1.1563 -0.6391 +168 2023 -0.8919 -1.1571 -0.6267 +168 2024 -0.8714 -1.144 -0.5988 +168 2025 -0.8726 -1.1536 -0.5915 +169 2007 -1.5145 -1.8146 -1.2144 +169 2008 -1.5459 -1.8016 -1.2902 +169 2009 -1.5761 -1.8141 -1.338 +169 2010 -1.5604 -1.7872 -1.3335 +169 2011 -1.4306 -1.6427 -1.2185 +169 2012 -1.3113 -1.523 -1.0997 +169 2013 -1.269 -1.4745 -1.0635 +169 2014 -1.231 -1.4336 -1.0283 +169 2015 -1.2538 -1.4578 -1.0498 +169 2016 -1.108 -1.3189 -0.8971 +169 2017 -1.0957 -1.3078 -0.8836 +169 2018 -1.2153 -1.4166 -1.014 +169 2019 -1.3589 -1.567 -1.1508 +169 2020 -1.3452 -1.5499 -1.1406 +169 2021 -1.3036 -1.5061 -1.1011 +169 2022 -1.3192 -1.5316 -1.1068 +169 2023 -1.3204 -1.5391 -1.1016 +169 2024 -1.318 -1.5503 -1.0858 +169 2025 -1.297 -1.5572 -1.0369 +170 2007 -1.8247 -2.0233 -1.626 +170 2010 -1.775 -1.9625 -1.5875 +170 2013 -1.7552 -1.9412 -1.5693 +170 2016 -1.7332 -1.9187 -1.5478 +170 2019 -1.6943 -1.8842 -1.5044 +170 2022 -1.7049 -1.8985 -1.5113 +170 2025 -1.7107 -1.9253 -1.4961 +171 2007 -1.1273 -1.3884 -0.8662 +171 2008 -0.9779 -1.2085 -0.7473 +171 2009 -0.9151 -1.1638 -0.6664 +171 2010 -0.8376 -1.0808 -0.5943 +171 2011 -0.8952 -1.138 -0.6525 +171 2012 -0.937 -1.1845 -0.6894 +171 2013 -1.0298 -1.3057 -0.7539 +171 2014 -0.8512 -1.0846 -0.6178 +171 2015 -0.8 -1.0339 -0.5661 +171 2016 -0.6841 -0.9296 -0.4386 +171 2017 -0.6848 -0.9082 -0.4613 +171 2018 -0.8364 -1.0746 -0.5983 +171 2019 -0.8224 -1.0604 -0.5843 +171 2020 -0.8799 -1.1136 -0.6463 +171 2021 -0.8678 -1.1057 -0.6298 +171 2022 -0.8084 -1.0525 -0.5643 +171 2023 -0.685 -0.9098 -0.4603 +171 2024 -0.5496 -0.7759 -0.3233 +171 2025 -0.3949 -0.6303 -0.1594 +172 2007 -0.9091 -1.1742 -0.644 +172 2010 -0.9068 -1.1567 -0.6569 +172 2013 -0.9378 -1.186 -0.6895 +172 2016 -0.9306 -1.171 -0.6901 +172 2019 -0.9025 -1.1413 -0.6637 +172 2022 -0.8681 -1.1149 -0.6214 +172 2025 -0.8567 -1.1254 -0.5879 +173 2007 -1.4351 -1.7038 -1.1664 +173 2010 -1.226 -1.4785 -0.9736 +173 2013 -1.2084 -1.4883 -0.9285 +173 2016 -1.8664 -2.204 -1.5287 +173 2019 -2.0364 -2.3749 -1.6978 +173 2022 -1.9855 -2.3014 -1.6696 +173 2025 -2.0076 -2.5074 -1.5078 +174 2007 -0.5005 -0.7739 -0.2272 +174 2008 -0.4409 -0.6785 -0.2034 +174 2009 -0.4628 -0.6968 -0.2288 +174 2010 -0.4663 -0.6985 -0.234 +174 2011 -0.3951 -0.6288 -0.1615 +174 2012 -0.3859 -0.6231 -0.1487 +174 2013 -0.3323 -0.5575 -0.1071 +174 2014 -0.3185 -0.5478 -0.0892 +174 2015 -0.2618 -0.4842 -0.0395 +174 2016 -0.1513 -0.3556 0.053 +174 2017 -0.1051 -0.3216 0.1115 +174 2018 -0.1262 -0.3461 0.0936 +174 2019 -0.0818 -0.2957 0.1321 +174 2020 -0.1387 -0.3657 0.0884 +174 2021 -0.0875 -0.2989 0.1239 +174 2022 0.0068 -0.2022 0.2158 +174 2023 -0.0054 -0.2196 0.2088 +174 2024 -0.0086 -0.2111 0.1938 +174 2025 0.0715 -0.1328 0.2758 +175 2007 -1.0606 -1.2931 -0.8281 +175 2010 -0.9541 -1.1672 -0.7411 +175 2013 -0.8788 -1.1068 -0.6509 +175 2016 -1.0145 -1.2341 -0.7948 +175 2019 -1.0493 -1.2728 -0.8258 +175 2022 -1.0812 -1.3066 -0.8559 +175 2025 -1.0797 -1.3586 -0.8007 +176 2007 -1.2839 -1.7006 -0.8672 +176 2008 -1.2914 -1.6752 -0.9075 +176 2009 -1.3766 -1.7717 -0.9814 +176 2010 -1.5283 -1.929 -1.1276 +176 2011 -1.4924 -1.8992 -1.0855 +176 2012 -1.4484 -1.8443 -1.0526 +176 2013 -1.472 -1.853 -1.0911 +176 2014 -1.4629 -1.8496 -1.0762 +176 2015 -1.4405 -1.8318 -1.0492 +176 2016 -1.3947 -1.7644 -1.025 +176 2017 -1.4314 -1.8192 -1.0435 +176 2018 -1.3812 -1.7715 -0.9909 +176 2019 -1.3087 -1.6737 -0.9436 +176 2020 -1.2063 -1.5671 -0.8454 +176 2021 -1.2784 -1.6755 -0.8813 +176 2022 -1.2141 -1.5923 -0.8359 +176 2023 -0.9639 -1.3123 -0.6154 +176 2024 -0.8523 -1.2082 -0.4964 +176 2025 -0.7395 -1.0765 -0.4024 +177 2007 -1.6541 -1.9753 -1.333 +177 2010 -1.6687 -1.963 -1.3744 +177 2013 -1.6271 -1.9116 -1.3426 +177 2016 -1.6524 -1.928 -1.3767 +177 2019 -1.7214 -2.0099 -1.433 +177 2022 -1.7407 -2.0508 -1.4306 +177 2025 -1.7322 -2.0642 -1.4002 +178 2007 -2.6138 -5.2956 0.068 +178 2008 -2.3398 -3.5973 -1.0823 +178 2009 0.4689 -0.3279 1.2657 +178 2010 0.2398 -1.5645 2.044 +178 2011 0.1428 -0.5997 0.8853 +178 2012 -0.9205 -1.8753 0.0343 +178 2013 -1.0387 -2.8852 0.8077 +178 2014 -1.316 -2.1215 -0.5106 +178 2015 -2.058 -3.3088 -0.8072 +178 2016 0.0263 -1.0331 1.0857 +178 2017 0.1562 -0.5417 0.8541 +178 2018 0.5899 -0.1955 1.3752 +178 2019 0.0937 -0.9593 1.1467 +178 2020 -0.4117 -1.1388 0.3154 +178 2021 -2.2757 -3.6976 -0.8539 +178 2022 -2.3549 -4.3155 -0.3943 +178 2023 -2.3172 -3.3535 -1.2808 +178 2024 1.2015 0.4199 1.9831 +178 2025 0.8885 -1.6201 3.3971 +179 2007 -1.3939 -1.5895 -1.1982 +179 2008 -1.3459 -1.5264 -1.1655 +179 2009 -1.4485 -1.646 -1.2511 +179 2010 -1.5531 -1.7491 -1.3571 +179 2011 -1.441 -1.626 -1.256 +179 2012 -1.5538 -1.764 -1.3436 +179 2013 -1.5721 -1.7797 -1.3645 +179 2014 -1.6633 -1.8599 -1.4666 +179 2015 -1.7479 -1.9662 -1.5296 +179 2016 -1.8464 -2.0515 -1.6413 +179 2017 -1.9356 -2.1524 -1.7189 +179 2018 -2.0199 -2.2588 -1.7811 +179 2019 -2.2215 -2.4516 -1.9915 +179 2020 -2.4712 -2.741 -2.2015 +179 2021 -2.497 -2.7679 -2.2262 +179 2022 -2.4737 -2.7313 -2.2161 +179 2023 -2.6336 -2.9113 -2.356 +179 2024 -2.7133 -3.0057 -2.4208 +179 2025 -2.7586 -3.0673 -2.4499 +180 2007 -1.0637 -1.2637 -0.8638 +180 2008 -1.0946 -1.29 -0.8993 +180 2009 -1.353 -1.5339 -1.172 +180 2010 -1.4625 -1.6613 -1.2638 +180 2011 -1.4257 -1.6269 -1.2244 +180 2012 -1.3923 -1.5821 -1.2024 +180 2013 -1.4689 -1.6759 -1.262 +180 2014 -1.3211 -1.5234 -1.1188 +180 2015 -1.1727 -1.3609 -0.9844 +180 2016 -1.0577 -1.2354 -0.8799 +180 2017 -1.0841 -1.2775 -0.8908 +180 2018 -1.2605 -1.4404 -1.0807 +180 2019 -1.4395 -1.6237 -1.2553 +180 2020 -1.584 -1.7936 -1.3744 +180 2021 -1.5982 -1.7976 -1.3989 +180 2022 -1.7644 -1.9691 -1.5596 +180 2023 -1.8789 -2.1074 -1.6505 +180 2024 -1.9775 -2.2025 -1.7524 +180 2025 -2.0926 -2.3581 -1.8272 +181 2007 -1.1441 -1.5492 -0.739 +181 2008 -1.2005 -1.6172 -0.7837 +181 2009 -1.2568 -1.7087 -0.8048 +181 2010 -1.0639 -1.4189 -0.7088 +181 2011 -0.8454 -1.2687 -0.4221 +181 2012 -1.1933 -1.6765 -0.7101 +181 2013 -1.6141 -2.0647 -1.1635 +181 2014 -1.7989 -2.3273 -1.2705 +181 2015 -1.8496 -2.3798 -1.3195 +181 2016 -1.7328 -2.161 -1.3046 +181 2017 -1.9252 -2.4237 -1.4266 +181 2018 -1.9914 -2.5376 -1.4453 +181 2019 -2.0259 -2.5715 -1.4804 +181 2020 -2.078 -2.643 -1.5131 +181 2021 -2.0046 -2.5695 -1.4396 +181 2022 -1.7138 -2.2122 -1.2155 +181 2023 -1.2821 -1.8416 -0.7227 +181 2024 -1.2249 -1.7359 -0.714 +181 2025 -1.4769 -1.8952 -1.0587 +182 2007 -1.1564 -1.3172 -0.9955 +182 2010 -0.95 -1.1086 -0.7913 +182 2013 -1.066 -1.2399 -0.8922 +182 2016 -1.0882 -1.2539 -0.9224 +182 2019 -1.4829 -1.663 -1.3028 +182 2022 -1.642 -1.845 -1.4389 +182 2025 -1.5255 -1.7249 -1.3261 +183 2007 0.4336 0.1748 0.6924 +183 2008 0.3064 0.0718 0.5411 +183 2009 0.3199 0.0851 0.5546 +183 2010 0.3575 0.1303 0.5847 +183 2011 0.3805 0.1405 0.6205 +183 2012 0.336 0.0984 0.5735 +183 2013 0.3898 0.1678 0.6118 +183 2014 0.335 0.1043 0.5658 +183 2015 0.2885 0.045 0.532 +183 2016 0.3563 0.1299 0.5827 +183 2017 0.3892 0.1589 0.6195 +183 2018 0.4226 0.1937 0.6515 +183 2019 0.4557 0.2334 0.6779 +183 2020 0.5099 0.2848 0.735 +183 2021 0.5374 0.317 0.7579 +183 2022 0.4386 0.2043 0.6729 +183 2023 0.4881 0.2585 0.7178 +183 2024 0.4416 0.2067 0.6764 +183 2025 0.4795 0.2327 0.7263 +184 2007 -1.3832 -1.6334 -1.133 +184 2008 -1.3982 -1.6333 -1.1631 +184 2009 -1.4859 -1.7431 -1.2287 +184 2010 -1.3608 -1.5917 -1.1298 +184 2011 -1.1737 -1.4018 -0.9455 +184 2012 -1.1354 -1.3662 -0.9046 +184 2013 -1.2109 -1.442 -0.9798 +184 2014 -1.1825 -1.4081 -0.9568 +184 2015 -1.2149 -1.4456 -0.9841 +184 2016 -1.1565 -1.3898 -0.9233 +184 2017 -1.0484 -1.266 -0.8307 +184 2018 -0.9471 -1.1779 -0.7162 +184 2019 -0.7914 -1.0168 -0.566 +184 2020 -0.6712 -0.8884 -0.4541 +184 2021 -0.7377 -0.9633 -0.5122 +184 2022 -0.6912 -0.9206 -0.4618 +184 2023 -0.7412 -0.9648 -0.5175 +184 2024 -0.4751 -0.699 -0.2512 +184 2025 -0.5311 -0.7713 -0.2908 +185 2007 -1.1684 -1.2806 -1.0562 +185 2010 -0.9758 -1.0879 -0.8637 +185 2013 -1.0405 -1.1521 -0.9289 +185 2016 -1.1091 -1.218 -1.0001 +185 2019 -1.2158 -1.3285 -1.1031 +185 2022 -1.3538 -1.4706 -1.237 +185 2025 -1.3312 -1.4633 -1.199 +186 2007 -2.7835 -3.479 -2.0879 +186 2008 -2.3467 -2.8583 -1.8352 +186 2009 -2.5225 -3.0689 -1.9761 +186 2010 -2.9918 -3.5966 -2.3871 +186 2011 -3.1397 -3.8378 -2.4417 +186 2012 -3.2135 -3.8395 -2.5875 +186 2013 -3.4826 -4.1444 -2.8208 +186 2014 -3.5056 -4.1838 -2.8274 +186 2015 -3.339 -3.9743 -2.7036 +186 2016 -3.0836 -3.6896 -2.4775 +186 2017 -2.7761 -3.3535 -2.1987 +186 2018 -1.9805 -2.3828 -1.5781 +186 2019 -1.4686 -1.8523 -1.0848 +186 2020 -0.7327 -1.1523 -0.3131 +186 2021 -1.0392 -1.3507 -0.7276 +186 2022 -0.9607 -1.3086 -0.6129 +186 2023 -0.6616 -1.0694 -0.2539 +186 2024 -0.4912 -0.7695 -0.2129 +186 2025 -0.1457 -0.4501 0.1587 +187 2007 -0.6103 -1.156 -0.0645 +187 2010 -0.4807 -1.0303 0.0689 +187 2013 -1.2158 -1.8269 -0.6048 +187 2016 0.0799 -0.4137 0.5734 +187 2019 -0.4298 -0.9413 0.0817 +187 2022 -0.082 -0.5834 0.4194 +187 2025 -0.4365 -1.8361 0.9631 +188 2007 -0.7445 -0.7906 -0.6983 +188 2010 -0.5562 -0.6025 -0.5099 +188 2013 -0.5436 -0.5904 -0.4967 +188 2016 -0.5647 -0.6104 -0.5189 +188 2019 -0.615 -0.6619 -0.5681 +188 2022 -0.3942 -0.4393 -0.349 +188 2025 -0.0768 -0.1267 -0.027 +189 2007 -1.8622 -1.9864 -1.7379 +189 2010 -1.8657 -1.9831 -1.7484 +189 2013 -1.8623 -1.9778 -1.7468 +189 2016 -1.8537 -1.969 -1.7384 +189 2019 -1.8672 -1.9842 -1.7502 +189 2022 -1.9037 -2.0308 -1.7767 +189 2025 -1.9202 -2.062 -1.7784 +190 2007 -0.0763 -0.5155 0.3629 +190 2010 0.3459 -0.0696 0.7614 +190 2013 0.6377 0.2236 1.0517 +190 2016 0.7601 0.359 1.1613 +190 2019 0.9717 0.5842 1.3593 +190 2022 1.3975 0.9865 1.8085 +190 2025 1.8756 1.404 2.3471 +191 2007 -1.0244 -1.0803 -0.9685 +191 2010 -0.964 -1.0218 -0.9062 +191 2013 -1.1376 -1.1996 -1.0756 +191 2016 -1.2439 -1.3049 -1.183 +191 2019 -1.3862 -1.4517 -1.3208 +191 2022 -1.3755 -1.4415 -1.3096 +191 2025 -1.2812 -1.361 -1.2014 +192 2007 -0.6509 -1.1441 -0.1578 +192 2010 -0.0083 -0.4714 0.4548 +192 2013 -0.312 -0.7707 0.1467 +192 2016 -0.2566 -0.6647 0.1515 +192 2019 -1.0749 -1.5377 -0.6121 +192 2022 -1.1439 -1.6194 -0.6684 +192 2025 -1.4394 -2.056 -0.8227 +193 2007 -0.8202 -0.9402 -0.7002 +193 2008 -0.9737 -1.105 -0.8423 +193 2009 -1.0644 -1.2172 -0.9116 +193 2010 -1.0406 -1.1692 -0.912 +193 2011 -0.9576 -1.0924 -0.8228 +193 2012 -0.9323 -1.0803 -0.7843 +193 2013 -1.0135 -1.1497 -0.8774 +193 2014 -1.1808 -1.334 -1.0277 +193 2015 -1.0981 -1.2413 -0.9548 +193 2016 -0.9844 -1.117 -0.8517 +193 2017 -1.2868 -1.431 -1.1426 +193 2018 -1.2593 -1.4097 -1.109 +193 2019 -1.3182 -1.4571 -1.1794 +193 2020 -1.1907 -1.3398 -1.0416 +193 2021 -1.1916 -1.3367 -1.0466 +193 2022 -1.3068 -1.4595 -1.154 +193 2023 -1.0738 -1.227 -0.9207 +193 2024 -1.0133 -1.1591 -0.8674 +193 2025 -1.2721 -1.3966 -1.1475 +194 2007 -0.4162 -0.4784 -0.3541 +194 2008 -0.3451 -0.4059 -0.2843 +194 2009 -0.3774 -0.4401 -0.3146 +194 2010 -0.3416 -0.4033 -0.2799 +194 2011 -0.3579 -0.4208 -0.295 +194 2012 -0.2797 -0.3442 -0.2151 +194 2013 -0.1643 -0.2284 -0.1002 +194 2014 -0.2776 -0.3412 -0.2139 +194 2015 -0.3162 -0.3806 -0.2518 +194 2016 -0.3619 -0.4258 -0.2981 +194 2017 -0.2996 -0.3629 -0.2364 +194 2018 -0.2119 -0.2743 -0.1495 +194 2019 -0.2825 -0.3464 -0.2185 +194 2020 -0.2068 -0.2719 -0.1416 +194 2021 -0.222 -0.2838 -0.1601 +194 2022 -0.2276 -0.2944 -0.1608 +194 2023 -0.2106 -0.2751 -0.1461 +194 2024 -0.2373 -0.2991 -0.1754 +194 2025 -0.1353 -0.1936 -0.0769 +195 2007 -1.2937 -1.4828 -1.1046 +195 2010 -1.3388 -1.5212 -1.1564 +195 2013 -1.4838 -1.6745 -1.2931 +195 2016 -1.4718 -1.6563 -1.2873 +195 2019 -1.3455 -1.5232 -1.1678 +195 2022 -1.3783 -1.5603 -1.1963 +195 2025 -1.4314 -1.6546 -1.2081 +196 2007 -1.4299 -1.6387 -1.2212 +196 2010 -1.2274 -1.4215 -1.0333 +196 2013 -1.2335 -1.4282 -1.0388 +196 2016 -1.0722 -1.264 -0.8803 +196 2019 -0.7478 -0.9346 -0.5609 +196 2022 -0.6292 -0.8168 -0.4417 +196 2025 -0.5132 -0.7575 -0.2688 +197 2007 -0.546 -0.7678 -0.3241 +197 2010 -0.3189 -0.5217 -0.1161 +197 2013 -0.3739 -0.5767 -0.1711 +197 2016 -0.3313 -0.5268 -0.1358 +197 2019 -0.5254 -0.7349 -0.3159 +197 2022 -0.5132 -0.7244 -0.3021 +197 2025 -0.0922 -0.338 0.1535 +198 2007 0.798 0.4546 1.1414 +198 2010 0.489 0.1631 0.8149 +198 2013 0.3246 -0.0048 0.654 +198 2016 0.3126 0.0029 0.6222 +198 2019 -0.0742 -0.3891 0.2406 +198 2022 -0.197 -0.5298 0.1357 +198 2025 0.0373 -0.3441 0.4187 +199 2007 -0.4281 -0.6096 -0.2465 +199 2008 -0.503 -0.6602 -0.3458 +199 2009 -0.4423 -0.6 -0.2846 +199 2010 -0.4321 -0.5893 -0.2748 +199 2011 -0.5403 -0.698 -0.3826 +199 2012 -0.6804 -0.8482 -0.5126 +199 2013 -0.6202 -0.7822 -0.4582 +199 2014 -0.6506 -0.8074 -0.4937 +199 2015 -0.7239 -0.894 -0.5539 +199 2016 -0.7823 -0.9488 -0.6158 +199 2017 -0.7364 -0.9017 -0.5711 +199 2018 -0.8505 -1.0248 -0.6762 +199 2019 -0.9035 -1.0764 -0.7306 +199 2020 -1.0103 -1.1878 -0.8327 +199 2021 -1.1141 -1.2911 -0.9371 +199 2022 -1.201 -1.3855 -1.0166 +199 2023 -1.2713 -1.4582 -1.0845 +199 2024 -1.1826 -1.3815 -0.9836 +199 2025 -1.1986 -1.4204 -0.9769 +200 2007 -0.5192 -0.7063 -0.3321 +200 2008 -0.5344 -0.6959 -0.3729 +200 2009 -0.5797 -0.7524 -0.407 +200 2010 -0.5627 -0.7288 -0.3967 +200 2011 -0.7703 -0.9622 -0.5783 +200 2012 -0.7347 -0.9105 -0.5589 +200 2013 -0.7798 -0.9604 -0.5991 +200 2014 -0.7082 -0.8721 -0.5442 +200 2015 -0.5936 -0.7632 -0.424 +200 2016 -0.6441 -0.8125 -0.4758 +200 2017 -0.8015 -0.9762 -0.6268 +200 2018 -0.7697 -0.9484 -0.591 +200 2019 -0.6182 -0.7815 -0.4548 +200 2020 -0.4447 -0.6191 -0.2703 +200 2021 -0.5333 -0.6938 -0.3728 +200 2022 -0.5743 -0.738 -0.4106 +200 2023 -0.6314 -0.792 -0.4709 +200 2024 -0.8298 -1.0094 -0.6503 +200 2025 -0.8663 -1.0587 -0.674 +201 2007 0.6008 0.5375 0.6642 +201 2010 0.5476 0.4822 0.613 +201 2013 0.3368 0.2686 0.405 +201 2016 0.228 0.1609 0.295 +201 2019 0.3281 0.2614 0.3948 +201 2022 0.2783 0.2099 0.3466 +201 2025 0.2496 0.172 0.3273 +202 2007 -2.2196 -2.7557 -1.6835 +202 2008 -2.1725 -2.6241 -1.721 +202 2009 -2.0449 -2.4261 -1.6637 +202 2010 -1.9435 -2.3151 -1.5718 +202 2011 -1.8077 -2.1775 -1.4379 +202 2012 -1.7234 -2.146 -1.3008 +202 2013 -1.7942 -2.1901 -1.3983 +202 2014 -1.87 -2.2373 -1.5028 +202 2015 -1.9424 -2.309 -1.5757 +202 2016 -1.9299 -2.2957 -1.5641 +202 2017 -1.9104 -2.2533 -1.5676 +202 2018 -1.8935 -2.2472 -1.5398 +202 2019 -1.9557 -2.3209 -1.5906 +202 2020 -1.9811 -2.3374 -1.6249 +202 2021 -2.0719 -2.4611 -1.6828 +202 2022 -2.0981 -2.5042 -1.6919 +202 2023 -2.0919 -2.4866 -1.6971 +202 2024 -2.0941 -2.5142 -1.6741 +202 2025 -2.1086 -2.5309 -1.6864 +203 2007 -1.8822 -2.0288 -1.7356 +203 2008 -1.8683 -2.0037 -1.7328 +203 2009 -1.8547 -1.986 -1.7233 +203 2010 -1.8601 -1.988 -1.7322 +203 2011 -1.869 -1.9955 -1.7425 +203 2012 -1.8657 -1.9922 -1.7391 +203 2013 -1.8666 -1.9923 -1.741 +203 2014 -1.853 -1.978 -1.7279 +203 2015 -1.8437 -1.9695 -1.718 +203 2016 -1.8399 -1.9648 -1.7149 +203 2017 -1.848 -1.9725 -1.7235 +203 2018 -1.8394 -1.9662 -1.7126 +203 2019 -1.8451 -1.9718 -1.7185 +203 2020 -1.8626 -1.9908 -1.7345 +203 2021 -1.8843 -2.0151 -1.7535 +203 2022 -1.9029 -2.0375 -1.7683 +203 2023 -1.9082 -2.0471 -1.7693 +203 2024 -1.9235 -2.0686 -1.7784 +203 2025 -1.9321 -2.0826 -1.7816 +204 2007 0.3556 0.2163 0.495 +204 2008 0.2417 0.0963 0.3871 +204 2009 0.3758 0.2338 0.5178 +204 2010 0.3805 0.2407 0.5204 +204 2011 0.3255 0.1776 0.4734 +204 2012 0.1307 -0.0235 0.2849 +204 2013 0.0748 -0.0729 0.2225 +204 2014 0.0123 -0.142 0.1666 +204 2015 0.1242 -0.026 0.2744 +204 2016 0.3425 0.2036 0.4814 +204 2017 0.2929 0.1477 0.438 +204 2018 0.4554 0.314 0.5968 +204 2019 0.486 0.3448 0.6273 +204 2020 0.4615 0.3166 0.6063 +204 2021 0.29 0.1515 0.4285 +204 2022 0.2541 0.1055 0.4028 +204 2023 0.4773 0.3286 0.6259 +204 2024 0.2246 0.079 0.3703 +204 2025 0.6391 0.5121 0.7661 +205 2007 -0.7918 -2.9893 1.4056 +205 2008 -0.7678 -2.9652 1.4297 +205 2009 -0.7793 -2.9768 1.4181 +205 2010 -0.7883 -2.9858 1.4091 +205 2011 -0.8124 -3.0099 1.3851 +205 2012 -0.7503 -2.9478 1.4471 +205 2013 -0.8283 -3.0258 1.3691 +205 2014 -0.8249 -3.0223 1.3726 +205 2015 -0.8194 -3.0169 1.378 +205 2016 -0.8638 -3.0613 1.3336 +205 2017 -0.8679 -3.0654 1.3296 +205 2018 -1.0411 -3.2386 1.1563 +205 2019 -1.382 -3.5794 0.8155 +205 2020 -1.4465 -3.6439 0.751 +205 2021 -1.3678 -3.5653 0.8297 +205 2022 -1.2732 -3.4707 0.9242 +205 2023 -1.2021 -3.3996 0.9954 +205 2024 -1.1926 -3.3901 1.0049 +205 2025 -1.1982 -3.3957 0.9993 +206 2007 -0.5835 -0.7196 -0.4474 +206 2010 -0.6348 -0.762 -0.5076 +206 2013 -0.6721 -0.7989 -0.5454 +206 2016 -0.7042 -0.8387 -0.5698 +206 2019 -0.5862 -0.7181 -0.4542 +206 2022 -0.664 -0.7891 -0.539 +206 2025 -0.7319 -0.899 -0.5648 +207 2007 -0.8449 -0.8992 -0.7905 +207 2010 -0.5949 -0.6485 -0.5413 +207 2013 -0.6379 -0.693 -0.5829 +207 2016 -0.5737 -0.6264 -0.521 +207 2019 -0.5297 -0.5824 -0.477 +207 2022 -0.537 -0.5905 -0.4835 +207 2025 -0.3881 -0.4488 -0.3274 +208 2007 -0.7563 -0.8865 -0.626 +208 2010 -0.7082 -0.8262 -0.5901 +208 2013 -0.6734 -0.7897 -0.5571 +208 2016 -0.6948 -0.8102 -0.5793 +208 2019 -0.7406 -0.859 -0.6223 +208 2022 -0.7325 -0.8563 -0.6086 +208 2025 -0.724 -0.8654 -0.5826 +209 2007 -0.3864 -0.4376 -0.3352 +209 2010 -0.3384 -0.3902 -0.2866 +209 2013 -0.2553 -0.3074 -0.2032 +209 2016 -0.2906 -0.3422 -0.239 +209 2019 -0.2493 -0.3012 -0.1973 +209 2022 -0.2334 -0.2857 -0.1811 +209 2025 -0.125 -0.182 -0.0681 +210 2007 -0.1355 -0.1885 -0.0824 +210 2010 -0.0333 -0.087 0.0205 +210 2013 0.0674 0.0135 0.1214 +210 2016 0.0471 -0.0061 0.1002 +210 2019 0.0076 -0.0462 0.0613 +210 2022 -0.0163 -0.0707 0.0382 +210 2025 0.1722 0.1121 0.2323 +211 2007 -0.888 -1.0098 -0.7662 +211 2008 -0.8957 -1.0193 -0.772 +211 2009 -0.9256 -1.0591 -0.792 +211 2010 -0.8517 -0.9727 -0.7307 +211 2011 -0.8289 -0.9575 -0.7002 +211 2012 -0.8806 -1.016 -0.7451 +211 2013 -0.9624 -1.0872 -0.8376 +211 2014 -1.0794 -1.2132 -0.9455 +211 2015 -1.1401 -1.2759 -1.0043 +211 2016 -1.1206 -1.2452 -0.996 +211 2017 -1.1552 -1.282 -1.0285 +211 2018 -1.1728 -1.3139 -1.0316 +211 2019 -1.0366 -1.1595 -0.9138 +211 2020 -0.9234 -1.0508 -0.7961 +211 2021 -0.8729 -0.9987 -0.7471 +211 2022 -0.9652 -1.0932 -0.8372 +211 2023 -0.9053 -1.0309 -0.7796 +211 2024 -0.856 -0.9791 -0.7328 +211 2025 -0.8112 -0.9261 -0.6963 +212 2007 -1.7031 -1.9557 -1.4506 +212 2008 -1.6674 -1.9334 -1.4013 +212 2009 -1.6025 -1.8851 -1.32 +212 2010 -1.535 -1.7659 -1.3041 +212 2011 -1.4877 -1.7655 -1.2099 +212 2012 -1.2833 -1.5494 -1.0172 +212 2013 -1.4484 -1.6916 -1.2051 +212 2014 -1.0323 -1.2824 -0.7822 +212 2015 -1.2337 -1.4668 -1.0007 +212 2016 -1.4883 -1.7259 -1.2507 +212 2017 -1.7094 -1.9823 -1.4365 +212 2018 -1.4856 -1.7405 -1.2306 +212 2019 -1.2802 -1.5149 -1.0455 +212 2020 -1.4146 -1.6654 -1.1638 +212 2021 -1.5116 -1.7663 -1.257 +212 2022 -1.4191 -1.6704 -1.1679 +212 2023 -1.8154 -2.0845 -1.5463 +212 2024 -2.033 -2.3373 -1.7288 +212 2025 -1.853 -2.1351 -1.5709 diff --git a/inst/results/estimate.yml b/inst/results/estimate.yml index 0ac5187..5ef2c43 100644 --- a/inst/results/estimate.yml +++ b/inst/results/estimate.yml @@ -1,208 +1,422 @@ ..generic: - git2rdata: 0.4.0 + git2rdata: 0.5.2 optimize: yes NA string: NA sorting: - analysis - year - hash: 11a63d37dd95fea77ab12b8be1f7854f7fa83a2a - data_hash: 2d868e48850950d63fee3653201bc66ab9b9c020 + hash: 6a3e880b8d285fc645c53d539cdda162a2dcce57 + data_hash: 7ac0a00bd0a66f85e3516adc242e0e8cb509088d + name: estimate + title: Estimate average number of bird per point analysis: class: factor labels: - - 016c588395889c0c19be280852aaba0f7c8bf637 - - 043a0a066959ae3511b4bbc3486da55865ad7886 - - 057c4998ce3043b33c0dc899cf3adcb6f8aadb62 - - 075e1ed2739aeffc3e5e0831d56826358336802e - - 079b1ab9c77f0cd073fe6f85aaf32219c6b91920 - - 08674a0e0f85623d4da72d469faa72d36287032f - - 0981fd5da7e8490323506c85b80f3ea7c9f9268d - - 09e6375bd0ace29b879b739c21ff7640cc2d9048 - - 0a56eb8b37e7679cba2221f874905bb997678b38 - - 0b5acdabcbd51350a3bf41d5ce9a3b851ea2256e - - 0b9335c3cf2a43c4482e33fab75f23a3b0ec60bb - - 0e1b37392255c8e1029048961c20b6f6ac9111ab - - 0f7427572b0f9331bd80f1fc480dd43dc96f2a71 - - 106b29bd87dd66dfc497b1ace292164de1cf3bf8 - - 112bc01f010f8df228a9524987461f9f34ea0437 - - 1549427c59a4a13c26485a770e8230d66a8d8220 - - 1550feabadc972df28ad5441f04c8331589f6d96 - - 15756e314440390c89b172f3177bd7877b6e828d - - 15f0fb655471f3272e07fd2e4c078ce671d84ef1 - - 1660ac09ed9c437fc6a1450716fb24d95c44e5ce - - 17536c6529def8d62ed5ddbdcf7e9ab13231165d - - 18e1729f3b166edb687dc93cb09a978e641f70b2 - - 193553f998fe83f671627e343f6591209f4a071a - - 1aeae1f347d3f19bc64b9cec2cf15adc42287f5a - - 1d3040369be132a7b07c2419f228df0f39d1c412 - - 1dbadd0711258dfe348cc22826288fd9c4370ec8 - - 1dc94699e1f2b54efdedf0f76e3b9a21a41d643e - - 207c13940bd9b279c8446ddfc04dfdc567776002 - - 21f4f441cdec6810f42efa617cb6491521b7fa3d - - 2353e2555f3b2cc6c617c6a5a7f6887fe28414ca - - 25f24296b448cbe86114a1e880fb532cdce17e20 - - 2668af3e681b88104e214dd4a7d4aafdebafe127 - - 26cc6a41b8cd906d1d4e5432584029b512ed58e4 - - 278626eac43f672c7f61cb8f5b0f7240bf907776 - - 288d395431cf2eb781933d91a1217136466377b7 - - 291dd033c062d81ef8e200bbc45240bbe50ef893 - - 2a10b7314ca86904515bce84dd50ea69c54eab89 - - 2c765dbb487a0c5f372132fccf5bf477ee6ee8c0 - - 2ed39a26e20fe6a264a8681eea608d92ab254f24 - - 30583a84e72b0ab055087ce243b07faf2b89c089 - - 305b2e671d6a8164a23333d404cd1618d1eba275 - - 3115a55165cf2efd12ab12e78e9514be8115a322 - - 31c42076cad601a24eeeb60ba52e3947334cd0f2 - - 34a10292a7aeede12aaf0ada14f6e0dfb6c87b61 - - 35c8b84854c95e19ca73d3e5d0a8420aa1bb80db - - 377dc91bc1bea41c6d508e25de24383c0316770d - - 395abbf54cbaf4dc8d2cafb1cf8a02a22f3cc92d - - 3a5c47e9d4ea1daceab214c179435ac2edf3e6b7 - - 3cd819d63095c0c33ae71323c04e43c015a7fa88 - - 3d5cecbfb07bcba179396e4cde4c105f267d4c34 - - 3e7d0466cbe932d04e4f80761133c31fffcef92b - - 3f48452e8a434e8931cd5b5e074f0f2cf55e729b - - 41a5b060fafd8265ebaa8b9590f7306c924ff8e3 - - 426128635de4bcb7fac4c29bb21fdeb5eef38e99 - - 430dd638aaec2fd2706f245ec0e5a60be8502048 - - 43c0d02b160477ecdf885ba821e3193b52e2d4c2 - - 43ec6cf9f9e284417842d43e46ad3c96f71a51f4 - - 4462512c3bc36872ae675261a1c0aaaddf3bf1e1 - - 47d9e81a07bc42a0b046bd22369f1e207c184edd - - 4a4ddb5d925e3c0c3f916977e0f867bb520ae90a - - 4ac1db11145bc5622a889fd7155a3b3a943ab7ad - - 4bf033e3d19c834f9fc08193cdea01e1aec3b8a2 - - 4dd7bf489369c0eb45f868fd47674e0adcee6a5e - - 4e0775314c2167d9fec453888f8510ffa13e65f9 - - 4fb3e4787803e83a779cbd2543280a71c2b255a6 - - 51609d9282f7a9e4195bcb0a3bb575b6daffcb6c - - 52f2b937962ff1f0d9a7277ef70f0e85bce96995 - - 531cee23bb2a9187017195819734cce068d1f1f2 - - 53b074a0fb4bc855c35426f82a047aaea3451fbb - - 54fc3567dfd4ca40b67077dc1ebb539b01265180 - - 5603e1cd3c513d3cb058af4d5e3759590163da2d - - 5851d88b1ec0b1412a280c2605e919ab85eae26d - - 5be7d38257523a516109ee17da70be6b849bb4d2 - - 5c8f6d1fb307a42de2f1f5475ef68aa95c61fd5f - - 5db905501553fa62b3aeaebb318884b8c7fa4440 - - 612e355d6e0b948e7552858e256a3483fd343e6f - - 62df99497d514aaa0a020e319fb9f4a73af6053f - - 630a0debf01296e254447b1781d530268935bef4 - - 639921afb00a469b1f92c73a06a48454bf180b42 - - 651def3f753160212c2253006e10c694238f4f7e - - 69c91b4e9f635e2ba60daded63d5e893ec16c839 - - 6a1f6523748e32bcdac79eae7b5b26e12d344d02 - - 6b8afec69da36905e42d7cdaa982b12790dc01cd - - 70ac24ae994cd77ab713cc81090b02f4ba9cf519 - - 748b26c95512fff36ce7849f35aa3ff840de49d9 - - 7586012c89aa7aa29e6f719db06b1ed92b748003 - - 761ad3e12d27ea12363980d677b398a917ff4a38 - - 770e20de1e7c78ad852e0c0b4bb9860505be1d9a - - 77bc3594f18275b6882c60a981f6a5c935eee2f5 - - 7d2c893dd838a7fa3f6d4b8afe098fb0ce38caf8 - - 7df296267f7fe00bd6fa890413cfd766f3c564a4 - - 7f486a2ca57410de948da8623b3ac7f51c9d2065 - - 7fe1c3da8dc47035e61eb9ba914d94e7e7ee0dd1 - - 7ffbf9bc7d01326625481ea6b90fd383f41c5e5d - - 8041f25730755f65c6e844f69c3c6200eeed498e - - 81eb19077f2d257eaaa054a2b781a83449bc9044 - - 8341e58b499893e26e24d561a84216ed622957f1 - - 85173b06048db8f63cb8dfe0b3c19112bae29816 - - 8588d11a0f90b25e63974a7622858b8782854122 - - 891703d3d06b0dd715625a0ca4b1750b19f7044f - - 89f6f03a5bc047141ba6cc766377e9af61a0537a - - 8c299a02d9e8d20d2c28a5bc1acb67becf678d2c - - 8c5946c97abdaadd483711e34b11d509b1265fad - - 8e5e92329d682285d15f0851777d8a1c0180a803 - - 8e73e3916cd33249b7ccbbdd5de4ef309930d80c - - 8efc52286d7323942d723011bdf922e2312b218c - - 943c7def5fab3b9fc9afe34c1cf20e0a67cf3bc4 - - 961e4f1df3d5bc215f267e2fe62cd0aea7049303 - - 965f88bfbd551bec0382dfbf959a6b45fc0c89cf - - 991fdf3e59e81f9c9d634e7dabcdabb78a7d7f6d - - 994efbfd7077092941ab698950b510bcccdc578e - - 9a5c780f3d4f5634cbd4d7ae30d124a897eef006 - - 9ac768a05a1a5183538fbc360a6621819feb75c3 - - 9bffc6c309b836298fa0db1bc7eb4504c5302290 - - 9eb0d6d53eb8c753562a2bbf0c5a90870ecfa324 - - 9f218a969f62a03ef252334b4dba7a421118c2d1 - - 9f4009d7c6dab72a3092216b71d036b2f4c799a5 - - 9fbbc7c4a4b58c5f46b522e676aa6d25c1351f26 - - a0ddc04c0125fc887cb9cb1fbfb35f1049ff207e - - a13c8811843bc15c45d10059ed4fa97a0c97e622 - - a21216a4c136b5f7152347da94d54d8b3bdcf918 - - a33b1cf5ea0866025ff96436aa001117f5426416 - - a6383108066814d4f3641a96f4dca690c595a3d3 - - a9b50f608cb2d4bcc19d23b266cb57b431f5f38f - - ab4f595ca442b2689391afe3d2025eedacc1aa2c - - ac11a5617e8fb0ad8a015e8ecc70469fe57bebd6 - - ae916af9c42834c88d02b364774af99f78c2e8a9 - - b1d8dde6f5b24daaa1612db2678889d5b763e3d9 - - b2610f7388d950faa49cbcd9b55bc155d4e6a7e7 - - b3e277071737f4fea97bc7a7e2efdf71a313134d - - b41c646560f90224aae5178b51ec679f720080e7 - - b4d2995f2f1b984c516be0a3e87389dfd4150ec1 - - b55a6f5e2ba73fb406da11ae3390a3a3fcaeb13e - - b5a8ca74a9ef56a34ad23829ba7cbaeb8006223a - - b650fcca85c65f5b1b1d4aa427f099f827c3bfbb - - b7cb883975cd7ed029df1c79627116598fa634d4 - - b9278fe2beee35f78fd88bccd5b6fdb8cf9a49fd - - ba15596fb39719d2ec477408feb60c11fbf421af - - be36cd4a5a0e442c3c3340847af50b928eef68b9 - - c10d1db00e7b5129507e7db910069367072bcab9 - - c7759c891a2cf19e315832a2275d444ab0471877 - - c7cc0b43d4185bd3ffde5a89e431b5946b4ca85a - - c95739f0f351d9979093a0d9686985b4898b4a44 - - c9627b175ee0056d3439dbe670c377da7e93b290 - - ca5ee2bb458148b172115c42c57618e31af78a85 - - ca5f4bf0a501d6e666dae396a49f08fae3c94089 - - cb456245e9b933ca4250745946ebfcc2d653bc22 - - cb8dbd055d69b6eb6a1e9784fd05dd8e14a37b9d - - ccb9b60433bdd7ec56b0d9581e6318a02beac01c - - cd85d5886f99b30f26d7da893bf6ab772a9308d0 - - ce4d63c752eabb99d46966a3ac431f6ea489d2b9 - - ce4f79d894b07094ccfe03af7f1a12af67f0118c - - cfb28c686040b3dcc22a94554c8161b1974d23a8 - - d230824d99f5bf7d59ac204bbc1b35f5293317a1 - - d32b48c84c281f55910d246375dd2455a054c970 - - d38b91259357b9490976ea4efcab63f8d8658d0d - - d486919734c6126af9e5384e8b97195a1be735bd - - d63883a391696db5c6ff98f76404cf4b3a97d70f - - d6bb53c9858fddf173898cdcfa1cbf42f5d52c5c - - d71dd9ef32818411e03aabcc7f952cbb8e073364 - - d759ba56ea04eae3e9f4b5949c443cb92f0082e8 - - d7dda403d507084ed05cc1b9bf6c65829da6a22c - - d878f7c6794d0a6d9a8d04be68ebb93eafdf01cc - - d9324f2995ad0639613df9f51db6213fee19a45d - - d9f521188e10884be7feb4e36e64c54ba92a2eb0 - - da52aad88bb34e0698bc27c2949dcd740c40ae37 - - dab16115cee8ffa0bce8f85a2ccd1b053fad2d50 - - dc504e7e6d04d45ccc6e6eb088e10e6ae370db7f - - de14295bbf982e71cb016c9837ad969232b6addc - - de35ec95ec5aa87f0eb6ef4f39fb69eb33059681 - - e048cdd8d6d271dfc7176db78a1360ce53cdd2bb - - e04cd576ce0e25075d86ad8d701a970966d70126 - - e0b6e36d3ff25cf77fbc653610885243e3d3434f - - e8da11d87c97fb1d0a2a13bfd37fe8f032b7b35b - - e8e8ab63aa33aac013912a7bba79e70bf0104670 - - eaac7db71e9c295cf4770b3bac90f14898d2f3fe - - ee44bd083e06c19498a8fea3d26855ca62bae4ba - - eff1b12635c7a318872a0f6b90f607945e244862 - - f041ef7e5426039e222d3d583c87473c23145c28 - - f1cf70ad90c37e205346d4c7b6dd7fe9b6f92730 - - f28af1197504d2ee7f1e057da67aad80fe1df0b0 - - f4937b4cc930a5d074111143e6e9ebb6fd3ac4ba - - f49efa5cfe4556b8fb94c8d453bfe7f1bed9e20f - - f53e0266baf7fa1f2bdf2880b66d3c13444a18c9 - - f5b405df003a35ecfe879bb5eb7dae6b4eec2dad - - f694960374001db073fa7f9eaabc38582a67e425 - - f8596ee0738fd16a5157d960bb58795b73bbc92e - - f88e30f21dfcdaee543a181bf4c039a7598dd249 - - f9933bf7817dd80c378cf3b0c55334a979937640 - - fa605cbbc698ba0f9acc3c71010dcb352ebdd981 - - fb97d1da0003d9c3f3ec298634a0797784bc49f6 - - fc478aadb364af7f3b7e34a253e9178659194499 + - 00bcb256ee7f6c754a79313040b2bb511f28a42f + - 017742e1adf41ffe40b27713058753e5d696f0b0 + - 02b051687a3d70038a6bb9cab88b74b1e2df6b22 + - 04a55eb374293822f7749dfa29273874aaa26ba2 + - 086dcf3e92ab9092b1d7cb9c8f2ee620469f9217 + - 08e75ab4fead8fa2a9ad34dd8204a3a1a9b23026 + - 09b7f978e9f13152653a955cb3352c98e80980c7 + - 0c94c18bda02769388858f8000fc552299ea9fd1 + - 0ee76e93160fced812a33960f68bc17519cb1769 + - 0eecf251630ced89a0297613eed034cd067d7a5e + - 0f059704d65b4098194da937e2dbfa098153559a + - 10cb4d43b485773281d736b7c7603df29f0b8b6a + - 13a2be20884601193d5004314f250304b16b0b0d + - 13acd9516d65d545683ab9042841e81680dac842 + - 13bd9343b92d517039ac19b526923a59850414e2 + - 13c5e56835fd30218f2329946792581805924882 + - 140c81f5417c2ac7e5976e5de2b45294fbc100ff + - 14b541e531d19c6a049abf02e18cd3ce11e844ea + - 151cb464364a8fa575d5354230a1bdfde6ac9ca5 + - 157066674a266b7584542f4d3c5e57482e39af6f + - 1647278de526324fa3b85d62c53164f6a883c8ca + - 167bccea5339c5c890f9e097fbf5c692e581a4ce + - 1683893cb0df5bd98bffbeb3133a470062610bf4 + - 1767a834ac075c85fd8e6b3abe6f372cb8ddb3c1 + - 19816fa9444ea841195e176cd790f5df3c664f38 + - 1a3a3acc5045bfcfd4033053ac0283d866f75faf + - 1aba4813ab54271eeab3d8eb2e03399bbf3301da + - 1bfca8efb0e0b9f97a0ade8f66f4a235352c775b + - 1d40958c53275b4f175192fd4593ccadcf93d137 + - 1dc5860f4f3b298b9f8a4996475d9be15fa87749 + - 1e2e457883ad9c44893973fee53b2f40cb249174 + - 1ec7a2867d9d4b2c98bd3e9fa20566371b7f24aa + - 1f484792fb004cd66ede8336120b91c9d7a62928 + - 205eb60092eabc122217ea698b732cb448defc8b + - 21a6058bde74b0fb2deae842b110d73632a1cac5 + - 22b360088422949128081af1024de9982ad06021 + - 239d52d3cd41b81d4df9d8aa625aed9b0fe1c322 + - 24227dfc1edbb9894589e00353420ce884a7c59f + - 24a35d2bb8bea83f68ec9e7da0dd39a29ad284e0 + - 28448d9f1eb13d9c8b05291eb981aa9ac07e3478 + - 298f1dcb1ac7f718236fece078ea56e1c9ae861c + - 2a887b8b2e98a3594f153d51ff6a019513c6f0f2 + - 2b85b4f99feab071567636c27567fd750f05ec8b + - 2e061a7fe5061f0c336d07721eda173645092be9 + - 2f2577e015becdce3bb33b01b8c0c28a6eb19f4b + - 30535314a8e4c37c3e782802f5f47a21475f51ce + - 31bf2a51bae9d808c1e4f9007623ff5f2dfaab0b + - 32dd1653b489e8fd44a9c275d36f884571b7f2eb + - 332b223eb99643696658c5584a7ceae98d7db404 + - 34f0f1be1c5a91109b063219a3022704ec0e68a3 + - 35cb4518187b2a2bd00d79d24fa0f73a4074ddd6 + - 37080488d54e5cd6d6ecfd4fc23da13ee0bfce72 + - 37c29ad08e645ba9861d7a07ccf12c478e4cb4b5 + - 3829c067b2f9cbef0c8f9fdd83d1ac2f7b9973b0 + - 3c6bde932e8dcdc276c7937e817d2421ac586b4f + - 3c7bdedd355a50dcf680c78ed460d8e163a0b6f5 + - 3dd4ebeb4a9d59868b15ed77f05fd21c5f107da2 + - 3f4bb547f035a32f903573fb7a368eb4d5ee005e + - 3ff4af1d8a312082025dcaf58c2f3de0612a18fd + - 412342070494b4c361dfb2919d179f28758e78ea + - 426b2ec6c7600321e4c5dbdbae1280a794b07183 + - 43d26f8fd688ace375cc574bf7817934f1c03a06 + - 45a021fbf4fba35e8423b74ab91b19e4397ac458 + - 4854501e3c6a6ed5824ff844b24b5de44d67998a + - 48864233ad7a6eec59d131046bee881bed1b3083 + - 48f866228a3df17658f02e54b0dcf58e81a68305 + - 48fa12faca21cd4ad53dfb03a8ff1cffb7aa7067 + - 490be97d3853f5492f4be69aa3159c7b5ec2c1d4 + - 4b52d8344dbe6e0676187936dded31eb7f904e1d + - 4d135943eb2d228d74482f323155d432009dd5cf + - 4d5336ad079625fe66afcbb7a207792af187e3a5 + - 4d9398039ec869eb9e3cbeb2243e32af13c372c2 + - 4d9849f2012a859bccd49a821cc4ae69a1a9f7a2 + - 4dea166a30fd955333d3694ba471a133df251678 + - 4f44522ede9c72227953795c38ef3dc5f4b9f420 + - 5048328a06aad3322f2e75babae9e065ae7ef71d + - 506603b7b4e7c8459272daf12aa7f25d4aedab60 + - 509b8e7397d56a1a2d5545eea6d821f4c9ff900c + - 50b3da39a061e525c638c8883d2ed2d4daca2336 + - 52bc86dc3762342cb33293e02d945af20f11314e + - 53976a8bbb2adb015c9bf61fed353cd45fa7f1d4 + - 53c9db72abceb49c3a60b102ad358ede54f64193 + - 55b9b443fe28ea0bc5f27ea83646d02b4def867b + - 55e2b2627baa8e16d7a1bbc707d96dfba9f0d43d + - 56e87b0be996d1c5bb18ed1a1f3da5920b7ad7c7 + - 595743d708308113e8b82a123cd4047bfadf9b31 + - 5b4f9da24df3df33d40dce60c5c7d44a88b745a3 + - 6008658dda4f20a048cf811dbeea114eeb9a1bac + - 60c12aabf2aa1afccb798f75561bac20563f0660 + - 62867cb1baa22d22ae20524a2db037f0c2a0e64a + - 639f918943cae27cb010ce33e0d5af720cf66b63 + - 6497cefa1dd3bd6e622fc8500ca05573326a8095 + - 67e25016ebf9cf7685ea64ddbcfd38e96e19751c + - 6a15a0aa643e87ab92e693c4beb4eef7141e4e97 + - 6a416c3576ff44a243b86d3cf3c093be5c2f9eb9 + - 6b4048e2d4cd1ff898aeb642bd5203db32da372f + - 6d05528078e617f43208039354f70384770e3cb3 + - 6edff4fac0fd5e5abe0a9ddf5ec3e778f46d710f + - 71d068ab0ff9a2bd29cf9dbf7535d9543835f003 + - 735dfddeed860c6f032a9bbf6630d9d8b492f270 + - 74067f430a31475a8b36ccade4580f242a906831 + - 746dca19885003830582ba96a44a79c150f854b6 + - 76f38427c9c525bf9ab12708d0be1c175bedf9e2 + - 78bf4ac4d9795309679c651da056e0328b8b2c98 + - 7a566566ff1b9680dc8b91835daa3456a485b72d + - 7a846e5f5c5d53ee33af5ac08b8e39e975c16119 + - 7bba582bd49ca11dcb0c82fac0aa3fc4cae711f0 + - 7c70b4ad4200517b3966a9dc9bf7568612109baf + - 7e6d75a628fa180685a72f493f914ed25caef006 + - 7f313457f7088e228910a4652023f05fdb1979ec + - 8080e0901df46a862d6838a3d8f3f71461e63415 + - 81b327edb111aae046e3ce6407b3154dbbc7c552 + - 81b48e4e6e3a86bbf90c7950d9fd0fba6aec35e9 + - 81cbf924688ab26f8728c0c9fbbacd202c9e6f40 + - 81fde8c5a35ffb7b85a97be7d56a9627acdaa9ca + - 836594394aed99a2140a1dacee5320d94bb5a35e + - 849da52e376b6f159b7fc26d893d1075fe507e4a + - 851726ac9d2bd4da6124707d8a9e69e6cd013776 + - 864e4839ba2ce8f812cef557582b8d26606144e5 + - 869ea7641c740c33ea5680fafbf230e96870ca8f + - 8820e1f031205cf8559d9b6d049918e1dfcc2f46 + - 927e9d1fe0bdb10c91dc7490a6c5e0211875217b + - 94653caed1c9961b74a0e18b0e973a2fb1c421d5 + - 947cf97efd633a9c732d5b823a5ca765d1ba2180 + - 9570a1411caed57af18a9ddbb3def89338aef2ca + - 96b2ef97d0fe98f1bdc22b390bbf8fb7f26213be + - 992ba17d73dfec6954e93079535af3fdb43805d7 + - 9e1117a9ad17df75a083efd957fd5be657381e02 + - 9e1a1b2748cd9a719a66d15709ef01ef665130de + - 9fbac3bab238a4571786d06974eed816198ccc2b + - a06a959db9c3174d21f75c8caeb3cea8706130aa + - a0e8f5df9d5425afbf2ff44549364f83aae66e49 + - a339d057658587a9b2e5edcd676a982448db336a + - a4aa5227876ee8bf27841b1a5b495e02ba0370f8 + - a5cbe6463a1c8fe33d8d2f3d7ee9e65d30a9e402 + - a6c200aae1811b6c6fa1af0c78bb4c2909346485 + - a9fb03be113af02e75e217a1260d09d33c90eefe + - aa2dc585fbac269cf6d965626e9d2861e1575c82 + - ac308f1c7329bdd6b089c3b87b89e8eec0dab8bd + - accb320964eaf74e7edf65f05744a5ea47f20a0d + - ad4c554aa4a0a9897c953c0c3426a9c11081059a + - ae05521c00e8f2a2cbb82fdd2c323e81e4f2045c + - b208e27126d664176060d5eb42362b601f69a8bc + - b5ab30697028f0301bb78a5db51832564c34d78b + - b5f469f3b325f85ac60eabef2e8bef5884b9dc8a + - b64338969c33ec0a01b49323e108f4dd9abcf932 + - b8936298382fcc4bb516b58ed78faab77e5f65ec + - b91bc5bbe8a6c93572deeef96fb7ec2c81985a0e + - b92f1e7564815cc9e9a223f51c49d48605a0d360 + - ba1449c0bbaf127c29fac58ab8469b2b04af88fb + - ba9fa4587341ce1532b19bb791cd9c211f3c4cff + - bb58763d4784fbcf7b74c034c25b82e2ad1d5529 + - bbac9c8e2d90f2ac6a114d59e9230ed76874e50b + - bbbdfee9bdb7a292f39e93ba1115502cb42a0e65 + - bbf3138e02ea5d33a4f6356dab8e4bd3cda85048 + - be801b066d98ced83604dd904a42f2e405b1c8b4 + - bec002be47f5af1f544657a679756506ddcfcbf5 + - bf5cb82f1851e61d363fa071496fb129cdd0baed + - bfa74a82582338a30af086b16a62b650291bef39 + - bfc1d94f384e7b05dfaef7eb27024b8293a019ac + - c288cae552e92290eb84652deb21cdf456ae2c2b + - c565ce5813e6264ded4bd82d0994916161936e56 + - cce1f4f5fc36b232cc73a5f3ce45e76d2daa5470 + - cdc6ec58f7c330375920ea188c683ecb029f800b + - ceb098b1ab8c00b14646fa230c27b7690ab33c29 + - cfd5e7d9cb7cb885c9fce61da40c04e947b370c6 + - cff7ce9992dde456e5478f98b4f54a3cf43637bd + - d08d24152a4f1ba258c549ed4f69eddb392faa49 + - d08e2df868cd5e62f2d137617903e1d72a070dd3 + - d0ac975289a04f4c497eee7373772c2f85e36ef8 + - d0c35402c9ff4c406808bc4b014c8a6082b70650 + - d0f570a997badf785665b4f4a6875d73cc306372 + - d249e37bc28dfb3f405611bfcf32de1074677b5b + - d31c937a590e2893103cf7d505997e581eb17682 + - d322bbf779b2926c4fbbb8b945a606f25255f0b9 + - d369b72555f363f3ca0b0d8e8c1f83b4c9497fd9 + - d3aee1619621ff590f2219b521b88f04c64dc639 + - d55c3bc81813e1095fa40ee6986052173fa33749 + - d7edf6992e16c1ecdbbe2e180bf0f987a223c028 + - d8f43c118571b1e35255744fc6f9aebc98743939 + - dbc48fb5e7dcfa0427845edb48ae871836bd9026 + - dca235dc05840e97a05955c7105b806f12dd8d8e + - dcee3be5b7beb80e6520aa890b264b82ab6a6d3f + - deb1a2e17d7dde5da7c438046d559f986bb64fcf + - df3b69dd23d3bce265625cbec5709999b323b7aa + - dfdbe0d93127b5d7f219777b613a62235a1ce3ed + - e160ca0a7c73308b8c1a146549bbd4aa5aa98ecb + - e1736b039a22d69a8435fe07b794ad83ad00e80f + - e21a4ba8a6c6cb9aa9aa274adf0896df17f8a0f3 + - e21f4cc62b1fd5def5ed4b5c4d31f8abb50ca6c1 + - e26145582f20d9c92c9ad2fa693c7c4550ab67c1 + - e3089dcb83e399ba20fda8dac9a706f170999c86 + - e3219d66ba1f73b8e71345a05f1e1a8f37c9048b + - e53442a6239d8b64c59cedc9d2736d1f2a85655f + - e6e0df80f99523ff42ffb0f3fadd1f0965ec293f + - e91ff985101aa3a5fd04f9b8743f28074e0677d3 + - e9ce055041b639b85143ce17b7caaa8a88af2c2e + - eaf31055c7b4573e82f060b54d4fa001bfe7dc42 + - eb08ef1e285d9eb4b943589854dc88e77ace8aef + - ed480de5bf3dcc5d4284c655e88ba305c86c52cd + - ee8d756459b4e25f7f6912fb6d82a868148d5b90 + - ef2b57d2ea961e4459f52fb94fd35d853d5d2cb8 + - f0f7b94b563f6840c3656b7c066a8ac9cbc4d178 + - f237128fd14f71cec9eebbfb1530f6cfe669325e + - f3cca09fcaad90e05d6c99559b2e2587d9982d17 + - f76f6a390dcac4e466914ba1af10d8c234fac632 + - f79c0848f96c5fe5e0d46690ce1c009f36c87a7d + - f80303f72ccc3a37c49fbd02110d5fe8a5398d7f + - fa6e52586a6d67d538cd5b179fb8ea7e578a62b2 + - fdae76b494dbd0612d322f92c38e50b39d96a347 + - fdb8661f101d181e2b3370da1993cba602b11a17 + - fee66a08131b8425fcb126f2f7d604d995b9ca2c index: + - 1 + - 2 + - 3 + - 4 + - 5 + - 6 + - 7 + - 8 + - 9 + - 10 + - 11 + - 12 + - 13 + - 14 + - 15 + - 16 + - 17 + - 18 + - 19 + - 20 + - 21 + - 22 + - 23 + - 24 + - 25 + - 26 + - 27 + - 28 + - 29 + - 30 + - 31 + - 32 + - 33 + - 34 + - 35 + - 36 + - 37 + - 38 + - 39 + - 40 + - 41 + - 42 + - 43 + - 44 + - 45 + - 46 + - 47 + - 48 + - 49 + - 50 + - 51 + - 52 + - 53 + - 54 + - 55 + - 56 + - 57 + - 58 + - 59 + - 60 + - 61 + - 62 + - 63 + - 64 + - 65 + - 66 + - 67 + - 68 + - 69 + - 70 + - 71 + - 72 + - 73 + - 74 + - 75 + - 76 + - 77 + - 78 + - 79 + - 80 + - 81 + - 82 + - 83 + - 84 + - 85 + - 86 + - 87 + - 88 + - 89 + - 90 + - 91 + - 92 + - 93 + - 94 + - 95 + - 96 + - 97 + - 98 + - 99 + - 100 + - 101 + - 102 + - 103 + - 104 + - 105 + - 106 + - 107 + - 108 + - 109 + - 110 + - 111 + - 112 + - 113 + - 114 + - 115 + - 116 + - 117 + - 118 + - 119 + - 120 + - 121 + - 122 + - 123 + - 124 + - 125 + - 126 + - 127 + - 128 + - 129 + - 130 + - 131 + - 132 + - 133 + - 134 + - 135 + - 136 + - 137 + - 138 + - 139 + - 140 + - 141 + - 142 + - 143 + - 144 + - 145 + - 146 + - 147 + - 148 + - 149 + - 150 + - 151 + - 152 + - 153 + - 154 + - 155 + - 156 + - 157 + - 158 + - 159 + - 160 + - 161 + - 162 + - 163 + - 164 + - 165 + - 166 + - 167 + - 168 + - 169 + - 170 + - 171 + - 172 + - 173 + - 174 + - 175 + - 176 + - 177 + - 178 + - 179 + - 180 + - 181 + - 182 + - 183 + - 184 + - 185 + - 186 + - 187 + - 188 + - 189 + - 190 + - 191 + - 192 - 193 - 194 - 195 @@ -223,184 +437,20 @@ analysis: - 210 - 211 - 212 - - 213 - - 214 - - 215 - - 216 - - 217 - - 218 - - 219 - - 220 - - 221 - - 222 - - 223 - - 224 - - 225 - - 226 - - 227 - - 228 - - 229 - - 230 - - 231 - - 232 - - 233 - - 234 - - 235 - - 236 - - 237 - - 238 - - 239 - - 240 - - 241 - - 242 - - 243 - - 244 - - 245 - - 246 - - 247 - - 248 - - 249 - - 250 - - 251 - - 252 - - 253 - - 254 - - 255 - - 256 - - 257 - - 258 - - 259 - - 260 - - 261 - - 262 - - 263 - - 264 - - 265 - - 266 - - 267 - - 268 - - 269 - - 270 - - 271 - - 272 - - 273 - - 274 - - 275 - - 276 - - 277 - - 278 - - 279 - - 280 - - 281 - - 282 - - 283 - - 284 - - 285 - - 286 - - 287 - - 288 - - 289 - - 290 - - 291 - - 292 - - 293 - - 294 - - 295 - - 296 - - 297 - - 298 - - 299 - - 300 - - 301 - - 302 - - 303 - - 304 - - 305 - - 306 - - 307 - - 308 - - 309 - - 310 - - 311 - - 312 - - 313 - - 314 - - 315 - - 316 - - 317 - - 318 - - 319 - - 320 - - 321 - - 322 - - 323 - - 324 - - 325 - - 326 - - 327 - - 328 - - 329 - - 330 - - 331 - - 332 - - 333 - - 334 - - 335 - - 336 - - 337 - - 338 - - 339 - - 340 - - 341 - - 342 - - 343 - - 344 - - 345 - - 346 - - 347 - - 348 - - 349 - - 350 - - 351 - - 352 - - 353 - - 354 - - 355 - - 356 - - 357 - - 358 - - 359 - - 360 - - 361 - - 362 - - 363 - - 364 - - 365 - - 366 - - 367 - - 368 - - 369 - - 370 - - 371 - - 372 - - 373 - - 374 - - 375 - - 376 - - 377 - - 378 - - 379 - - 380 - - 381 - - 382 - - 383 - - 384 ordered: no + description: Identifier of the analysis year: class: integer + description: Year or period of the estimate estimate: class: numeric + digits: 6 + description: Estimate on the log-scale lower_confidence_limit: class: numeric + digits: 6 + description: 5% quantile of the distribution on the log-scale upper_confidence_limit: class: numeric + digits: 6 + description: 95% quantile of the distribution on the log-scale diff --git a/inst/results/index.tsv b/inst/results/index.tsv index 8e8faa0..55e5be1 100644 --- a/inst/results/index.tsv +++ b/inst/results/index.tsv @@ -1,14497 +1,20353 @@ analysis reference alternative estimate lower_confidence_limit upper_confidence_limit -193 2007 2010 -0.4585 -1.0434 0.1264 -193 2007 2013 -0.785 -1.4422 -0.1278 -193 2007 2016 0.0711 -0.4508 0.5929 -193 2007 2019 1.1581 0.7138 1.6023 -193 2007 2022 1.435 0.9619 1.908 -193 2010 2013 -0.3266 -0.945 0.2919 -193 2010 2016 0.5295 -0.0536 1.1126 -193 2010 2019 1.6166 1.0831 2.1501 -193 2010 2022 1.8935 1.326 2.4609 -193 2013 2016 0.8561 0.303 1.4091 -193 2013 2019 1.9431 1.392 2.4941 -193 2013 2022 2.22 1.6344 2.8055 -193 2016 2019 1.087 0.7191 1.4549 -193 2016 2022 1.3639 0.9436 1.7842 -193 2019 2022 0.2769 -0.0365 0.5903 -194 2007 2010 0.0465 -0.2593 0.3523 -194 2007 2013 0.1912 -0.2049 0.5873 -194 2007 2016 0.4505 -0.0492 0.9502 -194 2007 2019 0.616 0.1013 1.1306 -194 2007 2022 0.6467 0.0826 1.2108 -194 2010 2013 0.145 -0.1613 0.4512 -194 2010 2016 0.4043 -0.0661 0.8746 -194 2010 2019 0.5701 0.076 1.0643 -194 2010 2022 0.6008 0.0534 1.1482 -194 2013 2016 0.2585 -0.096 0.6131 -194 2013 2019 0.4248 0.0191 0.8306 -194 2013 2022 0.4555 -0.0158 0.9269 -194 2016 2019 0.1656 -0.1059 0.437 -194 2016 2022 0.1962 -0.171 0.5635 -194 2019 2022 0.0307 -0.2508 0.3123 -195 2007 2010 0.2084 0.0817 0.3351 -195 2007 2013 0.0771 -0.0744 0.2286 -195 2007 2016 0.0586 -0.087 0.2042 -195 2007 2019 -0.3205 -0.4833 -0.1578 -195 2007 2022 -0.3716 -0.5838 -0.1594 -195 2010 2013 -0.1313 -0.2751 0.0124 -195 2010 2016 -0.1498 -0.2888 -0.0108 -195 2010 2019 -0.5289 -0.6953 -0.3625 -195 2010 2022 -0.58 -0.7948 -0.3653 -195 2013 2016 -0.0185 -0.1671 0.1301 -195 2013 2019 -0.3976 -0.57 -0.2253 -195 2013 2022 -0.4487 -0.6694 -0.228 -195 2016 2019 -0.3791 -0.5367 -0.2216 -195 2016 2022 -0.4302 -0.6418 -0.2186 -195 2019 2022 -0.0511 -0.2562 0.1541 -196 2007 2010 0.1383 0.0202 0.2564 -196 2007 2013 0.2811 0.1377 0.4246 -196 2007 2016 0.3982 0.2485 0.548 -196 2007 2019 0.3899 0.2457 0.5341 -196 2007 2022 0.4155 0.2549 0.576 -196 2010 2013 0.1429 0.0225 0.2632 -196 2010 2016 0.26 0.1242 0.3958 -196 2010 2019 0.2517 0.1158 0.3876 -196 2010 2022 0.2772 0.1243 0.4301 -196 2013 2016 0.1171 0.0035 0.2308 -196 2013 2019 0.1088 -0.0198 0.2374 -196 2013 2022 0.1343 -0.0116 0.2803 -196 2016 2019 -0.0083 -0.117 0.1004 -196 2016 2022 0.0172 -0.1169 0.1513 -196 2019 2022 0.0255 -0.0914 0.1425 -197 2007 2008 0.0641 -0.0158 0.144 -197 2007 2009 0.0517 -0.0332 0.1366 -197 2007 2010 7e-04 -0.0715 0.0729 -197 2007 2011 0.0393 -0.0465 0.1252 -197 2007 2012 0.011 -0.0788 0.1009 -197 2007 2013 0.0512 -0.0247 0.127 -197 2007 2014 -0.0628 -0.1501 0.0244 -197 2007 2015 0.0197 -0.0701 0.1094 -197 2007 2016 -0.1182 -0.1936 -0.0429 -197 2007 2017 -0.1389 -0.2256 -0.0523 -197 2007 2018 -0.1661 -0.2528 -0.0794 -197 2007 2019 -0.1909 -0.2705 -0.1114 -197 2007 2020 -0.1021 -0.1899 -0.0143 -197 2007 2021 -0.1837 -0.27 -0.0974 -197 2007 2022 -0.2952 -0.3827 -0.2078 -197 2007 2023 -0.2628 -0.3545 -0.1711 -197 2008 2009 -0.0124 -0.0938 0.069 -197 2008 2010 -0.0634 -0.1457 0.0189 -197 2008 2011 -0.0248 -0.0985 0.0489 -197 2008 2012 -0.0531 -0.142 0.0359 -197 2008 2013 -0.0129 -0.0976 0.0717 -197 2008 2014 -0.1269 -0.2045 -0.0493 -197 2008 2015 -0.0444 -0.1318 0.0429 -197 2008 2016 -0.1823 -0.2673 -0.0974 -197 2008 2017 -0.203 -0.279 -0.1271 -197 2008 2018 -0.2302 -0.3153 -0.145 -197 2008 2019 -0.255 -0.3426 -0.1675 -197 2008 2020 -0.1662 -0.2433 -0.0892 -197 2008 2021 -0.2478 -0.3311 -0.1645 -197 2008 2022 -0.3593 -0.4534 -0.2652 -197 2008 2023 -0.3269 -0.409 -0.2448 -197 2009 2010 -0.0509 -0.1325 0.0306 -197 2009 2011 -0.0124 -0.0992 0.0745 -197 2009 2012 -0.0406 -0.123 0.0418 -197 2009 2013 -5e-04 -0.087 0.086 -197 2009 2014 -0.1145 -0.2033 -0.0257 -197 2009 2015 -0.032 -0.1126 0.0486 -197 2009 2016 -0.1699 -0.2564 -0.0834 -197 2009 2017 -0.1906 -0.2786 -0.1027 -197 2009 2018 -0.2178 -0.2959 -0.1397 -197 2009 2019 -0.2426 -0.3322 -0.1531 -197 2009 2020 -0.1538 -0.2415 -0.0661 -197 2009 2021 -0.2354 -0.313 -0.1578 -197 2009 2022 -0.3469 -0.4432 -0.2505 -197 2009 2023 -0.3145 -0.4075 -0.2215 -197 2010 2011 0.0386 -0.0449 0.1221 -197 2010 2012 0.0103 -0.079 0.0996 -197 2010 2013 0.0504 -0.0259 0.1268 -197 2010 2014 -0.0636 -0.1509 0.0238 -197 2010 2015 0.0189 -0.0703 0.1081 -197 2010 2016 -0.119 -0.1943 -0.0436 -197 2010 2017 -0.1397 -0.2267 -0.0526 -197 2010 2018 -0.1668 -0.2525 -0.0811 -197 2010 2019 -0.1917 -0.272 -0.1114 -197 2010 2020 -0.1029 -0.1907 -0.015 -197 2010 2021 -0.1845 -0.2696 -0.0993 -197 2010 2022 -0.296 -0.3837 -0.2082 -197 2010 2023 -0.2635 -0.3553 -0.1718 -197 2011 2012 -0.0283 -0.1166 0.06 -197 2011 2013 0.0119 -0.076 0.0997 -197 2011 2014 -0.1021 -0.1829 -0.0213 -197 2011 2015 -0.0196 -0.1101 0.0709 -197 2011 2016 -0.1576 -0.2459 -0.0692 -197 2011 2017 -0.1782 -0.2576 -0.0989 -197 2011 2018 -0.2054 -0.294 -0.1168 -197 2011 2019 -0.2302 -0.3214 -0.1391 -197 2011 2020 -0.1414 -0.2219 -0.061 -197 2011 2021 -0.223 -0.3101 -0.136 -197 2011 2022 -0.3345 -0.432 -0.237 -197 2011 2023 -0.3021 -0.3877 -0.2165 -197 2012 2013 0.0401 -0.048 0.1283 -197 2012 2014 -0.0739 -0.1668 0.0191 -197 2012 2015 0.0086 -0.0779 0.0951 -197 2012 2016 -0.1293 -0.2208 -0.0378 -197 2012 2017 -0.15 -0.2428 -0.0572 -197 2012 2018 -0.1771 -0.2616 -0.0926 -197 2012 2019 -0.202 -0.2959 -0.108 -197 2012 2020 -0.1132 -0.2059 -0.0204 -197 2012 2021 -0.1948 -0.2797 -0.1098 -197 2012 2022 -0.3063 -0.4067 -0.2058 -197 2012 2023 -0.2738 -0.3713 -0.1764 -197 2013 2014 -0.114 -0.2007 -0.0273 -197 2013 2015 -0.0315 -0.1219 0.0589 -197 2013 2016 -0.1694 -0.2469 -0.092 -197 2013 2017 -0.1901 -0.2792 -0.1011 -197 2013 2018 -0.2173 -0.3059 -0.1286 -197 2013 2019 -0.2421 -0.3253 -0.1589 -197 2013 2020 -0.1533 -0.2423 -0.0643 -197 2013 2021 -0.2349 -0.3229 -0.1469 -197 2013 2022 -0.3464 -0.437 -0.2558 -197 2013 2023 -0.314 -0.4077 -0.2203 -197 2014 2015 0.0825 -0.0071 0.1721 -197 2014 2016 -0.0554 -0.1438 0.033 -197 2014 2017 -0.0761 -0.1562 0.004 -197 2014 2018 -0.1033 -0.193 -0.0136 -197 2014 2019 -0.1281 -0.2194 -0.0368 -197 2014 2020 -0.0393 -0.1212 0.0426 -197 2014 2021 -0.1209 -0.2095 -0.0323 -197 2014 2022 -0.2324 -0.3296 -0.1352 -197 2014 2023 -0.2 -0.2861 -0.1138 -197 2015 2016 -0.1379 -0.2262 -0.0496 -197 2015 2017 -0.1586 -0.2495 -0.0677 -197 2015 2018 -0.1857 -0.2677 -0.1038 -197 2015 2019 -0.2106 -0.3041 -0.1172 -197 2015 2020 -0.1218 -0.2122 -0.0313 -197 2015 2021 -0.2034 -0.2857 -0.1211 -197 2015 2022 -0.3149 -0.4156 -0.2142 -197 2015 2023 -0.2825 -0.3788 -0.1862 -197 2016 2017 -0.0207 -0.1064 0.065 -197 2016 2018 -0.0478 -0.1358 0.0401 -197 2016 2019 -0.0727 -0.1518 0.0065 -197 2016 2020 0.0161 -0.0733 0.1056 -197 2016 2021 -0.0655 -0.1531 0.0221 -197 2016 2022 -0.177 -0.2638 -0.0901 -197 2016 2023 -0.1446 -0.2375 -0.0516 -197 2017 2018 -0.0271 -0.1129 0.0586 -197 2017 2019 -0.052 -0.1428 0.0388 -197 2017 2020 0.0368 -0.042 0.1157 -197 2017 2021 -0.0448 -0.1319 0.0423 -197 2017 2022 -0.1563 -0.2535 -0.059 -197 2017 2023 -0.1239 -0.2081 -0.0397 -197 2018 2019 -0.0249 -0.1118 0.0621 -197 2018 2020 0.064 -0.0243 0.1522 -197 2018 2021 -0.0176 -0.0949 0.0596 -197 2018 2022 -0.1291 -0.2258 -0.0325 -197 2018 2023 -0.0967 -0.1903 -0.0031 -197 2019 2020 0.0888 0 0.1776 -197 2019 2021 0.0072 -0.0821 0.0965 -197 2019 2022 -0.1043 -0.1914 -0.0172 -197 2019 2023 -0.0719 -0.1669 0.0232 -197 2020 2021 -0.0816 -0.1658 0.0025 -197 2020 2022 -0.1931 -0.2911 -0.095 -197 2020 2023 -0.1607 -0.2452 -0.0762 -197 2021 2022 -0.1115 -0.2035 -0.0195 -197 2021 2023 -0.0791 -0.1702 0.0121 -197 2022 2023 0.0324 -0.0631 0.1279 -198 2007 2010 0.0984 0.0579 0.139 -198 2007 2013 0.2049 0.1622 0.2477 -198 2007 2016 0.1737 0.1322 0.2152 -198 2007 2019 0.1493 0.1066 0.1919 -198 2007 2022 0.0857 0.0346 0.1369 -198 2010 2013 0.1065 0.0644 0.1486 -198 2010 2016 0.0753 0.0332 0.1173 -198 2010 2019 0.0508 0.0076 0.094 -198 2010 2022 -0.0127 -0.0646 0.0392 -198 2013 2016 -0.0312 -0.0725 0.01 -198 2013 2019 -0.0557 -0.0987 -0.0126 -198 2013 2022 -0.1192 -0.171 -0.0674 -198 2016 2019 -0.0244 -0.0642 0.0154 -198 2016 2022 -0.088 -0.1373 -0.0386 -198 2019 2022 -0.0635 -0.1115 -0.0155 -199 2007 2010 0.0345 -0.0894 0.1584 -199 2007 2013 0.0398 -0.1095 0.1891 -199 2007 2016 0.0468 -0.1135 0.2072 -199 2007 2019 0.078 -0.0982 0.2543 -199 2007 2022 0.0643 -0.1336 0.2622 -199 2010 2013 0.0053 -0.1109 0.1214 -199 2010 2016 0.0122 -0.1272 0.1516 -199 2010 2019 0.0433 -0.1104 0.197 -199 2010 2022 0.0296 -0.1534 0.2126 -199 2013 2016 0.0071 -0.1079 0.122 -199 2013 2019 0.0381 -0.1039 0.1802 -199 2013 2022 0.0243 -0.1499 0.1985 -199 2016 2019 0.0311 -0.0863 0.1485 -199 2016 2022 0.0173 -0.1419 0.1765 -199 2019 2022 -0.0137 -0.1434 0.116 -200 2007 2010 -0.0374 -0.177 0.1021 -200 2007 2013 0.0033 -0.1535 0.1602 -200 2007 2016 0.1468 -0.0057 0.2993 -200 2007 2019 0.271 0.1092 0.4328 -200 2007 2022 0.2052 0.021 0.3893 -200 2010 2013 0.0408 -0.0933 0.1748 -200 2010 2016 0.1842 0.0346 0.3338 -200 2010 2019 0.3084 0.1383 0.4786 -200 2010 2022 0.2426 0.0612 0.4239 -200 2013 2016 0.1434 0.0066 0.2803 -200 2013 2019 0.2677 0.1006 0.4348 -200 2013 2022 0.2018 0.0223 0.3813 -200 2016 2019 0.1243 -0.0053 0.2539 -200 2016 2022 0.0584 -0.1092 0.226 -200 2019 2022 -0.0659 -0.2217 0.0898 -201 2007 2010 -0.0393 -0.0857 0.0071 -201 2007 2013 -0.2394 -0.2913 -0.1874 -201 2007 2016 -0.3645 -0.4155 -0.3136 -201 2007 2019 -0.2587 -0.3101 -0.2074 -201 2007 2022 -0.2741 -0.3378 -0.2104 -201 2010 2013 -0.2001 -0.2528 -0.1474 -201 2010 2016 -0.3252 -0.378 -0.2725 -201 2010 2019 -0.2194 -0.2725 -0.1663 -201 2010 2022 -0.2348 -0.3 -0.1697 -201 2013 2016 -0.1252 -0.1779 -0.0725 -201 2013 2019 -0.0193 -0.0741 0.0354 -201 2013 2022 -0.0348 -0.1008 0.0313 -201 2016 2019 0.1058 0.0548 0.1569 -201 2016 2022 0.0904 0.0266 0.1542 -201 2019 2022 -0.0154 -0.0767 0.0458 -202 2007 2008 0.1872 0.0865 0.288 -202 2007 2009 0.2625 0.1546 0.3704 -202 2007 2010 0.4029 0.3079 0.4979 -202 2007 2011 0.5026 0.3961 0.6092 -202 2007 2012 0.4955 0.3863 0.6047 -202 2007 2013 0.5871 0.4877 0.6864 -202 2007 2014 0.5027 0.3943 0.6112 -202 2007 2015 0.6488 0.5401 0.7576 -202 2007 2016 0.7007 0.6029 0.7985 -202 2007 2017 0.6604 0.5542 0.7667 -202 2007 2018 0.7149 0.6074 0.8224 -202 2007 2019 0.7779 0.6791 0.8768 -202 2007 2020 0.7067 0.5988 0.8147 -202 2007 2021 0.7677 0.6621 0.8734 -202 2007 2022 0.9565 0.852 1.061 -202 2007 2023 0.7526 0.6415 0.8636 -202 2008 2009 0.0753 -0.0246 0.1751 -202 2008 2010 0.2157 0.1151 0.3162 -202 2008 2011 0.3154 0.2234 0.4074 -202 2008 2012 0.3083 0.2031 0.4134 -202 2008 2013 0.3998 0.296 0.5037 -202 2008 2014 0.3155 0.2202 0.4109 -202 2008 2015 0.4616 0.3581 0.5652 -202 2008 2016 0.5135 0.4114 0.6156 -202 2008 2017 0.4732 0.3812 0.5652 -202 2008 2018 0.5277 0.4253 0.63 -202 2008 2019 0.5907 0.4879 0.6935 -202 2008 2020 0.5195 0.425 0.614 -202 2008 2021 0.5805 0.4811 0.68 -202 2008 2022 0.7693 0.6619 0.8767 -202 2008 2023 0.5653 0.4676 0.6631 -202 2009 2010 0.1404 0.0422 0.2386 -202 2009 2011 0.2401 0.1357 0.3445 -202 2009 2012 0.233 0.1361 0.3299 -202 2009 2013 0.3246 0.219 0.4301 -202 2009 2014 0.2402 0.1342 0.3462 -202 2009 2015 0.3863 0.2903 0.4823 -202 2009 2016 0.4382 0.335 0.5415 -202 2009 2017 0.3979 0.2943 0.5015 -202 2009 2018 0.4524 0.3585 0.5463 -202 2009 2019 0.5154 0.4111 0.6198 -202 2009 2020 0.4442 0.3388 0.5496 -202 2009 2021 0.5052 0.4117 0.5988 -202 2009 2022 0.694 0.5844 0.8036 -202 2009 2023 0.4901 0.3806 0.5995 -202 2010 2011 0.0997 0.0013 0.1982 -202 2010 2012 0.0926 -0.0116 0.1968 -202 2010 2013 0.1842 0.0916 0.2768 -202 2010 2014 0.0998 -0.0048 0.2045 -202 2010 2015 0.246 0.1426 0.3493 -202 2010 2016 0.2978 0.207 0.3887 -202 2010 2017 0.2575 0.1555 0.3596 -202 2010 2018 0.312 0.2102 0.4139 -202 2010 2019 0.3751 0.2818 0.4683 -202 2010 2020 0.3038 0.1999 0.4078 -202 2010 2021 0.3649 0.265 0.4647 -202 2010 2022 0.5536 0.455 0.6522 -202 2010 2023 0.3497 0.2423 0.457 -202 2011 2012 -0.0071 -0.1084 0.0941 -202 2011 2013 0.0845 -0.0199 0.1888 -202 2011 2014 1e-04 -0.0956 0.0959 -202 2011 2015 0.1462 0.0419 0.2506 -202 2011 2016 0.1981 0.0954 0.3008 -202 2011 2017 0.1578 0.0661 0.2495 -202 2011 2018 0.2123 0.1089 0.3156 -202 2011 2019 0.2753 0.1716 0.3791 -202 2011 2020 0.2041 0.1084 0.2998 -202 2011 2021 0.2651 0.1642 0.3661 -202 2011 2022 0.4539 0.3456 0.5622 -202 2011 2023 0.2499 0.1506 0.3492 -202 2012 2013 0.0916 -0.0106 0.1938 -202 2012 2014 0.0072 -0.0993 0.1137 -202 2012 2015 0.1533 0.057 0.2497 -202 2012 2016 0.2052 0.1006 0.3099 -202 2012 2017 0.1649 0.0605 0.2694 -202 2012 2018 0.2194 0.1244 0.3144 -202 2012 2019 0.2824 0.1774 0.3875 -202 2012 2020 0.2112 0.1051 0.3174 -202 2012 2021 0.2722 0.1772 0.3673 -202 2012 2022 0.461 0.3506 0.5714 -202 2012 2023 0.2571 0.1467 0.3674 -202 2013 2014 -0.0843 -0.1869 0.0182 -202 2013 2015 0.0618 -0.0431 0.1666 -202 2013 2016 0.1137 0.0221 0.2053 -202 2013 2017 0.0734 -0.0309 0.1776 -202 2013 2018 0.1278 0.0234 0.2323 -202 2013 2019 0.1909 0.0962 0.2856 -202 2013 2020 0.1197 0.0137 0.2256 -202 2013 2021 0.1807 0.0781 0.2833 -202 2013 2022 0.3694 0.2706 0.4682 -202 2013 2023 0.1655 0.0563 0.2747 -202 2014 2015 0.1461 0.0446 0.2477 -202 2014 2016 0.198 0.0937 0.3023 -202 2014 2017 0.1577 0.0654 0.25 -202 2014 2018 0.2122 0.1084 0.316 -202 2014 2019 0.2752 0.1695 0.381 -202 2014 2020 0.204 0.1095 0.2985 -202 2014 2021 0.265 0.1637 0.3663 -202 2014 2022 0.4538 0.3429 0.5646 -202 2014 2023 0.2498 0.1513 0.3484 -202 2015 2016 0.0519 -0.047 0.1508 -202 2015 2017 0.0116 -0.0909 0.1141 -202 2015 2018 0.0661 -0.0255 0.1576 -202 2015 2019 0.1291 0.0263 0.2319 -202 2015 2020 0.0579 -0.0469 0.1627 -202 2015 2021 0.1189 0.0265 0.2113 -202 2015 2022 0.3077 0.1997 0.4157 -202 2015 2023 0.1037 -0.0052 0.2126 -202 2016 2017 -0.0403 -0.1385 0.0579 -202 2016 2018 0.0142 -0.0872 0.1155 -202 2016 2019 0.0772 -0.0123 0.1668 -202 2016 2020 0.006 -0.0973 0.1093 -202 2016 2021 0.067 -0.0328 0.1668 -202 2016 2022 0.2558 0.161 0.3505 -202 2016 2023 0.0518 -0.0546 0.1583 -202 2017 2018 0.0545 -0.043 0.1519 -202 2017 2019 0.1175 0.0153 0.2198 -202 2017 2020 0.0463 -0.0435 0.1361 -202 2017 2021 0.1073 0.01 0.2047 -202 2017 2022 0.2961 0.1888 0.4034 -202 2017 2023 0.0921 -5e-04 0.1848 -202 2018 2019 0.063 -0.0353 0.1614 -202 2018 2020 -0.0082 -0.1102 0.0938 -202 2018 2021 0.0528 -0.0332 0.1389 -202 2018 2022 0.2416 0.1349 0.3483 -202 2018 2023 0.0377 -0.0692 0.1445 -202 2019 2020 -0.0712 -0.1714 0.029 -202 2019 2021 -0.0102 -0.1096 0.0892 -202 2019 2022 0.1785 0.0868 0.2703 -202 2019 2023 -0.0254 -0.1325 0.0818 -202 2020 2021 0.061 -0.035 0.1571 -202 2020 2022 0.2498 0.1416 0.358 -202 2020 2023 0.0458 -0.0486 0.1402 -202 2021 2022 0.1888 0.0881 0.2894 -202 2021 2023 -0.0152 -0.1177 0.0873 -202 2022 2023 -0.2039 -0.3109 -0.097 -203 2007 2008 -0.0084 -0.1019 0.0852 -203 2007 2009 0.0024 -0.113 0.1178 -203 2007 2010 0.0472 -0.0743 0.1688 -203 2007 2011 0.1086 -0.0222 0.2393 -203 2007 2012 0.0924 -0.042 0.2269 -203 2007 2013 0.0362 -0.0956 0.1681 -203 2007 2014 -0.0279 -0.1619 0.1061 -203 2007 2015 -0.0537 -0.1902 0.0828 -203 2007 2016 -0.0923 -0.2292 0.0445 -203 2007 2017 -0.0666 -0.2014 0.0681 -203 2007 2018 -0.0042 -0.1384 0.1301 -203 2007 2019 -0.0159 -0.1504 0.1187 -203 2007 2020 0.0028 -0.1336 0.1392 -203 2007 2021 0.0136 -0.1219 0.1491 -203 2007 2022 -0.0087 -0.1495 0.132 -203 2007 2023 -0.0046 -0.1552 0.146 -203 2008 2009 0.0108 -0.0791 0.1006 -203 2008 2010 0.0556 -0.0518 0.1629 -203 2008 2011 0.1169 -0.0036 0.2374 -203 2008 2012 0.1008 -0.0248 0.2264 -203 2008 2013 0.0446 -0.0787 0.1679 -203 2008 2014 -0.0196 -0.1433 0.1041 -203 2008 2015 -0.0454 -0.1722 0.0814 -203 2008 2016 -0.084 -0.2112 0.0432 -203 2008 2017 -0.0583 -0.183 0.0664 -203 2008 2018 0.0042 -0.1218 0.1302 -203 2008 2019 -0.0075 -0.1337 0.1187 -203 2008 2020 0.0111 -0.1165 0.1387 -203 2008 2021 0.0219 -0.105 0.1488 -203 2008 2022 -4e-04 -0.1327 0.132 -203 2008 2023 0.0038 -0.1383 0.1458 -203 2009 2010 0.0448 -0.045 0.1346 -203 2009 2011 0.1062 -0.0078 0.2201 -203 2009 2012 0.09 -0.0311 0.2111 -203 2009 2013 0.0338 -0.0871 0.1547 -203 2009 2014 -0.0303 -0.1528 0.0921 -203 2009 2015 -0.0561 -0.1812 0.0689 -203 2009 2016 -0.0948 -0.2208 0.0312 -203 2009 2017 -0.069 -0.193 0.0549 -203 2009 2018 -0.0066 -0.1311 0.118 -203 2009 2019 -0.0183 -0.1435 0.1069 -203 2009 2020 4e-04 -0.1267 0.1274 -203 2009 2021 0.0112 -0.1145 0.1368 -203 2009 2022 -0.0111 -0.1429 0.1206 -203 2009 2023 -0.007 -0.1491 0.1351 -203 2010 2011 0.0614 -0.0304 0.1532 -203 2010 2012 0.0452 -0.0644 0.1548 -203 2010 2013 -0.011 -0.1251 0.1032 -203 2010 2014 -0.0751 -0.1954 0.0452 -203 2010 2015 -0.1009 -0.2251 0.0233 -203 2010 2016 -0.1395 -0.2662 -0.0128 -203 2010 2017 -0.1138 -0.2376 0.0099 -203 2010 2018 -0.0514 -0.1728 0.0701 -203 2010 2019 -0.0631 -0.186 0.0598 -203 2010 2020 -0.0444 -0.1689 0.08 -203 2010 2021 -0.0336 -0.1566 0.0894 -203 2010 2022 -0.0559 -0.1859 0.0741 -203 2010 2023 -0.0518 -0.1922 0.0886 -203 2011 2012 -0.0161 -0.1053 0.073 -203 2011 2013 -0.0723 -0.1816 0.0369 -203 2011 2014 -0.1365 -0.2595 -0.0135 -203 2011 2015 -0.1623 -0.2915 -0.0331 -203 2011 2016 -0.2009 -0.3373 -0.0645 -203 2011 2017 -0.1752 -0.3057 -0.0446 -203 2011 2018 -0.1127 -0.2352 0.0098 -203 2011 2019 -0.1244 -0.2517 0.0029 -203 2011 2020 -0.1058 -0.2324 0.0209 -203 2011 2021 -0.095 -0.2198 0.0298 -203 2011 2022 -0.1173 -0.2522 0.0176 -203 2011 2023 -0.1132 -0.2569 0.0306 -203 2012 2013 -0.0562 -0.148 0.0356 -203 2012 2014 -0.1204 -0.2364 -0.0043 -203 2012 2015 -0.1462 -0.2713 -0.021 -203 2012 2016 -0.1848 -0.319 -0.0506 -203 2012 2017 -0.159 -0.2892 -0.0289 -203 2012 2018 -0.0966 -0.2197 0.0265 -203 2012 2019 -0.1083 -0.2363 0.0197 -203 2012 2020 -0.0897 -0.2178 0.0385 -203 2012 2021 -0.0788 -0.2048 0.0471 -203 2012 2022 -0.1011 -0.2371 0.0348 -203 2012 2023 -0.097 -0.2425 0.0484 -203 2013 2014 -0.0641 -0.1566 0.0283 -203 2013 2015 -0.09 -0.2025 0.0226 -203 2013 2016 -0.1286 -0.2513 -0.0059 -203 2013 2017 -0.1029 -0.2259 0.0202 -203 2013 2018 -0.0404 -0.1624 0.0817 -203 2013 2019 -0.0521 -0.1768 0.0726 -203 2013 2020 -0.0335 -0.1598 0.0929 -203 2013 2021 -0.0227 -0.1477 0.1024 -203 2013 2022 -0.0449 -0.1773 0.0874 -203 2013 2023 -0.0408 -0.1835 0.1018 -203 2014 2015 -0.0258 -0.1171 0.0654 -203 2014 2016 -0.0644 -0.175 0.0462 -203 2014 2017 -0.0387 -0.1555 0.078 -203 2014 2018 0.0238 -0.0994 0.1469 -203 2014 2019 0.012 -0.1129 0.137 -203 2014 2020 0.0307 -0.0967 0.1581 -203 2014 2021 0.0415 -0.0858 0.1687 -203 2014 2022 0.0192 -0.1135 0.1519 -203 2014 2023 0.0233 -0.1194 0.166 -203 2015 2016 -0.0386 -0.1311 0.0538 -203 2015 2017 -0.0129 -0.1235 0.0977 -203 2015 2018 0.0496 -0.0713 0.1705 -203 2015 2019 0.0378 -0.0869 0.1626 -203 2015 2020 0.0565 -0.072 0.185 -203 2015 2021 0.0673 -0.0609 0.1955 -203 2015 2022 0.045 -0.0891 0.1791 -203 2015 2023 0.0491 -0.0956 0.1938 -203 2016 2017 0.0257 -0.0657 0.1171 -203 2016 2018 0.0882 -0.0285 0.2049 -203 2016 2019 0.0765 -0.0452 0.1982 -203 2016 2020 0.0951 -0.0332 0.2235 -203 2016 2021 0.1059 -0.0238 0.2356 -203 2016 2022 0.0836 -0.0499 0.2172 -203 2016 2023 0.0877 -0.057 0.2324 -203 2017 2018 0.0625 -0.0317 0.1567 -203 2017 2019 0.0508 -0.0603 0.1618 -203 2017 2020 0.0694 -0.0507 0.1895 -203 2017 2021 0.0802 -0.0428 0.2032 -203 2017 2022 0.0579 -0.0716 0.1874 -203 2017 2023 0.062 -0.0781 0.2022 -203 2018 2019 -0.0117 -0.1029 0.0795 -203 2018 2020 0.0069 -0.1026 0.1165 -203 2018 2021 0.0177 -0.097 0.1325 -203 2018 2022 -0.0046 -0.1318 0.1226 -203 2018 2023 -5e-04 -0.1394 0.1385 -203 2019 2020 0.0187 -0.0726 0.11 -203 2019 2021 0.0295 -0.0798 0.1387 -203 2019 2022 0.0072 -0.1157 0.13 -203 2019 2023 0.0113 -0.1254 0.1479 -203 2020 2021 0.0108 -0.0799 0.1015 -203 2020 2022 -0.0115 -0.1268 0.1038 -203 2020 2023 -0.0074 -0.1388 0.124 -203 2021 2022 -0.0223 -0.1158 0.0712 -203 2021 2023 -0.0182 -0.1379 0.1015 -203 2022 2023 0.0041 -0.0929 0.1011 -204 2007 2010 0.0862 -0.1174 0.2898 -204 2007 2013 0.1847 -0.0306 0.4 -204 2007 2016 0.4003 0.1891 0.6115 -204 2007 2019 0.401 0.1874 0.6145 -204 2007 2022 0.5137 0.2712 0.7562 -204 2010 2013 0.0985 -0.0962 0.2932 -204 2010 2016 0.3141 0.118 0.5102 -204 2010 2019 0.3148 0.1152 0.5144 -204 2010 2022 0.4275 0.1973 0.6577 -204 2013 2016 0.2156 0.0348 0.3965 -204 2013 2019 0.2163 0.023 0.4095 -204 2013 2022 0.329 0.104 0.554 -204 2016 2019 6e-04 -0.1679 0.1692 -204 2016 2022 0.1134 -0.0919 0.3187 -204 2019 2022 0.1128 -0.0838 0.3093 -205 2007 2008 -0.1039 -0.2561 0.0483 -205 2007 2009 0.0063 -0.1603 0.173 -205 2007 2010 0.0628 -0.1046 0.2302 -205 2007 2011 0.1708 0.0014 0.3403 -205 2007 2012 0.2048 0.0294 0.3803 -205 2007 2013 0.0931 -0.0848 0.2709 -205 2007 2014 0.016 -0.169 0.2009 -205 2007 2015 0.0734 -0.1034 0.2502 -205 2007 2016 0.0529 -0.1204 0.2263 -205 2007 2017 0.1183 -0.0554 0.292 -205 2007 2018 0.1417 -0.0331 0.3164 -205 2007 2019 0.3178 0.1502 0.4854 -205 2007 2020 0.3416 0.1722 0.511 -205 2007 2021 0.3449 0.1746 0.5151 -205 2007 2022 0.428 0.2531 0.6028 -205 2007 2023 0.4759 0.2961 0.6557 -205 2008 2009 0.1102 -0.0349 0.2553 -205 2008 2010 0.1667 0.0051 0.3282 -205 2008 2011 0.2747 0.1032 0.4462 -205 2008 2012 0.3087 0.1247 0.4927 -205 2008 2013 0.1969 0.0202 0.3737 -205 2008 2014 0.1198 -0.0518 0.2915 -205 2008 2015 0.1772 0.0024 0.352 -205 2008 2016 0.1568 -0.0114 0.325 -205 2008 2017 0.2222 0.0533 0.391 -205 2008 2018 0.2455 0.0805 0.4106 -205 2008 2019 0.4216 0.2452 0.5981 -205 2008 2020 0.4454 0.2767 0.6142 -205 2008 2021 0.4487 0.2846 0.6128 -205 2008 2022 0.5318 0.3539 0.7097 -205 2008 2023 0.5797 0.3995 0.7599 -205 2009 2010 0.0564 -0.0824 0.1953 -205 2009 2011 0.1645 0.0058 0.3232 -205 2009 2012 0.1985 0.0306 0.3665 -205 2009 2013 0.0867 -0.0865 0.26 -205 2009 2014 0.0096 -0.1662 0.1854 -205 2009 2015 0.067 -0.1015 0.2356 -205 2009 2016 0.0466 -0.1219 0.2151 -205 2009 2017 0.112 -0.0551 0.2791 -205 2009 2018 0.1353 -0.0285 0.2991 -205 2009 2019 0.3115 0.1452 0.4778 -205 2009 2020 0.3353 0.1715 0.499 -205 2009 2021 0.3385 0.1786 0.4984 -205 2009 2022 0.4216 0.2497 0.5936 -205 2009 2023 0.4696 0.2939 0.6452 -205 2010 2011 0.1081 -0.0304 0.2466 -205 2010 2012 0.1421 -0.02 0.3041 -205 2010 2013 0.0303 -0.1359 0.1965 -205 2010 2014 -0.0468 -0.2187 0.125 -205 2010 2015 0.0106 -0.1566 0.1778 -205 2010 2016 -0.0098 -0.173 0.1533 -205 2010 2017 0.0555 -0.1084 0.2195 -205 2010 2018 0.0789 -0.0835 0.2413 -205 2010 2019 0.255 0.0927 0.4174 -205 2010 2020 0.2788 0.1179 0.4397 -205 2010 2021 0.2821 0.1229 0.4412 -205 2010 2022 0.3652 0.1972 0.5332 -205 2010 2023 0.4131 0.2402 0.586 -205 2011 2012 0.034 -0.103 0.171 -205 2011 2013 -0.0778 -0.2407 0.0851 -205 2011 2014 -0.1549 -0.3273 0.0176 -205 2011 2015 -0.0975 -0.2631 0.0682 -205 2011 2016 -0.1179 -0.2857 0.0499 -205 2011 2017 -0.0525 -0.2147 0.1097 -205 2011 2018 -0.0292 -0.1953 0.137 -205 2011 2019 0.147 -0.0115 0.3054 -205 2011 2020 0.1708 0.0146 0.3269 -205 2011 2021 0.174 0.0145 0.3336 -205 2011 2022 0.2571 0.091 0.4232 -205 2011 2023 0.3051 0.1387 0.4715 -205 2012 2013 -0.1118 -0.2587 0.035 -205 2012 2014 -0.1889 -0.3631 -0.0147 -205 2012 2015 -0.1315 -0.2975 0.0346 -205 2012 2016 -0.1519 -0.3253 0.0215 -205 2012 2017 -0.0865 -0.2561 0.0831 -205 2012 2018 -0.0632 -0.2339 0.1075 -205 2012 2019 0.1129 -0.0491 0.2749 -205 2012 2020 0.1367 -0.0266 0.3001 -205 2012 2021 0.14 -0.0241 0.3042 -205 2012 2022 0.2231 0.0518 0.3944 -205 2012 2023 0.2711 0.0972 0.4449 -205 2013 2014 -0.0771 -0.2227 0.0684 -205 2013 2015 -0.0197 -0.1826 0.1432 -205 2013 2016 -0.0401 -0.2056 0.1254 -205 2013 2017 0.0253 -0.144 0.1945 -205 2013 2018 0.0486 -0.1198 0.217 -205 2013 2019 0.2247 0.0549 0.3946 -205 2013 2020 0.2485 0.0808 0.4163 -205 2013 2021 0.2518 0.0858 0.4178 -205 2013 2022 0.3349 0.1599 0.5098 -205 2013 2023 0.3828 0.2035 0.5622 -205 2014 2015 0.0574 -0.0871 0.202 -205 2014 2016 0.037 -0.1235 0.1975 -205 2014 2017 0.1024 -0.0638 0.2686 -205 2014 2018 0.1257 -0.04 0.2914 -205 2014 2019 0.3018 0.1258 0.4779 -205 2014 2020 0.3256 0.157 0.4942 -205 2014 2021 0.3289 0.1634 0.4944 -205 2014 2022 0.412 0.2333 0.5907 -205 2014 2023 0.4599 0.2794 0.6404 -205 2015 2016 -0.0204 -0.1599 0.119 -205 2015 2017 0.0449 -0.1124 0.2023 -205 2015 2018 0.0683 -0.092 0.2286 -205 2015 2019 0.2444 0.0808 0.4081 -205 2015 2020 0.2682 0.106 0.4304 -205 2015 2021 0.2715 0.1125 0.4305 -205 2015 2022 0.3546 0.1841 0.5251 -205 2015 2023 0.4025 0.2281 0.5769 -205 2016 2017 0.0654 -0.0716 0.2024 -205 2016 2018 0.0887 -0.064 0.2415 -205 2016 2019 0.2649 0.1035 0.4262 -205 2016 2020 0.2887 0.1281 0.4492 -205 2016 2021 0.2919 0.134 0.4499 -205 2016 2022 0.375 0.2071 0.5429 -205 2016 2023 0.423 0.2493 0.5966 -205 2017 2018 0.0233 -0.1122 0.1589 -205 2017 2019 0.1995 0.0452 0.3537 -205 2017 2020 0.2233 0.0705 0.376 -205 2017 2021 0.2265 0.0725 0.3806 -205 2017 2022 0.3096 0.1447 0.4746 -205 2017 2023 0.3576 0.1925 0.5226 -205 2018 2019 0.1762 0.0353 0.317 -205 2018 2020 0.1999 0.0485 0.3514 -205 2018 2021 0.2032 0.0553 0.3511 -205 2018 2022 0.2863 0.1212 0.4514 -205 2018 2023 0.3342 0.1639 0.5046 -205 2019 2020 0.0238 -0.1089 0.1565 -205 2019 2021 0.0271 -0.1229 0.177 -205 2019 2022 0.1102 -0.0456 0.2659 -205 2019 2023 0.1581 -0.0056 0.3218 -205 2020 2021 0.0033 -0.1277 0.1343 -205 2020 2022 0.0864 -0.0669 0.2396 -205 2020 2023 0.1343 -0.0224 0.291 -205 2021 2022 0.0831 -0.0526 0.2189 -205 2021 2023 0.131 -0.0231 0.2852 -205 2022 2023 0.0479 -0.0917 0.1876 -206 2007 2010 0.2483 0.1965 0.3001 -206 2007 2013 0.2002 0.1446 0.2558 -206 2007 2016 0.2807 0.227 0.3344 -206 2007 2019 0.3243 0.2703 0.3783 -206 2007 2022 0.2838 0.2188 0.3487 -206 2010 2013 -0.0481 -0.1016 0.0054 -206 2010 2016 0.0324 -0.0196 0.0844 -206 2010 2019 0.076 0.0233 0.1287 -206 2010 2022 0.0355 -0.0287 0.0997 -206 2013 2016 0.0805 0.0278 0.1332 -206 2013 2019 0.1241 0.0697 0.1785 -206 2013 2022 0.0836 0.0183 0.1488 -206 2016 2019 0.0436 -0.0055 0.0927 -206 2016 2022 0.0031 -0.0589 0.0651 -206 2019 2022 -0.0405 -0.1004 0.0193 -207 2007 2010 0.1839 0.004 0.3638 -207 2007 2013 0.1342 -0.052 0.3205 -207 2007 2016 0.168 -0.0277 0.3636 -207 2007 2019 0.0156 -0.176 0.2073 -207 2007 2022 -0.0131 -0.2323 0.2062 -207 2010 2013 -0.0496 -0.207 0.1077 -207 2010 2016 -0.0158 -0.181 0.1493 -207 2010 2019 -0.1682 -0.3595 0.0231 -207 2010 2022 -0.1969 -0.4166 0.0227 -207 2013 2016 0.0338 -0.1167 0.1843 -207 2013 2019 -0.1186 -0.2916 0.0544 -207 2013 2022 -0.1473 -0.352 0.0574 -207 2016 2019 -0.1524 -0.3119 0.0071 -207 2016 2022 -0.1811 -0.382 0.0199 -207 2019 2022 -0.0287 -0.201 0.1436 -208 2007 2010 -0.0426 -0.1578 0.0726 -208 2007 2013 -0.0754 -0.2082 0.0575 -208 2007 2016 -0.1023 -0.2513 0.0467 -208 2007 2019 0.0623 -0.0715 0.1962 -208 2007 2022 0.0663 -0.0822 0.2149 -208 2010 2013 -0.0328 -0.1409 0.0754 -208 2010 2016 -0.0597 -0.1892 0.0698 -208 2010 2019 0.1049 -0.0249 0.2348 -208 2010 2022 0.1089 -0.0342 0.252 -208 2013 2016 -0.027 -0.1367 0.0828 -208 2013 2019 0.1377 0.0091 0.2664 -208 2013 2022 0.1417 -2e-04 0.2835 -208 2016 2019 0.1647 0.0308 0.2986 -208 2016 2022 0.1686 0.02 0.3172 -208 2019 2022 0.004 -0.1088 0.1167 -209 2007 2010 0.0246 -0.1567 0.2058 -209 2007 2013 -0.1055 -0.3139 0.1028 -209 2007 2016 -0.1013 -0.3115 0.1089 -209 2007 2019 0.0361 -0.1739 0.2461 -209 2007 2022 4e-04 -0.2359 0.2366 -209 2010 2013 -0.1301 -0.3113 0.0511 -209 2010 2016 -0.1259 -0.3239 0.0721 -209 2010 2019 0.0115 -0.1797 0.2027 -209 2010 2022 -0.0242 -0.2482 0.1997 -209 2013 2016 0.0042 -0.1633 0.1716 -209 2013 2019 0.1416 -0.0552 0.3384 -209 2013 2022 0.1059 -0.1149 0.3266 -209 2016 2019 0.1375 -0.0377 0.3126 -209 2016 2022 0.1017 -0.1092 0.3126 -209 2019 2022 -0.0357 -0.2185 0.147 -210 2007 2008 0.2635 0.0475 0.4796 -210 2007 2009 0.1422 -0.0865 0.371 -210 2007 2010 0.1481 -0.0841 0.3803 -210 2007 2011 0.1568 -0.0898 0.4035 -210 2007 2012 0.2976 0.0292 0.5659 -210 2007 2013 0.3604 0.0856 0.6352 -210 2007 2014 0.3651 0.0881 0.642 -210 2007 2015 0.4347 0.1342 0.7352 -210 2007 2016 0.4847 0.1828 0.7865 -210 2007 2017 0.471 0.1621 0.7799 -210 2007 2018 0.5696 0.2362 0.9029 -210 2007 2019 0.6188 0.2827 0.9548 -210 2007 2020 0.7307 0.3664 1.095 -210 2007 2021 0.7278 0.3559 1.0996 -210 2007 2022 0.4935 0.1489 0.8381 -210 2007 2023 0.5819 0.2036 0.9602 -210 2008 2009 -0.1213 -0.3186 0.076 -210 2008 2010 -0.1154 -0.3295 0.0988 -210 2008 2011 -0.1067 -0.3391 0.1258 -210 2008 2012 0.0341 -0.2081 0.2763 -210 2008 2013 0.0969 -0.1518 0.3457 -210 2008 2014 0.1016 -0.1511 0.3543 -210 2008 2015 0.1712 -0.0954 0.4377 -210 2008 2016 0.2212 -0.049 0.4913 -210 2008 2017 0.2075 -0.0732 0.4883 -210 2008 2018 0.3061 0.0191 0.593 -210 2008 2019 0.3553 0.0644 0.6461 -210 2008 2020 0.4673 0.1653 0.7692 -210 2008 2021 0.4643 0.1526 0.776 -210 2008 2022 0.23 -0.0943 0.5544 -210 2008 2023 0.3184 -0.0159 0.6527 -210 2009 2010 0.0059 -0.1725 0.1843 -210 2009 2011 0.0146 -0.199 0.2282 -210 2009 2012 0.1553 -0.0817 0.3923 -210 2009 2013 0.2182 -0.0285 0.4649 -210 2009 2014 0.2228 -0.0286 0.4743 -210 2009 2015 0.2925 0.0198 0.5651 -210 2009 2016 0.3424 0.0663 0.6185 -210 2009 2017 0.3288 0.0441 0.6134 -210 2009 2018 0.4273 0.1233 0.7313 -210 2009 2019 0.4765 0.1684 0.7847 -210 2009 2020 0.5885 0.2571 0.9199 -210 2009 2021 0.5856 0.2458 0.9253 -210 2009 2022 0.3513 0.0258 0.6768 -210 2009 2023 0.4397 0.0873 0.7921 -210 2010 2011 0.0087 -0.159 0.1764 -210 2010 2012 0.1494 -0.055 0.3539 -210 2010 2013 0.2123 -0.0043 0.4289 -210 2010 2014 0.2169 -0.0092 0.4431 -210 2010 2015 0.2865 0.0347 0.5384 -210 2010 2016 0.3365 0.0822 0.5908 -210 2010 2017 0.3229 0.0571 0.5886 -210 2010 2018 0.4214 0.1343 0.7085 -210 2010 2019 0.4706 0.1811 0.7602 -210 2010 2020 0.5826 0.2665 0.8987 -210 2010 2021 0.5796 0.2541 0.9052 -210 2010 2022 0.3454 0.0367 0.6541 -210 2010 2023 0.4338 0.0962 0.7713 -210 2011 2012 0.1407 -0.0356 0.3171 -210 2011 2013 0.2036 -6e-04 0.4078 -210 2011 2014 0.2082 -0.0066 0.4231 -210 2011 2015 0.2779 0.0325 0.5232 -210 2011 2016 0.3278 0.0782 0.5775 -210 2011 2017 0.3142 0.0574 0.5709 -210 2011 2018 0.4127 0.1288 0.6966 -210 2011 2019 0.4619 0.174 0.7498 -210 2011 2020 0.5739 0.2608 0.887 -210 2011 2021 0.5709 0.2463 0.8956 -210 2011 2022 0.3367 0.0319 0.6415 -210 2011 2023 0.4251 0.0915 0.7586 -210 2012 2013 0.0629 -0.1103 0.2361 -210 2012 2014 0.0675 -0.1364 0.2715 -210 2012 2015 0.1371 -0.0922 0.3664 -210 2012 2016 0.1871 -0.0507 0.4249 -210 2012 2017 0.1735 -0.0792 0.4262 -210 2012 2018 0.272 0.0033 0.5407 -210 2012 2019 0.3212 0.047 0.5954 -210 2012 2020 0.4332 0.1349 0.7315 -210 2012 2021 0.4302 0.1241 0.7364 -210 2012 2022 0.196 -0.1048 0.4967 -210 2012 2023 0.2844 -0.0418 0.6105 -210 2013 2014 0.0047 -0.1667 0.176 -210 2013 2015 0.0743 -0.139 0.2875 -210 2013 2016 0.1242 -0.096 0.3445 -210 2013 2017 0.1106 -0.1292 0.3504 -210 2013 2018 0.2091 -0.0506 0.4689 -210 2013 2019 0.2583 -0.0034 0.52 -210 2013 2020 0.3703 0.0825 0.6582 -210 2013 2021 0.3674 0.0681 0.6666 -210 2013 2022 0.1331 -0.1588 0.4249 -210 2013 2023 0.2215 -0.0956 0.5386 -210 2014 2015 0.0696 -0.1094 0.2486 -210 2014 2016 0.1196 -0.0835 0.3226 -210 2014 2017 0.1059 -0.1133 0.3252 -210 2014 2018 0.2045 -0.0422 0.4511 -210 2014 2019 0.2537 1e-04 0.5073 -210 2014 2020 0.3657 0.0893 0.6421 -210 2014 2021 0.3627 0.0719 0.6535 -210 2014 2022 0.1284 -0.1551 0.412 -210 2014 2023 0.2168 -0.0901 0.5238 -210 2015 2016 0.05 -0.1269 0.2268 -210 2015 2017 0.0363 -0.1777 0.2504 -210 2015 2018 0.1349 -0.0978 0.3676 -210 2015 2019 0.1841 -0.0614 0.4295 -210 2015 2020 0.2961 0.0273 0.5648 -210 2015 2021 0.2931 0.0151 0.5712 -210 2015 2022 0.0588 -0.2256 0.3432 -210 2015 2023 0.1472 -0.1584 0.4529 -210 2016 2017 -0.0136 -0.1872 0.1599 -210 2016 2018 0.0849 -0.1255 0.2953 -210 2016 2019 0.1341 -0.0858 0.354 -210 2016 2020 0.2461 -0.0059 0.4982 -210 2016 2021 0.2431 -0.0231 0.5094 -210 2016 2022 0.0088 -0.2575 0.2752 -210 2016 2023 0.0972 -0.1944 0.3889 -210 2017 2018 0.0985 -0.0835 0.2806 -210 2017 2019 0.1477 -0.0618 0.3573 -210 2017 2020 0.2597 0.0204 0.4991 -210 2017 2021 0.2568 -0.0022 0.5158 -210 2017 2022 0.0225 -0.2367 0.2816 -210 2017 2023 0.1109 -0.1708 0.3926 -210 2018 2019 0.0492 -0.1223 0.2208 -210 2018 2020 0.1612 -0.0492 0.3716 -210 2018 2021 0.1582 -0.0649 0.3814 -210 2018 2022 -0.0761 -0.3305 0.1784 -210 2018 2023 0.0124 -0.2589 0.2836 -210 2019 2020 0.112 -0.0648 0.2888 -210 2019 2021 0.109 -0.0996 0.3176 -210 2019 2022 -0.1253 -0.3578 0.1073 -210 2019 2023 -0.0369 -0.2912 0.2175 -210 2020 2021 -0.003 -0.1765 0.1706 -210 2020 2022 -0.2373 -0.4722 -0.0024 -210 2020 2023 -0.1488 -0.3856 0.0879 -210 2021 2022 -0.2343 -0.4398 -0.0288 -210 2021 2023 -0.1459 -0.3708 0.079 -210 2022 2023 0.0884 -0.1097 0.2866 -211 2007 2010 0.0868 -0.0052 0.1788 -211 2007 2013 0.094 -0.0107 0.1987 -211 2007 2016 0.1116 0.0065 0.2166 -211 2007 2019 0.1866 0.069 0.3043 -211 2007 2022 0.1681 0.0418 0.2943 -211 2010 2013 0.0072 -0.079 0.0934 -211 2010 2016 0.0248 -0.0721 0.1217 -211 2010 2019 0.0999 -0.0024 0.2022 -211 2010 2022 0.0813 -0.0362 0.1988 -211 2013 2016 0.0176 -0.0681 0.1032 -211 2013 2019 0.0927 -0.0083 0.1936 -211 2013 2022 0.0741 -0.0425 0.1907 -211 2016 2019 0.0751 -0.0117 0.1619 -211 2016 2022 0.0565 -0.0515 0.1645 -211 2019 2022 -0.0186 -0.1116 0.0744 -212 2007 2008 -0.0203 -0.1447 0.1041 -212 2007 2009 -0.0024 -0.1409 0.136 -212 2007 2010 -0.015 -0.1447 0.1146 -212 2007 2011 0.0428 -0.0961 0.1818 -212 2007 2012 -0.0835 -0.2301 0.0632 -212 2007 2013 -0.0886 -0.2234 0.0461 -212 2007 2014 -0.3414 -0.5014 -0.1813 -212 2007 2015 -0.2752 -0.4285 -0.1219 -212 2007 2016 -0.1148 -0.2495 0.0199 -212 2007 2017 -0.189 -0.333 -0.0451 -212 2007 2018 -0.0707 -0.2138 0.0723 -212 2007 2019 -0.1256 -0.2623 0.0111 -212 2007 2020 -0.0885 -0.2302 0.0532 -212 2007 2021 -0.2131 -0.3607 -0.0656 -212 2007 2022 -0.1609 -0.302 -0.0198 -212 2007 2023 -0.1152 -0.2661 0.0358 -212 2008 2009 0.0179 -0.1063 0.1421 -212 2008 2010 0.0053 -0.125 0.1355 -212 2008 2011 0.0631 -0.0681 0.1944 -212 2008 2012 -0.0632 -0.2042 0.0778 -212 2008 2013 -0.0683 -0.2071 0.0704 -212 2008 2014 -0.3211 -0.4682 -0.174 -212 2008 2015 -0.2549 -0.4009 -0.109 -212 2008 2016 -0.0945 -0.2332 0.0442 -212 2008 2017 -0.1687 -0.3011 -0.0364 -212 2008 2018 -0.0504 -0.1904 0.0895 -212 2008 2019 -0.1053 -0.2429 0.0322 -212 2008 2020 -0.0682 -0.2021 0.0657 -212 2008 2021 -0.1928 -0.3323 -0.0534 -212 2008 2022 -0.1406 -0.2817 4e-04 -212 2008 2023 -0.0949 -0.236 0.0462 -212 2009 2010 -0.0126 -0.1364 0.1111 -212 2009 2011 0.0453 -0.0917 0.1823 -212 2009 2012 -0.081 -0.2187 0.0566 -212 2009 2013 -0.0862 -0.2262 0.0538 -212 2009 2014 -0.3389 -0.4946 -0.1833 -212 2009 2015 -0.2728 -0.4175 -0.1281 -212 2009 2016 -0.1124 -0.2518 0.0271 -212 2009 2017 -0.1866 -0.3274 -0.0458 -212 2009 2018 -0.0683 -0.2035 0.0668 -212 2009 2019 -0.1232 -0.2633 0.0169 -212 2009 2020 -0.0861 -0.2266 0.0545 -212 2009 2021 -0.2107 -0.3489 -0.0725 -212 2009 2022 -0.1585 -0.3024 -0.0146 -212 2009 2023 -0.1127 -0.2626 0.0371 -212 2010 2011 0.0579 -0.0667 0.1825 -212 2010 2012 -0.0684 -0.207 0.0701 -212 2010 2013 -0.0736 -0.2038 0.0566 -212 2010 2014 -0.3263 -0.4796 -0.173 -212 2010 2015 -0.2602 -0.4072 -0.1132 -212 2010 2016 -0.0998 -0.231 0.0315 -212 2010 2017 -0.174 -0.3126 -0.0354 -212 2010 2018 -0.0557 -0.1941 0.0828 -212 2010 2019 -0.1106 -0.2434 0.0223 -212 2010 2020 -0.0735 -0.2112 0.0643 -212 2010 2021 -0.1981 -0.339 -0.0572 -212 2010 2022 -0.1459 -0.2824 -0.0093 -212 2010 2023 -0.1001 -0.2469 0.0466 -212 2011 2012 -0.1263 -0.2584 0.0057 -212 2011 2013 -0.1315 -0.2648 0.0019 -212 2011 2014 -0.3842 -0.5451 -0.2233 -212 2011 2015 -0.3181 -0.4726 -0.1636 -212 2011 2016 -0.1576 -0.2934 -0.0219 -212 2011 2017 -0.2319 -0.3731 -0.0907 -212 2011 2018 -0.1136 -0.2531 0.0259 -212 2011 2019 -0.1685 -0.3097 -0.0273 -212 2011 2020 -0.1313 -0.265 0.0023 -212 2011 2021 -0.256 -0.4047 -0.1072 -212 2011 2022 -0.2038 -0.3487 -0.0588 -212 2011 2023 -0.158 -0.3023 -0.0137 -212 2012 2013 -0.0051 -0.1383 0.128 -212 2012 2014 -0.2579 -0.4112 -0.1046 -212 2012 2015 -0.1918 -0.3384 -0.0451 -212 2012 2016 -0.0313 -0.1775 0.1149 -212 2012 2017 -0.1056 -0.2501 0.0389 -212 2012 2018 0.0127 -0.1305 0.1559 -212 2012 2019 -0.0422 -0.1871 0.1028 -212 2012 2020 -0.005 -0.1517 0.1416 -212 2012 2021 -0.1297 -0.2729 0.0135 -212 2012 2022 -0.0775 -0.2265 0.0716 -212 2012 2023 -0.0317 -0.1866 0.1232 -212 2013 2014 -0.2528 -0.4058 -0.0998 -212 2013 2015 -0.1866 -0.3383 -0.0349 -212 2013 2016 -0.0262 -0.155 0.1027 -212 2013 2017 -0.1004 -0.2467 0.0458 -212 2013 2018 0.0179 -0.1218 0.1576 -212 2013 2019 -0.037 -0.1743 0.1004 -212 2013 2020 1e-04 -0.1388 0.139 -212 2013 2021 -0.1245 -0.2744 0.0254 -212 2013 2022 -0.0723 -0.2135 0.0689 -212 2013 2023 -0.0265 -0.1767 0.1236 -212 2014 2015 0.0662 -0.0707 0.2031 -212 2014 2016 0.2266 0.0648 0.3883 -212 2014 2017 0.1523 0.0107 0.294 -212 2014 2018 0.2706 0.1069 0.4343 -212 2014 2019 0.2158 0.0602 0.3714 -212 2014 2020 0.2529 0.0949 0.4108 -212 2014 2021 0.1283 -0.0209 0.2774 -212 2014 2022 0.1805 0.0216 0.3393 -212 2014 2023 0.2262 0.0657 0.3866 -212 2015 2016 0.1604 0.0203 0.3006 -212 2015 2017 0.0862 -0.0567 0.2291 -212 2015 2018 0.2045 0.0552 0.3537 -212 2015 2019 0.1496 6e-04 0.2986 -212 2015 2020 0.1867 0.0336 0.3399 -212 2015 2021 0.0621 -0.0824 0.2065 -212 2015 2022 0.1143 -0.0389 0.2675 -212 2015 2023 0.16 5e-04 0.3195 -212 2016 2017 -0.0743 -0.2076 0.0591 -212 2016 2018 0.0441 -0.0917 0.1798 -212 2016 2019 -0.0108 -0.1453 0.1237 -212 2016 2020 0.0263 -0.1108 0.1634 -212 2016 2021 -0.0983 -0.2465 0.0498 -212 2016 2022 -0.0461 -0.1851 0.0928 -212 2016 2023 -4e-04 -0.1487 0.1479 -212 2017 2018 0.1183 -0.014 0.2507 -212 2017 2019 0.0634 -0.0743 0.2012 -212 2017 2020 0.1005 -0.0353 0.2364 -212 2017 2021 -0.0241 -0.1624 0.1142 -212 2017 2022 0.0281 -0.1154 0.1717 -212 2017 2023 0.0739 -0.0685 0.2162 -212 2018 2019 -0.0549 -0.1829 0.0731 -212 2018 2020 -0.0178 -0.1539 0.1184 -212 2018 2021 -0.1424 -0.2812 -0.0035 -212 2018 2022 -0.0902 -0.2343 0.0539 -212 2018 2023 -0.0444 -0.1948 0.1059 -212 2019 2020 0.0371 -0.0901 0.1644 -212 2019 2021 -0.0875 -0.2267 0.0517 -212 2019 2022 -0.0353 -0.1699 0.0993 -212 2019 2023 0.0104 -0.1374 0.1582 -212 2020 2021 -0.1247 -0.2574 0.0081 -212 2020 2022 -0.0724 -0.2123 0.0674 -212 2020 2023 -0.0267 -0.1662 0.1128 -212 2021 2022 0.0522 -0.0789 0.1834 -212 2021 2023 0.098 -0.0501 0.246 -212 2022 2023 0.0457 -0.0884 0.1799 -213 2007 2010 0.069 -0.2516 0.3897 -213 2007 2013 0.4351 0.0749 0.7953 -213 2007 2016 0.6545 0.2782 1.0307 -213 2007 2019 0.7269 0.2875 1.1662 -213 2007 2022 0.876 0.3463 1.4056 -213 2010 2013 0.3661 0.05 0.6822 -213 2010 2016 0.5854 0.2231 0.9477 -213 2010 2019 0.6578 0.2216 1.0941 -213 2010 2022 0.8069 0.2757 1.3382 -213 2013 2016 0.2194 -0.0633 0.502 -213 2013 2019 0.2917 -0.0917 0.6752 -213 2013 2022 0.4408 -0.0395 0.9212 -213 2016 2019 0.0724 -0.2543 0.399 -213 2016 2022 0.2215 -0.2241 0.6671 -213 2019 2022 0.1491 -0.2272 0.5254 -214 2007 2010 0.0467 -0.1321 0.2255 -214 2007 2013 0.0656 -0.1537 0.2849 -214 2007 2016 0.1337 -0.1136 0.3811 -214 2007 2019 0.1976 -0.0873 0.4824 -214 2007 2022 0.1673 -0.1329 0.4676 -214 2010 2013 0.0189 -0.1499 0.1877 -214 2010 2016 0.0869 -0.1207 0.2946 -214 2010 2019 0.1507 -0.0927 0.3941 -214 2010 2022 0.1205 -0.1522 0.3933 -214 2013 2016 0.0681 -0.1013 0.2374 -214 2013 2019 0.1319 -0.0925 0.3564 -214 2013 2022 0.1017 -0.155 0.3584 -214 2016 2019 0.0637 -0.1072 0.2345 -214 2016 2022 0.0336 -0.1956 0.2629 -214 2019 2022 -0.0298 -0.2173 0.1576 -215 2007 2010 0.0411 -0.146 0.2282 -215 2007 2013 0.0668 -0.1639 0.2975 -215 2007 2016 0.0925 -0.1757 0.3606 -215 2007 2019 0.0769 -0.1863 0.3401 -215 2007 2022 0.0431 -0.2365 0.3227 -215 2010 2013 0.0249 -0.1313 0.1811 -215 2010 2016 0.0501 -0.1495 0.2497 -215 2010 2019 0.035 -0.1777 0.2477 -215 2010 2022 0.0019 -0.2607 0.2644 -215 2013 2016 0.0247 -0.1282 0.1776 -215 2013 2019 0.0098 -0.1742 0.1939 -215 2013 2022 -0.0231 -0.2749 0.2286 -215 2016 2019 -0.0147 -0.1697 0.1402 -215 2016 2022 -0.0482 -0.2995 0.2032 -215 2019 2022 -0.0326 -0.2292 0.164 -216 2007 2008 -0.1013 -0.4619 0.2593 -216 2007 2009 -0.0876 -0.5593 0.3842 -216 2007 2010 -0.0581 -0.5876 0.4715 -216 2007 2011 0.1111 -0.4338 0.656 -216 2007 2012 0.1978 -0.3684 0.7639 -216 2007 2013 0.3359 -0.2287 0.9006 -216 2007 2014 0.2564 -0.3296 0.8425 -216 2007 2015 0.3115 -0.2879 0.9108 -216 2007 2016 0.4169 -0.1738 1.0076 -216 2007 2017 0.714 0.1186 1.3093 -216 2007 2018 0.7885 0.1709 1.4061 -216 2007 2019 0.7734 0.1578 1.3889 -216 2007 2020 0.7141 0.0933 1.3349 -216 2007 2021 0.5627 -0.0357 1.161 -216 2007 2022 0.3671 -0.2914 1.0256 -216 2007 2023 0.363 -0.3654 1.0914 -216 2008 2009 0.0138 -0.3206 0.3482 -216 2008 2010 0.0433 -0.3816 0.4682 -216 2008 2011 0.2124 -0.2563 0.6812 -216 2008 2012 0.2991 -0.2023 0.8005 -216 2008 2013 0.4373 -0.0852 0.9598 -216 2008 2014 0.3578 -0.1614 0.877 -216 2008 2015 0.4128 -0.119 0.9446 -216 2008 2016 0.5183 -0.0106 1.0471 -216 2008 2017 0.8151 0.2328 1.3974 -216 2008 2018 0.8897 0.2779 1.5014 -216 2008 2019 0.8746 0.2699 1.4792 -216 2008 2020 0.8153 0.2114 1.4193 -216 2008 2021 0.6639 0.1052 1.2226 -216 2008 2022 0.4685 -0.1243 1.0613 -216 2008 2023 0.4644 -0.2061 1.1348 -216 2009 2010 0.0295 -0.3003 0.3594 -216 2009 2011 0.1987 -0.2205 0.6179 -216 2009 2012 0.2854 -0.1816 0.7524 -216 2009 2013 0.4236 -0.0786 0.9257 -216 2009 2014 0.344 -0.1554 0.8434 -216 2009 2015 0.399 -0.1128 0.9109 -216 2009 2016 0.5045 -0.0083 1.0173 -216 2009 2017 0.8014 0.2233 1.3795 -216 2009 2018 0.8759 0.2688 1.483 -216 2009 2019 0.8608 0.2619 1.4597 -216 2009 2020 0.8016 0.2028 1.4004 -216 2009 2021 0.6502 0.0997 1.2007 -216 2009 2022 0.4547 -0.1248 1.0341 -216 2009 2023 0.4506 -0.2085 1.1097 -216 2010 2011 0.1691 -0.1672 0.5055 -216 2010 2012 0.2559 -0.1677 0.6795 -216 2010 2013 0.3941 -0.0843 0.8725 -216 2010 2014 0.3145 -0.1649 0.7939 -216 2010 2015 0.3695 -0.1278 0.8669 -216 2010 2016 0.475 -0.024 0.9741 -216 2010 2017 0.772 0.2 1.344 -216 2010 2018 0.8465 0.2453 1.4477 -216 2010 2019 0.8313 0.2396 1.4231 -216 2010 2020 0.7721 0.1798 1.3644 -216 2010 2021 0.6207 0.0792 1.1622 -216 2010 2022 0.4252 -0.1406 0.991 -216 2010 2023 0.4211 -0.2266 1.0688 -216 2011 2012 0.0867 -0.2375 0.4109 -216 2011 2013 0.2249 -0.1808 0.6306 -216 2011 2014 0.1454 -0.3008 0.5915 -216 2011 2015 0.2004 -0.2762 0.6771 -216 2011 2016 0.3059 -0.1706 0.7823 -216 2011 2017 0.6029 0.099 1.1069 -216 2011 2018 0.6775 0.1429 1.2121 -216 2011 2019 0.6624 0.1312 1.1935 -216 2011 2020 0.6031 0.0653 1.1408 -216 2011 2021 0.4516 -0.0547 0.9579 -216 2011 2022 0.2561 -0.3083 0.8204 -216 2011 2023 0.2519 -0.3933 0.8972 -216 2012 2013 0.1381 -0.1906 0.4669 -216 2012 2014 0.0587 -0.3533 0.4706 -216 2012 2015 0.1137 -0.343 0.5705 -216 2012 2016 0.2192 -0.2461 0.6845 -216 2012 2017 0.5163 0.0271 1.0055 -216 2012 2018 0.5909 0.0717 1.11 -216 2012 2019 0.5757 0.0587 1.0927 -216 2012 2020 0.5164 -0.0119 1.0447 -216 2012 2021 0.3649 -0.139 0.8689 -216 2012 2022 0.1694 -0.3965 0.7353 -216 2012 2023 0.1653 -0.4813 0.8118 -216 2013 2014 -0.0795 -0.4182 0.2592 -216 2013 2015 -0.0244 -0.4449 0.396 -216 2013 2016 0.081 -0.358 0.52 -216 2013 2017 0.3781 -0.0626 0.8188 -216 2013 2018 0.4527 -0.0187 0.9241 -216 2013 2019 0.4375 -0.0354 0.9104 -216 2013 2020 0.3782 -0.1137 0.8702 -216 2013 2021 0.2268 -0.2565 0.7101 -216 2013 2022 0.0312 -0.5341 0.5965 -216 2013 2023 0.0271 -0.6176 0.6717 -216 2014 2015 0.0551 -0.2677 0.3778 -216 2014 2016 0.1605 -0.2321 0.5532 -216 2014 2017 0.4577 -0.0074 0.9229 -216 2014 2018 0.5323 0.0234 1.0413 -216 2014 2019 0.5171 0.0092 1.0251 -216 2014 2020 0.4578 -0.0634 0.9789 -216 2014 2021 0.3063 -0.1862 0.7987 -216 2014 2022 0.1107 -0.4333 0.6547 -216 2014 2023 0.1066 -0.5215 0.7347 -216 2015 2016 0.1055 -0.2162 0.4272 -216 2015 2017 0.4027 -0.0438 0.8492 -216 2015 2018 0.4773 -0.023 0.9776 -216 2015 2019 0.4621 -0.0417 0.9659 -216 2015 2020 0.4028 -0.1187 0.9242 -216 2015 2021 0.2512 -0.2435 0.746 -216 2015 2022 0.0557 -0.4875 0.5988 -216 2015 2023 0.0515 -0.5762 0.6793 -216 2016 2017 0.2973 -0.0655 0.66 -216 2016 2018 0.3718 -0.0714 0.815 -216 2016 2019 0.3566 -0.0994 0.8127 -216 2016 2020 0.2973 -0.1852 0.7797 -216 2016 2021 0.1458 -0.3176 0.6091 -216 2016 2022 -0.0498 -0.5711 0.4715 -216 2016 2023 -0.0539 -0.6621 0.5542 -216 2017 2018 0.0746 -0.2351 0.3843 -216 2017 2019 0.0595 -0.3139 0.4329 -216 2017 2020 1e-04 -0.4124 0.4127 -216 2017 2021 -0.1513 -0.5847 0.282 -216 2017 2022 -0.347 -0.9 0.206 -216 2017 2023 -0.3511 -0.9802 0.2779 -216 2018 2019 -0.0151 -0.3234 0.2932 -216 2018 2020 -0.0745 -0.4584 0.3095 -216 2018 2021 -0.2259 -0.6432 0.1913 -216 2018 2022 -0.4216 -0.9722 0.129 -216 2018 2023 -0.4258 -1.0534 0.2019 -216 2019 2020 -0.0593 -0.372 0.2533 -216 2019 2021 -0.2109 -0.5947 0.173 -216 2019 2022 -0.4065 -0.9206 0.1076 -216 2019 2023 -0.4106 -1.008 0.1867 -216 2020 2021 -0.1515 -0.4732 0.1702 -216 2020 2022 -0.3473 -0.8248 0.1303 -216 2020 2023 -0.3514 -0.9183 0.2156 -216 2021 2022 -0.1957 -0.5522 0.1609 -216 2021 2023 -0.1997 -0.6843 0.2849 -216 2022 2023 -0.0041 -0.3637 0.3554 -217 2007 2008 0.1342 -0.2036 0.472 -217 2007 2009 0.1327 -0.3168 0.5823 -217 2007 2010 0.1479 -0.3736 0.6693 -217 2007 2011 0.0944 -0.4885 0.6772 -217 2007 2012 0.0576 -0.5806 0.6958 -217 2007 2013 0.1135 -0.5604 0.7874 -217 2007 2014 0.2632 -0.4305 0.9568 -217 2007 2015 0.4316 -0.2783 1.1414 -217 2007 2016 0.5393 -0.1727 1.2513 -217 2007 2017 0.7023 -0.0112 1.4159 -217 2007 2018 1.0149 0.2603 1.7694 -217 2007 2019 1.094 0.3471 1.8409 -217 2007 2020 0.9705 0.2606 1.6805 -217 2007 2021 0.9619 0.2764 1.6475 -217 2007 2022 1.004 0.2905 1.7174 -217 2007 2023 0.9463 0.1787 1.7139 -217 2008 2009 -0.0015 -0.3272 0.3243 -217 2008 2010 0.0137 -0.4176 0.445 -217 2008 2011 -0.0399 -0.5549 0.4751 -217 2008 2012 -0.0767 -0.6641 0.5106 -217 2008 2013 -0.0208 -0.647 0.6055 -217 2008 2014 0.1289 -0.5132 0.771 -217 2008 2015 0.2973 -0.3549 0.9495 -217 2008 2016 0.405 -0.2445 1.0546 -217 2008 2017 0.568 -0.073 1.209 -217 2008 2018 0.8805 0.2178 1.5432 -217 2008 2019 0.9597 0.3022 1.6171 -217 2008 2020 0.8362 0.2036 1.4689 -217 2008 2021 0.8276 0.217 1.4383 -217 2008 2022 0.8697 0.2337 1.5056 -217 2008 2023 0.812 0.1095 1.5146 -217 2009 2010 0.0152 -0.3019 0.3322 -217 2009 2011 -0.0384 -0.4664 0.3895 -217 2009 2012 -0.0753 -0.5852 0.4346 -217 2009 2013 -0.0194 -0.575 0.5363 -217 2009 2014 0.1304 -0.447 0.7077 -217 2009 2015 0.2988 -0.2925 0.8901 -217 2009 2016 0.4065 -0.1878 1.0008 -217 2009 2017 0.5696 -0.0237 1.1628 -217 2009 2018 0.882 0.2515 1.5124 -217 2009 2019 0.9611 0.3357 1.5866 -217 2009 2020 0.8378 0.244 1.4315 -217 2009 2021 0.8292 0.2596 1.3987 -217 2009 2022 0.8712 0.2722 1.4701 -217 2009 2023 0.8136 0.1476 1.4795 -217 2010 2011 -0.0535 -0.376 0.2689 -217 2010 2012 -0.0904 -0.5275 0.3467 -217 2010 2013 -0.0344 -0.5312 0.4624 -217 2010 2014 0.1153 -0.4154 0.646 -217 2010 2015 0.2837 -0.2728 0.8402 -217 2010 2016 0.3914 -0.175 0.9579 -217 2010 2017 0.5545 -0.0196 1.1286 -217 2010 2018 0.8669 0.2417 1.4922 -217 2010 2019 0.9461 0.3267 1.5654 -217 2010 2020 0.8227 0.24 1.4054 -217 2010 2021 0.8141 0.2563 1.3719 -217 2010 2022 0.8561 0.2661 1.4461 -217 2010 2023 0.7985 0.1427 1.4543 -217 2011 2012 -0.0367 -0.3586 0.2851 -217 2011 2013 0.0192 -0.3974 0.4358 -217 2011 2014 0.1689 -0.3032 0.641 -217 2011 2015 0.3374 -0.1831 0.8578 -217 2011 2016 0.4451 -0.102 0.9922 -217 2011 2017 0.6082 0.0335 1.1829 -217 2011 2018 0.9207 0.2609 1.5805 -217 2011 2019 0.9998 0.3459 1.6536 -217 2011 2020 0.8764 0.277 1.4757 -217 2011 2021 0.8677 0.2927 1.4427 -217 2011 2022 0.9098 0.2954 1.5241 -217 2011 2023 0.8522 0.1828 1.5215 -217 2012 2013 0.0559 -0.26 0.3718 -217 2012 2014 0.2057 -0.2064 0.6177 -217 2012 2015 0.3742 -0.1113 0.8597 -217 2012 2016 0.482 -0.0493 1.0132 -217 2012 2017 0.6451 0.0657 1.2245 -217 2012 2018 0.9576 0.2669 1.6484 -217 2012 2019 1.0366 0.3511 1.7222 -217 2012 2020 0.9132 0.2917 1.5347 -217 2012 2021 0.9045 0.308 1.5011 -217 2012 2022 0.9466 0.3065 1.5867 -217 2012 2023 0.8891 0.2013 1.5768 -217 2013 2014 0.1497 -0.1647 0.4641 -217 2013 2015 0.3183 -0.1078 0.7443 -217 2013 2016 0.426 -0.0636 0.9156 -217 2013 2017 0.5892 0.0386 1.1398 -217 2013 2018 0.9018 0.2282 1.5755 -217 2013 2019 0.9809 0.3106 1.6511 -217 2013 2020 0.8574 0.2489 1.4659 -217 2013 2021 0.8487 0.263 1.4345 -217 2013 2022 0.8908 0.261 1.5206 -217 2013 2023 0.8332 0.1537 1.5127 -217 2014 2015 0.1685 -0.1541 0.4911 -217 2014 2016 0.2762 -0.1426 0.6951 -217 2014 2017 0.4394 -0.0512 0.9299 -217 2014 2018 0.7523 0.1385 1.3661 -217 2014 2019 0.8313 0.2151 1.4475 -217 2014 2020 0.7077 0.1424 1.2731 -217 2014 2021 0.6991 0.1505 1.2477 -217 2014 2022 0.7412 0.1481 1.3342 -217 2014 2023 0.6834 0.0317 1.3352 -217 2015 2016 0.1077 -0.2095 0.4249 -217 2015 2017 0.2708 -0.1458 0.6874 -217 2015 2018 0.5837 0.0497 1.1177 -217 2015 2019 0.6628 0.114 1.2116 -217 2015 2020 0.5392 0.0153 1.063 -217 2015 2021 0.5306 0.0175 1.0437 -217 2015 2022 0.5726 0.0187 1.1266 -217 2015 2023 0.5149 -0.1119 1.1417 -217 2016 2017 0.163 -0.1538 0.4798 -217 2016 2018 0.4758 0.0138 0.9378 -217 2016 2019 0.555 0.0657 1.0443 -217 2016 2020 0.4314 -0.054 0.9168 -217 2016 2021 0.4228 -0.0602 0.9058 -217 2016 2022 0.4649 -0.056 0.9857 -217 2016 2023 0.4071 -0.1948 1.009 -217 2017 2018 0.3126 -0.0342 0.6594 -217 2017 2019 0.3918 -0.0151 0.7988 -217 2017 2020 0.2683 -0.1692 0.7059 -217 2017 2021 0.2597 -0.1873 0.7068 -217 2017 2022 0.3018 -0.1793 0.7829 -217 2017 2023 0.2441 -0.3298 0.8179 -217 2018 2019 0.0793 -0.2146 0.3731 -217 2018 2020 -0.0442 -0.4473 0.3589 -217 2018 2021 -0.0529 -0.4841 0.3783 -217 2018 2022 -0.0108 -0.4642 0.4426 -217 2018 2023 -0.0685 -0.6321 0.495 -217 2019 2020 -0.1235 -0.4358 0.1889 -217 2019 2021 -0.1321 -0.5081 0.2439 -217 2019 2022 -0.0901 -0.4993 0.3192 -217 2019 2023 -0.1478 -0.6744 0.3788 -217 2020 2021 -0.0086 -0.303 0.2858 -217 2020 2022 0.0334 -0.3436 0.4104 -217 2020 2023 -0.0243 -0.5162 0.4677 -217 2021 2022 0.042 -0.253 0.337 -217 2021 2023 -0.0157 -0.4504 0.419 -217 2022 2023 -0.0576 -0.3954 0.2801 -218 2007 2008 -0.0417 -0.2066 0.1232 -218 2007 2009 -0.028 -0.2374 0.1814 -218 2007 2010 0.051 -0.1707 0.2727 -218 2007 2011 0.0706 -0.1658 0.3069 -218 2007 2012 0.0957 -0.1372 0.3285 -218 2007 2013 0.106 -0.1286 0.3406 -218 2007 2014 0.1275 -0.1117 0.3667 -218 2007 2015 0.1806 -0.0575 0.4186 -218 2007 2016 0.2169 -0.0184 0.4522 -218 2007 2017 0.2751 0.0384 0.5119 -218 2007 2018 0.3072 0.0695 0.5449 -218 2007 2019 0.2974 0.0589 0.5358 -218 2007 2020 0.3143 0.077 0.5515 -218 2007 2021 0.2776 0.0404 0.5147 -218 2007 2022 0.361 0.1194 0.6026 -218 2007 2023 0.3531 0.1001 0.6062 -218 2008 2009 0.0137 -0.1383 0.1658 -218 2008 2010 0.0927 -0.0932 0.2787 -218 2008 2011 0.1123 -0.0932 0.3178 -218 2008 2012 0.1374 -0.068 0.3427 -218 2008 2013 0.1477 -0.0588 0.3542 -218 2008 2014 0.1692 -0.0396 0.378 -218 2008 2015 0.2222 0.0113 0.4331 -218 2008 2016 0.2586 0.049 0.4682 -218 2008 2017 0.3168 0.1041 0.5294 -218 2008 2018 0.3489 0.1332 0.5645 -218 2008 2019 0.339 0.1241 0.554 -218 2008 2020 0.3559 0.1431 0.5688 -218 2008 2021 0.3192 0.1122 0.5262 -218 2008 2022 0.4027 0.1791 0.6263 -218 2008 2023 0.3948 0.1635 0.6261 -218 2009 2010 0.079 -0.0742 0.2322 -218 2009 2011 0.0985 -0.0912 0.2883 -218 2009 2012 0.1236 -0.0718 0.3191 -218 2009 2013 0.1339 -0.0662 0.3341 -218 2009 2014 0.1555 -0.05 0.3609 -218 2009 2015 0.2085 0.0026 0.4144 -218 2009 2016 0.2448 0.039 0.4507 -218 2009 2017 0.3031 0.0918 0.5143 -218 2009 2018 0.3351 0.1239 0.5464 -218 2009 2019 0.3253 0.1133 0.5373 -218 2009 2020 0.3422 0.1305 0.554 -218 2009 2021 0.3055 0.1029 0.5081 -218 2009 2022 0.3889 0.1673 0.6106 -218 2009 2023 0.3811 0.1494 0.6128 -218 2010 2011 0.0195 -0.131 0.1701 -218 2010 2012 0.0447 -0.1306 0.2199 -218 2010 2013 0.055 -0.1317 0.2416 -218 2010 2014 0.0765 -0.1213 0.2743 -218 2010 2015 0.1295 -0.0674 0.3265 -218 2010 2016 0.1659 -0.0289 0.3606 -218 2010 2017 0.2241 0.026 0.4221 -218 2010 2018 0.2562 0.0591 0.4532 -218 2010 2019 0.2463 0.0469 0.4458 -218 2010 2020 0.2633 0.064 0.4625 -218 2010 2021 0.2265 0.0282 0.4248 -218 2010 2022 0.31 0.106 0.5139 -218 2010 2023 0.3021 0.0833 0.5209 -218 2011 2012 0.0251 -0.1245 0.1748 -218 2011 2013 0.0354 -0.1466 0.2174 -218 2011 2014 0.0569 -0.1405 0.2544 -218 2011 2015 0.11 -0.0903 0.3102 -218 2011 2016 0.1463 -0.0546 0.3473 -218 2011 2017 0.2046 0.0013 0.4078 -218 2011 2018 0.2366 0.0333 0.44 -218 2011 2019 0.2268 0.0204 0.4332 -218 2011 2020 0.2437 0.0389 0.4485 -218 2011 2021 0.207 0.0029 0.4111 -218 2011 2022 0.2904 0.079 0.5019 -218 2011 2023 0.2826 0.0587 0.5064 -218 2012 2013 0.0103 -0.1357 0.1563 -218 2012 2014 0.0318 -0.1455 0.2092 -218 2012 2015 0.0849 -0.0989 0.2687 -218 2012 2016 0.1212 -0.0672 0.3096 -218 2012 2017 0.1794 -0.0132 0.3721 -218 2012 2018 0.2115 0.0205 0.4025 -218 2012 2019 0.2017 0.0057 0.3977 -218 2012 2020 0.2186 0.023 0.4142 -218 2012 2021 0.1819 -0.0111 0.3749 -218 2012 2022 0.2653 0.0633 0.4674 -218 2012 2023 0.2575 0.0409 0.474 -218 2013 2014 0.0215 -0.1248 0.1678 -218 2013 2015 0.0746 -0.0977 0.2469 -218 2013 2016 0.1109 -0.0686 0.2904 -218 2013 2017 0.1691 -0.0201 0.3583 -218 2013 2018 0.2012 0.0095 0.3929 -218 2013 2019 0.1914 -0.0016 0.3843 -218 2013 2020 0.2083 0.0142 0.4024 -218 2013 2021 0.1716 -0.0198 0.3629 -218 2013 2022 0.255 0.0553 0.4547 -218 2013 2023 0.2471 0.0328 0.4615 -218 2014 2015 0.053 -0.0929 0.199 -218 2014 2016 0.0894 -0.0834 0.2621 -218 2014 2017 0.1476 -0.037 0.3322 -218 2014 2018 0.1797 -0.0119 0.3713 -218 2014 2019 0.1699 -0.0252 0.3649 -218 2014 2020 0.1868 -0.0067 0.3802 -218 2014 2021 0.15 -0.0417 0.3417 -218 2014 2022 0.2335 0.0303 0.4366 -218 2014 2023 0.2256 0.012 0.4392 -218 2015 2016 0.0364 -0.1072 0.1799 -218 2015 2017 0.0946 -0.0766 0.2658 -218 2015 2018 0.1267 -0.0528 0.3062 -218 2015 2019 0.1168 -0.0714 0.305 -218 2015 2020 0.1337 -0.0548 0.3223 -218 2015 2021 0.097 -0.0895 0.2835 -218 2015 2022 0.1805 -0.0161 0.377 -218 2015 2023 0.1726 -0.0381 0.3833 -218 2016 2017 0.0582 -0.085 0.2014 -218 2016 2018 0.0903 -0.0788 0.2594 -218 2016 2019 0.0805 -0.0985 0.2594 -218 2016 2020 0.0974 -0.0855 0.2802 -218 2016 2021 0.0606 -0.1234 0.2447 -218 2016 2022 0.1441 -0.0453 0.3335 -218 2016 2023 0.1362 -0.0689 0.3414 -218 2017 2018 0.0321 -0.1098 0.174 -218 2017 2019 0.0222 -0.1476 0.1921 -218 2017 2020 0.0392 -0.1347 0.213 -218 2017 2021 0.0024 -0.1808 0.1856 -218 2017 2022 0.0859 -0.1002 0.272 -218 2017 2023 0.078 -0.1212 0.2773 -218 2018 2019 -0.0098 -0.1526 0.1329 -218 2018 2020 0.0071 -0.1583 0.1724 -218 2018 2021 -0.0297 -0.2052 0.1458 -218 2018 2022 0.0538 -0.129 0.2367 -218 2018 2023 0.0459 -0.1557 0.2476 -218 2019 2020 0.0169 -0.1258 0.1597 -218 2019 2021 -0.0198 -0.1889 0.1493 -218 2019 2022 0.0637 -0.1159 0.2432 -218 2019 2023 0.0558 -0.145 0.2566 -218 2020 2021 -0.0368 -0.1809 0.1074 -218 2020 2022 0.0467 -0.1229 0.2163 -218 2020 2023 0.0389 -0.1513 0.229 -218 2021 2022 0.0835 -0.0665 0.2335 -218 2021 2023 0.0756 -0.1094 0.2607 -218 2022 2023 -0.0079 -0.1585 0.1427 -219 2007 2010 0.0466 -0.2052 0.2984 -219 2007 2013 -0.0461 -0.3637 0.2715 -219 2007 2016 -0.1958 -0.5697 0.1781 -219 2007 2019 -0.0959 -0.4705 0.2787 -219 2007 2022 -0.0928 -0.5235 0.3379 -219 2010 2013 -0.0954 -0.3511 0.1604 -219 2010 2016 -0.2365 -0.5973 0.1242 -219 2010 2019 -0.1419 -0.477 0.1932 -219 2010 2022 -0.1391 -0.5333 0.2551 -219 2013 2016 -0.1495 -0.4343 0.1352 -219 2013 2019 -0.0492 -0.3576 0.2592 -219 2013 2022 -0.0443 -0.4166 0.328 -219 2016 2019 0.0984 -0.1959 0.3927 -219 2016 2022 0.1009 -0.2745 0.4763 -219 2019 2022 0.0047 -0.2719 0.2812 -220 2007 2010 0.0631 -0.0571 0.1834 -220 2007 2013 0.2142 0.0629 0.3656 -220 2007 2016 0.311 0.142 0.48 -220 2007 2019 0.4287 0.2305 0.6268 -220 2007 2022 0.2998 0.0918 0.5078 -220 2010 2013 0.1511 0.0276 0.2747 -220 2010 2016 0.2479 0.0985 0.3972 -220 2010 2019 0.3656 0.183 0.5481 -220 2010 2022 0.2367 0.0435 0.4299 -220 2013 2016 0.0968 -0.0232 0.2167 -220 2013 2019 0.2144 0.061 0.3679 -220 2013 2022 0.0856 -0.0927 0.2639 -220 2016 2019 0.1177 -0.0074 0.2428 -220 2016 2022 -0.0112 -0.1715 0.1491 -220 2019 2022 -0.1289 -0.271 0.0133 -221 2007 2010 -0.1272 -0.4788 0.2245 -221 2007 2013 -0.2429 -0.6298 0.144 -221 2007 2016 -0.0488 -0.418 0.3204 -221 2007 2019 0.2502 -0.1197 0.62 -221 2007 2022 0.2322 -0.1732 0.6376 -221 2010 2013 -0.1157 -0.4641 0.2326 -221 2010 2016 0.0784 -0.2668 0.4236 -221 2010 2019 0.3774 0.0265 0.7283 -221 2010 2022 0.3594 -0.0395 0.7582 -221 2013 2016 0.1941 -0.1338 0.522 -221 2013 2019 0.4931 0.1429 0.8432 -221 2013 2022 0.4751 0.0812 0.869 -221 2016 2019 0.299 -0.0103 0.6082 -221 2016 2022 0.281 -0.0916 0.6535 -221 2019 2022 -0.018 -0.3608 0.3247 -222 2007 2008 0.0762 -0.2361 0.3886 -222 2007 2009 0.0134 -0.3716 0.3983 -222 2007 2010 0.2243 -0.1515 0.6001 -222 2007 2011 0.3905 -0.0074 0.7885 -222 2007 2012 0.6047 0.2267 0.9827 -222 2007 2013 0.4695 0.0888 0.8501 -222 2007 2014 0.526 0.112 0.9401 -222 2007 2015 0.0535 -0.3445 0.4515 -222 2007 2016 -0.0333 -0.4257 0.3591 -222 2007 2017 0.1966 -0.2116 0.6048 -222 2007 2018 0.4091 0.0017 0.8166 -222 2007 2019 0.6686 0.272 1.0652 -222 2007 2020 0.3071 -0.0999 0.714 -222 2007 2021 0.1468 -0.2554 0.5491 -222 2007 2022 -0.2432 -0.6872 0.2008 -222 2007 2023 -0.2099 -0.6719 0.2521 -222 2008 2009 -0.0629 -0.3752 0.2494 -222 2008 2010 0.148 -0.189 0.4851 -222 2008 2011 0.3143 -0.0399 0.6685 -222 2008 2012 0.5285 0.189 0.8679 -222 2008 2013 0.3932 0.0407 0.7457 -222 2008 2014 0.4498 0.0719 0.8276 -222 2008 2015 -0.0227 -0.3903 0.3449 -222 2008 2016 -0.1095 -0.4787 0.2597 -222 2008 2017 0.1204 -0.2553 0.4961 -222 2008 2018 0.3329 -0.0433 0.7091 -222 2008 2019 0.5924 0.225 0.9597 -222 2008 2020 0.2308 -0.142 0.6037 -222 2008 2021 0.0706 -0.2949 0.4361 -222 2008 2022 -0.3195 -0.737 0.098 -222 2008 2023 -0.2861 -0.7127 0.1404 -222 2009 2010 0.2109 -0.1037 0.5256 -222 2009 2011 0.3772 0.0064 0.748 -222 2009 2012 0.5913 0.2225 0.9601 -222 2009 2013 0.4561 0.0708 0.8414 -222 2009 2014 0.5126 0.0908 0.9345 -222 2009 2015 0.0401 -0.3421 0.4223 -222 2009 2016 -0.0467 -0.4301 0.3368 -222 2009 2017 0.1832 -0.2168 0.5833 -222 2009 2018 0.3958 -0.0029 0.7944 -222 2009 2019 0.6552 0.2447 1.0658 -222 2009 2020 0.2937 -0.1072 0.6946 -222 2009 2021 0.1334 -0.2589 0.5258 -222 2009 2022 -0.2566 -0.6848 0.1715 -222 2009 2023 -0.2233 -0.6784 0.2318 -222 2010 2011 0.1663 -0.1419 0.4745 -222 2010 2012 0.3804 0.0437 0.7172 -222 2010 2013 0.2452 -0.1112 0.6016 -222 2010 2014 0.3018 -0.0879 0.6915 -222 2010 2015 -0.1708 -0.5438 0.2022 -222 2010 2016 -0.2576 -0.6248 0.1097 -222 2010 2017 -0.0276 -0.4131 0.3578 -222 2010 2018 0.1849 -0.1987 0.5684 -222 2010 2019 0.4443 0.0697 0.8189 -222 2010 2020 0.0828 -0.3023 0.4678 -222 2010 2021 -0.0774 -0.4544 0.2995 -222 2010 2022 -0.4675 -0.897 -0.0381 -222 2010 2023 -0.4342 -0.8819 0.0136 -222 2011 2012 0.2142 -0.0946 0.523 -222 2011 2013 0.079 -0.2799 0.4379 -222 2011 2014 0.1355 -0.2567 0.5278 -222 2011 2015 -0.337 -0.7191 0.045 -222 2011 2016 -0.4238 -0.8094 -0.0383 -222 2011 2017 -0.1939 -0.5861 0.1983 -222 2011 2018 0.0186 -0.3722 0.4095 -222 2011 2019 0.2781 -0.1054 0.6616 -222 2011 2020 -0.0835 -0.4751 0.3081 -222 2011 2021 -0.2437 -0.6308 0.1434 -222 2011 2022 -0.6338 -1.0738 -0.1938 -222 2011 2023 -0.6004 -1.0549 -0.146 -222 2012 2013 -0.1352 -0.4205 0.1501 -222 2012 2014 -0.0787 -0.4127 0.2553 -222 2012 2015 -0.5512 -0.8958 -0.2066 -222 2012 2016 -0.638 -1.0025 -0.2735 -222 2012 2017 -0.4081 -0.7766 -0.0396 -222 2012 2018 -0.1956 -0.5449 0.1538 -222 2012 2019 0.0639 -0.2645 0.3924 -222 2012 2020 -0.2976 -0.6575 0.0622 -222 2012 2021 -0.4579 -0.8048 -0.111 -222 2012 2022 -0.8479 -1.2742 -0.4216 -222 2012 2023 -0.8146 -1.2495 -0.3797 -222 2013 2014 0.0566 -0.2491 0.3622 -222 2013 2015 -0.416 -0.7539 -0.0781 -222 2013 2016 -0.5028 -0.8591 -0.1464 -222 2013 2017 -0.2729 -0.6415 0.0958 -222 2013 2018 -0.0603 -0.4158 0.2952 -222 2013 2019 0.1991 -0.1193 0.5175 -222 2013 2020 -0.1624 -0.5225 0.1977 -222 2013 2021 -0.3227 -0.6812 0.0359 -222 2013 2022 -0.7127 -1.1332 -0.2922 -222 2013 2023 -0.6794 -1.1159 -0.2429 -222 2014 2015 -0.4726 -0.8087 -0.1365 -222 2014 2016 -0.5593 -0.9459 -0.1728 -222 2014 2017 -0.3294 -0.7229 0.0641 -222 2014 2018 -0.1169 -0.5035 0.2697 -222 2014 2019 0.1426 -0.2068 0.492 -222 2014 2020 -0.219 -0.6093 0.1714 -222 2014 2021 -0.3792 -0.7671 0.0087 -222 2014 2022 -0.7693 -1.2353 -0.3032 -222 2014 2023 -0.7359 -1.1988 -0.273 -222 2015 2016 -0.0868 -0.3885 0.2149 -222 2015 2017 0.1431 -0.2117 0.498 -222 2015 2018 0.3557 -0.0065 0.7178 -222 2015 2019 0.6151 0.242 0.9882 -222 2015 2020 0.2536 -0.1186 0.6257 -222 2015 2021 0.0933 -0.2702 0.4568 -222 2015 2022 -0.2967 -0.7057 0.1122 -222 2015 2023 -0.2634 -0.7023 0.1755 -222 2016 2017 0.2299 -0.0788 0.5387 -222 2016 2018 0.4425 0.0875 0.7974 -222 2016 2019 0.7019 0.3303 1.0734 -222 2016 2020 0.3404 -0.0341 0.7148 -222 2016 2021 0.1801 -0.1947 0.555 -222 2016 2022 -0.21 -0.6165 0.1966 -222 2016 2023 -0.1766 -0.6158 0.2625 -222 2017 2018 0.2125 -0.0991 0.5242 -222 2017 2019 0.472 0.1089 0.8352 -222 2017 2020 0.1104 -0.2576 0.4785 -222 2017 2021 -0.0498 -0.4265 0.3269 -222 2017 2022 -0.4399 -0.8623 -0.0175 -222 2017 2023 -0.4065 -0.8446 0.0315 -222 2018 2019 0.2595 -0.0517 0.5708 -222 2018 2020 -0.1021 -0.4556 0.2514 -222 2018 2021 -0.2623 -0.619 0.0944 -222 2018 2022 -0.6524 -1.0777 -0.2271 -222 2018 2023 -0.6191 -1.0633 -0.1748 -222 2019 2020 -0.3616 -0.677 -0.0462 -222 2019 2021 -0.5218 -0.8684 -0.1752 -222 2019 2022 -0.9118 -1.3492 -0.4744 -222 2019 2023 -0.8785 -1.3214 -0.4357 -222 2020 2021 -0.1602 -0.4672 0.1468 -222 2020 2022 -0.5503 -0.9497 -0.151 -222 2020 2023 -0.517 -0.9422 -0.0918 -222 2021 2022 -0.3901 -0.7355 -0.0448 -222 2021 2023 -0.3568 -0.7579 0.0444 -222 2022 2023 0.0334 -0.3201 0.3868 -223 2007 2008 0.0457 -0.0287 0.1201 -223 2007 2009 0.1071 0.0265 0.1877 -223 2007 2010 0.1308 0.0607 0.2009 -223 2007 2011 0.1181 0.0394 0.1969 -223 2007 2012 0.1592 0.0756 0.2427 -223 2007 2013 0.0713 -0.0029 0.1456 -223 2007 2014 0.1192 0.038 0.2004 -223 2007 2015 0.0306 -0.0528 0.114 -223 2007 2016 -0.0563 -0.1297 0.0172 -223 2007 2017 -0.0323 -0.1135 0.049 -223 2007 2018 -0.0055 -0.0867 0.0757 -223 2007 2019 0.0477 -0.0258 0.1212 -223 2007 2020 -0.0101 -0.0939 0.0736 -223 2007 2021 0.0057 -0.0746 0.086 -223 2007 2022 -0.0517 -0.131 0.0277 -223 2007 2023 -0.0381 -0.1236 0.0474 -223 2008 2009 0.0614 -0.0137 0.1365 -223 2008 2010 0.0851 0.0099 0.1603 -223 2008 2011 0.0724 0.004 0.1408 -223 2008 2012 0.1135 0.0328 0.1942 -223 2008 2013 0.0256 -0.0534 0.1046 -223 2008 2014 0.0735 0.0022 0.1448 -223 2008 2015 -0.0151 -0.096 0.0658 -223 2008 2016 -0.102 -0.1801 -0.0239 -223 2008 2017 -0.078 -0.1495 -0.0065 -223 2008 2018 -0.0512 -0.1298 0.0273 -223 2008 2019 0.002 -0.0757 0.0796 -223 2008 2020 -0.0559 -0.1308 0.0191 -223 2008 2021 -0.04 -0.1158 0.0358 -223 2008 2022 -0.0974 -0.18 -0.0148 -223 2008 2023 -0.0838 -0.16 -0.0077 -223 2009 2010 0.0237 -0.0513 0.0987 -223 2009 2011 0.011 -0.068 0.09 -223 2009 2012 0.0521 -0.0233 0.1274 -223 2009 2013 -0.0358 -0.1174 0.0458 -223 2009 2014 0.0121 -0.0683 0.0926 -223 2009 2015 -0.0765 -0.1529 -1e-04 -223 2009 2016 -0.1634 -0.2441 -0.0827 -223 2009 2017 -0.1394 -0.2204 -0.0585 -223 2009 2018 -0.1126 -0.1861 -0.0391 -223 2009 2019 -0.0594 -0.1396 0.0207 -223 2009 2020 -0.1173 -0.2012 -0.0334 -223 2009 2021 -0.1014 -0.1737 -0.0291 -223 2009 2022 -0.1588 -0.2443 -0.0733 -223 2009 2023 -0.1452 -0.2309 -0.0596 -223 2010 2011 -0.0127 -0.087 0.0616 -223 2010 2012 0.0284 -0.0523 0.109 -223 2010 2013 -0.0595 -0.1319 0.0129 -223 2010 2014 -0.0116 -0.0905 0.0674 -223 2010 2015 -0.1002 -0.181 -0.0194 -223 2010 2016 -0.1871 -0.2586 -0.1156 -223 2010 2017 -0.1631 -0.2424 -0.0838 -223 2010 2018 -0.1363 -0.2149 -0.0578 -223 2010 2019 -0.0831 -0.155 -0.0112 -223 2010 2020 -0.141 -0.223 -0.059 -223 2010 2021 -0.1251 -0.2024 -0.0479 -223 2010 2022 -0.1825 -0.2602 -0.1048 -223 2010 2023 -0.1689 -0.2526 -0.0853 -223 2011 2012 0.0411 -0.0377 0.1198 -223 2011 2013 -0.0468 -0.1267 0.0331 -223 2011 2014 0.0011 -0.0715 0.0738 -223 2011 2015 -0.0875 -0.1697 -0.0053 -223 2011 2016 -0.1744 -0.2537 -0.0951 -223 2011 2017 -0.1504 -0.2236 -0.0772 -223 2011 2018 -0.1236 -0.2039 -0.0434 -223 2011 2019 -0.0704 -0.1497 0.0089 -223 2011 2020 -0.1283 -0.2047 -0.0518 -223 2011 2021 -0.1124 -0.1902 -0.0346 -223 2011 2022 -0.1698 -0.254 -0.0856 -223 2011 2023 -0.1562 -0.2343 -0.0782 -223 2012 2013 -0.0879 -0.1687 -0.007 -223 2012 2014 -0.0399 -0.1226 0.0427 -223 2012 2015 -0.1286 -0.2075 -0.0496 -223 2012 2016 -0.2155 -0.2994 -0.1316 -223 2012 2017 -0.1915 -0.2755 -0.1074 -223 2012 2018 -0.1647 -0.2421 -0.0873 -223 2012 2019 -0.1115 -0.1942 -0.0288 -223 2012 2020 -0.1693 -0.2562 -0.0825 -223 2012 2021 -0.1535 -0.23 -0.077 -223 2012 2022 -0.2109 -0.2993 -0.1224 -223 2012 2023 -0.1973 -0.2858 -0.1088 -223 2013 2014 0.0479 -0.0313 0.1272 -223 2013 2015 -0.0407 -0.1248 0.0433 -223 2013 2016 -0.1276 -0.2015 -0.0537 -223 2013 2017 -0.1036 -0.1861 -0.0211 -223 2013 2018 -0.0768 -0.1592 0.0055 -223 2013 2019 -0.0236 -0.0994 0.0521 -223 2013 2020 -0.0815 -0.1663 0.0034 -223 2013 2021 -0.0656 -0.1469 0.0157 -223 2013 2022 -0.123 -0.2034 -0.0426 -223 2013 2023 -0.1094 -0.1961 -0.0228 -223 2014 2015 -0.0886 -0.1683 -0.009 -223 2014 2016 -0.1755 -0.2569 -0.0942 -223 2014 2017 -0.1515 -0.2253 -0.0778 -223 2014 2018 -0.1248 -0.2061 -0.0434 -223 2014 2019 -0.0716 -0.1524 0.0092 -223 2014 2020 -0.1294 -0.2065 -0.0523 -223 2014 2021 -0.1135 -0.1922 -0.0349 -223 2014 2022 -0.1709 -0.2571 -0.0848 -223 2014 2023 -0.1574 -0.2361 -0.0786 -223 2015 2016 -0.0869 -0.1666 -0.0072 -223 2015 2017 -0.0629 -0.1463 0.0205 -223 2015 2018 -0.0361 -0.1129 0.0407 -223 2015 2019 0.0171 -0.0654 0.0996 -223 2015 2020 -0.0408 -0.1273 0.0458 -223 2015 2021 -0.0249 -0.1013 0.0515 -223 2015 2022 -0.0823 -0.1703 0.0057 -223 2015 2023 -0.0687 -0.1571 0.0196 -223 2016 2017 0.024 -0.054 0.102 -223 2016 2018 0.0508 -0.0301 0.1316 -223 2016 2019 0.104 0.0308 0.1771 -223 2016 2020 0.0461 -0.0374 0.1297 -223 2016 2021 0.062 -0.0181 0.1421 -223 2016 2022 0.0046 -0.0737 0.0829 -223 2016 2023 0.0182 -0.0672 0.1035 -223 2017 2018 0.0268 -0.0513 0.1049 -223 2017 2019 0.08 -7e-04 0.1606 -223 2017 2020 0.0221 -0.0538 0.0981 -223 2017 2021 0.038 -0.0405 0.1164 -223 2017 2022 -0.0194 -0.105 0.0662 -223 2017 2023 -0.0058 -0.0833 0.0716 -223 2018 2019 0.0532 -0.0242 0.1306 -223 2018 2020 -0.0046 -0.0883 0.0791 -223 2018 2021 0.0112 -0.0602 0.0827 -223 2018 2022 -0.0462 -0.1317 0.0393 -223 2018 2023 -0.0326 -0.1188 0.0536 -223 2019 2020 -0.0578 -0.1378 0.0221 -223 2019 2021 -0.042 -0.1207 0.0367 -223 2019 2022 -0.0994 -0.1764 -0.0223 -223 2019 2023 -0.0858 -0.1708 -8e-04 -223 2020 2021 0.0158 -0.0627 0.0944 -223 2020 2022 -0.0415 -0.1289 0.0459 -223 2020 2023 -0.028 -0.1084 0.0525 -223 2021 2022 -0.0574 -0.1377 0.023 -223 2021 2023 -0.0438 -0.1262 0.0386 -223 2022 2023 0.0136 -0.0709 0.098 -224 2007 2008 0.0133 -0.087 0.1135 -224 2007 2009 -0.0228 -0.1357 0.0901 -224 2007 2010 -0.0667 -0.1745 0.0412 -224 2007 2011 -0.0995 -0.213 0.0141 -224 2007 2012 -0.0542 -0.1731 0.0648 -224 2007 2013 -0.1115 -0.2261 0.0031 -224 2007 2014 -0.0576 -0.1741 0.0588 -224 2007 2015 0.0509 -0.0679 0.1696 -224 2007 2016 0.1457 0.038 0.2534 -224 2007 2017 0.1517 0.0386 0.2649 -224 2007 2018 0.1666 0.0534 0.2799 -224 2007 2019 0.1602 0.0504 0.2699 -224 2007 2020 0.2498 0.1351 0.3646 -224 2007 2021 0.2773 0.1665 0.388 -224 2007 2022 0.3421 0.2321 0.452 -224 2007 2023 0.3741 0.2573 0.491 -224 2008 2009 -0.0361 -0.1333 0.0612 -224 2008 2010 -0.0799 -0.1847 0.0248 -224 2008 2011 -0.1128 -0.2136 -0.012 -224 2008 2012 -0.0674 -0.1783 0.0434 -224 2008 2013 -0.1248 -0.2371 -0.0124 -224 2008 2014 -0.0709 -0.1763 0.0345 -224 2008 2015 0.0376 -0.0735 0.1486 -224 2008 2016 0.1324 0.0272 0.2376 -224 2008 2017 0.1384 0.0379 0.239 -224 2008 2018 0.1533 0.0485 0.2581 -224 2008 2019 0.1469 0.04 0.2538 -224 2008 2020 0.2366 0.134 0.3391 -224 2008 2021 0.264 0.1628 0.3652 -224 2008 2022 0.3288 0.2222 0.4354 -224 2008 2023 0.3609 0.257 0.4647 -224 2009 2010 -0.0439 -0.1433 0.0555 -224 2009 2011 -0.0767 -0.1846 0.0312 -224 2009 2012 -0.0314 -0.1398 0.0771 -224 2009 2013 -0.0887 -0.2033 0.0259 -224 2009 2014 -0.0348 -0.1469 0.0772 -224 2009 2015 0.0736 -0.0349 0.1822 -224 2009 2016 0.1685 0.0605 0.2764 -224 2009 2017 0.1745 0.0667 0.2822 -224 2009 2018 0.1894 0.0888 0.29 -224 2009 2019 0.183 0.0736 0.2923 -224 2009 2020 0.2726 0.1631 0.3822 -224 2009 2021 0.3 0.2019 0.3982 -224 2009 2022 0.3649 0.2554 0.4744 -224 2009 2023 0.3969 0.2845 0.5094 -224 2010 2011 -0.0328 -0.1325 0.0668 -224 2010 2012 0.0125 -0.0996 0.1246 -224 2010 2013 -0.0448 -0.1555 0.0659 -224 2010 2014 0.009 -0.1036 0.1217 -224 2010 2015 0.1175 0.0035 0.2315 -224 2010 2016 0.2123 0.1082 0.3165 -224 2010 2017 0.2184 0.1093 0.3275 -224 2010 2018 0.2333 0.1252 0.3414 -224 2010 2019 0.2268 0.12 0.3337 -224 2010 2020 0.3165 0.2055 0.4275 -224 2010 2021 0.3439 0.2386 0.4493 -224 2010 2022 0.4087 0.3023 0.5152 -224 2010 2023 0.4408 0.3278 0.5539 -224 2011 2012 0.0453 -0.0576 0.1482 -224 2011 2013 -0.012 -0.1241 0.1002 -224 2011 2014 0.0419 -0.0662 0.1499 -224 2011 2015 0.1504 0.0362 0.2645 -224 2011 2016 0.2452 0.1363 0.354 -224 2011 2017 0.2512 0.1465 0.3559 -224 2011 2018 0.2661 0.1573 0.3749 -224 2011 2019 0.2597 0.1496 0.3698 -224 2011 2020 0.3493 0.2421 0.4565 -224 2011 2021 0.3768 0.2712 0.4823 -224 2011 2022 0.4416 0.331 0.5522 -224 2011 2023 0.4736 0.365 0.5823 -224 2012 2013 -0.0573 -0.163 0.0484 -224 2012 2014 -0.0035 -0.1172 0.1103 -224 2012 2015 0.105 -0.0071 0.2172 -224 2012 2016 0.1998 0.0881 0.3116 -224 2012 2017 0.2059 0.0931 0.3187 -224 2012 2018 0.2208 0.1132 0.3283 -224 2012 2019 0.2143 0.1003 0.3283 -224 2012 2020 0.304 0.1895 0.4185 -224 2012 2021 0.3314 0.2262 0.4367 -224 2012 2022 0.3962 0.2821 0.5104 -224 2012 2023 0.4283 0.311 0.5457 -224 2013 2014 0.0538 -0.0497 0.1574 -224 2013 2015 0.1623 0.047 0.2777 -224 2013 2016 0.2572 0.1483 0.366 -224 2013 2017 0.2632 0.1492 0.3772 -224 2013 2018 0.2781 0.1647 0.3915 -224 2013 2019 0.2717 0.1605 0.3828 -224 2013 2020 0.3613 0.2453 0.4773 -224 2013 2021 0.3887 0.2781 0.4994 -224 2013 2022 0.4535 0.3422 0.5649 -224 2013 2023 0.4856 0.3676 0.6036 -224 2014 2015 0.1085 0.0051 0.2118 -224 2014 2016 0.2033 0.0946 0.312 -224 2014 2017 0.2093 0.1032 0.3155 -224 2014 2018 0.2242 0.1138 0.3346 -224 2014 2019 0.2178 0.106 0.3296 -224 2014 2020 0.3075 0.199 0.4159 -224 2014 2021 0.3349 0.2278 0.442 -224 2014 2022 0.3997 0.2874 0.512 -224 2014 2023 0.4318 0.3218 0.5418 -224 2015 2016 0.0948 -0.0058 0.1955 -224 2015 2017 0.1009 -0.0094 0.2111 -224 2015 2018 0.1157 0.0096 0.2219 -224 2015 2019 0.1093 -0.0033 0.2219 -224 2015 2020 0.199 0.0853 0.3127 -224 2015 2021 0.2264 0.1226 0.3302 -224 2015 2022 0.2912 0.1782 0.4043 -224 2015 2023 0.3233 0.2067 0.4398 -224 2016 2017 0.006 -0.0914 0.1035 -224 2016 2018 0.0209 -0.0834 0.1253 -224 2016 2019 0.0145 -0.0878 0.1168 -224 2016 2020 0.1042 -0.0036 0.2119 -224 2016 2021 0.1316 0.0288 0.2344 -224 2016 2022 0.1964 0.0951 0.2976 -224 2016 2023 0.2285 0.1189 0.338 -224 2017 2018 0.0149 -0.0821 0.1119 -224 2017 2019 0.0085 -0.0977 0.1146 -224 2017 2020 0.0981 -0.0029 0.1992 -224 2017 2021 0.1256 0.0243 0.2268 -224 2017 2022 0.1904 0.0833 0.2974 -224 2017 2023 0.2224 0.1199 0.3249 -224 2018 2019 -0.0064 -0.1041 0.0912 -224 2018 2020 0.0832 -0.0218 0.1883 -224 2018 2021 0.1107 0.018 0.2033 -224 2018 2022 0.1755 0.0692 0.2817 -224 2018 2023 0.2075 0.0973 0.3177 -224 2019 2020 0.0897 -0.0098 0.1892 -224 2019 2021 0.1171 0.0152 0.219 -224 2019 2022 0.1819 0.0804 0.2834 -224 2019 2023 0.214 0.1028 0.3251 -224 2020 2021 0.0274 -0.0681 0.123 -224 2020 2022 0.0922 -0.0147 0.1991 -224 2020 2023 0.1243 0.0211 0.2275 -224 2021 2022 0.0648 -0.0305 0.1601 -224 2021 2023 0.0969 -0.0071 0.2009 -224 2022 2023 0.0321 -0.068 0.1322 -225 2007 2010 -0.2552 -0.3728 -0.1376 -225 2007 2013 -0.2945 -0.4134 -0.1757 -225 2007 2016 -0.3311 -0.4489 -0.2132 -225 2007 2019 -0.3783 -0.5 -0.2567 -225 2007 2022 -0.4125 -0.553 -0.272 -225 2010 2013 -0.0393 -0.1539 0.0753 -225 2010 2016 -0.0758 -0.1971 0.0455 -225 2010 2019 -0.1231 -0.2478 0.0016 -225 2010 2022 -0.1573 -0.2999 -0.0147 -225 2013 2016 -0.0365 -0.1471 0.0741 -225 2013 2019 -0.0838 -0.2041 0.0364 -225 2013 2022 -0.118 -0.2576 0.0215 -225 2016 2019 -0.0473 -0.1574 0.0629 -225 2016 2022 -0.0815 -0.2171 0.0541 -225 2019 2022 -0.0342 -0.1608 0.0924 -226 2007 2008 0.0344 -0.0578 0.1265 -226 2007 2009 0.2028 0.103 0.3026 -226 2007 2010 0.2757 0.1892 0.3623 -226 2007 2011 0.3729 0.2778 0.4679 -226 2007 2012 0.3516 0.249 0.4541 -226 2007 2013 0.1843 0.0894 0.2791 -226 2007 2014 0.3382 0.2388 0.4375 -226 2007 2015 0.3333 0.2313 0.4354 -226 2007 2016 0.3276 0.237 0.4183 -226 2007 2017 0.3292 0.2311 0.4273 -226 2007 2018 0.4499 0.3524 0.5474 -226 2007 2019 0.4647 0.3752 0.5543 -226 2007 2020 0.4215 0.3209 0.5221 -226 2007 2021 0.3681 0.2716 0.4646 -226 2007 2022 0.3658 0.2694 0.4622 -226 2007 2023 0.3297 0.2259 0.4336 -226 2008 2009 0.1685 0.0775 0.2594 -226 2008 2010 0.2414 0.1506 0.3321 -226 2008 2011 0.3385 0.2597 0.4174 -226 2008 2012 0.3172 0.2196 0.4148 -226 2008 2013 0.1499 0.0524 0.2474 -226 2008 2014 0.3038 0.2167 0.391 -226 2008 2015 0.299 0.2021 0.3959 -226 2008 2016 0.2933 0.1999 0.3867 -226 2008 2017 0.2948 0.2096 0.3801 -226 2008 2018 0.4155 0.323 0.5081 -226 2008 2019 0.4304 0.3386 0.5222 -226 2008 2020 0.3871 0.2986 0.4757 -226 2008 2021 0.3337 0.2444 0.4231 -226 2008 2022 0.3314 0.2335 0.4294 -226 2008 2023 0.2954 0.2041 0.3867 -226 2009 2010 0.0729 -0.0175 0.1634 -226 2009 2011 0.1701 0.0779 0.2623 -226 2009 2012 0.1488 0.0583 0.2392 -226 2009 2013 -0.0185 -0.119 0.0819 -226 2009 2014 0.1354 0.0392 0.2315 -226 2009 2015 0.1305 0.0393 0.2217 -226 2009 2016 0.1248 0.0287 0.2209 -226 2009 2017 0.1264 0.031 0.2218 -226 2009 2018 0.2471 0.1617 0.3325 -226 2009 2019 0.2619 0.1672 0.3567 -226 2009 2020 0.2187 0.1208 0.3165 -226 2009 2021 0.1653 0.0806 0.25 -226 2009 2022 0.163 0.0623 0.2637 -226 2009 2023 0.1269 0.0252 0.2286 -226 2010 2011 0.0972 0.0102 0.1841 -226 2010 2012 0.0758 -0.0208 0.1724 -226 2010 2013 -0.0915 -0.1802 -0.0027 -226 2010 2014 0.0624 -0.0316 0.1565 -226 2010 2015 0.0576 -0.0387 0.1539 -226 2010 2016 0.0519 -0.0324 0.1362 -226 2010 2017 0.0535 -0.0394 0.1463 -226 2010 2018 0.1742 0.0828 0.2655 -226 2010 2019 0.189 0.1046 0.2734 -226 2010 2020 0.1458 0.0503 0.2412 -226 2010 2021 0.0923 0.0021 0.1826 -226 2010 2022 0.0901 -6e-04 0.1807 -226 2010 2023 0.054 -0.0448 0.1529 -226 2011 2012 -0.0213 -0.1131 0.0705 -226 2011 2013 -0.1886 -0.285 -0.0922 -226 2011 2014 -0.0347 -0.1189 0.0495 -226 2011 2015 -0.0395 -0.1347 0.0557 -226 2011 2016 -0.0452 -0.1371 0.0466 -226 2011 2017 -0.0437 -0.1262 0.0389 -226 2011 2018 0.077 -0.0136 0.1676 -226 2011 2019 0.0919 0.0013 0.1824 -226 2011 2020 0.0486 -0.0374 0.1347 -226 2011 2021 -0.0048 -0.0927 0.0831 -226 2011 2022 -0.0071 -0.1038 0.0896 -226 2011 2023 -0.0431 -0.1326 0.0463 -226 2012 2013 -0.1673 -0.2655 -0.0691 -226 2012 2014 -0.0134 -0.1119 0.0851 -226 2012 2015 -0.0182 -0.1116 0.0752 -226 2012 2016 -0.0239 -0.1226 0.0748 -226 2012 2017 -0.0224 -0.121 0.0762 -226 2012 2018 0.0983 0.0089 0.1877 -226 2012 2019 0.1132 0.0159 0.2105 -226 2012 2020 0.0699 -0.0309 0.1708 -226 2012 2021 0.0165 -0.0731 0.1061 -226 2012 2022 0.0142 -0.0892 0.1177 -226 2012 2023 -0.0218 -0.1267 0.083 -226 2013 2014 0.1539 0.0581 0.2497 -226 2013 2015 0.1491 0.0473 0.2509 -226 2013 2016 0.1434 0.053 0.2338 -226 2013 2017 0.1449 0.0462 0.2436 -226 2013 2018 0.2656 0.1672 0.3641 -226 2013 2019 0.2805 0.1891 0.3719 -226 2013 2020 0.2372 0.1357 0.3388 -226 2013 2021 0.1838 0.0869 0.2807 -226 2013 2022 0.1815 0.0847 0.2783 -226 2013 2023 0.1455 0.041 0.25 -226 2014 2015 -0.0048 -0.0986 0.0889 -226 2014 2016 -0.0105 -0.1056 0.0846 -226 2014 2017 -0.009 -0.0949 0.0769 -226 2014 2018 0.1117 0.018 0.2054 -226 2014 2019 0.1266 0.0323 0.2208 -226 2014 2020 0.0833 -0.0053 0.172 -226 2014 2021 0.0299 -0.061 0.1209 -226 2014 2022 0.0276 -0.0723 0.1276 -226 2014 2023 -0.0084 -0.1005 0.0837 -226 2015 2016 -0.0057 -0.099 0.0876 -226 2015 2017 -0.0041 -0.1012 0.0929 -226 2015 2018 0.1166 0.0282 0.2049 -226 2015 2019 0.1314 0.0358 0.227 -226 2015 2020 0.0881 -0.0116 0.1879 -226 2015 2021 0.0347 -0.0534 0.1228 -226 2015 2022 0.0324 -0.0698 0.1347 -226 2015 2023 -0.0036 -0.1074 0.1002 -226 2016 2017 0.0016 -0.089 0.0921 -226 2016 2018 0.1223 0.0292 0.2153 -226 2016 2019 0.1371 0.0533 0.2209 -226 2016 2020 0.0938 -0.0027 0.1904 -226 2016 2021 0.0404 -0.0516 0.1324 -226 2016 2022 0.0381 -0.0522 0.1285 -226 2016 2023 0.0021 -0.0977 0.1019 -226 2017 2018 0.1207 0.0314 0.2101 -226 2017 2019 0.1355 0.043 0.2281 -226 2017 2020 0.0923 0.0071 0.1775 -226 2017 2021 0.0389 -0.0501 0.1279 -226 2017 2022 0.0366 -0.0618 0.135 -226 2017 2023 6e-04 -0.0881 0.0892 -226 2018 2019 0.0148 -0.0735 0.1032 -226 2018 2020 -0.0284 -0.123 0.0662 -226 2018 2021 -0.0818 -0.1612 -0.0024 -226 2018 2022 -0.0841 -0.1817 0.0135 -226 2018 2023 -0.1202 -0.2194 -0.0209 -226 2019 2020 -0.0433 -0.1347 0.0482 -226 2019 2021 -0.0967 -0.1866 -0.0067 -226 2019 2022 -0.099 -0.1866 -0.0113 -226 2019 2023 -0.135 -0.2335 -0.0364 -226 2020 2021 -0.0534 -0.1423 0.0355 -226 2020 2022 -0.0557 -0.1559 0.0445 -226 2020 2023 -0.0917 -0.1829 -6e-04 -226 2021 2022 -0.0023 -0.0943 0.0897 -226 2021 2023 -0.0383 -0.1329 0.0563 -226 2022 2023 -0.036 -0.1341 0.062 -227 2007 2008 -0.0373 -0.2666 0.192 -227 2007 2009 -0.0362 -0.3193 0.2469 -227 2007 2010 -0.1651 -0.4565 0.1263 -227 2007 2011 -0.2615 -0.5785 0.0555 -227 2007 2012 -0.3488 -0.6709 -0.0268 -227 2007 2013 -0.5106 -0.8479 -0.1734 -227 2007 2014 -0.6393 -0.9899 -0.2887 -227 2007 2015 -0.7339 -1.0906 -0.3771 -227 2007 2016 -0.7389 -1.0911 -0.3867 -227 2007 2017 -0.7837 -1.1355 -0.4318 -227 2007 2018 -0.838 -1.1952 -0.4808 -227 2007 2019 -0.8703 -1.2363 -0.5043 -227 2007 2020 -0.7872 -1.1336 -0.4408 -227 2007 2021 -0.8275 -1.1859 -0.4691 -227 2007 2022 -0.8363 -1.2029 -0.4696 -227 2007 2023 -0.8508 -1.2415 -0.4602 -227 2008 2009 0.0011 -0.222 0.2242 -227 2008 2010 -0.1277 -0.3846 0.1291 -227 2008 2011 -0.2242 -0.5075 0.0591 -227 2008 2012 -0.3115 -0.6037 -0.0194 -227 2008 2013 -0.4733 -0.7851 -0.1616 -227 2008 2014 -0.602 -0.923 -0.2809 -227 2008 2015 -0.6966 -1.0241 -0.369 -227 2008 2016 -0.7016 -1.0292 -0.3741 -227 2008 2017 -0.7464 -1.0697 -0.423 -227 2008 2018 -0.8007 -1.1296 -0.4718 -227 2008 2019 -0.833 -1.1739 -0.4922 -227 2008 2020 -0.7499 -1.0693 -0.4305 -227 2008 2021 -0.7902 -1.1218 -0.4586 -227 2008 2022 -0.799 -1.1424 -0.4555 -227 2008 2023 -0.8135 -1.1792 -0.4479 -227 2009 2010 -0.1289 -0.348 0.0902 -227 2009 2011 -0.2253 -0.4931 0.0425 -227 2009 2012 -0.3126 -0.5885 -0.0368 -227 2009 2013 -0.4745 -0.7843 -0.1646 -227 2009 2014 -0.6031 -0.9276 -0.2786 -227 2009 2015 -0.6977 -1.027 -0.3684 -227 2009 2016 -0.7028 -1.0307 -0.3749 -227 2009 2017 -0.7475 -1.0731 -0.4219 -227 2009 2018 -0.8018 -1.1318 -0.4718 -227 2009 2019 -0.8341 -1.1816 -0.4867 -227 2009 2020 -0.751 -1.069 -0.433 -227 2009 2021 -0.7913 -1.122 -0.4607 -227 2009 2022 -0.8001 -1.1455 -0.4547 -227 2009 2023 -0.8146 -1.1847 -0.4446 -227 2010 2011 -0.0964 -0.3113 0.1184 -227 2010 2012 -0.1838 -0.4356 0.0681 -227 2010 2013 -0.3456 -0.6253 -0.0659 -227 2010 2014 -0.4743 -0.7697 -0.1788 -227 2010 2015 -0.5688 -0.8706 -0.2671 -227 2010 2016 -0.5739 -0.8794 -0.2684 -227 2010 2017 -0.6186 -0.9228 -0.3144 -227 2010 2018 -0.673 -0.9805 -0.3655 -227 2010 2019 -0.7053 -1.0255 -0.3851 -227 2010 2020 -0.6222 -0.9262 -0.3182 -227 2010 2021 -0.6625 -0.9758 -0.3492 -227 2010 2022 -0.6712 -0.9967 -0.3457 -227 2010 2023 -0.6858 -1.0364 -0.3351 -227 2011 2012 -0.0874 -0.3017 0.127 -227 2011 2013 -0.2492 -0.5165 0.0182 -227 2011 2014 -0.3778 -0.6637 -0.0919 -227 2011 2015 -0.4724 -0.7713 -0.1735 -227 2011 2016 -0.4775 -0.7844 -0.1705 -227 2011 2017 -0.5222 -0.8248 -0.2196 -227 2011 2018 -0.5765 -0.8843 -0.2688 -227 2011 2019 -0.6089 -0.9307 -0.287 -227 2011 2020 -0.5257 -0.8298 -0.2217 -227 2011 2021 -0.566 -0.881 -0.2511 -227 2011 2022 -0.5748 -0.9029 -0.2467 -227 2011 2023 -0.5894 -0.9381 -0.2406 -227 2012 2013 -0.1618 -0.383 0.0594 -227 2012 2014 -0.2905 -0.5558 -0.0252 -227 2012 2015 -0.3851 -0.6686 -0.1016 -227 2012 2016 -0.3901 -0.6872 -0.0931 -227 2012 2017 -0.4349 -0.7307 -0.139 -227 2012 2018 -0.4892 -0.7876 -0.1908 -227 2012 2019 -0.5215 -0.8387 -0.2044 -227 2012 2020 -0.4384 -0.7373 -0.1395 -227 2012 2021 -0.4787 -0.7869 -0.1705 -227 2012 2022 -0.4874 -0.8115 -0.1634 -227 2012 2023 -0.502 -0.8489 -0.1552 -227 2013 2014 -0.1287 -0.3494 0.0921 -227 2013 2015 -0.2232 -0.491 0.0445 -227 2013 2016 -0.2283 -0.5228 0.0662 -227 2013 2017 -0.273 -0.5724 0.0263 -227 2013 2018 -0.3274 -0.6308 -0.024 -227 2013 2019 -0.3597 -0.6759 -0.0435 -227 2013 2020 -0.2766 -0.589 0.0359 -227 2013 2021 -0.3169 -0.635 0.0012 -227 2013 2022 -0.3256 -0.6558 0.0045 -227 2013 2023 -0.3402 -0.693 0.0126 -227 2014 2015 -0.0946 -0.3141 0.1249 -227 2014 2016 -0.0997 -0.3743 0.175 -227 2014 2017 -0.1444 -0.4304 0.1416 -227 2014 2018 -0.1987 -0.4939 0.0965 -227 2014 2019 -0.2311 -0.5411 0.079 -227 2014 2020 -0.1479 -0.4584 0.1626 -227 2014 2021 -0.1882 -0.5045 0.128 -227 2014 2022 -0.197 -0.527 0.133 -227 2014 2023 -0.2116 -0.5604 0.1372 -227 2015 2016 -0.0051 -0.231 0.2208 -227 2015 2017 -0.0498 -0.3155 0.2159 -227 2015 2018 -0.1041 -0.3842 0.1759 -227 2015 2019 -0.1365 -0.4388 0.1659 -227 2015 2020 -0.0533 -0.365 0.2583 -227 2015 2021 -0.0936 -0.4074 0.2201 -227 2015 2022 -0.1024 -0.4335 0.2287 -227 2015 2023 -0.117 -0.4702 0.2362 -227 2016 2017 -0.0447 -0.268 0.1785 -227 2016 2018 -0.0991 -0.3719 0.1737 -227 2016 2019 -0.1314 -0.4353 0.1725 -227 2016 2020 -0.0483 -0.3563 0.2598 -227 2016 2021 -0.0886 -0.407 0.2298 -227 2016 2022 -0.0973 -0.4303 0.2356 -227 2016 2023 -0.1119 -0.469 0.2452 -227 2017 2018 -0.0543 -0.2761 0.1674 -227 2017 2019 -0.0867 -0.3644 0.191 -227 2017 2020 -0.0035 -0.293 0.2859 -227 2017 2021 -0.0439 -0.3503 0.2626 -227 2017 2022 -0.0526 -0.3773 0.2721 -227 2017 2023 -0.0672 -0.4139 0.2795 -227 2018 2019 -0.0323 -0.2572 0.1926 -227 2018 2020 0.0508 -0.2222 0.3238 -227 2018 2021 0.0105 -0.2837 0.3047 -227 2018 2022 0.0018 -0.3182 0.3217 -227 2018 2023 -0.0128 -0.3591 0.3335 -227 2019 2020 0.0831 -0.1541 0.3203 -227 2019 2021 0.0428 -0.2408 0.3265 -227 2019 2022 0.0341 -0.2811 0.3492 -227 2019 2023 0.0195 -0.3255 0.3645 -227 2020 2021 -0.0403 -0.2655 0.1849 -227 2020 2022 -0.049 -0.33 0.2319 -227 2020 2023 -0.0636 -0.3821 0.2549 -227 2021 2022 -0.0087 -0.238 0.2205 -227 2021 2023 -0.0233 -0.3187 0.2721 -227 2022 2023 -0.0146 -0.2514 0.2223 -228 2007 2008 -0.0295 -0.4943 0.4353 -228 2007 2009 0.2359 -0.259 0.7309 -228 2007 2010 -0.1056 -0.5694 0.3582 -228 2007 2011 0.4398 -0.0979 0.9775 -228 2007 2012 0.088 -0.4527 0.6286 -228 2007 2013 0.0405 -0.4416 0.5227 -228 2007 2014 0.0886 -0.4272 0.6045 -228 2007 2015 -0.0992 -0.6246 0.4262 -228 2007 2016 0.0748 -0.3877 0.5372 -228 2007 2017 -0.0555 -0.5509 0.4398 -228 2007 2018 -0.1202 -0.6278 0.3874 -228 2007 2019 -0.3512 -0.878 0.1756 -228 2007 2020 -0.6246 -1.1176 -0.1316 -228 2007 2021 -0.5226 -1.0291 -0.0161 -228 2007 2022 -1.0747 -1.6617 -0.4876 -228 2007 2023 -0.7781 -1.3443 -0.212 -228 2008 2009 0.2655 -0.2004 0.7313 -228 2008 2010 -0.0761 -0.5716 0.4193 -228 2008 2011 0.4693 -0.0825 1.0212 -228 2008 2012 0.1175 -0.4363 0.6712 -228 2008 2013 0.07 -0.4353 0.5753 -228 2008 2014 0.1181 -0.406 0.6422 -228 2008 2015 -0.0697 -0.6044 0.4649 -228 2008 2016 0.1043 -0.3794 0.5879 -228 2008 2017 -0.026 -0.5121 0.46 -228 2008 2018 -0.0907 -0.6143 0.4328 -228 2008 2019 -0.3217 -0.8706 0.2272 -228 2008 2020 -0.5951 -1.1 -0.0902 -228 2008 2021 -0.4931 -1.0173 0.0312 -228 2008 2022 -1.0452 -1.6415 -0.4489 -228 2008 2023 -0.7486 -1.3178 -0.1795 -228 2009 2010 -0.3416 -0.7933 0.11 -228 2009 2011 0.2039 -0.3006 0.7084 -228 2009 2012 -0.148 -0.667 0.3711 -228 2009 2013 -0.1954 -0.6709 0.2801 -228 2009 2014 -0.1473 -0.6433 0.3488 -228 2009 2015 -0.3352 -0.8355 0.1652 -228 2009 2016 -0.1612 -0.5981 0.2758 -228 2009 2017 -0.2915 -0.7686 0.1857 -228 2009 2018 -0.3561 -0.8351 0.1228 -228 2009 2019 -0.5871 -1.1048 -0.0695 -228 2009 2020 -0.8606 -1.3481 -0.3731 -228 2009 2021 -0.7585 -1.2317 -0.2853 -228 2009 2022 -1.3106 -1.9013 -0.72 -228 2009 2023 -1.0141 -1.5627 -0.4654 -228 2010 2011 0.5455 0.062 1.029 -228 2010 2012 0.1936 -0.2987 0.6859 -228 2010 2013 0.1462 -0.2771 0.5694 -228 2010 2014 0.1943 -0.2911 0.6797 -228 2010 2015 0.0064 -0.4839 0.4968 -228 2010 2016 0.1804 -0.2586 0.6194 -228 2010 2017 0.0501 -0.4218 0.522 -228 2010 2018 -0.0146 -0.5034 0.4742 -228 2010 2019 -0.2456 -0.742 0.2509 -228 2010 2020 -0.519 -0.975 -0.063 -228 2010 2021 -0.417 -0.9093 0.0753 -228 2010 2022 -0.9691 -1.5098 -0.4283 -228 2010 2023 -0.6725 -1.2184 -0.1266 -228 2011 2012 -0.3519 -0.8339 0.13 -228 2011 2013 -0.3993 -0.8929 0.0942 -228 2011 2014 -0.3512 -0.8438 0.1415 -228 2011 2015 -0.5391 -1.0736 -0.0045 -228 2011 2016 -0.3651 -0.847 0.1169 -228 2011 2017 -0.4953 -0.9813 -0.0094 -228 2011 2018 -0.56 -1.0686 -0.0514 -228 2011 2019 -0.791 -1.3282 -0.2538 -228 2011 2020 -1.0644 -1.5576 -0.5713 -228 2011 2021 -0.9624 -1.467 -0.4578 -228 2011 2022 -1.5146 -2.1414 -0.8877 -228 2011 2023 -1.2179 -1.781 -0.6549 -228 2012 2013 -0.0474 -0.4877 0.3928 -228 2012 2014 7e-04 -0.5022 0.5035 -228 2012 2015 -0.1872 -0.6798 0.3055 -228 2012 2016 -0.0132 -0.4909 0.4645 -228 2012 2017 -0.1435 -0.645 0.358 -228 2012 2018 -0.2082 -0.7081 0.2917 -228 2012 2019 -0.4392 -0.973 0.0947 -228 2012 2020 -0.7126 -1.2138 -0.2114 -228 2012 2021 -0.6106 -1.1204 -0.1007 -228 2012 2022 -1.1627 -1.7543 -0.571 -228 2012 2023 -0.8661 -1.4415 -0.2907 -228 2013 2014 0.0481 -0.376 0.4722 -228 2013 2015 -0.1398 -0.6036 0.3241 -228 2013 2016 0.0342 -0.3686 0.437 -228 2013 2017 -0.0961 -0.546 0.3539 -228 2013 2018 -0.1607 -0.6299 0.3084 -228 2013 2019 -0.3917 -0.8678 0.0844 -228 2013 2020 -0.6652 -1.1123 -0.2181 -228 2013 2021 -0.5631 -1.035 -0.0913 -228 2013 2022 -1.1152 -1.6492 -0.5813 -228 2013 2023 -0.8187 -1.3448 -0.2925 -228 2014 2015 -0.1879 -0.6315 0.2557 -228 2014 2016 -0.0139 -0.4506 0.4228 -228 2014 2017 -0.1442 -0.5724 0.2841 -228 2014 2018 -0.2089 -0.688 0.2703 -228 2014 2019 -0.4398 -0.9466 0.0669 -228 2014 2020 -0.7133 -1.1647 -0.2618 -228 2014 2021 -0.6112 -1.0924 -0.1301 -228 2014 2022 -1.1634 -1.7337 -0.593 -228 2014 2023 -0.8668 -1.3805 -0.3531 -228 2015 2016 0.174 -0.2474 0.5955 -228 2015 2017 0.0437 -0.4302 0.5177 -228 2015 2018 -0.021 -0.4996 0.4576 -228 2015 2019 -0.252 -0.7708 0.2668 -228 2015 2020 -0.5254 -1.0109 -0.0399 -228 2015 2021 -0.4234 -0.9153 0.0686 -228 2015 2022 -0.9755 -1.547 -0.4039 -228 2015 2023 -0.6789 -1.2359 -0.1219 -228 2016 2017 -0.1303 -0.5291 0.2685 -228 2016 2018 -0.195 -0.6341 0.2441 -228 2016 2019 -0.426 -0.8837 0.0318 -228 2016 2020 -0.6994 -1.1345 -0.2643 -228 2016 2021 -0.5974 -1.0393 -0.1554 -228 2016 2022 -1.1495 -1.6818 -0.6171 -228 2016 2023 -0.8529 -1.3569 -0.3489 -228 2017 2018 -0.0647 -0.488 0.3586 -228 2017 2019 -0.2957 -0.7791 0.1877 -228 2017 2020 -0.5691 -1.0029 -0.1353 -228 2017 2021 -0.4671 -0.9306 -0.0035 -228 2017 2022 -1.0192 -1.5766 -0.4618 -228 2017 2023 -0.7226 -1.2313 -0.2139 -228 2018 2019 -0.231 -0.6765 0.2146 -228 2018 2020 -0.5044 -0.9612 -0.0476 -228 2018 2021 -0.4024 -0.8424 0.0377 -228 2018 2022 -0.9545 -1.5255 -0.3835 -228 2018 2023 -0.6579 -1.1959 -0.1199 -228 2019 2020 -0.2734 -0.7128 0.1659 -228 2019 2021 -0.1714 -0.6623 0.3195 -228 2019 2022 -0.7235 -1.3021 -0.145 -228 2019 2023 -0.4269 -0.9833 0.1294 -228 2020 2021 0.1021 -0.3242 0.5283 -228 2020 2022 -0.4501 -0.9807 0.0805 -228 2020 2023 -0.1535 -0.6444 0.3374 -228 2021 2022 -0.5522 -1.0653 -0.0391 -228 2021 2023 -0.2555 -0.7684 0.2573 -228 2022 2023 0.2966 -0.2239 0.8172 -229 2007 2010 0.0344 -0.1732 0.242 -229 2007 2013 0.0908 -0.1497 0.3313 -229 2007 2016 0.0374 -0.1981 0.273 -229 2007 2019 -0.0804 -0.364 0.2033 -229 2007 2022 0.0775 -0.2037 0.3586 -229 2010 2013 0.0564 -0.1503 0.263 -229 2010 2016 0.003 -0.2295 0.2355 -229 2010 2019 -0.1149 -0.4037 0.1739 -229 2010 2022 0.0431 -0.2375 0.3236 -229 2013 2016 -0.0534 -0.2562 0.1495 -229 2013 2019 -0.1716 -0.4649 0.1217 -229 2013 2022 -0.0133 -0.2802 0.2536 -229 2016 2019 -0.1181 -0.3499 0.1137 -229 2016 2022 0.0401 -0.2047 0.2848 -229 2019 2022 0.1583 -0.0845 0.4011 -230 2007 2010 0.2176 0.1203 0.3149 -230 2007 2013 0.1225 0.0222 0.2228 -230 2007 2016 0.0634 -0.0355 0.1623 -230 2007 2019 -0.0259 -0.1285 0.0768 -230 2007 2022 -0.0982 -0.2244 0.028 -230 2010 2013 -0.0951 -0.1897 -5e-04 -230 2010 2016 -0.1541 -0.2522 -0.0561 -230 2010 2019 -0.2434 -0.3477 -0.1391 -230 2010 2022 -0.3158 -0.4458 -0.1857 -230 2013 2016 -0.0591 -0.151 0.0328 -230 2013 2019 -0.1484 -0.2504 -0.0464 -230 2013 2022 -0.2207 -0.3478 -0.0936 -230 2016 2019 -0.0893 -0.1825 0.0039 -230 2016 2022 -0.1616 -0.2843 -0.0389 -230 2019 2022 -0.0723 -0.1877 0.043 -231 2007 2008 -0.0668 -0.1521 0.0184 -231 2007 2009 -0.0024 -0.0938 0.0891 -231 2007 2010 -0.0536 -0.1258 0.0186 -231 2007 2011 -0.0444 -0.1346 0.0459 -231 2007 2012 -0.1089 -0.2056 -0.0121 -231 2007 2013 -0.267 -0.3512 -0.1829 -231 2007 2014 -0.3124 -0.408 -0.2168 -231 2007 2015 -0.2217 -0.319 -0.1245 -231 2007 2016 -0.3829 -0.4636 -0.3022 -231 2007 2017 -0.404 -0.4965 -0.3115 -231 2007 2018 -0.3841 -0.4793 -0.2888 -231 2007 2019 -0.3453 -0.4288 -0.2617 -231 2007 2020 -0.2939 -0.3879 -0.1999 -231 2007 2021 -0.2182 -0.3125 -0.124 -231 2007 2022 -0.2683 -0.359 -0.1777 -231 2007 2023 -0.3337 -0.433 -0.2343 -231 2008 2009 0.0645 -0.0269 0.1559 -231 2008 2010 0.0133 -0.0738 0.1003 -231 2008 2011 0.0225 -0.0546 0.0995 -231 2008 2012 -0.042 -0.1395 0.0555 -231 2008 2013 -0.2002 -0.2937 -0.1067 -231 2008 2014 -0.2456 -0.3295 -0.1616 -231 2008 2015 -0.1549 -0.2537 -0.0561 -231 2008 2016 -0.3161 -0.407 -0.2251 -231 2008 2017 -0.3372 -0.4185 -0.2558 -231 2008 2018 -0.3172 -0.4126 -0.2219 -231 2008 2019 -0.2784 -0.3708 -0.186 -231 2008 2020 -0.227 -0.3101 -0.1439 -231 2008 2021 -0.1514 -0.2455 -0.0573 -231 2008 2022 -0.2015 -0.3004 -0.1025 -231 2008 2023 -0.2668 -0.3552 -0.1784 -231 2009 2010 -0.0512 -0.1413 0.0388 -231 2009 2011 -0.042 -0.1367 0.0526 -231 2009 2012 -0.1065 -0.1925 -0.0205 -231 2009 2013 -0.2647 -0.3639 -0.1654 -231 2009 2014 -0.3101 -0.4101 -0.21 -231 2009 2015 -0.2194 -0.3076 -0.1312 -231 2009 2016 -0.3805 -0.4769 -0.2842 -231 2009 2017 -0.4016 -0.4986 -0.3047 -231 2009 2018 -0.3817 -0.4691 -0.2942 -231 2009 2019 -0.3429 -0.4409 -0.2449 -231 2009 2020 -0.2915 -0.3901 -0.193 -231 2009 2021 -0.2159 -0.3012 -0.1306 -231 2009 2022 -0.266 -0.3695 -0.1625 -231 2009 2023 -0.3313 -0.4348 -0.2278 -231 2010 2011 0.0092 -0.08 0.0984 -231 2010 2012 -0.0553 -0.1526 0.042 -231 2010 2013 -0.2135 -0.2971 -0.1299 -231 2010 2014 -0.2588 -0.3543 -0.1634 -231 2010 2015 -0.1682 -0.2666 -0.0698 -231 2010 2016 -0.3293 -0.4101 -0.2486 -231 2010 2017 -0.3504 -0.4434 -0.2575 -231 2010 2018 -0.3305 -0.4261 -0.2348 -231 2010 2019 -0.2917 -0.3761 -0.2073 -231 2010 2020 -0.2403 -0.3344 -0.1462 -231 2010 2021 -0.1647 -0.2596 -0.0698 -231 2010 2022 -0.2147 -0.3066 -0.1229 -231 2010 2023 -0.2801 -0.3795 -0.1806 -231 2011 2012 -0.0645 -0.1602 0.0313 -231 2011 2013 -0.2227 -0.3198 -0.1255 -231 2011 2014 -0.268 -0.3547 -0.1814 -231 2011 2015 -0.1774 -0.2768 -0.0779 -231 2011 2016 -0.3385 -0.4333 -0.2438 -231 2011 2017 -0.3596 -0.4436 -0.2756 -231 2011 2018 -0.3397 -0.4371 -0.2423 -231 2011 2019 -0.3009 -0.3969 -0.2048 -231 2011 2020 -0.2495 -0.3358 -0.1632 -231 2011 2021 -0.1739 -0.2693 -0.0784 -231 2011 2022 -0.2239 -0.326 -0.1218 -231 2011 2023 -0.2893 -0.3806 -0.1979 -231 2012 2013 -0.1582 -0.2587 -0.0577 -231 2012 2014 -0.2036 -0.307 -0.1002 -231 2012 2015 -0.1129 -0.2054 -0.0204 -231 2012 2016 -0.274 -0.3753 -0.1728 -231 2012 2017 -0.2951 -0.3959 -0.1944 -231 2012 2018 -0.2752 -0.3675 -0.1829 -231 2012 2019 -0.2364 -0.3388 -0.134 -231 2012 2020 -0.185 -0.2872 -0.0828 -231 2012 2021 -0.1094 -0.2003 -0.0185 -231 2012 2022 -0.1595 -0.2671 -0.0518 -231 2012 2023 -0.2248 -0.3318 -0.1178 -231 2013 2014 -0.0454 -0.1423 0.0516 -231 2013 2015 0.0453 -0.0595 0.1502 -231 2013 2016 -0.1158 -0.2016 -0.0301 -231 2013 2017 -0.1369 -0.2351 -0.0388 -231 2013 2018 -0.117 -0.2188 -0.0152 -231 2013 2019 -0.0782 -0.1679 0.0115 -231 2013 2020 -0.0268 -0.1263 0.0726 -231 2013 2021 0.0488 -0.053 0.1506 -231 2013 2022 -0.0013 -0.0977 0.0951 -231 2013 2023 -0.0666 -0.1708 0.0376 -231 2014 2015 0.0907 -0.0113 0.1927 -231 2014 2016 -0.0705 -0.1677 0.0268 -231 2014 2017 -0.0916 -0.1773 -0.0059 -231 2014 2018 -0.0716 -0.1726 0.0293 -231 2014 2019 -0.0328 -0.1318 0.0661 -231 2014 2020 0.0185 -0.07 0.1071 -231 2014 2021 0.0942 -0.0066 0.195 -231 2014 2022 0.0441 -0.0612 0.1494 -231 2014 2023 -0.0212 -0.1145 0.072 -231 2015 2016 -0.1612 -0.2602 -0.0621 -231 2015 2017 -0.1823 -0.2834 -0.0811 -231 2015 2018 -0.1623 -0.2546 -0.07 -231 2015 2019 -0.1235 -0.2258 -0.0212 -231 2015 2020 -0.0721 -0.1755 0.0312 -231 2015 2021 0.0035 -0.087 0.094 -231 2015 2022 -0.0466 -0.1542 0.061 -231 2015 2023 -0.1119 -0.2196 -0.0043 -231 2016 2017 -0.0211 -0.1137 0.0715 -231 2016 2018 -0.0012 -0.0996 0.0973 -231 2016 2019 0.0376 -0.0459 0.1211 -231 2016 2020 0.089 -0.0073 0.1854 -231 2016 2021 0.1647 0.0659 0.2634 -231 2016 2022 0.1146 0.0234 0.2058 -231 2016 2023 0.0492 -0.0522 0.1507 -231 2017 2018 0.02 -0.0752 0.1151 -231 2017 2019 0.0587 -0.0374 0.1549 -231 2017 2020 0.1101 0.0256 0.1946 -231 2017 2021 0.1858 0.0894 0.2821 -231 2017 2022 0.1357 0.0332 0.2382 -231 2017 2023 0.0703 -0.0194 0.16 -231 2018 2019 0.0388 -0.0575 0.1351 -231 2018 2020 0.0902 -0.0092 0.1895 -231 2018 2021 0.1658 0.0798 0.2518 -231 2018 2022 0.1157 0.011 0.2205 -231 2018 2023 0.0504 -0.054 0.1548 -231 2019 2020 0.0514 -0.0435 0.1462 -231 2019 2021 0.127 0.0282 0.2258 -231 2019 2022 0.0769 -0.0121 0.1659 -231 2019 2023 0.0116 -0.0906 0.1138 -231 2020 2021 0.0756 -0.0204 0.1716 -231 2020 2022 0.0256 -0.0777 0.1289 -231 2020 2023 -0.0398 -0.129 0.0494 -231 2021 2022 -0.0501 -0.1506 0.0504 -231 2021 2023 -0.1154 -0.2181 -0.0128 -231 2022 2023 -0.0654 -0.169 0.0383 -232 2007 2008 0.1151 0.0034 0.2268 -232 2007 2009 0.1022 -0.021 0.2255 -232 2007 2010 0.0562 -0.0611 0.1735 -232 2007 2011 0.0236 -0.0993 0.1464 -232 2007 2012 0.0155 -0.1119 0.1429 -232 2007 2013 -0.0095 -0.1346 0.1156 -232 2007 2014 -0.0774 -0.2002 0.0454 -232 2007 2015 -0.1065 -0.23 0.0169 -232 2007 2016 -0.1236 -0.2445 -0.0027 -232 2007 2017 -0.121 -0.2467 0.0046 -232 2007 2018 -0.1488 -0.2768 -0.0207 -232 2007 2019 -0.2121 -0.3339 -0.0904 -232 2007 2020 -0.247 -0.3693 -0.1248 -232 2007 2021 -0.2354 -0.3594 -0.1115 -232 2007 2022 -0.2013 -0.3328 -0.0698 -232 2007 2023 -0.2388 -0.372 -0.1055 -232 2008 2009 -0.0129 -0.1008 0.075 -232 2008 2010 -0.0589 -0.1615 0.0438 -232 2008 2011 -0.0915 -0.2016 0.0185 -232 2008 2012 -0.0996 -0.2099 0.0107 -232 2008 2013 -0.1246 -0.2335 -0.0157 -232 2008 2014 -0.1925 -0.3073 -0.0777 -232 2008 2015 -0.2216 -0.3371 -0.1061 -232 2008 2016 -0.2387 -0.3525 -0.1249 -232 2008 2017 -0.2361 -0.3435 -0.1287 -232 2008 2018 -0.2638 -0.3751 -0.1526 -232 2008 2019 -0.3272 -0.446 -0.2084 -232 2008 2020 -0.3621 -0.4836 -0.2406 -232 2008 2021 -0.3505 -0.4676 -0.2334 -232 2008 2022 -0.3164 -0.4313 -0.2014 -232 2008 2023 -0.3538 -0.4803 -0.2274 -232 2009 2010 -0.046 -0.1342 0.0421 -232 2009 2011 -0.0787 -0.1836 0.0263 -232 2009 2012 -0.0867 -0.192 0.0185 -232 2009 2013 -0.1117 -0.2181 -0.0054 -232 2009 2014 -0.1796 -0.2927 -0.0665 -232 2009 2015 -0.2088 -0.3201 -0.0974 -232 2009 2016 -0.2258 -0.3369 -0.1148 -232 2009 2017 -0.2233 -0.3311 -0.1154 -232 2009 2018 -0.251 -0.359 -0.143 -232 2009 2019 -0.3143 -0.4301 -0.1986 -232 2009 2020 -0.3493 -0.4685 -0.23 -232 2009 2021 -0.3376 -0.4505 -0.2248 -232 2009 2022 -0.3035 -0.4175 -0.1895 -232 2009 2023 -0.341 -0.4671 -0.2148 -232 2010 2011 -0.0326 -0.1197 0.0545 -232 2010 2012 -0.0407 -0.1404 0.059 -232 2010 2013 -0.0657 -0.1658 0.0344 -232 2010 2014 -0.1336 -0.2403 -0.0268 -232 2010 2015 -0.1627 -0.2698 -0.0557 -232 2010 2016 -0.1798 -0.2838 -0.0758 -232 2010 2017 -0.1772 -0.2828 -0.0717 -232 2010 2018 -0.2049 -0.3121 -0.0978 -232 2010 2019 -0.2683 -0.3765 -0.1602 -232 2010 2020 -0.3032 -0.4149 -0.1916 -232 2010 2021 -0.2916 -0.4001 -0.1831 -232 2010 2022 -0.2575 -0.3683 -0.1466 -232 2010 2023 -0.295 -0.4157 -0.1742 -232 2011 2012 -0.0081 -0.0972 0.0811 -232 2011 2013 -0.0331 -0.1348 0.0687 -232 2011 2014 -0.101 -0.2076 0.0057 -232 2011 2015 -0.1301 -0.2393 -0.0209 -232 2011 2016 -0.1472 -0.2556 -0.0387 -232 2011 2017 -0.1446 -0.2522 -0.037 -232 2011 2018 -0.1723 -0.2831 -0.0616 -232 2011 2019 -0.2357 -0.3476 -0.1237 -232 2011 2020 -0.2706 -0.3832 -0.158 -232 2011 2021 -0.259 -0.3703 -0.1476 -232 2011 2022 -0.2248 -0.3402 -0.1095 -232 2011 2023 -0.2623 -0.3838 -0.1408 -232 2012 2013 -0.025 -0.1124 0.0624 -232 2012 2014 -0.0929 -0.1972 0.0114 -232 2012 2015 -0.122 -0.2285 -0.0155 -232 2012 2016 -0.1391 -0.2474 -0.0309 -232 2012 2017 -0.1365 -0.2442 -0.0288 -232 2012 2018 -0.1642 -0.272 -0.0565 -232 2012 2019 -0.2276 -0.3405 -0.1148 -232 2012 2020 -0.2625 -0.3783 -0.1468 -232 2012 2021 -0.2509 -0.3619 -0.1399 -232 2012 2022 -0.2168 -0.331 -0.1025 -232 2012 2023 -0.2543 -0.3787 -0.1298 -232 2013 2014 -0.0679 -0.1576 0.0218 -232 2013 2015 -0.097 -0.199 0.0049 -232 2013 2016 -0.1141 -0.2168 -0.0114 -232 2013 2017 -0.1115 -0.2165 -0.0066 -232 2013 2018 -0.1392 -0.2465 -0.032 -232 2013 2019 -0.2026 -0.3122 -0.093 -232 2013 2020 -0.2375 -0.3515 -0.1235 -232 2013 2021 -0.2259 -0.3364 -0.1155 -232 2013 2022 -0.1918 -0.3022 -0.0813 -232 2013 2023 -0.2293 -0.3515 -0.107 -232 2014 2015 -0.0291 -0.1172 0.0589 -232 2014 2016 -0.0462 -0.1468 0.0543 -232 2014 2017 -0.0436 -0.1478 0.0606 -232 2014 2018 -0.0714 -0.1807 0.038 -232 2014 2019 -0.1347 -0.2444 -0.0251 -232 2014 2020 -0.1696 -0.2791 -0.0602 -232 2014 2021 -0.158 -0.2676 -0.0484 -232 2014 2022 -0.1239 -0.2389 -0.0089 -232 2014 2023 -0.1614 -0.2808 -0.0419 -232 2015 2016 -0.0171 -0.1042 0.07 -232 2015 2017 -0.0145 -0.1155 0.0865 -232 2015 2018 -0.0422 -0.1471 0.0627 -232 2015 2019 -0.1056 -0.2139 0.0027 -232 2015 2020 -0.1405 -0.2508 -0.0302 -232 2015 2021 -0.1289 -0.2364 -0.0214 -232 2015 2022 -0.0947 -0.209 0.0195 -232 2015 2023 -0.1322 -0.2533 -0.0112 -232 2016 2017 0.0026 -0.0848 0.0899 -232 2016 2018 -0.0251 -0.1265 0.0762 -232 2016 2019 -0.0885 -0.1921 0.0151 -232 2016 2020 -0.1234 -0.2315 -0.0154 -232 2016 2021 -0.1118 -0.2186 -0.005 -232 2016 2022 -0.0777 -0.1879 0.0326 -232 2016 2023 -0.1152 -0.2339 0.0036 -232 2017 2018 -0.0277 -0.1144 0.059 -232 2017 2019 -0.0911 -0.1933 0.0111 -232 2017 2020 -0.126 -0.2326 -0.0194 -232 2017 2021 -0.1144 -0.2207 -0.0081 -232 2017 2022 -0.0803 -0.1893 0.0288 -232 2017 2023 -0.1177 -0.2345 -0.001 -232 2018 2019 -0.0634 -0.1535 0.0267 -232 2018 2020 -0.0983 -0.2036 0.007 -232 2018 2021 -0.0867 -0.1902 0.0168 -232 2018 2022 -0.0525 -0.1622 0.0571 -232 2018 2023 -0.09 -0.2108 0.0308 -232 2019 2020 -0.0349 -0.1232 0.0534 -232 2019 2021 -0.0233 -0.1237 0.0772 -232 2019 2022 0.0108 -0.098 0.1197 -232 2019 2023 -0.0266 -0.1446 0.0914 -232 2020 2021 0.0116 -0.0767 0.1 -232 2020 2022 0.0458 -0.0629 0.1545 -232 2020 2023 0.0083 -0.1059 0.1224 -232 2021 2022 0.0341 -0.0571 0.1254 -232 2021 2023 -0.0034 -0.113 0.1063 -232 2022 2023 -0.0375 -0.1336 0.0586 -233 2007 2008 -0.009 -0.2244 0.2065 -233 2007 2009 0.0498 -0.2413 0.3409 -233 2007 2010 0.0802 -0.2592 0.4196 -233 2007 2011 0.1634 -0.2264 0.5532 -233 2007 2012 0.1721 -0.2281 0.5722 -233 2007 2013 0.1876 -0.2205 0.5958 -233 2007 2014 0.1635 -0.2392 0.5662 -233 2007 2015 0.1844 -0.2236 0.5923 -233 2007 2016 0.225 -0.2088 0.6589 -233 2007 2017 0.2201 -0.2147 0.6549 -233 2007 2018 0.1598 -0.2505 0.5701 -233 2007 2019 0.1428 -0.2716 0.5572 -233 2007 2020 0.1555 -0.2676 0.5786 -233 2007 2021 0.1795 -0.2553 0.6144 -233 2007 2022 0.1339 -0.3039 0.5717 -233 2007 2023 0.1384 -0.3294 0.6061 -233 2008 2009 0.0578 -0.154 0.2696 -233 2008 2010 0.0867 -0.1887 0.3622 -233 2008 2011 0.1664 -0.1772 0.5101 -233 2008 2012 0.1814 -0.1779 0.5408 -233 2008 2013 0.2064 -0.1699 0.5826 -233 2008 2014 0.1682 -0.1875 0.5238 -233 2008 2015 0.1999 -0.1718 0.5716 -233 2008 2016 0.2393 -0.1659 0.6444 -233 2008 2017 0.2353 -0.1716 0.6422 -233 2008 2018 0.1658 -0.2003 0.5319 -233 2008 2019 0.1519 -0.2203 0.524 -233 2008 2020 0.1629 -0.2192 0.545 -233 2008 2021 0.187 -0.2118 0.5858 -233 2008 2022 0.1451 -0.2543 0.5445 -233 2008 2023 0.1497 -0.2831 0.5825 -233 2009 2010 0.0278 -0.1657 0.2213 -233 2009 2011 0.1123 -0.1566 0.3811 -233 2009 2012 0.1231 -0.1697 0.4158 -233 2009 2013 0.1392 -0.1681 0.4464 -233 2009 2014 0.113 -0.196 0.4221 -233 2009 2015 0.1363 -0.1772 0.4498 -233 2009 2016 0.1743 -0.1641 0.5127 -233 2009 2017 0.1697 -0.1712 0.5106 -233 2009 2018 0.1081 -0.2118 0.428 -233 2009 2019 0.0914 -0.2382 0.421 -233 2009 2020 0.1034 -0.233 0.4399 -233 2009 2021 0.1297 -0.2155 0.4748 -233 2009 2022 0.0848 -0.2765 0.4462 -233 2009 2023 0.0899 -0.3067 0.4865 -233 2010 2011 0.0843 -0.129 0.2976 -233 2010 2012 0.0965 -0.1632 0.3562 -233 2010 2013 0.1156 -0.1705 0.4016 -233 2010 2014 0.0816 -0.2074 0.3706 -233 2010 2015 0.1107 -0.1911 0.4125 -233 2010 2016 0.1436 -0.18 0.4673 -233 2010 2017 0.1413 -0.1881 0.4707 -233 2010 2018 0.0794 -0.2319 0.3907 -233 2010 2019 0.064 -0.2577 0.3857 -233 2010 2020 0.0758 -0.2532 0.4048 -233 2010 2021 0.1002 -0.2359 0.4363 -233 2010 2022 0.0563 -0.2967 0.4092 -233 2010 2023 0.0611 -0.3274 0.4496 -233 2011 2012 0.0126 -0.1819 0.207 -233 2011 2013 0.0309 -0.2102 0.272 -233 2011 2014 0.0016 -0.2769 0.28 -233 2011 2015 0.0272 -0.2599 0.3142 -233 2011 2016 0.0643 -0.2346 0.3631 -233 2011 2017 0.0606 -0.2435 0.3647 -233 2011 2018 -0.0022 -0.3166 0.3122 -233 2011 2019 -0.0182 -0.3491 0.3127 -233 2011 2020 -0.0063 -0.3363 0.3237 -233 2011 2021 0.0189 -0.3067 0.3444 -233 2011 2022 -0.0254 -0.3886 0.3379 -233 2011 2023 -0.0206 -0.4145 0.3732 -233 2012 2013 0.0193 -0.1726 0.2112 -233 2012 2014 -0.0107 -0.2612 0.2399 -233 2012 2015 0.0155 -0.2536 0.2845 -233 2012 2016 0.0516 -0.2361 0.3393 -233 2012 2017 0.0477 -0.2489 0.3444 -233 2012 2018 -0.0144 -0.3199 0.2912 -233 2012 2019 -0.0299 -0.3516 0.2918 -233 2012 2020 -0.0183 -0.3424 0.3058 -233 2012 2021 0.0069 -0.3135 0.3273 -233 2012 2022 -0.037 -0.3926 0.3186 -233 2012 2023 -0.0324 -0.4214 0.3566 -233 2013 2014 -0.0291 -0.2262 0.1681 -233 2013 2015 -0.0042 -0.2424 0.234 -233 2013 2016 0.0313 -0.2332 0.2959 -233 2013 2017 0.0283 -0.2526 0.3092 -233 2013 2018 -0.0331 -0.3273 0.2611 -233 2013 2019 -0.0493 -0.3612 0.2627 -233 2013 2020 -0.0372 -0.3522 0.2779 -233 2013 2021 -0.0127 -0.3245 0.2991 -233 2013 2022 -0.0567 -0.4056 0.2921 -233 2013 2023 -0.0513 -0.4331 0.3304 -233 2014 2015 0.0251 -0.1642 0.2144 -233 2014 2016 0.0626 -0.1907 0.3159 -233 2014 2017 0.06 -0.2182 0.3381 -233 2014 2018 -0.0033 -0.278 0.2715 -233 2014 2019 -0.0193 -0.3139 0.2753 -233 2014 2020 -0.0074 -0.3096 0.2948 -233 2014 2021 0.018 -0.2921 0.328 -233 2014 2022 -0.0263 -0.3609 0.3082 -233 2014 2023 -0.0217 -0.3936 0.3501 -233 2015 2016 0.0365 -0.1571 0.2301 -233 2015 2017 0.0318 -0.2054 0.2691 -233 2015 2018 -0.0288 -0.2833 0.2256 -233 2015 2019 -0.045 -0.3256 0.2357 -233 2015 2020 -0.0329 -0.3231 0.2573 -233 2015 2021 -0.0083 -0.3013 0.2846 -233 2015 2022 -0.0523 -0.3794 0.2749 -233 2015 2023 -0.047 -0.4113 0.3174 -233 2016 2017 -0.0035 -0.1911 0.1841 -233 2016 2018 -0.0649 -0.3118 0.1821 -233 2016 2019 -0.0797 -0.3615 0.202 -233 2016 2020 -0.0703 -0.3661 0.2255 -233 2016 2021 -0.0441 -0.3366 0.2484 -233 2016 2022 -0.0882 -0.4261 0.2497 -233 2016 2023 -0.0851 -0.4601 0.2898 -233 2017 2018 -0.0603 -0.2612 0.1406 -233 2017 2019 -0.076 -0.3337 0.1816 -233 2017 2020 -0.067 -0.3472 0.2132 -233 2017 2021 -0.0406 -0.3225 0.2414 -233 2017 2022 -0.0851 -0.4162 0.246 -233 2017 2023 -0.082 -0.4507 0.2866 -233 2018 2019 -0.016 -0.2059 0.1739 -233 2018 2020 -0.0042 -0.2403 0.2319 -233 2018 2021 0.0211 -0.2426 0.2847 -233 2018 2022 -0.0233 -0.3226 0.276 -233 2018 2023 -0.0186 -0.3625 0.3252 -233 2019 2020 0.0118 -0.181 0.2047 -233 2019 2021 0.036 -0.2094 0.2814 -233 2019 2022 -0.0074 -0.2925 0.2778 -233 2019 2023 -0.0025 -0.3354 0.3305 -233 2020 2021 0.024 -0.169 0.217 -233 2020 2022 -0.0192 -0.2794 0.241 -233 2020 2023 -0.0145 -0.329 0.2999 -233 2021 2022 -0.045 -0.2535 0.1634 -233 2021 2023 -0.038 -0.3132 0.2373 -233 2022 2023 0.0047 -0.2024 0.2118 -234 2007 2010 -0.0685 -0.2089 0.072 -234 2007 2013 -0.2773 -0.4435 -0.1111 -234 2007 2016 -0.4089 -0.5863 -0.2314 -234 2007 2019 -0.4832 -0.6701 -0.2963 -234 2007 2022 -0.4323 -0.6485 -0.2161 -234 2010 2013 -0.2089 -0.3589 -0.0588 -234 2010 2016 -0.3404 -0.5119 -0.1689 -234 2010 2019 -0.4147 -0.5988 -0.2306 -234 2010 2022 -0.3638 -0.5776 -0.1501 -234 2013 2016 -0.1315 -0.2862 0.0231 -234 2013 2019 -0.2059 -0.384 -0.0278 -234 2013 2022 -0.155 -0.3719 0.0619 -234 2016 2019 -0.0744 -0.235 0.0863 -234 2016 2022 -0.0234 -0.2362 0.1893 -234 2019 2022 0.0509 -0.1368 0.2386 -235 2007 2010 0.0832 0.0408 0.1255 -235 2007 2013 0.0227 -0.0223 0.0677 -235 2007 2016 -0.0809 -0.1253 -0.0365 -235 2007 2019 -0.0341 -0.079 0.0107 -235 2007 2022 -0.0837 -0.1381 -0.0294 -235 2010 2013 -0.0605 -0.1047 -0.0163 -235 2010 2016 -0.1641 -0.2093 -0.1189 -235 2010 2019 -0.1173 -0.1628 -0.0718 -235 2010 2022 -0.1669 -0.222 -0.1119 -235 2013 2016 -0.1037 -0.1484 -0.0589 -235 2013 2019 -0.0568 -0.1031 -0.0106 -235 2013 2022 -0.1065 -0.1621 -0.0508 -235 2016 2019 0.0468 0.0032 0.0904 -235 2016 2022 -0.0028 -0.0569 0.0513 -235 2019 2022 -0.0496 -0.1018 0.0026 -236 2007 2010 0.1403 0.047 0.2336 -236 2007 2013 0.208 0.1094 0.3067 -236 2007 2016 0.1805 0.0842 0.2767 -236 2007 2019 0.348 0.2522 0.4438 -236 2007 2022 0.4623 0.3528 0.5719 -236 2010 2013 0.0677 -0.0264 0.1618 -236 2010 2016 0.0402 -0.056 0.1363 -236 2010 2019 0.2077 0.112 0.3033 -236 2010 2022 0.322 0.2132 0.4308 -236 2013 2016 -0.0275 -0.1206 0.0655 -236 2013 2019 0.1399 0.0447 0.2352 -236 2013 2022 0.2543 0.1457 0.3629 -236 2016 2019 0.1675 0.0798 0.2552 -236 2016 2022 0.2818 0.1773 0.3864 -236 2019 2022 0.1144 0.0165 0.2122 -237 2007 2010 -0.2097 -0.2883 -0.1312 -237 2007 2013 -0.4491 -0.5315 -0.3667 -237 2007 2016 -0.7501 -0.8331 -0.6671 -237 2007 2019 -1.024 -1.1117 -0.9362 -237 2007 2022 -1.1135 -1.2195 -1.0074 -237 2010 2013 -0.2394 -0.3247 -0.154 -237 2010 2016 -0.5403 -0.6277 -0.453 -237 2010 2019 -0.8142 -0.9062 -0.7222 -237 2010 2022 -0.9037 -1.0133 -0.7941 -237 2013 2016 -0.301 -0.3879 -0.2141 -237 2013 2019 -0.5749 -0.6671 -0.4826 -237 2013 2022 -0.6644 -0.7736 -0.5551 -237 2016 2019 -0.2739 -0.3627 -0.185 -237 2016 2022 -0.3634 -0.4707 -0.2561 -237 2019 2022 -0.0895 -0.1968 0.0178 -238 2007 2008 0.1322 0.0715 0.1929 -238 2007 2009 0.0926 0.0284 0.1569 -238 2007 2010 0.0943 0.0429 0.1456 -238 2007 2011 0.1292 0.0659 0.1925 -238 2007 2012 0.1823 0.117 0.2476 -238 2007 2013 0.2236 0.1698 0.2774 -238 2007 2014 -0.0069 -0.0732 0.0595 -238 2007 2015 0.1216 0.057 0.1861 -238 2007 2016 0.0801 0.0269 0.1333 -238 2007 2017 0.1046 0.0404 0.1688 -238 2007 2018 0.1323 0.0682 0.1965 -238 2007 2019 0.1164 0.0618 0.171 -238 2007 2020 0.1827 0.1169 0.2484 -238 2007 2021 0.0041 -0.0593 0.0675 -238 2007 2022 0.173 0.1151 0.2309 -238 2007 2023 0.173 0.1068 0.2392 -238 2008 2009 -0.0396 -0.103 0.0238 -238 2008 2010 -0.0379 -0.0996 0.0237 -238 2008 2011 -0.003 -0.055 0.049 -238 2008 2012 0.0501 -0.0149 0.1151 -238 2008 2013 0.0914 0.0283 0.1544 -238 2008 2014 -0.1391 -0.1956 -0.0826 -238 2008 2015 -0.0107 -0.0749 0.0536 -238 2008 2016 -0.0521 -0.1147 0.0105 -238 2008 2017 -0.0276 -0.0808 0.0257 -238 2008 2018 1e-04 -0.0638 0.0641 -238 2008 2019 -0.0158 -0.0792 0.0476 -238 2008 2020 0.0504 -0.0052 0.1061 -238 2008 2021 -0.1281 -0.1901 -0.0662 -238 2008 2022 0.0408 -0.0253 0.1068 -238 2008 2023 0.0408 -0.0151 0.0966 -238 2009 2010 0.0016 -0.0614 0.0647 -238 2009 2011 0.0366 -0.0291 0.1022 -238 2009 2012 0.0897 0.0325 0.1468 -238 2009 2013 0.1309 0.0649 0.197 -238 2009 2014 -0.0995 -0.1674 -0.0316 -238 2009 2015 0.0289 -0.0285 0.0864 -238 2009 2016 -0.0125 -0.0773 0.0523 -238 2009 2017 0.012 -0.054 0.078 -238 2009 2018 0.0397 -0.0159 0.0954 -238 2009 2019 0.0238 -0.042 0.0896 -238 2009 2020 0.09 0.0223 0.1578 -238 2009 2021 -0.0885 -0.1443 -0.0328 -238 2009 2022 0.0803 0.0115 0.1492 -238 2009 2023 0.0804 0.0121 0.1486 -238 2010 2011 0.0349 -0.0278 0.0976 -238 2010 2012 0.088 0.0226 0.1534 -238 2010 2013 0.1293 0.0758 0.1828 -238 2010 2014 -0.1012 -0.168 -0.0343 -238 2010 2015 0.0273 -0.0373 0.0919 -238 2010 2016 -0.0141 -0.067 0.0388 -238 2010 2017 0.0104 -0.0541 0.0749 -238 2010 2018 0.0381 -0.0259 0.1021 -238 2010 2019 0.0222 -0.0329 0.0772 -238 2010 2020 0.0884 0.0226 0.1542 -238 2010 2021 -0.0902 -0.1533 -0.027 -238 2010 2022 0.0787 0.0208 0.1366 -238 2010 2023 0.0787 0.0124 0.1451 -238 2011 2012 0.0531 -0.0123 0.1186 -238 2011 2013 0.0944 0.0292 0.1595 -238 2011 2014 -0.1361 -0.1935 -0.0787 -238 2011 2015 -0.0076 -0.0736 0.0584 -238 2011 2016 -0.0491 -0.1134 0.0153 -238 2011 2017 -0.0246 -0.0795 0.0304 -238 2011 2018 0.0031 -0.0626 0.0689 -238 2011 2019 -0.0128 -0.078 0.0525 -238 2011 2020 0.0535 -0.0038 0.1107 -238 2011 2021 -0.1251 -0.1887 -0.0615 -238 2011 2022 0.0438 -0.0243 0.1119 -238 2011 2023 0.0438 -0.0139 0.1015 -238 2012 2013 0.0413 -0.0244 0.107 -238 2012 2014 -0.1892 -0.2584 -0.12 -238 2012 2015 -0.0607 -0.119 -0.0025 -238 2012 2016 -0.1022 -0.1683 -0.036 -238 2012 2017 -0.0777 -0.1447 -0.0106 -238 2012 2018 -0.05 -0.1076 0.0076 -238 2012 2019 -0.0659 -0.1327 9e-04 -238 2012 2020 3e-04 -0.0681 0.0688 -238 2012 2021 -0.1782 -0.2364 -0.12 -238 2012 2022 -0.0093 -0.0791 0.0604 -238 2012 2023 -0.0093 -0.0786 0.06 -238 2013 2014 -0.2305 -0.2979 -0.1631 -238 2013 2015 -0.102 -0.168 -0.0361 -238 2013 2016 -0.1434 -0.1968 -0.0901 -238 2013 2017 -0.1189 -0.1848 -0.0531 -238 2013 2018 -0.0912 -0.1571 -0.0254 -238 2013 2019 -0.1071 -0.1631 -0.0512 -238 2013 2020 -0.0409 -0.1079 0.0261 -238 2013 2021 -0.2195 -0.2848 -0.1542 -238 2013 2022 -0.0506 -0.1092 0.008 -238 2013 2023 -0.0506 -0.1183 0.0171 -238 2014 2015 0.1284 0.0608 0.1961 -238 2014 2016 0.087 0.0199 0.1542 -238 2014 2017 0.1115 0.0547 0.1684 -238 2014 2018 0.1392 0.0711 0.2073 -238 2014 2019 0.1233 0.0551 0.1915 -238 2014 2020 0.1895 0.13 0.249 -238 2014 2021 0.011 -0.0547 0.0767 -238 2014 2022 0.1799 0.1088 0.2509 -238 2014 2023 0.1799 0.1201 0.2396 -238 2015 2016 -0.0414 -0.1056 0.0228 -238 2015 2017 -0.0169 -0.0831 0.0493 -238 2015 2018 0.0108 -0.0456 0.0672 -238 2015 2019 -0.0051 -0.0707 0.0605 -238 2015 2020 0.0611 -0.0066 0.1287 -238 2015 2021 -0.1175 -0.1748 -0.0601 -238 2015 2022 0.0514 -0.0173 0.1201 -238 2015 2023 0.0514 -0.0171 0.12 -238 2016 2017 0.0245 -0.0396 0.0886 -238 2016 2018 0.0522 -0.0127 0.1171 -238 2016 2019 0.0363 -0.017 0.0896 -238 2016 2020 0.1025 0.0362 0.1689 -238 2016 2021 -0.076 -0.1399 -0.0122 -238 2016 2022 0.0928 0.0362 0.1495 -238 2016 2023 0.0929 0.0261 0.1596 -238 2017 2018 0.0277 -0.0371 0.0924 -238 2017 2019 0.0118 -0.054 0.0776 -238 2017 2020 0.078 0.0231 0.133 -238 2017 2021 -0.1006 -0.1638 -0.0373 -238 2017 2022 0.0683 -2e-04 0.1368 -238 2017 2023 0.0684 0.0128 0.1239 -238 2018 2019 -0.0159 -0.0805 0.0486 -238 2018 2020 0.0503 -0.0169 0.1175 -238 2018 2021 -0.1282 -0.1818 -0.0746 -238 2018 2022 0.0406 -0.0277 0.109 -238 2018 2023 0.0407 -0.0274 0.1087 -238 2019 2020 0.0662 0 0.1324 -238 2019 2021 -0.1123 -0.1769 -0.0477 -238 2019 2022 0.0565 7e-04 0.1124 -238 2019 2023 0.0566 -0.011 0.1242 -238 2020 2021 -0.1786 -0.2431 -0.1141 -238 2020 2022 -0.0097 -0.0793 0.0599 -238 2020 2023 -0.0097 -0.0673 0.048 -238 2021 2022 0.1689 0.1026 0.2352 -238 2021 2023 0.1689 0.1034 0.2344 -238 2022 2023 0 -0.0687 0.0687 -239 2007 2008 -0.069 -0.2181 0.08 -239 2007 2009 -0.155 -0.3544 0.0444 -239 2007 2010 -0.1131 -0.2995 0.0734 -239 2007 2011 -0.0994 -0.2962 0.0973 -239 2007 2012 -0.1033 -0.3066 0.1 -239 2007 2013 -0.1398 -0.3483 0.0687 -239 2007 2014 -0.1797 -0.4061 0.0466 -239 2007 2015 -0.1631 -0.3843 0.058 -239 2007 2016 -0.1111 -0.3186 0.0964 -239 2007 2017 -0.1102 -0.3293 0.1089 -239 2007 2018 -0.0325 -0.2406 0.1757 -239 2007 2019 0.0077 -0.2008 0.2161 -239 2007 2020 0.0906 -0.116 0.2972 -239 2007 2021 0.1469 -0.059 0.3528 -239 2007 2022 0.111 -0.1048 0.3267 -239 2007 2023 0.0577 -0.1855 0.3008 -239 2008 2009 -0.0859 -0.2393 0.0674 -239 2008 2010 -0.0441 -0.2131 0.125 -239 2008 2011 -0.0304 -0.2149 0.1541 -239 2008 2012 -0.0343 -0.2288 0.1602 -239 2008 2013 -0.0708 -0.2689 0.1272 -239 2008 2014 -0.1108 -0.3193 0.0978 -239 2008 2015 -0.0942 -0.2993 0.111 -239 2008 2016 -0.0421 -0.2407 0.1564 -239 2008 2017 -0.0412 -0.2451 0.1627 -239 2008 2018 0.0365 -0.1635 0.2366 -239 2008 2019 0.0766 -0.1237 0.277 -239 2008 2020 0.1596 -0.0436 0.3628 -239 2008 2021 0.2159 0.0079 0.4239 -239 2008 2022 0.18 -0.0324 0.3923 -239 2008 2023 0.1267 -0.1048 0.3581 -239 2009 2010 0.0419 -0.1086 0.1923 -239 2009 2011 0.0555 -0.1293 0.2403 -239 2009 2012 0.0516 -0.1467 0.25 -239 2009 2013 0.0151 -0.185 0.2153 -239 2009 2014 -0.0248 -0.2285 0.1788 -239 2009 2015 -0.0082 -0.2101 0.1937 -239 2009 2016 0.0438 -0.161 0.2485 -239 2009 2017 0.0447 -0.1586 0.2481 -239 2009 2018 0.1225 -0.0854 0.3303 -239 2009 2019 0.1626 -0.0456 0.3707 -239 2009 2020 0.2455 0.0251 0.466 -239 2009 2021 0.3018 0.0705 0.5331 -239 2009 2022 0.2659 0.0383 0.4935 -239 2009 2023 0.2126 -0.0231 0.4483 -239 2010 2011 0.0136 -0.1286 0.1559 -239 2010 2012 0.0097 -0.1619 0.1813 -239 2010 2013 -0.0268 -0.2082 0.1547 -239 2010 2014 -0.0667 -0.2631 0.1297 -239 2010 2015 -0.0501 -0.2447 0.1444 -239 2010 2016 0.0019 -0.1876 0.1914 -239 2010 2017 0.0029 -0.1935 0.1992 -239 2010 2018 0.0806 -0.1132 0.2744 -239 2010 2019 0.1207 -0.0737 0.3151 -239 2010 2020 0.2036 0.004 0.4033 -239 2010 2021 0.2599 0.0545 0.4654 -239 2010 2022 0.224 0.0153 0.4327 -239 2010 2023 0.1707 -0.0571 0.3986 -239 2011 2012 -0.0039 -0.1478 0.14 -239 2011 2013 -0.0404 -0.2144 0.1335 -239 2011 2014 -0.0804 -0.2748 0.1141 -239 2011 2015 -0.0638 -0.2599 0.1324 -239 2011 2016 -0.0117 -0.2042 0.1807 -239 2011 2017 -0.0108 -0.2099 0.1883 -239 2011 2018 0.0669 -0.129 0.2629 -239 2011 2019 0.107 -0.0906 0.3047 -239 2011 2020 0.19 -0.0085 0.3885 -239 2011 2021 0.2463 0.043 0.4496 -239 2011 2022 0.2104 0.0013 0.4194 -239 2011 2023 0.1571 -0.072 0.3861 -239 2012 2013 -0.0365 -0.182 0.109 -239 2012 2014 -0.0765 -0.2602 0.1073 -239 2012 2015 -0.0599 -0.2502 0.1304 -239 2012 2016 -0.0078 -0.1987 0.183 -239 2012 2017 -0.0069 -0.2071 0.1934 -239 2012 2018 0.0708 -0.125 0.2667 -239 2012 2019 0.111 -0.0882 0.3102 -239 2012 2020 0.1939 -0.0066 0.3944 -239 2012 2021 0.2502 0.0465 0.4539 -239 2012 2022 0.2143 0.0035 0.4251 -239 2012 2023 0.161 -0.0713 0.3932 -239 2013 2014 -0.0399 -0.1887 0.1088 -239 2013 2015 -0.0233 -0.1984 0.1517 -239 2013 2016 0.0287 -0.1548 0.2121 -239 2013 2017 0.0296 -0.1651 0.2243 -239 2013 2018 0.1073 -0.0886 0.3033 -239 2013 2019 0.1475 -0.051 0.346 -239 2013 2020 0.2304 0.0255 0.4353 -239 2013 2021 0.2867 0.0745 0.4989 -239 2013 2022 0.2508 0.0365 0.465 -239 2013 2023 0.1975 -0.034 0.4289 -239 2014 2015 0.0166 -0.1299 0.163 -239 2014 2016 0.0686 -0.1105 0.2478 -239 2014 2017 0.0696 -0.1211 0.2602 -239 2014 2018 0.1473 -0.0532 0.3477 -239 2014 2019 0.1874 -0.0164 0.3912 -239 2014 2020 0.2704 0.055 0.4857 -239 2014 2021 0.3266 0.0985 0.5547 -239 2014 2022 0.2907 0.0656 0.5158 -239 2014 2023 0.2374 0.0037 0.4712 -239 2015 2016 0.052 -0.0941 0.1981 -239 2015 2017 0.053 -0.1227 0.2286 -239 2015 2018 0.1307 -0.0575 0.3188 -239 2015 2019 0.1708 -0.0241 0.3657 -239 2015 2020 0.2538 0.0463 0.4612 -239 2015 2021 0.31 0.0914 0.5286 -239 2015 2022 0.2741 0.0558 0.4924 -239 2015 2023 0.2208 -0.01 0.4516 -239 2016 2017 0.001 -0.1449 0.1469 -239 2016 2018 0.0787 -0.092 0.2494 -239 2016 2019 0.1188 -0.0639 0.3014 -239 2016 2020 0.2017 0.0089 0.3946 -239 2016 2021 0.258 0.0559 0.4602 -239 2016 2022 0.2221 0.0159 0.4283 -239 2016 2023 0.1688 -0.0579 0.3955 -239 2017 2018 0.0777 -0.0683 0.2237 -239 2017 2019 0.1179 -0.0561 0.2918 -239 2017 2020 0.2008 0.0088 0.3929 -239 2017 2021 0.2571 0.0483 0.4659 -239 2017 2022 0.2212 0.0106 0.4317 -239 2017 2023 0.1679 -0.0566 0.3923 -239 2018 2019 0.0401 -0.1026 0.1829 -239 2018 2020 0.1231 -0.049 0.2952 -239 2018 2021 0.1794 -0.007 0.3658 -239 2018 2022 0.1434 -0.0553 0.3422 -239 2018 2023 0.0901 -0.1331 0.3134 -239 2019 2020 0.083 -0.0622 0.2281 -239 2019 2021 0.1393 -0.0384 0.317 -239 2019 2022 0.1033 -0.0885 0.2951 -239 2019 2023 0.05 -0.168 0.268 -239 2020 2021 0.0563 -0.0874 0.2 -239 2020 2022 0.0204 -0.1584 0.1992 -239 2020 2023 -0.0329 -0.2458 0.1799 -239 2021 2022 -0.0359 -0.1837 0.1119 -239 2021 2023 -0.0893 -0.2918 0.1133 -239 2022 2023 -0.0533 -0.2129 0.1064 -240 2007 2010 0.0608 0.0013 0.1204 -240 2007 2013 -0.1263 -0.1925 -0.0601 -240 2007 2016 -0.2384 -0.3042 -0.1726 -240 2007 2019 -0.3601 -0.4306 -0.2896 -240 2007 2022 -0.33 -0.4165 -0.2435 -240 2010 2013 -0.1871 -0.2538 -0.1205 -240 2010 2016 -0.2992 -0.3665 -0.2319 -240 2010 2019 -0.4209 -0.4937 -0.3481 -240 2010 2022 -0.3908 -0.4785 -0.3032 -240 2013 2016 -0.1121 -0.182 -0.0422 -240 2013 2019 -0.2338 -0.3094 -0.1581 -240 2013 2022 -0.2037 -0.2947 -0.1128 -240 2016 2019 -0.1217 -0.1939 -0.0494 -240 2016 2022 -0.0916 -0.1807 -0.0026 -240 2019 2022 0.03 -0.059 0.1191 -241 2007 2010 -0.0338 -0.1628 0.0952 -241 2007 2013 -0.0694 -0.2415 0.1028 -241 2007 2016 -0.0095 -0.1971 0.1781 -241 2007 2019 0.0201 -0.1862 0.2264 -241 2007 2022 0.0535 -0.1832 0.2902 -241 2010 2013 -0.0338 -0.1604 0.0927 -241 2010 2016 0.0237 -0.1341 0.1816 -241 2010 2019 0.0523 -0.131 0.2357 -241 2010 2022 0.088 -0.1334 0.3094 -241 2013 2016 0.0568 -0.0709 0.1845 -241 2013 2019 0.0897 -0.079 0.2584 -241 2013 2022 0.1239 -0.0878 0.3357 -241 2016 2019 0.0301 -0.0942 0.1544 -241 2016 2022 0.0631 -0.1125 0.2387 -241 2019 2022 0.033 -0.1024 0.1684 -242 2007 2008 0.0611 -0.0131 0.1354 -242 2007 2009 0.0961 0.0085 0.1838 -242 2007 2010 0.0206 -0.0599 0.1012 -242 2007 2011 -0.0054 -0.0907 0.0798 -242 2007 2012 -0.0412 -0.1329 0.0504 -242 2007 2013 -0.122 -0.2081 -0.0359 -242 2007 2014 -0.1596 -0.2479 -0.0713 -242 2007 2015 -0.1645 -0.255 -0.0739 -242 2007 2016 -0.082 -0.1699 0.0059 -242 2007 2017 -0.1298 -0.2169 -0.0427 -242 2007 2018 -0.1463 -0.234 -0.0586 -242 2007 2019 -0.1722 -0.2589 -0.0855 -242 2007 2020 -0.1792 -0.2691 -0.0892 -242 2007 2021 -0.1348 -0.2239 -0.0456 -242 2007 2022 -0.1531 -0.2447 -0.0616 -242 2007 2023 -0.1921 -0.2889 -0.0952 -242 2008 2009 0.035 -0.038 0.108 -242 2008 2010 -0.0405 -0.1181 0.0371 -242 2008 2011 -0.0666 -0.1424 0.0092 -242 2008 2012 -0.1024 -0.1874 -0.0173 -242 2008 2013 -0.1832 -0.2683 -0.098 -242 2008 2014 -0.2208 -0.3034 -0.1381 -242 2008 2015 -0.2256 -0.3127 -0.1385 -242 2008 2016 -0.1431 -0.226 -0.0603 -242 2008 2017 -0.1909 -0.2704 -0.1114 -242 2008 2018 -0.2074 -0.2895 -0.1254 -242 2008 2019 -0.2333 -0.3177 -0.1489 -242 2008 2020 -0.2403 -0.3244 -0.1562 -242 2008 2021 -0.1959 -0.2772 -0.1145 -242 2008 2022 -0.2143 -0.3018 -0.1268 -242 2008 2023 -0.2532 -0.3443 -0.1621 -242 2009 2010 -0.0755 -0.1509 -1e-04 -242 2009 2011 -0.1016 -0.1836 -0.0195 -242 2009 2012 -0.1374 -0.2224 -0.0524 -242 2009 2013 -0.2182 -0.3087 -0.1277 -242 2009 2014 -0.2558 -0.3466 -0.1649 -242 2009 2015 -0.2606 -0.3511 -0.1701 -242 2009 2016 -0.1781 -0.2622 -0.0941 -242 2009 2017 -0.2259 -0.3123 -0.1396 -242 2009 2018 -0.2424 -0.3254 -0.1595 -242 2009 2019 -0.2683 -0.3576 -0.1791 -242 2009 2020 -0.2753 -0.3665 -0.1841 -242 2009 2021 -0.2309 -0.3123 -0.1494 -242 2009 2022 -0.2493 -0.3408 -0.1577 -242 2009 2023 -0.2882 -0.3877 -0.1887 -242 2010 2011 -0.0261 -0.0993 0.0471 -242 2010 2012 -0.0619 -0.147 0.0233 -242 2010 2013 -0.1427 -0.2261 -0.0592 -242 2010 2014 -0.1803 -0.2664 -0.0942 -242 2010 2015 -0.1851 -0.2733 -0.0969 -242 2010 2016 -0.1026 -0.1865 -0.0188 -242 2010 2017 -0.1504 -0.2345 -0.0663 -242 2010 2018 -0.1669 -0.2509 -0.083 -242 2010 2019 -0.1928 -0.2776 -0.1081 -242 2010 2020 -0.1998 -0.2875 -0.1122 -242 2010 2021 -0.1554 -0.24 -0.0708 -242 2010 2022 -0.1738 -0.2627 -0.0849 -242 2010 2023 -0.2127 -0.3079 -0.1175 -242 2011 2012 -0.0358 -0.1125 0.0409 -242 2011 2013 -0.1166 -0.2009 -0.0322 -242 2011 2014 -0.1542 -0.2383 -0.0701 -242 2011 2015 -0.159 -0.2481 -0.07 -242 2011 2016 -0.0766 -0.1625 0.0094 -242 2011 2017 -0.1244 -0.2066 -0.0421 -242 2011 2018 -0.1409 -0.2258 -0.0559 -242 2011 2019 -0.1668 -0.2539 -0.0796 -242 2011 2020 -0.1737 -0.2605 -0.087 -242 2011 2021 -0.1293 -0.2142 -0.0445 -242 2011 2022 -0.1477 -0.2383 -0.0571 -242 2011 2023 -0.1866 -0.2805 -0.0928 -242 2012 2013 -0.0808 -0.1604 -0.0011 -242 2012 2014 -0.1184 -0.2075 -0.0293 -242 2012 2015 -0.1232 -0.2146 -0.0319 -242 2012 2016 -0.0408 -0.1302 0.0486 -242 2012 2017 -0.0886 -0.1781 0.001 -242 2012 2018 -0.1051 -0.1926 -0.0175 -242 2012 2019 -0.131 -0.2229 -0.039 -242 2012 2020 -0.1379 -0.2315 -0.0443 -242 2012 2021 -0.0935 -0.1812 -0.0058 -242 2012 2022 -0.1119 -0.2071 -0.0167 -242 2012 2023 -0.1508 -0.2521 -0.0496 -242 2013 2014 -0.0376 -0.1148 0.0396 -242 2013 2015 -0.0424 -0.1303 0.0454 -242 2013 2016 0.04 -0.0484 0.1285 -242 2013 2017 -0.0078 -0.0959 0.0803 -242 2013 2018 -0.0243 -0.1132 0.0646 -242 2013 2019 -0.0502 -0.139 0.0386 -242 2013 2020 -0.0571 -0.1484 0.0341 -242 2013 2021 -0.0127 -0.103 0.0776 -242 2013 2022 -0.0311 -0.1244 0.0622 -242 2013 2023 -0.07 -0.1682 0.0282 -242 2014 2015 -0.0048 -0.0828 0.0731 -242 2014 2016 0.0776 -0.0111 0.1664 -242 2014 2017 0.0298 -0.0545 0.1142 -242 2014 2018 0.0133 -0.0748 0.1015 -242 2014 2019 -0.0126 -0.102 0.0769 -242 2014 2020 -0.0195 -0.1077 0.0687 -242 2014 2021 0.0249 -0.0646 0.1144 -242 2014 2022 0.0065 -0.0874 0.1004 -242 2014 2023 -0.0324 -0.1273 0.0624 -242 2015 2016 0.0825 6e-04 0.1644 -242 2015 2017 0.0347 -0.052 0.1214 -242 2015 2018 0.0182 -0.0691 0.1055 -242 2015 2019 -0.0077 -0.0981 0.0827 -242 2015 2020 -0.0147 -0.1067 0.0773 -242 2015 2021 0.0297 -0.06 0.1195 -242 2015 2022 0.0113 -0.0844 0.107 -242 2015 2023 -0.0276 -0.1269 0.0717 -242 2016 2017 -0.0478 -0.125 0.0294 -242 2016 2018 -0.0643 -0.1488 0.0202 -242 2016 2019 -0.0902 -0.1772 -0.0032 -242 2016 2020 -0.0972 -0.1888 -0.0055 -242 2016 2021 -0.0528 -0.1384 0.0329 -242 2016 2022 -0.0711 -0.1615 0.0192 -242 2016 2023 -0.1101 -0.2096 -0.0105 -242 2017 2018 -0.0165 -0.0915 0.0585 -242 2017 2019 -0.0424 -0.1268 0.042 -242 2017 2020 -0.0494 -0.1341 0.0354 -242 2017 2021 -0.0049 -0.0894 0.0796 -242 2017 2022 -0.0233 -0.1137 0.067 -242 2017 2023 -0.0623 -0.1546 0.0301 -242 2018 2019 -0.0259 -0.1019 0.0501 -242 2018 2020 -0.0329 -0.1183 0.0525 -242 2018 2021 0.0116 -0.0693 0.0924 -242 2018 2022 -0.0068 -0.097 0.0833 -242 2018 2023 -0.0458 -0.1421 0.0506 -242 2019 2020 -0.007 -0.0845 0.0706 -242 2019 2021 0.0375 -0.047 0.122 -242 2019 2022 0.0191 -0.0697 0.1079 -242 2019 2023 -0.0199 -0.1162 0.0765 -242 2020 2021 0.0444 -0.0336 0.1225 -242 2020 2022 0.026 -0.0642 0.1162 -242 2020 2023 -0.0129 -0.1064 0.0806 -242 2021 2022 -0.0184 -0.0964 0.0596 -242 2021 2023 -0.0573 -0.1498 0.0352 -242 2022 2023 -0.0389 -0.1227 0.0448 -243 2007 2008 0.0683 -0.1499 0.2865 -243 2007 2009 0.0803 -0.1864 0.3471 -243 2007 2010 0.0895 -0.1872 0.3662 -243 2007 2011 0.1989 -0.0946 0.4923 -243 2007 2012 0.2191 -0.0837 0.5218 -243 2007 2013 0.2596 -0.0349 0.5542 -243 2007 2014 0.2543 -0.0431 0.5516 -243 2007 2015 0.2987 0.007 0.5903 -243 2007 2016 0.4418 0.1561 0.7275 -243 2007 2017 0.4434 0.1507 0.7362 -243 2007 2018 0.4707 0.1763 0.7651 -243 2007 2019 0.5032 0.211 0.7954 -243 2007 2020 0.3989 0.1034 0.6945 -243 2007 2021 0.4524 0.1583 0.7465 -243 2007 2022 0.5364 0.2354 0.8374 -243 2007 2023 0.5105 0.1906 0.8304 -243 2008 2009 0.012 -0.1913 0.2153 -243 2008 2010 0.0212 -0.2151 0.2576 -243 2008 2011 0.1306 -0.1216 0.3827 -243 2008 2012 0.1508 -0.1163 0.4178 -243 2008 2013 0.1913 -0.0685 0.4512 -243 2008 2014 0.186 -0.0786 0.4506 -243 2008 2015 0.2304 -0.0318 0.4926 -243 2008 2016 0.3735 0.1242 0.6228 -243 2008 2017 0.3751 0.1192 0.6311 -243 2008 2018 0.4024 0.1417 0.6631 -243 2008 2019 0.4349 0.1783 0.6916 -243 2008 2020 0.3306 0.0663 0.595 -243 2008 2021 0.3841 0.1248 0.6434 -243 2008 2022 0.4681 0.2046 0.7317 -243 2008 2023 0.4422 0.1579 0.7265 -243 2009 2010 0.0092 -0.1905 0.2089 -243 2009 2011 0.1186 -0.1224 0.3595 -243 2009 2012 0.1387 -0.1189 0.3963 -243 2009 2013 0.1793 -0.0759 0.4345 -243 2009 2014 0.174 -0.0892 0.4371 -243 2009 2015 0.2184 -0.0397 0.4764 -243 2009 2016 0.3615 0.1141 0.609 -243 2009 2017 0.3631 0.1063 0.6199 -243 2009 2018 0.3904 0.1315 0.6493 -243 2009 2019 0.4229 0.1674 0.6785 -243 2009 2020 0.3186 0.0558 0.5815 -243 2009 2021 0.3721 0.1175 0.6267 -243 2009 2022 0.4561 0.1949 0.7173 -243 2009 2023 0.4302 0.1465 0.7139 -243 2010 2011 0.1094 -0.0929 0.3117 -243 2010 2012 0.1295 -0.1105 0.3696 -243 2010 2013 0.1701 -0.0716 0.4119 -243 2010 2014 0.1647 -0.0887 0.4182 -243 2010 2015 0.2092 -0.0413 0.4596 -243 2010 2016 0.3523 0.114 0.5906 -243 2010 2017 0.3539 0.1038 0.604 -243 2010 2018 0.3812 0.128 0.6344 -243 2010 2019 0.4137 0.1669 0.6605 -243 2010 2020 0.3094 0.0557 0.5632 -243 2010 2021 0.3629 0.1148 0.611 -243 2010 2022 0.4469 0.193 0.7007 -243 2010 2023 0.421 0.1422 0.6998 -243 2011 2012 0.0202 -0.1835 0.2239 -243 2011 2013 0.0608 -0.1709 0.2924 -243 2011 2014 0.0554 -0.1977 0.3084 -243 2011 2015 0.0998 -0.1558 0.3554 -243 2011 2016 0.243 0.0056 0.4804 -243 2011 2017 0.2446 -0.0054 0.4945 -243 2011 2018 0.2718 0.0169 0.5267 -243 2011 2019 0.3044 0.0575 0.5513 -243 2011 2020 0.2001 -0.0617 0.4619 -243 2011 2021 0.2535 -4e-04 0.5074 -243 2011 2022 0.3375 0.0828 0.5923 -243 2011 2023 0.3116 0.0309 0.5924 -243 2012 2013 0.0406 -0.1611 0.2423 -243 2012 2014 0.0352 -0.2102 0.2806 -243 2012 2015 0.0796 -0.1734 0.3327 -243 2012 2016 0.2228 -0.0218 0.4674 -243 2012 2017 0.2244 -0.0332 0.482 -243 2012 2018 0.2517 -0.0088 0.5122 -243 2012 2019 0.2842 0.0286 0.5398 -243 2012 2020 0.1799 -0.0874 0.4472 -243 2012 2021 0.2334 -0.0245 0.4912 -243 2012 2022 0.3174 0.055 0.5798 -243 2012 2023 0.2915 0.0032 0.5798 -243 2013 2014 -0.0054 -0.2065 0.1957 -243 2013 2015 0.039 -0.1923 0.2703 -243 2013 2016 0.1822 -0.0419 0.4063 -243 2013 2017 0.1838 -0.0593 0.4269 -243 2013 2018 0.2111 -0.0362 0.4584 -243 2013 2019 0.2436 0.004 0.4832 -243 2013 2020 0.1393 -0.1165 0.3951 -243 2013 2021 0.1928 -0.0532 0.4387 -243 2013 2022 0.2768 0.03 0.5236 -243 2013 2023 0.2509 -0.0254 0.5272 -243 2014 2015 0.0444 -0.1549 0.2437 -243 2014 2016 0.1876 -0.0409 0.4161 -243 2014 2017 0.1892 -0.0548 0.4331 -243 2014 2018 0.2165 -0.0362 0.4691 -243 2014 2019 0.249 -0.0025 0.5004 -243 2014 2020 0.1447 -0.1109 0.4002 -243 2014 2021 0.1981 -0.0535 0.4497 -243 2014 2022 0.2822 0.0229 0.5414 -243 2014 2023 0.2563 -0.0249 0.5374 -243 2015 2016 0.1432 -0.0549 0.3413 -243 2015 2017 0.1448 -0.0874 0.3769 -243 2015 2018 0.172 -0.0679 0.412 -243 2015 2019 0.2046 -0.0386 0.4478 -243 2015 2020 0.1003 -0.15 0.3506 -243 2015 2021 0.1537 -0.0897 0.3971 -243 2015 2022 0.2377 -0.0155 0.491 -243 2015 2023 0.2118 -0.0654 0.4891 -243 2016 2017 0.0016 -0.1868 0.19 -243 2016 2018 0.0289 -0.1857 0.2434 -243 2016 2019 0.0614 -0.1472 0.27 -243 2016 2020 -0.0429 -0.2826 0.1968 -243 2016 2021 0.0106 -0.2166 0.2377 -243 2016 2022 0.0946 -0.1285 0.3177 -243 2016 2023 0.0687 -0.1892 0.3266 -243 2017 2018 0.0273 -0.166 0.2205 -243 2017 2019 0.0598 -0.1587 0.2783 -243 2017 2020 -0.0445 -0.2846 0.1956 -243 2017 2021 0.009 -0.2271 0.245 -243 2017 2022 0.093 -0.1472 0.3331 -243 2017 2023 0.0671 -0.1983 0.3324 -243 2018 2019 0.0325 -0.1595 0.2246 -243 2018 2020 -0.0718 -0.3077 0.1641 -243 2018 2021 -0.0183 -0.2514 0.2148 -243 2018 2022 0.0657 -0.1756 0.307 -243 2018 2023 0.0398 -0.2312 0.3108 -243 2019 2020 -0.1043 -0.3085 0.0999 -243 2019 2021 -0.0508 -0.271 0.1693 -243 2019 2022 0.0332 -0.1913 0.2576 -243 2019 2023 0.0073 -0.2549 0.2694 -243 2020 2021 0.0535 -0.1429 0.2499 -243 2020 2022 0.1375 -0.0992 0.3742 -243 2020 2023 0.1116 -0.1538 0.377 -243 2021 2022 0.084 -0.1086 0.2766 -243 2021 2023 0.0581 -0.1863 0.3025 -243 2022 2023 -0.0259 -0.232 0.1801 -244 2007 2010 0.1152 -0.0327 0.2631 -244 2007 2013 0.1717 0.0083 0.3351 -244 2007 2016 0.2815 0.1092 0.4538 -244 2007 2019 0.2983 0.127 0.4696 -244 2007 2022 0.4015 0.1989 0.6042 -244 2010 2013 0.0565 -0.0751 0.1882 -244 2010 2016 0.1663 0.0214 0.3113 -244 2010 2019 0.1831 0.0321 0.3342 -244 2010 2022 0.2864 0.1093 0.4635 -244 2013 2016 0.1098 -0.017 0.2366 -244 2013 2019 0.1266 -0.014 0.2672 -244 2013 2022 0.2299 0.0592 0.4005 -244 2016 2019 0.0168 -0.1053 0.1388 -244 2016 2022 0.1201 -0.0345 0.2747 -244 2019 2022 0.1033 -0.0381 0.2447 -245 2007 2008 0.0217 -0.0622 0.1055 -245 2007 2009 0.0714 -0.037 0.1799 -245 2007 2010 0.0461 -0.0603 0.1526 -245 2007 2011 0.0132 -0.0977 0.1241 -245 2007 2012 0.0074 -0.1074 0.1221 -245 2007 2013 0.0224 -0.0898 0.1346 -245 2007 2014 7e-04 -0.1154 0.1168 -245 2007 2015 0.0647 -0.0516 0.181 -245 2007 2016 0.0567 -0.0543 0.1676 -245 2007 2017 0.1066 -0.0064 0.2197 -245 2007 2018 0.1217 0.0085 0.2349 -245 2007 2019 0.2074 0.0892 0.3257 -245 2007 2020 0.226 0.108 0.344 -245 2007 2021 0.2227 0.1077 0.3377 -245 2007 2022 0.2304 0.1113 0.3495 -245 2007 2023 0.2391 0.1132 0.3651 -245 2008 2009 0.0498 -0.038 0.1376 -245 2008 2010 0.0245 -0.0716 0.1205 -245 2008 2011 -0.0085 -0.1112 0.0942 -245 2008 2012 -0.0143 -0.1228 0.0942 -245 2008 2013 7e-04 -0.1062 0.1076 -245 2008 2014 -0.021 -0.1322 0.0903 -245 2008 2015 0.0431 -0.0665 0.1526 -245 2008 2016 0.035 -0.0716 0.1416 -245 2008 2017 0.085 -0.0209 0.1908 -245 2008 2018 0.1 -0.0075 0.2075 -245 2008 2019 0.1858 0.0745 0.297 -245 2008 2020 0.2043 0.0945 0.3142 -245 2008 2021 0.2011 0.0934 0.3087 -245 2008 2022 0.2087 0.0959 0.3215 -245 2008 2023 0.2175 0.0991 0.3358 -245 2009 2010 -0.0253 -0.1088 0.0582 -245 2009 2011 -0.0583 -0.1633 0.0468 -245 2009 2012 -0.0641 -0.1762 0.0481 -245 2009 2013 -0.0491 -0.1591 0.061 -245 2009 2014 -0.0708 -0.193 0.0515 -245 2009 2015 -0.0067 -0.1159 0.1025 -245 2009 2016 -0.0148 -0.1288 0.0993 -245 2009 2017 0.0352 -0.0741 0.1445 -245 2009 2018 0.0502 -0.0634 0.1638 -245 2009 2019 0.136 0.0283 0.2437 -245 2009 2020 0.1546 0.0459 0.2633 -245 2009 2021 0.1513 0.0426 0.26 -245 2009 2022 0.159 0.044 0.2739 -245 2009 2023 0.1677 0.0468 0.2886 -245 2010 2011 -0.033 -0.1169 0.051 -245 2010 2012 -0.0388 -0.1391 0.0615 -245 2010 2013 -0.0238 -0.1254 0.0779 -245 2010 2014 -0.0455 -0.1578 0.0669 -245 2010 2015 0.0186 -0.0879 0.125 -245 2010 2016 0.0105 -0.0958 0.1168 -245 2010 2017 0.0605 -0.0448 0.1658 -245 2010 2018 0.0755 -0.0325 0.1835 -245 2010 2019 0.1613 0.054 0.2686 -245 2010 2020 0.1799 0.0721 0.2876 -245 2010 2021 0.1766 0.0703 0.2829 -245 2010 2022 0.1842 0.0728 0.2957 -245 2010 2023 0.193 0.0747 0.3113 -245 2011 2012 -0.0058 -0.0893 0.0777 -245 2011 2013 0.0092 -0.0888 0.1072 -245 2011 2014 -0.0125 -0.1188 0.0938 -245 2011 2015 0.0516 -0.0577 0.1608 -245 2011 2016 0.0435 -0.0627 0.1497 -245 2011 2017 0.0935 -0.0135 0.2004 -245 2011 2018 0.1085 4e-04 0.2165 -245 2011 2019 0.1943 0.0801 0.3084 -245 2011 2020 0.2128 0.1005 0.3252 -245 2011 2021 0.2096 0.1 0.3191 -245 2011 2022 0.2172 0.1024 0.3321 -245 2011 2023 0.226 0.1054 0.3465 -245 2012 2013 0.015 -0.0691 0.0991 -245 2012 2014 -0.0067 -0.1091 0.0957 -245 2012 2015 0.0574 -0.0508 0.1655 -245 2012 2016 0.0493 -0.0577 0.1563 -245 2012 2017 0.0993 -0.0101 0.2086 -245 2012 2018 0.1143 0.0049 0.2237 -245 2012 2019 0.2001 0.0838 0.3164 -245 2012 2020 0.2186 0.1035 0.3338 -245 2012 2021 0.2154 0.1041 0.3267 -245 2012 2022 0.223 0.1059 0.3402 -245 2012 2023 0.2318 0.1081 0.3554 -245 2013 2014 -0.0217 -0.1089 0.0655 -245 2013 2015 0.0424 -0.0562 0.1409 -245 2013 2016 0.0343 -0.0672 0.1358 -245 2013 2017 0.0843 -0.0206 0.1891 -245 2013 2018 0.0993 -0.0084 0.207 -245 2013 2019 0.1851 0.0744 0.2957 -245 2013 2020 0.2036 0.093 0.3143 -245 2013 2021 0.2004 0.0919 0.3089 -245 2013 2022 0.208 0.0948 0.3212 -245 2013 2023 0.2168 0.0966 0.3369 -245 2014 2015 0.0641 -0.0275 0.1556 -245 2014 2016 0.056 -0.0423 0.1543 -245 2014 2017 0.106 -0.0012 0.2131 -245 2014 2018 0.121 0.013 0.229 -245 2014 2019 0.2068 0.0865 0.3271 -245 2014 2020 0.2253 0.1074 0.3432 -245 2014 2021 0.2221 0.1082 0.3359 -245 2014 2022 0.2297 0.1108 0.3487 -245 2014 2023 0.2384 0.1138 0.363 -245 2015 2016 -0.0081 -0.0933 0.0772 -245 2015 2017 0.0419 -0.0552 0.139 -245 2015 2018 0.0569 -0.048 0.1619 -245 2015 2019 0.1427 0.0363 0.2491 -245 2015 2020 0.1613 0.0537 0.2688 -245 2015 2021 0.158 0.0515 0.2645 -245 2015 2022 0.1657 0.053 0.2783 -245 2015 2023 0.1744 0.0553 0.2935 -245 2016 2017 0.05 -0.0325 0.1324 -245 2016 2018 0.065 -0.0307 0.1606 -245 2016 2019 0.1508 0.0437 0.2579 -245 2016 2020 0.1693 0.061 0.2777 -245 2016 2021 0.1661 0.0603 0.2718 -245 2016 2022 0.1737 0.063 0.2844 -245 2016 2023 0.1825 0.0643 0.3006 -245 2017 2018 0.015 -0.0672 0.0973 -245 2017 2019 0.1008 0.0035 0.1981 -245 2017 2020 0.1194 0.0191 0.2196 -245 2017 2021 0.1161 0.0148 0.2174 -245 2017 2022 0.1238 0.0161 0.2314 -245 2017 2023 0.1325 0.0194 0.2456 -245 2018 2019 0.0858 -0.003 0.1746 -245 2018 2020 0.1044 0.0044 0.2043 -245 2018 2021 0.1011 0.0012 0.2009 -245 2018 2022 0.1087 0 0.2175 -245 2018 2023 0.1175 8e-04 0.2342 -245 2019 2020 0.0186 -0.0628 0.0999 -245 2019 2021 0.0153 -0.081 0.1116 -245 2019 2022 0.023 -0.0822 0.1281 -245 2019 2023 0.0317 -0.0824 0.1458 -245 2020 2021 -0.0033 -0.0848 0.0783 -245 2020 2022 0.0044 -0.095 0.1037 -245 2020 2023 0.0131 -0.0954 0.1217 -245 2021 2022 0.0077 -0.0749 0.0902 -245 2021 2023 0.0164 -0.0854 0.1182 -245 2022 2023 0.0087 -0.0776 0.0951 -246 2007 2010 0.1862 0.0083 0.3642 -246 2007 2013 0.1802 -0.0133 0.3736 -246 2007 2016 0.2991 0.1004 0.4978 -246 2007 2019 0.5312 0.326 0.7365 -246 2007 2022 0.5385 0.3111 0.7659 -246 2010 2013 -0.006 -0.1756 0.1635 -246 2010 2016 0.1129 -0.0703 0.296 -246 2010 2019 0.345 0.1576 0.5324 -246 2010 2022 0.3522 0.1378 0.5667 -246 2013 2016 0.1189 -0.0529 0.2907 -246 2013 2019 0.351 0.1638 0.5382 -246 2013 2022 0.3583 0.1445 0.5721 -246 2016 2019 0.2322 0.0631 0.4012 -246 2016 2022 0.2394 0.0366 0.4422 -246 2019 2022 0.0072 -0.1794 0.1939 -247 2007 2008 0.0304 -0.0275 0.0883 -247 2007 2009 0.0599 1e-04 0.1197 -247 2007 2010 0.0128 -0.0339 0.0596 -247 2007 2011 -0.0246 -0.0855 0.0364 -247 2007 2012 0.0821 0.0196 0.1446 -247 2007 2013 -0.0269 -0.077 0.0233 -247 2007 2014 -0.0336 -0.0965 0.0293 -247 2007 2015 0.017 -0.0448 0.0789 -247 2007 2016 -0.0715 -0.1211 -0.0218 -247 2007 2017 -0.0826 -0.1454 -0.0199 -247 2007 2018 -0.2003 -0.2619 -0.1386 -247 2007 2019 -0.5776 -0.6359 -0.5193 -247 2007 2020 -0.6555 -0.7262 -0.5848 -247 2007 2021 -0.5341 -0.5983 -0.4698 -247 2007 2022 -0.4776 -0.5393 -0.4159 -247 2007 2023 -0.4076 -0.4751 -0.3401 -247 2008 2009 0.0295 -0.0306 0.0896 -247 2008 2010 -0.0176 -0.0767 0.0416 -247 2008 2011 -0.055 -0.1023 -0.0076 -247 2008 2012 0.0517 -0.0115 0.1149 -247 2008 2013 -0.0573 -0.1189 0.0043 -247 2008 2014 -0.064 -0.1143 -0.0137 -247 2008 2015 -0.0134 -0.0758 0.049 -247 2008 2016 -0.1019 -0.1626 -0.0412 -247 2008 2017 -0.1131 -0.1628 -0.0633 -247 2008 2018 -0.2307 -0.2931 -0.1683 -247 2008 2019 -0.608 -0.6751 -0.541 -247 2008 2020 -0.6859 -0.747 -0.6248 -247 2008 2021 -0.5645 -0.6277 -0.5012 -247 2008 2022 -0.508 -0.5776 -0.4384 -247 2008 2023 -0.438 -0.4947 -0.3814 -247 2009 2010 -0.0471 -0.1068 0.0127 -247 2009 2011 -0.0845 -0.1474 -0.0215 -247 2009 2012 0.0222 -0.0305 0.075 -247 2009 2013 -0.0868 -0.1496 -0.0239 -247 2009 2014 -0.0935 -0.1578 -0.0291 -247 2009 2015 -0.0428 -0.0959 0.0102 -247 2009 2016 -0.1314 -0.1932 -0.0695 -247 2009 2017 -0.1425 -0.2067 -0.0784 -247 2009 2018 -0.2602 -0.313 -0.2074 -247 2009 2019 -0.6375 -0.7062 -0.5688 -247 2009 2020 -0.7154 -0.7875 -0.6433 -247 2009 2021 -0.594 -0.6509 -0.537 -247 2009 2022 -0.5375 -0.6088 -0.4662 -247 2009 2023 -0.4675 -0.5365 -0.3986 -247 2010 2011 -0.0374 -0.0987 0.0239 -247 2010 2012 0.0693 0.0061 0.1324 -247 2010 2013 -0.0397 -0.0901 0.0107 -247 2010 2014 -0.0464 -0.11 0.0172 -247 2010 2015 0.0042 -0.0583 0.0667 -247 2010 2016 -0.0843 -0.1341 -0.0346 -247 2010 2017 -0.0955 -0.159 -0.032 -247 2010 2018 -0.2131 -0.2751 -0.1511 -247 2010 2019 -0.5904 -0.6496 -0.5313 -247 2010 2020 -0.6683 -0.7396 -0.597 -247 2010 2021 -0.5469 -0.6114 -0.4824 -247 2010 2022 -0.4904 -0.5524 -0.4284 -247 2010 2023 -0.4205 -0.4886 -0.3523 -247 2011 2012 0.1067 0.0417 0.1717 -247 2011 2013 -0.0023 -0.0664 0.0618 -247 2011 2014 -0.009 -0.0616 0.0435 -247 2011 2015 0.0416 -0.0234 0.1066 -247 2011 2016 -0.0469 -0.1101 0.0163 -247 2011 2017 -0.0581 -0.1101 -0.0061 -247 2011 2018 -0.1757 -0.2408 -0.1106 -247 2011 2019 -0.5531 -0.6225 -0.4836 -247 2011 2020 -0.6309 -0.694 -0.5679 -247 2011 2021 -0.5095 -0.5755 -0.4435 -247 2011 2022 -0.453 -0.5251 -0.381 -247 2011 2023 -0.3831 -0.4421 -0.324 -247 2012 2013 -0.109 -0.1738 -0.0441 -247 2012 2014 -0.1157 -0.1827 -0.0486 -247 2012 2015 -0.0651 -0.1208 -0.0093 -247 2012 2016 -0.1536 -0.2183 -0.0888 -247 2012 2017 -0.1648 -0.2316 -0.0979 -247 2012 2018 -0.2824 -0.3387 -0.226 -247 2012 2019 -0.6597 -0.7308 -0.5886 -247 2012 2020 -0.7376 -0.8121 -0.6631 -247 2012 2021 -0.6162 -0.6767 -0.5556 -247 2012 2022 -0.5597 -0.6333 -0.4861 -247 2012 2023 -0.4897 -0.5612 -0.4183 -247 2013 2014 -0.0067 -0.0719 0.0585 -247 2013 2015 0.0439 -0.0212 0.109 -247 2013 2016 -0.0446 -0.0959 0.0067 -247 2013 2017 -0.0558 -0.1215 0.0099 -247 2013 2018 -0.1734 -0.2384 -0.1084 -247 2013 2019 -0.5507 -0.6118 -0.4896 -247 2013 2020 -0.6286 -0.7019 -0.5554 -247 2013 2021 -0.5072 -0.5744 -0.44 -247 2013 2022 -0.4507 -0.5144 -0.387 -247 2013 2023 -0.3808 -0.451 -0.3106 -247 2014 2015 0.0506 -0.0151 0.1164 -247 2014 2016 -0.0379 -0.1028 0.027 -247 2014 2017 -0.0491 -0.1021 0.0039 -247 2014 2018 -0.1667 -0.233 -0.1004 -247 2014 2019 -0.544 -0.6151 -0.4729 -247 2014 2020 -0.6219 -0.6857 -0.5582 -247 2014 2021 -0.5005 -0.5677 -0.4333 -247 2014 2022 -0.444 -0.5175 -0.3705 -247 2014 2023 -0.3741 -0.4339 -0.3142 -247 2015 2016 -0.0885 -0.1521 -0.025 -247 2015 2017 -0.0997 -0.1658 -0.0336 -247 2015 2018 -0.2173 -0.2728 -0.1618 -247 2015 2019 -0.5947 -0.6649 -0.5245 -247 2015 2020 -0.6726 -0.7465 -0.5986 -247 2015 2021 -0.5511 -0.6107 -0.4915 -247 2015 2022 -0.4946 -0.5676 -0.4217 -247 2015 2023 -0.4247 -0.4955 -0.3539 -247 2016 2017 -0.0112 -0.0754 0.0531 -247 2016 2018 -0.1288 -0.1929 -0.0647 -247 2016 2019 -0.5061 -0.5653 -0.4469 -247 2016 2020 -0.584 -0.6565 -0.5116 -247 2016 2021 -0.4626 -0.5289 -0.3963 -247 2016 2022 -0.4061 -0.4682 -0.3441 -247 2016 2023 -0.3362 -0.4054 -0.2669 -247 2017 2018 -0.1176 -0.183 -0.0522 -247 2017 2019 -0.495 -0.5659 -0.4241 -247 2017 2020 -0.5729 -0.6352 -0.5106 -247 2017 2021 -0.4514 -0.518 -0.3848 -247 2017 2022 -0.3949 -0.4683 -0.3216 -247 2017 2023 -0.325 -0.3831 -0.2669 -247 2018 2019 -0.3773 -0.4468 -0.3079 -247 2018 2020 -0.4552 -0.529 -0.3815 -247 2018 2021 -0.3338 -0.3915 -0.2761 -247 2018 2022 -0.2773 -0.3501 -0.2045 -247 2018 2023 -0.2074 -0.2781 -0.1367 -247 2019 2020 -0.0779 -0.1543 -0.0015 -247 2019 2021 0.0435 -0.0288 0.1159 -247 2019 2022 0.1 0.0327 0.1674 -247 2019 2023 0.17 0.0949 0.245 -247 2020 2021 0.1214 0.048 0.1949 -247 2020 2022 0.1779 0.0978 0.2581 -247 2020 2023 0.2479 0.18 0.3158 -247 2021 2022 0.0565 -0.0168 0.1297 -247 2021 2023 0.1264 0.0554 0.1974 -247 2022 2023 0.07 -0.0058 0.1457 -248 2007 2008 0.4285 -0.2491 1.1061 -248 2007 2009 0.3663 -0.4602 1.1927 -248 2007 2010 -0.0884 -0.951 0.7743 -248 2007 2011 -0.2168 -1.2009 0.7673 -248 2007 2012 -0.3297 -1.2585 0.5991 -248 2007 2013 -0.6483 -1.5797 0.283 -248 2007 2014 -0.707 -1.6501 0.2361 -248 2007 2015 -0.5379 -1.4564 0.3807 -248 2007 2016 -0.2907 -1.1827 0.6012 -248 2007 2017 -0.0131 -0.8766 0.8503 -248 2007 2018 0.805 0.024 1.5861 -248 2007 2019 1.2373 0.4823 1.9923 -248 2007 2020 1.8063 1.0289 2.5837 -248 2007 2021 1.4973 0.7572 2.2374 -248 2007 2022 1.6407 0.9019 2.3795 -248 2007 2023 1.8002 1.0179 2.5824 -248 2008 2009 -0.0622 -0.6551 0.5306 -248 2008 2010 -0.5168 -1.2582 0.2245 -248 2008 2011 -0.6453 -1.5212 0.2306 -248 2008 2012 -0.7582 -1.5738 0.0575 -248 2008 2013 -1.0768 -1.935 -0.2186 -248 2008 2014 -1.1355 -2.0067 -0.2642 -248 2008 2015 -0.9663 -1.803 -0.1296 -248 2008 2016 -0.7191 -1.5258 0.0875 -248 2008 2017 -0.4415 -1.215 0.3319 -248 2008 2018 0.3766 -0.2523 1.0055 -248 2008 2019 0.8089 0.1865 1.4313 -248 2008 2020 1.3779 0.8078 1.9479 -248 2008 2021 1.0689 0.4817 1.6561 -248 2008 2022 1.2123 0.6107 1.8139 -248 2008 2023 1.3718 0.7836 1.9599 -248 2009 2010 -0.4547 -1.1001 0.1908 -248 2009 2011 -0.5831 -1.4199 0.2538 -248 2009 2012 -0.696 -1.5074 0.1155 -248 2009 2013 -1.0146 -1.8882 -0.141 -248 2009 2014 -1.0733 -1.9725 -0.1741 -248 2009 2015 -0.9041 -1.7689 -0.0392 -248 2009 2016 -0.6569 -1.4976 0.1838 -248 2009 2017 -0.3793 -1.1942 0.4355 -248 2009 2018 0.4389 -0.2235 1.1012 -248 2009 2019 0.8711 0.2043 1.5379 -248 2009 2020 1.4401 0.7926 2.0877 -248 2009 2021 1.1311 0.5094 1.7528 -248 2009 2022 1.2745 0.6276 1.9214 -248 2009 2023 1.434 0.7657 2.1023 -248 2010 2011 -0.1284 -0.8024 0.5456 -248 2010 2012 -0.2413 -0.9929 0.5102 -248 2010 2013 -0.56 -1.3838 0.2638 -248 2010 2014 -0.6187 -1.488 0.2506 -248 2010 2015 -0.4495 -1.3029 0.4039 -248 2010 2016 -0.2023 -1.0367 0.632 -248 2010 2017 0.0752 -0.7347 0.8852 -248 2010 2018 0.8934 0.1889 1.5979 -248 2010 2019 1.3257 0.6388 2.0125 -248 2010 2020 1.8947 1.1736 2.6158 -248 2010 2021 1.5857 0.9273 2.2441 -248 2010 2022 1.7291 1.061 2.3971 -248 2010 2023 1.8886 1.1579 2.6192 -248 2011 2012 -0.1129 -0.79 0.5642 -248 2011 2013 -0.4316 -1.2891 0.4259 -248 2011 2014 -0.4903 -1.4319 0.4513 -248 2011 2015 -0.3211 -1.2665 0.6243 -248 2011 2016 -0.0739 -1.0134 0.8655 -248 2011 2017 0.2036 -0.7175 1.1248 -248 2011 2018 1.0219 0.2029 1.8408 -248 2011 2019 1.4541 0.642 2.2663 -248 2011 2020 2.0232 1.1886 2.8577 -248 2011 2021 1.7141 0.9356 2.4926 -248 2011 2022 1.8575 1.0617 2.6533 -248 2011 2023 2.017 1.1724 2.8616 -248 2012 2013 -0.3187 -0.9838 0.3464 -248 2012 2014 -0.3774 -1.1957 0.441 -248 2012 2015 -0.2082 -1.057 0.6406 -248 2012 2016 0.039 -0.8182 0.8962 -248 2012 2017 0.3166 -0.528 1.1612 -248 2012 2018 1.1348 0.4007 1.8688 -248 2012 2019 1.567 0.8327 2.3014 -248 2012 2020 2.1361 1.3827 2.8894 -248 2012 2021 1.827 1.1359 2.5181 -248 2012 2022 1.9704 1.2531 2.6878 -248 2012 2023 2.1299 1.3641 2.8957 -248 2013 2014 -0.0587 -0.7153 0.5979 -248 2013 2015 0.1105 -0.6726 0.8935 -248 2013 2016 0.3576 -0.4701 1.1854 -248 2013 2017 0.6352 -0.1935 1.464 -248 2013 2018 1.4534 0.6904 2.2164 -248 2013 2019 1.8857 1.1356 2.6357 -248 2013 2020 2.4547 1.6643 3.2451 -248 2013 2021 2.1457 1.4251 2.8662 -248 2013 2022 2.289 1.5538 3.0243 -248 2013 2023 2.4485 1.6537 3.2434 -248 2014 2015 0.1692 -0.4824 0.8208 -248 2014 2016 0.4163 -0.3673 1.2 -248 2014 2017 0.6939 -0.1195 1.5074 -248 2014 2018 1.5121 0.7394 2.2848 -248 2014 2019 1.9444 1.1772 2.7115 -248 2014 2020 2.5134 1.7182 3.3086 -248 2014 2021 2.2044 1.47 2.9387 -248 2014 2022 2.3478 1.5926 3.1029 -248 2014 2023 2.5072 1.7096 3.3048 -248 2015 2016 0.2472 -0.3872 0.8815 -248 2015 2017 0.5247 -0.2201 1.2696 -248 2015 2018 1.3429 0.6235 2.0624 -248 2015 2019 1.7752 1.0473 2.503 -248 2015 2020 2.3442 1.5856 3.1028 -248 2015 2021 2.0352 1.346 2.7244 -248 2015 2022 2.1786 1.4618 2.8954 -248 2015 2023 2.3381 1.5727 3.1034 -248 2016 2017 0.2776 -0.3388 0.894 -248 2016 2018 1.0958 0.4227 1.7689 -248 2016 2019 1.528 0.8422 2.2138 -248 2016 2020 2.097 1.3745 2.8196 -248 2016 2021 1.788 1.1241 2.4519 -248 2016 2022 1.9314 1.2547 2.6081 -248 2016 2023 2.0909 1.361 2.8208 -248 2017 2018 0.8182 0.2265 1.4099 -248 2017 2019 1.2505 0.5976 1.9033 -248 2017 2020 1.8195 1.1401 2.4989 -248 2017 2021 1.5104 0.8819 2.139 -248 2017 2022 1.6538 0.999 2.3087 -248 2017 2023 1.8133 1.1271 2.4996 -248 2018 2019 0.4323 -0.0443 0.9088 -248 2018 2020 1.0013 0.482 1.5205 -248 2018 2021 0.6923 0.2392 1.1453 -248 2018 2022 0.8357 0.3286 1.3427 -248 2018 2023 0.9951 0.443 1.5473 -248 2019 2020 0.569 0.0879 1.0502 -248 2019 2021 0.26 -0.2123 0.7323 -248 2019 2022 0.4034 -0.0516 0.8584 -248 2019 2023 0.5629 0.0305 1.0952 -248 2020 2021 -0.309 -0.7644 0.1463 -248 2020 2022 -0.1656 -0.6523 0.3211 -248 2020 2023 -0.0061 -0.4337 0.4215 -248 2021 2022 0.1434 -0.2844 0.5712 -248 2021 2023 0.3029 -0.1957 0.8015 -248 2022 2023 0.1595 -0.3151 0.6341 -249 2007 2010 -0.0684 -0.1371 4e-04 -249 2007 2013 -0.0499 -0.124 0.0241 -249 2007 2016 0.1547 0.0867 0.2227 -249 2007 2019 0.2288 0.1605 0.2972 -249 2007 2022 0.3808 0.3021 0.4595 -249 2010 2013 0.0184 -0.0552 0.0921 -249 2010 2016 0.223 0.1523 0.2937 -249 2010 2019 0.2972 0.2259 0.3685 -249 2010 2022 0.4491 0.368 0.5302 -249 2013 2016 0.2046 0.1333 0.276 -249 2013 2019 0.2788 0.2057 0.3519 -249 2013 2022 0.4307 0.3477 0.5138 -249 2016 2019 0.0742 0.0107 0.1377 -249 2016 2022 0.2261 0.1509 0.3013 -249 2019 2022 0.1519 0.0794 0.2245 -250 2007 2008 -0.0868 -0.3327 0.1591 -250 2007 2009 -0.0826 -0.357 0.1917 -250 2007 2010 -0.1724 -0.4428 0.0981 -250 2007 2011 -0.2979 -0.5946 -0.0012 -250 2007 2012 -0.284 -0.5754 0.0074 -250 2007 2013 -0.3951 -0.6897 -0.1004 -250 2007 2014 -0.4724 -0.7878 -0.1569 -250 2007 2015 -0.4823 -0.7838 -0.1808 -250 2007 2016 -0.5619 -0.8503 -0.2735 -250 2007 2017 -0.5534 -0.8556 -0.2512 -250 2007 2018 -0.8327 -1.1402 -0.5253 -250 2007 2019 -1.0724 -1.396 -0.7487 -250 2007 2020 -1.1793 -1.5052 -0.8534 -250 2007 2021 -1.3902 -1.7255 -1.055 -250 2007 2022 -1.4714 -1.8349 -1.1078 -250 2007 2023 -1.5642 -1.9819 -1.1465 -250 2008 2009 0.0042 -0.2412 0.2496 -250 2008 2010 -0.0856 -0.3587 0.1875 -250 2008 2011 -0.2111 -0.5004 0.0782 -250 2008 2012 -0.1972 -0.49 0.0957 -250 2008 2013 -0.3083 -0.609 -0.0076 -250 2008 2014 -0.3856 -0.6996 -0.0715 -250 2008 2015 -0.3955 -0.6943 -0.0967 -250 2008 2016 -0.4751 -0.7645 -0.1857 -250 2008 2017 -0.4666 -0.7737 -0.1595 -250 2008 2018 -0.7459 -1.0533 -0.4385 -250 2008 2019 -0.9856 -1.3079 -0.6632 -250 2008 2020 -1.0925 -1.4185 -0.7664 -250 2008 2021 -1.3035 -1.6322 -0.9747 -250 2008 2022 -1.3846 -1.7435 -1.0256 -250 2008 2023 -1.4774 -1.8861 -1.0687 -250 2009 2010 -0.0897 -0.3274 0.1479 -250 2009 2011 -0.2153 -0.4984 0.0678 -250 2009 2012 -0.2013 -0.475 0.0723 -250 2009 2013 -0.3124 -0.6063 -0.0185 -250 2009 2014 -0.3897 -0.7014 -0.078 -250 2009 2015 -0.3997 -0.6911 -0.1082 -250 2009 2016 -0.4793 -0.7661 -0.1924 -250 2009 2017 -0.4708 -0.7684 -0.1731 -250 2009 2018 -0.7501 -1.0498 -0.4503 -250 2009 2019 -0.9897 -1.3137 -0.6658 -250 2009 2020 -1.0967 -1.4195 -0.7738 -250 2009 2021 -1.3076 -1.6371 -0.9781 -250 2009 2022 -1.3887 -1.7506 -1.0268 -250 2009 2023 -1.4816 -1.8977 -1.0654 -250 2010 2011 -0.1255 -0.3704 0.1194 -250 2010 2012 -0.1116 -0.38 0.1568 -250 2010 2013 -0.2227 -0.5063 0.061 -250 2010 2014 -0.3 -0.6058 0.0059 -250 2010 2015 -0.3099 -0.6032 -0.0166 -250 2010 2016 -0.3895 -0.6707 -0.1084 -250 2010 2017 -0.381 -0.6786 -0.0834 -250 2010 2018 -0.6603 -0.9594 -0.3613 -250 2010 2019 -0.9 -1.2154 -0.5846 -250 2010 2020 -1.0069 -1.3248 -0.689 -250 2010 2021 -1.2179 -1.5415 -0.8943 -250 2010 2022 -1.299 -1.6527 -0.9453 -250 2010 2023 -1.3918 -1.8001 -0.9835 -250 2011 2012 0.0139 -0.2342 0.2621 -250 2011 2013 -0.0972 -0.3843 0.1899 -250 2011 2014 -0.1745 -0.4805 0.1316 -250 2011 2015 -0.1844 -0.4884 0.1196 -250 2011 2016 -0.264 -0.5615 0.0335 -250 2011 2017 -0.2555 -0.5664 0.0554 -250 2011 2018 -0.5348 -0.8445 -0.2251 -250 2011 2019 -0.7745 -1.0985 -0.4505 -250 2011 2020 -0.8814 -1.2081 -0.5546 -250 2011 2021 -1.0924 -1.42 -0.7648 -250 2011 2022 -1.1735 -1.5319 -0.815 -250 2011 2023 -1.2663 -1.6726 -0.86 -250 2012 2013 -0.1111 -0.3567 0.1345 -250 2012 2014 -0.1884 -0.4797 0.1029 -250 2012 2015 -0.1983 -0.4815 0.0848 -250 2012 2016 -0.2779 -0.5648 0.009 -250 2012 2017 -0.2694 -0.5636 0.0248 -250 2012 2018 -0.5487 -0.8462 -0.2512 -250 2012 2019 -0.7884 -1.1111 -0.4657 -250 2012 2020 -0.8953 -1.2156 -0.5751 -250 2012 2021 -1.1063 -1.433 -0.7796 -250 2012 2022 -1.1874 -1.5473 -0.8275 -250 2012 2023 -1.2802 -1.6943 -0.8662 -250 2013 2014 -0.0773 -0.331 0.1765 -250 2013 2015 -0.0872 -0.369 0.1946 -250 2013 2016 -0.1668 -0.449 0.1154 -250 2013 2017 -0.1583 -0.4636 0.1469 -250 2013 2018 -0.4376 -0.745 -0.1303 -250 2013 2019 -0.6773 -0.9997 -0.3549 -250 2013 2020 -0.7842 -1.1095 -0.4589 -250 2013 2021 -0.9952 -1.3245 -0.6659 -250 2013 2022 -1.0763 -1.4351 -0.7175 -250 2013 2023 -1.1691 -1.5808 -0.7575 -250 2014 2015 -0.0099 -0.2644 0.2445 -250 2014 2016 -0.0895 -0.377 0.198 -250 2014 2017 -0.081 -0.3887 0.2267 -250 2014 2018 -0.3604 -0.6755 -0.0452 -250 2014 2019 -0.6 -0.9319 -0.2681 -250 2014 2020 -0.7069 -1.0384 -0.3755 -250 2014 2021 -0.9179 -1.2544 -0.5815 -250 2014 2022 -0.999 -1.3664 -0.6316 -250 2014 2023 -1.0918 -1.5076 -0.6761 -250 2015 2016 -0.0796 -0.3228 0.1636 -250 2015 2017 -0.0711 -0.3556 0.2134 -250 2015 2018 -0.3504 -0.6456 -0.0552 -250 2015 2019 -0.5901 -0.911 -0.2692 -250 2015 2020 -0.697 -1.0169 -0.3771 -250 2015 2021 -0.908 -1.2329 -0.583 -250 2015 2022 -0.9891 -1.3493 -0.6289 -250 2015 2023 -1.0819 -1.4963 -0.6676 -250 2016 2017 0.0085 -0.2416 0.2586 -250 2016 2018 -0.2708 -0.5523 0.0106 -250 2016 2019 -0.5105 -0.8149 -0.2061 -250 2016 2020 -0.6174 -0.9281 -0.3067 -250 2016 2021 -0.8284 -1.1476 -0.5091 -250 2016 2022 -0.9095 -1.2596 -0.5594 -250 2016 2023 -1.0023 -1.4073 -0.5974 -250 2017 2018 -0.2793 -0.5354 -0.0233 -250 2017 2019 -0.519 -0.8318 -0.2062 -250 2017 2020 -0.6259 -0.933 -0.3188 -250 2017 2021 -0.8369 -1.172 -0.5017 -250 2017 2022 -0.918 -1.2851 -0.5508 -250 2017 2023 -1.0108 -1.4318 -0.5898 -250 2018 2019 -0.2397 -0.4979 0.0185 -250 2018 2020 -0.3466 -0.6414 -0.0518 -250 2018 2021 -0.5576 -0.8662 -0.2489 -250 2018 2022 -0.6387 -0.9881 -0.2892 -250 2018 2023 -0.7315 -1.1363 -0.3268 -250 2019 2020 -0.1069 -0.3709 0.1571 -250 2019 2021 -0.3179 -0.6209 -0.0149 -250 2019 2022 -0.399 -0.7417 -0.0564 -250 2019 2023 -0.4918 -0.8909 -0.0928 -250 2020 2021 -0.211 -0.477 0.055 -250 2020 2022 -0.2921 -0.6244 0.0402 -250 2020 2023 -0.3849 -0.7785 0.0086 -250 2021 2022 -0.0811 -0.3546 0.1924 -250 2021 2023 -0.1739 -0.5335 0.1856 -250 2022 2023 -0.0928 -0.391 0.2053 -251 2007 2008 -0.0549 -0.1809 0.0711 -251 2007 2009 -0.0818 -0.2475 0.0839 -251 2007 2010 0.0158 -0.155 0.1866 -251 2007 2011 0.0926 -0.0814 0.2667 -251 2007 2012 0.1415 -0.0435 0.3265 -251 2007 2013 0.1676 -0.0157 0.3509 -251 2007 2014 0.2756 0.0923 0.4588 -251 2007 2015 0.3517 0.1613 0.542 -251 2007 2016 0.3443 0.1644 0.5241 -251 2007 2017 0.3952 0.2123 0.5782 -251 2007 2018 0.4436 0.2578 0.6295 -251 2007 2019 0.4122 0.2349 0.5895 -251 2007 2020 0.3531 0.1666 0.5395 -251 2007 2021 0.3937 0.2104 0.577 -251 2007 2022 0.4026 0.2206 0.5845 -251 2007 2023 0.391 0.1935 0.5884 -251 2008 2009 -0.0269 -0.1509 0.097 -251 2008 2010 0.0707 -0.0743 0.2157 -251 2008 2011 0.1475 -0.0054 0.3004 -251 2008 2012 0.1964 0.0267 0.3661 -251 2008 2013 0.2225 0.0518 0.3932 -251 2008 2014 0.3305 0.1578 0.5031 -251 2008 2015 0.4066 0.2238 0.5893 -251 2008 2016 0.3991 0.2272 0.5711 -251 2008 2017 0.4501 0.2762 0.624 -251 2008 2018 0.4985 0.3189 0.6781 -251 2008 2019 0.4671 0.297 0.6371 -251 2008 2020 0.4079 0.2334 0.5824 -251 2008 2021 0.4486 0.2745 0.6226 -251 2008 2022 0.4575 0.2823 0.6326 -251 2008 2023 0.4458 0.2587 0.633 -251 2009 2010 0.0976 -0.0259 0.2211 -251 2009 2011 0.1744 0.0217 0.3271 -251 2009 2012 0.2233 0.0502 0.3964 -251 2009 2013 0.2494 0.0717 0.4271 -251 2009 2014 0.3574 0.1723 0.5424 -251 2009 2015 0.4335 0.2386 0.6284 -251 2009 2016 0.426 0.2425 0.6096 -251 2009 2017 0.477 0.2901 0.6639 -251 2009 2018 0.5254 0.3328 0.718 -251 2009 2019 0.494 0.3123 0.6756 -251 2009 2020 0.4348 0.2517 0.618 -251 2009 2021 0.4755 0.2901 0.6608 -251 2009 2022 0.4843 0.2963 0.6724 -251 2009 2023 0.4727 0.2738 0.6716 -251 2010 2011 0.0768 -0.0444 0.1981 -251 2010 2012 0.1257 -0.029 0.2804 -251 2010 2013 0.1518 -0.0119 0.3156 -251 2010 2014 0.2598 0.0878 0.4318 -251 2010 2015 0.3359 0.1529 0.5189 -251 2010 2016 0.3285 0.1558 0.5011 -251 2010 2017 0.3794 0.2028 0.5561 -251 2010 2018 0.4278 0.2458 0.6098 -251 2010 2019 0.3964 0.2241 0.5686 -251 2010 2020 0.3373 0.1596 0.5149 -251 2010 2021 0.3779 0.2003 0.5555 -251 2010 2022 0.3868 0.2083 0.5653 -251 2010 2023 0.3752 0.1834 0.5669 -251 2011 2012 0.0489 -0.073 0.1707 -251 2011 2013 0.075 -0.0712 0.2212 -251 2011 2014 0.183 0.0261 0.3398 -251 2011 2015 0.2591 0.0875 0.4307 -251 2011 2016 0.2516 0.0861 0.4171 -251 2011 2017 0.3026 0.1346 0.4706 -251 2011 2018 0.351 0.1773 0.5247 -251 2011 2019 0.3195 0.152 0.4871 -251 2011 2020 0.2604 0.0865 0.4343 -251 2011 2021 0.3011 0.129 0.4731 -251 2011 2022 0.3099 0.1366 0.4833 -251 2011 2023 0.2983 0.1121 0.4846 -251 2012 2013 0.0261 -0.0962 0.1484 -251 2012 2014 0.1341 -0.0162 0.2843 -251 2012 2015 0.2102 0.0416 0.3789 -251 2012 2016 0.2028 0.0356 0.37 -251 2012 2017 0.2537 0.0819 0.4256 -251 2012 2018 0.3021 0.1262 0.4781 -251 2012 2019 0.2707 0.0988 0.4426 -251 2012 2020 0.2115 0.0316 0.3915 -251 2012 2021 0.2522 0.076 0.4284 -251 2012 2022 0.2611 0.0829 0.4393 -251 2012 2023 0.2495 0.0571 0.4418 -251 2013 2014 0.108 -0.0146 0.2306 -251 2013 2015 0.1841 0.0296 0.3386 -251 2013 2016 0.1766 0.0198 0.3335 -251 2013 2017 0.2276 0.0623 0.393 -251 2013 2018 0.276 0.1041 0.4479 -251 2013 2019 0.2446 0.0784 0.4107 -251 2013 2020 0.1854 0.0102 0.3607 -251 2013 2021 0.2261 0.0534 0.3987 -251 2013 2022 0.235 0.0619 0.408 -251 2013 2023 0.2233 0.0353 0.4114 -251 2014 2015 0.0761 -0.0451 0.1974 -251 2014 2016 0.0687 -0.0734 0.2107 -251 2014 2017 0.1197 -0.0333 0.2726 -251 2014 2018 0.1681 0.0067 0.3294 -251 2014 2019 0.1366 -0.0249 0.2981 -251 2014 2020 0.0775 -0.0952 0.2501 -251 2014 2021 0.1181 -0.0493 0.2855 -251 2014 2022 0.127 -0.0412 0.2952 -251 2014 2023 0.1154 -0.0676 0.2984 -251 2015 2016 -0.0074 -0.1289 0.114 -251 2015 2017 0.0435 -0.1044 0.1914 -251 2015 2018 0.0919 -0.0665 0.2504 -251 2015 2019 0.0605 -0.1027 0.2236 -251 2015 2020 0.0013 -0.176 0.1787 -251 2015 2021 0.042 -0.1279 0.2119 -251 2015 2022 0.0509 -0.1208 0.2225 -251 2015 2023 0.0393 -0.1495 0.228 -251 2016 2017 0.051 -0.0666 0.1686 -251 2016 2018 0.0994 -0.0437 0.2425 -251 2016 2019 0.0679 -0.0784 0.2142 -251 2016 2020 0.0088 -0.1536 0.1711 -251 2016 2021 0.0494 -0.1091 0.208 -251 2016 2022 0.0583 -0.1005 0.2171 -251 2016 2023 0.0467 -0.1308 0.2242 -251 2017 2018 0.0484 -0.0702 0.167 -251 2017 2019 0.0169 -0.1225 0.1563 -251 2017 2020 -0.0422 -0.1997 0.1153 -251 2017 2021 -0.0016 -0.1564 0.1533 -251 2017 2022 0.0073 -0.151 0.1657 -251 2017 2023 -0.0043 -0.1791 0.1706 -251 2018 2019 -0.0315 -0.1502 0.0873 -251 2018 2020 -0.0906 -0.2423 0.061 -251 2018 2021 -0.05 -0.1973 0.0974 -251 2018 2022 -0.0411 -0.1971 0.115 -251 2018 2023 -0.0527 -0.2301 0.1247 -251 2019 2020 -0.0591 -0.1788 0.0605 -251 2019 2021 -0.0185 -0.1541 0.1171 -251 2019 2022 -0.0096 -0.1538 0.1347 -251 2019 2023 -0.0212 -0.1894 0.147 -251 2020 2021 0.0406 -0.0801 0.1614 -251 2020 2022 0.0495 -0.0968 0.1959 -251 2020 2023 0.0379 -0.1302 0.206 -251 2021 2022 0.0089 -0.1085 0.1263 -251 2021 2023 -0.0027 -0.1558 0.1503 -251 2022 2023 -0.0116 -0.1366 0.1133 -252 2007 2010 0.1576 -0.046 0.3612 -252 2007 2013 0.2657 0.0093 0.5221 -252 2007 2016 0.1335 -0.1102 0.3771 -252 2007 2019 0.097 -0.161 0.3551 -252 2007 2022 0.0548 -0.2479 0.3575 -252 2010 2013 0.1081 -0.0845 0.3008 -252 2010 2016 -0.0241 -0.2426 0.1944 -252 2010 2019 -0.0606 -0.2984 0.1773 -252 2010 2022 -0.1028 -0.394 0.1884 -252 2013 2016 -0.1323 -0.3409 0.0763 -252 2013 2019 -0.1687 -0.4116 0.0742 -252 2013 2022 -0.2109 -0.5127 0.0908 -252 2016 2019 -0.0364 -0.2367 0.1638 -252 2016 2022 -0.0787 -0.3504 0.1931 -252 2019 2022 -0.0422 -0.2768 0.1923 -253 2007 2010 0.1826 0.1258 0.2394 -253 2007 2013 0.0722 0.012 0.1323 -253 2007 2016 -0.0602 -0.1201 -4e-04 -253 2007 2019 0.0076 -0.0532 0.0683 -253 2007 2022 0.0712 7e-04 0.1418 -253 2010 2013 -0.1104 -0.1692 -0.0516 -253 2010 2016 -0.2428 -0.303 -0.1826 -253 2010 2019 -0.175 -0.2361 -0.1139 -253 2010 2022 -0.1113 -0.1821 -0.0406 -253 2013 2016 -0.1324 -0.1928 -0.0719 -253 2013 2019 -0.0646 -0.1271 -0.0021 -253 2013 2022 -9e-04 -0.0729 0.071 -253 2016 2019 0.0678 0.0083 0.1272 -253 2016 2022 0.1315 0.061 0.2019 -253 2019 2022 0.0637 -0.0045 0.1318 -254 2007 2008 -0.1252 -0.3671 0.1168 -254 2007 2009 -0.1337 -0.4239 0.1565 -254 2007 2010 -0.0062 -0.2796 0.2671 -254 2007 2011 0.0435 -0.2537 0.3407 -254 2007 2012 0.1529 -0.1465 0.4522 -254 2007 2013 0.1962 -0.1072 0.4997 -254 2007 2014 0.1963 -0.1149 0.5075 -254 2007 2015 0.1525 -0.1651 0.4701 -254 2007 2016 0.02 -0.3243 0.3642 -254 2007 2017 0.0253 -0.3092 0.3598 -254 2007 2018 0.1105 -0.2089 0.43 -254 2007 2019 0.0536 -0.2745 0.3818 -254 2007 2020 -0.0058 -0.3528 0.3413 -254 2007 2021 0.0258 -0.3134 0.365 -254 2007 2022 -0.0309 -0.3992 0.3374 -254 2007 2023 0.0585 -0.3165 0.4335 -254 2008 2009 -0.0085 -0.2241 0.207 -254 2008 2010 0.1189 -0.143 0.3807 -254 2008 2011 0.1686 -0.1185 0.4557 -254 2008 2012 0.278 -0.0408 0.5968 -254 2008 2013 0.3214 -0.0106 0.6533 -254 2008 2014 0.3214 -0.0141 0.6569 -254 2008 2015 0.2776 -0.054 0.6092 -254 2008 2016 0.145 -0.1722 0.4623 -254 2008 2017 0.1504 -0.162 0.4628 -254 2008 2018 0.2356 -0.0977 0.569 -254 2008 2019 0.1787 -0.1481 0.5055 -254 2008 2020 0.1193 -0.2074 0.446 -254 2008 2021 0.1508 -0.1843 0.486 -254 2008 2022 0.0942 -0.2494 0.4377 -254 2008 2023 0.1835 -0.195 0.5621 -254 2009 2010 0.1274 -0.0967 0.3516 -254 2009 2011 0.1772 -0.0921 0.4464 -254 2009 2012 0.2866 -0.0225 0.5956 -254 2009 2013 0.3299 0.0016 0.6583 -254 2009 2014 0.3299 -0.0034 0.6633 -254 2009 2015 0.2861 -0.0395 0.6117 -254 2009 2016 0.1536 -0.1545 0.4616 -254 2009 2017 0.1589 -0.1462 0.464 -254 2009 2018 0.2441 -0.0826 0.5709 -254 2009 2019 0.1872 -0.1333 0.5078 -254 2009 2020 0.1278 -0.1919 0.4475 -254 2009 2021 0.1593 -0.1692 0.4879 -254 2009 2022 0.1027 -0.234 0.4394 -254 2009 2023 0.1921 -0.1852 0.5693 -254 2010 2011 0.0498 -0.1578 0.2573 -254 2010 2012 0.1591 -0.0902 0.4084 -254 2010 2013 0.2025 -0.0662 0.4712 -254 2010 2014 0.2025 -0.0786 0.4836 -254 2010 2015 0.1587 -0.1268 0.4443 -254 2010 2016 0.0262 -0.2763 0.3287 -254 2010 2017 0.0315 -0.263 0.3261 -254 2010 2018 0.1168 -0.1724 0.4059 -254 2010 2019 0.0599 -0.2335 0.3532 -254 2010 2020 5e-04 -0.3089 0.3098 -254 2010 2021 0.032 -0.2742 0.3382 -254 2010 2022 -0.0247 -0.3558 0.3065 -254 2010 2023 0.0647 -0.2845 0.4139 -254 2011 2012 0.1094 -0.1054 0.3242 -254 2011 2013 0.1528 -0.1065 0.4122 -254 2011 2014 0.1528 -0.124 0.4297 -254 2011 2015 0.109 -0.1774 0.3954 -254 2011 2016 -0.0235 -0.3279 0.2809 -254 2011 2017 -0.0182 -0.3138 0.2774 -254 2011 2018 0.0671 -0.227 0.3611 -254 2011 2019 0.0101 -0.2902 0.3104 -254 2011 2020 -0.0493 -0.3624 0.2638 -254 2011 2021 -0.0177 -0.3294 0.2939 -254 2011 2022 -0.0744 -0.4101 0.2614 -254 2011 2023 0.015 -0.3364 0.3664 -254 2012 2013 0.0434 -0.1647 0.2516 -254 2012 2014 0.0434 -0.207 0.2939 -254 2012 2015 -4e-04 -0.2697 0.269 -254 2012 2016 -0.1329 -0.4481 0.1823 -254 2012 2017 -0.1276 -0.4342 0.179 -254 2012 2018 -0.0423 -0.3249 0.2403 -254 2012 2019 -0.0992 -0.4014 0.203 -254 2012 2020 -0.1586 -0.4852 0.1679 -254 2012 2021 -0.1271 -0.4423 0.1881 -254 2012 2022 -0.1838 -0.5367 0.1692 -254 2012 2023 -0.0944 -0.448 0.2593 -254 2013 2014 0 -0.2096 0.2096 -254 2013 2015 -0.0438 -0.3003 0.2128 -254 2013 2016 -0.1764 -0.4888 0.136 -254 2013 2017 -0.171 -0.4793 0.1373 -254 2013 2018 -0.0857 -0.3718 0.2004 -254 2013 2019 -0.1426 -0.4477 0.1624 -254 2013 2020 -0.2021 -0.5337 0.1296 -254 2013 2021 -0.1705 -0.4905 0.1495 -254 2013 2022 -0.2272 -0.5851 0.1308 -254 2013 2023 -0.1378 -0.493 0.2175 -254 2014 2015 -0.0438 -0.2567 0.1691 -254 2014 2016 -0.1764 -0.4677 0.1149 -254 2014 2017 -0.171 -0.4647 0.1226 -254 2014 2018 -0.0857 -0.3653 0.1938 -254 2014 2019 -0.1427 -0.444 0.1587 -254 2014 2020 -0.2021 -0.5274 0.1233 -254 2014 2021 -0.1705 -0.4853 0.1443 -254 2014 2022 -0.2272 -0.5807 0.1263 -254 2014 2023 -0.1378 -0.4882 0.2126 -254 2015 2016 -0.1326 -0.3716 0.1064 -254 2015 2017 -0.1272 -0.3954 0.1409 -254 2015 2018 -0.0419 -0.3084 0.2245 -254 2015 2019 -0.0989 -0.392 0.1942 -254 2015 2020 -0.1583 -0.4748 0.1582 -254 2015 2021 -0.1267 -0.4351 0.1816 -254 2015 2022 -0.1834 -0.5291 0.1623 -254 2015 2023 -0.094 -0.4456 0.2576 -254 2016 2017 0.0053 -0.2129 0.2235 -254 2016 2018 0.0906 -0.1917 0.3729 -254 2016 2019 0.0337 -0.264 0.3313 -254 2016 2020 -0.0258 -0.3333 0.2818 -254 2016 2021 0.0058 -0.3124 0.324 -254 2016 2022 -0.0509 -0.3828 0.281 -254 2016 2023 0.0385 -0.327 0.404 -254 2017 2018 0.0853 -0.1438 0.3143 -254 2017 2019 0.0283 -0.2395 0.2961 -254 2017 2020 -0.0311 -0.3158 0.2537 -254 2017 2021 5e-04 -0.2967 0.2976 -254 2017 2022 -0.0562 -0.3737 0.2613 -254 2017 2023 0.0332 -0.3119 0.3783 -254 2018 2019 -0.0569 -0.2738 0.16 -254 2018 2020 -0.1164 -0.3898 0.1571 -254 2018 2021 -0.0848 -0.361 0.1913 -254 2018 2022 -0.1415 -0.4651 0.1821 -254 2018 2023 -0.0521 -0.3866 0.2824 -254 2019 2020 -0.0594 -0.281 0.1623 -254 2019 2021 -0.0279 -0.2896 0.2338 -254 2019 2022 -0.0845 -0.3891 0.22 -254 2019 2023 0.0049 -0.3267 0.3364 -254 2020 2021 0.0315 -0.1907 0.2537 -254 2020 2022 -0.0251 -0.3045 0.2543 -254 2020 2023 0.0643 -0.2587 0.3872 -254 2021 2022 -0.0566 -0.2892 0.176 -254 2021 2023 0.0327 -0.2584 0.3239 -254 2022 2023 0.0894 -0.1561 0.3348 -255 2007 2010 0.085 -0.0069 0.1769 -255 2007 2013 0.0866 -0.01 0.1832 -255 2007 2016 0.0935 -6e-04 0.1876 -255 2007 2019 0.2314 0.1383 0.3245 -255 2007 2022 0.1074 -0.0039 0.2186 -255 2010 2013 0.0016 -0.0917 0.0948 -255 2010 2016 0.0085 -0.0863 0.1033 -255 2010 2019 0.1464 0.0539 0.2389 -255 2010 2022 0.0224 -0.0905 0.1352 -255 2013 2016 0.0069 -0.0835 0.0973 -255 2013 2019 0.1448 0.0528 0.2369 -255 2013 2022 0.0208 -0.0908 0.1324 -255 2016 2019 0.1379 0.0524 0.2235 -255 2016 2022 0.0139 -0.0928 0.1205 -255 2019 2022 -0.1241 -0.2264 -0.0217 -256 2007 2010 0.0834 -0.1103 0.2771 -256 2007 2013 0.1937 -0.0707 0.4581 -256 2007 2016 0.2953 -0.0228 0.6134 -256 2007 2019 0.3576 -0.0052 0.7203 -256 2007 2022 0.4012 -0.0108 0.8131 -256 2010 2013 0.1103 -0.0717 0.2922 -256 2010 2016 0.2118 -0.034 0.4576 -256 2010 2019 0.274 -0.0218 0.5699 -256 2010 2022 0.3177 -0.031 0.6663 -256 2013 2016 0.1015 -0.0733 0.2762 -256 2013 2019 0.1638 -0.0718 0.3993 -256 2013 2022 0.2073 -0.0849 0.4996 -256 2016 2019 0.0623 -0.109 0.2335 -256 2016 2022 0.1058 -0.1359 0.3476 -256 2019 2022 0.0435 -0.1425 0.2296 -257 2007 2010 0.3115 0.0652 0.5579 -257 2007 2013 0.192 -0.0664 0.4503 -257 2007 2016 0.1075 -0.153 0.368 -257 2007 2019 0.2952 0.0016 0.5887 -257 2007 2022 -0.1078 -0.4404 0.2248 -257 2010 2013 -0.1196 -0.3314 0.0923 -257 2010 2016 -0.2041 -0.4553 0.0472 -257 2010 2019 -0.0163 -0.2517 0.2192 -257 2010 2022 -0.4193 -0.7894 -0.0492 -257 2013 2016 -0.0845 -0.3039 0.1349 -257 2013 2019 0.1033 -0.1259 0.3325 -257 2013 2022 -0.2998 -0.6414 0.0419 -257 2016 2019 0.1878 -0.0457 0.4214 -257 2016 2022 -0.2153 -0.5339 0.1032 -257 2019 2022 -0.4032 -0.7396 -0.0668 -258 2007 2008 -0.0035 -0.1283 0.1214 -258 2007 2009 -0.0027 -0.1522 0.1468 -258 2007 2010 0.063 -0.0729 0.1989 -258 2007 2011 0.0742 -0.0735 0.2219 -258 2007 2012 0.0456 -0.1146 0.2057 -258 2007 2013 -0.0647 -0.206 0.0767 -258 2007 2014 -0.184 -0.339 -0.0289 -258 2007 2015 -0.2406 -0.3985 -0.0827 -258 2007 2016 -0.2252 -0.3666 -0.0838 -258 2007 2017 -0.2733 -0.4216 -0.125 -258 2007 2018 -0.2608 -0.4199 -0.1017 -258 2007 2019 -0.1369 -0.2784 0.0047 -258 2007 2020 -0.0361 -0.1845 0.1124 -258 2007 2021 0.0178 -0.1351 0.1708 -258 2007 2022 -0.0889 -0.2351 0.0572 -258 2007 2023 -0.0494 -0.2071 0.1082 -258 2008 2009 8e-04 -0.1297 0.1312 -258 2008 2010 0.0665 -0.0695 0.2024 -258 2008 2011 0.0777 -0.0643 0.2196 -258 2008 2012 0.049 -0.1096 0.2077 -258 2008 2013 -0.0612 -0.205 0.0826 -258 2008 2014 -0.1805 -0.3306 -0.0304 -258 2008 2015 -0.2371 -0.3925 -0.0817 -258 2008 2016 -0.2218 -0.3659 -0.0776 -258 2008 2017 -0.2698 -0.4126 -0.1271 -258 2008 2018 -0.2573 -0.4133 -0.1013 -258 2008 2019 -0.1334 -0.2774 0.0106 -258 2008 2020 -0.0326 -0.1771 0.1118 -258 2008 2021 0.0213 -0.1299 0.1725 -258 2008 2022 -0.0855 -0.232 0.061 -258 2008 2023 -0.046 -0.1977 0.1058 -258 2009 2010 0.0657 -0.0664 0.1979 -258 2009 2011 0.0769 -0.0762 0.23 -258 2009 2012 0.0483 -0.1173 0.2138 -258 2009 2013 -0.062 -0.216 0.0921 -258 2009 2014 -0.1813 -0.342 -0.0205 -258 2009 2015 -0.2379 -0.3989 -0.0769 -258 2009 2016 -0.2225 -0.3773 -0.0677 -258 2009 2017 -0.2706 -0.4251 -0.1161 -258 2009 2018 -0.2581 -0.4179 -0.0983 -258 2009 2019 -0.1342 -0.2886 0.0202 -258 2009 2020 -0.0334 -0.1922 0.1254 -258 2009 2021 0.0205 -0.1401 0.1812 -258 2009 2022 -0.0863 -0.2419 0.0694 -258 2009 2023 -0.0467 -0.2135 0.1201 -258 2010 2011 0.0112 -0.1118 0.1342 -258 2010 2012 -0.0174 -0.1636 0.1287 -258 2010 2013 -0.1277 -0.2638 0.0084 -258 2010 2014 -0.247 -0.402 -0.092 -258 2010 2015 -0.3036 -0.463 -0.1443 -258 2010 2016 -0.2882 -0.4285 -0.148 -258 2010 2017 -0.3363 -0.4863 -0.1863 -258 2010 2018 -0.3238 -0.4849 -0.1627 -258 2010 2019 -0.1999 -0.3398 -0.06 -258 2010 2020 -0.0991 -0.2411 0.0429 -258 2010 2021 -0.0452 -0.1886 0.0983 -258 2010 2022 -0.152 -0.2988 -0.0051 -258 2010 2023 -0.1124 -0.2674 0.0425 -258 2011 2012 -0.0286 -0.1587 0.1014 -258 2011 2013 -0.1389 -0.2774 -4e-04 -258 2011 2014 -0.2582 -0.4135 -0.1028 -258 2011 2015 -0.3148 -0.479 -0.1506 -258 2011 2016 -0.2994 -0.4472 -0.1517 -258 2011 2017 -0.3475 -0.4998 -0.1952 -258 2011 2018 -0.335 -0.5026 -0.1674 -258 2011 2019 -0.2111 -0.3581 -0.0641 -258 2011 2020 -0.1103 -0.2507 0.0301 -258 2011 2021 -0.0564 -0.2013 0.0885 -258 2011 2022 -0.1632 -0.3181 -0.0082 -258 2011 2023 -0.1236 -0.2779 0.0306 -258 2012 2013 -0.1103 -0.2425 0.022 -258 2012 2014 -0.2296 -0.3941 -0.065 -258 2012 2015 -0.2862 -0.4584 -0.1139 -258 2012 2016 -0.2708 -0.4286 -0.113 -258 2012 2017 -0.3189 -0.4857 -0.152 -258 2012 2018 -0.3064 -0.4834 -0.1293 -258 2012 2019 -0.1824 -0.3402 -0.0247 -258 2012 2020 -0.0817 -0.235 0.0717 -258 2012 2021 -0.0277 -0.1782 0.1228 -258 2012 2022 -0.1345 -0.3014 0.0323 -258 2012 2023 -0.095 -0.2634 0.0734 -258 2013 2014 -0.1193 -0.2506 0.012 -258 2013 2015 -0.1759 -0.3257 -0.0262 -258 2013 2016 -0.1606 -0.2977 -0.0234 -258 2013 2017 -0.2086 -0.3552 -0.062 -258 2013 2018 -0.1961 -0.3545 -0.0377 -258 2013 2019 -0.0722 -0.2127 0.0683 -258 2013 2020 0.0286 -0.1162 0.1733 -258 2013 2021 0.0825 -0.0652 0.2302 -258 2013 2022 -0.0243 -0.17 0.1215 -258 2013 2023 0.0152 -0.1407 0.1711 -258 2014 2015 -0.0566 -0.1891 0.0758 -258 2014 2016 -0.0412 -0.1864 0.1039 -258 2014 2017 -0.0893 -0.2345 0.0558 -258 2014 2018 -0.0768 -0.2349 0.0812 -258 2014 2019 0.0471 -0.1056 0.1998 -258 2014 2020 0.1479 -0.0083 0.304 -258 2014 2021 0.2018 0.0359 0.3677 -258 2014 2022 0.095 -0.0574 0.2474 -258 2014 2023 0.1345 -0.027 0.2961 -258 2015 2016 0.0154 -0.1169 0.1477 -258 2015 2017 -0.0327 -0.1789 0.1135 -258 2015 2018 -0.0202 -0.1763 0.1359 -258 2015 2019 0.1037 -0.0511 0.2586 -258 2015 2020 0.2045 0.0415 0.3675 -258 2015 2021 0.2584 0.0896 0.4272 -258 2015 2022 0.1516 -0.0031 0.3063 -258 2015 2023 0.1912 0.0231 0.3592 -258 2016 2017 -0.0481 -0.174 0.0778 -258 2016 2018 -0.0356 -0.1858 0.1146 -258 2016 2019 0.0883 -0.0493 0.226 -258 2016 2020 0.1891 0.0435 0.3347 -258 2016 2021 0.2431 0.0927 0.3935 -258 2016 2022 0.1363 -0.0072 0.2798 -258 2016 2023 0.1758 0.0205 0.3311 -258 2017 2018 0.0125 -0.1163 0.1413 -258 2017 2019 0.1364 -0.0024 0.2753 -258 2017 2020 0.2372 0.0904 0.384 -258 2017 2021 0.2911 0.1337 0.4485 -258 2017 2022 0.1843 0.0407 0.328 -258 2017 2023 0.2239 0.0711 0.3766 -258 2018 2019 0.124 -0.0093 0.2572 -258 2018 2020 0.2247 0.0669 0.3826 -258 2018 2021 0.2786 0.1133 0.444 -258 2018 2022 0.1718 0.0207 0.323 -258 2018 2023 0.2114 0.0432 0.3795 -258 2019 2020 0.1008 -0.0243 0.2259 -258 2019 2021 0.1547 0.0128 0.2967 -258 2019 2022 0.0479 -0.0899 0.1857 -258 2019 2023 0.0874 -0.0654 0.2403 -258 2020 2021 0.0539 -0.07 0.1779 -258 2020 2022 -0.0529 -0.1984 0.0927 -258 2020 2023 -0.0133 -0.1616 0.1349 -258 2021 2022 -0.1068 -0.2447 0.031 -258 2021 2023 -0.0673 -0.2185 0.0839 -258 2022 2023 0.0395 -0.0937 0.1728 -259 2007 2010 -0.1494 -0.2273 -0.0715 -259 2007 2013 -0.1612 -0.2436 -0.0788 -259 2007 2016 -0.2882 -0.3698 -0.2066 -259 2007 2019 -0.2536 -0.3367 -0.1705 -259 2007 2022 -0.224 -0.3227 -0.1254 -259 2010 2013 -0.0118 -0.0951 0.0715 -259 2010 2016 -0.1388 -0.2226 -0.055 -259 2010 2019 -0.1042 -0.19 -0.0184 -259 2010 2022 -0.0746 -0.1755 0.0262 -259 2013 2016 -0.127 -0.2098 -0.0443 -259 2013 2019 -0.0924 -0.179 -0.0058 -259 2013 2022 -0.0628 -0.1642 0.0385 -259 2016 2019 0.0346 -0.0454 0.1146 -259 2016 2022 0.0642 -0.0331 0.1614 -259 2019 2022 0.0296 -0.0651 0.1242 -260 2007 2008 0.0211 -0.1761 0.2184 -260 2007 2009 -0.0046 -0.2524 0.2431 -260 2007 2010 0.0727 -0.1663 0.3117 -260 2007 2011 0.2153 -0.0338 0.4645 -260 2007 2012 0.2901 0.0276 0.5526 -260 2007 2013 0.2059 -0.0479 0.4598 -260 2007 2014 0.2099 -0.0443 0.4641 -260 2007 2015 0.2271 -0.0399 0.4941 -260 2007 2016 0.2456 -0.019 0.5101 -260 2007 2017 0.3066 0.0505 0.5628 -260 2007 2018 0.4519 0.1768 0.727 -260 2007 2019 0.5289 0.2614 0.7964 -260 2007 2020 0.6135 0.3505 0.8765 -260 2007 2021 0.5613 0.2858 0.8368 -260 2007 2022 0.6 0.3228 0.8772 -260 2007 2023 0.4668 0.1863 0.7473 -260 2008 2009 -0.0258 -0.2277 0.1762 -260 2008 2010 0.0516 -0.1672 0.2704 -260 2008 2011 0.1942 -0.0351 0.4235 -260 2008 2012 0.269 0.0228 0.5152 -260 2008 2013 0.1848 -0.0566 0.4263 -260 2008 2014 0.1888 -0.0487 0.4262 -260 2008 2015 0.206 -0.0454 0.4575 -260 2008 2016 0.2244 -0.026 0.4749 -260 2008 2017 0.2855 0.0485 0.5225 -260 2008 2018 0.4308 0.1722 0.6894 -260 2008 2019 0.5078 0.2545 0.7611 -260 2008 2020 0.5924 0.3485 0.8363 -260 2008 2021 0.5402 0.2804 0.7999 -260 2008 2022 0.5789 0.3152 0.8425 -260 2008 2023 0.4456 0.1818 0.7095 -260 2009 2010 0.0774 -0.1215 0.2762 -260 2009 2011 0.22 -0.0217 0.4617 -260 2009 2012 0.2947 0.0312 0.5583 -260 2009 2013 0.2106 -0.0464 0.4676 -260 2009 2014 0.2145 -0.0417 0.4707 -260 2009 2015 0.2318 -0.0345 0.498 -260 2009 2016 0.2502 -0.0153 0.5157 -260 2009 2017 0.3113 0.0559 0.5666 -260 2009 2018 0.4565 0.1809 0.7321 -260 2009 2019 0.5336 0.2603 0.8068 -260 2009 2020 0.6181 0.3501 0.8862 -260 2009 2021 0.5659 0.2911 0.8408 -260 2009 2022 0.6046 0.3201 0.8891 -260 2009 2023 0.4714 0.1914 0.7514 -260 2010 2011 0.1426 -0.0509 0.3362 -260 2010 2012 0.2174 -0.0161 0.4509 -260 2010 2013 0.1332 -0.0973 0.3638 -260 2010 2014 0.1372 -0.097 0.3714 -260 2010 2015 0.1544 -0.0938 0.4026 -260 2010 2016 0.1728 -0.0733 0.419 -260 2010 2017 0.2339 -0.0031 0.4709 -260 2010 2018 0.3792 0.1205 0.6378 -260 2010 2019 0.4562 0.2034 0.7091 -260 2010 2020 0.5408 0.2935 0.7881 -260 2010 2021 0.4886 0.2301 0.747 -260 2010 2022 0.5273 0.2635 0.791 -260 2010 2023 0.394 0.1306 0.6575 -260 2011 2012 0.0748 -0.1155 0.265 -260 2011 2013 -0.0094 -0.2288 0.2099 -260 2011 2014 -0.0054 -0.2291 0.2182 -260 2011 2015 0.0118 -0.2298 0.2534 -260 2011 2016 0.0302 -0.2135 0.2739 -260 2011 2017 0.0913 -0.1379 0.3205 -260 2011 2018 0.2365 -0.0113 0.4844 -260 2011 2019 0.3136 0.0703 0.5569 -260 2011 2020 0.3982 0.1676 0.6287 -260 2011 2021 0.3459 0.095 0.5969 -260 2011 2022 0.3846 0.1319 0.6374 -260 2011 2023 0.2514 -0.0072 0.51 -260 2012 2013 -0.0842 -0.2802 0.1119 -260 2012 2014 -0.0802 -0.3048 0.1444 -260 2012 2015 -0.063 -0.3065 0.1806 -260 2012 2016 -0.0445 -0.2958 0.2067 -260 2012 2017 0.0165 -0.2253 0.2584 -260 2012 2018 0.1618 -0.089 0.4126 -260 2012 2019 0.2388 -0.0099 0.4876 -260 2012 2020 0.3234 0.0847 0.5621 -260 2012 2021 0.2712 0.0149 0.5275 -260 2012 2022 0.3099 0.0519 0.5678 -260 2012 2023 0.1767 -0.096 0.4493 -260 2013 2014 0.004 -0.1843 0.1922 -260 2013 2015 0.0212 -0.2075 0.2499 -260 2013 2016 0.0396 -0.1973 0.2766 -260 2013 2017 0.1007 -0.1317 0.333 -260 2013 2018 0.246 -0.0067 0.4987 -260 2013 2019 0.323 0.076 0.57 -260 2013 2020 0.4076 0.1666 0.6486 -260 2013 2021 0.3553 0.1007 0.61 -260 2013 2022 0.394 0.1358 0.6523 -260 2013 2023 0.2608 -0.0016 0.5232 -260 2014 2015 0.0172 -0.1743 0.2087 -260 2014 2016 0.0357 -0.1851 0.2564 -260 2014 2017 0.0967 -0.1206 0.3141 -260 2014 2018 0.242 -0.0022 0.4862 -260 2014 2019 0.319 0.0777 0.5604 -260 2014 2020 0.4036 0.1733 0.6339 -260 2014 2021 0.3514 0.1037 0.599 -260 2014 2022 0.3901 0.137 0.6431 -260 2014 2023 0.2569 0.0046 0.5091 -260 2015 2016 0.0184 -0.1763 0.2131 -260 2015 2017 0.0795 -0.1404 0.2994 -260 2015 2018 0.2248 -0.0211 0.4707 -260 2015 2019 0.3018 0.0531 0.5505 -260 2015 2020 0.3864 0.1446 0.6282 -260 2015 2021 0.3342 0.0806 0.5877 -260 2015 2022 0.3729 0.1109 0.6348 -260 2015 2023 0.2396 -0.0245 0.5037 -260 2016 2017 0.0611 -0.1293 0.2514 -260 2016 2018 0.2063 -0.0325 0.4452 -260 2016 2019 0.2834 0.0409 0.5259 -260 2016 2020 0.368 0.1289 0.6071 -260 2016 2021 0.3157 0.0629 0.5686 -260 2016 2022 0.3544 0.0962 0.6126 -260 2016 2023 0.2212 -0.0371 0.4795 -260 2017 2018 0.1453 -0.0498 0.3404 -260 2017 2019 0.2223 0.0044 0.4403 -260 2017 2020 0.3069 0.0952 0.5186 -260 2017 2021 0.2547 0.0199 0.4894 -260 2017 2022 0.2934 0.0509 0.5359 -260 2017 2023 0.1601 -0.076 0.3963 -260 2018 2019 0.0771 -0.1186 0.2727 -260 2018 2020 0.1616 -0.0589 0.3821 -260 2018 2021 0.1094 -0.1349 0.3537 -260 2018 2022 0.1481 -0.1054 0.4016 -260 2018 2023 0.0149 -0.249 0.2787 -260 2019 2020 0.0846 -0.1049 0.274 -260 2019 2021 0.0323 -0.2009 0.2656 -260 2019 2022 0.071 -0.1692 0.3113 -260 2019 2023 -0.0622 -0.3179 0.1935 -260 2020 2021 -0.0523 -0.2457 0.1412 -260 2020 2022 -0.0135 -0.2323 0.2052 -260 2020 2023 -0.1468 -0.3815 0.088 -260 2021 2022 0.0387 -0.1607 0.2381 -260 2021 2023 -0.0945 -0.3326 0.1436 -260 2022 2023 -0.1333 -0.3407 0.0742 -261 2007 2008 0.0591 -0.0016 0.1198 -261 2007 2009 0.0453 -0.0206 0.1111 -261 2007 2010 0.0688 0.0119 0.1256 -261 2007 2011 0.0473 -0.0178 0.1125 -261 2007 2012 0.126 0.0588 0.1932 -261 2007 2013 0.2542 0.1929 0.3155 -261 2007 2014 0.1239 0.0577 0.1901 -261 2007 2015 0.0895 0.0214 0.1576 -261 2007 2016 0.0401 -0.0213 0.1016 -261 2007 2017 0.0915 0.0248 0.1582 -261 2007 2018 0.2 0.1335 0.2666 -261 2007 2019 0.119 0.0572 0.1808 -261 2007 2020 0.1873 0.1193 0.2553 -261 2007 2021 0.1813 0.1154 0.2472 -261 2007 2022 0.1705 0.1045 0.2365 -261 2007 2023 0.205 0.1353 0.2747 -261 2008 2009 -0.0138 -0.0757 0.048 -261 2008 2010 0.0097 -0.0523 0.0716 -261 2008 2011 -0.0118 -0.0679 0.0443 -261 2008 2012 0.0669 0.0016 0.1322 -261 2008 2013 0.1951 0.1302 0.26 -261 2008 2014 0.0648 0.0062 0.1233 -261 2008 2015 0.0304 -0.0358 0.0967 -261 2008 2016 -0.019 -0.0845 0.0466 -261 2008 2017 0.0324 -0.0262 0.091 -261 2008 2018 0.1409 0.077 0.2049 -261 2008 2019 0.0599 -0.0058 0.1256 -261 2008 2020 0.1282 0.0679 0.1884 -261 2008 2021 0.1222 0.0594 0.185 -261 2008 2022 0.1114 0.0425 0.1804 -261 2008 2023 0.1459 0.0843 0.2074 -261 2009 2010 0.0235 -0.0387 0.0857 -261 2009 2011 0.0021 -0.0637 0.0678 -261 2009 2012 0.0808 0.0201 0.1414 -261 2009 2013 0.2089 0.1411 0.2768 -261 2009 2014 0.0786 0.0118 0.1454 -261 2009 2015 0.0443 -0.0181 0.1066 -261 2009 2016 -0.0051 -0.0724 0.0622 -261 2009 2017 0.0463 -0.0206 0.1131 -261 2009 2018 0.1548 0.095 0.2145 -261 2009 2019 0.0737 0.0063 0.1412 -261 2009 2020 0.142 0.0741 0.2099 -261 2009 2021 0.136 0.0762 0.1959 -261 2009 2022 0.1253 0.0541 0.1964 -261 2009 2023 0.1597 0.0896 0.2298 -261 2010 2011 -0.0215 -0.0841 0.0411 -261 2010 2012 0.0572 -0.0085 0.123 -261 2010 2013 0.1854 0.1262 0.2447 -261 2010 2014 0.0551 -0.0106 0.1208 -261 2010 2015 0.0207 -0.0461 0.0875 -261 2010 2016 -0.0286 -0.0895 0.0322 -261 2010 2017 0.0227 -0.0434 0.0888 -261 2010 2018 0.1312 0.0668 0.1956 -261 2010 2019 0.0502 -0.0118 0.1122 -261 2010 2020 0.1185 0.0514 0.1856 -261 2010 2021 0.1125 0.0482 0.1768 -261 2010 2022 0.1018 0.0363 0.1672 -261 2010 2023 0.1362 0.0673 0.2051 -261 2011 2012 0.0787 0.0143 0.1431 -261 2011 2013 0.2069 0.1385 0.2753 -261 2011 2014 0.0766 0.0162 0.137 -261 2011 2015 0.0422 -0.0261 0.1105 -261 2011 2016 -0.0072 -0.0742 0.0599 -261 2011 2017 0.0442 -0.0167 0.1051 -261 2011 2018 0.1527 0.0852 0.2202 -261 2011 2019 0.0717 0.0044 0.1389 -261 2011 2020 0.14 0.077 0.2029 -261 2011 2021 0.134 0.0684 0.1996 -261 2011 2022 0.1232 0.0523 0.1942 -261 2011 2023 0.1577 0.0933 0.222 -261 2012 2013 0.1282 0.0623 0.194 -261 2012 2014 -0.0022 -0.0699 0.0656 -261 2012 2015 -0.0365 -0.1 0.0269 -261 2012 2016 -0.0859 -0.1544 -0.0174 -261 2012 2017 -0.0345 -0.1028 0.0338 -261 2012 2018 0.074 0.0119 0.1361 -261 2012 2019 -0.0071 -0.0755 0.0614 -261 2012 2020 0.0613 -0.008 0.1305 -261 2012 2021 0.0553 -0.007 0.1175 -261 2012 2022 0.0445 -0.0277 0.1167 -261 2012 2023 0.0789 0.0074 0.1505 -261 2013 2014 -0.1303 -0.1965 -0.0641 -261 2013 2015 -0.1647 -0.2338 -0.0956 -261 2013 2016 -0.2141 -0.2777 -0.1505 -261 2013 2017 -0.1627 -0.2318 -0.0936 -261 2013 2018 -0.0542 -0.1201 0.0118 -261 2013 2019 -0.1352 -0.2007 -0.0697 -261 2013 2020 -0.0669 -0.1362 0.0023 -261 2013 2021 -0.0729 -0.1401 -0.0058 -261 2013 2022 -0.0837 -0.1515 -0.0158 -261 2013 2023 -0.0492 -0.1204 0.0219 -261 2014 2015 -0.0344 -0.0999 0.0311 -261 2014 2016 -0.0837 -0.1509 -0.0166 -261 2014 2017 -0.0324 -0.0928 0.0281 -261 2014 2018 0.0761 0.0086 0.1437 -261 2014 2019 -0.0049 -0.0727 0.0629 -261 2014 2020 0.0634 0.001 0.1259 -261 2014 2021 0.0574 -0.0083 0.1232 -261 2014 2022 0.0467 -0.0246 0.118 -261 2014 2023 0.0811 0.0171 0.1451 -261 2015 2016 -0.0494 -0.1151 0.0164 -261 2015 2017 0.002 -0.0663 0.0703 -261 2015 2018 0.1105 0.0484 0.1726 -261 2015 2019 0.0295 -0.0392 0.0981 -261 2015 2020 0.0978 0.0282 0.1674 -261 2015 2021 0.0918 0.0296 0.154 -261 2015 2022 0.081 0.0085 0.1536 -261 2015 2023 0.1155 0.0436 0.1873 -261 2016 2017 0.0514 -0.0136 0.1163 -261 2016 2018 0.1599 0.0918 0.2279 -261 2016 2019 0.0788 0.0168 0.1408 -261 2016 2020 0.1471 0.0779 0.2164 -261 2016 2021 0.1412 0.0742 0.2081 -261 2016 2022 0.1304 0.0645 0.1963 -261 2016 2023 0.1648 0.0941 0.2356 -261 2017 2018 0.1085 0.0439 0.1731 -261 2017 2019 0.0275 -0.0401 0.095 -261 2017 2020 0.0958 0.035 0.1565 -261 2017 2021 0.0898 0.0248 0.1548 -261 2017 2022 0.079 0.0079 0.1501 -261 2017 2023 0.1135 0.0515 0.1754 -261 2018 2019 -0.0811 -0.1467 -0.0155 -261 2018 2020 -0.0127 -0.0797 0.0542 -261 2018 2021 -0.0187 -0.0763 0.0389 -261 2018 2022 -0.0295 -0.1005 0.0416 -261 2018 2023 0.0049 -0.0648 0.0747 -261 2019 2020 0.0683 0.002 0.1346 -261 2019 2021 0.0623 -0.004 0.1287 -261 2019 2022 0.0516 -0.0131 0.1162 -261 2019 2023 0.086 0.0152 0.1568 -261 2020 2021 -0.006 -0.0695 0.0575 -261 2020 2022 -0.0167 -0.0885 0.055 -261 2020 2023 0.0177 -0.0453 0.0806 -261 2021 2022 -0.0108 -0.0772 0.0557 -261 2021 2023 0.0237 -0.0433 0.0906 -261 2022 2023 0.0344 -0.0349 0.1038 -262 2007 2008 0.0146 -0.2392 0.2683 -262 2007 2009 -0.3738 -0.6625 -0.0851 -262 2007 2010 -0.4674 -0.6997 -0.2351 -262 2007 2011 -0.7001 -0.9961 -0.404 -262 2007 2012 -0.293 -0.589 0.003 -262 2007 2013 -0.6168 -0.8696 -0.3641 -262 2007 2014 -0.6367 -0.9222 -0.3511 -262 2007 2015 -0.8725 -1.1717 -0.5733 -262 2007 2016 -1.063 -1.3385 -0.7874 -262 2007 2017 -0.854 -1.1283 -0.5796 -262 2007 2018 -0.6499 -0.9334 -0.3663 -262 2007 2019 -0.5278 -0.7761 -0.2794 -262 2007 2020 -0.6987 -0.9813 -0.4161 -262 2007 2021 -0.4344 -0.7163 -0.1526 -262 2007 2022 -1.2267 -1.5381 -0.9154 -262 2007 2023 -0.972 -1.2712 -0.6728 -262 2008 2009 -0.3884 -0.6719 -0.1049 -262 2008 2010 -0.482 -0.7482 -0.2158 -262 2008 2011 -0.7146 -1.0154 -0.4138 -262 2008 2012 -0.3076 -0.6013 -0.0138 -262 2008 2013 -0.6314 -0.9149 -0.3479 -262 2008 2014 -0.6512 -0.9273 -0.3751 -262 2008 2015 -0.8871 -1.1945 -0.5796 -262 2008 2016 -1.0775 -1.386 -0.7691 -262 2008 2017 -0.8685 -1.1351 -0.6019 -262 2008 2018 -0.6644 -0.9537 -0.3751 -262 2008 2019 -0.5423 -0.8213 -0.2633 -262 2008 2020 -0.7132 -0.9941 -0.4324 -262 2008 2021 -0.449 -0.7256 -0.1724 -262 2008 2022 -1.2413 -1.5886 -0.8941 -262 2008 2023 -0.9865 -1.2797 -0.6934 -262 2009 2010 -0.0936 -0.3681 0.1809 -262 2009 2011 -0.3263 -0.6507 -0.0019 -262 2009 2012 0.0808 -0.232 0.3936 -262 2009 2013 -0.243 -0.5455 0.0594 -262 2009 2014 -0.2629 -0.581 0.0553 -262 2009 2015 -0.4987 -0.8155 -0.1819 -262 2009 2016 -0.6892 -1.0104 -0.3679 -262 2009 2017 -0.4802 -0.7878 -0.1726 -262 2009 2018 -0.2761 -0.5746 0.0225 -262 2009 2019 -0.154 -0.4583 0.1504 -262 2009 2020 -0.3249 -0.6399 -0.0099 -262 2009 2021 -0.0606 -0.3605 0.2392 -262 2009 2022 -0.853 -1.2035 -0.5025 -262 2009 2023 -0.5982 -0.9312 -0.2652 -262 2010 2011 -0.2327 -0.5155 0.0502 -262 2010 2012 0.1744 -0.1197 0.4686 -262 2010 2013 -0.1494 -0.4093 0.1104 -262 2010 2014 -0.1692 -0.4581 0.1196 -262 2010 2015 -0.4051 -0.7064 -0.1037 -262 2010 2016 -0.5955 -0.8792 -0.3118 -262 2010 2017 -0.3865 -0.6652 -0.1078 -262 2010 2018 -0.1824 -0.4658 0.1009 -262 2010 2019 -0.0603 -0.3187 0.198 -262 2010 2020 -0.2313 -0.5171 0.0546 -262 2010 2021 0.033 -0.2468 0.3128 -262 2010 2022 -0.7593 -1.0777 -0.441 -262 2010 2023 -0.5046 -0.8073 -0.2018 -262 2011 2012 0.4071 0.0845 0.7298 -262 2011 2013 0.0832 -0.2219 0.3884 -262 2011 2014 0.0634 -0.2512 0.378 -262 2011 2015 -0.1724 -0.5104 0.1655 -262 2011 2016 -0.3629 -0.684 -0.0418 -262 2011 2017 -0.1539 -0.4563 0.1485 -262 2011 2018 0.0502 -0.2784 0.3788 -262 2011 2019 0.1723 -0.1413 0.4859 -262 2011 2020 0.0014 -0.3013 0.304 -262 2011 2021 0.2656 -0.0681 0.5993 -262 2011 2022 -0.5267 -0.8661 -0.1874 -262 2011 2023 -0.2719 -0.5971 0.0532 -262 2012 2013 -0.3239 -0.6183 -0.0295 -262 2012 2014 -0.3437 -0.652 -0.0354 -262 2012 2015 -0.5795 -0.8983 -0.2607 -262 2012 2016 -0.77 -1.1104 -0.4295 -262 2012 2017 -0.561 -0.8697 -0.2523 -262 2012 2018 -0.3569 -0.6531 -0.0606 -262 2012 2019 -0.2348 -0.5385 0.0689 -262 2012 2020 -0.4057 -0.7296 -0.0818 -262 2012 2021 -0.1414 -0.4184 0.1356 -262 2012 2022 -0.9338 -1.3194 -0.5481 -262 2012 2023 -0.679 -1.0119 -0.346 -262 2013 2014 -0.0198 -0.3015 0.2619 -262 2013 2015 -0.2557 -0.5659 0.0546 -262 2013 2016 -0.4461 -0.7345 -0.1577 -262 2013 2017 -0.2371 -0.527 0.0527 -262 2013 2018 -0.033 -0.3328 0.2668 -262 2013 2019 0.0891 -0.182 0.3601 -262 2013 2020 -0.0819 -0.3779 0.2142 -262 2013 2021 0.1824 -0.1176 0.4824 -262 2013 2022 -0.6099 -0.9327 -0.2871 -262 2013 2023 -0.3552 -0.6696 -0.0407 -262 2014 2015 -0.2359 -0.5334 0.0617 -262 2014 2016 -0.4263 -0.7447 -0.108 -262 2014 2017 -0.2173 -0.502 0.0674 -262 2014 2018 -0.0132 -0.3203 0.2939 -262 2014 2019 0.1089 -0.1886 0.4063 -262 2014 2020 -0.062 -0.3587 0.2347 -262 2014 2021 0.2022 -0.0937 0.4981 -262 2014 2022 -0.5901 -0.9485 -0.2318 -262 2014 2023 -0.3353 -0.6445 -0.0261 -262 2015 2016 -0.1905 -0.4958 0.1148 -262 2015 2017 0.0185 -0.292 0.3291 -262 2015 2018 0.2226 -0.0843 0.5296 -262 2015 2019 0.3447 0.0338 0.6556 -262 2015 2020 0.1738 -0.1496 0.4972 -262 2015 2021 0.4381 0.1323 0.7438 -262 2015 2022 -0.3543 -0.7187 0.0101 -262 2015 2023 -0.0995 -0.4376 0.2387 -262 2016 2017 0.209 -0.0792 0.4972 -262 2016 2018 0.4131 0.0945 0.7317 -262 2016 2019 0.5352 0.242 0.8284 -262 2016 2020 0.3643 0.0525 0.676 -262 2016 2021 0.6285 0.3008 0.9563 -262 2016 2022 -0.1638 -0.4907 0.1631 -262 2016 2023 0.091 -0.2411 0.423 -262 2017 2018 0.2041 -0.0761 0.4844 -262 2017 2019 0.3262 0.0406 0.6117 -262 2017 2020 0.1553 -0.1272 0.4377 -262 2017 2021 0.4195 0.1258 0.7132 -262 2017 2022 -0.3728 -0.7134 -0.0322 -262 2017 2023 -0.118 -0.4171 0.1811 -262 2018 2019 0.1221 -0.1522 0.3964 -262 2018 2020 -0.0489 -0.3562 0.2584 -262 2018 2021 0.2154 -0.0596 0.4904 -262 2018 2022 -0.5769 -0.9334 -0.2204 -262 2018 2023 -0.3221 -0.6464 0.0021 -262 2019 2020 -0.1709 -0.449 0.1071 -262 2019 2021 0.0934 -0.1915 0.3782 -262 2019 2022 -0.699 -1.0237 -0.3742 -262 2019 2023 -0.4442 -0.7545 -0.1339 -262 2020 2021 0.2643 -0.0294 0.558 -262 2020 2022 -0.5281 -0.8609 -0.1953 -262 2020 2023 -0.2733 -0.5776 0.031 -262 2021 2022 -0.7924 -1.1471 -0.4377 -262 2021 2023 -0.5376 -0.8507 -0.2244 -262 2022 2023 0.2548 -0.078 0.5876 -263 2007 2008 -0.0048 -0.1879 0.1784 -263 2007 2009 3e-04 -0.2444 0.245 -263 2007 2010 0.0613 -0.2263 0.3489 -263 2007 2011 0.0944 -0.2245 0.4132 -263 2007 2012 0.0818 -0.2499 0.4134 -263 2007 2013 0.0646 -0.2733 0.4025 -263 2007 2014 0.039 -0.3 0.3781 -263 2007 2015 0.0472 -0.3028 0.3972 -263 2007 2016 -0.0183 -0.3625 0.326 -263 2007 2017 -0.0678 -0.4158 0.2802 -263 2007 2018 -0.0561 -0.4064 0.2941 -263 2007 2019 -0.0499 -0.4015 0.3016 -263 2007 2020 -0.0315 -0.3876 0.3247 -263 2007 2021 -0.0257 -0.3845 0.3331 -263 2007 2022 -0.0403 -0.4107 0.3301 -263 2007 2023 -0.0274 -0.4137 0.3588 -263 2008 2009 0.0051 -0.1701 0.1802 -263 2008 2010 0.0648 -0.1742 0.3039 -263 2008 2011 0.1011 -0.183 0.3852 -263 2008 2012 0.086 -0.2112 0.3832 -263 2008 2013 0.0693 -0.2366 0.3752 -263 2008 2014 0.0439 -0.2631 0.351 -263 2008 2015 0.0522 -0.2687 0.3731 -263 2008 2016 -0.0135 -0.3256 0.2986 -263 2008 2017 -0.0631 -0.3774 0.2513 -263 2008 2018 -0.0514 -0.3696 0.2668 -263 2008 2019 -0.0452 -0.3656 0.2752 -263 2008 2020 -0.0267 -0.3533 0.2998 -263 2008 2021 -0.021 -0.3507 0.3088 -263 2008 2022 -0.0356 -0.3772 0.3061 -263 2008 2023 -0.0227 -0.382 0.3366 -263 2009 2010 0.0602 -0.1305 0.2509 -263 2009 2011 0.0971 -0.1609 0.3551 -263 2009 2012 0.081 -0.1966 0.3585 -263 2009 2013 0.0645 -0.2267 0.3557 -263 2009 2014 0.0389 -0.2559 0.3337 -263 2009 2015 0.0471 -0.2641 0.3584 -263 2009 2016 -0.0184 -0.3211 0.2842 -263 2009 2017 -0.068 -0.3733 0.2373 -263 2009 2018 -0.0564 -0.3663 0.2536 -263 2009 2019 -0.0501 -0.363 0.2627 -263 2009 2020 -0.0316 -0.3512 0.288 -263 2009 2021 -0.0258 -0.3488 0.2971 -263 2009 2022 -0.0405 -0.3755 0.2946 -263 2009 2023 -0.0276 -0.381 0.3258 -263 2010 2011 0.0348 -0.1433 0.213 -263 2010 2012 0.0209 -0.2054 0.2472 -263 2010 2013 0.0038 -0.2491 0.2567 -263 2010 2014 -0.021 -0.2914 0.2494 -263 2010 2015 -0.0131 -0.294 0.2679 -263 2010 2016 -0.0786 -0.3755 0.2184 -263 2010 2017 -0.1286 -0.4451 0.1879 -263 2010 2018 -0.1169 -0.431 0.1972 -263 2010 2019 -0.1106 -0.4241 0.2029 -263 2010 2020 -0.0919 -0.4041 0.2203 -263 2010 2021 -0.0861 -0.3995 0.2273 -263 2010 2022 -0.1007 -0.4328 0.2314 -263 2010 2023 -0.0878 -0.4334 0.2577 -263 2011 2012 -0.0132 -0.1863 0.16 -263 2011 2013 -0.0302 -0.2532 0.1928 -263 2011 2014 -0.0558 -0.3109 0.1992 -263 2011 2015 -0.0475 -0.3124 0.2175 -263 2011 2016 -0.1139 -0.4116 0.1838 -263 2011 2017 -0.1631 -0.4893 0.163 -263 2011 2018 -0.151 -0.472 0.17 -263 2011 2019 -0.1448 -0.4644 0.1749 -263 2011 2020 -0.1264 -0.4409 0.1881 -263 2011 2021 -0.1206 -0.4352 0.1941 -263 2011 2022 -0.1352 -0.472 0.2016 -263 2011 2023 -0.1223 -0.4694 0.2248 -263 2012 2013 -0.0171 -0.1902 0.156 -263 2012 2014 -0.0425 -0.2681 0.183 -263 2012 2015 -0.0339 -0.282 0.2142 -263 2012 2016 -0.1007 -0.3833 0.1819 -263 2012 2017 -0.1492 -0.4609 0.1625 -263 2012 2018 -0.1377 -0.448 0.1726 -263 2012 2019 -0.1317 -0.4429 0.1795 -263 2012 2020 -0.1133 -0.422 0.1954 -263 2012 2021 -0.1074 -0.4172 0.2025 -263 2012 2022 -0.1221 -0.4536 0.2094 -263 2012 2023 -0.109 -0.4523 0.2343 -263 2013 2014 -0.0245 -0.1979 0.1488 -263 2013 2015 -0.0169 -0.2392 0.2055 -263 2013 2016 -0.0825 -0.3432 0.1782 -263 2013 2017 -0.1317 -0.4258 0.1624 -263 2013 2018 -0.121 -0.4189 0.1769 -263 2013 2019 -0.1148 -0.416 0.1864 -263 2013 2020 -0.0958 -0.3971 0.2056 -263 2013 2021 -0.0899 -0.3939 0.2142 -263 2013 2022 -0.1046 -0.4296 0.2203 -263 2013 2023 -0.0916 -0.4302 0.2469 -263 2014 2015 0.008 -0.1677 0.1837 -263 2014 2016 -0.0576 -0.2854 0.1702 -263 2014 2017 -0.1083 -0.3769 0.1603 -263 2014 2018 -0.0962 -0.3748 0.1824 -263 2014 2019 -0.0894 -0.3753 0.1965 -263 2014 2020 -0.0709 -0.3619 0.2201 -263 2014 2021 -0.0652 -0.361 0.2306 -263 2014 2022 -0.0797 -0.3957 0.2362 -263 2014 2023 -0.0669 -0.3986 0.2648 -263 2015 2016 -0.0671 -0.2561 0.122 -263 2015 2017 -0.1147 -0.3697 0.1403 -263 2015 2018 -0.1052 -0.3763 0.1658 -263 2015 2019 -0.0983 -0.3797 0.1832 -263 2015 2020 -0.0788 -0.3643 0.2066 -263 2015 2021 -0.0732 -0.3648 0.2184 -263 2015 2022 -0.0877 -0.4033 0.2278 -263 2015 2023 -0.0751 -0.405 0.2549 -263 2016 2017 -0.0491 -0.2284 0.1301 -263 2016 2018 -0.0381 -0.263 0.1869 -263 2016 2019 -0.0316 -0.2819 0.2188 -263 2016 2020 -0.0134 -0.2831 0.2563 -263 2016 2021 -0.0076 -0.289 0.2738 -263 2016 2022 -0.0221 -0.3233 0.279 -263 2016 2023 -0.0093 -0.3312 0.3126 -263 2017 2018 0.0115 -0.1629 0.1859 -263 2017 2019 0.0175 -0.2064 0.2415 -263 2017 2020 0.0359 -0.2219 0.2936 -263 2017 2021 0.0419 -0.2348 0.3186 -263 2017 2022 0.0271 -0.2673 0.3216 -263 2017 2023 0.04 -0.2801 0.3601 -263 2018 2019 0.0062 -0.1662 0.1786 -263 2018 2020 0.0243 -0.2016 0.2501 -263 2018 2021 0.0301 -0.2242 0.2843 -263 2018 2022 0.0158 -0.2644 0.296 -263 2018 2023 0.0285 -0.2787 0.3357 -263 2019 2020 0.0182 -0.1561 0.1924 -263 2019 2021 0.0239 -0.2 0.2479 -263 2019 2022 0.0097 -0.2499 0.2693 -263 2019 2023 0.0224 -0.2685 0.3133 -263 2020 2021 0.0058 -0.1663 0.178 -263 2020 2022 -0.0089 -0.239 0.2212 -263 2020 2023 0.0041 -0.2629 0.2711 -263 2021 2022 -0.0145 -0.1911 0.1621 -263 2021 2023 -0.0018 -0.2331 0.2296 -263 2022 2023 0.0129 -0.1668 0.1925 -264 2007 2010 -0.0625 -0.1284 0.0034 -264 2007 2013 -0.0439 -0.1111 0.0233 -264 2007 2016 -0.0952 -0.1668 -0.0235 -264 2007 2019 -0.1029 -0.1765 -0.0293 -264 2007 2022 -0.0793 -0.1629 0.0043 -264 2010 2013 0.0186 -0.0465 0.0837 -264 2010 2016 -0.0327 -0.0994 0.0341 -264 2010 2019 -0.0404 -0.1109 0.0301 -264 2010 2022 -0.0168 -0.1027 0.0691 -264 2013 2016 -0.0512 -0.1147 0.0122 -264 2013 2019 -0.059 -0.1295 0.0115 -264 2013 2022 -0.0354 -0.1179 0.0471 -264 2016 2019 -0.0077 -0.0686 0.0531 -264 2016 2022 0.0159 -0.0644 0.0962 -264 2019 2022 0.0236 -0.0483 0.0955 -265 2007 2010 0.1113 -0.27 0.4927 -265 2007 2013 -0.0367 -0.5061 0.4328 -265 2007 2016 -0.0558 -0.5476 0.436 -265 2007 2019 -0.4879 -1.0606 0.0848 -265 2007 2022 -0.6689 -1.367 0.0293 -265 2010 2013 -0.148 -0.5265 0.2305 -265 2010 2016 -0.1671 -0.5781 0.2438 -265 2010 2019 -0.5993 -1.1706 -0.0279 -265 2010 2022 -0.7803 -1.4974 -0.0632 -265 2013 2016 -0.0192 -0.4064 0.368 -265 2013 2019 -0.4513 -0.9732 0.0706 -265 2013 2022 -0.6323 -1.299 0.0344 -265 2016 2019 -0.4324 -0.9087 0.0439 -265 2016 2022 -0.6135 -1.2719 0.0449 -265 2019 2022 -0.1809 -0.6295 0.2678 -266 2007 2010 0.1059 0.0313 0.1804 -266 2007 2013 0.0678 -0.0101 0.1457 -266 2007 2016 -0.005 -0.0826 0.0725 -266 2007 2019 -0.0235 -0.103 0.056 -266 2007 2022 -0.0548 -0.1531 0.0435 -266 2010 2013 -0.0381 -0.1109 0.0347 -266 2010 2016 -0.1109 -0.188 -0.0338 -266 2010 2019 -0.1293 -0.2084 -0.0503 -266 2010 2022 -0.1606 -0.2595 -0.0617 -266 2013 2016 -0.0728 -0.1443 -0.0013 -266 2013 2019 -0.0912 -0.1683 -0.0142 -266 2013 2022 -0.1226 -0.2199 -0.0252 -266 2016 2019 -0.0185 -0.0898 0.0529 -266 2016 2022 -0.0498 -0.1446 0.0451 -266 2019 2022 -0.0313 -0.1199 0.0573 -267 2007 2008 -0.0151 -0.1268 0.0966 -267 2007 2009 -0.1467 -0.2883 -0.005 -267 2007 2010 -0.2326 -0.3808 -0.0843 -267 2007 2011 -0.3097 -0.4684 -0.1509 -267 2007 2012 -0.3608 -0.5264 -0.1952 -267 2007 2013 -0.3713 -0.5315 -0.2112 -267 2007 2014 -0.3587 -0.5154 -0.2019 -267 2007 2015 -0.3176 -0.4727 -0.1626 -267 2007 2016 -0.3608 -0.5164 -0.2052 -267 2007 2017 -0.362 -0.5149 -0.2091 -267 2007 2018 -0.3635 -0.5198 -0.2072 -267 2007 2019 -0.3937 -0.5511 -0.2362 -267 2007 2020 -0.4103 -0.5669 -0.2538 -267 2007 2021 -0.4257 -0.5852 -0.2662 -267 2007 2022 -0.4413 -0.6044 -0.2783 -267 2007 2023 -0.4481 -0.6194 -0.2768 -267 2008 2009 -0.1316 -0.2465 -0.0167 -267 2008 2010 -0.2175 -0.3511 -0.0838 -267 2008 2011 -0.2946 -0.4405 -0.1487 -267 2008 2012 -0.3457 -0.5014 -0.19 -267 2008 2013 -0.3563 -0.5075 -0.205 -267 2008 2014 -0.3436 -0.4879 -0.1993 -267 2008 2015 -0.3025 -0.4442 -0.1609 -267 2008 2016 -0.3457 -0.4913 -0.2002 -267 2008 2017 -0.3469 -0.4862 -0.2076 -267 2008 2018 -0.3484 -0.4923 -0.2045 -267 2008 2019 -0.3786 -0.5262 -0.231 -267 2008 2020 -0.3952 -0.5391 -0.2514 -267 2008 2021 -0.4106 -0.5584 -0.2628 -267 2008 2022 -0.4263 -0.5794 -0.2731 -267 2008 2023 -0.433 -0.5922 -0.2738 -267 2009 2010 -0.0859 -0.1954 0.0236 -267 2009 2011 -0.163 -0.2967 -0.0294 -267 2009 2012 -0.2141 -0.3588 -0.0695 -267 2009 2013 -0.2247 -0.3698 -0.0796 -267 2009 2014 -0.2121 -0.3561 -0.068 -267 2009 2015 -0.171 -0.3181 -0.0238 -267 2009 2016 -0.2142 -0.3599 -0.0685 -267 2009 2017 -0.2153 -0.3582 -0.0725 -267 2009 2018 -0.2168 -0.3628 -0.0709 -267 2009 2019 -0.247 -0.3954 -0.0987 -267 2009 2020 -0.2637 -0.4097 -0.1177 -267 2009 2021 -0.279 -0.4263 -0.1318 -267 2009 2022 -0.2947 -0.4479 -0.1415 -267 2009 2023 -0.3015 -0.463 -0.1399 -267 2010 2011 -0.0771 -0.188 0.0337 -267 2010 2012 -0.1282 -0.2626 0.0061 -267 2010 2013 -0.1388 -0.2773 -3e-04 -267 2010 2014 -0.1261 -0.2678 0.0155 -267 2010 2015 -0.0851 -0.2328 0.0627 -267 2010 2016 -0.1283 -0.2721 0.0155 -267 2010 2017 -0.1294 -0.2723 0.0134 -267 2010 2018 -0.1309 -0.2782 0.0163 -267 2010 2019 -0.1611 -0.3085 -0.0137 -267 2010 2020 -0.1778 -0.3238 -0.0318 -267 2010 2021 -0.1931 -0.3409 -0.0453 -267 2010 2022 -0.2088 -0.3607 -0.0569 -267 2010 2023 -0.2155 -0.3766 -0.0545 -267 2011 2012 -0.0511 -0.1635 0.0612 -267 2011 2013 -0.0617 -0.1942 0.0708 -267 2011 2014 -0.049 -0.1892 0.0912 -267 2011 2015 -0.008 -0.1589 0.143 -267 2011 2016 -0.0512 -0.1988 0.0964 -267 2011 2017 -0.0523 -0.1982 0.0935 -267 2011 2018 -0.0538 -0.2058 0.0981 -267 2011 2019 -0.084 -0.236 0.068 -267 2011 2020 -0.1007 -0.2499 0.0485 -267 2011 2021 -0.116 -0.2678 0.0358 -267 2011 2022 -0.1317 -0.2877 0.0243 -267 2011 2023 -0.1384 -0.3018 0.0249 -267 2012 2013 -0.0106 -0.123 0.1019 -267 2012 2014 0.0021 -0.1333 0.1375 -267 2012 2015 0.0432 -0.1078 0.1941 -267 2012 2016 0 -0.1493 0.1492 -267 2012 2017 -0.0012 -0.1508 0.1484 -267 2012 2018 -0.0027 -0.1575 0.1521 -267 2012 2019 -0.0329 -0.1881 0.1224 -267 2012 2020 -0.0496 -0.2028 0.1037 -267 2012 2021 -0.0649 -0.2196 0.0898 -267 2012 2022 -0.0806 -0.24 0.0788 -267 2012 2023 -0.0873 -0.2549 0.0803 -267 2013 2014 0.0127 -0.0987 0.124 -267 2013 2015 0.0537 -0.0853 0.1928 -267 2013 2016 0.0105 -0.1303 0.1513 -267 2013 2017 0.0094 -0.1343 0.1531 -267 2013 2018 0.0079 -0.1425 0.1582 -267 2013 2019 -0.0223 -0.1725 0.1279 -267 2013 2020 -0.039 -0.1879 0.11 -267 2013 2021 -0.0543 -0.2056 0.0969 -267 2013 2022 -0.07 -0.2247 0.0847 -267 2013 2023 -0.0767 -0.2403 0.0868 -267 2014 2015 0.0411 -0.0723 0.1545 -267 2014 2016 -0.0021 -0.1325 0.1283 -267 2014 2017 -0.0033 -0.1381 0.1315 -267 2014 2018 -0.0048 -0.1489 0.1393 -267 2014 2019 -0.035 -0.1815 0.1116 -267 2014 2020 -0.0516 -0.1954 0.0921 -267 2014 2021 -0.067 -0.2142 0.0802 -267 2014 2022 -0.0827 -0.2347 0.0694 -267 2014 2023 -0.0894 -0.2483 0.0695 -267 2015 2016 -0.0432 -0.1561 0.0696 -267 2015 2017 -0.0444 -0.1747 0.0859 -267 2015 2018 -0.0459 -0.1862 0.0944 -267 2015 2019 -0.076 -0.2234 0.0713 -267 2015 2020 -0.0927 -0.2391 0.0537 -267 2015 2021 -0.1081 -0.2568 0.0407 -267 2015 2022 -0.1237 -0.2791 0.0316 -267 2015 2023 -0.1305 -0.2939 0.033 -267 2016 2017 -0.0012 -0.1102 0.1079 -267 2016 2018 -0.0026 -0.1355 0.1302 -267 2016 2019 -0.0328 -0.1729 0.1072 -267 2016 2020 -0.0495 -0.1915 0.0925 -267 2016 2021 -0.0649 -0.2107 0.081 -267 2016 2022 -0.0805 -0.231 0.0699 -267 2016 2023 -0.0873 -0.2468 0.0723 -267 2017 2018 -0.0015 -0.1108 0.1079 -267 2017 2019 -0.0317 -0.1614 0.098 -267 2017 2020 -0.0484 -0.1818 0.0851 -267 2017 2021 -0.0637 -0.2042 0.0768 -267 2017 2022 -0.0794 -0.2263 0.0676 -267 2017 2023 -0.0861 -0.2402 0.0679 -267 2018 2019 -0.0302 -0.1414 0.081 -267 2018 2020 -0.0469 -0.1771 0.0833 -267 2018 2021 -0.0622 -0.2014 0.077 -267 2018 2022 -0.0779 -0.2273 0.0715 -267 2018 2023 -0.0846 -0.2439 0.0747 -267 2019 2020 -0.0167 -0.1269 0.0936 -267 2019 2021 -0.032 -0.1651 0.1011 -267 2019 2022 -0.0477 -0.1924 0.097 -267 2019 2023 -0.0544 -0.2114 0.1026 -267 2020 2021 -0.0153 -0.1252 0.0946 -267 2020 2022 -0.031 -0.1649 0.1029 -267 2020 2023 -0.0378 -0.1855 0.11 -267 2021 2022 -0.0157 -0.1282 0.0969 -267 2021 2023 -0.0224 -0.1631 0.1183 -267 2022 2023 -0.0067 -0.1231 0.1096 -268 2007 2010 0.0011 -0.0532 0.0553 -268 2007 2013 0.0044 -0.0668 0.0757 -268 2007 2016 0.0111 -0.0715 0.0937 -268 2007 2019 0.0095 -0.0813 0.1003 -268 2007 2022 0.0039 -0.0984 0.1061 -268 2010 2013 0.0033 -0.0501 0.0568 -268 2010 2016 0.01 -0.0604 0.0803 -268 2010 2019 0.0084 -0.0724 0.0893 -268 2010 2022 0.0028 -0.0912 0.0967 -268 2013 2016 0.0066 -0.0476 0.0607 -268 2013 2019 0.0051 -0.0654 0.0755 -268 2013 2022 -6e-04 -0.0868 0.0857 -268 2016 2019 -0.0015 -0.0554 0.0523 -268 2016 2022 -0.0071 -0.0832 0.069 -268 2019 2022 -0.0056 -0.0632 0.0521 -269 2007 2008 -0.0014 -0.0993 0.0965 -269 2007 2009 0.0873 -0.0239 0.1984 -269 2007 2010 0.134 0.0274 0.2407 -269 2007 2011 0.2471 0.1367 0.3576 -269 2007 2012 0.2845 0.1695 0.3996 -269 2007 2013 0.1844 0.0742 0.2947 -269 2007 2014 0.1777 0.065 0.2905 -269 2007 2015 0.1924 0.0773 0.3076 -269 2007 2016 0.2007 0.0937 0.3077 -269 2007 2017 0.2276 0.1168 0.3385 -269 2007 2018 0.2801 0.1689 0.3913 -269 2007 2019 0.2214 0.1136 0.3293 -269 2007 2020 0.2136 0.0998 0.3274 -269 2007 2021 0.1852 0.0746 0.2959 -269 2007 2022 0.2129 0.1005 0.3253 -269 2007 2023 0.2382 0.1195 0.3569 -269 2008 2009 0.0887 -0.0074 0.1848 -269 2008 2010 0.1354 0.0331 0.2378 -269 2008 2011 0.2486 0.1496 0.3476 -269 2008 2012 0.2859 0.1775 0.3944 -269 2008 2013 0.1859 0.0787 0.2931 -269 2008 2014 0.1791 0.0764 0.2819 -269 2008 2015 0.1939 0.0851 0.3026 -269 2008 2016 0.2021 0.0976 0.3065 -269 2008 2017 0.2291 0.1285 0.3296 -269 2008 2018 0.2815 0.1767 0.3863 -269 2008 2019 0.2229 0.1177 0.328 -269 2008 2020 0.215 0.111 0.3191 -269 2008 2021 0.1866 0.0843 0.289 -269 2008 2022 0.2143 0.1055 0.3231 -269 2008 2023 0.2396 0.1312 0.3481 -269 2009 2010 0.0467 -0.05 0.1434 -269 2009 2011 0.1599 0.056 0.2638 -269 2009 2012 0.1972 0.0924 0.3021 -269 2009 2013 0.0972 -0.0127 0.207 -269 2009 2014 0.0904 -0.0182 0.199 -269 2009 2015 0.1051 -0.0019 0.2122 -269 2009 2016 0.1134 0.0064 0.2203 -269 2009 2017 0.1403 0.034 0.2467 -269 2009 2018 0.1928 0.0911 0.2946 -269 2009 2019 0.1341 0.0262 0.2421 -269 2009 2020 0.1263 0.0168 0.2359 -269 2009 2021 0.0979 -0.0039 0.1998 -269 2009 2022 0.1256 0.0139 0.2373 -269 2009 2023 0.1509 0.036 0.2658 -269 2010 2011 0.1131 0.0174 0.2089 -269 2010 2012 0.1505 0.0429 0.2581 -269 2010 2013 0.0504 -0.0546 0.1555 -269 2010 2014 0.0437 -0.064 0.1514 -269 2010 2015 0.0584 -0.0514 0.1682 -269 2010 2016 0.0667 -0.0358 0.1692 -269 2010 2017 0.0936 -0.0122 0.1994 -269 2010 2018 0.1461 0.0405 0.2517 -269 2010 2019 0.0874 -0.0167 0.1915 -269 2010 2020 0.0796 -0.0294 0.1887 -269 2010 2021 0.0512 -0.0536 0.1561 -269 2010 2022 0.0789 -0.0292 0.187 -269 2010 2023 0.1042 -0.0099 0.2183 -269 2011 2012 0.0374 -0.0586 0.1334 -269 2011 2013 -0.0627 -0.169 0.0436 -269 2011 2014 -0.0694 -0.1718 0.033 -269 2011 2015 -0.0547 -0.163 0.0535 -269 2011 2016 -0.0465 -0.1515 0.0586 -269 2011 2017 -0.0195 -0.1201 0.0811 -269 2011 2018 0.0329 -0.0706 0.1365 -269 2011 2019 -0.0257 -0.132 0.0805 -269 2011 2020 -0.0335 -0.1376 0.0706 -269 2011 2021 -0.0619 -0.1654 0.0416 -269 2011 2022 -0.0343 -0.144 0.0754 -269 2011 2023 -0.009 -0.1176 0.0996 -269 2012 2013 -0.1001 -0.2003 2e-04 -269 2012 2014 -0.1068 -0.2145 9e-04 -269 2012 2015 -0.0921 -0.1986 0.0144 -269 2012 2016 -0.0839 -0.1921 0.0244 -269 2012 2017 -0.0569 -0.1647 0.0509 -269 2012 2018 -0.0044 -0.1064 0.0976 -269 2012 2019 -0.0631 -0.1725 0.0464 -269 2012 2020 -0.0709 -0.1817 0.0399 -269 2012 2021 -0.0993 -0.2035 0.0049 -269 2012 2022 -0.0716 -0.1848 0.0415 -269 2012 2023 -0.0463 -0.1624 0.0697 -269 2013 2014 -0.0067 -0.1045 0.091 -269 2013 2015 0.008 -0.1009 0.1169 -269 2013 2016 0.0162 -0.0869 0.1193 -269 2013 2017 0.0432 -0.0643 0.1507 -269 2013 2018 0.0957 -0.0124 0.2037 -269 2013 2019 0.037 -0.0689 0.1429 -269 2013 2020 0.0292 -0.0817 0.1401 -269 2013 2021 8e-04 -0.1062 0.1077 -269 2013 2022 0.0284 -0.0813 0.1381 -269 2013 2023 0.0537 -0.0622 0.1697 -269 2014 2015 0.0147 -0.0835 0.1129 -269 2014 2016 0.0229 -0.081 0.1268 -269 2014 2017 0.0499 -0.0509 0.1507 -269 2014 2018 0.1024 -0.0035 0.2083 -269 2014 2019 0.0437 -0.0637 0.1511 -269 2014 2020 0.0359 -0.069 0.1408 -269 2014 2021 0.0075 -0.0971 0.1121 -269 2014 2022 0.0352 -0.0757 0.146 -269 2014 2023 0.0605 -0.0494 0.1703 -269 2015 2016 0.0082 -0.0888 0.1052 -269 2015 2017 0.0352 -0.0704 0.1408 -269 2015 2018 0.0877 -0.0152 0.1906 -269 2015 2019 0.029 -0.0797 0.1377 -269 2015 2020 0.0212 -0.0896 0.132 -269 2015 2021 -0.0072 -0.1112 0.0967 -269 2015 2022 0.0204 -0.0924 0.1333 -269 2015 2023 0.0458 -0.0707 0.1622 -269 2016 2017 0.027 -0.0673 0.1212 -269 2016 2018 0.0794 -0.0228 0.1816 -269 2016 2019 0.0208 -0.0795 0.121 -269 2016 2020 0.013 -0.0938 0.1197 -269 2016 2021 -0.0154 -0.1185 0.0876 -269 2016 2022 0.0122 -0.0927 0.1171 -269 2016 2023 0.0375 -0.0744 0.1494 -269 2017 2018 0.0525 -0.0414 0.1463 -269 2017 2019 -0.0062 -0.1089 0.0965 -269 2017 2020 -0.014 -0.1142 0.0862 -269 2017 2021 -0.0424 -0.143 0.0581 -269 2017 2022 -0.0147 -0.1223 0.0928 -269 2017 2023 0.0106 -0.0944 0.1155 -269 2018 2019 -0.0587 -0.1535 0.0362 -269 2018 2020 -0.0665 -0.17 0.037 -269 2018 2021 -0.0949 -0.1905 7e-04 -269 2018 2022 -0.0672 -0.1749 0.0405 -269 2018 2023 -0.0419 -0.1533 0.0695 -269 2019 2020 -0.0078 -0.1044 0.0888 -269 2019 2021 -0.0362 -0.1373 0.0649 -269 2019 2022 -0.0085 -0.1124 0.0953 -269 2019 2023 0.0168 -0.0955 0.129 -269 2020 2021 -0.0284 -0.123 0.0662 -269 2020 2022 -7e-04 -0.109 0.1075 -269 2020 2023 0.0246 -0.0832 0.1323 -269 2021 2022 0.0277 -0.0683 0.1237 -269 2021 2023 0.053 -0.0534 0.1593 -269 2022 2023 0.0253 -0.0761 0.1267 -270 2007 2010 -0.01 -0.1244 0.1045 -270 2007 2013 0.0073 -0.1429 0.1575 -270 2007 2016 -0.0133 -0.185 0.1584 -270 2007 2019 -0.0237 -0.2163 0.1688 -270 2007 2022 -0.0127 -0.2279 0.2026 -270 2010 2013 0.0172 -0.0978 0.1323 -270 2010 2016 -0.0033 -0.1505 0.1439 -270 2010 2019 -0.0137 -0.1864 0.1589 -270 2010 2022 -0.0027 -0.202 0.1967 -270 2013 2016 -0.0206 -0.1336 0.0925 -270 2013 2019 -0.031 -0.1817 0.1196 -270 2013 2022 -0.02 -0.2007 0.1608 -270 2016 2019 -0.0104 -0.1243 0.1034 -270 2016 2022 6e-04 -0.1564 0.1576 -270 2019 2022 0.011 -0.1082 0.1302 -271 2007 2008 0.0704 -0.2367 0.3776 -271 2007 2009 0.1607 -0.1971 0.5185 -271 2007 2010 0.2284 -0.0846 0.5414 -271 2007 2011 0.2695 -0.0929 0.632 -271 2007 2012 0.4949 0.1325 0.8574 -271 2007 2013 0.3121 -0.013 0.6372 -271 2007 2014 0.7296 0.3849 1.0743 -271 2007 2015 0.5225 0.1968 0.8482 -271 2007 2016 0.277 -0.0408 0.5948 -271 2007 2017 0.0226 -0.3245 0.3696 -271 2007 2018 0.2583 -0.0874 0.6039 -271 2007 2019 0.5635 0.236 0.8909 -271 2007 2020 0.3456 0.004 0.6872 -271 2007 2021 0.2106 -0.1362 0.5574 -271 2007 2022 0.2937 -0.0467 0.634 -271 2007 2023 -0.0104 -0.3787 0.3579 -271 2008 2009 0.0903 -0.2269 0.4075 -271 2008 2010 0.158 -0.1563 0.4723 -271 2008 2011 0.1991 -0.1556 0.5538 -271 2008 2012 0.4245 0.0668 0.7823 -271 2008 2013 0.2417 -0.0912 0.5745 -271 2008 2014 0.6592 0.3271 0.9912 -271 2008 2015 0.4521 0.126 0.7782 -271 2008 2016 0.2066 -0.1236 0.5367 -271 2008 2017 -0.0479 -0.3964 0.3007 -271 2008 2018 0.1879 -0.1572 0.5329 -271 2008 2019 0.4931 0.1554 0.8308 -271 2008 2020 0.2752 -0.0583 0.6087 -271 2008 2021 0.1402 -0.2044 0.4847 -271 2008 2022 0.2233 -0.1263 0.5728 -271 2008 2023 -0.0808 -0.4488 0.2872 -271 2009 2010 0.0677 -0.2348 0.3702 -271 2009 2011 0.1088 -0.2597 0.4773 -271 2009 2012 0.3343 -0.0276 0.6961 -271 2009 2013 0.1514 -0.1994 0.5021 -271 2009 2014 0.5689 0.2134 0.9245 -271 2009 2015 0.3618 0.0246 0.699 -271 2009 2016 0.1163 -0.23 0.4626 -271 2009 2017 -0.1382 -0.512 0.2357 -271 2009 2018 0.0976 -0.2553 0.4505 -271 2009 2019 0.4028 0.052 0.7536 -271 2009 2020 0.1849 -0.1723 0.542 -271 2009 2021 0.0499 -0.3029 0.4027 -271 2009 2022 0.133 -0.2301 0.4961 -271 2009 2023 -0.1711 -0.5635 0.2213 -271 2010 2011 0.0411 -0.2593 0.3416 -271 2010 2012 0.2666 -0.0531 0.5862 -271 2010 2013 0.0837 -0.2095 0.377 -271 2010 2014 0.5012 0.1894 0.8131 -271 2010 2015 0.2941 -0.0021 0.5904 -271 2010 2016 0.0486 -0.2402 0.3375 -271 2010 2017 -0.2058 -0.5375 0.1258 -271 2010 2018 0.0299 -0.2845 0.3443 -271 2010 2019 0.3351 0.0425 0.6278 -271 2010 2020 0.1172 -0.1954 0.4298 -271 2010 2021 -0.0178 -0.332 0.2964 -271 2010 2022 0.0653 -0.2437 0.3743 -271 2010 2023 -0.2388 -0.5898 0.1122 -271 2011 2012 0.2255 -0.0931 0.544 -271 2011 2013 0.0426 -0.2892 0.3743 -271 2011 2014 0.4601 0.1187 0.8015 -271 2011 2015 0.253 -0.084 0.59 -271 2011 2016 0.0075 -0.3326 0.3475 -271 2011 2017 -0.247 -0.6039 0.1099 -271 2011 2018 -0.0112 -0.365 0.3425 -271 2011 2019 0.294 -0.0554 0.6433 -271 2011 2020 0.0761 -0.2672 0.4193 -271 2011 2021 -0.0589 -0.4116 0.2937 -271 2011 2022 0.0242 -0.3367 0.385 -271 2011 2023 -0.2799 -0.6571 0.0972 -271 2012 2013 -0.1829 -0.494 0.1282 -271 2012 2014 0.2347 -0.0874 0.5567 -271 2012 2015 0.0276 -0.2916 0.3467 -271 2012 2016 -0.2179 -0.5537 0.1178 -271 2012 2017 -0.4724 -0.8448 -0.1 -271 2012 2018 -0.2367 -0.5775 0.1042 -271 2012 2019 0.0686 -0.26 0.3971 -271 2012 2020 -0.1494 -0.4924 0.1937 -271 2012 2021 -0.2844 -0.6262 0.0575 -271 2012 2022 -0.2012 -0.5459 0.1434 -271 2012 2023 -0.5054 -0.892 -0.1187 -271 2013 2014 0.4175 0.1127 0.7224 -271 2013 2015 0.2104 -0.0962 0.517 -271 2013 2016 -0.0351 -0.33 0.2599 -271 2013 2017 -0.2895 -0.6152 0.0361 -271 2013 2018 -0.0538 -0.3779 0.2703 -271 2013 2019 0.2514 -0.0611 0.5638 -271 2013 2020 0.0335 -0.2857 0.3527 -271 2013 2021 -0.1015 -0.4237 0.2207 -271 2013 2022 -0.0184 -0.3424 0.3056 -271 2013 2023 -0.3225 -0.6721 0.0271 -271 2014 2015 -0.2071 -0.4893 0.0751 -271 2014 2016 -0.4526 -0.7674 -0.1378 -271 2014 2017 -0.707 -1.0593 -0.3547 -271 2014 2018 -0.4713 -0.8066 -0.136 -271 2014 2019 -0.1661 -0.4733 0.1411 -271 2014 2020 -0.384 -0.6987 -0.0693 -271 2014 2021 -0.519 -0.855 -0.1831 -271 2014 2022 -0.4359 -0.7608 -0.111 -271 2014 2023 -0.74 -1.1025 -0.3774 -271 2015 2016 -0.2455 -0.5221 0.0311 -271 2015 2017 -0.5 -0.8291 -0.1708 -271 2015 2018 -0.2642 -0.57 0.0416 -271 2015 2019 0.041 -0.2639 0.3459 -271 2015 2020 -0.1769 -0.4893 0.1355 -271 2015 2021 -0.3119 -0.6195 -0.0044 -271 2015 2022 -0.2288 -0.5471 0.0895 -271 2015 2023 -0.5329 -0.8807 -0.1851 -271 2016 2017 -0.2545 -0.5528 0.0439 -271 2016 2018 -0.0187 -0.3312 0.2938 -271 2016 2019 0.2865 -0.0106 0.5836 -271 2016 2020 0.0686 -0.2466 0.3838 -271 2016 2021 -0.0664 -0.3852 0.2524 -271 2016 2022 0.0167 -0.2959 0.3293 -271 2016 2023 -0.2874 -0.6369 0.0621 -271 2017 2018 0.2358 -0.0712 0.5427 -271 2017 2019 0.541 0.1924 0.8896 -271 2017 2020 0.323 -0.0101 0.6562 -271 2017 2021 0.188 -0.1537 0.5298 -271 2017 2022 0.2711 -0.0911 0.6334 -271 2017 2023 -0.033 -0.3927 0.3268 -271 2018 2019 0.3053 0.0071 0.6034 -271 2018 2020 0.0873 -0.237 0.4116 -271 2018 2021 -0.0477 -0.3663 0.2709 -271 2018 2022 0.0354 -0.304 0.3749 -271 2018 2023 -0.2687 -0.6359 0.0985 -271 2019 2020 -0.2179 -0.5108 0.0749 -271 2019 2021 -0.3529 -0.6751 -0.0308 -271 2019 2022 -0.2698 -0.5708 0.0312 -271 2019 2023 -0.5739 -0.9398 -0.208 -271 2020 2021 -0.135 -0.4287 0.1587 -271 2020 2022 -0.0519 -0.3776 0.2738 -271 2020 2023 -0.356 -0.7048 -0.0072 -271 2021 2022 0.0832 -0.2205 0.3868 -271 2021 2023 -0.221 -0.5746 0.1326 -271 2022 2023 -0.3042 -0.6319 0.0236 -272 2007 2008 0.1209 -0.1442 0.386 -272 2007 2009 0.2497 -0.0823 0.5816 -272 2007 2010 0.366 0.028 0.704 -272 2007 2011 0.64 0.2555 1.0245 -272 2007 2012 0.8432 0.4183 1.2682 -272 2007 2013 0.9013 0.5 1.3026 -272 2007 2014 0.9783 0.5462 1.4105 -272 2007 2015 1.0461 0.586 1.5061 -272 2007 2016 1.0679 0.641 1.4948 -272 2007 2017 1.049 0.6169 1.4812 -272 2007 2018 1.0365 0.597 1.476 -272 2007 2019 1.1408 0.7041 1.5776 -272 2007 2020 1.1196 0.6762 1.5631 -272 2007 2021 1.1545 0.6829 1.626 -272 2007 2022 1.1979 0.7057 1.6901 -272 2007 2023 1.3064 0.7509 1.862 -272 2008 2009 0.1288 -0.1405 0.3981 -272 2008 2010 0.2452 -0.0643 0.5547 -272 2008 2011 0.5192 0.1614 0.8769 -272 2008 2012 0.7224 0.3198 1.125 -272 2008 2013 0.7805 0.3954 1.1657 -272 2008 2014 0.8575 0.4417 1.2734 -272 2008 2015 0.9252 0.4812 1.3693 -272 2008 2016 0.9471 0.5344 1.3598 -272 2008 2017 0.9282 0.5109 1.3455 -272 2008 2018 0.9157 0.4875 1.3439 -272 2008 2019 1.02 0.5969 1.4432 -272 2008 2020 0.9988 0.5712 1.4264 -272 2008 2021 1.0337 0.5771 1.4902 -272 2008 2022 1.0771 0.5983 1.5558 -272 2008 2023 1.1856 0.648 1.7233 -272 2009 2010 0.1164 -0.1459 0.3787 -272 2009 2011 0.3904 0.0596 0.7213 -272 2009 2012 0.5937 0.2158 0.9716 -272 2009 2013 0.6518 0.2838 1.0197 -272 2009 2014 0.7288 0.3301 1.1274 -272 2009 2015 0.7965 0.3717 1.2213 -272 2009 2016 0.8184 0.4242 1.2125 -272 2009 2017 0.7995 0.3997 1.1992 -272 2009 2018 0.7869 0.3737 1.2001 -272 2009 2019 0.8913 0.4861 1.2965 -272 2009 2020 0.87 0.4596 1.2805 -272 2009 2021 0.9049 0.4622 1.3476 -272 2009 2022 0.9484 0.4802 1.4165 -272 2009 2023 1.0569 0.5299 1.5838 -272 2010 2011 0.274 0.0039 0.5442 -272 2010 2012 0.4773 0.1325 0.8222 -272 2010 2013 0.5354 0.202 0.8687 -272 2010 2014 0.6124 0.2436 0.9811 -272 2010 2015 0.6801 0.2809 1.0794 -272 2010 2016 0.702 0.3371 1.0668 -272 2010 2017 0.6831 0.3134 1.0527 -272 2010 2018 0.6705 0.2847 1.0564 -272 2010 2019 0.7749 0.3989 1.1508 -272 2010 2020 0.7536 0.3715 1.1358 -272 2010 2021 0.7885 0.3664 1.2106 -272 2010 2022 0.8319 0.3824 1.2815 -272 2010 2023 0.9405 0.4278 1.4532 -272 2011 2012 0.2033 -0.0623 0.4689 -272 2011 2013 0.2614 -0.035 0.5578 -272 2011 2014 0.3384 0.0104 0.6663 -272 2011 2015 0.4061 0.0432 0.769 -272 2011 2016 0.428 0.094 0.762 -272 2011 2017 0.4091 0.0723 0.7458 -272 2011 2018 0.3965 0.0265 0.7666 -272 2011 2019 0.5009 0.148 0.8538 -272 2011 2020 0.4797 0.1265 0.8329 -272 2011 2021 0.5145 0.1146 0.9145 -272 2011 2022 0.558 0.1279 0.988 -272 2011 2023 0.6665 0.182 1.151 -272 2012 2013 0.0581 -0.2074 0.3236 -272 2012 2014 0.1351 -0.1948 0.465 -272 2012 2015 0.2028 -0.1608 0.5665 -272 2012 2016 0.2247 -0.1193 0.5687 -272 2012 2017 0.2058 -0.1579 0.5695 -272 2012 2018 0.1933 -0.2042 0.5907 -272 2012 2019 0.2977 -0.078 0.6733 -272 2012 2020 0.2764 -0.1055 0.6584 -272 2012 2021 0.3113 -0.1108 0.7334 -272 2012 2022 0.3547 -0.0952 0.8046 -272 2012 2023 0.4633 -0.0326 0.9591 -272 2013 2014 0.077 -0.1854 0.3394 -272 2013 2015 0.1447 -0.1771 0.4665 -272 2013 2016 0.1666 -0.1337 0.467 -272 2013 2017 0.1477 -0.1878 0.4832 -272 2013 2018 0.1352 -0.2376 0.5079 -272 2013 2019 0.2395 -0.1155 0.5946 -272 2013 2020 0.2183 -0.1441 0.5807 -272 2013 2021 0.2532 -0.1541 0.6604 -272 2013 2022 0.2966 -0.1387 0.7319 -272 2013 2023 0.4052 -0.0825 0.8928 -272 2014 2015 0.0677 -0.2038 0.3392 -272 2014 2016 0.0896 -0.2121 0.3913 -272 2014 2017 0.0707 -0.2668 0.4082 -272 2014 2018 0.0581 -0.3216 0.4379 -272 2014 2019 0.1625 -0.2023 0.5274 -272 2014 2020 0.1413 -0.2245 0.5071 -272 2014 2021 0.1761 -0.2345 0.5868 -272 2014 2022 0.2196 -0.2185 0.6577 -272 2014 2023 0.3282 -0.1598 0.8161 -272 2015 2016 0.0219 -0.2472 0.291 -272 2015 2017 0.003 -0.3369 0.3429 -272 2015 2018 -0.0096 -0.3983 0.3791 -272 2015 2019 0.0948 -0.2823 0.4719 -272 2015 2020 0.0736 -0.311 0.4582 -272 2015 2021 0.1084 -0.3156 0.5324 -272 2015 2022 0.1519 -0.2967 0.6005 -272 2015 2023 0.2605 -0.2354 0.7563 -272 2016 2017 -0.0189 -0.282 0.2442 -272 2016 2018 -0.0315 -0.3671 0.3042 -272 2016 2019 0.0729 -0.2574 0.4033 -272 2016 2020 0.0517 -0.2931 0.3965 -272 2016 2021 0.0865 -0.3011 0.4742 -272 2016 2022 0.13 -0.2818 0.5418 -272 2016 2023 0.2386 -0.2282 0.7053 -272 2017 2018 -0.0125 -0.2849 0.2599 -272 2017 2019 0.0919 -0.2173 0.401 -272 2017 2020 0.0706 -0.2555 0.3967 -272 2017 2021 0.1055 -0.2726 0.4835 -272 2017 2022 0.1489 -0.2607 0.5585 -272 2017 2023 0.2575 -0.2094 0.7244 -272 2018 2019 0.1044 -0.1691 0.3779 -272 2018 2020 0.0831 -0.2434 0.4097 -272 2018 2021 0.118 -0.2575 0.4935 -272 2018 2022 0.1615 -0.249 0.5719 -272 2018 2023 0.27 -0.2014 0.7414 -272 2019 2020 -0.0212 -0.2829 0.2405 -272 2019 2021 0.0136 -0.3251 0.3523 -272 2019 2022 0.0571 -0.3205 0.4346 -272 2019 2023 0.1656 -0.2731 0.6044 -272 2020 2021 0.0349 -0.2426 0.3123 -272 2020 2022 0.0783 -0.27 0.4266 -272 2020 2023 0.1869 -0.231 0.6048 -272 2021 2022 0.0435 -0.2357 0.3227 -272 2021 2023 0.152 -0.2242 0.5283 -272 2022 2023 0.1086 -0.1926 0.4097 -273 2007 2010 0.4305 0.0452 0.8157 -273 2007 2013 0.5869 0.1706 1.0032 -273 2007 2016 1.1821 0.7707 1.5935 -273 2007 2019 1.2533 0.8451 1.6615 -273 2007 2022 1.5749 1.1331 2.0167 -273 2010 2013 0.1564 -0.1822 0.495 -273 2010 2016 0.7517 0.4191 1.0843 -273 2010 2019 0.8229 0.4856 1.1601 -273 2010 2022 1.1445 0.7777 1.5113 -273 2013 2016 0.5953 0.2784 0.9121 -273 2013 2019 0.6664 0.3276 1.0052 -273 2013 2022 0.988 0.614 1.3621 -273 2016 2019 0.0712 -0.2115 0.3539 -273 2016 2022 0.3928 0.0737 0.7119 -273 2019 2022 0.3216 0.0275 0.6158 -274 2007 2008 -0.034 -0.1666 0.0987 -274 2007 2009 -0.0392 -0.1972 0.1187 -274 2007 2010 0.0744 -0.0721 0.2209 -274 2007 2011 0.0597 -0.1024 0.2218 -274 2007 2012 0.0366 -0.1289 0.202 -274 2007 2013 0.0536 -0.1027 0.21 -274 2007 2014 -0.0588 -0.2289 0.1113 -274 2007 2015 -0.0421 -0.2085 0.1243 -274 2007 2016 -0.0312 -0.1914 0.129 -274 2007 2017 -0.0847 -0.2515 0.0821 -274 2007 2018 -0.1113 -0.2824 0.0597 -274 2007 2019 -0.1676 -0.344 0.0087 -274 2007 2020 -0.0672 -0.234 0.0996 -274 2007 2021 -0.1326 -0.3045 0.0393 -274 2007 2022 -0.1538 -0.3274 0.0198 -274 2007 2023 -0.1116 -0.2911 0.068 -274 2008 2009 -0.0053 -0.1347 0.1241 -274 2008 2010 0.1084 -0.0353 0.2521 -274 2008 2011 0.0936 -0.0612 0.2484 -274 2008 2012 0.0705 -0.0872 0.2283 -274 2008 2013 0.0876 -0.0686 0.2437 -274 2008 2014 -0.0249 -0.1809 0.1311 -274 2008 2015 -0.0081 -0.1661 0.1499 -274 2008 2016 0.0028 -0.1543 0.1598 -274 2008 2017 -0.0507 -0.2062 0.1047 -274 2008 2018 -0.0774 -0.2384 0.0837 -274 2008 2019 -0.1337 -0.2977 0.0303 -274 2008 2020 -0.0332 -0.1944 0.1279 -274 2008 2021 -0.0987 -0.2596 0.0623 -274 2008 2022 -0.1199 -0.2838 0.044 -274 2008 2023 -0.0776 -0.2485 0.0933 -274 2009 2010 0.1137 -0.0229 0.2503 -274 2009 2011 0.0989 -0.0558 0.2536 -274 2009 2012 0.0758 -0.0784 0.23 -274 2009 2013 0.0928 -0.0681 0.2537 -274 2009 2014 -0.0196 -0.1754 0.1362 -274 2009 2015 -0.0029 -0.1604 0.1546 -274 2009 2016 0.008 -0.153 0.169 -274 2009 2017 -0.0455 -0.2052 0.1142 -274 2009 2018 -0.0721 -0.2325 0.0883 -274 2009 2019 -0.1284 -0.29 0.0332 -274 2009 2020 -0.028 -0.1977 0.1418 -274 2009 2021 -0.0934 -0.2537 0.0669 -274 2009 2022 -0.1146 -0.2788 0.0495 -274 2009 2023 -0.0724 -0.2499 0.1052 -274 2010 2011 -0.0148 -0.1405 0.111 -274 2010 2012 -0.0379 -0.1814 0.1057 -274 2010 2013 -0.0208 -0.1542 0.1126 -274 2010 2014 -0.1333 -0.2919 0.0254 -274 2010 2015 -0.1165 -0.2676 0.0347 -274 2010 2016 -0.1056 -0.2468 0.0356 -274 2010 2017 -0.1591 -0.3123 -0.0059 -274 2010 2018 -0.1857 -0.3434 -0.028 -274 2010 2019 -0.242 -0.4096 -0.0744 -274 2010 2020 -0.1416 -0.2911 0.0079 -274 2010 2021 -0.207 -0.366 -0.0481 -274 2010 2022 -0.2282 -0.3909 -0.0656 -274 2010 2023 -0.186 -0.3528 -0.0191 -274 2011 2012 -0.0231 -0.1536 0.1074 -274 2011 2013 -0.006 -0.1503 0.1383 -274 2011 2014 -0.1185 -0.2791 0.0421 -274 2011 2015 -0.1017 -0.2609 0.0574 -274 2011 2016 -0.0909 -0.2458 0.0641 -274 2011 2017 -0.1444 -0.3035 0.0148 -274 2011 2018 -0.171 -0.3357 -0.0062 -274 2011 2019 -0.2273 -0.4 -0.0546 -274 2011 2020 -0.1269 -0.2859 0.0322 -274 2011 2021 -0.1923 -0.3574 -0.0271 -274 2011 2022 -0.2135 -0.3835 -0.0435 -274 2011 2023 -0.1712 -0.3445 0.002 -274 2012 2013 0.0171 -0.1143 0.1485 -274 2012 2014 -0.0954 -0.2497 0.0589 -274 2012 2015 -0.0786 -0.2344 0.0772 -274 2012 2016 -0.0677 -0.2242 0.0887 -274 2012 2017 -0.1213 -0.2817 0.0391 -274 2012 2018 -0.1479 -0.3105 0.0147 -274 2012 2019 -0.2042 -0.3741 -0.0343 -274 2012 2020 -0.1037 -0.2678 0.0603 -274 2012 2021 -0.1692 -0.3328 -0.0056 -274 2012 2022 -0.1904 -0.3595 -0.0213 -274 2012 2023 -0.1481 -0.3247 0.0285 -274 2013 2014 -0.1125 -0.2524 0.0274 -274 2013 2015 -0.0957 -0.2438 0.0523 -274 2013 2016 -0.0848 -0.2274 0.0578 -274 2013 2017 -0.1383 -0.294 0.0174 -274 2013 2018 -0.1649 -0.3261 -0.0038 -274 2013 2019 -0.2212 -0.392 -0.0505 -274 2013 2020 -0.1208 -0.2739 0.0323 -274 2013 2021 -0.1862 -0.3489 -0.0236 -274 2013 2022 -0.2075 -0.3737 -0.0412 -274 2013 2023 -0.1652 -0.3353 0.0049 -274 2014 2015 0.0168 -0.1157 0.1492 -274 2014 2016 0.0277 -0.1251 0.1805 -274 2014 2017 -0.0259 -0.1804 0.1287 -274 2014 2018 -0.0525 -0.2137 0.1087 -274 2014 2019 -0.1088 -0.2705 0.0529 -274 2014 2020 -0.0084 -0.1756 0.1589 -274 2014 2021 -0.0738 -0.2352 0.0876 -274 2014 2022 -0.095 -0.2591 0.0691 -274 2014 2023 -0.0527 -0.2274 0.1219 -274 2015 2016 0.0109 -0.1185 0.1403 -274 2015 2017 -0.0426 -0.1918 0.1066 -274 2015 2018 -0.0693 -0.2248 0.0863 -274 2015 2019 -0.1256 -0.2904 0.0393 -274 2015 2020 -0.0251 -0.1862 0.136 -274 2015 2021 -0.0905 -0.2502 0.0692 -274 2015 2022 -0.1118 -0.2771 0.0536 -274 2015 2023 -0.0695 -0.2425 0.1036 -274 2016 2017 -0.0535 -0.1831 0.076 -274 2016 2018 -0.0801 -0.2304 0.0701 -274 2016 2019 -0.1365 -0.2992 0.0263 -274 2016 2020 -0.036 -0.188 0.116 -274 2016 2021 -0.1014 -0.2601 0.0572 -274 2016 2022 -0.1227 -0.2845 0.0392 -274 2016 2023 -0.0804 -0.2482 0.0875 -274 2017 2018 -0.0266 -0.1573 0.104 -274 2017 2019 -0.0829 -0.2367 0.0708 -274 2017 2020 0.0175 -0.1343 0.1694 -274 2017 2021 -0.0479 -0.2049 0.1091 -274 2017 2022 -0.0691 -0.2307 0.0924 -274 2017 2023 -0.0269 -0.193 0.1392 -274 2018 2019 -0.0563 -0.1923 0.0797 -274 2018 2020 0.0442 -0.1093 0.1976 -274 2018 2021 -0.0213 -0.177 0.1344 -274 2018 2022 -0.0425 -0.2063 0.1212 -274 2018 2023 -2e-04 -0.1738 0.1734 -274 2019 2020 0.1005 -0.0473 0.2483 -274 2019 2021 0.035 -0.1194 0.1894 -274 2019 2022 0.0138 -0.1443 0.1719 -274 2019 2023 0.0561 -0.1212 0.2333 -274 2020 2021 -0.0655 -0.2018 0.0709 -274 2020 2022 -0.0867 -0.2445 0.0711 -274 2020 2023 -0.0444 -0.2037 0.1149 -274 2021 2022 -0.0212 -0.1537 0.1112 -274 2021 2023 0.0211 -0.1394 0.1815 -274 2022 2023 0.0423 -0.098 0.1826 -275 2007 2008 0.0401 -0.1659 0.246 -275 2007 2009 -0.0701 -0.3172 0.177 -275 2007 2010 -0.146 -0.3969 0.105 -275 2007 2011 -0.0529 -0.3024 0.1965 -275 2007 2012 -0.1678 -0.4371 0.1015 -275 2007 2013 -0.2044 -0.4715 0.0627 -275 2007 2014 -0.3346 -0.6006 -0.0687 -275 2007 2015 -0.3868 -0.6654 -0.1081 -275 2007 2016 -0.4657 -0.7321 -0.1993 -275 2007 2017 -0.5537 -0.8303 -0.2771 -275 2007 2018 -0.6264 -0.921 -0.3319 -275 2007 2019 -0.7988 -1.0871 -0.5104 -275 2007 2020 -1.0339 -1.3657 -0.7022 -275 2007 2021 -1.0532 -1.3887 -0.7177 -275 2007 2022 -1.0046 -1.3338 -0.6754 -275 2007 2023 -1.1182 -1.5057 -0.7307 -275 2008 2009 -0.1101 -0.3186 0.0983 -275 2008 2010 -0.186 -0.4225 0.0504 -275 2008 2011 -0.093 -0.3187 0.1327 -275 2008 2012 -0.2079 -0.4637 0.0479 -275 2008 2013 -0.2445 -0.4987 0.0097 -275 2008 2014 -0.3747 -0.6283 -0.1211 -275 2008 2015 -0.4268 -0.6929 -0.1607 -275 2008 2016 -0.5057 -0.7622 -0.2493 -275 2008 2017 -0.5938 -0.8571 -0.3304 -275 2008 2018 -0.6665 -0.9474 -0.3856 -275 2008 2019 -0.8388 -1.121 -0.5567 -275 2008 2020 -1.074 -1.4086 -0.7393 -275 2008 2021 -1.0933 -1.4291 -0.7574 -275 2008 2022 -1.0446 -1.3688 -0.7205 -275 2008 2023 -1.1582 -1.5459 -0.7705 -275 2009 2010 -0.0759 -0.2865 0.1347 -275 2009 2011 0.0172 -0.2215 0.2559 -275 2009 2012 -0.0978 -0.3597 0.1642 -275 2009 2013 -0.1343 -0.4026 0.134 -275 2009 2014 -0.2646 -0.5295 3e-04 -275 2009 2015 -0.3167 -0.5937 -0.0397 -275 2009 2016 -0.3956 -0.6657 -0.1256 -275 2009 2017 -0.4836 -0.762 -0.2052 -275 2009 2018 -0.5564 -0.8527 -0.26 -275 2009 2019 -0.7287 -1.0206 -0.4368 -275 2009 2020 -0.9639 -1.2942 -0.6335 -275 2009 2021 -0.9832 -1.3184 -0.6479 -275 2009 2022 -0.9345 -1.2675 -0.6015 -275 2009 2023 -1.0481 -1.4362 -0.66 -275 2010 2011 0.0931 -0.121 0.3072 -275 2010 2012 -0.0219 -0.274 0.2303 -275 2010 2013 -0.0584 -0.3212 0.2043 -275 2010 2014 -0.1887 -0.4488 0.0715 -275 2010 2015 -0.2408 -0.5175 0.0359 -275 2010 2016 -0.3197 -0.587 -0.0524 -275 2010 2017 -0.4077 -0.6847 -0.1308 -275 2010 2018 -0.4805 -0.7782 -0.1827 -275 2010 2019 -0.6528 -0.9406 -0.365 -275 2010 2020 -0.888 -1.2072 -0.5687 -275 2010 2021 -0.9073 -1.2342 -0.5803 -275 2010 2022 -0.8586 -1.1876 -0.5297 -275 2010 2023 -0.9722 -1.3525 -0.5919 -275 2011 2012 -0.1149 -0.3293 0.0994 -275 2011 2013 -0.1515 -0.3911 0.0881 -275 2011 2014 -0.2817 -0.532 -0.0315 -275 2011 2015 -0.3338 -0.5998 -0.0678 -275 2011 2016 -0.4128 -0.6713 -0.1543 -275 2011 2017 -0.5008 -0.7668 -0.2348 -275 2011 2018 -0.5735 -0.8568 -0.2902 -275 2011 2019 -0.7458 -1.032 -0.4597 -275 2011 2020 -0.981 -1.3211 -0.6409 -275 2011 2021 -1.0003 -1.3412 -0.6594 -275 2011 2022 -0.9517 -1.2802 -0.6231 -275 2011 2023 -1.0652 -1.4579 -0.6726 -275 2012 2013 -0.0366 -0.2566 0.1835 -275 2012 2014 -0.1668 -0.4204 0.0868 -275 2012 2015 -0.2189 -0.4958 0.058 -275 2012 2016 -0.2979 -0.5728 -0.023 -275 2012 2017 -0.3859 -0.671 -0.1008 -275 2012 2018 -0.4586 -0.7619 -0.1553 -275 2012 2019 -0.6309 -0.9316 -0.3302 -275 2012 2020 -0.8661 -1.207 -0.5252 -275 2012 2021 -0.8854 -1.2308 -0.54 -275 2012 2022 -0.8368 -1.1789 -0.4946 -275 2012 2023 -0.9503 -1.3478 -0.5529 -275 2013 2014 -0.1302 -0.3496 0.0892 -275 2013 2015 -0.1823 -0.4467 0.082 -275 2013 2016 -0.2613 -0.5289 0.0063 -275 2013 2017 -0.3493 -0.6315 -0.0671 -275 2013 2018 -0.422 -0.7227 -0.1213 -275 2013 2019 -0.5944 -0.8951 -0.2936 -275 2013 2020 -0.8295 -1.1785 -0.4806 -275 2013 2021 -0.8488 -1.2004 -0.4972 -275 2013 2022 -0.8002 -1.143 -0.4574 -275 2013 2023 -0.9138 -1.3162 -0.5113 -275 2014 2015 -0.0521 -0.2748 0.1706 -275 2014 2016 -0.1311 -0.3832 0.121 -275 2014 2017 -0.2191 -0.4916 0.0535 -275 2014 2018 -0.2918 -0.5896 0.006 -275 2014 2019 -0.4641 -0.759 -0.1693 -275 2014 2020 -0.6993 -1.032 -0.3666 -275 2014 2021 -0.7186 -1.0579 -0.3792 -275 2014 2022 -0.67 -1.0078 -0.3322 -275 2014 2023 -0.7836 -1.175 -0.3921 -275 2015 2016 -0.0789 -0.3023 0.1444 -275 2015 2017 -0.1669 -0.4371 0.1032 -275 2015 2018 -0.2397 -0.5394 0.0601 -275 2015 2019 -0.412 -0.7158 -0.1082 -275 2015 2020 -0.6472 -0.9958 -0.2986 -275 2015 2021 -0.6665 -1.0203 -0.3127 -275 2015 2022 -0.6179 -0.9671 -0.2686 -275 2015 2023 -0.7314 -1.1371 -0.3258 -275 2016 2017 -0.088 -0.3104 0.1343 -275 2016 2018 -0.1607 -0.4358 0.1143 -275 2016 2019 -0.3331 -0.6188 -0.0474 -275 2016 2020 -0.5683 -0.9045 -0.232 -275 2016 2021 -0.5875 -0.9307 -0.2444 -275 2016 2022 -0.5389 -0.8773 -0.2006 -275 2016 2023 -0.6525 -1.0495 -0.2555 -275 2017 2018 -0.0727 -0.3063 0.1608 -275 2017 2019 -0.2451 -0.5189 0.0287 -275 2017 2020 -0.4803 -0.8128 -0.1478 -275 2017 2021 -0.4996 -0.8438 -0.1553 -275 2017 2022 -0.4509 -0.7935 -0.1083 -275 2017 2023 -0.5645 -0.9651 -0.1639 -275 2018 2019 -0.1724 -0.4126 0.0679 -275 2018 2020 -0.4076 -0.7405 -0.0747 -275 2018 2021 -0.4268 -0.7785 -0.0752 -275 2018 2022 -0.3782 -0.7297 -0.0267 -275 2018 2023 -0.4918 -0.906 -0.0775 -275 2019 2020 -0.2352 -0.4969 0.0264 -275 2019 2021 -0.2545 -0.5643 0.0553 -275 2019 2022 -0.2058 -0.5344 0.1227 -275 2019 2023 -0.3194 -0.7097 0.0708 -275 2020 2021 -0.0193 -0.2723 0.2338 -275 2020 2022 0.0294 -0.2975 0.3562 -275 2020 2023 -0.0842 -0.4616 0.2932 -275 2021 2022 0.0486 -0.2143 0.3116 -275 2021 2023 -0.065 -0.4112 0.2812 -275 2022 2023 -0.1136 -0.39 0.1628 -276 2007 2010 -0.1078 -0.2335 0.0179 -276 2007 2013 -0.2043 -0.3467 -0.062 -276 2007 2016 -0.34 -0.4988 -0.1811 -276 2007 2019 -0.5185 -0.6896 -0.3473 -276 2007 2022 -0.707 -0.9181 -0.4959 -276 2010 2013 -0.0965 -0.2244 0.0314 -276 2010 2016 -0.2322 -0.3858 -0.0786 -276 2010 2019 -0.4107 -0.5791 -0.2422 -276 2010 2022 -0.5992 -0.8064 -0.392 -276 2013 2016 -0.1356 -0.2715 3e-04 -276 2013 2019 -0.3141 -0.4756 -0.1526 -276 2013 2022 -0.5027 -0.7078 -0.2976 -276 2016 2019 -0.1785 -0.3191 -0.0379 -276 2016 2022 -0.3671 -0.5599 -0.1742 -276 2019 2022 -0.1886 -0.352 -0.0252 -277 2007 2008 -0.0854 -0.2457 0.0749 -277 2007 2009 -0.0166 -0.2156 0.1824 -277 2007 2010 0.0136 -0.1927 0.2198 -277 2007 2011 -0.1184 -0.3306 0.0938 -277 2007 2012 -0.2628 -0.4886 -0.0369 -277 2007 2013 -0.1782 -0.4023 0.0458 -277 2007 2014 -0.2318 -0.4503 -0.0132 -277 2007 2015 -0.313 -0.5467 -0.0794 -277 2007 2016 -0.3792 -0.6115 -0.147 -277 2007 2017 -0.3164 -0.5507 -0.082 -277 2007 2018 -0.4142 -0.6584 -0.17 -277 2007 2019 -0.4499 -0.6935 -0.2064 -277 2007 2020 -0.5788 -0.8272 -0.3305 -277 2007 2021 -0.688 -0.9378 -0.4382 -277 2007 2022 -0.7798 -1.0428 -0.5168 -277 2007 2023 -0.8867 -1.1672 -0.6062 -277 2008 2009 0.0688 -0.0844 0.222 -277 2008 2010 0.099 -0.078 0.2759 -277 2008 2011 -0.033 -0.213 0.1469 -277 2008 2012 -0.1774 -0.3767 0.0219 -277 2008 2013 -0.0928 -0.2929 0.1073 -277 2008 2014 -0.1464 -0.336 0.0432 -277 2008 2015 -0.2276 -0.4366 -0.0186 -277 2008 2016 -0.2938 -0.5037 -0.0839 -277 2008 2017 -0.231 -0.4398 -0.0221 -277 2008 2018 -0.3288 -0.5499 -0.1077 -277 2008 2019 -0.3645 -0.5861 -0.143 -277 2008 2020 -0.4934 -0.7182 -0.2687 -277 2008 2021 -0.6026 -0.8291 -0.376 -277 2008 2022 -0.6944 -0.9363 -0.4525 -277 2008 2023 -0.8013 -1.0609 -0.5418 -277 2009 2010 0.0302 -0.1217 0.182 -277 2009 2011 -0.1019 -0.2803 0.0766 -277 2009 2012 -0.2462 -0.4451 -0.0474 -277 2009 2013 -0.1617 -0.3598 0.0365 -277 2009 2014 -0.2152 -0.4074 -0.0229 -277 2009 2015 -0.2964 -0.5065 -0.0864 -277 2009 2016 -0.3626 -0.5752 -0.1501 -277 2009 2017 -0.2998 -0.509 -0.0906 -277 2009 2018 -0.3976 -0.6169 -0.1783 -277 2009 2019 -0.4333 -0.653 -0.2136 -277 2009 2020 -0.5623 -0.7864 -0.3381 -277 2009 2021 -0.6714 -0.8964 -0.4464 -277 2009 2022 -0.7632 -1.0058 -0.5206 -277 2009 2023 -0.8701 -1.1317 -0.6085 -277 2010 2011 -0.132 -0.2853 0.0212 -277 2010 2012 -0.2764 -0.4666 -0.0861 -277 2010 2013 -0.1918 -0.3839 3e-04 -277 2010 2014 -0.2453 -0.4382 -0.0525 -277 2010 2015 -0.3266 -0.5387 -0.1144 -277 2010 2016 -0.3928 -0.6058 -0.1798 -277 2010 2017 -0.3299 -0.5418 -0.118 -277 2010 2018 -0.4278 -0.651 -0.2046 -277 2010 2019 -0.4635 -0.6851 -0.2419 -277 2010 2020 -0.5924 -0.8202 -0.3646 -277 2010 2021 -0.7015 -0.9327 -0.4704 -277 2010 2022 -0.7934 -1.0402 -0.5466 -277 2010 2023 -0.9003 -1.1669 -0.6337 -277 2011 2012 -0.1443 -0.2994 0.0107 -277 2011 2013 -0.0598 -0.2424 0.1228 -277 2011 2014 -0.1133 -0.2973 0.0707 -277 2011 2015 -0.1946 -0.4002 0.0111 -277 2011 2016 -0.2608 -0.4692 -0.0523 -277 2011 2017 -0.1979 -0.407 0.0111 -277 2011 2018 -0.2957 -0.5178 -0.0737 -277 2011 2019 -0.3315 -0.5541 -0.1088 -277 2011 2020 -0.4604 -0.6863 -0.2345 -277 2011 2021 -0.5695 -0.7978 -0.3413 -277 2011 2022 -0.6614 -0.9046 -0.4182 -277 2011 2023 -0.7683 -1.0289 -0.5077 -277 2012 2013 0.0846 -0.0776 0.2467 -277 2012 2014 0.031 -0.1538 0.2159 -277 2012 2015 -0.0502 -0.2568 0.1563 -277 2012 2016 -0.1164 -0.3293 0.0964 -277 2012 2017 -0.0536 -0.2723 0.1651 -277 2012 2018 -0.1514 -0.3807 0.0779 -277 2012 2019 -0.1871 -0.4181 0.0438 -277 2012 2020 -0.3161 -0.5516 -0.0805 -277 2012 2021 -0.4252 -0.661 -0.1894 -277 2012 2022 -0.517 -0.7672 -0.2669 -277 2012 2023 -0.6239 -0.8918 -0.3561 -277 2013 2014 -0.0535 -0.2081 0.101 -277 2013 2015 -0.1348 -0.3303 0.0607 -277 2013 2016 -0.201 -0.4075 0.0055 -277 2013 2017 -0.1381 -0.3487 0.0725 -277 2013 2018 -0.236 -0.4605 -0.0114 -277 2013 2019 -0.2717 -0.4942 -0.0491 -277 2013 2020 -0.4006 -0.631 -0.1702 -277 2013 2021 -0.5097 -0.7451 -0.2744 -277 2013 2022 -0.6016 -0.8518 -0.3513 -277 2013 2023 -0.7085 -0.9789 -0.4381 -277 2014 2015 -0.0813 -0.2398 0.0773 -277 2014 2016 -0.1475 -0.334 0.0391 -277 2014 2017 -0.0846 -0.2806 0.1114 -277 2014 2018 -0.1824 -0.3969 0.032 -277 2014 2019 -0.2182 -0.4343 -0.002 -277 2014 2020 -0.3471 -0.568 -0.1262 -277 2014 2021 -0.4562 -0.6807 -0.2318 -277 2014 2022 -0.5481 -0.7884 -0.3077 -277 2014 2023 -0.655 -0.9133 -0.3966 -277 2015 2016 -0.0662 -0.227 0.0946 -277 2015 2017 -0.0034 -0.1987 0.192 -277 2015 2018 -0.1012 -0.3188 0.1165 -277 2015 2019 -0.1369 -0.3617 0.0878 -277 2015 2020 -0.2658 -0.498 -0.0336 -277 2015 2021 -0.375 -0.6097 -0.1402 -277 2015 2022 -0.4668 -0.7173 -0.2163 -277 2015 2023 -0.5737 -0.8424 -0.305 -277 2016 2017 0.0629 -0.0995 0.2252 -277 2016 2018 -0.035 -0.2372 0.1673 -277 2016 2019 -0.0707 -0.2853 0.1439 -277 2016 2020 -0.1996 -0.4255 0.0263 -277 2016 2021 -0.3088 -0.5397 -0.0778 -277 2016 2022 -0.4006 -0.6464 -0.1548 -277 2016 2023 -0.5075 -0.7721 -0.2429 -277 2017 2018 -0.0978 -0.2602 0.0646 -277 2017 2019 -0.1335 -0.3267 0.0596 -277 2017 2020 -0.2625 -0.4721 -0.0528 -277 2017 2021 -0.3716 -0.5942 -0.149 -277 2017 2022 -0.4634 -0.7052 -0.2217 -277 2017 2023 -0.5704 -0.8309 -0.3098 -277 2018 2019 -0.0357 -0.1998 0.1284 -277 2018 2020 -0.1646 -0.3677 0.0384 -277 2018 2021 -0.2738 -0.4949 -0.0527 -277 2018 2022 -0.3656 -0.6108 -0.1205 -277 2018 2023 -0.4725 -0.7395 -0.2056 -277 2019 2020 -0.1289 -0.2948 0.0369 -277 2019 2021 -0.2381 -0.444 -0.0322 -277 2019 2022 -0.3299 -0.5644 -0.0953 -277 2019 2023 -0.4368 -0.6979 -0.1757 -277 2020 2021 -0.1091 -0.2781 0.0598 -277 2020 2022 -0.201 -0.4166 0.0146 -277 2020 2023 -0.3079 -0.5542 -0.0616 -277 2021 2022 -0.0918 -0.2624 0.0788 -277 2021 2023 -0.1988 -0.4188 0.0213 -277 2022 2023 -0.1069 -0.2838 0.07 -278 2007 2008 0.0829 -0.0342 0.2 -278 2007 2009 0.148 0.0116 0.2844 -278 2007 2010 0.2526 0.1161 0.389 -278 2007 2011 0.3067 0.1599 0.4535 -278 2007 2012 0.3089 0.1548 0.4631 -278 2007 2013 0.242 0.0999 0.3841 -278 2007 2014 0.1516 0.0073 0.2959 -278 2007 2015 0.1771 0.0271 0.327 -278 2007 2016 0.1364 -0.0041 0.2769 -278 2007 2017 0.1283 -0.017 0.2735 -278 2007 2018 0.1286 -0.018 0.2753 -278 2007 2019 0.0663 -0.0769 0.2094 -278 2007 2020 0.0139 -0.1348 0.1625 -278 2007 2021 0.0516 -0.0991 0.2023 -278 2007 2022 -0.0016 -0.1549 0.1517 -278 2007 2023 -0.0538 -0.2192 0.1116 -278 2008 2009 0.0651 -0.0472 0.1773 -278 2008 2010 0.1697 0.046 0.2934 -278 2008 2011 0.2238 0.0937 0.3539 -278 2008 2012 0.226 0.0855 0.3665 -278 2008 2013 0.1591 0.0256 0.2926 -278 2008 2014 0.0687 -0.0667 0.2041 -278 2008 2015 0.0942 -0.0449 0.2332 -278 2008 2016 0.0535 -0.0799 0.1869 -278 2008 2017 0.0453 -0.0886 0.1793 -278 2008 2018 0.0457 -0.0892 0.1807 -278 2008 2019 -0.0167 -0.153 0.1197 -278 2008 2020 -0.069 -0.2091 0.071 -278 2008 2021 -0.0313 -0.1692 0.1066 -278 2008 2022 -0.0845 -0.2297 0.0607 -278 2008 2023 -0.1367 -0.2945 0.0211 -278 2009 2010 0.1046 -0.0063 0.2155 -278 2009 2011 0.1588 0.0292 0.2883 -278 2009 2012 0.161 0.0237 0.2983 -278 2009 2013 0.094 -0.0396 0.2276 -278 2009 2014 0.0036 -0.1344 0.1416 -278 2009 2015 0.0291 -0.1084 0.1666 -278 2009 2016 -0.0116 -0.1457 0.1225 -278 2009 2017 -0.0197 -0.156 0.1166 -278 2009 2018 -0.0193 -0.152 0.1133 -278 2009 2019 -0.0817 -0.219 0.0556 -278 2009 2020 -0.1341 -0.2766 0.0084 -278 2009 2021 -0.0964 -0.2335 0.0407 -278 2009 2022 -0.1496 -0.2964 -0.0028 -278 2009 2023 -0.2018 -0.3631 -0.0405 -278 2010 2011 0.0542 -0.0556 0.1639 -278 2010 2012 0.0564 -0.0715 0.1843 -278 2010 2013 -0.0106 -0.1349 0.1138 -278 2010 2014 -0.101 -0.237 0.035 -278 2010 2015 -0.0755 -0.2098 0.0588 -278 2010 2016 -0.1162 -0.245 0.0127 -278 2010 2017 -0.1243 -0.2573 0.0087 -278 2010 2018 -0.1239 -0.254 0.0061 -278 2010 2019 -0.1863 -0.3197 -0.0529 -278 2010 2020 -0.2387 -0.3804 -0.097 -278 2010 2021 -0.201 -0.3348 -0.0671 -278 2010 2022 -0.2542 -0.3971 -0.1113 -278 2010 2023 -0.3064 -0.4666 -0.1461 -278 2011 2012 0.0022 -0.1118 0.1163 -278 2011 2013 -0.0647 -0.1914 0.0619 -278 2011 2014 -0.1551 -0.2931 -0.0172 -278 2011 2015 -0.1297 -0.2671 0.0078 -278 2011 2016 -0.1703 -0.3057 -0.0349 -278 2011 2017 -0.1785 -0.314 -0.043 -278 2011 2018 -0.1781 -0.3125 -0.0436 -278 2011 2019 -0.2405 -0.38 -0.1009 -278 2011 2020 -0.2929 -0.438 -0.1477 -278 2011 2021 -0.2551 -0.3921 -0.1181 -278 2011 2022 -0.3083 -0.4562 -0.1605 -278 2011 2023 -0.3605 -0.5234 -0.1976 -278 2012 2013 -0.0669 -0.1822 0.0483 -278 2012 2014 -0.1574 -0.2978 -0.0169 -278 2012 2015 -0.1319 -0.2697 0.006 -278 2012 2016 -0.1725 -0.312 -0.0331 -278 2012 2017 -0.1807 -0.3228 -0.0386 -278 2012 2018 -0.1803 -0.3174 -0.0432 -278 2012 2019 -0.2427 -0.3871 -0.0983 -278 2012 2020 -0.2951 -0.4468 -0.1434 -278 2012 2021 -0.2573 -0.3982 -0.1165 -278 2012 2022 -0.3105 -0.4636 -0.1575 -278 2012 2023 -0.3628 -0.5327 -0.1928 -278 2013 2014 -0.0904 -0.2064 0.0255 -278 2013 2015 -0.0649 -0.1943 0.0645 -278 2013 2016 -0.1056 -0.2331 0.0219 -278 2013 2017 -0.1138 -0.2477 0.0202 -278 2013 2018 -0.1134 -0.2467 0.02 -278 2013 2019 -0.1758 -0.3113 -0.0402 -278 2013 2020 -0.2281 -0.3712 -0.0851 -278 2013 2021 -0.1904 -0.3279 -0.0529 -278 2013 2022 -0.2436 -0.3887 -0.0985 -278 2013 2023 -0.2958 -0.4572 -0.1344 -278 2014 2015 0.0255 -0.0931 0.1441 -278 2014 2016 -0.0152 -0.1432 0.1129 -278 2014 2017 -0.0233 -0.156 0.1094 -278 2014 2018 -0.0229 -0.1611 0.1152 -278 2014 2019 -0.0853 -0.2242 0.0535 -278 2014 2020 -0.1377 -0.2784 0.003 -278 2014 2021 -0.1 -0.2429 0.0429 -278 2014 2022 -0.1532 -0.3016 -0.0048 -278 2014 2023 -0.2054 -0.3643 -0.0466 -278 2015 2016 -0.0407 -0.1546 0.0733 -278 2015 2017 -0.0488 -0.1803 0.0827 -278 2015 2018 -0.0484 -0.1805 0.0836 -278 2015 2019 -0.1108 -0.2499 0.0283 -278 2015 2020 -0.1632 -0.3093 -0.0171 -278 2015 2021 -0.1255 -0.2643 0.0134 -278 2015 2022 -0.1787 -0.3278 -0.0295 -278 2015 2023 -0.2309 -0.3956 -0.0662 -278 2016 2017 -0.0082 -0.1202 0.1039 -278 2016 2018 -0.0078 -0.1343 0.1188 -278 2016 2019 -0.0702 -0.1999 0.0596 -278 2016 2020 -0.1225 -0.2611 0.016 -278 2016 2021 -0.0848 -0.2211 0.0515 -278 2016 2022 -0.138 -0.2798 0.0038 -278 2016 2023 -0.1902 -0.3479 -0.0326 -278 2017 2018 4e-04 -0.1126 0.1134 -278 2017 2019 -0.062 -0.1915 0.0675 -278 2017 2020 -0.1144 -0.2507 0.0219 -278 2017 2021 -0.0766 -0.2125 0.0592 -278 2017 2022 -0.1298 -0.2743 0.0146 -278 2017 2023 -0.1821 -0.339 -0.0251 -278 2018 2019 -0.0624 -0.1761 0.0513 -278 2018 2020 -0.1148 -0.2493 0.0197 -278 2018 2021 -0.077 -0.2067 0.0526 -278 2018 2022 -0.1302 -0.2735 0.013 -278 2018 2023 -0.1825 -0.3428 -0.0222 -278 2019 2020 -0.0524 -0.1688 0.064 -278 2019 2021 -0.0146 -0.1452 0.1159 -278 2019 2022 -0.0678 -0.2077 0.072 -278 2019 2023 -0.1201 -0.2773 0.0372 -278 2020 2021 0.0378 -0.0825 0.158 -278 2020 2022 -0.0155 -0.1555 0.1246 -278 2020 2023 -0.0677 -0.2219 0.0865 -278 2021 2022 -0.0532 -0.1723 0.0658 -278 2021 2023 -0.1054 -0.2555 0.0447 -278 2022 2023 -0.0522 -0.1797 0.0753 -279 2007 2008 0.0658 -0.0743 0.206 -279 2007 2009 -0.041 -0.2196 0.1376 -279 2007 2010 -0.1222 -0.3177 0.0732 -279 2007 2011 -0.2626 -0.4762 -0.0491 -279 2007 2012 -0.2789 -0.5112 -0.0466 -279 2007 2013 -0.297 -0.5343 -0.0596 -279 2007 2014 -0.2962 -0.5435 -0.0489 -279 2007 2015 -0.3772 -0.6335 -0.1208 -279 2007 2016 -0.4727 -0.7301 -0.2153 -279 2007 2017 -0.5267 -0.7898 -0.2636 -279 2007 2018 -0.4986 -0.7672 -0.23 -279 2007 2019 -0.5686 -0.8393 -0.2979 -279 2007 2020 -0.5275 -0.8005 -0.2545 -279 2007 2021 -0.564 -0.8486 -0.2793 -279 2007 2022 -0.5881 -0.8811 -0.2951 -279 2007 2023 -0.5448 -0.8538 -0.2358 -279 2008 2009 -0.1068 -0.2432 0.0295 -279 2008 2010 -0.1881 -0.3546 -0.0216 -279 2008 2011 -0.3285 -0.517 -0.14 -279 2008 2012 -0.3447 -0.5559 -0.1336 -279 2008 2013 -0.3628 -0.5811 -0.1444 -279 2008 2014 -0.362 -0.5864 -0.1376 -279 2008 2015 -0.443 -0.6807 -0.2054 -279 2008 2016 -0.5385 -0.782 -0.295 -279 2008 2017 -0.5925 -0.8416 -0.3435 -279 2008 2018 -0.5644 -0.8163 -0.3125 -279 2008 2019 -0.6345 -0.8939 -0.375 -279 2008 2020 -0.5933 -0.849 -0.3376 -279 2008 2021 -0.6298 -0.8995 -0.3601 -279 2008 2022 -0.6539 -0.9339 -0.3739 -279 2008 2023 -0.6106 -0.9034 -0.3179 -279 2009 2010 -0.0812 -0.2186 0.0561 -279 2009 2011 -0.2216 -0.3948 -0.0485 -279 2009 2012 -0.2379 -0.4366 -0.0392 -279 2009 2013 -0.2559 -0.4654 -0.0465 -279 2009 2014 -0.2552 -0.475 -0.0353 -279 2009 2015 -0.3362 -0.5677 -0.1046 -279 2009 2016 -0.4317 -0.669 -0.1944 -279 2009 2017 -0.4857 -0.7295 -0.242 -279 2009 2018 -0.4576 -0.7052 -0.21 -279 2009 2019 -0.5276 -0.7818 -0.2735 -279 2009 2020 -0.4865 -0.7404 -0.2325 -279 2009 2021 -0.5229 -0.7896 -0.2563 -279 2009 2022 -0.5471 -0.824 -0.2702 -279 2009 2023 -0.5038 -0.7959 -0.2117 -279 2010 2011 -0.1404 -0.2783 -0.0025 -279 2010 2012 -0.1567 -0.3336 0.0203 -279 2010 2013 -0.1747 -0.3662 0.0168 -279 2010 2014 -0.1739 -0.3809 0.0331 -279 2010 2015 -0.255 -0.4762 -0.0337 -279 2010 2016 -0.3505 -0.577 -0.124 -279 2010 2017 -0.4045 -0.6394 -0.1696 -279 2010 2018 -0.3764 -0.617 -0.1357 -279 2010 2019 -0.4464 -0.6923 -0.2005 -279 2010 2020 -0.4052 -0.6525 -0.158 -279 2010 2021 -0.4417 -0.7024 -0.181 -279 2010 2022 -0.4659 -0.7364 -0.1953 -279 2010 2023 -0.4226 -0.7095 -0.1356 -279 2011 2012 -0.0163 -0.1584 0.1259 -279 2011 2013 -0.0343 -0.2071 0.1385 -279 2011 2014 -0.0335 -0.2292 0.1622 -279 2011 2015 -0.1145 -0.3268 0.0977 -279 2011 2016 -0.2101 -0.4277 0.0076 -279 2011 2017 -0.2641 -0.4892 -0.0389 -279 2011 2018 -0.2359 -0.4714 -5e-04 -279 2011 2019 -0.306 -0.5452 -0.0668 -279 2011 2020 -0.2648 -0.508 -0.0217 -279 2011 2021 -0.3013 -0.5581 -0.0446 -279 2011 2022 -0.3255 -0.5922 -0.0587 -279 2011 2023 -0.2822 -0.5675 0.0031 -279 2012 2013 -0.018 -0.1617 0.1256 -279 2012 2014 -0.0173 -0.1999 0.1654 -279 2012 2015 -0.0983 -0.3033 0.1068 -279 2012 2016 -0.1938 -0.4092 0.0216 -279 2012 2017 -0.2478 -0.4744 -0.0212 -279 2012 2018 -0.2197 -0.4558 0.0165 -279 2012 2019 -0.2897 -0.5318 -0.0476 -279 2012 2020 -0.2486 -0.4949 -0.0022 -279 2012 2021 -0.285 -0.5451 -0.025 -279 2012 2022 -0.3092 -0.5796 -0.0388 -279 2012 2023 -0.2659 -0.5543 0.0225 -279 2013 2014 8e-04 -0.1436 0.1452 -279 2013 2015 -0.0802 -0.2622 0.1017 -279 2013 2016 -0.1758 -0.3742 0.0227 -279 2013 2017 -0.2298 -0.4445 -0.015 -279 2013 2018 -0.2016 -0.4276 0.0244 -279 2013 2019 -0.2717 -0.505 -0.0383 -279 2013 2020 -0.2305 -0.4691 0.0081 -279 2013 2021 -0.267 -0.5205 -0.0135 -279 2013 2022 -0.2911 -0.5555 -0.0268 -279 2013 2023 -0.2479 -0.5304 0.0347 -279 2014 2015 -0.081 -0.228 0.066 -279 2014 2016 -0.1765 -0.36 0.0069 -279 2014 2017 -0.2306 -0.4363 -0.0249 -279 2014 2018 -0.2024 -0.4203 0.0155 -279 2014 2019 -0.2725 -0.5037 -0.0412 -279 2014 2020 -0.2313 -0.4644 0.0018 -279 2014 2021 -0.2678 -0.5181 -0.0175 -279 2014 2022 -0.2919 -0.5547 -0.0292 -279 2014 2023 -0.2486 -0.5271 0.0298 -279 2015 2016 -0.0955 -0.244 0.0529 -279 2015 2017 -0.1495 -0.3373 0.0382 -279 2015 2018 -0.1214 -0.3288 0.086 -279 2015 2019 -0.1914 -0.4144 0.0315 -279 2015 2020 -0.1503 -0.3808 0.0803 -279 2015 2021 -0.1868 -0.4345 0.061 -279 2015 2022 -0.2109 -0.4718 0.05 -279 2015 2023 -0.1676 -0.447 0.1118 -279 2016 2017 -0.054 -0.2 0.092 -279 2016 2018 -0.0259 -0.2111 0.1594 -279 2016 2019 -0.0959 -0.2984 0.1065 -279 2016 2020 -0.0548 -0.2733 0.1638 -279 2016 2021 -0.0913 -0.3287 0.1462 -279 2016 2022 -0.1154 -0.3664 0.1356 -279 2016 2023 -0.0721 -0.3456 0.2014 -279 2017 2018 0.0281 -0.1217 0.178 -279 2017 2019 -0.0419 -0.224 0.1402 -279 2017 2020 -7e-04 -0.2056 0.2041 -279 2017 2021 -0.0372 -0.2647 0.1903 -279 2017 2022 -0.0614 -0.3047 0.1819 -279 2017 2023 -0.0181 -0.2853 0.2492 -279 2018 2019 -0.0701 -0.2208 0.0807 -279 2018 2020 -0.0289 -0.2149 0.1571 -279 2018 2021 -0.0654 -0.2804 0.1497 -279 2018 2022 -0.0895 -0.3258 0.1467 -279 2018 2023 -0.0462 -0.3063 0.2139 -279 2019 2020 0.0412 -0.1106 0.193 -279 2019 2021 0.0047 -0.1899 0.1992 -279 2019 2022 -0.0195 -0.2396 0.2007 -279 2019 2023 0.0238 -0.2275 0.2752 -279 2020 2021 -0.0365 -0.1887 0.1157 -279 2020 2022 -0.0606 -0.2561 0.1348 -279 2020 2023 -0.0173 -0.2457 0.211 -279 2021 2022 -0.0241 -0.1804 0.1321 -279 2021 2023 0.0192 -0.1895 0.2278 -279 2022 2023 0.0433 -0.1203 0.2069 -280 2007 2010 0.0408 0.0076 0.074 -280 2007 2013 0.1221 0.0856 0.1585 -280 2007 2016 0.0847 0.049 0.1204 -280 2007 2019 0.1248 0.0882 0.1614 -280 2007 2022 0.1593 0.1149 0.2037 -280 2010 2013 0.0813 0.046 0.1166 -280 2010 2016 0.0439 0.0078 0.08 -280 2010 2019 0.0841 0.0469 0.1212 -280 2010 2022 0.1186 0.0739 0.1633 -280 2013 2016 -0.0374 -0.0729 -0.0018 -280 2013 2019 0.0028 -0.0345 0.0401 -280 2013 2022 0.0373 -0.0072 0.0818 -280 2016 2019 0.0402 0.0059 0.0744 -280 2016 2022 0.0747 0.0315 0.1179 -280 2019 2022 0.0345 -0.0063 0.0753 -281 2007 2008 -0.0408 -0.2095 0.1279 -281 2007 2009 -0.0605 -0.2877 0.1666 -281 2007 2010 -0.0503 -0.3107 0.2101 -281 2007 2011 0.0417 -0.2394 0.3229 -281 2007 2012 0.1309 -0.17 0.4318 -281 2007 2013 0.1732 -0.1369 0.4833 -281 2007 2014 0.2027 -0.1123 0.5177 -281 2007 2015 0.2024 -0.1126 0.5175 -281 2007 2016 0.3082 -0.0384 0.6548 -281 2007 2017 0.3177 -0.0335 0.6689 -281 2007 2018 0.2431 -0.0876 0.5737 -281 2007 2019 0.1523 -0.1685 0.4731 -281 2007 2020 0.1418 -0.1777 0.4612 -281 2007 2021 0.1669 -0.1574 0.4912 -281 2007 2022 0.1464 -0.1869 0.4798 -281 2007 2023 0.1566 -0.1936 0.5067 -281 2008 2009 -0.0198 -0.1819 0.1423 -281 2008 2010 -0.0096 -0.22 0.2009 -281 2008 2011 0.0825 -0.1581 0.3231 -281 2008 2012 0.1717 -0.0981 0.4415 -281 2008 2013 0.214 -0.0692 0.4972 -281 2008 2014 0.2435 -0.0469 0.5339 -281 2008 2015 0.2432 -0.0454 0.5318 -281 2008 2016 0.3489 0.0149 0.6829 -281 2008 2017 0.3584 0.0186 0.6981 -281 2008 2018 0.2838 -0.0281 0.5957 -281 2008 2019 0.1931 -0.0992 0.4853 -281 2008 2020 0.1825 -0.108 0.473 -281 2008 2021 0.2076 -0.0912 0.5064 -281 2008 2022 0.1872 -0.1189 0.4932 -281 2008 2023 0.1973 -0.1278 0.5224 -281 2009 2010 0.0102 -0.1476 0.168 -281 2009 2011 0.1023 -0.1054 0.31 -281 2009 2012 0.1915 -0.057 0.44 -281 2009 2013 0.2338 -0.033 0.5007 -281 2009 2014 0.2633 -0.0138 0.5404 -281 2009 2015 0.263 -0.0115 0.5375 -281 2009 2016 0.3687 0.0413 0.696 -281 2009 2017 0.3781 0.0437 0.7125 -281 2009 2018 0.3036 0.001 0.6061 -281 2009 2019 0.2129 -0.0649 0.4906 -281 2009 2020 0.2023 -0.074 0.4786 -281 2009 2021 0.2274 -0.0586 0.5134 -281 2009 2022 0.2069 -0.0854 0.4993 -281 2009 2023 0.2171 -0.096 0.5302 -281 2010 2011 0.0921 -0.0702 0.2544 -281 2010 2012 0.1813 -0.0413 0.404 -281 2010 2013 0.2236 -0.0237 0.471 -281 2010 2014 0.2531 -0.0086 0.5149 -281 2010 2015 0.2528 -0.0083 0.5139 -281 2010 2016 0.3585 0.042 0.675 -281 2010 2017 0.3679 0.0431 0.6927 -281 2010 2018 0.2934 5e-04 0.5862 -281 2010 2019 0.2026 -0.0642 0.4695 -281 2010 2020 0.1921 -0.0738 0.4579 -281 2010 2021 0.2172 -0.0593 0.4936 -281 2010 2022 0.1967 -0.0854 0.4789 -281 2010 2023 0.2069 -0.0969 0.5106 -281 2011 2012 0.0892 -0.0711 0.2494 -281 2011 2013 0.1315 -0.0693 0.3323 -281 2011 2014 0.161 -0.0606 0.3827 -281 2011 2015 0.1607 -0.0702 0.3917 -281 2011 2016 0.2664 -0.0043 0.5372 -281 2011 2017 0.2759 -0.0027 0.5545 -281 2011 2018 0.2013 -0.0561 0.4588 -281 2011 2019 0.1106 -0.1381 0.3594 -281 2011 2020 0.1 -0.1481 0.3481 -281 2011 2021 0.1252 -0.1287 0.379 -281 2011 2022 0.1047 -0.1608 0.3702 -281 2011 2023 0.1148 -0.1709 0.4005 -281 2012 2013 0.0423 -0.1116 0.1963 -281 2012 2014 0.0719 -0.1219 0.2656 -281 2012 2015 0.0716 -0.1441 0.2874 -281 2012 2016 0.1773 -0.0597 0.4142 -281 2012 2017 0.1868 -0.0591 0.4326 -281 2012 2018 0.1122 -0.1264 0.3508 -281 2012 2019 0.0215 -0.2243 0.2673 -281 2012 2020 0.0109 -0.236 0.2579 -281 2012 2021 0.0361 -0.2116 0.2837 -281 2012 2022 0.0156 -0.2486 0.2798 -281 2012 2023 0.0257 -0.2578 0.3093 -281 2013 2014 0.0295 -0.1231 0.1822 -281 2013 2015 0.0293 -0.1645 0.2231 -281 2013 2016 0.1349 -0.0829 0.3528 -281 2013 2017 0.1444 -0.0863 0.3751 -281 2013 2018 0.0699 -0.1594 0.2992 -281 2013 2019 -0.0208 -0.2601 0.2184 -281 2013 2020 -0.0314 -0.2731 0.2103 -281 2013 2021 -0.0063 -0.2488 0.2363 -281 2013 2022 -0.0267 -0.286 0.2326 -281 2013 2023 -0.0166 -0.2955 0.2623 -281 2014 2015 -2e-04 -0.1543 0.1538 -281 2014 2016 0.1054 -0.0914 0.3023 -281 2014 2017 0.1149 -0.1009 0.3307 -281 2014 2018 0.0404 -0.1791 0.2598 -281 2014 2019 -0.0504 -0.2826 0.1819 -281 2014 2020 -0.0609 -0.2961 0.1743 -281 2014 2021 -0.0358 -0.2729 0.2013 -281 2014 2022 -0.0562 -0.3113 0.1988 -281 2014 2023 -0.0461 -0.3205 0.2282 -281 2015 2016 0.1058 -0.0657 0.2772 -281 2015 2017 0.1152 -0.0926 0.3231 -281 2015 2018 0.0406 -0.1708 0.252 -281 2015 2019 -0.0501 -0.2724 0.1722 -281 2015 2020 -0.0607 -0.2883 0.167 -281 2015 2021 -0.0355 -0.2674 0.1963 -281 2015 2022 -0.056 -0.3054 0.1934 -281 2015 2023 -0.0459 -0.3172 0.2255 -281 2016 2017 0.0095 -0.1412 0.1602 -281 2016 2018 -0.065 -0.2572 0.1271 -281 2016 2019 -0.1558 -0.3893 0.0776 -281 2016 2020 -0.1664 -0.4113 0.0786 -281 2016 2021 -0.1412 -0.3845 0.1021 -281 2016 2022 -0.1617 -0.4286 0.1053 -281 2016 2023 -0.1515 -0.4355 0.1324 -281 2017 2018 -0.0746 -0.2311 0.0819 -281 2017 2019 -0.1654 -0.3855 0.0546 -281 2017 2020 -0.1759 -0.4124 0.0606 -281 2017 2021 -0.1507 -0.3881 0.0867 -281 2017 2022 -0.1712 -0.4354 0.093 -281 2017 2023 -0.161 -0.4414 0.1193 -281 2018 2019 -0.0908 -0.2523 0.0707 -281 2018 2020 -0.1013 -0.2976 0.095 -281 2018 2021 -0.0762 -0.2856 0.1333 -281 2018 2022 -0.0966 -0.3349 0.1416 -281 2018 2023 -0.0865 -0.348 0.175 -281 2019 2020 -0.0106 -0.1628 0.1417 -281 2019 2021 0.0146 -0.1774 0.2065 -281 2019 2022 -0.0059 -0.2274 0.2156 -281 2019 2023 0.0042 -0.2469 0.2554 -281 2020 2021 0.0251 -0.1282 0.1784 -281 2020 2022 0.0047 -0.1945 0.2038 -281 2020 2023 0.0148 -0.2194 0.249 -281 2021 2022 -0.0205 -0.1783 0.1374 -281 2021 2023 -0.0103 -0.2197 0.199 -281 2022 2023 0.0101 -0.1527 0.173 -282 2007 2008 -0.0743 -0.2164 0.0678 -282 2007 2009 -0.1648 -0.3169 -0.0127 -282 2007 2010 -0.2552 -0.3771 -0.1333 -282 2007 2011 -0.2695 -0.4213 -0.1177 -282 2007 2012 -0.3166 -0.475 -0.1582 -282 2007 2013 -0.2872 -0.4166 -0.1577 -282 2007 2014 -0.7495 -0.9099 -0.5891 -282 2007 2015 -0.6024 -0.7573 -0.4476 -282 2007 2016 -0.7261 -0.8597 -0.5926 -282 2007 2017 -0.9393 -1.0943 -0.7843 -282 2007 2018 -0.8131 -0.9704 -0.6557 -282 2007 2019 -1.1063 -1.2476 -0.965 -282 2007 2020 -1.0984 -1.2591 -0.9377 -282 2007 2021 -1.0835 -1.2408 -0.9263 -282 2007 2022 -1.1735 -1.3249 -1.0221 -282 2007 2023 -1.1894 -1.3554 -1.0234 -282 2008 2009 -0.0905 -0.2433 0.0624 -282 2008 2010 -0.1809 -0.328 -0.0338 -282 2008 2011 -0.1952 -0.3273 -0.063 -282 2008 2012 -0.2423 -0.4042 -0.0804 -282 2008 2013 -0.2128 -0.3636 -0.0621 -282 2008 2014 -0.6752 -0.8159 -0.5344 -282 2008 2015 -0.5281 -0.6859 -0.3704 -282 2008 2016 -0.6518 -0.806 -0.4976 -282 2008 2017 -0.865 -1.0006 -0.7294 -282 2008 2018 -0.7388 -0.9006 -0.5769 -282 2008 2019 -1.032 -1.1925 -0.8715 -282 2008 2020 -1.0241 -1.1678 -0.8804 -282 2008 2021 -1.0092 -1.1688 -0.8496 -282 2008 2022 -1.0992 -1.2668 -0.9315 -282 2008 2023 -1.1151 -1.2637 -0.9665 -282 2009 2010 -0.0904 -0.242 0.0611 -282 2009 2011 -0.1047 -0.2653 0.0559 -282 2009 2012 -0.1518 -0.2973 -0.0063 -282 2009 2013 -0.1224 -0.2804 0.0357 -282 2009 2014 -0.5847 -0.7541 -0.4153 -282 2009 2015 -0.4376 -0.5844 -0.2909 -282 2009 2016 -0.5613 -0.723 -0.3997 -282 2009 2017 -0.7745 -0.939 -0.61 -282 2009 2018 -0.6483 -0.7947 -0.5019 -282 2009 2019 -0.9415 -1.1095 -0.7735 -282 2009 2020 -0.9337 -1.1036 -0.7638 -282 2009 2021 -0.9188 -1.0687 -0.7688 -282 2009 2022 -1.0087 -1.1836 -0.8338 -282 2009 2023 -1.0246 -1.1989 -0.8504 -282 2010 2011 -0.0142 -0.1667 0.1382 -282 2010 2012 -0.0614 -0.2226 0.0998 -282 2010 2013 -0.0319 -0.1634 0.0996 -282 2010 2014 -0.4942 -0.6573 -0.3312 -282 2010 2015 -0.3472 -0.5043 -0.1901 -282 2010 2016 -0.4709 -0.6073 -0.3345 -282 2010 2017 -0.6841 -0.8424 -0.5258 -282 2010 2018 -0.5578 -0.7175 -0.3982 -282 2010 2019 -0.8511 -0.9972 -0.7049 -282 2010 2020 -0.8432 -1.0066 -0.6799 -282 2010 2021 -0.8283 -0.9868 -0.6698 -282 2010 2022 -0.9183 -1.0727 -0.7638 -282 2010 2023 -0.9342 -1.1028 -0.7656 -282 2011 2012 -0.0471 -0.2112 0.1169 -282 2011 2013 -0.0177 -0.1766 0.1413 -282 2011 2014 -0.48 -0.6276 -0.3323 -282 2011 2015 -0.333 -0.4966 -0.1693 -282 2011 2016 -0.4567 -0.6184 -0.2949 -282 2011 2017 -0.6698 -0.8139 -0.5257 -282 2011 2018 -0.5436 -0.7118 -0.3753 -282 2011 2019 -0.8368 -1.0047 -0.6689 -282 2011 2020 -0.829 -0.9809 -0.677 -282 2011 2021 -0.8141 -0.9805 -0.6476 -282 2011 2022 -0.904 -1.0791 -0.7289 -282 2011 2023 -0.9199 -1.0764 -0.7635 -282 2012 2013 0.0294 -0.1322 0.191 -282 2012 2014 -0.4329 -0.6082 -0.2576 -282 2012 2015 -0.2858 -0.4387 -0.133 -282 2012 2016 -0.4095 -0.5774 -0.2416 -282 2012 2017 -0.6227 -0.7936 -0.4518 -282 2012 2018 -0.4965 -0.6521 -0.3408 -282 2012 2019 -0.7897 -0.9636 -0.6157 -282 2012 2020 -0.7818 -0.9578 -0.6059 -282 2012 2021 -0.7669 -0.9259 -0.608 -282 2012 2022 -0.8569 -1.0378 -0.676 -282 2012 2023 -0.8728 -1.0534 -0.6922 -282 2013 2014 -0.4623 -0.6266 -0.298 -282 2013 2015 -0.3153 -0.4761 -0.1544 -282 2013 2016 -0.439 -0.5762 -0.3018 -282 2013 2017 -0.6521 -0.8143 -0.49 -282 2013 2018 -0.5259 -0.6898 -0.362 -282 2013 2019 -0.8191 -0.9674 -0.6709 -282 2013 2020 -0.8113 -0.9784 -0.6442 -282 2013 2021 -0.7964 -0.959 -0.6338 -282 2013 2022 -0.8863 -1.0421 -0.7306 -282 2013 2023 -0.9023 -1.0745 -0.73 -282 2014 2015 0.1471 -0.0218 0.3159 -282 2014 2016 0.0233 -0.1457 0.1924 -282 2014 2017 -0.1898 -0.3368 -0.0428 -282 2014 2018 -0.0636 -0.24 0.1129 -282 2014 2019 -0.3568 -0.531 -0.1826 -282 2014 2020 -0.349 -0.5048 -0.1931 -282 2014 2021 -0.3341 -0.5079 -0.1602 -282 2014 2022 -0.424 -0.6053 -0.2427 -282 2014 2023 -0.4399 -0.5995 -0.2804 -282 2015 2016 -0.1237 -0.2841 0.0367 -282 2015 2017 -0.3369 -0.5039 -0.1698 -282 2015 2018 -0.2106 -0.3623 -0.059 -282 2015 2019 -0.5039 -0.6735 -0.3342 -282 2015 2020 -0.496 -0.6684 -0.3236 -282 2015 2021 -0.4811 -0.637 -0.3252 -282 2015 2022 -0.5711 -0.7482 -0.3939 -282 2015 2023 -0.587 -0.7636 -0.4104 -282 2016 2017 -0.2132 -0.3743 -0.0521 -282 2016 2018 -0.0869 -0.2537 0.0799 -282 2016 2019 -0.3802 -0.527 -0.2333 -282 2016 2020 -0.3723 -0.5409 -0.2037 -282 2016 2021 -0.3574 -0.5233 -0.1915 -282 2016 2022 -0.4474 -0.6036 -0.2911 -282 2016 2023 -0.4633 -0.6371 -0.2894 -282 2017 2018 0.1262 -0.0414 0.2938 -282 2017 2019 -0.167 -0.3362 0.0022 -282 2017 2020 -0.1592 -0.3056 -0.0127 -282 2017 2021 -0.1442 -0.3122 0.0237 -282 2017 2022 -0.2342 -0.4106 -0.0578 -282 2017 2023 -0.2501 -0.4004 -0.0998 -282 2018 2019 -0.2932 -0.4622 -0.1243 -282 2018 2020 -0.2854 -0.4608 -0.11 -282 2018 2021 -0.2705 -0.4216 -0.1193 -282 2018 2022 -0.3604 -0.5394 -0.1814 -282 2018 2023 -0.3763 -0.5569 -0.1958 -282 2019 2020 0.0078 -0.1625 0.1782 -282 2019 2021 0.0227 -0.1484 0.1939 -282 2019 2022 -0.0672 -0.2254 0.091 -282 2019 2023 -0.0831 -0.262 0.0957 -282 2020 2021 0.0149 -0.1548 0.1846 -282 2020 2022 -0.075 -0.2556 0.1055 -282 2020 2023 -0.091 -0.2468 0.0648 -282 2021 2022 -0.09 -0.2617 0.0818 -282 2021 2023 -0.1059 -0.2831 0.0713 -282 2022 2023 -0.0159 -0.1958 0.1639 -283 2007 2008 -0.1001 -0.3038 0.1036 -283 2007 2009 -0.0945 -0.3435 0.1546 -283 2007 2010 -0.0518 -0.3055 0.2018 -283 2007 2011 -0.03 -0.3017 0.2417 -283 2007 2012 -0.0506 -0.3295 0.2283 -283 2007 2013 -0.0054 -0.2738 0.263 -283 2007 2014 -0.0584 -0.3438 0.227 -283 2007 2015 -0.0881 -0.3894 0.2132 -283 2007 2016 -0.026 -0.3061 0.254 -283 2007 2017 0.0158 -0.2648 0.2964 -283 2007 2018 0.0563 -0.2232 0.3357 -283 2007 2019 0.0905 -0.1806 0.3617 -283 2007 2020 0.1233 -0.1519 0.3985 -283 2007 2021 0.152 -0.1213 0.4253 -283 2007 2022 0.0849 -0.2084 0.3783 -283 2007 2023 0.1305 -0.1741 0.4352 -283 2008 2009 0.0056 -0.1769 0.1881 -283 2008 2010 0.0483 -0.1687 0.2653 -283 2008 2011 0.0701 -0.1737 0.3138 -283 2008 2012 0.0495 -0.197 0.296 -283 2008 2013 0.0947 -0.1543 0.3436 -283 2008 2014 0.0417 -0.2097 0.293 -283 2008 2015 0.012 -0.2475 0.2714 -283 2008 2016 0.074 -0.176 0.324 -283 2008 2017 0.1159 -0.1361 0.3678 -283 2008 2018 0.1563 -0.0978 0.4105 -283 2008 2019 0.1906 -0.0614 0.4426 -283 2008 2020 0.2234 -0.032 0.4788 -283 2008 2021 0.252 -0.0052 0.5092 -283 2008 2022 0.185 -0.0769 0.4469 -283 2008 2023 0.2306 -0.0533 0.5144 -283 2009 2010 0.0426 -0.1397 0.2249 -283 2009 2011 0.0644 -0.1647 0.2936 -283 2009 2012 0.0439 -0.1939 0.2817 -283 2009 2013 0.089 -0.1545 0.3326 -283 2009 2014 0.036 -0.2136 0.2857 -283 2009 2015 0.0064 -0.2517 0.2644 -283 2009 2016 0.0684 -0.1809 0.3177 -283 2009 2017 0.1102 -0.1423 0.3628 -283 2009 2018 0.1507 -0.1013 0.4027 -283 2009 2019 0.185 -0.0675 0.4374 -283 2009 2020 0.2178 -0.0391 0.4746 -283 2009 2021 0.2464 -0.0112 0.504 -283 2009 2022 0.1794 -0.0847 0.4435 -283 2009 2023 0.225 -0.0613 0.5112 -283 2010 2011 0.0218 -0.1596 0.2032 -283 2010 2012 0.0012 -0.2144 0.2169 -283 2010 2013 0.0464 -0.1761 0.2689 -283 2010 2014 -0.0066 -0.2454 0.2322 -283 2010 2015 -0.0363 -0.29 0.2175 -283 2010 2016 0.0258 -0.214 0.2656 -283 2010 2017 0.0676 -0.1762 0.3114 -283 2010 2018 0.1081 -0.136 0.3522 -283 2010 2019 0.1423 -0.0984 0.3831 -283 2010 2020 0.1751 -0.0689 0.4191 -283 2010 2021 0.2038 -0.039 0.4465 -283 2010 2022 0.1367 -0.1201 0.3936 -283 2010 2023 0.1823 -0.093 0.4577 -283 2011 2012 -0.0206 -0.2046 0.1635 -283 2011 2013 0.0246 -0.1916 0.2408 -283 2011 2014 -0.0284 -0.2678 0.211 -283 2011 2015 -0.0581 -0.3193 0.2031 -283 2011 2016 0.0039 -0.2449 0.2528 -283 2011 2017 0.0458 -0.2058 0.2974 -283 2011 2018 0.0863 -0.1676 0.3401 -283 2011 2019 0.1205 -0.1301 0.3712 -283 2011 2020 0.1533 -0.0977 0.4043 -283 2011 2021 0.182 -0.0691 0.433 -283 2011 2022 0.1149 -0.1521 0.382 -283 2011 2023 0.1605 -0.1205 0.4415 -283 2012 2013 0.0452 -0.1373 0.2277 -283 2012 2014 -0.0078 -0.2285 0.2128 -283 2012 2015 -0.0375 -0.283 0.2079 -283 2012 2016 0.0245 -0.2158 0.2648 -283 2012 2017 0.0664 -0.1799 0.3127 -283 2012 2018 0.1068 -0.1422 0.3559 -283 2012 2019 0.1411 -0.1069 0.3891 -283 2012 2020 0.1739 -0.0766 0.4244 -283 2012 2021 0.2025 -0.0485 0.4535 -283 2012 2022 0.1355 -0.1258 0.3968 -283 2012 2023 0.1811 -0.0997 0.4619 -283 2013 2014 -0.053 -0.236 0.13 -283 2013 2015 -0.0827 -0.3136 0.1482 -283 2013 2016 -0.0207 -0.2455 0.2042 -283 2013 2017 0.0212 -0.2142 0.2566 -283 2013 2018 0.0617 -0.1782 0.3015 -283 2013 2019 0.0959 -0.1399 0.3317 -283 2013 2020 0.1287 -0.1107 0.3681 -283 2013 2021 0.1574 -0.0816 0.3963 -283 2013 2022 0.0903 -0.1662 0.3468 -283 2013 2023 0.1359 -0.1358 0.4076 -283 2014 2015 -0.0297 -0.2144 0.155 -283 2014 2016 0.0324 -0.1798 0.2445 -283 2014 2017 0.0742 -0.1558 0.3043 -283 2014 2018 0.1147 -0.1255 0.3548 -283 2014 2019 0.1489 -0.0922 0.3901 -283 2014 2020 0.1817 -0.0627 0.4262 -283 2014 2021 0.2104 -0.0375 0.4583 -283 2014 2022 0.1433 -0.1113 0.398 -283 2014 2023 0.1889 -0.0856 0.4635 -283 2015 2016 0.062 -0.1221 0.2461 -283 2015 2017 0.1039 -0.1212 0.329 -283 2015 2018 0.1444 -0.0966 0.3853 -283 2015 2019 0.1786 -0.0689 0.4262 -283 2015 2020 0.2114 -0.0438 0.4666 -283 2015 2021 0.24 -0.0194 0.4995 -283 2015 2022 0.173 -0.0867 0.4327 -283 2015 2023 0.2186 -0.0676 0.5049 -283 2016 2017 0.0419 -0.1351 0.2189 -283 2016 2018 0.0823 -0.1297 0.2943 -283 2016 2019 0.1166 -0.1033 0.3365 -283 2016 2020 0.1494 -0.0822 0.381 -283 2016 2021 0.178 -0.0584 0.4144 -283 2016 2022 0.111 -0.1348 0.3567 -283 2016 2023 0.1566 -0.1122 0.4253 -283 2017 2018 0.0405 -0.1376 0.2185 -283 2017 2019 0.0747 -0.1349 0.2843 -283 2017 2020 0.1075 -0.116 0.331 -283 2017 2021 0.1362 -0.0977 0.37 -283 2017 2022 0.0691 -0.1789 0.3171 -283 2017 2023 0.1147 -0.1517 0.3812 -283 2018 2019 0.0343 -0.1432 0.2117 -283 2018 2020 0.0671 -0.1471 0.2813 -283 2018 2021 0.0957 -0.132 0.3234 -283 2018 2022 0.0287 -0.2195 0.2768 -283 2018 2023 0.0743 -0.1944 0.343 -283 2019 2020 0.0328 -0.1442 0.2097 -283 2019 2021 0.0614 -0.1497 0.2726 -283 2019 2022 -0.0056 -0.2426 0.2314 -283 2019 2023 0.04 -0.2195 0.2995 -283 2020 2021 0.0286 -0.1477 0.2049 -283 2020 2022 -0.0384 -0.2609 0.1841 -283 2020 2023 0.0072 -0.2386 0.2531 -283 2021 2022 -0.067 -0.2544 0.1203 -283 2021 2023 -0.0214 -0.2513 0.2084 -283 2022 2023 0.0456 -0.1467 0.2379 -284 2007 2008 0.013 -0.1313 0.1572 -284 2007 2009 0.0398 -0.1547 0.2342 -284 2007 2010 0.0774 -0.1477 0.3025 -284 2007 2011 0.1032 -0.1447 0.351 -284 2007 2012 0.1298 -0.1357 0.3953 -284 2007 2013 0.1317 -0.1393 0.4026 -284 2007 2014 0.1506 -0.1302 0.4314 -284 2007 2015 0.1747 -0.1111 0.4605 -284 2007 2016 0.1978 -0.0909 0.4865 -284 2007 2017 0.2467 -0.0548 0.5482 -284 2007 2018 0.3005 -0.0242 0.6251 -284 2007 2019 0.3022 -0.0192 0.6237 -284 2007 2020 0.3402 -0.0034 0.6838 -284 2007 2021 0.3492 -0.0014 0.6997 -284 2007 2022 0.3618 -0.0041 0.7276 -284 2007 2023 0.3799 -0.007 0.7669 -284 2008 2009 0.0268 -0.114 0.1676 -284 2008 2010 0.0644 -0.1219 0.2507 -284 2008 2011 0.0902 -0.1257 0.306 -284 2008 2012 0.1168 -0.1209 0.3546 -284 2008 2013 0.1187 -0.1276 0.3649 -284 2008 2014 0.1376 -0.1202 0.3954 -284 2008 2015 0.1617 -0.1021 0.4255 -284 2008 2016 0.1848 -0.0826 0.4522 -284 2008 2017 0.2337 -0.0465 0.5138 -284 2008 2018 0.2874 -0.0166 0.5915 -284 2008 2019 0.2892 -0.0123 0.5907 -284 2008 2020 0.3272 0.0032 0.6513 -284 2008 2021 0.3361 0.0047 0.6676 -284 2008 2022 0.3488 0.0014 0.6962 -284 2008 2023 0.3669 -0.0021 0.736 -284 2009 2010 0.0376 -0.1042 0.1794 -284 2009 2011 0.0633 -0.1247 0.2514 -284 2009 2012 0.09 -0.1272 0.3072 -284 2009 2013 0.0919 -0.1397 0.3235 -284 2009 2014 0.1108 -0.1353 0.3569 -284 2009 2015 0.1349 -0.1184 0.3883 -284 2009 2016 0.158 -0.0996 0.4157 -284 2009 2017 0.2069 -0.0614 0.4751 -284 2009 2018 0.2606 -0.0293 0.5506 -284 2009 2019 0.2624 -0.0262 0.551 -284 2009 2020 0.3004 -0.0097 0.6106 -284 2009 2021 0.3094 -0.0085 0.6272 -284 2009 2022 0.322 -0.0122 0.6561 -284 2009 2023 0.3401 -0.0157 0.696 -284 2010 2011 0.0257 -0.1138 0.1652 -284 2010 2012 0.0524 -0.1315 0.2362 -284 2010 2013 0.0543 -0.1544 0.2629 -284 2010 2014 0.0732 -0.1549 0.3013 -284 2010 2015 0.0973 -0.1406 0.3352 -284 2010 2016 0.1204 -0.1231 0.3639 -284 2010 2017 0.1692 -0.0811 0.4196 -284 2010 2018 0.223 -0.0448 0.4908 -284 2010 2019 0.2248 -0.044 0.4936 -284 2010 2020 0.2628 -0.0254 0.551 -284 2010 2021 0.2717 -0.0252 0.5686 -284 2010 2022 0.2843 -0.0292 0.5979 -284 2010 2023 0.3025 -0.0325 0.6375 -284 2011 2012 0.0266 -0.1134 0.1666 -284 2011 2013 0.0286 -0.1549 0.212 -284 2011 2014 0.0475 -0.164 0.2589 -284 2011 2015 0.0716 -0.1549 0.2981 -284 2011 2016 0.0947 -0.1407 0.3301 -284 2011 2017 0.1435 -0.0984 0.3854 -284 2011 2018 0.1972 -0.0607 0.4552 -284 2011 2019 0.199 -0.0617 0.4598 -284 2011 2020 0.2371 -0.0417 0.5158 -284 2011 2021 0.246 -0.0422 0.5342 -284 2011 2022 0.2586 -0.0465 0.5637 -284 2011 2023 0.2768 -0.0495 0.603 -284 2012 2013 0.002 -0.1399 0.1438 -284 2012 2014 0.0209 -0.166 0.2078 -284 2012 2015 0.045 -0.1658 0.2557 -284 2012 2016 0.0681 -0.1572 0.2934 -284 2012 2017 0.1169 -0.117 0.3508 -284 2012 2018 0.1706 -0.0782 0.4195 -284 2012 2019 0.1724 -0.0813 0.4262 -284 2012 2020 0.2104 -0.0603 0.4812 -284 2012 2021 0.2194 -0.0615 0.5002 -284 2012 2022 0.232 -0.066 0.53 -284 2012 2023 0.2501 -0.069 0.5692 -284 2013 2014 0.0189 -0.121 0.1588 -284 2013 2015 0.0431 -0.1387 0.2248 -284 2013 2016 0.0662 -0.1391 0.2714 -284 2013 2017 0.115 -0.1078 0.3378 -284 2013 2018 0.1688 -0.0762 0.4137 -284 2013 2019 0.1706 -0.0784 0.4195 -284 2013 2020 0.2086 -0.0611 0.4783 -284 2013 2021 0.2175 -0.0627 0.4977 -284 2013 2022 0.2301 -0.0676 0.5278 -284 2013 2023 0.2483 -0.0718 0.5684 -284 2014 2015 0.0241 -0.1157 0.164 -284 2014 2016 0.0473 -0.135 0.2295 -284 2014 2017 0.0961 -0.1132 0.3054 -284 2014 2018 0.1499 -0.0865 0.3862 -284 2014 2019 0.1517 -0.0914 0.3947 -284 2014 2020 0.1897 -0.0751 0.4544 -284 2014 2021 0.1986 -0.0776 0.4748 -284 2014 2022 0.2112 -0.083 0.5055 -284 2014 2023 0.2294 -0.0875 0.5462 -284 2015 2016 0.0231 -0.1164 0.1627 -284 2015 2017 0.072 -0.1122 0.2561 -284 2015 2018 0.1258 -0.0928 0.3443 -284 2015 2019 0.1276 -0.1021 0.3572 -284 2015 2020 0.1656 -0.0875 0.4187 -284 2015 2021 0.1745 -0.0915 0.4405 -284 2015 2022 0.1871 -0.098 0.4722 -284 2015 2023 0.2053 -0.1031 0.5136 -284 2016 2017 0.0488 -0.0925 0.1902 -284 2016 2018 0.1026 -0.0902 0.2955 -284 2016 2019 0.1044 -0.1056 0.3145 -284 2016 2020 0.1425 -0.095 0.3799 -284 2016 2021 0.1514 -0.1014 0.4042 -284 2016 2022 0.164 -0.1092 0.4372 -284 2016 2023 0.1822 -0.1154 0.4797 -284 2017 2018 0.0537 -0.0884 0.1958 -284 2017 2019 0.0556 -0.124 0.2351 -284 2017 2020 0.0936 -0.1161 0.3032 -284 2017 2021 0.1025 -0.1274 0.3324 -284 2017 2022 0.1151 -0.1377 0.3679 -284 2017 2023 0.1333 -0.1437 0.4103 -284 2018 2019 0.0019 -0.1383 0.1421 -284 2018 2020 0.0398 -0.1413 0.2209 -284 2018 2021 0.0488 -0.1604 0.258 -284 2018 2022 0.0614 -0.1747 0.2975 -284 2018 2023 0.0795 -0.1814 0.3404 -284 2019 2020 0.0379 -0.1029 0.1788 -284 2019 2021 0.0469 -0.1373 0.2312 -284 2019 2022 0.0595 -0.1582 0.2773 -284 2019 2023 0.0777 -0.1702 0.3255 -284 2020 2021 0.009 -0.1306 0.1486 -284 2020 2022 0.0216 -0.1665 0.2097 -284 2020 2023 0.0397 -0.1837 0.2631 -284 2021 2022 0.0126 -0.13 0.1552 -284 2021 2023 0.0307 -0.1636 0.2251 -284 2022 2023 0.0181 -0.1272 0.1634 -285 2007 2008 -0.0135 -0.1336 0.1067 -285 2007 2009 -0.0356 -0.1989 0.1277 -285 2007 2010 -0.0531 -0.2415 0.1354 -285 2007 2011 -0.062 -0.2717 0.1477 -285 2007 2012 -0.1005 -0.3313 0.1303 -285 2007 2013 -0.1251 -0.3727 0.1225 -285 2007 2014 -0.1233 -0.3802 0.1336 -285 2007 2015 -0.0898 -0.35 0.1705 -285 2007 2016 -0.0605 -0.3222 0.2013 -285 2007 2017 -0.0282 -0.2896 0.2331 -285 2007 2018 0.0102 -0.2532 0.2736 -285 2007 2019 0.0318 -0.238 0.3016 -285 2007 2020 -0.0112 -0.2864 0.264 -285 2007 2021 0.0063 -0.271 0.2837 -285 2007 2022 0.0309 -0.2565 0.3183 -285 2007 2023 0.0735 -0.2285 0.3755 -285 2008 2009 -0.0221 -0.1408 0.0966 -285 2008 2010 -0.0396 -0.1952 0.1161 -285 2008 2011 -0.0485 -0.2302 0.1333 -285 2008 2012 -0.087 -0.2921 0.1181 -285 2008 2013 -0.1116 -0.335 0.1118 -285 2008 2014 -0.1098 -0.3435 0.1239 -285 2008 2015 -0.0762 -0.3153 0.1628 -285 2008 2016 -0.047 -0.2886 0.1947 -285 2008 2017 -0.0147 -0.2566 0.2272 -285 2008 2018 0.0237 -0.2221 0.2695 -285 2008 2019 0.0453 -0.2084 0.299 -285 2008 2020 0.0023 -0.255 0.2597 -285 2008 2021 0.0199 -0.2409 0.2806 -285 2008 2022 0.0445 -0.2279 0.3168 -285 2008 2023 0.087 -0.2026 0.3766 -285 2009 2010 -0.0174 -0.1349 0.1 -285 2009 2011 -0.0263 -0.1832 0.1306 -285 2009 2012 -0.0648 -0.2492 0.1196 -285 2009 2013 -0.0894 -0.2949 0.1161 -285 2009 2014 -0.0876 -0.306 0.1309 -285 2009 2015 -0.0541 -0.2808 0.1726 -285 2009 2016 -0.0248 -0.2561 0.2065 -285 2009 2017 0.0074 -0.2261 0.241 -285 2009 2018 0.0459 -0.1934 0.2851 -285 2009 2019 0.0675 -0.1812 0.3162 -285 2009 2020 0.0245 -0.226 0.275 -285 2009 2021 0.042 -0.2132 0.2972 -285 2009 2022 0.0666 -0.2019 0.3352 -285 2009 2023 0.1092 -0.1798 0.3982 -285 2010 2011 -0.0089 -0.1256 0.1078 -285 2010 2012 -0.0474 -0.2035 0.1087 -285 2010 2013 -0.072 -0.2544 0.1105 -285 2010 2014 -0.0701 -0.2695 0.1292 -285 2010 2015 -0.0367 -0.2471 0.1738 -285 2010 2016 -0.0074 -0.2244 0.2096 -285 2010 2017 0.0249 -0.1964 0.2461 -285 2010 2018 0.0633 -0.1656 0.2922 -285 2010 2019 0.0849 -0.1548 0.3246 -285 2010 2020 0.0419 -0.1987 0.2825 -285 2010 2021 0.0594 -0.187 0.3059 -285 2010 2022 0.0841 -0.1771 0.3452 -285 2010 2023 0.1266 -0.1574 0.4107 -285 2011 2012 -0.0385 -0.1576 0.0806 -285 2011 2013 -0.0631 -0.2221 0.096 -285 2011 2014 -0.0612 -0.243 0.1206 -285 2011 2015 -0.0278 -0.2243 0.1688 -285 2011 2016 0.0015 -0.2043 0.2074 -285 2011 2017 0.0338 -0.178 0.2455 -285 2011 2018 0.0722 -0.1488 0.2932 -285 2011 2019 0.0938 -0.1392 0.3268 -285 2011 2020 0.0508 -0.1838 0.2854 -285 2011 2021 0.0683 -0.1728 0.3094 -285 2011 2022 0.093 -0.1632 0.3491 -285 2011 2023 0.1356 -0.1437 0.4148 -285 2012 2013 -0.0245 -0.1424 0.0934 -285 2012 2014 -0.0227 -0.1771 0.1317 -285 2012 2015 0.0107 -0.1666 0.188 -285 2012 2016 0.04 -0.1523 0.2323 -285 2012 2017 0.0723 -0.1308 0.2753 -285 2012 2018 0.1108 -0.1066 0.3282 -285 2012 2019 0.1324 -0.1009 0.3657 -285 2012 2020 0.0893 -0.1405 0.3191 -285 2012 2021 0.1069 -0.1322 0.3459 -285 2012 2022 0.1315 -0.1261 0.3892 -285 2012 2023 0.1742 -0.1122 0.4606 -285 2013 2014 0.0018 -0.115 0.1186 -285 2013 2015 0.0353 -0.1198 0.1904 -285 2013 2016 0.0646 -0.1132 0.2423 -285 2013 2017 0.0969 -0.0981 0.2919 -285 2013 2018 0.1354 -0.0805 0.3513 -285 2013 2019 0.157 -0.0775 0.3915 -285 2013 2020 0.1139 -0.113 0.3408 -285 2013 2021 0.1315 -0.1076 0.3706 -285 2013 2022 0.1561 -0.1036 0.4159 -285 2013 2023 0.1988 -0.0933 0.4909 -285 2014 2015 0.0335 -0.0848 0.1517 -285 2014 2016 0.0628 -0.0923 0.2178 -285 2014 2017 0.0951 -0.084 0.2742 -285 2014 2018 0.1337 -0.0713 0.3387 -285 2014 2019 0.1553 -0.0708 0.3813 -285 2014 2020 0.1121 -0.1065 0.3307 -285 2014 2021 0.1297 -0.1025 0.3619 -285 2014 2022 0.1544 -0.0994 0.4082 -285 2014 2023 0.197 -0.0898 0.4839 -285 2015 2016 0.0293 -0.0878 0.1463 -285 2015 2017 0.0616 -0.0923 0.2154 -285 2015 2018 0.1001 -0.0819 0.2821 -285 2015 2019 0.1217 -0.0832 0.3267 -285 2015 2020 0.0786 -0.128 0.2852 -285 2015 2021 0.0962 -0.1228 0.3151 -285 2015 2022 0.1208 -0.1185 0.3601 -285 2015 2023 0.1635 -0.1059 0.4329 -285 2016 2017 0.0323 -0.0843 0.1488 -285 2016 2018 0.0707 -0.0855 0.227 -285 2016 2019 0.0924 -0.0906 0.2753 -285 2016 2020 0.0493 -0.1428 0.2414 -285 2016 2021 0.0669 -0.1388 0.2725 -285 2016 2022 0.0915 -0.1338 0.3168 -285 2016 2023 0.1341 -0.1194 0.3877 -285 2017 2018 0.0384 -0.0788 0.1557 -285 2017 2019 0.06 -0.0954 0.2154 -285 2017 2020 0.0171 -0.1559 0.19 -285 2017 2021 0.0346 -0.1541 0.2233 -285 2017 2022 0.0592 -0.1499 0.2683 -285 2017 2023 0.1018 -0.1336 0.3372 -285 2018 2019 0.0216 -0.0944 0.1375 -285 2018 2020 -0.0213 -0.1737 0.131 -285 2018 2021 -0.0038 -0.1749 0.1673 -285 2018 2022 0.0208 -0.1727 0.2142 -285 2018 2023 0.0633 -0.1552 0.2818 -285 2019 2020 -0.0429 -0.1652 0.0793 -285 2019 2021 -0.0254 -0.178 0.1272 -285 2019 2022 -8e-04 -0.179 0.1773 -285 2019 2023 0.0417 -0.1624 0.2458 -285 2020 2021 0.0175 -0.0994 0.1344 -285 2020 2022 0.0421 -0.1178 0.202 -285 2020 2023 0.0847 -0.1145 0.2839 -285 2021 2022 0.0246 -0.0954 0.1445 -285 2021 2023 0.0672 -0.1029 0.2372 -285 2022 2023 0.0425 -0.0833 0.1683 -286 2007 2010 0.0075 -0.1611 0.176 -286 2007 2013 -0.0262 -0.2423 0.19 -286 2007 2016 -0.0277 -0.2678 0.2125 -286 2007 2019 -0.0056 -0.2665 0.2554 -286 2007 2022 -0.0158 -0.3013 0.2697 -286 2010 2013 -0.0336 -0.1994 0.1321 -286 2010 2016 -0.0351 -0.2431 0.1728 -286 2010 2019 -0.013 -0.2494 0.2234 -286 2010 2022 -0.0233 -0.2884 0.2419 -286 2013 2016 -0.0015 -0.1671 0.164 -286 2013 2019 0.0206 -0.1928 0.234 -286 2013 2022 0.0104 -0.2382 0.2589 -286 2016 2019 0.0221 -0.1421 0.1863 -286 2016 2022 0.0118 -0.2055 0.2292 -286 2019 2022 -0.0102 -0.1807 0.1602 -287 2007 2010 0.6318 0.2003 1.0634 -287 2007 2013 0.4711 0.0214 0.9207 -287 2007 2016 0.5017 0.069 0.9344 -287 2007 2019 -0.2333 -0.6903 0.2238 -287 2007 2022 -0.1407 -0.7099 0.4284 -287 2010 2013 -0.1608 -0.5707 0.2492 -287 2010 2016 -0.1301 -0.5274 0.2673 -287 2010 2019 -0.8651 -1.3022 -0.428 -287 2010 2022 -0.7726 -1.3262 -0.2189 -287 2013 2016 0.0307 -0.336 0.3973 -287 2013 2019 -0.7043 -1.1283 -0.2803 -287 2013 2022 -0.6118 -1.1324 -0.0912 -287 2016 2019 -0.735 -1.121 -0.349 -287 2016 2022 -0.6425 -1.1467 -0.1382 -287 2019 2022 0.0925 -0.4215 0.6065 -288 2007 2010 -0.1005 -0.3199 0.1189 -288 2007 2013 -0.0421 -0.2847 0.2006 -288 2007 2016 0.0168 -0.2327 0.2663 -288 2007 2019 -0.0127 -0.2678 0.2423 -288 2007 2022 -0.133 -0.4599 0.194 -288 2010 2013 0.0584 -0.1504 0.2673 -288 2010 2016 0.1173 -0.1261 0.3607 -288 2010 2019 0.0877 -0.1582 0.3336 -288 2010 2022 -0.0325 -0.3255 0.2605 -288 2013 2016 0.0589 -0.1451 0.2629 -288 2013 2019 0.0293 -0.1983 0.2569 -288 2013 2022 -0.091 -0.3907 0.2088 -288 2016 2019 -0.0296 -0.2217 0.1626 -288 2016 2022 -0.1499 -0.4392 0.1395 -288 2019 2022 -0.1203 -0.3548 0.1142 -289 2007 2008 0.5548 -0.3409 1.4506 -289 2007 2009 1.2877 0.2473 2.3281 -289 2007 2010 1.0423 -0.035 2.1196 -289 2007 2011 1.6366 0.5633 2.71 -289 2007 2012 1.9752 0.9279 3.0225 -289 2007 2013 1.858 0.8257 2.8903 -289 2007 2014 1.0277 0.0243 2.031 -289 2007 2015 1.5321 0.4697 2.5945 -289 2007 2016 1.9703 0.9451 2.9955 -289 2007 2017 1.1569 0.1489 2.1648 -289 2007 2018 1.4011 0.3429 2.4593 -289 2007 2019 0.5863 -0.4835 1.656 -289 2007 2020 0.8113 -0.2529 1.8755 -289 2007 2021 0.8249 -0.1978 1.8476 -289 2007 2022 0.7234 -0.3474 1.7942 -289 2007 2023 1.0052 -0.0809 2.0914 -289 2008 2009 0.7328 0.0888 1.3769 -289 2008 2010 0.4875 -0.2761 1.2511 -289 2008 2011 1.0818 0.3595 1.8041 -289 2008 2012 1.4203 0.7427 2.0979 -289 2008 2013 1.3032 0.5979 2.0084 -289 2008 2014 0.4729 -0.1593 1.1052 -289 2008 2015 0.9773 0.2662 1.6883 -289 2008 2016 1.4155 0.7169 2.114 -289 2008 2017 0.6021 -0.0337 1.2378 -289 2008 2018 0.8462 0.1608 1.5316 -289 2008 2019 0.0315 -0.7361 0.799 -289 2008 2020 0.2565 -0.4493 0.9622 -289 2008 2021 0.27 -0.3623 0.9024 -289 2008 2022 0.1686 -0.5851 0.9223 -289 2008 2023 0.4504 -0.2839 1.1848 -289 2009 2010 -0.2454 -0.9054 0.4146 -289 2009 2011 0.349 -0.3302 1.0281 -289 2009 2012 0.6875 0.1451 1.2299 -289 2009 2013 0.5704 -0.0756 1.2164 -289 2009 2014 -0.2599 -0.9469 0.4271 -289 2009 2015 0.2445 -0.3805 0.8695 -289 2009 2016 0.6827 0.0447 1.3206 -289 2009 2017 -0.1307 -0.7802 0.5188 -289 2009 2018 0.1134 -0.4446 0.6715 -289 2009 2019 -0.7013 -1.4506 0.048 -289 2009 2020 -0.4763 -1.1753 0.2226 -289 2009 2021 -0.4627 -1.0458 0.1204 -289 2009 2022 -0.5642 -1.2979 0.1694 -289 2009 2023 -0.2823 -1.0303 0.4656 -289 2010 2011 0.5944 -0.1073 1.296 -289 2010 2012 0.9329 0.2197 1.6461 -289 2010 2013 0.8157 0.094 1.5374 -289 2010 2014 -0.0146 -0.7685 0.7394 -289 2010 2015 0.4898 -0.2769 1.2565 -289 2010 2016 0.928 0.1956 1.6603 -289 2010 2017 0.1146 -0.6136 0.8428 -289 2010 2018 0.3588 -0.3807 1.0983 -289 2010 2019 -0.456 -1.2675 0.3555 -289 2010 2020 -0.231 -1.0201 0.5581 -289 2010 2021 -0.2174 -0.9455 0.5107 -289 2010 2022 -0.3189 -1.1257 0.4879 -289 2010 2023 -0.037 -0.8703 0.7962 -289 2011 2012 0.3385 -0.2945 0.9715 -289 2011 2013 0.2214 -0.4842 0.927 -289 2011 2014 -0.6089 -1.3137 0.0959 -289 2011 2015 -0.1045 -0.8259 0.6169 -289 2011 2016 0.3337 -0.368 1.0353 -289 2011 2017 -0.4797 -1.1161 0.1566 -289 2011 2018 -0.2356 -0.9184 0.4473 -289 2011 2019 -1.0503 -1.8371 -0.2636 -289 2011 2020 -0.8253 -1.5244 -0.1262 -289 2011 2021 -0.8117 -1.4799 -0.1436 -289 2011 2022 -0.9132 -1.6913 -0.1352 -289 2011 2023 -0.6314 -1.3963 0.1336 -289 2012 2013 -0.1171 -0.7043 0.47 -289 2012 2014 -0.9474 -1.6089 -0.2859 -289 2012 2015 -0.443 -1.0185 0.1324 -289 2012 2016 -0.0048 -0.6077 0.598 -289 2012 2017 -0.8182 -1.441 -0.1955 -289 2012 2018 -0.5741 -1.0971 -0.0511 -289 2012 2019 -1.3889 -2.1146 -0.6631 -289 2012 2020 -1.1638 -1.8399 -0.4877 -289 2012 2021 -1.1502 -1.7081 -0.5923 -289 2012 2022 -1.2517 -1.9629 -0.5406 -289 2012 2023 -0.9699 -1.7017 -0.238 -289 2013 2014 -0.8303 -1.4777 -0.1829 -289 2013 2015 -0.3259 -0.9795 0.3278 -289 2013 2016 0.1123 -0.4244 0.649 -289 2013 2017 -0.7011 -1.3526 -0.0496 -289 2013 2018 -0.4569 -1.0844 0.1706 -289 2013 2019 -1.2717 -1.9893 -0.5541 -289 2013 2020 -1.0467 -1.7511 -0.3423 -289 2013 2021 -1.0331 -1.661 -0.4052 -289 2013 2022 -1.1346 -1.826 -0.4432 -289 2013 2023 -0.8527 -1.5945 -0.1109 -289 2014 2015 0.5044 -0.1432 1.1521 -289 2014 2016 0.9426 0.2704 1.6148 -289 2014 2017 0.1291 -0.4683 0.7266 -289 2014 2018 0.3733 -0.3047 1.0514 -289 2014 2019 -0.4414 -1.1796 0.2967 -289 2014 2020 -0.2165 -0.9019 0.469 -289 2014 2021 -0.2029 -0.8348 0.429 -289 2014 2022 -0.3043 -1.0327 0.424 -289 2014 2023 -0.0225 -0.7197 0.6746 -289 2015 2016 0.4382 -0.1743 1.0507 -289 2015 2017 -0.3752 -1.0346 0.2841 -289 2015 2018 -0.1311 -0.7152 0.453 -289 2015 2019 -0.9458 -1.7008 -0.1908 -289 2015 2020 -0.7208 -1.4388 -0.0028 -289 2015 2021 -0.7072 -1.3192 -0.0953 -289 2015 2022 -0.8087 -1.5522 -0.0652 -289 2015 2023 -0.5268 -1.2868 0.2331 -289 2016 2017 -0.8134 -1.4223 -0.2046 -289 2016 2018 -0.5692 -1.1743 0.0358 -289 2016 2019 -1.384 -2.0796 -0.6883 -289 2016 2020 -1.159 -1.8458 -0.4722 -289 2016 2021 -1.1454 -1.759 -0.5318 -289 2016 2022 -1.2469 -1.9199 -0.5738 -289 2016 2023 -0.965 -1.6949 -0.2351 -289 2017 2018 0.2442 -0.3581 0.8465 -289 2017 2019 -0.5706 -1.274 0.1329 -289 2017 2020 -0.3456 -0.9667 0.2755 -289 2017 2021 -0.332 -0.9295 0.2655 -289 2017 2022 -0.4335 -1.1366 0.2696 -289 2017 2023 -0.1517 -0.8283 0.5249 -289 2018 2019 -0.8148 -1.4995 -0.1301 -289 2018 2020 -0.5898 -1.2573 0.0777 -289 2018 2021 -0.5761 -1.1265 -0.0258 -289 2018 2022 -0.6777 -1.3901 0.0348 -289 2018 2023 -0.3958 -1.1264 0.3349 -289 2019 2020 0.225 -0.4692 0.9193 -289 2019 2021 0.2386 -0.4658 0.9431 -289 2019 2022 0.1371 -0.6175 0.8917 -289 2019 2023 0.419 -0.3916 1.2295 -289 2020 2021 0.0136 -0.5996 0.6268 -289 2020 2022 -0.0879 -0.8351 0.6593 -289 2020 2023 0.194 -0.5382 0.9261 -289 2021 2022 -0.1015 -0.7474 0.5444 -289 2021 2023 0.1804 -0.5151 0.8758 -289 2022 2023 0.2819 -0.4223 0.986 -290 2007 2008 0.009 -0.1487 0.1668 -290 2007 2009 -0.0244 -0.2212 0.1724 -290 2007 2010 -0.013 -0.2171 0.191 -290 2007 2011 -0.1832 -0.4095 0.0431 -290 2007 2012 -0.1616 -0.3822 0.0589 -290 2007 2013 -0.2006 -0.4249 0.0237 -290 2007 2014 -0.1299 -0.343 0.0831 -290 2007 2015 -0.0442 -0.2612 0.1728 -290 2007 2016 -0.0858 -0.2991 0.1275 -290 2007 2017 -0.2104 -0.4308 0.01 -290 2007 2018 -0.187 -0.4148 0.0407 -290 2007 2019 -0.0442 -0.2565 0.1681 -290 2007 2020 0.1174 -0.0996 0.3343 -290 2007 2021 0.043 -0.1677 0.2537 -290 2007 2022 0.0301 -0.1824 0.2426 -290 2007 2023 0.0454 -0.1746 0.2654 -290 2008 2009 -0.0334 -0.1816 0.1148 -290 2008 2010 -0.022 -0.1909 0.1469 -290 2008 2011 -0.1922 -0.3931 0.0087 -290 2008 2012 -0.1707 -0.365 0.0237 -290 2008 2013 -0.2096 -0.4117 -0.0075 -290 2008 2014 -0.1389 -0.3226 0.0447 -290 2008 2015 -0.0533 -0.2396 0.1331 -290 2008 2016 -0.0948 -0.2818 0.0922 -290 2008 2017 -0.2194 -0.4172 -0.0216 -290 2008 2018 -0.196 -0.4025 0.0105 -290 2008 2019 -0.0532 -0.2406 0.1342 -290 2008 2020 0.1083 -0.0753 0.292 -290 2008 2021 0.034 -0.148 0.2159 -290 2008 2022 0.0211 -0.1664 0.2086 -290 2008 2023 0.0364 -0.1546 0.2275 -290 2009 2010 0.0114 -0.1392 0.162 -290 2009 2011 -0.1588 -0.3516 0.034 -290 2009 2012 -0.1373 -0.3291 0.0546 -290 2009 2013 -0.1762 -0.3779 0.0254 -290 2009 2014 -0.1056 -0.2956 0.0845 -290 2009 2015 -0.0198 -0.2137 0.174 -290 2009 2016 -0.0614 -0.2559 0.1331 -290 2009 2017 -0.186 -0.3876 0.0156 -290 2009 2018 -0.1626 -0.3688 0.0435 -290 2009 2019 -0.0198 -0.213 0.1735 -290 2009 2020 0.1417 -0.0552 0.3387 -290 2009 2021 0.0674 -0.1191 0.2538 -290 2009 2022 0.0545 -0.1391 0.248 -290 2009 2023 0.0698 -0.1318 0.2714 -290 2010 2011 -0.1702 -0.3473 0.0068 -290 2010 2012 -0.1486 -0.3319 0.0346 -290 2010 2013 -0.1876 -0.3877 0.0125 -290 2010 2014 -0.1169 -0.3032 0.0694 -290 2010 2015 -0.0312 -0.2132 0.1508 -290 2010 2016 -0.0728 -0.2571 0.1116 -290 2010 2017 -0.1974 -0.4057 0.0109 -290 2010 2018 -0.174 -0.3883 0.0403 -290 2010 2019 -0.0311 -0.2204 0.1581 -290 2010 2020 0.1304 -0.052 0.3128 -290 2010 2021 0.056 -0.1295 0.2415 -290 2010 2022 0.0431 -0.1469 0.2332 -290 2010 2023 0.0585 -0.1397 0.2566 -290 2011 2012 0.0215 -0.1335 0.1765 -290 2011 2013 -0.0174 -0.1961 0.1612 -290 2011 2014 0.0532 -0.1385 0.245 -290 2011 2015 0.139 -0.0786 0.3565 -290 2011 2016 0.0974 -0.1141 0.3089 -290 2011 2017 -0.0273 -0.2166 0.1621 -290 2011 2018 -0.0039 -0.1989 0.1912 -290 2011 2019 0.139 -0.0636 0.3416 -290 2011 2020 0.3005 0.0724 0.5286 -290 2011 2021 0.2262 0.0264 0.4259 -290 2011 2022 0.2133 0.0112 0.4153 -290 2011 2023 0.2286 0.0164 0.4408 -290 2012 2013 -0.039 -0.19 0.1121 -290 2012 2014 0.0317 -0.1416 0.205 -290 2012 2015 0.1174 -0.0775 0.3124 -290 2012 2016 0.0759 -0.1199 0.2716 -290 2012 2017 -0.0488 -0.2405 0.143 -290 2012 2018 -0.0254 -0.222 0.1712 -290 2012 2019 0.1175 -0.0758 0.3108 -290 2012 2020 0.279 0.0708 0.4872 -290 2012 2021 0.2046 0.0161 0.3931 -290 2012 2022 0.1917 -0.002 0.3855 -290 2012 2023 0.2071 0.0036 0.4105 -290 2013 2014 0.0707 -0.0818 0.2231 -290 2013 2015 0.1564 -0.0407 0.3536 -290 2013 2016 0.1148 -0.0819 0.3116 -290 2013 2017 -0.0098 -0.1955 0.1759 -290 2013 2018 0.0136 -0.1786 0.2058 -290 2013 2019 0.1564 -0.0379 0.3508 -290 2013 2020 0.3179 0.0986 0.5373 -290 2013 2021 0.2436 0.0498 0.4374 -290 2013 2022 0.2307 0.0363 0.4251 -290 2013 2023 0.246 0.0391 0.453 -290 2014 2015 0.0857 -0.0662 0.2377 -290 2014 2016 0.0442 -0.1283 0.2166 -290 2014 2017 -0.0805 -0.2617 0.1007 -290 2014 2018 -0.0571 -0.2494 0.1353 -290 2014 2019 0.0858 -0.0971 0.2686 -290 2014 2020 0.2473 0.0581 0.4365 -290 2014 2021 0.1729 -0.006 0.3518 -290 2014 2022 0.16 -0.0238 0.3439 -290 2014 2023 0.1754 -0.014 0.3647 -290 2015 2016 -0.0416 -0.1874 0.1043 -290 2015 2017 -0.1662 -0.3615 0.029 -290 2015 2018 -0.1428 -0.3511 0.0654 -290 2015 2019 0 -0.1875 0.1876 -290 2015 2020 0.1616 -0.0136 0.3368 -290 2015 2021 0.0872 -0.0952 0.2696 -290 2015 2022 0.0743 -0.117 0.2657 -290 2015 2023 0.0897 -0.1065 0.2858 -290 2016 2017 -0.1247 -0.2889 0.0395 -290 2016 2018 -0.1013 -0.2936 0.091 -290 2016 2019 0.0416 -0.1373 0.2205 -290 2016 2020 0.2031 0.0216 0.3847 -290 2016 2021 0.1288 -0.0531 0.3107 -290 2016 2022 0.1159 -0.0695 0.3013 -290 2016 2023 0.1312 -0.063 0.3255 -290 2017 2018 0.0234 -0.1209 0.1677 -290 2017 2019 0.1663 -0.0084 0.341 -290 2017 2020 0.3278 0.1184 0.5371 -290 2017 2021 0.2534 0.0687 0.4382 -290 2017 2022 0.2405 0.0525 0.4285 -290 2017 2023 0.2558 0.0583 0.4534 -290 2018 2019 0.1429 -0.0132 0.2989 -290 2018 2020 0.3044 0.0937 0.5152 -290 2018 2021 0.23 0.0451 0.4149 -290 2018 2022 0.2171 0.0248 0.4094 -290 2018 2023 0.2324 0.0262 0.4387 -290 2019 2020 0.1616 0.004 0.3192 -290 2019 2021 0.0872 -0.0792 0.2535 -290 2019 2022 0.0743 -0.0999 0.2485 -290 2019 2023 0.0896 -0.0989 0.2781 -290 2020 2021 -0.0744 -0.2279 0.079 -290 2020 2022 -0.0873 -0.2657 0.0911 -290 2020 2023 -0.0719 -0.256 0.1121 -290 2021 2022 -0.0129 -0.1557 0.1299 -290 2021 2023 0.0024 -0.17 0.1749 -290 2022 2023 0.0153 -0.1329 0.1636 -291 2007 2008 -0.0138 -0.2061 0.1786 -291 2007 2009 -0.0195 -0.2748 0.2358 -291 2007 2010 -0.0625 -0.357 0.232 -291 2007 2011 -0.0439 -0.3596 0.2718 -291 2007 2012 -0.0116 -0.3367 0.3134 -291 2007 2013 -0.0085 -0.3374 0.3203 -291 2007 2014 -0.0067 -0.345 0.3316 -291 2007 2015 0.0204 -0.3222 0.3629 -291 2007 2016 0.0494 -0.2873 0.3861 -291 2007 2017 0.0395 -0.3039 0.383 -291 2007 2018 0.0855 -0.2603 0.4312 -291 2007 2019 0.1275 -0.2128 0.4677 -291 2007 2020 0.1501 -0.1935 0.4937 -291 2007 2021 0.132 -0.2216 0.4856 -291 2007 2022 0.1543 -0.1994 0.508 -291 2007 2023 0.2159 -0.1621 0.594 -291 2008 2009 -0.0057 -0.1933 0.1818 -291 2008 2010 -0.0487 -0.295 0.1976 -291 2008 2011 -0.03 -0.3073 0.2472 -291 2008 2012 0.0022 -0.2909 0.2952 -291 2008 2013 0.0053 -0.2945 0.305 -291 2008 2014 0.0071 -0.3033 0.3175 -291 2008 2015 0.0342 -0.2825 0.3509 -291 2008 2016 0.0632 -0.2492 0.3756 -291 2008 2017 0.0533 -0.2643 0.3709 -291 2008 2018 0.0993 -0.2228 0.4214 -291 2008 2019 0.1413 -0.1774 0.46 -291 2008 2020 0.1639 -0.1585 0.4864 -291 2008 2021 0.1458 -0.1849 0.4766 -291 2008 2022 0.1681 -0.1644 0.5005 -291 2008 2023 0.2297 -0.132 0.5915 -291 2009 2010 -0.0428 -0.237 0.1513 -291 2009 2011 -0.0243 -0.2715 0.2229 -291 2009 2012 0.0079 -0.2662 0.282 -291 2009 2013 0.011 -0.2767 0.2987 -291 2009 2014 0.0128 -0.2894 0.3151 -291 2009 2015 0.0399 -0.2709 0.3507 -291 2009 2016 0.0689 -0.2393 0.3772 -291 2009 2017 0.0591 -0.2552 0.3733 -291 2009 2018 0.105 -0.2144 0.4243 -291 2009 2019 0.147 -0.1698 0.4638 -291 2009 2020 0.1697 -0.1516 0.4909 -291 2009 2021 0.1515 -0.1775 0.4806 -291 2009 2022 0.1738 -0.1575 0.5051 -291 2009 2023 0.2355 -0.1265 0.5974 -291 2010 2011 0.0186 -0.1681 0.2052 -291 2010 2012 0.0508 -0.192 0.2935 -291 2010 2013 0.054 -0.2113 0.3192 -291 2010 2014 0.0558 -0.2275 0.3392 -291 2010 2015 0.0829 -0.2154 0.3812 -291 2010 2016 0.112 -0.1894 0.4133 -291 2010 2017 0.1021 -0.2 0.4042 -291 2010 2018 0.148 -0.1669 0.463 -291 2010 2019 0.1901 -0.1296 0.5098 -291 2010 2020 0.2128 -0.1145 0.54 -291 2010 2021 0.1946 -0.1316 0.5208 -291 2010 2022 0.2169 -0.1152 0.5489 -291 2010 2023 0.2786 -0.0979 0.655 -291 2011 2012 0.0321 -0.1562 0.2204 -291 2011 2013 0.0353 -0.2018 0.2724 -291 2011 2014 0.0372 -0.2303 0.3047 -291 2011 2015 0.0642 -0.2235 0.352 -291 2011 2016 0.0933 -0.2003 0.3869 -291 2011 2017 0.0834 -0.2152 0.3821 -291 2011 2018 0.1294 -0.181 0.4397 -291 2011 2019 0.1714 -0.1419 0.4848 -291 2011 2020 0.1941 -0.126 0.5142 -291 2011 2021 0.1759 -0.1468 0.4987 -291 2011 2022 0.1982 -0.1294 0.5258 -291 2011 2023 0.2599 -0.1076 0.6274 -291 2012 2013 0.0032 -0.1817 0.188 -291 2012 2014 0.005 -0.2348 0.2449 -291 2012 2015 0.0321 -0.2367 0.3008 -291 2012 2016 0.0611 -0.2177 0.3398 -291 2012 2017 0.0512 -0.2402 0.3427 -291 2012 2018 0.0971 -0.204 0.3983 -291 2012 2019 0.1392 -0.1621 0.4404 -291 2012 2020 0.1618 -0.1455 0.4692 -291 2012 2021 0.1437 -0.1724 0.4598 -291 2012 2022 0.166 -0.153 0.485 -291 2012 2023 0.2276 -0.1239 0.5792 -291 2013 2014 0.0019 -0.1816 0.1854 -291 2013 2015 0.0289 -0.2056 0.2634 -291 2013 2016 0.0579 -0.1975 0.3134 -291 2013 2017 0.0481 -0.225 0.3212 -291 2013 2018 0.094 -0.1931 0.3811 -291 2013 2019 0.1361 -0.1535 0.4256 -291 2013 2020 0.1587 -0.1387 0.4562 -291 2013 2021 0.1406 -0.1651 0.4463 -291 2013 2022 0.1629 -0.1463 0.4721 -291 2013 2023 0.2246 -0.1203 0.5694 -291 2014 2015 0.027 -0.1568 0.2108 -291 2014 2016 0.0561 -0.1749 0.2871 -291 2014 2017 0.0463 -0.2109 0.3034 -291 2014 2018 0.0922 -0.1863 0.3707 -291 2014 2019 0.1343 -0.1515 0.42 -291 2014 2020 0.1569 -0.1384 0.4522 -291 2014 2021 0.1388 -0.1641 0.4416 -291 2014 2022 0.161 -0.1467 0.4688 -291 2014 2023 0.2228 -0.123 0.5685 -291 2015 2016 0.029 -0.1541 0.2121 -291 2015 2017 0.0193 -0.2156 0.2541 -291 2015 2018 0.0651 -0.1989 0.3292 -291 2015 2019 0.1072 -0.168 0.3823 -291 2015 2020 0.1298 -0.1573 0.417 -291 2015 2021 0.1117 -0.1875 0.4109 -291 2015 2022 0.134 -0.1699 0.4379 -291 2015 2023 0.1957 -0.1422 0.5336 -291 2016 2017 -0.0097 -0.1936 0.1742 -291 2016 2018 0.0361 -0.1952 0.2674 -291 2016 2019 0.0781 -0.172 0.3283 -291 2016 2020 0.1008 -0.1664 0.3679 -291 2016 2021 0.0827 -0.2025 0.3679 -291 2016 2022 0.1049 -0.1851 0.395 -291 2016 2023 0.1666 -0.1546 0.4879 -291 2017 2018 0.0459 -0.1378 0.2295 -291 2017 2019 0.088 -0.143 0.3189 -291 2017 2020 0.1107 -0.1477 0.369 -291 2017 2021 0.0925 -0.1829 0.368 -291 2017 2022 0.1148 -0.1705 0.4001 -291 2017 2023 0.1766 -0.149 0.5021 -291 2018 2019 0.042 -0.1404 0.2244 -291 2018 2020 0.0647 -0.1681 0.2975 -291 2018 2021 0.0467 -0.2176 0.311 -291 2018 2022 0.0689 -0.2088 0.3466 -291 2018 2023 0.1305 -0.1814 0.4425 -291 2019 2020 0.0226 -0.1566 0.2018 -291 2019 2021 0.0047 -0.2303 0.2397 -291 2019 2022 0.0269 -0.2289 0.2826 -291 2019 2023 0.0885 -0.2005 0.3774 -291 2020 2021 -0.0179 -0.2038 0.1681 -291 2020 2022 0.0043 -0.2245 0.2331 -291 2020 2023 0.0658 -0.2026 0.3342 -291 2021 2022 0.0222 -0.1606 0.2051 -291 2021 2023 0.0838 -0.1713 0.339 -291 2022 2023 0.0615 -0.1356 0.2586 -292 2007 2010 -0.0801 -0.1441 -0.0161 -292 2007 2013 -0.1635 -0.2381 -0.089 -292 2007 2016 -0.227 -0.2998 -0.1542 -292 2007 2019 -0.2619 -0.3388 -0.185 -292 2007 2022 -0.25 -0.3476 -0.1524 -292 2010 2013 -0.0835 -0.1598 -0.0071 -292 2010 2016 -0.1469 -0.2228 -0.0711 -292 2010 2019 -0.1818 -0.2615 -0.1021 -292 2010 2022 -0.1699 -0.2701 -0.0697 -292 2013 2016 -0.0634 -0.142 0.0151 -292 2013 2019 -0.0983 -0.1819 -0.0147 -292 2013 2022 -0.0864 -0.1897 0.0168 -292 2016 2019 -0.0349 -0.1139 0.0441 -292 2016 2022 -0.023 -0.1235 0.0775 -292 2019 2022 0.0119 -0.0873 0.1111 -293 2007 2008 -0.046 -0.2513 0.1594 -293 2007 2009 -0.0577 -0.3176 0.2021 -293 2007 2010 0.0091 -0.2588 0.277 -293 2007 2011 -0.0864 -0.3747 0.2018 -293 2007 2012 -0.107 -0.3966 0.1826 -293 2007 2013 -0.1697 -0.4634 0.124 -293 2007 2014 -0.2076 -0.505 0.0898 -293 2007 2015 -0.2355 -0.5427 0.0717 -293 2007 2016 -0.2491 -0.5573 0.0591 -293 2007 2017 -0.1841 -0.471 0.1027 -293 2007 2018 -0.1367 -0.4307 0.1572 -293 2007 2019 -0.0821 -0.3715 0.2074 -293 2007 2020 0.0013 -0.283 0.2857 -293 2007 2021 -0.0228 -0.3142 0.2686 -293 2007 2022 -0.0751 -0.3743 0.2241 -293 2007 2023 -0.0628 -0.3745 0.2489 -293 2008 2009 -0.0118 -0.2075 0.184 -293 2008 2010 0.0551 -0.1789 0.2891 -293 2008 2011 -0.0405 -0.293 0.212 -293 2008 2012 -0.061 -0.3206 0.1986 -293 2008 2013 -0.1238 -0.3868 0.1393 -293 2008 2014 -0.1617 -0.4242 0.1009 -293 2008 2015 -0.1895 -0.4621 0.0831 -293 2008 2016 -0.2031 -0.4775 0.0712 -293 2008 2017 -0.1382 -0.3929 0.1165 -293 2008 2018 -0.0908 -0.3538 0.1722 -293 2008 2019 -0.0361 -0.2974 0.2252 -293 2008 2020 0.0473 -0.2109 0.3054 -293 2008 2021 0.0231 -0.24 0.2863 -293 2008 2022 -0.0291 -0.2973 0.2391 -293 2008 2023 -0.0169 -0.2974 0.2637 -293 2009 2010 0.0669 -0.1356 0.2693 -293 2009 2011 -0.0287 -0.2705 0.2131 -293 2009 2012 -0.0492 -0.3046 0.2061 -293 2009 2013 -0.112 -0.3753 0.1513 -293 2009 2014 -0.1499 -0.4162 0.1164 -293 2009 2015 -0.1778 -0.4512 0.0957 -293 2009 2016 -0.1914 -0.4678 0.0851 -293 2009 2017 -0.1264 -0.388 0.1352 -293 2009 2018 -0.079 -0.3447 0.1866 -293 2009 2019 -0.0243 -0.2901 0.2415 -293 2009 2020 0.059 -0.2073 0.3254 -293 2009 2021 0.0349 -0.2313 0.3012 -293 2009 2022 -0.0173 -0.2897 0.255 -293 2009 2023 -0.0051 -0.2938 0.2836 -293 2010 2011 -0.0956 -0.2958 0.1046 -293 2010 2012 -0.1161 -0.348 0.1158 -293 2010 2013 -0.1789 -0.4313 0.0736 -293 2010 2014 -0.2167 -0.4815 0.048 -293 2010 2015 -0.2446 -0.5232 0.034 -293 2010 2016 -0.2582 -0.5438 0.0274 -293 2010 2017 -0.1932 -0.4565 0.0701 -293 2010 2018 -0.1458 -0.41 0.1184 -293 2010 2019 -0.0911 -0.3491 0.1668 -293 2010 2020 -0.0078 -0.256 0.2404 -293 2010 2021 -0.0319 -0.2876 0.2238 -293 2010 2022 -0.0841 -0.3548 0.1865 -293 2010 2023 -0.0719 -0.3572 0.2134 -293 2011 2012 -0.0206 -0.2146 0.1735 -293 2011 2013 -0.0833 -0.318 0.1514 -293 2011 2014 -0.1212 -0.3714 0.129 -293 2011 2015 -0.1491 -0.4145 0.1164 -293 2011 2016 -0.1627 -0.4333 0.108 -293 2011 2017 -0.0977 -0.3545 0.1591 -293 2011 2018 -0.0503 -0.3142 0.2136 -293 2011 2019 0.0044 -0.2581 0.2668 -293 2011 2020 0.0878 -0.1731 0.3486 -293 2011 2021 0.0636 -0.2005 0.3278 -293 2011 2022 0.0114 -0.2576 0.2803 -293 2011 2023 0.0236 -0.2597 0.3069 -293 2012 2013 -0.0628 -0.2568 0.1313 -293 2012 2014 -0.1007 -0.3339 0.1326 -293 2012 2015 -0.1285 -0.3848 0.1277 -293 2012 2016 -0.1422 -0.4088 0.1245 -293 2012 2017 -0.0772 -0.3311 0.1768 -293 2012 2018 -0.0298 -0.2896 0.2301 -293 2012 2019 0.0249 -0.2347 0.2845 -293 2012 2020 0.1083 -0.1487 0.3652 -293 2012 2021 0.0842 -0.1755 0.3438 -293 2012 2022 0.0319 -0.236 0.2998 -293 2012 2023 0.0441 -0.2387 0.327 -293 2013 2014 -0.0379 -0.2302 0.1545 -293 2013 2015 -0.0658 -0.3022 0.1706 -293 2013 2016 -0.0794 -0.33 0.1712 -293 2013 2017 -0.0144 -0.2622 0.2334 -293 2013 2018 0.033 -0.225 0.291 -293 2013 2019 0.0877 -0.1692 0.3445 -293 2013 2020 0.171 -0.0911 0.4332 -293 2013 2021 0.1469 -0.1165 0.4103 -293 2013 2022 0.0947 -0.1689 0.3582 -293 2013 2023 0.1069 -0.1746 0.3884 -293 2014 2015 -0.0279 -0.2215 0.1657 -293 2014 2016 -0.0415 -0.2734 0.1904 -293 2014 2017 0.0235 -0.2122 0.2591 -293 2014 2018 0.0709 -0.1813 0.323 -293 2014 2019 0.1256 -0.1297 0.3808 -293 2014 2020 0.2089 -0.0508 0.4687 -293 2014 2021 0.1848 -0.0774 0.447 -293 2014 2022 0.1325 -0.1298 0.3948 -293 2014 2023 0.1448 -0.1318 0.4213 -293 2015 2016 -0.0136 -0.2079 0.1807 -293 2015 2017 0.0514 -0.1763 0.279 -293 2015 2018 0.0988 -0.1504 0.3479 -293 2015 2019 0.1534 -0.1054 0.4123 -293 2015 2020 0.2368 -0.0333 0.5069 -293 2015 2021 0.2127 -0.0553 0.4807 -293 2015 2022 0.1604 -0.108 0.4288 -293 2015 2023 0.1726 -0.1138 0.4591 -293 2016 2017 0.065 -0.128 0.258 -293 2016 2018 0.1124 -0.1248 0.3496 -293 2016 2019 0.1671 -0.0851 0.4192 -293 2016 2020 0.2505 -0.0213 0.5222 -293 2016 2021 0.2263 -0.0447 0.4973 -293 2016 2022 0.174 -0.092 0.4401 -293 2016 2023 0.1863 -0.1001 0.4726 -293 2017 2018 0.0474 -0.1414 0.2362 -293 2017 2019 0.1021 -0.1208 0.325 -293 2017 2020 0.1855 -0.0522 0.4232 -293 2017 2021 0.1613 -0.0852 0.4079 -293 2017 2022 0.1091 -0.1419 0.36 -293 2017 2023 0.1213 -0.1449 0.3875 -293 2018 2019 0.0547 -0.1354 0.2448 -293 2018 2020 0.1381 -0.0899 0.3661 -293 2018 2021 0.114 -0.1266 0.3545 -293 2018 2022 0.0617 -0.1914 0.3147 -293 2018 2023 0.0739 -0.1991 0.3469 -293 2019 2020 0.0834 -0.1071 0.2739 -293 2019 2021 0.0593 -0.1672 0.2857 -293 2019 2022 0.007 -0.2345 0.2485 -293 2019 2023 0.0192 -0.2461 0.2846 -293 2020 2021 -0.0241 -0.2113 0.163 -293 2020 2022 -0.0764 -0.307 0.1541 -293 2020 2023 -0.0642 -0.3158 0.1874 -293 2021 2022 -0.0523 -0.2461 0.1415 -293 2021 2023 -0.04 -0.2813 0.2012 -293 2022 2023 0.0122 -0.1866 0.211 -294 2007 2010 0.1075 0.009 0.2059 -294 2007 2013 -0.0037 -0.1091 0.1016 -294 2007 2016 -0.0461 -0.1516 0.0593 -294 2007 2019 0.0051 -0.1024 0.1127 -294 2007 2022 0.0154 -0.1113 0.1421 -294 2010 2013 -0.1112 -0.2107 -0.0117 -294 2010 2016 -0.1536 -0.2604 -0.0469 -294 2010 2019 -0.1023 -0.2079 0.0033 -294 2010 2022 -0.0921 -0.2176 0.0335 -294 2013 2016 -0.0424 -0.1402 0.0554 -294 2013 2019 0.0089 -0.0978 0.1155 -294 2013 2022 0.0191 -0.1079 0.1461 -294 2016 2019 0.0513 -0.0464 0.1489 -294 2016 2022 0.0615 -0.0621 0.1851 -294 2019 2022 0.0103 -0.1024 0.1229 -295 2007 2010 -0.0216 -0.1374 0.0942 -295 2007 2013 0.2116 0.0912 0.332 -295 2007 2016 0.3064 0.1888 0.4239 -295 2007 2019 0.4688 0.3513 0.5864 -295 2007 2022 0.5215 0.3874 0.6555 -295 2010 2013 0.2332 0.1177 0.3487 -295 2010 2016 0.328 0.2118 0.4441 -295 2010 2019 0.4904 0.3702 0.6106 -295 2010 2022 0.5431 0.4065 0.6796 -295 2013 2016 0.0948 -0.01 0.1996 -295 2013 2019 0.2573 0.1483 0.3662 -295 2013 2022 0.3099 0.1831 0.4367 -295 2016 2019 0.1625 0.0632 0.2617 -295 2016 2022 0.2151 0.0933 0.3368 -295 2019 2022 0.0526 -0.0584 0.1637 -296 2007 2008 0.1397 0.066 0.2133 -296 2007 2009 0.2168 0.1383 0.2953 -296 2007 2010 0.137 0.0699 0.204 -296 2007 2011 0.2444 0.1669 0.322 -296 2007 2012 0.3066 0.2266 0.3866 -296 2007 2013 0.3659 0.2957 0.4362 -296 2007 2014 0.2442 0.1639 0.3244 -296 2007 2015 0.3867 0.3067 0.4666 -296 2007 2016 0.3908 0.3224 0.4593 -296 2007 2017 0.2326 0.1541 0.3111 -296 2007 2018 0.2498 0.171 0.3285 -296 2007 2019 0.3451 0.2747 0.4156 -296 2007 2020 0.3062 0.2265 0.3859 -296 2007 2021 0.164 0.086 0.2419 -296 2007 2022 0.2581 0.1827 0.3334 -296 2007 2023 0.1602 0.0778 0.2425 -296 2008 2009 0.0772 0.0021 0.1523 -296 2008 2010 -0.0027 -0.078 0.0727 -296 2008 2011 0.1048 0.0379 0.1716 -296 2008 2012 0.1669 0.0882 0.2457 -296 2008 2013 0.2263 0.1489 0.3036 -296 2008 2014 0.1045 0.0336 0.1754 -296 2008 2015 0.247 0.1687 0.3253 -296 2008 2016 0.2512 0.1754 0.3269 -296 2008 2017 0.0929 0.0241 0.1618 -296 2008 2018 0.1101 0.0326 0.1876 -296 2008 2019 0.2055 0.1287 0.2823 -296 2008 2020 0.1665 0.0961 0.2369 -296 2008 2021 0.0243 -0.0511 0.0997 -296 2008 2022 0.1184 0.0371 0.1997 -296 2008 2023 0.0205 -0.0527 0.0937 -296 2009 2010 -0.0799 -0.155 -0.0047 -296 2009 2011 0.0276 -0.051 0.1062 -296 2009 2012 0.0898 0.0189 0.1606 -296 2009 2013 0.1491 0.0711 0.2271 -296 2009 2014 0.0273 -0.0548 0.1095 -296 2009 2015 0.1698 0.0993 0.2404 -296 2009 2016 0.174 0.0977 0.2503 -296 2009 2017 0.0158 -0.0642 0.0958 -296 2009 2018 0.0329 -0.0377 0.1036 -296 2009 2019 0.1283 0.0504 0.2063 -296 2009 2020 0.0894 0.0092 0.1696 -296 2009 2021 -0.0529 -0.124 0.0183 -296 2009 2022 0.0412 -0.041 0.1234 -296 2009 2023 -0.0567 -0.1405 0.0272 -296 2010 2011 0.1075 0.0322 0.1827 -296 2010 2012 0.1696 0.0904 0.2488 -296 2010 2013 0.2289 0.1594 0.2985 -296 2010 2014 0.1072 0.0271 0.1873 -296 2010 2015 0.2497 0.1705 0.3289 -296 2010 2016 0.2538 0.186 0.3217 -296 2010 2017 0.0956 0.0173 0.174 -296 2010 2018 0.1128 0.0351 0.1905 -296 2010 2019 0.2082 0.1377 0.2786 -296 2010 2020 0.1692 0.0897 0.2487 -296 2010 2021 0.027 -0.0498 0.1038 -296 2010 2022 0.1211 0.046 0.1962 -296 2010 2023 0.0232 -0.059 0.1054 -296 2011 2012 0.0621 -0.0155 0.1398 -296 2011 2013 0.1215 0.0427 0.2002 -296 2011 2014 -3e-04 -0.0722 0.0716 -296 2011 2015 0.1422 0.0624 0.2221 -296 2011 2016 0.1464 0.0692 0.2236 -296 2011 2017 -0.0118 -0.0816 0.058 -296 2011 2018 0.0053 -0.074 0.0846 -296 2011 2019 0.1007 0.0221 0.1793 -296 2011 2020 0.0618 -0.0098 0.1333 -296 2011 2021 -0.0805 -0.158 -0.003 -296 2011 2022 0.0136 -0.0693 0.0966 -296 2011 2023 -0.0843 -0.1593 -0.0093 -296 2012 2013 0.0593 -0.0184 0.1371 -296 2012 2014 -0.0624 -0.1451 0.0203 -296 2012 2015 0.0801 0.0076 0.1525 -296 2012 2016 0.0842 0.0055 0.1629 -296 2012 2017 -0.074 -0.1551 0.0071 -296 2012 2018 -0.0568 -0.1295 0.0159 -296 2012 2019 0.0386 -0.0414 0.1185 -296 2012 2020 -4e-04 -0.0821 0.0813 -296 2012 2021 -0.1426 -0.2158 -0.0695 -296 2012 2022 -0.0485 -0.1329 0.0359 -296 2012 2023 -0.1464 -0.2317 -0.0612 -296 2013 2014 -0.1218 -0.2024 -0.0411 -296 2013 2015 0.0207 -0.0583 0.0997 -296 2013 2016 0.0249 -0.0413 0.0911 -296 2013 2017 -0.1333 -0.2143 -0.0523 -296 2013 2018 -0.1162 -0.1963 -0.036 -296 2013 2019 -0.0208 -0.0906 0.049 -296 2013 2020 -0.0597 -0.1403 0.0208 -296 2013 2021 -0.202 -0.2815 -0.1225 -296 2013 2022 -0.1079 -0.1818 -0.0339 -296 2013 2023 -0.2058 -0.29 -0.1216 -296 2014 2015 0.1425 0.0619 0.2231 -296 2014 2016 0.1467 0.0654 0.2279 -296 2014 2017 -0.0116 -0.0815 0.0584 -296 2014 2018 0.0056 -0.075 0.0862 -296 2014 2019 0.101 0.0184 0.1835 -296 2014 2020 0.062 -0.0113 0.1354 -296 2014 2021 -0.0802 -0.1586 -0.0018 -296 2014 2022 0.0139 -0.0732 0.101 -296 2014 2023 -0.084 -0.1595 -0.0085 -296 2015 2016 0.0042 -0.0709 0.0792 -296 2015 2017 -0.1541 -0.2348 -0.0733 -296 2015 2018 -0.1369 -0.209 -0.0648 -296 2015 2019 -0.0415 -0.1198 0.0368 -296 2015 2020 -0.0805 -0.1615 6e-04 -296 2015 2021 -0.2227 -0.2956 -0.1498 -296 2015 2022 -0.1286 -0.2114 -0.0458 -296 2015 2023 -0.2265 -0.3114 -0.1417 -296 2016 2017 -0.1582 -0.2352 -0.0812 -296 2016 2018 -0.1411 -0.2191 -0.0631 -296 2016 2019 -0.0457 -0.1115 0.0201 -296 2016 2020 -0.0846 -0.163 -0.0062 -296 2016 2021 -0.2269 -0.3043 -0.1494 -296 2016 2022 -0.1328 -0.2031 -0.0624 -296 2016 2023 -0.2307 -0.3127 -0.1486 -296 2017 2018 0.0172 -0.0592 0.0935 -296 2017 2019 0.1125 0.0327 0.1924 -296 2017 2020 0.0736 0.0047 0.1425 -296 2017 2021 -0.0686 -0.1444 0.0071 -296 2017 2022 0.0255 -0.059 0.1099 -296 2017 2023 -0.0725 -0.1437 -0.0012 -296 2018 2019 0.0954 0.0186 0.1722 -296 2018 2020 0.0564 -0.0234 0.1363 -296 2018 2021 -0.0858 -0.154 -0.0176 -296 2018 2022 0.0083 -0.0752 0.0918 -296 2018 2023 -0.0896 -0.1727 -0.0065 -296 2019 2020 -0.0389 -0.1163 0.0384 -296 2019 2021 -0.1812 -0.2595 -0.1029 -296 2019 2022 -0.0871 -0.1574 -0.0168 -296 2019 2023 -0.185 -0.2682 -0.1018 -296 2020 2021 -0.1422 -0.218 -0.0664 -296 2020 2022 -0.0481 -0.1315 0.0353 -296 2020 2023 -0.146 -0.2194 -0.0727 -296 2021 2022 0.0941 0.0141 0.1742 -296 2021 2023 -0.0038 -0.0834 0.0757 -296 2022 2023 -0.0979 -0.1818 -0.0141 -297 2007 2010 -0.3706 -0.5339 -0.2072 -297 2007 2013 -0.607 -0.7831 -0.4309 -297 2007 2016 -0.7554 -0.9315 -0.5794 -297 2007 2019 -0.4497 -0.6167 -0.2827 -297 2007 2022 -0.998 -1.2219 -0.7741 -297 2010 2013 -0.2364 -0.413 -0.0598 -297 2010 2016 -0.3849 -0.565 -0.2047 -297 2010 2019 -0.0791 -0.255 0.0967 -297 2010 2022 -0.6274 -0.8524 -0.4025 -297 2013 2016 -0.1485 -0.3278 0.0309 -297 2013 2019 0.1573 -0.0249 0.3395 -297 2013 2022 -0.391 -0.6197 -0.1623 -297 2016 2019 0.3057 0.1296 0.4819 -297 2016 2022 -0.2426 -0.4651 -0.02 -297 2019 2022 -0.5483 -0.7683 -0.3283 -298 2007 2008 0.0877 -0.0489 0.2242 -298 2007 2009 0.1398 -0.031 0.3106 -298 2007 2010 0.0892 -0.0798 0.2583 -298 2007 2011 0.0568 -0.1129 0.2265 -298 2007 2012 0.0981 -0.0765 0.2728 -298 2007 2013 0.1958 0.0204 0.3713 -298 2007 2014 0.2825 0.1065 0.4584 -298 2007 2015 0.3863 0.2005 0.5721 -298 2007 2016 0.3779 0.2057 0.55 -298 2007 2017 0.3753 0.2062 0.5445 -298 2007 2018 0.4903 0.3133 0.6673 -298 2007 2019 0.5653 0.3868 0.7439 -298 2007 2020 0.5456 0.3723 0.7189 -298 2007 2021 0.5692 0.3959 0.7424 -298 2007 2022 0.595 0.4183 0.7717 -298 2007 2023 0.6087 0.4232 0.7942 -298 2008 2009 0.0522 -0.0727 0.177 -298 2008 2010 0.0016 -0.1424 0.1455 -298 2008 2011 -0.0309 -0.1835 0.1218 -298 2008 2012 0.0105 -0.1486 0.1695 -298 2008 2013 0.1082 -0.0479 0.2643 -298 2008 2014 0.1949 0.0427 0.347 -298 2008 2015 0.2987 0.1423 0.455 -298 2008 2016 0.2902 0.1393 0.4411 -298 2008 2017 0.2877 0.1351 0.4403 -298 2008 2018 0.4027 0.251 0.5544 -298 2008 2019 0.4777 0.3266 0.6288 -298 2008 2020 0.4579 0.3076 0.6083 -298 2008 2021 0.4815 0.3325 0.6306 -298 2008 2022 0.5074 0.3537 0.661 -298 2008 2023 0.5211 0.3599 0.6823 -298 2009 2010 -0.0506 -0.1781 0.0769 -298 2009 2011 -0.083 -0.2376 0.0716 -298 2009 2012 -0.0417 -0.2034 0.12 -298 2009 2013 0.0561 -0.1026 0.2147 -298 2009 2014 0.1427 -0.0124 0.2978 -298 2009 2015 0.2465 0.094 0.399 -298 2009 2016 0.2381 0.0846 0.3916 -298 2009 2017 0.2355 0.0753 0.3958 -298 2009 2018 0.3506 0.1996 0.5015 -298 2009 2019 0.4256 0.276 0.5752 -298 2009 2020 0.4058 0.2514 0.5602 -298 2009 2021 0.4294 0.2795 0.5793 -298 2009 2022 0.4552 0.2998 0.6106 -298 2009 2023 0.469 0.3048 0.6331 -298 2010 2011 -0.0325 -0.1573 0.0924 -298 2010 2012 0.0089 -0.1382 0.156 -298 2010 2013 0.1066 -0.0445 0.2577 -298 2010 2014 0.1933 0.0408 0.3457 -298 2010 2015 0.2971 0.1386 0.4556 -298 2010 2016 0.2886 0.1385 0.4388 -298 2010 2017 0.2861 0.134 0.4382 -298 2010 2018 0.4011 0.2482 0.554 -298 2010 2019 0.4761 0.323 0.6292 -298 2010 2020 0.4563 0.3044 0.6083 -298 2010 2021 0.48 0.33 0.6299 -298 2010 2022 0.5058 0.3515 0.6601 -298 2010 2023 0.5195 0.3556 0.6835 -298 2011 2012 0.0413 -0.0816 0.1643 -298 2011 2013 0.1391 -0.0059 0.2841 -298 2011 2014 0.2257 0.0752 0.3762 -298 2011 2015 0.3295 0.1654 0.4936 -298 2011 2016 0.3211 0.1684 0.4737 -298 2011 2017 0.3185 0.1706 0.4665 -298 2011 2018 0.4336 0.2767 0.5904 -298 2011 2019 0.5085 0.3482 0.6689 -298 2011 2020 0.4888 0.3364 0.6411 -298 2011 2021 0.5124 0.3598 0.665 -298 2011 2022 0.5382 0.3797 0.6967 -298 2011 2023 0.5519 0.3858 0.7181 -298 2012 2013 0.0977 -0.0274 0.2229 -298 2012 2014 0.1844 0.0388 0.3299 -298 2012 2015 0.2882 0.1277 0.4487 -298 2012 2016 0.2797 0.1269 0.4326 -298 2012 2017 0.2772 0.1264 0.428 -298 2012 2018 0.3922 0.2358 0.5486 -298 2012 2019 0.4672 0.3066 0.6278 -298 2012 2020 0.4474 0.2927 0.6022 -298 2012 2021 0.471 0.3181 0.624 -298 2012 2022 0.4969 0.3371 0.6566 -298 2012 2023 0.5106 0.342 0.6792 -298 2013 2014 0.0867 -0.0353 0.2086 -298 2013 2015 0.1905 0.0435 0.3375 -298 2013 2016 0.182 0.0367 0.3273 -298 2013 2017 0.1795 0.0297 0.3293 -298 2013 2018 0.2945 0.1429 0.4461 -298 2013 2019 0.3695 0.2179 0.5211 -298 2013 2020 0.3497 0.1988 0.5006 -298 2013 2021 0.3733 0.224 0.5227 -298 2013 2022 0.3992 0.2458 0.5525 -298 2013 2023 0.4129 0.2499 0.5759 -298 2014 2015 0.1038 -0.0196 0.2272 -298 2014 2016 0.0954 -0.0416 0.2323 -298 2014 2017 0.0928 -0.0512 0.2369 -298 2014 2018 0.2079 0.0616 0.3541 -298 2014 2019 0.2829 0.1359 0.4298 -298 2014 2020 0.2631 0.1177 0.4085 -298 2014 2021 0.2867 0.1419 0.4314 -298 2014 2022 0.3125 0.1627 0.4624 -298 2014 2023 0.3262 0.1692 0.4833 -298 2015 2016 -0.0085 -0.131 0.1141 -298 2015 2017 -0.011 -0.1595 0.1375 -298 2015 2018 0.104 -0.0399 0.2479 -298 2015 2019 0.179 0.0353 0.3228 -298 2015 2020 0.1593 0.009 0.3095 -298 2015 2021 0.1829 0.0365 0.3293 -298 2015 2022 0.2087 0.057 0.3604 -298 2015 2023 0.2224 0.0618 0.3831 -298 2016 2017 -0.0025 -0.1225 0.1174 -298 2016 2018 0.1125 -0.0233 0.2483 -298 2016 2019 0.1875 0.0481 0.3268 -298 2016 2020 0.1677 0.0254 0.31 -298 2016 2021 0.1913 0.0502 0.3324 -298 2016 2022 0.2171 0.0723 0.3619 -298 2016 2023 0.2309 0.0756 0.3861 -298 2017 2018 0.115 -0.0077 0.2378 -298 2017 2019 0.19 0.0476 0.3324 -298 2017 2020 0.1702 0.0311 0.3094 -298 2017 2021 0.1939 0.0521 0.3356 -298 2017 2022 0.2197 0.0712 0.3682 -298 2017 2023 0.2334 0.0781 0.3888 -298 2018 2019 0.075 -0.0424 0.1924 -298 2018 2020 0.0552 -0.0802 0.1907 -298 2018 2021 0.0788 -0.057 0.2147 -298 2018 2022 0.1047 -0.0402 0.2495 -298 2018 2023 0.1184 -0.0366 0.2734 -298 2019 2020 -0.0198 -0.1393 0.0998 -298 2019 2021 0.0038 -0.129 0.1367 -298 2019 2022 0.0297 -0.11 0.1694 -298 2019 2023 0.0434 -0.1091 0.1959 -298 2020 2021 0.0236 -0.0923 0.1395 -298 2020 2022 0.0494 -0.0872 0.1861 -298 2020 2023 0.0632 -0.0847 0.2111 -298 2021 2022 0.0258 -0.0912 0.1429 -298 2021 2023 0.0396 -0.1017 0.1808 -298 2022 2023 0.0137 -0.1093 0.1368 -299 2007 2010 -0.0167 -0.0965 0.063 -299 2007 2013 0.0091 -0.0766 0.0948 -299 2007 2016 0.0424 -0.0431 0.1279 -299 2007 2019 0.19 0.1009 0.279 -299 2007 2022 0.2045 0.1026 0.3065 -299 2010 2013 0.0258 -0.0551 0.1067 -299 2010 2016 0.0591 -0.0253 0.1435 -299 2010 2019 0.2067 0.1141 0.2993 -299 2010 2022 0.2212 0.1166 0.3258 -299 2013 2016 0.0333 -0.0457 0.1123 -299 2013 2019 0.1809 0.0906 0.2712 -299 2013 2022 0.1954 0.0924 0.2985 -299 2016 2019 0.1476 0.0629 0.2323 -299 2016 2022 0.1621 0.0621 0.2622 -299 2019 2022 0.0145 -0.073 0.1021 -300 2007 2010 0.0106 -0.0768 0.0979 -300 2007 2013 0.0467 -0.077 0.1704 -300 2007 2016 0.0853 -0.0736 0.2443 -300 2007 2019 0.0499 -0.0997 0.1994 -300 2007 2022 0.0466 -0.1196 0.2127 -300 2010 2013 0.0358 -0.0564 0.1281 -300 2010 2016 0.075 -0.0613 0.2112 -300 2010 2019 0.0388 -0.0907 0.1683 -300 2010 2022 0.0361 -0.1131 0.1854 -300 2013 2016 0.0383 -0.0557 0.1323 -300 2013 2019 0.0039 -0.1036 0.1114 -300 2013 2022 0.001 -0.1312 0.1331 -300 2016 2019 -0.0347 -0.1298 0.0604 -300 2016 2022 -0.0365 -0.162 0.089 -300 2019 2022 -0.0029 -0.0919 0.086 -301 2007 2008 0.0043 -0.1193 0.1278 -301 2007 2009 -0.0038 -0.1716 0.164 -301 2007 2010 -0.0011 -0.1968 0.1946 -301 2007 2011 0.0084 -0.2089 0.2258 -301 2007 2012 0.0165 -0.2198 0.2527 -301 2007 2013 -0.0044 -0.2516 0.2429 -301 2007 2014 -0.0112 -0.2687 0.2464 -301 2007 2015 -0.0114 -0.2782 0.2554 -301 2007 2016 -0.0168 -0.2881 0.2545 -301 2007 2017 -0.0115 -0.2897 0.2668 -301 2007 2018 -0.0023 -0.2884 0.2838 -301 2007 2019 0.0047 -0.2845 0.2939 -301 2007 2020 0.0094 -0.2887 0.3075 -301 2007 2021 0.0104 -0.2959 0.3167 -301 2007 2022 0.0032 -0.308 0.3144 -301 2007 2023 -0.007 -0.3332 0.3192 -301 2008 2009 -0.0081 -0.1295 0.1134 -301 2008 2010 -0.0054 -0.1677 0.157 -301 2008 2011 0.0042 -0.1857 0.194 -301 2008 2012 0.0122 -0.2003 0.2247 -301 2008 2013 -0.0087 -0.2354 0.2181 -301 2008 2014 -0.0155 -0.2542 0.2233 -301 2008 2015 -0.0157 -0.265 0.2336 -301 2008 2016 -0.0211 -0.2761 0.234 -301 2008 2017 -0.0158 -0.2783 0.2467 -301 2008 2018 -0.0066 -0.2777 0.2645 -301 2008 2019 4e-04 -0.2745 0.2752 -301 2008 2020 0.0051 -0.279 0.2892 -301 2008 2021 0.0061 -0.2866 0.2988 -301 2008 2022 -0.0011 -0.2994 0.2971 -301 2008 2023 -0.0113 -0.3252 0.3025 -301 2009 2010 0.0027 -0.1178 0.1233 -301 2009 2011 0.0122 -0.1501 0.1746 -301 2009 2012 0.0203 -0.172 0.2125 -301 2009 2013 -5e-04 -0.2103 0.2092 -301 2009 2014 -0.0074 -0.2323 0.2175 -301 2009 2015 -0.0076 -0.2454 0.2302 -301 2009 2016 -0.013 -0.2582 0.2322 -301 2009 2017 -0.0077 -0.262 0.2466 -301 2009 2018 0.0015 -0.2625 0.2655 -301 2009 2019 0.0085 -0.2602 0.2773 -301 2009 2020 0.0132 -0.2655 0.292 -301 2009 2021 0.0142 -0.2735 0.302 -301 2009 2022 0.007 -0.2863 0.3004 -301 2009 2023 -0.0032 -0.3121 0.3058 -301 2010 2011 0.0095 -0.1108 0.1298 -301 2010 2012 0.0175 -0.1458 0.1808 -301 2010 2013 -0.0033 -0.1904 0.1839 -301 2010 2014 -0.0101 -0.2167 0.1965 -301 2010 2015 -0.0103 -0.2327 0.2121 -301 2010 2016 -0.0157 -0.2473 0.216 -301 2010 2017 -0.0104 -0.2527 0.2319 -301 2010 2018 -0.0012 -0.2544 0.252 -301 2010 2019 0.0058 -0.2528 0.2644 -301 2010 2020 0.0105 -0.2588 0.2798 -301 2010 2021 0.0115 -0.2675 0.2905 -301 2010 2022 0.0043 -0.2806 0.2892 -301 2010 2023 -0.0059 -0.3069 0.2951 -301 2011 2012 0.008 -0.1129 0.1289 -301 2011 2013 -0.0128 -0.1724 0.1468 -301 2011 2014 -0.0196 -0.2056 0.1663 -301 2011 2015 -0.0198 -0.2258 0.1861 -301 2011 2016 -0.0252 -0.2436 0.1932 -301 2011 2017 -0.0199 -0.2506 0.2107 -301 2011 2018 -0.0108 -0.2537 0.2322 -301 2011 2019 -0.0037 -0.2531 0.2456 -301 2011 2020 0.001 -0.2597 0.2616 -301 2011 2021 0.002 -0.2691 0.273 -301 2011 2022 -0.0052 -0.283 0.2725 -301 2011 2023 -0.0154 -0.3099 0.279 -301 2012 2013 -0.0208 -0.1422 0.1007 -301 2012 2014 -0.0276 -0.1896 0.1344 -301 2012 2015 -0.0279 -0.2162 0.1605 -301 2012 2016 -0.0332 -0.2389 0.1724 -301 2012 2017 -0.028 -0.2484 0.1924 -301 2012 2018 -0.0188 -0.2528 0.2152 -301 2012 2019 -0.0118 -0.2537 0.2301 -301 2012 2020 -0.0071 -0.2612 0.247 -301 2012 2021 -0.0061 -0.2712 0.259 -301 2012 2022 -0.0133 -0.2862 0.2596 -301 2012 2023 -0.0235 -0.3142 0.2672 -301 2013 2014 -0.0068 -0.1269 0.1132 -301 2013 2015 -0.0071 -0.1681 0.1539 -301 2013 2016 -0.0124 -0.1977 0.1728 -301 2013 2017 -0.0072 -0.2123 0.198 -301 2013 2018 0.002 -0.2202 0.2242 -301 2013 2019 0.009 -0.2232 0.2412 -301 2013 2020 0.0138 -0.2323 0.2598 -301 2013 2021 0.0147 -0.2434 0.2729 -301 2013 2022 0.0076 -0.2586 0.2737 -301 2013 2023 -0.0026 -0.2866 0.2813 -301 2014 2015 -3e-04 -0.1205 0.12 -301 2014 2016 -0.0056 -0.1647 0.1535 -301 2014 2017 -4e-04 -0.1863 0.1856 -301 2014 2018 0.0088 -0.1984 0.216 -301 2014 2019 0.0158 -0.2044 0.2361 -301 2014 2020 0.0206 -0.2152 0.2563 -301 2014 2021 0.0216 -0.2276 0.2708 -301 2014 2022 0.0144 -0.2439 0.2726 -301 2014 2023 0.0042 -0.2726 0.2809 -301 2015 2016 -0.0054 -0.1252 0.1144 -301 2015 2017 -1e-04 -0.1607 0.1604 -301 2015 2018 0.009 -0.1791 0.1971 -301 2015 2019 0.016 -0.1895 0.2216 -301 2015 2020 0.0208 -0.2029 0.2445 -301 2015 2021 0.0218 -0.217 0.2605 -301 2015 2022 0.0146 -0.235 0.2641 -301 2015 2023 0.0044 -0.2652 0.2739 -301 2016 2017 0.0052 -0.1144 0.1249 -301 2016 2018 0.0144 -0.1461 0.1749 -301 2016 2019 0.0214 -0.1631 0.2059 -301 2016 2020 0.0262 -0.1805 0.2328 -301 2016 2021 0.0272 -0.1971 0.2514 -301 2016 2022 0.02 -0.2168 0.2567 -301 2016 2023 0.0098 -0.2485 0.268 -301 2017 2018 0.0091 -0.1106 0.1289 -301 2017 2019 0.0161 -0.1421 0.1744 -301 2017 2020 0.0209 -0.1658 0.2076 -301 2017 2021 0.0219 -0.1865 0.2302 -301 2017 2022 0.0147 -0.2093 0.2386 -301 2017 2023 0.0045 -0.2429 0.2519 -301 2018 2019 0.007 -0.1125 0.1265 -301 2018 2020 0.0117 -0.1498 0.1732 -301 2018 2021 0.0127 -0.1768 0.2022 -301 2018 2022 0.0055 -0.2042 0.2152 -301 2018 2023 -0.0047 -0.2408 0.2314 -301 2019 2020 0.0047 -0.1151 0.1245 -301 2019 2021 0.0057 -0.1552 0.1666 -301 2019 2022 -0.0015 -0.1892 0.1862 -301 2019 2023 -0.0117 -0.23 0.2066 -301 2020 2021 0.001 -0.1194 0.1214 -301 2020 2022 -0.0062 -0.1681 0.1556 -301 2020 2023 -0.0164 -0.2147 0.182 -301 2021 2022 -0.0072 -0.1286 0.1142 -301 2021 2023 -0.0173 -0.1877 0.153 -301 2022 2023 -0.0101 -0.1349 0.1147 -302 2007 2008 -0.0112 -0.2326 0.2101 -302 2007 2009 -0.2996 -0.5559 -0.0433 -302 2007 2010 -0.4446 -0.7318 -0.1574 -302 2007 2011 -0.3765 -0.6681 -0.085 -302 2007 2012 -0.3307 -0.6156 -0.0458 -302 2007 2013 -0.422 -0.7245 -0.1195 -302 2007 2014 -0.2652 -0.5613 0.0309 -302 2007 2015 -0.0953 -0.3776 0.187 -302 2007 2016 0.0505 -0.2166 0.3175 -302 2007 2017 0.0024 -0.28 0.2848 -302 2007 2018 -0.2232 -0.5013 0.055 -302 2007 2019 -0.3955 -0.6776 -0.1133 -302 2007 2020 -0.5334 -0.842 -0.2249 -302 2007 2021 -0.495 -0.7919 -0.1981 -302 2007 2022 -0.6454 -0.9556 -0.3353 -302 2007 2023 -0.7151 -1.0916 -0.3386 -302 2008 2009 -0.2884 -0.5119 -0.0649 -302 2008 2010 -0.4334 -0.7142 -0.1526 -302 2008 2011 -0.3653 -0.6504 -0.0802 -302 2008 2012 -0.3194 -0.6008 -0.038 -302 2008 2013 -0.4107 -0.7168 -0.1046 -302 2008 2014 -0.2539 -0.5492 0.0413 -302 2008 2015 -0.0841 -0.3647 0.1965 -302 2008 2016 0.0617 -0.2044 0.3278 -302 2008 2017 0.0136 -0.2632 0.2905 -302 2008 2018 -0.2119 -0.4885 0.0646 -302 2008 2019 -0.3842 -0.6706 -0.0978 -302 2008 2020 -0.5222 -0.8336 -0.2108 -302 2008 2021 -0.4837 -0.7808 -0.1867 -302 2008 2022 -0.6342 -0.9504 -0.318 -302 2008 2023 -0.7039 -1.0848 -0.3229 -302 2009 2010 -0.145 -0.3677 0.0776 -302 2009 2011 -0.0769 -0.3351 0.1812 -302 2009 2012 -0.0311 -0.2915 0.2294 -302 2009 2013 -0.1224 -0.4055 0.1608 -302 2009 2014 0.0344 -0.2466 0.3154 -302 2009 2015 0.2043 -0.0647 0.4732 -302 2009 2016 0.3501 0.0839 0.6163 -302 2009 2017 0.302 0.0245 0.5795 -302 2009 2018 0.0765 -0.1863 0.3392 -302 2009 2019 -0.0959 -0.3675 0.1758 -302 2009 2020 -0.2338 -0.5278 0.0601 -302 2009 2021 -0.1954 -0.479 0.0883 -302 2009 2022 -0.3458 -0.6459 -0.0457 -302 2009 2023 -0.4155 -0.7815 -0.0496 -302 2010 2011 0.0681 -0.1624 0.2986 -302 2010 2012 0.114 -0.1526 0.3806 -302 2010 2013 0.0226 -0.265 0.3103 -302 2010 2014 0.1794 -0.1156 0.4745 -302 2010 2015 0.3493 0.0584 0.6402 -302 2010 2016 0.4951 0.2041 0.786 -302 2010 2017 0.447 0.1433 0.7507 -302 2010 2018 0.2215 -0.0653 0.5082 -302 2010 2019 0.0491 -0.2396 0.3379 -302 2010 2020 -0.0888 -0.397 0.2193 -302 2010 2021 -0.0504 -0.3557 0.2549 -302 2010 2022 -0.2008 -0.514 0.1123 -302 2010 2023 -0.2705 -0.6457 0.1047 -302 2011 2012 0.0459 -0.1805 0.2722 -302 2011 2013 -0.0455 -0.3259 0.235 -302 2011 2014 0.1114 -0.1789 0.4016 -302 2011 2015 0.2812 -0.0051 0.5675 -302 2011 2016 0.427 0.1429 0.7111 -302 2011 2017 0.3789 0.0834 0.6745 -302 2011 2018 0.1534 -0.1325 0.4392 -302 2011 2019 -0.0189 -0.3116 0.2737 -302 2011 2020 -0.1569 -0.4709 0.1571 -302 2011 2021 -0.1184 -0.4242 0.1873 -302 2011 2022 -0.2689 -0.5886 0.0508 -302 2011 2023 -0.3386 -0.7206 0.0435 -302 2012 2013 -0.0913 -0.3229 0.1402 -302 2012 2014 0.0655 -0.1997 0.3307 -302 2012 2015 0.2353 -0.0302 0.5009 -302 2012 2016 0.3811 0.1132 0.6491 -302 2012 2017 0.333 0.0498 0.6163 -302 2012 2018 0.1075 -0.1637 0.3788 -302 2012 2019 -0.0648 -0.3457 0.2161 -302 2012 2020 -0.2028 -0.5078 0.1023 -302 2012 2021 -0.1643 -0.4569 0.1283 -302 2012 2022 -0.3148 -0.625 -0.0045 -302 2012 2023 -0.3844 -0.7606 -0.0083 -302 2013 2014 0.1568 -0.0758 0.3894 -302 2013 2015 0.3267 0.0557 0.5976 -302 2013 2016 0.4724 0.1861 0.7588 -302 2013 2017 0.4244 0.1191 0.7296 -302 2013 2018 0.1988 -0.0925 0.4902 -302 2013 2019 0.0265 -0.2677 0.3207 -302 2013 2020 -0.1115 -0.4266 0.2037 -302 2013 2021 -0.073 -0.3838 0.2377 -302 2013 2022 -0.2235 -0.5428 0.0959 -302 2013 2023 -0.2931 -0.6749 0.0886 -302 2014 2015 0.1699 -0.0569 0.3967 -302 2014 2016 0.3157 0.0497 0.5816 -302 2014 2017 0.2676 -0.021 0.5561 -302 2014 2018 0.042 -0.2415 0.3256 -302 2014 2019 -0.1303 -0.4214 0.1608 -302 2014 2020 -0.2683 -0.5811 0.0445 -302 2014 2021 -0.2298 -0.5354 0.0758 -302 2014 2022 -0.3803 -0.6992 -0.0613 -302 2014 2023 -0.4499 -0.8312 -0.0687 -302 2015 2016 0.1458 -0.0709 0.3626 -302 2015 2017 0.0977 -0.164 0.3595 -302 2015 2018 -0.1278 -0.3907 0.1351 -302 2015 2019 -0.3002 -0.5763 -0.024 -302 2015 2020 -0.4381 -0.7411 -0.1351 -302 2015 2021 -0.3997 -0.6893 -0.11 -302 2015 2022 -0.5501 -0.8587 -0.2415 -302 2015 2023 -0.6198 -0.9954 -0.2442 -302 2016 2017 -0.0481 -0.2627 0.1665 -302 2016 2018 -0.2736 -0.5192 -0.0281 -302 2016 2019 -0.4459 -0.71 -0.1819 -302 2016 2020 -0.5839 -0.8819 -0.286 -302 2016 2021 -0.5454 -0.827 -0.2639 -302 2016 2022 -0.6959 -0.9977 -0.3941 -302 2016 2023 -0.7656 -1.1379 -0.3932 -302 2017 2018 -0.2255 -0.4477 -0.0034 -302 2017 2019 -0.3979 -0.6647 -0.1311 -302 2017 2020 -0.5358 -0.8382 -0.2335 -302 2017 2021 -0.4974 -0.7881 -0.2067 -302 2017 2022 -0.6478 -0.9618 -0.3338 -302 2017 2023 -0.7175 -1.0975 -0.3375 -302 2018 2019 -0.1723 -0.3911 0.0464 -302 2018 2020 -0.3103 -0.5837 -0.0369 -302 2018 2021 -0.2718 -0.5418 -0.0018 -302 2018 2022 -0.4223 -0.7185 -0.1261 -302 2018 2023 -0.492 -0.8581 -0.1259 -302 2019 2020 -0.138 -0.3691 0.0931 -302 2019 2021 -0.0995 -0.3612 0.1622 -302 2019 2022 -0.25 -0.5389 0.039 -302 2019 2023 -0.3196 -0.6814 0.0421 -302 2020 2021 0.0385 -0.1983 0.2753 -302 2020 2022 -0.112 -0.4023 0.1783 -302 2020 2023 -0.1817 -0.5459 0.1826 -302 2021 2022 -0.1505 -0.3883 0.0874 -302 2021 2023 -0.2202 -0.5558 0.1154 -302 2022 2023 -0.0697 -0.3355 0.1962 -303 2007 2008 -0.0317 -0.2832 0.2197 -303 2007 2009 -0.0217 -0.3625 0.319 -303 2007 2010 -0.0292 -0.3889 0.3305 -303 2007 2011 0.0105 -0.3608 0.3818 -303 2007 2012 0.1369 -0.2244 0.4982 -303 2007 2013 0.132 -0.216 0.4799 -303 2007 2014 0.1751 -0.2067 0.5569 -303 2007 2015 0.0895 -0.2911 0.47 -303 2007 2016 0.0444 -0.311 0.3997 -303 2007 2017 0.0585 -0.2898 0.4068 -303 2007 2018 -0.0387 -0.4192 0.3419 -303 2007 2019 -0.1647 -0.5687 0.2393 -303 2007 2020 -0.1457 -0.5614 0.27 -303 2007 2021 -0.0584 -0.4585 0.3417 -303 2007 2022 0.0662 -0.3046 0.4371 -303 2007 2023 0.1724 -0.2448 0.5897 -303 2008 2009 0.01 -0.2479 0.268 -303 2008 2010 0.0025 -0.299 0.304 -303 2008 2011 0.0422 -0.2811 0.3655 -303 2008 2012 0.1687 -0.1547 0.492 -303 2008 2013 0.1637 -0.151 0.4784 -303 2008 2014 0.2068 -0.1459 0.5596 -303 2008 2015 0.1212 -0.2266 0.469 -303 2008 2016 0.0761 -0.244 0.3962 -303 2008 2017 0.0902 -0.2162 0.3966 -303 2008 2018 -0.007 -0.3517 0.3378 -303 2008 2019 -0.133 -0.5023 0.2363 -303 2008 2020 -0.114 -0.4944 0.2664 -303 2008 2021 -0.0267 -0.3948 0.3415 -303 2008 2022 0.0979 -0.2464 0.4422 -303 2008 2023 0.2041 -0.1883 0.5966 -303 2009 2010 -0.0074 -0.2673 0.2524 -303 2009 2011 0.0322 -0.2929 0.3573 -303 2009 2012 0.1587 -0.1921 0.5095 -303 2009 2013 0.1537 -0.1997 0.5071 -303 2009 2014 0.1968 -0.1949 0.5886 -303 2009 2015 0.1112 -0.2786 0.501 -303 2009 2016 0.0661 -0.3009 0.4331 -303 2009 2017 0.0802 -0.2813 0.4417 -303 2009 2018 -0.017 -0.4076 0.3737 -303 2009 2019 -0.143 -0.5494 0.2634 -303 2009 2020 -0.124 -0.5422 0.2943 -303 2009 2021 -0.0367 -0.4448 0.3715 -303 2009 2022 0.0879 -0.3002 0.4761 -303 2009 2023 0.1942 -0.2406 0.6289 -303 2010 2011 0.0397 -0.2171 0.2964 -303 2010 2012 0.1663 -0.1597 0.4922 -303 2010 2013 0.1613 -0.1762 0.4987 -303 2010 2014 0.2044 -0.1799 0.5887 -303 2010 2015 0.1187 -0.262 0.4994 -303 2010 2016 0.0736 -0.2855 0.4327 -303 2010 2017 0.0877 -0.2753 0.4508 -303 2010 2018 -0.0095 -0.3938 0.3748 -303 2010 2019 -0.1355 -0.5263 0.2553 -303 2010 2020 -0.1165 -0.5216 0.2887 -303 2010 2021 -0.0292 -0.4266 0.3682 -303 2010 2022 0.0954 -0.2866 0.4775 -303 2010 2023 0.2017 -0.2356 0.6389 -303 2011 2012 0.1265 -0.139 0.3921 -303 2011 2013 0.1216 -0.1897 0.4328 -303 2011 2014 0.1647 -0.1989 0.5283 -303 2011 2015 0.079 -0.2905 0.4485 -303 2011 2016 0.0339 -0.3208 0.3886 -303 2011 2017 0.048 -0.3094 0.4055 -303 2011 2018 -0.0492 -0.4304 0.3321 -303 2011 2019 -0.1752 -0.5712 0.2208 -303 2011 2020 -0.1562 -0.5648 0.2524 -303 2011 2021 -0.0689 -0.4647 0.3269 -303 2011 2022 0.0558 -0.321 0.4325 -303 2011 2023 0.162 -0.2662 0.5902 -303 2012 2013 -0.0049 -0.2477 0.2378 -303 2012 2014 0.0382 -0.2715 0.3479 -303 2012 2015 -0.0474 -0.3844 0.2895 -303 2012 2016 -0.0926 -0.4259 0.2407 -303 2012 2017 -0.0784 -0.4073 0.2505 -303 2012 2018 -0.1756 -0.5462 0.1949 -303 2012 2019 -0.3018 -0.7225 0.1189 -303 2012 2020 -0.2828 -0.7123 0.1468 -303 2012 2021 -0.1954 -0.5949 0.2042 -303 2012 2022 -0.0707 -0.43 0.2886 -303 2012 2023 0.0355 -0.3604 0.4315 -303 2013 2014 0.0431 -0.2057 0.2918 -303 2013 2015 -0.0425 -0.3401 0.2551 -303 2013 2016 -0.0876 -0.3879 0.2127 -303 2013 2017 -0.0735 -0.3848 0.2379 -303 2013 2018 -0.1707 -0.5193 0.178 -303 2013 2019 -0.2968 -0.6856 0.092 -303 2013 2020 -0.2778 -0.679 0.1235 -303 2013 2021 -0.1904 -0.5661 0.1853 -303 2013 2022 -0.0657 -0.4027 0.2713 -303 2013 2023 0.0405 -0.3457 0.4266 -303 2014 2015 -0.0856 -0.3469 0.1756 -303 2014 2016 -0.1308 -0.4398 0.1783 -303 2014 2017 -0.1166 -0.444 0.2108 -303 2014 2018 -0.2139 -0.5878 0.16 -303 2014 2019 -0.3401 -0.7668 0.0866 -303 2014 2020 -0.321 -0.7578 0.1157 -303 2014 2021 -0.2336 -0.641 0.1739 -303 2014 2022 -0.1088 -0.4751 0.2575 -303 2014 2023 -0.0026 -0.405 0.3997 -303 2015 2016 -0.0451 -0.2955 0.2053 -303 2015 2017 -0.031 -0.3396 0.2775 -303 2015 2018 -0.1282 -0.4779 0.2214 -303 2015 2019 -0.2543 -0.6396 0.1309 -303 2015 2020 -0.2353 -0.6367 0.1661 -303 2015 2021 -0.1479 -0.5321 0.2362 -303 2015 2022 -0.0232 -0.3835 0.337 -303 2015 2023 0.083 -0.3283 0.4943 -303 2016 2017 0.0141 -0.2304 0.2586 -303 2016 2018 -0.0831 -0.3912 0.2249 -303 2016 2019 -0.2092 -0.5528 0.1344 -303 2016 2020 -0.1902 -0.5573 0.177 -303 2016 2021 -0.1028 -0.4601 0.2545 -303 2016 2022 0.0219 -0.3132 0.3569 -303 2016 2023 0.1281 -0.2657 0.5219 -303 2017 2018 -0.0973 -0.3521 0.1576 -303 2017 2019 -0.2235 -0.5609 0.1138 -303 2017 2020 -0.2044 -0.5699 0.1611 -303 2017 2021 -0.117 -0.4717 0.2378 -303 2017 2022 0.0077 -0.3215 0.337 -303 2017 2023 0.1139 -0.2616 0.4895 -303 2018 2019 -0.1262 -0.3929 0.1406 -303 2018 2020 -0.1071 -0.4367 0.2226 -303 2018 2021 -0.0197 -0.3617 0.3222 -303 2018 2022 0.1049 -0.234 0.4438 -303 2018 2023 0.2112 -0.191 0.6134 -303 2019 2020 0.019 -0.2336 0.2715 -303 2019 2021 0.1063 -0.203 0.4156 -303 2019 2022 0.2311 -0.1094 0.5715 -303 2019 2023 0.3375 -0.0938 0.7687 -303 2020 2021 0.0873 -0.1703 0.3449 -303 2020 2022 0.2121 -0.111 0.5353 -303 2020 2023 0.3185 -0.095 0.732 -303 2021 2022 0.1248 -0.1273 0.3768 -303 2021 2023 0.2312 -0.1289 0.5912 -303 2022 2023 0.1063 -0.16 0.3726 -304 2007 2008 -0.0071 -0.0917 0.0775 -304 2007 2009 -0.0078 -0.1242 0.1086 -304 2007 2010 -0.0128 -0.151 0.1255 -304 2007 2011 -0.0122 -0.1671 0.1428 -304 2007 2012 -0.0089 -0.1769 0.1592 -304 2007 2013 -0.0016 -0.1798 0.1765 -304 2007 2014 0.0051 -0.1809 0.1911 -304 2007 2015 0.009 -0.1849 0.2029 -304 2007 2016 -7e-04 -0.201 0.1996 -304 2007 2017 -0.0088 -0.2141 0.1966 -304 2007 2018 -0.017 -0.2291 0.1951 -304 2007 2019 -0.0215 -0.2408 0.1978 -304 2007 2020 -0.0204 -0.2457 0.2049 -304 2007 2021 -0.0181 -0.2491 0.213 -304 2007 2022 -0.0122 -0.2512 0.2268 -304 2007 2023 -0.0099 -0.2577 0.2379 -304 2008 2009 -7e-04 -0.0829 0.0814 -304 2008 2010 -0.0057 -0.1175 0.1062 -304 2008 2011 -0.005 -0.1376 0.1275 -304 2008 2012 -0.0017 -0.1501 0.1467 -304 2008 2013 0.0055 -0.1551 0.1661 -304 2008 2014 0.0122 -0.1578 0.1822 -304 2008 2015 0.0161 -0.163 0.1953 -304 2008 2016 0.0064 -0.1793 0.1922 -304 2008 2017 -0.0016 -0.1925 0.1893 -304 2008 2018 -0.0099 -0.2077 0.188 -304 2008 2019 -0.0144 -0.2198 0.1911 -304 2008 2020 -0.0132 -0.2253 0.1988 -304 2008 2021 -0.0109 -0.2293 0.2074 -304 2008 2022 -0.0051 -0.2321 0.222 -304 2008 2023 -0.0028 -0.2392 0.2337 -304 2009 2010 -0.0049 -0.0871 0.0773 -304 2009 2011 -0.0043 -0.1163 0.1077 -304 2009 2012 -0.001 -0.1334 0.1314 -304 2009 2013 0.0062 -0.1414 0.1538 -304 2009 2014 0.0129 -0.1462 0.172 -304 2009 2015 0.0169 -0.1529 0.1866 -304 2009 2016 0.0072 -0.1701 0.1844 -304 2009 2017 -9e-04 -0.1841 0.1823 -304 2009 2018 -0.0091 -0.1998 0.1815 -304 2009 2019 -0.0136 -0.2124 0.1851 -304 2009 2020 -0.0125 -0.2183 0.1933 -304 2009 2021 -0.0102 -0.2226 0.2022 -304 2009 2022 -0.0043 -0.2258 0.2172 -304 2009 2023 -0.002 -0.2332 0.2291 -304 2010 2011 6e-04 -0.0814 0.0826 -304 2010 2012 0.0039 -0.1077 0.1155 -304 2010 2013 0.0111 -0.1208 0.1431 -304 2010 2014 0.0179 -0.129 0.1647 -304 2010 2015 0.0218 -0.138 0.1816 -304 2010 2016 0.0121 -0.1562 0.1804 -304 2010 2017 0.0041 -0.171 0.1791 -304 2010 2018 -0.0042 -0.1872 0.1788 -304 2010 2019 -0.0087 -0.2002 0.1829 -304 2010 2020 -0.0076 -0.2067 0.1916 -304 2010 2021 -0.0052 -0.2116 0.2011 -304 2010 2022 6e-04 -0.2154 0.2166 -304 2010 2023 0.0029 -0.2232 0.229 -304 2011 2012 0.0033 -0.0789 0.0855 -304 2011 2013 0.0105 -0.1016 0.1226 -304 2011 2014 0.0172 -0.115 0.1495 -304 2011 2015 0.0211 -0.1271 0.1694 -304 2011 2016 0.0115 -0.1474 0.1703 -304 2011 2017 0.0034 -0.1637 0.1706 -304 2011 2018 -0.0048 -0.1809 0.1713 -304 2011 2019 -0.0093 -0.1946 0.1761 -304 2011 2020 -0.0082 -0.2016 0.1853 -304 2011 2021 -0.0059 -0.2069 0.1952 -304 2011 2022 0 -0.2111 0.2111 -304 2011 2023 0.0023 -0.2192 0.2238 -304 2012 2013 0.0072 -0.0752 0.0896 -304 2012 2014 0.0139 -0.0981 0.126 -304 2012 2015 0.0178 -0.1151 0.1507 -304 2012 2016 0.0082 -0.1385 0.1548 -304 2012 2017 1e-04 -0.1571 0.1573 -304 2012 2018 -0.0081 -0.1758 0.1596 -304 2012 2019 -0.0126 -0.1906 0.1654 -304 2012 2020 -0.0115 -0.1982 0.1752 -304 2012 2021 -0.0092 -0.2041 0.1857 -304 2012 2022 -0.0033 -0.2086 0.202 -304 2012 2023 -0.001 -0.2171 0.215 -304 2013 2014 0.0067 -0.0756 0.0889 -304 2013 2015 0.0106 -0.1016 0.1228 -304 2013 2016 9e-04 -0.1303 0.1322 -304 2013 2017 -0.0071 -0.1523 0.1381 -304 2013 2018 -0.0153 -0.1734 0.1427 -304 2013 2019 -0.0198 -0.1896 0.15 -304 2013 2020 -0.0187 -0.198 0.1605 -304 2013 2021 -0.0164 -0.2044 0.1716 -304 2013 2022 -0.0106 -0.2093 0.1881 -304 2013 2023 -0.0083 -0.2181 0.2015 -304 2014 2015 0.0039 -0.0779 0.0856 -304 2014 2016 -0.0058 -0.1162 0.1046 -304 2014 2017 -0.0138 -0.1433 0.1157 -304 2014 2018 -0.022 -0.1676 0.1235 -304 2014 2019 -0.0265 -0.1858 0.1327 -304 2014 2020 -0.0255 -0.1952 0.1443 -304 2014 2021 -0.0231 -0.2025 0.1562 -304 2014 2022 -0.0173 -0.2078 0.1732 -304 2014 2023 -0.015 -0.2171 0.1871 -304 2015 2016 -0.0097 -0.0917 0.0724 -304 2015 2017 -0.0177 -0.1289 0.0935 -304 2015 2018 -0.0259 -0.1583 0.1065 -304 2015 2019 -0.0304 -0.1795 0.1187 -304 2015 2020 -0.0293 -0.1907 0.132 -304 2015 2021 -0.0271 -0.1991 0.145 -304 2015 2022 -0.0212 -0.2051 0.1627 -304 2015 2023 -0.0189 -0.2151 0.1773 -304 2016 2017 -0.008 -0.09 0.0739 -304 2016 2018 -0.0162 -0.1284 0.0959 -304 2016 2019 -0.0207 -0.1541 0.1126 -304 2016 2020 -0.0196 -0.1683 0.129 -304 2016 2021 -0.0174 -0.1789 0.1442 -304 2016 2022 -0.0115 -0.1866 0.1636 -304 2016 2023 -0.0092 -0.1977 0.1793 -304 2017 2018 -0.0082 -0.0902 0.0738 -304 2017 2019 -0.0127 -0.1246 0.0992 -304 2017 2020 -0.0116 -0.1435 0.1203 -304 2017 2021 -0.0093 -0.1571 0.1385 -304 2017 2022 -0.0035 -0.167 0.1601 -304 2017 2023 -0.0012 -0.1796 0.1773 -304 2018 2019 -0.0045 -0.0865 0.0776 -304 2018 2020 -0.0034 -0.1149 0.1081 -304 2018 2021 -0.0011 -0.1334 0.1312 -304 2018 2022 0.0048 -0.1465 0.156 -304 2018 2023 0.007 -0.1611 0.1752 -304 2019 2020 0.0011 -0.0811 0.0833 -304 2019 2021 0.0034 -0.109 0.1158 -304 2019 2022 0.0092 -0.1268 0.1452 -304 2019 2023 0.0115 -0.1441 0.1671 -304 2020 2021 0.0023 -0.0803 0.0848 -304 2020 2022 0.0081 -0.1067 0.1229 -304 2020 2023 0.0104 -0.1283 0.1491 -304 2021 2022 0.0058 -0.0777 0.0893 -304 2021 2023 0.0081 -0.1078 0.124 -304 2022 2023 0.0023 -0.0815 0.0861 -305 2007 2010 0.1321 -0.1304 0.3945 -305 2007 2013 0.0948 -0.2005 0.3902 -305 2007 2016 -0.0437 -0.3379 0.2504 -305 2007 2019 -0.0118 -0.3193 0.2957 -305 2007 2022 -0.0287 -0.3744 0.317 -305 2010 2013 -0.037 -0.2557 0.1816 -305 2010 2016 -0.1776 -0.4725 0.1173 -305 2010 2019 -0.1435 -0.4289 0.142 -305 2010 2022 -0.1603 -0.4928 0.1721 -305 2013 2016 -0.1423 -0.3903 0.1057 -305 2013 2019 -0.1068 -0.3699 0.1564 -305 2013 2022 -0.124 -0.441 0.1931 -305 2016 2019 0.0318 -0.194 0.2575 -305 2016 2022 0.015 -0.2785 0.3086 -305 2019 2022 -0.0171 -0.2559 0.2217 -306 2007 2010 -0.1592 -0.1951 -0.1233 -306 2007 2013 -0.109 -0.1452 -0.0729 -306 2007 2016 -0.0324 -0.0666 0.0017 -306 2007 2019 -0.2039 -0.2401 -0.1676 -306 2007 2022 -0.2301 -0.2738 -0.1864 -306 2010 2013 0.0502 0.0118 0.0885 -306 2010 2016 0.1268 0.0894 0.1641 -306 2010 2019 -0.0447 -0.0837 -0.0057 -306 2010 2022 -0.0709 -0.1169 -0.025 -306 2013 2016 0.0766 0.0404 0.1128 -306 2013 2019 -0.0949 -0.1333 -0.0564 -306 2013 2022 -0.1211 -0.1666 -0.0756 -306 2016 2019 -0.1715 -0.2068 -0.1362 -306 2016 2022 -0.1977 -0.241 -0.1544 -306 2019 2022 -0.0262 -0.0696 0.0171 -307 2007 2010 0.0813 -0.0978 0.2604 -307 2007 2013 0.1126 -0.1053 0.3306 -307 2007 2016 0.1888 -0.0676 0.4451 -307 2007 2019 0.2286 -0.0564 0.5137 -307 2007 2022 0.2652 -0.0701 0.6005 -307 2010 2013 0.0314 -0.1354 0.1981 -307 2010 2016 0.1074 -0.0944 0.3092 -307 2010 2019 0.1473 -0.0841 0.3787 -307 2010 2022 0.1838 -0.0981 0.4657 -307 2013 2016 0.0761 -0.0931 0.2452 -307 2013 2019 0.116 -0.0971 0.3292 -307 2013 2022 0.1525 -0.1162 0.4213 -307 2016 2019 0.0399 -0.1233 0.2031 -307 2016 2022 0.0763 -0.1529 0.3055 -307 2019 2022 0.0364 -0.1457 0.2185 -308 2007 2008 -0.0035 -0.1818 0.1747 -308 2007 2009 -0.0652 -0.2734 0.143 -308 2007 2010 -0.15 -0.3528 0.0529 -308 2007 2011 0.0267 -0.1944 0.2478 -308 2007 2012 -0.2231 -0.4499 0.0036 -308 2007 2013 -0.3641 -0.5793 -0.1489 -308 2007 2014 -0.4988 -0.7344 -0.2632 -308 2007 2015 -0.5182 -0.7524 -0.284 -308 2007 2016 -0.5345 -0.7583 -0.3107 -308 2007 2017 -0.4904 -0.7254 -0.2555 -308 2007 2018 -0.4991 -0.7277 -0.2705 -308 2007 2019 -0.4569 -0.6753 -0.2386 -308 2007 2020 -0.4829 -0.7143 -0.2515 -308 2007 2021 -0.5276 -0.7586 -0.2965 -308 2007 2022 -0.767 -1.0257 -0.5083 -308 2007 2023 -0.9069 -1.2089 -0.6049 -308 2008 2009 -0.0616 -0.2533 0.1301 -308 2008 2010 -0.1464 -0.3563 0.0634 -308 2008 2011 0.0303 -0.1902 0.2507 -308 2008 2012 -0.2196 -0.4541 0.0149 -308 2008 2013 -0.3606 -0.5867 -0.1345 -308 2008 2014 -0.4952 -0.74 -0.2505 -308 2008 2015 -0.5146 -0.7586 -0.2706 -308 2008 2016 -0.531 -0.7663 -0.2956 -308 2008 2017 -0.4869 -0.7288 -0.245 -308 2008 2018 -0.4956 -0.7321 -0.259 -308 2008 2019 -0.4534 -0.6796 -0.2272 -308 2008 2020 -0.4794 -0.7168 -0.2419 -308 2008 2021 -0.524 -0.7605 -0.2875 -308 2008 2022 -0.7635 -1.032 -0.495 -308 2008 2023 -0.9034 -1.2143 -0.5925 -308 2009 2010 -0.0848 -0.2796 0.11 -308 2009 2011 0.0919 -0.1414 0.3253 -308 2009 2012 -0.158 -0.3987 0.0827 -308 2009 2013 -0.2989 -0.533 -0.0649 -308 2009 2014 -0.4336 -0.6858 -0.1815 -308 2009 2015 -0.453 -0.7042 -0.2018 -308 2009 2016 -0.4693 -0.7123 -0.2264 -308 2009 2017 -0.4253 -0.6772 -0.1734 -308 2009 2018 -0.4339 -0.6775 -0.1904 -308 2009 2019 -0.3918 -0.6295 -0.154 -308 2009 2020 -0.4177 -0.6669 -0.1685 -308 2009 2021 -0.4624 -0.7092 -0.2155 -308 2009 2022 -0.7019 -0.9748 -0.4289 -308 2009 2023 -0.8418 -1.1555 -0.5281 -308 2010 2011 0.1768 -0.0437 0.3972 -308 2010 2012 -0.0732 -0.2992 0.1529 -308 2010 2013 -0.2141 -0.4327 0.0044 -308 2010 2014 -0.3488 -0.5847 -0.1129 -308 2010 2015 -0.3682 -0.6074 -0.129 -308 2010 2016 -0.3845 -0.6139 -0.1552 -308 2010 2017 -0.3405 -0.585 -0.0959 -308 2010 2018 -0.3491 -0.5854 -0.1129 -308 2010 2019 -0.307 -0.5378 -0.0761 -308 2010 2020 -0.3329 -0.5769 -0.0889 -308 2010 2021 -0.3776 -0.6229 -0.1323 -308 2010 2022 -0.6171 -0.8728 -0.3613 -308 2010 2023 -0.757 -1.0511 -0.4628 -308 2011 2012 -0.2499 -0.4688 -0.031 -308 2011 2013 -0.3908 -0.629 -0.1527 -308 2011 2014 -0.5255 -0.793 -0.258 -308 2011 2015 -0.5449 -0.8098 -0.2799 -308 2011 2016 -0.5612 -0.8197 -0.3027 -308 2011 2017 -0.5172 -0.7734 -0.261 -308 2011 2018 -0.5258 -0.7812 -0.2705 -308 2011 2019 -0.4836 -0.7227 -0.2446 -308 2011 2020 -0.5096 -0.7573 -0.2619 -308 2011 2021 -0.5543 -0.7962 -0.3123 -308 2011 2022 -0.7937 -1.0902 -0.4973 -308 2011 2023 -0.9336 -1.2784 -0.5888 -308 2012 2013 -0.141 -0.3436 0.0617 -308 2012 2014 -0.2757 -0.5202 -0.0311 -308 2012 2015 -0.295 -0.5466 -0.0434 -308 2012 2016 -0.3114 -0.5596 -0.0631 -308 2012 2017 -0.2673 -0.5264 -0.0081 -308 2012 2018 -0.276 -0.528 -0.0239 -308 2012 2019 -0.2338 -0.481 0.0134 -308 2012 2020 -0.2597 -0.5175 -0.002 -308 2012 2021 -0.3044 -0.5614 -0.0474 -308 2012 2022 -0.5439 -0.8223 -0.2654 -308 2012 2023 -0.6838 -1.0009 -0.3667 -308 2013 2014 -0.1347 -0.3391 0.0698 -308 2013 2015 -0.1541 -0.3858 0.0777 -308 2013 2016 -0.1704 -0.4016 0.0608 -308 2013 2017 -0.1263 -0.3734 0.1208 -308 2013 2018 -0.135 -0.3768 0.1068 -308 2013 2019 -0.0928 -0.3282 0.1426 -308 2013 2020 -0.1188 -0.366 0.1284 -308 2013 2021 -0.1634 -0.4124 0.0855 -308 2013 2022 -0.4029 -0.6679 -0.1379 -308 2013 2023 -0.5429 -0.8469 -0.2388 -308 2014 2015 -0.0194 -0.2301 0.1914 -308 2014 2016 -0.0357 -0.2716 0.2001 -308 2014 2017 0.0084 -0.2496 0.2663 -308 2014 2018 -3e-04 -0.2563 0.2556 -308 2014 2019 0.0419 -0.2127 0.2964 -308 2014 2020 0.0159 -0.2482 0.28 -308 2014 2021 -0.0288 -0.2971 0.2396 -308 2014 2022 -0.2682 -0.5416 0.0051 -308 2014 2023 -0.4082 -0.7143 -0.1021 -308 2015 2016 -0.0163 -0.223 0.1903 -308 2015 2017 0.0277 -0.2202 0.2757 -308 2015 2018 0.0191 -0.2322 0.2703 -308 2015 2019 0.0612 -0.1892 0.3117 -308 2015 2020 0.0353 -0.227 0.2976 -308 2015 2021 -0.0094 -0.2728 0.254 -308 2015 2022 -0.2489 -0.5243 0.0266 -308 2015 2023 -0.3888 -0.7003 -0.0773 -308 2016 2017 0.0441 -0.1653 0.2535 -308 2016 2018 0.0354 -0.198 0.2688 -308 2016 2019 0.0776 -0.1604 0.3156 -308 2016 2020 0.0516 -0.2019 0.3052 -308 2016 2021 0.007 -0.249 0.2629 -308 2016 2022 -0.2325 -0.5005 0.0355 -308 2016 2023 -0.3725 -0.6781 -0.0668 -308 2017 2018 -0.0087 -0.2189 0.2015 -308 2017 2019 0.0335 -0.2026 0.2697 -308 2017 2020 0.0076 -0.2465 0.2616 -308 2017 2021 -0.0371 -0.2947 0.2205 -308 2017 2022 -0.2766 -0.5578 0.0046 -308 2017 2023 -0.4165 -0.7372 -0.0959 -308 2018 2019 0.0422 -0.162 0.2464 -308 2018 2020 0.0162 -0.2261 0.2586 -308 2018 2021 -0.0284 -0.2778 0.2209 -308 2018 2022 -0.2679 -0.5406 0.0047 -308 2018 2023 -0.4079 -0.7213 -0.0944 -308 2019 2020 -0.026 -0.2292 0.1773 -308 2019 2021 -0.0706 -0.2997 0.1585 -308 2019 2022 -0.3101 -0.5747 -0.0455 -308 2019 2023 -0.45 -0.7629 -0.1371 -308 2020 2021 -0.0446 -0.2515 0.1622 -308 2020 2022 -0.2842 -0.5476 -0.0208 -308 2020 2023 -0.4241 -0.7383 -0.1099 -308 2021 2022 -0.2395 -0.4728 -0.0063 -308 2021 2023 -0.3795 -0.6846 -0.0743 -308 2022 2023 -0.14 -0.3772 0.0972 -309 2007 2008 -0.0685 -0.3396 0.2026 -309 2007 2009 -0.128 -0.4534 0.1973 -309 2007 2010 -0.1621 -0.4742 0.15 -309 2007 2011 -0.2801 -0.6378 0.0776 -309 2007 2012 -0.3048 -0.6909 0.0814 -309 2007 2013 -0.1619 -0.5169 0.1931 -309 2007 2014 -0.1742 -0.5556 0.2072 -309 2007 2015 -0.181 -0.5406 0.1786 -309 2007 2016 -0.149 -0.492 0.194 -309 2007 2017 0.0379 -0.3283 0.4041 -309 2007 2018 0.052 -0.3175 0.4215 -309 2007 2019 -0.008 -0.3484 0.3325 -309 2007 2020 -0.046 -0.3984 0.3063 -309 2007 2021 -0.2132 -0.6018 0.1753 -309 2007 2022 -0.2814 -0.6779 0.1151 -309 2007 2023 -0.2743 -0.6973 0.1487 -309 2008 2009 -0.0595 -0.3313 0.2122 -309 2008 2010 -0.0936 -0.3967 0.2095 -309 2008 2011 -0.2116 -0.5575 0.1343 -309 2008 2012 -0.2363 -0.6183 0.1458 -309 2008 2013 -0.0934 -0.4521 0.2653 -309 2008 2014 -0.1057 -0.4874 0.2759 -309 2008 2015 -0.1125 -0.4697 0.2446 -309 2008 2016 -0.0805 -0.4299 0.2688 -309 2008 2017 0.1064 -0.2644 0.4772 -309 2008 2018 0.1205 -0.2529 0.4938 -309 2008 2019 0.0605 -0.2882 0.4092 -309 2008 2020 0.0225 -0.3313 0.3763 -309 2008 2021 -0.1448 -0.5339 0.2444 -309 2008 2022 -0.2129 -0.609 0.1832 -309 2008 2023 -0.2058 -0.627 0.2153 -309 2009 2010 -0.0341 -0.3014 0.2332 -309 2009 2011 -0.1521 -0.4904 0.1863 -309 2009 2012 -0.1768 -0.554 0.2004 -309 2009 2013 -0.0338 -0.392 0.3243 -309 2009 2014 -0.0462 -0.4284 0.3361 -309 2009 2015 -0.053 -0.4099 0.3039 -309 2009 2016 -0.021 -0.3737 0.3317 -309 2009 2017 0.166 -0.21 0.5419 -309 2009 2018 0.18 -0.1986 0.5586 -309 2009 2019 0.1201 -0.2359 0.4761 -309 2009 2020 0.082 -0.2808 0.4448 -309 2009 2021 -0.0852 -0.4801 0.3096 -309 2009 2022 -0.1534 -0.5543 0.2475 -309 2009 2023 -0.1463 -0.5738 0.2812 -309 2010 2011 -0.118 -0.3813 0.1453 -309 2010 2012 -0.1427 -0.4696 0.1842 -309 2010 2013 2e-04 -0.3099 0.3104 -309 2010 2014 -0.0121 -0.3577 0.3334 -309 2010 2015 -0.0189 -0.3405 0.3026 -309 2010 2016 0.0131 -0.2978 0.324 -309 2010 2017 0.2 -0.1385 0.5386 -309 2010 2018 0.2141 -0.1304 0.5585 -309 2010 2019 0.1541 -0.161 0.4693 -309 2010 2020 0.1161 -0.2071 0.4393 -309 2010 2021 -0.0512 -0.4112 0.3089 -309 2010 2022 -0.1193 -0.4842 0.2456 -309 2010 2023 -0.1122 -0.5071 0.2827 -309 2011 2012 -0.0247 -0.3045 0.2551 -309 2011 2013 0.1182 -0.2003 0.4368 -309 2011 2014 0.1059 -0.2577 0.4694 -309 2011 2015 0.0991 -0.2502 0.4484 -309 2011 2016 0.1311 -0.2103 0.4724 -309 2011 2017 0.318 -0.0479 0.6839 -309 2011 2018 0.332 -0.0443 0.7084 -309 2011 2019 0.2721 -0.0793 0.6236 -309 2011 2020 0.234 -0.1214 0.5895 -309 2011 2021 0.0668 -0.3176 0.4513 -309 2011 2022 -0.0013 -0.3901 0.3874 -309 2011 2023 0.0058 -0.4081 0.4196 -309 2012 2013 0.1429 -0.1396 0.4255 -309 2012 2014 0.1306 -0.2293 0.4905 -309 2012 2015 0.1238 -0.2413 0.4888 -309 2012 2016 0.1558 -0.2078 0.5193 -309 2012 2017 0.3427 -0.0503 0.7357 -309 2012 2018 0.3567 -0.0436 0.7571 -309 2012 2019 0.2968 -0.0796 0.6733 -309 2012 2020 0.2587 -0.1232 0.6407 -309 2012 2021 0.0915 -0.3167 0.4998 -309 2012 2022 0.0233 -0.3912 0.4379 -309 2012 2023 0.0304 -0.4096 0.4705 -309 2013 2014 -0.0124 -0.2878 0.2631 -309 2013 2015 -0.0192 -0.332 0.2937 -309 2013 2016 0.0129 -0.3066 0.3323 -309 2013 2017 0.1998 -0.1502 0.5498 -309 2013 2018 0.2139 -0.1427 0.5704 -309 2013 2019 0.1539 -0.1798 0.4876 -309 2013 2020 0.1159 -0.2288 0.4605 -309 2013 2021 -0.0514 -0.4339 0.3311 -309 2013 2022 -0.1196 -0.5106 0.2715 -309 2013 2023 -0.1125 -0.5298 0.3049 -309 2014 2015 -0.0068 -0.281 0.2674 -309 2014 2016 0.0252 -0.2994 0.3498 -309 2014 2017 0.2122 -0.1481 0.5725 -309 2014 2018 0.2262 -0.1411 0.5935 -309 2014 2019 0.1663 -0.1863 0.5189 -309 2014 2020 0.1282 -0.2295 0.4859 -309 2014 2021 -0.039 -0.4336 0.3555 -309 2014 2022 -0.1072 -0.5102 0.2957 -309 2014 2023 -0.1001 -0.5281 0.3279 -309 2015 2016 0.032 -0.2285 0.2925 -309 2015 2017 0.219 -0.1048 0.5428 -309 2015 2018 0.233 -0.1036 0.5696 -309 2015 2019 0.1731 -0.1522 0.4984 -309 2015 2020 0.135 -0.1937 0.4637 -309 2015 2021 -0.0322 -0.4007 0.3363 -309 2015 2022 -0.1004 -0.4782 0.2774 -309 2015 2023 -0.0933 -0.4998 0.3132 -309 2016 2017 0.187 -0.0791 0.4531 -309 2016 2018 0.201 -0.1095 0.5115 -309 2016 2019 0.1411 -0.1603 0.4424 -309 2016 2020 0.103 -0.2056 0.4116 -309 2016 2021 -0.0642 -0.4171 0.2886 -309 2016 2022 -0.1324 -0.493 0.2282 -309 2016 2023 -0.1253 -0.5167 0.2661 -309 2017 2018 0.014 -0.2515 0.2796 -309 2017 2019 -0.0459 -0.3462 0.2544 -309 2017 2020 -0.084 -0.3943 0.2264 -309 2017 2021 -0.2512 -0.6143 0.112 -309 2017 2022 -0.3193 -0.6951 0.0565 -309 2017 2023 -0.3122 -0.7125 0.088 -309 2018 2019 -0.06 -0.3203 0.2004 -309 2018 2020 -0.098 -0.4018 0.2058 -309 2018 2021 -0.2652 -0.6189 0.0884 -309 2018 2022 -0.3334 -0.7029 0.0361 -309 2018 2023 -0.3263 -0.7263 0.0737 -309 2019 2020 -0.0381 -0.2849 0.2088 -309 2019 2021 -0.2053 -0.5199 0.1093 -309 2019 2022 -0.2735 -0.5987 0.0517 -309 2019 2023 -0.2664 -0.6317 0.099 -309 2020 2021 -0.1673 -0.4333 0.0988 -309 2020 2022 -0.2354 -0.544 0.0732 -309 2020 2023 -0.2283 -0.5728 0.1162 -309 2021 2022 -0.0682 -0.3416 0.2052 -309 2021 2023 -0.0611 -0.4109 0.2887 -309 2022 2023 0.0071 -0.2785 0.2927 -310 2007 2010 -0.0996 -0.247 0.0478 -310 2007 2013 -0.4349 -0.606 -0.2638 -310 2007 2016 -0.5009 -0.6731 -0.3287 -310 2007 2019 -0.4598 -0.6282 -0.2913 -310 2007 2022 -0.8529 -1.1003 -0.6055 -310 2010 2013 -0.3353 -0.5062 -0.1643 -310 2010 2016 -0.4013 -0.58 -0.2226 -310 2010 2019 -0.3601 -0.5333 -0.187 -310 2010 2022 -0.7533 -1.0067 -0.4999 -310 2013 2016 -0.066 -0.2416 0.1096 -310 2013 2019 -0.0249 -0.2141 0.1644 -310 2013 2022 -0.4181 -0.6597 -0.1764 -310 2016 2019 0.0412 -0.1384 0.2207 -310 2016 2022 -0.352 -0.5982 -0.1059 -310 2019 2022 -0.3932 -0.637 -0.1494 -311 2007 2010 -0.2115 -0.4641 0.0411 -311 2007 2013 -0.6565 -1.0099 -0.3032 -311 2007 2016 -0.6711 -0.998 -0.3442 -311 2007 2019 -0.8337 -1.2494 -0.4179 -311 2007 2022 -0.81 -1.2588 -0.3612 -311 2010 2013 -0.4451 -0.7623 -0.1279 -311 2010 2016 -0.4596 -0.7791 -0.1401 -311 2010 2019 -0.6222 -1.0326 -0.2118 -311 2010 2022 -0.5985 -1.0452 -0.1519 -311 2013 2016 -0.0145 -0.3147 0.2856 -311 2013 2019 -0.1772 -0.5624 0.208 -311 2013 2022 -0.1535 -0.5952 0.2881 -311 2016 2019 -0.1626 -0.4915 0.1663 -311 2016 2022 -0.139 -0.5442 0.2662 -311 2019 2022 0.0236 -0.328 0.3753 -312 2007 2010 -0.1306 -0.3963 0.135 -312 2007 2013 -0.1138 -0.4481 0.2205 -312 2007 2016 -0.1745 -0.5502 0.2012 -312 2007 2019 -0.2853 -0.7018 0.1312 -312 2007 2022 -0.333 -0.8143 0.1483 -312 2010 2013 0.0168 -0.236 0.2696 -312 2010 2016 -0.0438 -0.3634 0.2757 -312 2010 2019 -0.1546 -0.5185 0.2092 -312 2010 2022 -0.2023 -0.6399 0.2353 -312 2013 2016 -0.0607 -0.3102 0.1888 -312 2013 2019 -0.1715 -0.4966 0.1536 -312 2013 2022 -0.2192 -0.6274 0.189 -312 2016 2019 -0.1108 -0.3707 0.1492 -312 2016 2022 -0.1585 -0.5234 0.2064 -312 2019 2022 -0.0477 -0.3266 0.2312 -313 2007 2010 0.2231 -0.0717 0.5178 -313 2007 2013 0.2081 -0.1388 0.5551 -313 2007 2016 -0.4009 -0.7816 -0.0201 -313 2007 2019 -0.6393 -1.0505 -0.2281 -313 2007 2022 -0.7156 -1.2204 -0.2108 -313 2010 2013 -0.0149 -0.2959 0.2662 -313 2010 2016 -0.6239 -1.0098 -0.238 -313 2010 2019 -0.8623 -1.2879 -0.4367 -313 2010 2022 -0.9386 -1.4564 -0.4209 -313 2013 2016 -0.6091 -0.9853 -0.2329 -313 2013 2019 -0.8474 -1.2863 -0.4085 -313 2013 2022 -0.9238 -1.4578 -0.3897 -313 2016 2019 -0.2385 -0.6014 0.1245 -313 2016 2022 -0.3147 -0.8153 0.1858 -313 2019 2022 -0.0763 -0.4997 0.3471 -314 2007 2008 0.1072 0.0397 0.1747 -314 2007 2009 0.0909 0.0183 0.1634 -314 2007 2010 -0.0854 -0.1433 -0.0275 -314 2007 2011 -0.2109 -0.2841 -0.1377 -314 2007 2012 -0.0073 -0.0862 0.0716 -314 2007 2013 -0.2486 -0.3129 -0.1842 -314 2007 2014 -0.0202 -0.0933 0.0529 -314 2007 2015 0.144 0.0694 0.2186 -314 2007 2016 0.0153 -0.0424 0.073 -314 2007 2017 0.0627 -0.0084 0.1338 -314 2007 2018 0.033 -0.0401 0.1061 -314 2007 2019 -0.1697 -0.231 -0.1084 -314 2007 2020 -0.1791 -0.2553 -0.103 -314 2007 2021 -0.0822 -0.1534 -0.0111 -314 2007 2022 -0.1697 -0.2345 -0.1049 -314 2007 2023 -0.1982 -0.2731 -0.1232 -314 2008 2009 -0.0164 -0.0847 0.052 -314 2008 2010 -0.1926 -0.2615 -0.1238 -314 2008 2011 -0.3181 -0.3797 -0.2566 -314 2008 2012 -0.1145 -0.19 -0.039 -314 2008 2013 -0.3558 -0.4308 -0.2808 -314 2008 2014 -0.1275 -0.1869 -0.068 -314 2008 2015 0.0368 -0.0343 0.1079 -314 2008 2016 -0.0919 -0.1604 -0.0234 -314 2008 2017 -0.0445 -0.1011 0.0121 -314 2008 2018 -0.0742 -0.1442 -0.0043 -314 2008 2019 -0.2769 -0.3482 -0.2056 -314 2008 2020 -0.2863 -0.3507 -0.222 -314 2008 2021 -0.1894 -0.2554 -0.1235 -314 2008 2022 -0.2769 -0.3508 -0.2031 -314 2008 2023 -0.3054 -0.3677 -0.2431 -314 2009 2010 -0.1762 -0.2478 -0.1047 -314 2009 2011 -0.3018 -0.3782 -0.2253 -314 2009 2012 -0.0981 -0.1636 -0.0327 -314 2009 2013 -0.3394 -0.4187 -0.2602 -314 2009 2014 -0.1111 -0.1844 -0.0378 -314 2009 2015 0.0531 -0.0082 0.1145 -314 2009 2016 -0.0755 -0.1474 -0.0037 -314 2009 2017 -0.0281 -0.0996 0.0433 -314 2009 2018 -0.0579 -0.1178 0.002 -314 2009 2019 -0.2606 -0.336 -0.1851 -314 2009 2020 -0.27 -0.3478 -0.1922 -314 2009 2021 -0.1731 -0.2325 -0.1137 -314 2009 2022 -0.2606 -0.3381 -0.183 -314 2009 2023 -0.289 -0.3651 -0.213 -314 2010 2011 -0.1255 -0.1979 -0.0531 -314 2010 2012 0.0781 -0.0012 0.1574 -314 2010 2013 -0.1632 -0.2279 -0.0985 -314 2010 2014 0.0652 -0.0084 0.1388 -314 2010 2015 0.2294 0.1545 0.3043 -314 2010 2016 0.1007 0.0427 0.1587 -314 2010 2017 0.1481 0.0764 0.2198 -314 2010 2018 0.1184 0.0452 0.1916 -314 2010 2019 -0.0843 -0.1468 -0.0218 -314 2010 2020 -0.0937 -0.1704 -0.0171 -314 2010 2021 0.0032 -0.0679 0.0743 -314 2010 2022 -0.0843 -0.1495 -0.0191 -314 2010 2023 -0.1128 -0.1883 -0.0373 -314 2011 2012 0.2036 0.1225 0.2848 -314 2011 2013 -0.0377 -0.1159 0.0406 -314 2011 2014 0.1907 0.1238 0.2575 -314 2011 2015 0.3549 0.2762 0.4336 -314 2011 2016 0.2262 0.1531 0.2994 -314 2011 2017 0.2736 0.2092 0.338 -314 2011 2018 0.2439 0.1667 0.3211 -314 2011 2019 0.0412 -0.0346 0.1171 -314 2011 2020 0.0318 -0.0392 0.1028 -314 2011 2021 0.1287 0.055 0.2023 -314 2011 2022 0.0412 -0.0373 0.1197 -314 2011 2023 0.0127 -0.0569 0.0823 -314 2012 2013 -0.2413 -0.326 -0.1566 -314 2012 2014 -0.013 -0.0922 0.0663 -314 2012 2015 0.1513 0.0846 0.218 -314 2012 2016 0.0226 -0.0564 0.1016 -314 2012 2017 0.07 -0.0078 0.1478 -314 2012 2018 0.0403 -0.0264 0.107 -314 2012 2019 -0.1624 -0.2444 -0.0805 -314 2012 2020 -0.1718 -0.2557 -0.088 -314 2012 2021 -0.0749 -0.1417 -0.0081 -314 2012 2022 -0.1624 -0.2463 -0.0785 -314 2012 2023 -0.1909 -0.2732 -0.1086 -314 2013 2014 0.2283 0.1507 0.306 -314 2013 2015 0.3926 0.3106 0.4746 -314 2013 2016 0.2639 0.2009 0.3268 -314 2013 2017 0.3113 0.2338 0.3887 -314 2013 2018 0.2816 0.2013 0.3619 -314 2013 2019 0.0789 0.0114 0.1464 -314 2013 2020 0.0695 -0.0121 0.151 -314 2013 2021 0.1664 0.0882 0.2445 -314 2013 2022 0.0789 0.0087 0.1491 -314 2013 2023 0.0504 -0.0303 0.1311 -314 2014 2015 0.1642 0.0901 0.2383 -314 2014 2016 0.0356 -0.0374 0.1085 -314 2014 2017 0.0829 0.0223 0.1436 -314 2014 2018 0.0532 -0.0208 0.1273 -314 2014 2019 -0.1495 -0.2254 -0.0736 -314 2014 2020 -0.1589 -0.2268 -0.091 -314 2014 2021 -0.062 -0.1324 0.0084 -314 2014 2022 -0.1495 -0.2276 -0.0713 -314 2014 2023 -0.178 -0.2444 -0.1115 -314 2015 2016 -0.1287 -0.2022 -0.0551 -314 2015 2017 -0.0813 -0.1548 -0.0078 -314 2015 2018 -0.111 -0.1728 -0.0492 -314 2015 2019 -0.3137 -0.3909 -0.2365 -314 2015 2020 -0.3231 -0.4029 -0.2433 -314 2015 2021 -0.2262 -0.2882 -0.1642 -314 2015 2022 -0.3137 -0.3934 -0.234 -314 2015 2023 -0.3422 -0.4203 -0.264 -314 2016 2017 0.0474 -0.0228 0.1176 -314 2016 2018 0.0177 -0.0553 0.0906 -314 2016 2019 -0.185 -0.2448 -0.1253 -314 2016 2020 -0.1944 -0.2704 -0.1185 -314 2016 2021 -0.0975 -0.1683 -0.0268 -314 2016 2022 -0.185 -0.2478 -0.1222 -314 2016 2023 -0.2135 -0.2882 -0.1388 -314 2017 2018 -0.0297 -0.1008 0.0414 -314 2017 2019 -0.2324 -0.3063 -0.1585 -314 2017 2020 -0.2418 -0.3059 -0.1778 -314 2017 2021 -0.1449 -0.2127 -0.0771 -314 2017 2022 -0.2324 -0.3086 -0.1562 -314 2017 2023 -0.2609 -0.3233 -0.1985 -314 2018 2019 -0.2027 -0.2775 -0.1279 -314 2018 2020 -0.2121 -0.2903 -0.134 -314 2018 2021 -0.1152 -0.1732 -0.0572 -314 2018 2022 -0.2027 -0.2807 -0.1247 -314 2018 2023 -0.2312 -0.3079 -0.1544 -314 2019 2020 -0.0094 -0.0865 0.0677 -314 2019 2021 0.0875 0.0137 0.1612 -314 2019 2022 0 -0.0644 0.0644 -314 2019 2023 -0.0285 -0.1059 0.0489 -314 2020 2021 0.0969 0.0233 0.1705 -314 2020 2022 0.0094 -0.0713 0.0902 -314 2020 2023 -0.0191 -0.0883 0.0502 -314 2021 2022 -0.0875 -0.162 -0.013 -314 2021 2023 -0.116 -0.1883 -0.0436 -314 2022 2023 -0.0285 -0.1062 0.0492 -315 2007 2010 -0.008 -0.0366 0.0206 -315 2007 2013 -0.0449 -0.075 -0.0149 -315 2007 2016 -0.1421 -0.1719 -0.1123 -315 2007 2019 -0.6162 -0.651 -0.5814 -315 2007 2022 -0.4618 -0.503 -0.4207 -315 2010 2013 -0.0369 -0.068 -0.0058 -315 2010 2016 -0.1341 -0.1651 -0.1031 -315 2010 2019 -0.6081 -0.6442 -0.5721 -315 2010 2022 -0.4538 -0.4959 -0.4116 -315 2013 2016 -0.0972 -0.1286 -0.0657 -315 2013 2019 -0.5712 -0.6077 -0.5347 -315 2013 2022 -0.4169 -0.4594 -0.3744 -315 2016 2019 -0.4741 -0.5094 -0.4387 -315 2016 2022 -0.3197 -0.3614 -0.278 -315 2019 2022 0.1544 0.1097 0.199 -316 2007 2010 0.0463 -0.09 0.1826 -316 2007 2013 0.0541 -0.0962 0.2044 -316 2007 2016 0.1462 -0.0248 0.3172 -316 2007 2019 0.0836 -0.0744 0.2416 -316 2007 2022 0.1127 -0.0681 0.2935 -316 2010 2013 0.0079 -0.1205 0.1362 -316 2010 2016 0.1002 -0.0447 0.245 -316 2010 2019 0.0374 -0.1107 0.1854 -316 2010 2022 0.0665 -0.1013 0.2344 -316 2013 2016 0.0925 -0.0417 0.2268 -316 2013 2019 0.0295 -0.1087 0.1677 -316 2013 2022 0.0587 -0.1043 0.2217 -316 2016 2019 -0.0629 -0.1952 0.0695 -316 2016 2022 -0.0336 -0.1886 0.1214 -316 2019 2022 0.0292 -0.1072 0.1656 -317 2007 2010 0.2984 -0.2252 0.822 -317 2007 2013 1.0043 0.4532 1.5554 -317 2007 2016 1.3582 0.7901 1.9263 -317 2007 2019 1.353 0.7403 1.9657 -317 2007 2022 0.95 0.2525 1.6476 -317 2010 2013 0.7061 0.1891 1.2231 -317 2010 2016 1.06 0.4901 1.6299 -317 2010 2019 1.0547 0.4321 1.6774 -317 2010 2022 0.6517 -0.0564 1.3597 -317 2013 2016 0.354 -0.0302 0.7381 -317 2013 2019 0.3487 -0.1298 0.8272 -317 2013 2022 -0.0543 -0.6903 0.5816 -317 2016 2019 -0.0052 -0.4276 0.4171 -317 2016 2022 -0.4083 -1.0215 0.2049 -317 2019 2022 -0.4032 -0.9598 0.1535 -318 2007 2010 0.0489 -0.298 0.3957 -318 2007 2013 0.2154 -0.218 0.6487 -318 2007 2016 0.4119 -0.0465 0.8702 -318 2007 2019 0.5513 0.0488 1.0539 -318 2007 2022 0.5961 0.0166 1.1756 -318 2010 2013 0.1665 -0.1734 0.5065 -318 2010 2016 0.363 -0.0484 0.7744 -318 2010 2019 0.5025 0.0376 0.9674 -318 2010 2022 0.5473 8e-04 1.0937 -318 2013 2016 0.1965 -0.131 0.524 -318 2013 2019 0.336 -0.0753 0.7474 -318 2013 2022 0.3808 -0.1265 0.888 -318 2016 2019 0.1395 -0.1725 0.4515 -318 2016 2022 0.1843 -0.257 0.6256 -318 2019 2022 0.0448 -0.3104 0.4 -319 2007 2010 0.0532 -0.0426 0.1489 -319 2007 2013 0.09 -0.0284 0.2084 -319 2007 2016 0.0689 -0.064 0.2017 -319 2007 2019 0.0219 -0.1219 0.1656 -319 2007 2022 -0.011 -0.1712 0.1492 -319 2010 2013 0.0368 -0.0523 0.1259 -319 2010 2016 0.0157 -0.0955 0.1269 -319 2010 2019 -0.0313 -0.1574 0.0948 -319 2010 2022 -0.0642 -0.2089 0.0806 -319 2013 2016 -0.0211 -0.1131 0.0708 -319 2013 2019 -0.0681 -0.1834 0.0472 -319 2013 2022 -0.101 -0.2382 0.0363 -319 2016 2019 -0.047 -0.1401 0.0461 -319 2016 2022 -0.0799 -0.2036 0.0439 -319 2019 2022 -0.0329 -0.1344 0.0687 -320 2007 2010 -0.1957 -0.3958 0.0045 -320 2007 2013 -0.4075 -0.6329 -0.182 -320 2007 2016 -0.5855 -0.804 -0.367 -320 2007 2019 -1.1951 -1.45 -0.9403 -320 2007 2022 -1.4832 -1.8351 -1.1313 -320 2010 2013 -0.2118 -0.4306 0.007 -320 2010 2016 -0.3898 -0.6109 -0.1688 -320 2010 2019 -0.9995 -1.2527 -0.7462 -320 2010 2022 -1.2875 -1.6369 -0.9382 -320 2013 2016 -0.178 -0.3964 0.0404 -320 2013 2019 -0.7877 -1.0443 -0.531 -320 2013 2022 -1.0757 -1.4293 -0.7221 -320 2016 2019 -0.6096 -0.8475 -0.3718 -320 2016 2022 -0.8977 -1.2457 -0.5497 -320 2019 2022 -0.2881 -0.6059 0.0298 -321 2007 2008 -0.1664 -0.3247 -0.0081 -321 2007 2009 -0.1412 -0.3442 0.0619 -321 2007 2010 -0.0044 -0.2165 0.2078 -321 2007 2011 0.0648 -0.1451 0.2746 -321 2007 2012 -0.0152 -0.2485 0.2181 -321 2007 2013 0.0965 -0.1396 0.3326 -321 2007 2014 0.034 -0.1904 0.2584 -321 2007 2015 0.0574 -0.187 0.3018 -321 2007 2016 0.043 -0.2034 0.2895 -321 2007 2017 0.0126 -0.2235 0.2487 -321 2007 2018 0.0543 -0.2004 0.3089 -321 2007 2019 -0.0822 -0.3397 0.1753 -321 2007 2020 0.0137 -0.2331 0.2605 -321 2007 2021 0.0813 -0.1821 0.3446 -321 2007 2022 0.0066 -0.2595 0.2726 -321 2007 2023 -0.0778 -0.337 0.1813 -321 2008 2009 0.0252 -0.1251 0.1756 -321 2008 2010 0.162 -0.0141 0.3382 -321 2008 2011 0.2311 0.055 0.4072 -321 2008 2012 0.1512 -0.0504 0.3528 -321 2008 2013 0.2629 0.0528 0.473 -321 2008 2014 0.2004 0.0096 0.3912 -321 2008 2015 0.2238 0.0066 0.4409 -321 2008 2016 0.2094 -0.0111 0.4299 -321 2008 2017 0.179 -0.025 0.383 -321 2008 2018 0.2206 -0.0085 0.4497 -321 2008 2019 0.0842 -0.1424 0.3108 -321 2008 2020 0.18 -0.0378 0.3979 -321 2008 2021 0.2476 0.0067 0.4886 -321 2008 2022 0.1729 -0.0686 0.4145 -321 2008 2023 0.0885 -0.1415 0.3186 -321 2009 2010 0.1368 -0.015 0.2886 -321 2009 2011 0.2059 0.0266 0.3852 -321 2009 2012 0.126 -0.0813 0.3333 -321 2009 2013 0.2377 0.0195 0.4558 -321 2009 2014 0.1752 -0.0298 0.3801 -321 2009 2015 0.1985 -0.0288 0.4259 -321 2009 2016 0.1842 -0.0473 0.4157 -321 2009 2017 0.1538 -0.064 0.3715 -321 2009 2018 0.1954 -0.0436 0.4345 -321 2009 2019 0.059 -0.1805 0.2984 -321 2009 2020 0.1548 -0.0755 0.3851 -321 2009 2021 0.2224 -0.0276 0.4724 -321 2009 2022 0.1477 -0.1044 0.3998 -321 2009 2023 0.0633 -0.1792 0.3058 -321 2010 2011 0.0691 -0.0752 0.2135 -321 2010 2012 -0.0108 -0.1996 0.178 -321 2010 2013 0.1009 -0.0983 0.3 -321 2010 2014 0.0384 -0.1551 0.2318 -321 2010 2015 0.0617 -0.1547 0.2782 -321 2010 2016 0.0474 -0.1718 0.2666 -321 2010 2017 0.017 -0.191 0.225 -321 2010 2018 0.0586 -0.1699 0.2872 -321 2010 2019 -0.0778 -0.3106 0.1549 -321 2010 2020 0.018 -0.2023 0.2383 -321 2010 2021 0.0856 -0.1525 0.3238 -321 2010 2022 0.0109 -0.2305 0.2523 -321 2010 2023 -0.0735 -0.3078 0.1608 -321 2011 2012 -0.0799 -0.2277 0.0678 -321 2011 2013 0.0318 -0.1356 0.1991 -321 2011 2014 -0.0307 -0.1958 0.1344 -321 2011 2015 -0.0074 -0.1995 0.1847 -321 2011 2016 -0.0217 -0.218 0.1745 -321 2011 2017 -0.0521 -0.2346 0.1304 -321 2011 2018 -0.0105 -0.2166 0.1956 -321 2011 2019 -0.1469 -0.3609 0.067 -321 2011 2020 -0.0511 -0.2477 0.1455 -321 2011 2021 0.0165 -0.1993 0.2323 -321 2011 2022 -0.0582 -0.2791 0.1627 -321 2011 2023 -0.1426 -0.3557 0.0706 -321 2012 2013 0.1117 -0.0366 0.2599 -321 2012 2014 0.0492 -0.1217 0.22 -321 2012 2015 0.0726 -0.1285 0.2736 -321 2012 2016 0.0582 -0.152 0.2684 -321 2012 2017 0.0278 -0.1735 0.229 -321 2012 2018 0.0694 -0.1538 0.2927 -321 2012 2019 -0.067 -0.2944 0.1604 -321 2012 2020 0.0288 -0.1878 0.2455 -321 2012 2021 0.0964 -0.139 0.3319 -321 2012 2022 0.0217 -0.2175 0.2609 -321 2012 2023 -0.0627 -0.2939 0.1685 -321 2013 2014 -0.0625 -0.21 0.085 -321 2013 2015 -0.0391 -0.2287 0.1505 -321 2013 2016 -0.0535 -0.2551 0.1481 -321 2013 2017 -0.0839 -0.2825 0.1147 -321 2013 2018 -0.0423 -0.2636 0.1791 -321 2013 2019 -0.1787 -0.407 0.0496 -321 2013 2020 -0.0828 -0.2988 0.1332 -321 2013 2021 -0.0152 -0.249 0.2185 -321 2013 2022 -0.0899 -0.3278 0.1479 -321 2013 2023 -0.1743 -0.4061 0.0575 -321 2014 2015 0.0234 -0.1267 0.1735 -321 2014 2016 0.009 -0.1662 0.1843 -321 2014 2017 -0.0214 -0.1935 0.1507 -321 2014 2018 0.0202 -0.1827 0.2232 -321 2014 2019 -0.1162 -0.324 0.0915 -321 2014 2020 -0.0203 -0.2167 0.176 -321 2014 2021 0.0473 -0.1728 0.2673 -321 2014 2022 -0.0275 -0.2506 0.1957 -321 2014 2023 -0.1119 -0.3249 0.1012 -321 2015 2016 -0.0143 -0.165 0.1363 -321 2015 2017 -0.0448 -0.2215 0.132 -321 2015 2018 -0.0031 -0.2102 0.2039 -321 2015 2019 -0.1396 -0.3592 0.08 -321 2015 2020 -0.0437 -0.2545 0.167 -321 2015 2021 0.0239 -0.2058 0.2536 -321 2015 2022 -0.0508 -0.2868 0.1851 -321 2015 2023 -0.1352 -0.3648 0.0943 -321 2016 2017 -0.0304 -0.1801 0.1193 -321 2016 2018 0.0112 -0.182 0.2045 -321 2016 2019 -0.1253 -0.3343 0.0838 -321 2016 2020 -0.0294 -0.2336 0.1749 -321 2016 2021 0.0382 -0.1874 0.2639 -321 2016 2022 -0.0365 -0.2673 0.1944 -321 2016 2023 -0.1209 -0.3464 0.1046 -321 2017 2018 0.0416 -0.1095 0.1928 -321 2017 2019 -0.0948 -0.2721 0.0825 -321 2017 2020 0.0011 -0.1737 0.1758 -321 2017 2021 0.0687 -0.1358 0.2731 -321 2017 2022 -0.0061 -0.217 0.2049 -321 2017 2023 -0.0905 -0.2922 0.1113 -321 2018 2019 -0.1365 -0.2929 0.0199 -321 2018 2020 -0.0406 -0.2199 0.1388 -321 2018 2021 0.027 -0.1797 0.2337 -321 2018 2022 -0.0477 -0.2692 0.1738 -321 2018 2023 -0.1321 -0.3526 0.0884 -321 2019 2020 0.0959 -0.0586 0.2504 -321 2019 2021 0.1635 -0.039 0.3659 -321 2019 2022 0.0888 -0.1261 0.3037 -321 2019 2023 0.0044 -0.2113 0.2201 -321 2020 2021 0.0676 -0.0888 0.224 -321 2020 2022 -0.0071 -0.1925 0.1783 -321 2020 2023 -0.0915 -0.283 0.0999 -321 2021 2022 -0.0747 -0.2313 0.0819 -321 2021 2023 -0.1591 -0.3524 0.0341 -321 2022 2023 -0.0844 -0.2453 0.0765 -322 2007 2008 -0.1798 -0.3329 -0.0267 -322 2007 2009 -0.0555 -0.2168 0.1059 -322 2007 2010 -0.014 -0.1609 0.1329 -322 2007 2011 -0.0955 -0.2577 0.0666 -322 2007 2012 -0.2635 -0.4332 -0.0938 -322 2007 2013 -0.3007 -0.4555 -0.1458 -322 2007 2014 -0.3952 -0.5669 -0.2235 -322 2007 2015 -0.2797 -0.4475 -0.112 -322 2007 2016 -0.0548 -0.203 0.0934 -322 2007 2017 -0.0977 -0.2615 0.066 -322 2007 2018 0.0731 -0.0872 0.2335 -322 2007 2019 0.1234 -0.0294 0.2762 -322 2007 2020 0.0744 -0.0879 0.2366 -322 2007 2021 -0.1048 -0.268 0.0584 -322 2007 2022 -0.1286 -0.2931 0.036 -322 2007 2023 0.1072 -0.0629 0.2773 -322 2008 2009 0.1243 -0.0308 0.2795 -322 2008 2010 0.1658 0.0064 0.3252 -322 2008 2011 0.0843 -0.0716 0.2402 -322 2008 2012 -0.0837 -0.2521 0.0846 -322 2008 2013 -0.1209 -0.2867 0.0449 -322 2008 2014 -0.2154 -0.3784 -0.0525 -322 2008 2015 -0.0999 -0.2675 0.0676 -322 2008 2016 0.125 -0.0382 0.2882 -322 2008 2017 0.0821 -0.0735 0.2376 -322 2008 2018 0.2529 0.0901 0.4157 -322 2008 2019 0.3032 0.1392 0.4672 -322 2008 2020 0.2541 0.0947 0.4136 -322 2008 2021 0.075 -0.0852 0.2352 -322 2008 2022 0.0512 -0.1175 0.2199 -322 2008 2023 0.287 0.1209 0.453 -322 2009 2010 0.0415 -0.1091 0.1921 -322 2009 2011 -0.0401 -0.2039 0.1238 -322 2009 2012 -0.2081 -0.367 -0.0491 -322 2009 2013 -0.2452 -0.4113 -0.0792 -322 2009 2014 -0.3398 -0.5122 -0.1674 -322 2009 2015 -0.2243 -0.3848 -0.0638 -322 2009 2016 7e-04 -0.1606 0.1619 -322 2009 2017 -0.0423 -0.2078 0.1232 -322 2009 2018 0.1286 -0.024 0.2812 -322 2009 2019 0.1789 0.0156 0.3421 -322 2009 2020 0.1298 -0.0348 0.2945 -322 2009 2021 -0.0494 -0.2043 0.1056 -322 2009 2022 -0.0731 -0.2459 0.0996 -322 2009 2023 0.1627 -0.0114 0.3368 -322 2010 2011 -0.0815 -0.2335 0.0705 -322 2010 2012 -0.2495 -0.4157 -0.0833 -322 2010 2013 -0.2867 -0.4406 -0.1328 -322 2010 2014 -0.3812 -0.5518 -0.2106 -322 2010 2015 -0.2657 -0.432 -0.0995 -322 2010 2016 -0.0408 -0.1887 0.1071 -322 2010 2017 -0.0837 -0.2466 0.0792 -322 2010 2018 0.0871 -0.0712 0.2454 -322 2010 2019 0.1374 -0.0155 0.2903 -322 2010 2020 0.0884 -0.0729 0.2496 -322 2010 2021 -0.0908 -0.2519 0.0703 -322 2010 2022 -0.1146 -0.2787 0.0495 -322 2010 2023 0.1212 -0.048 0.2904 -322 2011 2012 -0.168 -0.3277 -0.0082 -322 2011 2013 -0.2052 -0.3711 -0.0392 -322 2011 2014 -0.2997 -0.4674 -0.132 -322 2011 2015 -0.1842 -0.3548 -0.0136 -322 2011 2016 0.0407 -0.1217 0.2032 -322 2011 2017 -0.0022 -0.1613 0.1569 -322 2011 2018 0.1686 0.0047 0.3326 -322 2011 2019 0.2189 0.0545 0.3834 -322 2011 2020 0.1699 0.0108 0.3289 -322 2011 2021 -0.0093 -0.1733 0.1547 -322 2011 2022 -0.0331 -0.2066 0.1405 -322 2011 2023 0.2027 0.0368 0.3687 -322 2012 2013 -0.0372 -0.1976 0.1233 -322 2012 2014 -0.1317 -0.3052 0.0417 -322 2012 2015 -0.0162 -0.1823 0.1498 -322 2012 2016 0.2087 0.04 0.3775 -322 2012 2017 0.1658 -0.0033 0.3349 -322 2012 2018 0.3366 0.1754 0.4979 -322 2012 2019 0.3869 0.2174 0.5564 -322 2012 2020 0.3379 0.1679 0.5078 -322 2012 2021 0.1587 -0.0017 0.319 -322 2012 2022 0.1349 -0.0415 0.3114 -322 2012 2023 0.3707 0.191 0.5505 -322 2013 2014 -0.0946 -0.256 0.0668 -322 2013 2015 0.0209 -0.1477 0.1896 -322 2013 2016 0.2459 0.0937 0.3981 -322 2013 2017 0.2029 0.0371 0.3688 -322 2013 2018 0.3738 0.2092 0.5384 -322 2013 2019 0.4241 0.2668 0.5814 -322 2013 2020 0.375 0.2093 0.5408 -322 2013 2021 0.1958 0.0308 0.3608 -322 2013 2022 0.1721 0.0062 0.3379 -322 2013 2023 0.4079 0.2339 0.5819 -322 2014 2015 0.1155 -0.0464 0.2773 -322 2014 2016 0.3404 0.1713 0.5096 -322 2014 2017 0.2975 0.1375 0.4575 -322 2014 2018 0.4684 0.2986 0.6381 -322 2014 2019 0.5186 0.3474 0.6898 -322 2014 2020 0.4696 0.3056 0.6336 -322 2014 2021 0.2904 0.1234 0.4574 -322 2014 2022 0.2666 0.0908 0.4425 -322 2014 2023 0.5024 0.3304 0.6745 -322 2015 2016 0.225 0.0682 0.3818 -322 2015 2017 0.182 0.016 0.348 -322 2015 2018 0.3529 0.194 0.5117 -322 2015 2019 0.4032 0.2371 0.5692 -322 2015 2020 0.3541 0.186 0.5222 -322 2015 2021 0.1749 0.0154 0.3344 -322 2015 2022 0.1512 -0.0236 0.3259 -322 2015 2023 0.3869 0.2086 0.5653 -322 2016 2017 -0.043 -0.1967 0.1108 -322 2016 2018 0.1279 -0.0297 0.2855 -322 2016 2019 0.1782 0.0304 0.326 -322 2016 2020 0.1291 -0.0303 0.2886 -322 2016 2021 -0.05 -0.2114 0.1114 -322 2016 2022 -0.0738 -0.2352 0.0877 -322 2016 2023 0.162 -0.0059 0.3298 -322 2017 2018 0.1709 0.0178 0.3239 -322 2017 2019 0.2212 0.0595 0.3828 -322 2017 2020 0.1721 0.0204 0.3238 -322 2017 2021 -0.0071 -0.1663 0.1521 -322 2017 2022 -0.0308 -0.1995 0.1378 -322 2017 2023 0.2049 0.0445 0.3654 -322 2018 2019 0.0503 -0.0999 0.2005 -322 2018 2020 0.0012 -0.1576 0.1601 -322 2018 2021 -0.1779 -0.326 -0.0299 -322 2018 2022 -0.2017 -0.3709 -0.0325 -322 2018 2023 0.0341 -0.1363 0.2045 -322 2019 2020 -0.0491 -0.2008 0.1027 -322 2019 2021 -0.2282 -0.3879 -0.0686 -322 2019 2022 -0.252 -0.4121 -0.0919 -322 2019 2023 -0.0162 -0.1851 0.1527 -322 2020 2021 -0.1792 -0.3316 -0.0268 -322 2020 2022 -0.2029 -0.3715 -0.0344 -322 2020 2023 0.0328 -0.123 0.1887 -322 2021 2022 -0.0238 -0.1794 0.1319 -322 2021 2023 0.212 0.0434 0.3807 -322 2022 2023 0.2358 0.0696 0.402 -323 2007 2010 -0.0533 -0.2802 0.1735 -323 2007 2013 -0.0247 -0.2837 0.2342 -323 2007 2016 0.0364 -0.2306 0.3035 -323 2007 2019 0.1189 -0.1561 0.3939 -323 2007 2022 0.1661 -0.137 0.4691 -323 2010 2013 0.0286 -0.1753 0.2326 -323 2010 2016 0.0899 -0.1525 0.3323 -323 2010 2019 0.1724 -0.1005 0.4453 -323 2010 2022 0.2196 -0.0911 0.5304 -323 2013 2016 0.0612 -0.137 0.2594 -323 2013 2019 0.1437 -0.1007 0.3881 -323 2013 2022 0.1909 -0.0958 0.4777 -323 2016 2019 0.0824 -0.1146 0.2794 -323 2016 2022 0.1297 -0.1237 0.383 -323 2019 2022 0.0472 -0.1558 0.2502 -324 2007 2008 -0.0737 -0.1907 0.0434 -324 2007 2009 -0.0612 -0.1901 0.0678 -324 2007 2010 -0.1337 -0.2521 -0.0153 -324 2007 2011 -0.2285 -0.3594 -0.0976 -324 2007 2012 -0.2046 -0.339 -0.0702 -324 2007 2013 -0.1602 -0.2838 -0.0367 -324 2007 2014 -0.1819 -0.3143 -0.0495 -324 2007 2015 -0.278 -0.4145 -0.1415 -324 2007 2016 -0.2981 -0.4196 -0.1766 -324 2007 2017 -0.3245 -0.4556 -0.1933 -324 2007 2018 -0.3639 -0.4992 -0.2286 -324 2007 2019 -0.2927 -0.4179 -0.1675 -324 2007 2020 -0.3414 -0.4762 -0.2066 -324 2007 2021 -0.2824 -0.4149 -0.15 -324 2007 2022 -0.3032 -0.4375 -0.169 -324 2007 2023 -0.1987 -0.3383 -0.0591 -324 2008 2009 0.0125 -0.1056 0.1306 -324 2008 2010 -0.06 -0.1817 0.0617 -324 2008 2011 -0.1548 -0.273 -0.0366 -324 2008 2012 -0.1309 -0.261 -8e-04 -324 2008 2013 -0.0866 -0.2143 0.0412 -324 2008 2014 -0.1082 -0.2318 0.0154 -324 2008 2015 -0.2043 -0.3356 -0.073 -324 2008 2016 -0.2244 -0.3494 -0.0995 -324 2008 2017 -0.2508 -0.3722 -0.1294 -324 2008 2018 -0.2902 -0.4198 -0.1606 -324 2008 2019 -0.219 -0.3472 -0.0908 -324 2008 2020 -0.2677 -0.3923 -0.1431 -324 2008 2021 -0.2088 -0.3354 -0.0821 -324 2008 2022 -0.2295 -0.3634 -0.0957 -324 2008 2023 -0.125 -0.2553 0.0053 -324 2009 2010 -0.0725 -0.1909 0.0459 -324 2009 2011 -0.1673 -0.2973 -0.0373 -324 2009 2012 -0.1434 -0.2702 -0.0166 -324 2009 2013 -0.0991 -0.2302 0.032 -324 2009 2014 -0.1207 -0.2531 0.0117 -324 2009 2015 -0.2168 -0.346 -0.0877 -324 2009 2016 -0.2369 -0.3657 -0.1082 -324 2009 2017 -0.2633 -0.3943 -0.1323 -324 2009 2018 -0.3027 -0.4309 -0.1745 -324 2009 2019 -0.2315 -0.3633 -0.0998 -324 2009 2020 -0.2802 -0.4146 -0.1458 -324 2009 2021 -0.2213 -0.347 -0.0956 -324 2009 2022 -0.2421 -0.3815 -0.1026 -324 2009 2023 -0.1375 -0.2779 0.0028 -324 2010 2011 -0.0948 -0.2142 0.0245 -324 2010 2012 -0.0709 -0.2008 0.059 -324 2010 2013 -0.0265 -0.1485 0.0954 -324 2010 2014 -0.0482 -0.1789 0.0825 -324 2010 2015 -0.1443 -0.2777 -0.0109 -324 2010 2016 -0.1644 -0.2849 -0.044 -324 2010 2017 -0.1908 -0.3199 -0.0617 -324 2010 2018 -0.2302 -0.3621 -0.0983 -324 2010 2019 -0.159 -0.2842 -0.0338 -324 2010 2020 -0.2077 -0.3401 -0.0753 -324 2010 2021 -0.1487 -0.2782 -0.0193 -324 2010 2022 -0.1695 -0.3022 -0.0369 -324 2010 2023 -0.065 -0.2033 0.0733 -324 2011 2012 0.0239 -0.099 0.1468 -324 2011 2013 0.0683 -0.0627 0.1992 -324 2011 2014 0.0466 -0.0812 0.1744 -324 2011 2015 -0.0495 -0.1847 0.0857 -324 2011 2016 -0.0696 -0.1995 0.0602 -324 2011 2017 -0.096 -0.222 0.0301 -324 2011 2018 -0.1354 -0.269 -0.0018 -324 2011 2019 -0.0642 -0.1978 0.0694 -324 2011 2020 -0.1129 -0.2416 0.0158 -324 2011 2021 -0.0539 -0.1861 0.0782 -324 2011 2022 -0.0747 -0.2129 0.0635 -324 2011 2023 0.0298 -0.1056 0.1651 -324 2012 2013 0.0444 -0.0794 0.1681 -324 2012 2014 0.0227 -0.1118 0.1572 -324 2012 2015 -0.0734 -0.2056 0.0588 -324 2012 2016 -0.0935 -0.2259 0.0389 -324 2012 2017 -0.1198 -0.2544 0.0147 -324 2012 2018 -0.1593 -0.2911 -0.0274 -324 2012 2019 -0.0881 -0.2237 0.0475 -324 2012 2020 -0.1368 -0.2739 3e-04 -324 2012 2021 -0.0778 -0.2091 0.0534 -324 2012 2022 -0.0986 -0.2407 0.0435 -324 2012 2023 0.0059 -0.1386 0.1504 -324 2013 2014 -0.0216 -0.1441 0.1008 -324 2013 2015 -0.1178 -0.2523 0.0168 -324 2013 2016 -0.1379 -0.2598 -0.016 -324 2013 2017 -0.1642 -0.2961 -0.0323 -324 2013 2018 -0.2036 -0.3395 -0.0678 -324 2013 2019 -0.1325 -0.2606 -0.0043 -324 2013 2020 -0.1812 -0.317 -0.0453 -324 2013 2021 -0.1222 -0.2553 0.0109 -324 2013 2022 -0.143 -0.2787 -0.0072 -324 2013 2023 -0.0385 -0.1792 0.1023 -324 2014 2015 -0.0961 -0.2216 0.0294 -324 2014 2016 -0.1162 -0.2449 0.0125 -324 2014 2017 -0.1426 -0.2678 -0.0174 -324 2014 2018 -0.182 -0.3178 -0.0463 -324 2014 2019 -0.1108 -0.2446 0.0229 -324 2014 2020 -0.1595 -0.2898 -0.0292 -324 2014 2021 -0.1006 -0.2332 0.0321 -324 2014 2022 -0.1214 -0.2618 0.0191 -324 2014 2023 -0.0168 -0.1513 0.1177 -324 2015 2016 -0.0201 -0.1426 0.1024 -324 2015 2017 -0.0465 -0.1793 0.0864 -324 2015 2018 -0.0859 -0.2164 0.0447 -324 2015 2019 -0.0147 -0.1504 0.121 -324 2015 2020 -0.0634 -0.2005 0.0737 -324 2015 2021 -0.0044 -0.1357 0.1268 -324 2015 2022 -0.0252 -0.1673 0.1169 -324 2015 2023 0.0793 -0.0658 0.2244 -324 2016 2017 -0.0263 -0.1449 0.0923 -324 2016 2018 -0.0658 -0.1955 0.064 -324 2016 2019 0.0054 -0.117 0.1278 -324 2016 2020 -0.0433 -0.1742 0.0877 -324 2016 2021 0.0157 -0.1136 0.145 -324 2016 2022 -0.0051 -0.1353 0.1251 -324 2016 2023 0.0994 -0.0377 0.2365 -324 2017 2018 -0.0394 -0.1611 0.0822 -324 2017 2019 0.0317 -0.0969 0.1604 -324 2017 2020 -0.0169 -0.1401 0.1062 -324 2017 2021 0.042 -0.0868 0.1708 -324 2017 2022 0.0212 -0.1151 0.1575 -324 2017 2023 0.1257 -0.0031 0.2546 -324 2018 2019 0.0712 -0.0518 0.1942 -324 2018 2020 0.0225 -0.109 0.154 -324 2018 2021 0.0815 -0.0429 0.2058 -324 2018 2022 0.0607 -0.0778 0.1991 -324 2018 2023 0.1652 0.0226 0.3078 -324 2019 2020 -0.0487 -0.1717 0.0743 -324 2019 2021 0.0103 -0.1185 0.139 -324 2019 2022 -0.0105 -0.1409 0.1199 -324 2019 2023 0.094 -0.0448 0.2328 -324 2020 2021 0.059 -0.0627 0.1807 -324 2020 2022 0.0382 -0.0977 0.174 -324 2020 2023 0.1427 0.0103 0.275 -324 2021 2022 -0.0208 -0.1455 0.1038 -324 2021 2023 0.0837 -0.0514 0.2189 -324 2022 2023 0.1045 -0.0265 0.2355 -325 2007 2010 0.2218 0.0146 0.429 -325 2007 2013 0.3658 0.1467 0.5848 -325 2007 2016 0.0995 -0.1163 0.3154 -325 2007 2019 0.2652 0.042 0.4885 -325 2007 2022 0.1212 -0.1262 0.3686 -325 2010 2013 0.144 -0.0413 0.3293 -325 2010 2016 -0.1222 -0.3299 0.0854 -325 2010 2019 0.0434 -0.1579 0.2448 -325 2010 2022 -0.1006 -0.3392 0.138 -325 2013 2016 -0.2662 -0.4637 -0.0688 -325 2013 2019 -0.1005 -0.2907 0.0897 -325 2013 2022 -0.2446 -0.4775 -0.0116 -325 2016 2019 0.1657 -0.0298 0.3612 -325 2016 2022 0.0216 -0.2099 0.2532 -325 2019 2022 -0.1441 -0.3613 0.0732 -326 2007 2010 -0.0962 -0.2268 0.0344 -326 2007 2013 -0.1448 -0.292 0.0024 -326 2007 2016 -0.2417 -0.4082 -0.0752 -326 2007 2019 -0.1438 -0.2946 0.0071 -326 2007 2022 -0.1384 -0.3108 0.0341 -326 2010 2013 -0.0486 -0.1799 0.0826 -326 2010 2016 -0.1456 -0.2968 0.0056 -326 2010 2019 -0.0476 -0.1975 0.1023 -326 2010 2022 -0.0422 -0.2136 0.1293 -326 2013 2016 -0.097 -0.2349 0.0409 -326 2013 2019 0.001 -0.1455 0.1475 -326 2013 2022 0.0064 -0.1639 0.1768 -326 2016 2019 0.098 -0.0431 0.2391 -326 2016 2022 0.1034 -0.0684 0.2752 -326 2019 2022 0.0054 -0.1385 0.1494 -327 2007 2008 -4e-04 -0.1511 0.1503 -327 2007 2009 0.0252 -0.1788 0.2292 -327 2007 2010 0.0209 -0.2126 0.2544 -327 2007 2011 0.0117 -0.2449 0.2684 -327 2007 2012 -0.0201 -0.2964 0.2562 -327 2007 2013 -0.0586 -0.3464 0.2291 -327 2007 2014 -0.1053 -0.4049 0.1942 -327 2007 2015 -0.1303 -0.4412 0.1806 -327 2007 2016 -0.171 -0.4871 0.1452 -327 2007 2017 -0.2049 -0.5287 0.1188 -327 2007 2018 -0.1889 -0.5204 0.1425 -327 2007 2019 -0.1603 -0.4952 0.1745 -327 2007 2020 -0.1239 -0.4669 0.2191 -327 2007 2021 -0.0933 -0.4501 0.2636 -327 2007 2022 -0.0316 -0.4084 0.3452 -327 2007 2023 -0.0136 -0.4085 0.3812 -327 2008 2009 0.0256 -0.1243 0.1755 -327 2008 2010 0.0213 -0.1729 0.2155 -327 2008 2011 0.0121 -0.212 0.2362 -327 2008 2012 -0.0197 -0.2674 0.228 -327 2008 2013 -0.0582 -0.3198 0.2033 -327 2008 2014 -0.1049 -0.3801 0.1702 -327 2008 2015 -0.1299 -0.4177 0.158 -327 2008 2016 -0.1706 -0.4646 0.1235 -327 2008 2017 -0.2046 -0.5071 0.098 -327 2008 2018 -0.1885 -0.4993 0.1223 -327 2008 2019 -0.1599 -0.4744 0.1545 -327 2008 2020 -0.1235 -0.4465 0.1996 -327 2008 2021 -0.0929 -0.4306 0.2449 -327 2008 2022 -0.0312 -0.39 0.3275 -327 2008 2023 -0.0133 -0.3909 0.3644 -327 2009 2010 -0.0043 -0.1506 0.142 -327 2009 2011 -0.0135 -0.2058 0.1788 -327 2009 2012 -0.0453 -0.2696 0.1789 -327 2009 2013 -0.0839 -0.3274 0.1597 -327 2009 2014 -0.1306 -0.3928 0.1316 -327 2009 2015 -0.1555 -0.4321 0.1212 -327 2009 2016 -0.1962 -0.483 0.0906 -327 2009 2017 -0.2302 -0.5295 0.0692 -327 2009 2018 -0.2141 -0.5195 0.0912 -327 2009 2019 -0.1856 -0.4917 0.1206 -327 2009 2020 -0.1491 -0.4613 0.1631 -327 2009 2021 -0.1185 -0.444 0.207 -327 2009 2022 -0.0569 -0.3991 0.2853 -327 2009 2023 -0.0389 -0.3998 0.322 -327 2010 2011 -0.0092 -0.1545 0.1361 -327 2010 2012 -0.041 -0.2339 0.1519 -327 2010 2013 -0.0795 -0.2991 0.1401 -327 2010 2014 -0.1262 -0.3695 0.117 -327 2010 2015 -0.1512 -0.4116 0.1092 -327 2010 2016 -0.1919 -0.4649 0.0812 -327 2010 2017 -0.2259 -0.5136 0.0619 -327 2010 2018 -0.2098 -0.5039 0.0842 -327 2010 2019 -0.1813 -0.476 0.1135 -327 2010 2020 -0.1448 -0.4456 0.156 -327 2010 2021 -0.1142 -0.4286 0.2003 -327 2010 2022 -0.0526 -0.3834 0.2783 -327 2010 2023 -0.0346 -0.3847 0.3156 -327 2011 2012 -0.0318 -0.178 0.1144 -327 2011 2013 -0.0704 -0.2604 0.1197 -327 2011 2014 -0.1171 -0.3395 0.1054 -327 2011 2015 -0.142 -0.3861 0.1021 -327 2011 2016 -0.1827 -0.4433 0.0779 -327 2011 2017 -0.2167 -0.4949 0.0615 -327 2011 2018 -0.2007 -0.4857 0.0843 -327 2011 2019 -0.1721 -0.4578 0.1136 -327 2011 2020 -0.1356 -0.4273 0.1561 -327 2011 2021 -0.105 -0.4105 0.2006 -327 2011 2022 -0.0434 -0.3647 0.2779 -327 2011 2023 -0.0254 -0.3664 0.3156 -327 2012 2013 -0.0385 -0.1857 0.1087 -327 2012 2014 -0.0853 -0.282 0.1115 -327 2012 2015 -0.1102 -0.3368 0.1164 -327 2012 2016 -0.1509 -0.3983 0.0966 -327 2012 2017 -0.1849 -0.4526 0.0828 -327 2012 2018 -0.1688 -0.4463 0.1086 -327 2012 2019 -0.1403 -0.421 0.1405 -327 2012 2020 -0.1038 -0.3926 0.185 -327 2012 2021 -0.0732 -0.377 0.2306 -327 2012 2022 -0.0116 -0.3329 0.3097 -327 2012 2023 0.0064 -0.3351 0.3479 -327 2013 2014 -0.0467 -0.1956 0.1022 -327 2013 2015 -0.0716 -0.2674 0.1242 -327 2013 2016 -0.1123 -0.3368 0.1121 -327 2013 2017 -0.1463 -0.3954 0.1027 -327 2013 2018 -0.1303 -0.3933 0.1327 -327 2013 2019 -0.1017 -0.3714 0.168 -327 2013 2020 -0.0653 -0.3458 0.2153 -327 2013 2021 -0.0346 -0.332 0.2628 -327 2013 2022 0.027 -0.2908 0.3448 -327 2013 2023 0.045 -0.2941 0.384 -327 2014 2015 -0.0249 -0.1738 0.124 -327 2014 2016 -0.0656 -0.2604 0.1292 -327 2014 2017 -0.0996 -0.3266 0.1274 -327 2014 2018 -0.0836 -0.3314 0.1642 -327 2014 2019 -0.055 -0.3149 0.2048 -327 2014 2020 -0.0185 -0.2934 0.2563 -327 2014 2021 0.0121 -0.2822 0.3064 -327 2014 2022 0.0737 -0.2454 0.3929 -327 2014 2023 0.0917 -0.2497 0.4331 -327 2015 2016 -0.0407 -0.1909 0.1095 -327 2015 2017 -0.0747 -0.2758 0.1265 -327 2015 2018 -0.0586 -0.2887 0.1714 -327 2015 2019 -0.0301 -0.2774 0.2172 -327 2015 2020 0.0064 -0.2593 0.272 -327 2015 2021 0.037 -0.2501 0.3241 -327 2015 2022 0.0987 -0.2152 0.4125 -327 2015 2023 0.1166 -0.2204 0.4537 -327 2016 2017 -0.034 -0.1842 0.1163 -327 2016 2018 -0.018 -0.2158 0.1799 -327 2016 2019 0.0106 -0.2155 0.2367 -327 2016 2020 0.0471 -0.205 0.2991 -327 2016 2021 0.0777 -0.2003 0.3558 -327 2016 2022 0.1394 -0.1718 0.4506 -327 2016 2023 0.1574 -0.1788 0.4936 -327 2017 2018 0.016 -0.1348 0.1668 -327 2017 2019 0.0446 -0.1559 0.2451 -327 2017 2020 0.0811 -0.1569 0.3191 -327 2017 2021 0.1118 -0.1583 0.3818 -327 2017 2022 0.1735 -0.1373 0.4843 -327 2017 2023 0.1915 -0.1461 0.529 -327 2018 2019 0.0285 -0.1234 0.1805 -327 2018 2020 0.065 -0.1409 0.271 -327 2018 2021 0.0957 -0.1493 0.3407 -327 2018 2022 0.1574 -0.1303 0.4451 -327 2018 2023 0.1754 -0.1416 0.4924 -327 2019 2020 0.0364 -0.1153 0.1881 -327 2019 2021 0.0671 -0.1386 0.2728 -327 2019 2022 0.1288 -0.1234 0.3809 -327 2019 2023 0.1468 -0.139 0.4326 -327 2020 2021 0.0306 -0.1212 0.1824 -327 2020 2022 0.0923 -0.1187 0.3032 -327 2020 2023 0.1102 -0.1417 0.3622 -327 2021 2022 0.0616 -0.0977 0.2209 -327 2021 2023 0.0796 -0.1366 0.2957 -327 2022 2023 0.018 -0.1362 0.1721 -328 2007 2008 0.107 -0.1167 0.3307 -328 2007 2009 0.1721 -0.0921 0.4363 -328 2007 2010 0.1907 -0.088 0.4694 -328 2007 2011 0.0129 -0.2548 0.2806 -328 2007 2012 -0.0819 -0.3631 0.1992 -328 2007 2013 -0.1381 -0.4224 0.1463 -328 2007 2014 -0.1594 -0.4487 0.1298 -328 2007 2015 -0.3485 -0.6365 -0.0606 -328 2007 2016 -0.3553 -0.6435 -0.0672 -328 2007 2017 -0.3914 -0.6836 -0.0992 -328 2007 2018 -0.4158 -0.7155 -0.116 -328 2007 2019 -0.5077 -0.8047 -0.2107 -328 2007 2020 -0.4347 -0.7413 -0.1281 -328 2007 2021 -0.363 -0.6599 -0.0661 -328 2007 2022 -0.337 -0.6531 -0.0209 -328 2007 2023 -0.3789 -0.7104 -0.0475 -328 2008 2009 0.0652 -0.1284 0.2587 -328 2008 2010 0.0838 -0.1411 0.3086 -328 2008 2011 -0.094 -0.3091 0.121 -328 2008 2012 -0.1889 -0.4253 0.0475 -328 2008 2013 -0.245 -0.4883 -0.0017 -328 2008 2014 -0.2664 -0.5042 -0.0285 -328 2008 2015 -0.4555 -0.7058 -0.2051 -328 2008 2016 -0.4623 -0.7117 -0.2129 -328 2008 2017 -0.4983 -0.7466 -0.2501 -328 2008 2018 -0.5227 -0.7798 -0.2656 -328 2008 2019 -0.6146 -0.879 -0.3502 -328 2008 2020 -0.5417 -0.8071 -0.2762 -328 2008 2021 -0.47 -0.7193 -0.2206 -328 2008 2022 -0.444 -0.7157 -0.1723 -328 2008 2023 -0.4859 -0.7766 -0.1952 -328 2009 2010 0.0186 -0.1805 0.2177 -328 2009 2011 -0.1592 -0.377 0.0586 -328 2009 2012 -0.254 -0.4875 -0.0206 -328 2009 2013 -0.3101 -0.5537 -0.0666 -328 2009 2014 -0.3315 -0.5723 -0.0907 -328 2009 2015 -0.5206 -0.7742 -0.267 -328 2009 2016 -0.5274 -0.78 -0.2748 -328 2009 2017 -0.5635 -0.8179 -0.309 -328 2009 2018 -0.5879 -0.8469 -0.3288 -328 2009 2019 -0.6798 -0.9518 -0.4077 -328 2009 2020 -0.6068 -0.8777 -0.3359 -328 2009 2021 -0.5351 -0.7838 -0.2864 -328 2009 2022 -0.5091 -0.7812 -0.237 -328 2009 2023 -0.551 -0.8466 -0.2554 -328 2010 2011 -0.1778 -0.3833 0.0276 -328 2010 2012 -0.2727 -0.5156 -0.0297 -328 2010 2013 -0.3288 -0.5793 -0.0783 -328 2010 2014 -0.3501 -0.5991 -0.1012 -328 2010 2015 -0.5392 -0.8096 -0.2688 -328 2010 2016 -0.5461 -0.807 -0.2851 -328 2010 2017 -0.5821 -0.8476 -0.3166 -328 2010 2018 -0.6065 -0.8786 -0.3344 -328 2010 2019 -0.6984 -0.9842 -0.4126 -328 2010 2020 -0.6254 -0.9084 -0.3425 -328 2010 2021 -0.5537 -0.8149 -0.2925 -328 2010 2022 -0.5277 -0.8067 -0.2488 -328 2010 2023 -0.5696 -0.8748 -0.2645 -328 2011 2012 -0.0948 -0.297 0.1074 -328 2011 2013 -0.151 -0.3836 0.0817 -328 2011 2014 -0.1723 -0.4088 0.0642 -328 2011 2015 -0.3614 -0.6103 -0.1126 -328 2011 2016 -0.3682 -0.6184 -0.1181 -328 2011 2017 -0.4043 -0.6537 -0.1549 -328 2011 2018 -0.4287 -0.6883 -0.1691 -328 2011 2019 -0.5206 -0.7861 -0.255 -328 2011 2020 -0.4476 -0.7152 -0.18 -328 2011 2021 -0.3759 -0.6287 -0.1231 -328 2011 2022 -0.3499 -0.625 -0.0748 -328 2011 2023 -0.3918 -0.6846 -0.0991 -328 2012 2013 -0.0561 -0.2668 0.1545 -328 2012 2014 -0.0775 -0.3189 0.1639 -328 2012 2015 -0.2666 -0.5186 -0.0146 -328 2012 2016 -0.2734 -0.5333 -0.0136 -328 2012 2017 -0.3094 -0.5723 -0.0466 -328 2012 2018 -0.3338 -0.6027 -0.065 -328 2012 2019 -0.4257 -0.7001 -0.1514 -328 2012 2020 -0.3528 -0.6323 -0.0732 -328 2012 2021 -0.2811 -0.5444 -0.0177 -328 2012 2022 -0.2551 -0.5424 0.0323 -328 2012 2023 -0.297 -0.6031 0.0091 -328 2013 2014 -0.0214 -0.2356 0.1929 -328 2013 2015 -0.2105 -0.4613 0.0404 -328 2013 2016 -0.2173 -0.477 0.0424 -328 2013 2017 -0.2533 -0.5207 0.014 -328 2013 2018 -0.2777 -0.5539 -0.0015 -328 2013 2019 -0.3696 -0.6506 -0.0887 -328 2013 2020 -0.2967 -0.5827 -0.0107 -328 2013 2021 -0.225 -0.4956 0.0456 -328 2013 2022 -0.199 -0.4895 0.0915 -328 2013 2023 -0.2409 -0.5512 0.0695 -328 2014 2015 -0.1891 -0.4113 0.033 -328 2014 2016 -0.1959 -0.4461 0.0542 -328 2014 2017 -0.232 -0.4916 0.0277 -328 2014 2018 -0.2563 -0.5287 0.016 -328 2014 2019 -0.3483 -0.6325 -0.064 -328 2014 2020 -0.2753 -0.5585 0.0079 -328 2014 2021 -0.2036 -0.4695 0.0623 -328 2014 2022 -0.1776 -0.4641 0.1089 -328 2014 2023 -0.2195 -0.5253 0.0862 -328 2015 2016 -0.0068 -0.2255 0.2119 -328 2015 2017 -0.0429 -0.2969 0.2112 -328 2015 2018 -0.0672 -0.3386 0.2041 -328 2015 2019 -0.1592 -0.4342 0.1158 -328 2015 2020 -0.0862 -0.3725 0.2001 -328 2015 2021 -0.0145 -0.2893 0.2603 -328 2015 2022 0.0115 -0.2877 0.3107 -328 2015 2023 -0.0304 -0.345 0.2841 -328 2016 2017 -0.036 -0.2546 0.1825 -328 2016 2018 -0.0604 -0.3206 0.1997 -328 2016 2019 -0.1523 -0.4275 0.1228 -328 2016 2020 -0.0794 -0.3649 0.2062 -328 2016 2021 -0.0077 -0.2804 0.2651 -328 2016 2022 0.0183 -0.2754 0.312 -328 2016 2023 -0.0236 -0.3365 0.2893 -328 2017 2018 -0.0244 -0.2461 0.1974 -328 2017 2019 -0.1163 -0.3793 0.1467 -328 2017 2020 -0.0433 -0.3215 0.2349 -328 2017 2021 0.0284 -0.2413 0.298 -328 2017 2022 0.0544 -0.2393 0.348 -328 2017 2023 0.0124 -0.2978 0.3227 -328 2018 2019 -0.0919 -0.3208 0.1369 -328 2018 2020 -0.019 -0.2886 0.2507 -328 2018 2021 0.0528 -0.2153 0.3208 -328 2018 2022 0.0788 -0.2184 0.376 -328 2018 2023 0.0368 -0.2808 0.3544 -328 2019 2020 0.073 -0.1579 0.3039 -328 2019 2021 0.1447 -0.12 0.4094 -328 2019 2022 0.1707 -0.1293 0.4706 -328 2019 2023 0.1287 -0.1905 0.448 -328 2020 2021 0.0717 -0.1547 0.2981 -328 2020 2022 0.0977 -0.1863 0.3818 -328 2020 2023 0.0558 -0.2556 0.3671 -328 2021 2022 0.026 -0.1999 0.2519 -328 2021 2023 -0.0159 -0.2949 0.263 -328 2022 2023 -0.0419 -0.282 0.1981 -329 2007 2008 7e-04 -0.1611 0.1626 -329 2007 2009 -0.0107 -0.2112 0.1899 -329 2007 2010 -0.068 -0.2884 0.1524 -329 2007 2011 -0.0507 -0.2696 0.1681 -329 2007 2012 -0.0169 -0.2404 0.2067 -329 2007 2013 -0.0489 -0.2864 0.1885 -329 2007 2014 -0.0145 -0.2466 0.2176 -329 2007 2015 0.1024 -0.1213 0.3261 -329 2007 2016 0.1645 -0.0601 0.3891 -329 2007 2017 0.1641 -0.0547 0.3829 -329 2007 2018 0.1783 -0.0472 0.4039 -329 2007 2019 0.2478 0.0229 0.4727 -329 2007 2020 0.3534 0.1165 0.5904 -329 2007 2021 0.2413 0.017 0.4656 -329 2007 2022 0.1755 -0.08 0.4309 -329 2007 2023 0.266 0.0229 0.509 -329 2008 2009 -0.0114 -0.1648 0.1419 -329 2008 2010 -0.0687 -0.2622 0.1247 -329 2008 2011 -0.0515 -0.2432 0.1402 -329 2008 2012 -0.0176 -0.2159 0.1807 -329 2008 2013 -0.0497 -0.2692 0.1699 -329 2008 2014 -0.0153 -0.2271 0.1966 -329 2008 2015 0.1016 -0.0978 0.3011 -329 2008 2016 0.1637 -0.0378 0.3653 -329 2008 2017 0.1634 -0.031 0.3577 -329 2008 2018 0.1776 -0.0269 0.3821 -329 2008 2019 0.247 0.0434 0.4507 -329 2008 2020 0.3526 0.1416 0.5637 -329 2008 2021 0.2406 0.0381 0.443 -329 2008 2022 0.1747 -0.067 0.4164 -329 2008 2023 0.2652 0.0453 0.4852 -329 2009 2010 -0.0572 -0.2247 0.1103 -329 2009 2011 -0.0401 -0.2238 0.1436 -329 2009 2012 -0.0062 -0.2007 0.1883 -329 2009 2013 -0.0382 -0.2574 0.1809 -329 2009 2014 -0.0038 -0.2174 0.2098 -329 2009 2015 0.1131 -0.0872 0.3133 -329 2009 2016 0.1752 -0.029 0.3793 -329 2009 2017 0.1748 -0.0238 0.3733 -329 2009 2018 0.189 -0.0174 0.3954 -329 2009 2019 0.2585 0.0514 0.4655 -329 2009 2020 0.364 0.1482 0.5798 -329 2009 2021 0.252 0.0474 0.4565 -329 2009 2022 0.1861 -0.0588 0.431 -329 2009 2023 0.2766 0.0522 0.5011 -329 2010 2011 0.0171 -0.1416 0.1759 -329 2010 2012 0.051 -0.145 0.2471 -329 2010 2013 0.0191 -0.1856 0.2238 -329 2010 2014 0.0535 -0.1509 0.2579 -329 2010 2015 0.1704 -0.0446 0.3854 -329 2010 2016 0.2325 0.0105 0.4545 -329 2010 2017 0.2321 0.0249 0.4393 -329 2010 2018 0.2463 0.0388 0.4539 -329 2010 2019 0.3158 0.0997 0.5319 -329 2010 2020 0.4214 0.1668 0.676 -329 2010 2021 0.3093 0.1005 0.5181 -329 2010 2022 0.2435 0.0177 0.4693 -329 2010 2023 0.334 0.0932 0.5748 -329 2011 2012 0.0338 -0.1217 0.1893 -329 2011 2013 0.0019 -0.1895 0.1933 -329 2011 2014 0.0363 -0.1579 0.2305 -329 2011 2015 0.1531 -0.0452 0.3515 -329 2011 2016 0.2152 0.0094 0.4211 -329 2011 2017 0.2148 0.0208 0.4088 -329 2011 2018 0.2291 0.0284 0.4297 -329 2011 2019 0.2985 0.0926 0.5044 -329 2011 2020 0.4041 0.1737 0.6345 -329 2011 2021 0.292 0.0912 0.4929 -329 2011 2022 0.2262 -0.0034 0.4558 -329 2011 2023 0.3167 0.0907 0.5427 -329 2012 2013 -0.0318 -0.2029 0.1393 -329 2012 2014 0.0024 -0.1886 0.1935 -329 2012 2015 0.1193 -0.0706 0.3091 -329 2012 2016 0.1814 -0.0179 0.3807 -329 2012 2017 0.181 -0.0142 0.3762 -329 2012 2018 0.1952 -0.0092 0.3996 -329 2012 2019 0.2647 0.0585 0.4709 -329 2012 2020 0.3702 0.1515 0.589 -329 2012 2021 0.2582 0.0544 0.462 -329 2012 2022 0.1923 -0.0506 0.4353 -329 2012 2023 0.2828 0.0585 0.5071 -329 2013 2014 0.0344 -0.1228 0.1916 -329 2013 2015 0.1513 -0.0503 0.3528 -329 2013 2016 0.2134 -0.0059 0.4327 -329 2013 2017 0.213 0.0058 0.4202 -329 2013 2018 0.2272 0.0185 0.436 -329 2013 2019 0.2967 0.0772 0.5162 -329 2013 2020 0.4024 0.1391 0.6656 -329 2013 2021 0.2902 0.0778 0.5026 -329 2013 2022 0.2244 -0.0013 0.45 -329 2013 2023 0.3149 0.0688 0.561 -329 2014 2015 0.1168 -0.0517 0.2854 -329 2014 2016 0.179 -0.022 0.38 -329 2014 2017 0.1786 -0.0139 0.3711 -329 2014 2018 0.1928 -0.0056 0.3912 -329 2014 2019 0.2623 0.0528 0.4718 -329 2014 2020 0.3679 0.1185 0.6174 -329 2014 2021 0.2558 0.0526 0.459 -329 2014 2022 0.19 -0.0304 0.4103 -329 2014 2023 0.2805 0.0447 0.5163 -329 2015 2016 0.0621 -0.0894 0.2136 -329 2015 2017 0.0617 -0.1134 0.2369 -329 2015 2018 0.076 -0.1183 0.2702 -329 2015 2019 0.1454 -0.0512 0.342 -329 2015 2020 0.251 0.0501 0.4519 -329 2015 2021 0.1389 -0.0599 0.3377 -329 2015 2022 0.0731 -0.17 0.3161 -329 2015 2023 0.1636 -0.0541 0.3812 -329 2016 2017 -3e-04 -0.1532 0.1526 -329 2016 2018 0.0139 -0.176 0.2038 -329 2016 2019 0.0833 -0.1098 0.2765 -329 2016 2020 0.1889 -0.0042 0.382 -329 2016 2021 0.0768 -0.1252 0.2788 -329 2016 2022 0.0109 -0.2376 0.2594 -329 2016 2023 0.1015 -0.1152 0.3182 -329 2017 2018 0.0143 -0.1368 0.1654 -329 2017 2019 0.0837 -0.0911 0.2585 -329 2017 2020 0.1893 -0.0055 0.3842 -329 2017 2021 0.0772 -0.1093 0.2638 -329 2017 2022 0.0114 -0.2133 0.236 -329 2017 2023 0.1019 -0.1086 0.3123 -329 2018 2019 0.0694 -0.0837 0.2226 -329 2018 2020 0.1752 -0.0329 0.3832 -329 2018 2021 0.063 -0.1214 0.2474 -329 2018 2022 -0.0029 -0.2188 0.2131 -329 2018 2023 0.0876 -0.1334 0.3087 -329 2019 2020 0.1056 -0.0682 0.2793 -329 2019 2021 -0.0065 -0.1867 0.1737 -329 2019 2022 -0.0723 -0.2943 0.1496 -329 2019 2023 0.0182 -0.1968 0.2331 -329 2020 2021 -0.1122 -0.297 0.0727 -329 2020 2022 -0.1783 -0.4459 0.0894 -329 2020 2023 -0.0875 -0.2917 0.1168 -329 2021 2022 -0.0657 -0.2375 0.106 -329 2021 2023 0.0246 -0.1691 0.2184 -329 2022 2023 0.0904 -0.1157 0.2966 -330 2007 2008 0.0741 -0.2626 0.4108 -330 2007 2009 -0.0421 -0.4574 0.3731 -330 2007 2010 -0.0065 -0.4586 0.4457 -330 2007 2011 0.1466 -0.3398 0.633 -330 2007 2012 0.2358 -0.2586 0.7303 -330 2007 2013 0.445 -0.0283 0.9183 -330 2007 2014 0.4447 -0.0587 0.948 -330 2007 2015 0.4592 -0.0452 0.9636 -330 2007 2016 0.5698 0.0794 1.0601 -330 2007 2017 0.6955 0.178 1.2129 -330 2007 2018 0.7213 0.2388 1.2038 -330 2007 2019 0.6907 0.1705 1.211 -330 2007 2020 0.7997 0.2416 1.3577 -330 2007 2021 0.9476 0.38 1.5152 -330 2007 2022 1.0073 0.4107 1.6038 -330 2007 2023 0.9283 0.244 1.6127 -330 2008 2009 -0.1163 -0.4524 0.2199 -330 2008 2010 -0.0806 -0.4934 0.3323 -330 2008 2011 0.0725 -0.3793 0.5243 -330 2008 2012 0.1617 -0.3113 0.6348 -330 2008 2013 0.371 -0.0831 0.8251 -330 2008 2014 0.3706 -0.1201 0.8612 -330 2008 2015 0.3851 -0.1116 0.8818 -330 2008 2016 0.4957 0.0141 0.9773 -330 2008 2017 0.6214 0.1162 1.1265 -330 2008 2018 0.6473 0.1775 1.117 -330 2008 2019 0.6166 0.1009 1.1324 -330 2008 2020 0.7256 0.1758 1.2753 -330 2008 2021 0.8735 0.3195 1.4276 -330 2008 2022 0.9332 0.3494 1.517 -330 2008 2023 0.8542 0.1772 1.5313 -330 2009 2010 0.0357 -0.2846 0.3559 -330 2009 2011 0.1888 -0.2219 0.5995 -330 2009 2012 0.278 -0.1636 0.7196 -330 2009 2013 0.4872 0.0415 0.9329 -330 2009 2014 0.4868 0.0118 0.9619 -330 2009 2015 0.5013 0.0241 0.9786 -330 2009 2016 0.6119 0.1411 1.0828 -330 2009 2017 0.7376 0.2379 1.2373 -330 2009 2018 0.7635 0.3042 1.2228 -330 2009 2019 0.7329 0.2342 1.2316 -330 2009 2020 0.8418 0.3017 1.3819 -330 2009 2021 0.9898 0.4372 1.5423 -330 2009 2022 1.0494 0.4607 1.6381 -330 2009 2023 0.9705 0.2952 1.6458 -330 2010 2011 0.1531 -0.1736 0.4798 -330 2010 2012 0.2423 -0.1549 0.6395 -330 2010 2013 0.4515 0.0318 0.8712 -330 2010 2014 0.4511 -0.0095 0.9118 -330 2010 2015 0.4656 -0.0016 0.9329 -330 2010 2016 0.5762 0.1155 1.037 -330 2010 2017 0.7019 0.2088 1.195 -330 2010 2018 0.7278 0.273 1.1825 -330 2010 2019 0.6972 0.2006 1.1938 -330 2010 2020 0.8061 0.2661 1.3461 -330 2010 2021 0.9541 0.3999 1.5082 -330 2010 2022 1.0137 0.4244 1.6031 -330 2010 2023 0.9348 0.2587 1.6108 -330 2011 2012 0.0892 -0.2352 0.4136 -330 2011 2013 0.2984 -0.0943 0.6912 -330 2011 2014 0.298 -0.1555 0.7516 -330 2011 2015 0.3126 -0.1585 0.7836 -330 2011 2016 0.4232 -0.0427 0.8891 -330 2011 2017 0.5488 0.0532 1.0445 -330 2011 2018 0.5747 0.1132 1.0362 -330 2011 2019 0.5441 0.0354 1.0528 -330 2011 2020 0.653 0.1064 1.1997 -330 2011 2021 0.801 0.2459 1.3561 -330 2011 2022 0.8607 0.2737 1.4477 -330 2011 2023 0.7817 0.1036 1.4599 -330 2012 2013 0.2092 -0.1159 0.5344 -330 2012 2014 0.2088 -0.2066 0.6243 -330 2012 2015 0.2234 -0.22 0.6667 -330 2012 2016 0.334 -0.1123 0.7802 -330 2012 2017 0.4596 -0.0217 0.941 -330 2012 2018 0.4855 0.0381 0.9329 -330 2012 2019 0.4549 -0.0396 0.9494 -330 2012 2020 0.5638 0.0286 1.0991 -330 2012 2021 0.7118 0.1677 1.2559 -330 2012 2022 0.7715 0.1952 1.3477 -330 2012 2023 0.6925 0.0238 1.3612 -330 2013 2014 -4e-04 -0.3184 0.3176 -330 2013 2015 0.0141 -0.3689 0.3972 -330 2013 2016 0.1247 -0.2639 0.5134 -330 2013 2017 0.2504 -0.1795 0.6803 -330 2013 2018 0.2763 -0.1237 0.6763 -330 2013 2019 0.2457 -0.2128 0.7042 -330 2013 2020 0.3546 -0.1426 0.8518 -330 2013 2021 0.5026 0.004 1.0012 -330 2013 2022 0.5622 0.0335 1.0909 -330 2013 2023 0.4833 -0.1503 1.1168 -330 2014 2015 0.0145 -0.3042 0.3332 -330 2014 2016 0.1251 -0.258 0.5083 -330 2014 2017 0.2508 -0.1891 0.6906 -330 2014 2018 0.2767 -0.1434 0.6968 -330 2014 2019 0.2461 -0.2282 0.7203 -330 2014 2020 0.355 -0.1592 0.8692 -330 2014 2021 0.503 -0.0176 1.0235 -330 2014 2022 0.5626 0.008 1.1172 -330 2014 2023 0.4837 -0.1683 1.1357 -330 2015 2016 0.1106 -0.2061 0.4274 -330 2015 2017 0.2363 -0.1732 0.6457 -330 2015 2018 0.2622 -0.1439 0.6682 -330 2015 2019 0.2315 -0.2322 0.6953 -330 2015 2020 0.3405 -0.1697 0.8507 -330 2015 2021 0.4885 -0.0327 1.0097 -330 2015 2022 0.5481 -0.0086 1.1048 -330 2015 2023 0.4692 -0.183 1.1213 -330 2016 2017 0.1257 -0.1912 0.4425 -330 2016 2018 0.1516 -0.2066 0.5097 -330 2016 2019 0.1209 -0.3127 0.5545 -330 2016 2020 0.2299 -0.2545 0.7143 -330 2016 2021 0.3778 -0.1173 0.873 -330 2016 2022 0.4375 -0.0926 0.9676 -330 2016 2023 0.3585 -0.2739 0.991 -330 2017 2018 0.0259 -0.2914 0.3432 -330 2017 2019 -0.0047 -0.4319 0.4225 -330 2017 2020 0.1042 -0.379 0.5874 -330 2017 2021 0.2522 -0.2466 0.751 -330 2017 2022 0.3119 -0.2255 0.8492 -330 2017 2023 0.2329 -0.4078 0.8735 -330 2018 2019 -0.0306 -0.3551 0.2938 -330 2018 2020 0.0783 -0.3329 0.4895 -330 2018 2021 0.2263 -0.2118 0.6644 -330 2018 2022 0.286 -0.2028 0.7747 -330 2018 2023 0.207 -0.3925 0.8064 -330 2019 2020 0.1089 -0.2226 0.4404 -330 2019 2021 0.2569 -0.1585 0.6724 -330 2019 2022 0.3166 -0.1667 0.7999 -330 2019 2023 0.2376 -0.3547 0.8299 -330 2020 2021 0.148 -0.187 0.483 -330 2020 2022 0.2077 -0.237 0.6523 -330 2020 2023 0.1287 -0.4366 0.694 -330 2021 2022 0.0597 -0.2787 0.3981 -330 2021 2023 -0.0193 -0.5141 0.4755 -330 2022 2023 -0.079 -0.4524 0.2945 -331 2007 2008 0.1262 6e-04 0.2518 -331 2007 2009 0.1727 0.0271 0.3184 -331 2007 2010 0.1907 0.0472 0.3343 -331 2007 2011 0.2391 0.0928 0.3854 -331 2007 2012 0.345 0.1892 0.5009 -331 2007 2013 0.3474 0.1969 0.4979 -331 2007 2014 0.2929 0.1438 0.4419 -331 2007 2015 0.3148 0.1609 0.4688 -331 2007 2016 0.2715 0.1251 0.418 -331 2007 2017 0.2592 0.1118 0.4065 -331 2007 2018 0.3628 0.2146 0.5111 -331 2007 2019 0.4715 0.3241 0.6189 -331 2007 2020 0.4739 0.3232 0.6246 -331 2007 2021 0.4178 0.2708 0.5647 -331 2007 2022 0.4886 0.3391 0.6381 -331 2007 2023 0.5558 0.3993 0.7123 -331 2008 2009 0.0465 -0.07 0.1631 -331 2008 2010 0.0645 -0.0643 0.1933 -331 2008 2011 0.1129 -0.0133 0.2391 -331 2008 2012 0.2188 0.0814 0.3562 -331 2008 2013 0.2212 0.0848 0.3576 -331 2008 2014 0.1667 0.0355 0.2978 -331 2008 2015 0.1886 0.0513 0.326 -331 2008 2016 0.1453 0.0105 0.2802 -331 2008 2017 0.1329 0.0014 0.2645 -331 2008 2018 0.2366 0.1039 0.3693 -331 2008 2019 0.3453 0.2123 0.4784 -331 2008 2020 0.3477 0.2167 0.4787 -331 2008 2021 0.2916 0.1598 0.4233 -331 2008 2022 0.3624 0.226 0.4988 -331 2008 2023 0.4296 0.2935 0.5657 -331 2009 2010 0.018 -0.0995 0.1355 -331 2009 2011 0.0664 -0.0635 0.1963 -331 2009 2012 0.1723 0.0365 0.308 -331 2009 2013 0.1747 0.0361 0.3132 -331 2009 2014 0.1201 -0.0166 0.2569 -331 2009 2015 0.1421 0.0056 0.2786 -331 2009 2016 0.0988 -0.0385 0.2361 -331 2009 2017 0.0864 -0.0504 0.2233 -331 2009 2018 0.1901 0.0586 0.3215 -331 2009 2019 0.2988 0.163 0.4345 -331 2009 2020 0.3012 0.1646 0.4377 -331 2009 2021 0.245 0.1136 0.3765 -331 2009 2022 0.3159 0.1763 0.4554 -331 2009 2023 0.3831 0.2398 0.5264 -331 2010 2011 0.0484 -0.0675 0.1643 -331 2010 2012 0.1543 0.0187 0.2899 -331 2010 2013 0.1567 0.0219 0.2914 -331 2010 2014 0.1021 -0.0336 0.2379 -331 2010 2015 0.1241 -0.0149 0.2631 -331 2010 2016 0.0808 -0.0531 0.2147 -331 2010 2017 0.0684 -0.0674 0.2042 -331 2010 2018 0.1721 0.0378 0.3064 -331 2010 2019 0.2808 0.1471 0.4145 -331 2010 2020 0.2832 0.1464 0.4199 -331 2010 2021 0.227 0.0932 0.3608 -331 2010 2022 0.2979 0.1611 0.4346 -331 2010 2023 0.3651 0.2221 0.5081 -331 2011 2012 0.1059 -0.0136 0.2254 -331 2011 2013 0.1083 -0.0235 0.24 -331 2011 2014 0.0537 -0.0762 0.1836 -331 2011 2015 0.0757 -0.0614 0.2128 -331 2011 2016 0.0324 -0.1023 0.1671 -331 2011 2017 0.02 -0.1115 0.1516 -331 2011 2018 0.1237 -0.0096 0.257 -331 2011 2019 0.2324 0.0979 0.3668 -331 2011 2020 0.2348 0.1024 0.3672 -331 2011 2021 0.1786 0.0463 0.311 -331 2011 2022 0.2495 0.1121 0.3869 -331 2011 2023 0.3167 0.1785 0.4549 -331 2012 2013 0.0024 -0.1174 0.1221 -331 2012 2014 -0.0522 -0.187 0.0827 -331 2012 2015 -0.0302 -0.167 0.1066 -331 2012 2016 -0.0735 -0.2138 0.0668 -331 2012 2017 -0.0859 -0.2274 0.0557 -331 2012 2018 0.0178 -0.1179 0.1534 -331 2012 2019 0.1265 -0.0115 0.2645 -331 2012 2020 0.1289 -0.0107 0.2684 -331 2012 2021 0.0727 -0.0643 0.2098 -331 2012 2022 0.1436 5e-04 0.2866 -331 2012 2023 0.2108 0.0646 0.357 -331 2013 2014 -0.0545 -0.1736 0.0645 -331 2013 2015 -0.0326 -0.1676 0.1024 -331 2013 2016 -0.0759 -0.2104 0.0587 -331 2013 2017 -0.0882 -0.2272 0.0507 -331 2013 2018 0.0154 -0.1213 0.1521 -331 2013 2019 0.1241 -0.0101 0.2584 -331 2013 2020 0.1265 -0.0112 0.2643 -331 2013 2021 0.0704 -0.0671 0.2079 -331 2013 2022 0.1412 0.0027 0.2797 -331 2013 2023 0.2084 0.0646 0.3522 -331 2014 2015 0.022 -0.0969 0.1408 -331 2014 2016 -0.0213 -0.1518 0.1092 -331 2014 2017 -0.0337 -0.1639 0.0964 -331 2014 2018 0.0699 -0.0636 0.2035 -331 2014 2019 0.1787 0.0433 0.314 -331 2014 2020 0.181 0.049 0.3131 -331 2014 2021 0.1249 -0.008 0.2578 -331 2014 2022 0.1957 0.0577 0.3338 -331 2014 2023 0.263 0.125 0.4009 -331 2015 2016 -0.0433 -0.1622 0.0757 -331 2015 2017 -0.0557 -0.1893 0.0779 -331 2015 2018 0.048 -0.0838 0.1798 -331 2015 2019 0.1567 0.0203 0.2931 -331 2015 2020 0.1591 0.0214 0.2967 -331 2015 2021 0.1029 -0.0311 0.2369 -331 2015 2022 0.1738 0.0328 0.3148 -331 2015 2023 0.241 0.0964 0.3856 -331 2016 2017 -0.0124 -0.1289 0.1041 -331 2016 2018 0.0913 -0.0378 0.2204 -331 2016 2019 0.2 0.0698 0.3302 -331 2016 2020 0.2024 0.0676 0.3371 -331 2016 2021 0.1462 0.0138 0.2786 -331 2016 2022 0.2171 0.0828 0.3513 -331 2016 2023 0.2843 0.1431 0.4254 -331 2017 2018 0.1037 -0.0121 0.2194 -331 2017 2019 0.2124 0.0817 0.3431 -331 2017 2020 0.2148 0.0857 0.3438 -331 2017 2021 0.1586 0.0294 0.2878 -331 2017 2022 0.2294 0.0936 0.3653 -331 2017 2023 0.2967 0.1612 0.4322 -331 2018 2019 0.1087 -0.0066 0.224 -331 2018 2020 0.1111 -0.0169 0.2391 -331 2018 2021 0.055 -0.0686 0.1785 -331 2018 2022 0.1258 -0.0087 0.2602 -331 2018 2023 0.193 0.0534 0.3326 -331 2019 2020 0.0024 -0.113 0.1177 -331 2019 2021 -0.0538 -0.1815 0.074 -331 2019 2022 0.0171 -0.1125 0.1467 -331 2019 2023 0.0843 -0.0535 0.2221 -331 2020 2021 -0.0562 -0.1716 0.0593 -331 2020 2022 0.0147 -0.1161 0.1454 -331 2020 2023 0.0819 -0.0494 0.2133 -331 2021 2022 0.0708 -0.0454 0.1871 -331 2021 2023 0.1381 0.0058 0.2704 -331 2022 2023 0.0672 -0.0532 0.1877 -332 2007 2008 -0.0045 -0.1562 0.1472 -332 2007 2009 0.0276 -0.1753 0.2304 -332 2007 2010 0.0457 -0.1893 0.2807 -332 2007 2011 0.0797 -0.19 0.3493 -332 2007 2012 0.0914 -0.1905 0.3733 -332 2007 2013 0.0963 -0.188 0.3806 -332 2007 2014 0.0955 -0.1891 0.3801 -332 2007 2015 0.0993 -0.1904 0.3889 -332 2007 2016 0.1361 -0.1656 0.4378 -332 2007 2017 0.1623 -0.1517 0.4763 -332 2007 2018 0.1899 -0.144 0.5238 -332 2007 2019 0.2311 -0.1443 0.6065 -332 2007 2020 0.1836 -0.1447 0.5118 -332 2007 2021 0.1762 -0.1539 0.5064 -332 2007 2022 0.1635 -0.1715 0.4985 -332 2007 2023 0.1688 -0.1836 0.5213 -332 2008 2009 0.0323 -0.1241 0.1887 -332 2008 2010 0.0505 -0.154 0.2549 -332 2008 2011 0.0846 -0.1654 0.3347 -332 2008 2012 0.0963 -0.1691 0.3618 -332 2008 2013 0.1012 -0.1672 0.3695 -332 2008 2014 0.1003 -0.1667 0.3674 -332 2008 2015 0.1041 -0.167 0.3752 -332 2008 2016 0.141 -0.1479 0.4298 -332 2008 2017 0.1672 -0.1369 0.4714 -332 2008 2018 0.1948 -0.1323 0.5219 -332 2008 2019 0.2361 -0.1361 0.6083 -332 2008 2020 0.1884 -0.1307 0.5075 -332 2008 2021 0.1811 -0.1388 0.5009 -332 2008 2022 0.1683 -0.1545 0.4911 -332 2008 2023 0.1737 -0.1679 0.5152 -332 2009 2010 0.018 -0.1273 0.1633 -332 2009 2011 0.0517 -0.1487 0.2521 -332 2009 2012 0.0634 -0.1607 0.2876 -332 2009 2013 0.0684 -0.1659 0.3027 -332 2009 2014 0.0677 -0.1743 0.3096 -332 2009 2015 0.0715 -0.1813 0.3242 -332 2009 2016 0.1082 -0.1523 0.3686 -332 2009 2017 0.1344 -0.137 0.4058 -332 2009 2018 0.1619 -0.1282 0.452 -332 2009 2019 0.2031 -0.1271 0.5332 -332 2009 2020 0.1556 -0.1333 0.4445 -332 2009 2021 0.1483 -0.1451 0.4416 -332 2009 2022 0.1356 -0.167 0.4381 -332 2009 2023 0.1409 -0.1795 0.4613 -332 2010 2011 0.0336 -0.1186 0.1857 -332 2010 2012 0.0453 -0.1472 0.2378 -332 2010 2013 0.0502 -0.1613 0.2618 -332 2010 2014 0.0496 -0.1762 0.2753 -332 2010 2015 0.0534 -0.1875 0.2943 -332 2010 2016 0.09 -0.1566 0.3367 -332 2010 2017 0.1162 -0.1406 0.373 -332 2010 2018 0.1437 -0.1306 0.4179 -332 2010 2019 0.1849 -0.1276 0.4973 -332 2010 2020 0.1374 -0.1387 0.4136 -332 2010 2021 0.1301 -0.1521 0.4123 -332 2010 2022 0.1174 -0.1764 0.4113 -332 2010 2023 0.1228 -0.1888 0.4344 -332 2011 2012 0.0116 -0.1316 0.1549 -332 2011 2013 0.0166 -0.1687 0.202 -332 2011 2014 0.016 -0.1993 0.2313 -332 2011 2015 0.0198 -0.2197 0.2592 -332 2011 2016 0.0562 -0.1801 0.2925 -332 2011 2017 0.0822 -0.16 0.3245 -332 2011 2018 0.1096 -0.1439 0.3632 -332 2011 2019 0.1507 -0.1307 0.432 -332 2011 2020 0.1035 -0.1613 0.3682 -332 2011 2021 0.0962 -0.1785 0.3709 -332 2011 2022 0.0836 -0.2085 0.3756 -332 2011 2023 0.0889 -0.2191 0.3969 -332 2012 2013 0.005 -0.1386 0.1487 -332 2012 2014 0.0044 -0.1869 0.1957 -332 2012 2015 0.0082 -0.2151 0.2315 -332 2012 2016 0.0446 -0.1797 0.2689 -332 2012 2017 0.0706 -0.1625 0.3037 -332 2012 2018 0.098 -0.1481 0.3441 -332 2012 2019 0.139 -0.1362 0.4142 -332 2012 2020 0.0918 -0.1672 0.3509 -332 2012 2021 0.0846 -0.185 0.3541 -332 2012 2022 0.0719 -0.2154 0.3593 -332 2012 2023 0.0773 -0.2264 0.3809 -332 2013 2014 -5e-04 -0.1459 0.1449 -332 2013 2015 0.0033 -0.1897 0.1963 -332 2013 2016 0.0397 -0.1654 0.2447 -332 2013 2017 0.0657 -0.1548 0.2862 -332 2013 2018 0.0931 -0.1457 0.3318 -332 2013 2019 0.1342 -0.1393 0.4077 -332 2013 2020 0.087 -0.1644 0.3384 -332 2013 2021 0.0797 -0.1821 0.3415 -332 2013 2022 0.0671 -0.2117 0.3458 -332 2013 2023 0.0724 -0.224 0.3688 -332 2014 2015 0.004 -0.1405 0.1484 -332 2014 2016 0.0403 -0.1429 0.2235 -332 2014 2017 0.0664 -0.1446 0.2774 -332 2014 2018 0.0939 -0.1441 0.3319 -332 2014 2019 0.1353 -0.146 0.4165 -332 2014 2020 0.0878 -0.1611 0.3367 -332 2014 2021 0.0805 -0.1776 0.3386 -332 2014 2022 0.0679 -0.2048 0.3406 -332 2014 2023 0.0732 -0.219 0.3654 -332 2015 2016 0.0364 -0.1152 0.188 -332 2015 2017 0.0626 -0.1369 0.2621 -332 2015 2018 0.0902 -0.1462 0.3266 -332 2015 2019 0.1317 -0.1548 0.4182 -332 2015 2020 0.084 -0.1655 0.3335 -332 2015 2021 0.0767 -0.1816 0.335 -332 2015 2022 0.0641 -0.207 0.3351 -332 2015 2023 0.0694 -0.2227 0.3614 -332 2016 2017 0.0259 -0.1175 0.1693 -332 2016 2018 0.0532 -0.139 0.2455 -332 2016 2019 0.0945 -0.1483 0.3372 -332 2016 2020 0.0473 -0.1782 0.2727 -332 2016 2021 0.04 -0.2004 0.2805 -332 2016 2022 0.0275 -0.2331 0.288 -332 2016 2023 0.0328 -0.2476 0.3131 -332 2017 2018 0.0271 -0.1179 0.1721 -332 2017 2019 0.0681 -0.1406 0.2768 -332 2017 2020 0.0213 -0.1864 0.2289 -332 2017 2021 0.0141 -0.2144 0.2425 -332 2017 2022 0.0015 -0.2523 0.2553 -332 2017 2023 0.0068 -0.2667 0.2802 -332 2018 2019 0.0405 -0.118 0.1991 -332 2018 2020 -0.0058 -0.1954 0.1837 -332 2018 2021 -0.0131 -0.2327 0.2064 -332 2018 2022 -0.0258 -0.2776 0.2261 -332 2018 2023 -0.0205 -0.2917 0.2508 -332 2019 2020 -0.047 -0.2254 0.1314 -332 2019 2021 -0.0541 -0.2777 0.1695 -332 2019 2022 -0.0669 -0.3323 0.1985 -332 2019 2023 -0.0614 -0.3454 0.2226 -332 2020 2021 -0.0071 -0.1516 0.1374 -332 2020 2022 -0.0196 -0.2171 0.1779 -332 2020 2023 -0.0144 -0.2445 0.2157 -332 2021 2022 -0.0124 -0.1617 0.137 -332 2021 2023 -0.0072 -0.2059 0.1915 -332 2022 2023 0.0052 -0.1451 0.1554 -333 2007 2010 0.0749 -0.0284 0.1782 -333 2007 2013 -0.1523 -0.2595 -0.0451 -333 2007 2016 -0.2392 -0.3467 -0.1318 -333 2007 2019 -0.0272 -0.1327 0.0784 -333 2007 2022 -0.0813 -0.1996 0.0371 -333 2010 2013 -0.2272 -0.3375 -0.1168 -333 2010 2016 -0.3141 -0.4323 -0.1959 -333 2010 2019 -0.102 -0.2045 4e-04 -333 2010 2022 -0.1562 -0.2787 -0.0336 -333 2013 2016 -0.087 -0.1894 0.0155 -333 2013 2019 0.1251 0.0149 0.2353 -333 2013 2022 0.071 -0.0497 0.1917 -333 2016 2019 0.2121 0.1048 0.3193 -333 2016 2022 0.1579 0.0397 0.2761 -333 2019 2022 -0.0541 -0.1634 0.0551 -334 2007 2008 0.2069 -0.1888 0.6026 -334 2007 2009 0.038 -0.3976 0.4737 -334 2007 2010 0.1604 -0.3162 0.6369 -334 2007 2011 0.382 -0.1324 0.8965 -334 2007 2012 0.4794 0.0034 0.9555 -334 2007 2013 0.5592 0.025 1.0934 -334 2007 2014 0.3348 -0.1747 0.8443 -334 2007 2015 0.2474 -0.2559 0.7506 -334 2007 2016 -0.0844 -0.6075 0.4386 -334 2007 2017 -0.3725 -0.9246 0.1796 -334 2007 2018 -0.4895 -1.0541 0.0751 -334 2007 2019 -0.4781 -1.0569 0.1006 -334 2007 2020 -0.7232 -1.3199 -0.1264 -334 2007 2021 -0.8535 -1.4506 -0.2563 -334 2007 2022 -0.8351 -1.4874 -0.1827 -334 2007 2023 -0.9695 -1.6939 -0.2452 -334 2008 2009 -0.1689 -0.5442 0.2064 -334 2008 2010 -0.0465 -0.487 0.3941 -334 2008 2011 0.1752 -0.283 0.6333 -334 2008 2012 0.2727 -0.1452 0.6905 -334 2008 2013 0.3524 -0.1114 0.8162 -334 2008 2014 0.128 -0.3341 0.5901 -334 2008 2015 0.0406 -0.4055 0.4867 -334 2008 2016 -0.2912 -0.7931 0.2107 -334 2008 2017 -0.5793 -1.1311 -0.0276 -334 2008 2018 -0.6963 -1.2552 -0.1374 -334 2008 2019 -0.6849 -1.2313 -0.1385 -334 2008 2020 -0.93 -1.5227 -0.3372 -334 2008 2021 -1.0603 -1.6605 -0.46 -334 2008 2022 -1.0419 -1.6845 -0.3992 -334 2008 2023 -1.1764 -1.9085 -0.4442 -334 2009 2010 0.1223 -0.2278 0.4725 -334 2009 2011 0.344 -0.0859 0.7739 -334 2009 2012 0.4414 0.0433 0.8396 -334 2009 2013 0.5212 0.0432 0.9991 -334 2009 2014 0.2968 -0.1537 0.7473 -334 2009 2015 0.2093 -0.2309 0.6495 -334 2009 2016 -0.1224 -0.591 0.3462 -334 2009 2017 -0.4105 -0.9108 0.0897 -334 2009 2018 -0.5275 -1.0407 -0.0143 -334 2009 2019 -0.5161 -1.0464 0.0141 -334 2009 2020 -0.7612 -1.3099 -0.2125 -334 2009 2021 -0.8915 -1.4396 -0.3434 -334 2009 2022 -0.8731 -1.4813 -0.2648 -334 2009 2023 -1.0076 -1.6924 -0.3227 -334 2010 2011 0.2217 -0.1504 0.5938 -334 2010 2012 0.3191 -0.0751 0.7134 -334 2010 2013 0.3989 -0.0747 0.8725 -334 2010 2014 0.1745 -0.2858 0.6348 -334 2010 2015 0.087 -0.3649 0.539 -334 2010 2016 -0.2448 -0.7308 0.2413 -334 2010 2017 -0.5329 -1.0561 -0.0096 -334 2010 2018 -0.6498 -1.1852 -0.1145 -334 2010 2019 -0.6385 -1.184 -0.0929 -334 2010 2020 -0.8835 -1.4545 -0.3126 -334 2010 2021 -1.0138 -1.5863 -0.4413 -334 2010 2022 -0.9954 -1.6231 -0.3677 -334 2010 2023 -1.1299 -1.8361 -0.4237 -334 2011 2012 0.0975 -0.251 0.4459 -334 2011 2013 0.1773 -0.267 0.6215 -334 2011 2014 -0.0472 -0.5032 0.4088 -334 2011 2015 -0.1346 -0.5803 0.3111 -334 2011 2016 -0.4664 -0.9694 0.0365 -334 2011 2017 -0.7545 -1.3068 -0.2023 -334 2011 2018 -0.8715 -1.4328 -0.3102 -334 2011 2019 -0.8601 -1.4146 -0.3056 -334 2011 2020 -1.1052 -1.7026 -0.5078 -334 2011 2021 -1.2355 -1.8389 -0.632 -334 2011 2022 -1.2171 -1.8653 -0.5689 -334 2011 2023 -1.3516 -2.0867 -0.6164 -334 2012 2013 0.0798 -0.2654 0.4249 -334 2012 2014 -0.1446 -0.5286 0.2393 -334 2012 2015 -0.2321 -0.6071 0.143 -334 2012 2016 -0.5639 -1.0102 -0.1176 -334 2012 2017 -0.852 -1.3555 -0.3484 -334 2012 2018 -0.9689 -1.4807 -0.4572 -334 2012 2019 -0.9576 -1.4612 -0.4539 -334 2012 2020 -1.2026 -1.7537 -0.6516 -334 2012 2021 -1.3329 -1.8917 -0.7741 -334 2012 2022 -1.3145 -1.9201 -0.7089 -334 2012 2023 -1.449 -2.1477 -0.7503 -334 2013 2014 -0.2244 -0.5929 0.1441 -334 2013 2015 -0.3118 -0.7162 0.0925 -334 2013 2016 -0.6437 -1.1383 -0.1491 -334 2013 2017 -0.9318 -1.4959 -0.3676 -334 2013 2018 -1.0487 -1.6206 -0.4769 -334 2013 2019 -1.0373 -1.5862 -0.4885 -334 2013 2020 -1.2824 -1.8933 -0.6715 -334 2013 2021 -1.4126 -2.0361 -0.7892 -334 2013 2022 -1.3943 -2.0529 -0.7356 -334 2013 2023 -1.5288 -2.2841 -0.7734 -334 2014 2015 -0.0874 -0.4356 0.2608 -334 2014 2016 -0.4193 -0.8694 0.0308 -334 2014 2017 -0.7074 -1.2212 -0.1936 -334 2014 2018 -0.8243 -1.3569 -0.2918 -334 2014 2019 -0.813 -1.3476 -0.2783 -334 2014 2020 -1.058 -1.6344 -0.4817 -334 2014 2021 -1.1883 -1.7725 -0.6041 -334 2014 2022 -1.1699 -1.8029 -0.5369 -334 2014 2023 -1.3044 -2.0236 -0.5852 -334 2015 2016 -0.3319 -0.7068 0.0431 -334 2015 2017 -0.62 -1.1004 -0.1396 -334 2015 2018 -0.7369 -1.2449 -0.2289 -334 2015 2019 -0.7255 -1.2348 -0.2162 -334 2015 2020 -0.9706 -1.5345 -0.4067 -334 2015 2021 -1.1008 -1.6764 -0.5252 -334 2015 2022 -1.0825 -1.7058 -0.4591 -334 2015 2023 -1.2169 -1.9332 -0.5007 -334 2016 2017 -0.2881 -0.6834 0.1072 -334 2016 2018 -0.4051 -0.8848 0.0746 -334 2016 2019 -0.3937 -0.9187 0.1313 -334 2016 2020 -0.6388 -1.2068 -0.0708 -334 2016 2021 -0.7691 -1.3494 -0.1888 -334 2016 2022 -0.7507 -1.3922 -0.1092 -334 2016 2023 -0.8852 -1.6058 -0.1645 -334 2017 2018 -0.117 -0.5174 0.2834 -334 2017 2019 -0.1056 -0.6227 0.4116 -334 2017 2020 -0.3507 -0.9138 0.2124 -334 2017 2021 -0.481 -1.0637 0.1016 -334 2017 2022 -0.4626 -1.1203 0.1951 -334 2017 2023 -0.5971 -1.3232 0.129 -334 2018 2019 0.0114 -0.4095 0.4323 -334 2018 2020 -0.2337 -0.7546 0.2872 -334 2018 2021 -0.364 -0.9302 0.2021 -334 2018 2022 -0.3456 -0.9951 0.3039 -334 2018 2023 -0.4801 -1.2063 0.2462 -334 2019 2020 -0.2451 -0.6753 0.1851 -334 2019 2021 -0.3754 -0.9107 0.1598 -334 2019 2022 -0.357 -0.9826 0.2686 -334 2019 2023 -0.4915 -1.2173 0.2343 -334 2020 2021 -0.1303 -0.5503 0.2897 -334 2020 2022 -0.1119 -0.6824 0.4586 -334 2020 2023 -0.2464 -0.9217 0.4289 -334 2021 2022 0.0184 -0.4196 0.4564 -334 2021 2023 -0.1161 -0.6992 0.467 -334 2022 2023 -0.1345 -0.5904 0.3215 -335 2007 2010 -0.2399 -0.4265 -0.0533 -335 2007 2013 -0.2028 -0.4061 5e-04 -335 2007 2016 -0.0063 -0.1974 0.1849 -335 2007 2019 -0.326 -0.5368 -0.1152 -335 2007 2022 -0.4985 -0.7673 -0.2298 -335 2010 2013 0.0371 -0.1465 0.2208 -335 2010 2016 0.2337 0.0192 0.4481 -335 2010 2019 -0.0861 -0.2958 0.1236 -335 2010 2022 -0.2586 -0.5182 9e-04 -335 2013 2016 0.1966 0.0017 0.3914 -335 2013 2019 -0.1232 -0.3318 0.0854 -335 2013 2022 -0.2958 -0.5587 -0.0328 -335 2016 2019 -0.3198 -0.516 -0.1236 -335 2016 2022 -0.4923 -0.7635 -0.2211 -335 2019 2022 -0.1726 -0.3938 0.0486 -336 2007 2010 0.1784 0.0608 0.296 -336 2007 2013 0.0788 -0.0482 0.2059 -336 2007 2016 0.113 -0.0085 0.2345 -336 2007 2019 0.3669 0.2479 0.4859 -336 2007 2022 0.4978 0.3583 0.6372 -336 2010 2013 -0.0996 -0.22 0.0209 -336 2010 2016 -0.0653 -0.1868 0.0561 -336 2010 2019 0.1885 0.0743 0.3028 -336 2010 2022 0.3194 0.1852 0.4537 -336 2013 2016 0.0342 -0.0826 0.151 -336 2013 2019 0.2881 0.1673 0.4089 -336 2013 2022 0.419 0.2772 0.5607 -336 2016 2019 0.2539 0.1453 0.3625 -336 2016 2022 0.3848 0.2505 0.519 -336 2019 2022 0.1309 0.0123 0.2494 -337 2007 2008 0.0349 -0.0682 0.138 -337 2007 2009 0.0818 -0.0378 0.2014 -337 2007 2010 0.1661 0.0515 0.2806 -337 2007 2011 0.1631 0.0411 0.2851 -337 2007 2012 0.0929 -0.0336 0.2194 -337 2007 2013 0.0873 -0.033 0.2077 -337 2007 2014 0.1349 0.0121 0.2577 -337 2007 2015 0.0666 -0.0585 0.1918 -337 2007 2016 0.0132 -0.1058 0.1321 -337 2007 2017 0.0431 -0.0788 0.165 -337 2007 2018 0.0109 -0.1134 0.1352 -337 2007 2019 -0.039 -0.1614 0.0834 -337 2007 2020 0.0463 -0.077 0.1696 -337 2007 2021 0.0406 -0.0851 0.1663 -337 2007 2022 0.0163 -0.1125 0.145 -337 2007 2023 -0.0802 -0.2218 0.0614 -337 2008 2009 0.0469 -0.0535 0.1474 -337 2008 2010 0.1312 0.024 0.2384 -337 2008 2011 0.1282 0.0176 0.2389 -337 2008 2012 0.058 -0.0601 0.1762 -337 2008 2013 0.0524 -0.0618 0.1667 -337 2008 2014 0.1 -0.0109 0.211 -337 2008 2015 0.0318 -0.0846 0.1481 -337 2008 2016 -0.0217 -0.1348 0.0915 -337 2008 2017 0.0083 -0.1023 0.1188 -337 2008 2018 -0.0239 -0.1396 0.0917 -337 2008 2019 -0.0739 -0.19 0.0422 -337 2008 2020 0.0114 -0.1003 0.1231 -337 2008 2021 0.0057 -0.1102 0.1217 -337 2008 2022 -0.0186 -0.1404 0.1032 -337 2008 2023 -0.1151 -0.2477 0.0175 -337 2009 2010 0.0843 -0.0157 0.1842 -337 2009 2011 0.0813 -0.0332 0.1958 -337 2009 2012 0.0111 -0.1075 0.1297 -337 2009 2013 0.0055 -0.112 0.1231 -337 2009 2014 0.0531 -0.0643 0.1705 -337 2009 2015 -0.0152 -0.1322 0.1019 -337 2009 2016 -0.0686 -0.1851 0.0479 -337 2009 2017 -0.0387 -0.1557 0.0783 -337 2009 2018 -0.0709 -0.1879 0.0462 -337 2009 2019 -0.1208 -0.2407 -9e-04 -337 2009 2020 -0.0355 -0.1538 0.0827 -337 2009 2021 -0.0412 -0.1588 0.0765 -337 2009 2022 -0.0655 -0.1914 0.0604 -337 2009 2023 -0.162 -0.3005 -0.0236 -337 2010 2011 -0.003 -0.1015 0.0955 -337 2010 2012 -0.0732 -0.1874 0.041 -337 2010 2013 -0.0787 -0.1894 0.0319 -337 2010 2014 -0.0312 -0.1435 0.0812 -337 2010 2015 -0.0994 -0.215 0.0162 -337 2010 2016 -0.1529 -0.2629 -0.0428 -337 2010 2017 -0.1229 -0.2352 -0.0107 -337 2010 2018 -0.1551 -0.2699 -0.0403 -337 2010 2019 -0.2051 -0.3197 -0.0904 -337 2010 2020 -0.1198 -0.2333 -0.0063 -337 2010 2021 -0.1254 -0.241 -0.0099 -337 2010 2022 -0.1498 -0.2696 -0.03 -337 2010 2023 -0.2463 -0.3813 -0.1113 -337 2011 2012 -0.0702 -0.1742 0.0339 -337 2011 2013 -0.0758 -0.1885 0.037 -337 2011 2014 -0.0282 -0.14 0.0837 -337 2011 2015 -0.0964 -0.215 0.0221 -337 2011 2016 -0.1499 -0.2658 -0.034 -337 2011 2017 -0.12 -0.2331 -0.0068 -337 2011 2018 -0.1522 -0.2706 -0.0337 -337 2011 2019 -0.2021 -0.3218 -0.0824 -337 2011 2020 -0.1168 -0.2311 -0.0025 -337 2011 2021 -0.1225 -0.2414 -0.0035 -337 2011 2022 -0.1468 -0.2716 -0.0221 -337 2011 2023 -0.2433 -0.3797 -0.1069 -337 2012 2013 -0.0056 -0.1087 0.0975 -337 2012 2014 0.042 -0.0744 0.1584 -337 2012 2015 -0.0263 -0.1452 0.0927 -337 2012 2016 -0.0797 -0.1986 0.0392 -337 2012 2017 -0.0498 -0.1696 0.0701 -337 2012 2018 -0.082 -0.2024 0.0385 -337 2012 2019 -0.1319 -0.2545 -0.0093 -337 2012 2020 -0.0466 -0.168 0.0747 -337 2012 2021 -0.0523 -0.174 0.0695 -337 2012 2022 -0.0766 -0.2057 0.0525 -337 2012 2023 -0.1731 -0.3139 -0.0323 -337 2013 2014 0.0476 -0.0541 0.1492 -337 2013 2015 -0.0207 -0.1354 0.094 -337 2013 2016 -0.0741 -0.1858 0.0375 -337 2013 2017 -0.0442 -0.1596 0.0712 -337 2013 2018 -0.0764 -0.1947 0.0419 -337 2013 2019 -0.1263 -0.244 -0.0086 -337 2013 2020 -0.0411 -0.1582 0.0761 -337 2013 2021 -0.0467 -0.1663 0.0729 -337 2013 2022 -0.0711 -0.1949 0.0528 -337 2013 2023 -0.1676 -0.3038 -0.0313 -337 2014 2015 -0.0683 -0.1702 0.0337 -337 2014 2016 -0.1217 -0.2329 -0.0105 -337 2014 2017 -0.0918 -0.2004 0.0168 -337 2014 2018 -0.124 -0.2401 -0.0078 -337 2014 2019 -0.1739 -0.2925 -0.0554 -337 2014 2020 -0.0886 -0.1989 0.0216 -337 2014 2021 -0.0943 -0.2111 0.0225 -337 2014 2022 -0.1186 -0.2417 0.0044 -337 2014 2023 -0.2151 -0.3494 -0.0808 -337 2015 2016 -0.0534 -0.1548 0.0479 -337 2015 2017 -0.0235 -0.1364 0.0894 -337 2015 2018 -0.0557 -0.1712 0.0598 -337 2015 2019 -0.1056 -0.2251 0.0138 -337 2015 2020 -0.0204 -0.138 0.0973 -337 2015 2021 -0.026 -0.1442 0.0921 -337 2015 2022 -0.0504 -0.1765 0.0757 -337 2015 2023 -0.1469 -0.2856 -0.0082 -337 2016 2017 0.0299 -0.07 0.1299 -337 2016 2018 -0.0023 -0.1146 0.1101 -337 2016 2019 -0.0522 -0.165 0.0606 -337 2016 2020 0.0331 -0.0817 0.1479 -337 2016 2021 0.0274 -0.09 0.1448 -337 2016 2022 0.0031 -0.1181 0.1243 -337 2016 2023 -0.0934 -0.2278 0.0409 -337 2017 2018 -0.0322 -0.1328 0.0684 -337 2017 2019 -0.0821 -0.1952 0.0309 -337 2017 2020 0.0031 -0.1052 0.1115 -337 2017 2021 -0.0025 -0.1177 0.1127 -337 2017 2022 -0.0269 -0.1487 0.095 -337 2017 2023 -0.1234 -0.256 0.0093 -337 2018 2019 -0.0499 -0.1525 0.0526 -337 2018 2020 0.0353 -0.0769 0.1476 -337 2018 2021 0.0297 -0.0841 0.1435 -337 2018 2022 0.0053 -0.1187 0.1293 -337 2018 2023 -0.0912 -0.2287 0.0464 -337 2019 2020 0.0853 -0.0176 0.1882 -337 2019 2021 0.0796 -0.0361 0.1953 -337 2019 2022 0.0553 -0.0664 0.177 -337 2019 2023 -0.0412 -0.177 0.0945 -337 2020 2021 -0.0056 -0.1068 0.0955 -337 2020 2022 -0.03 -0.1477 0.0877 -337 2020 2023 -0.1265 -0.2576 0.0046 -337 2021 2022 -0.0244 -0.1297 0.081 -337 2021 2023 -0.1209 -0.2516 0.0099 -337 2022 2023 -0.0965 -0.2117 0.0187 -338 2007 2010 -0.0696 -0.3835 0.2443 -338 2007 2013 -0.1265 -0.4571 0.204 -338 2007 2016 -0.1617 -0.4718 0.1483 -338 2007 2019 -0.6393 -0.9781 -0.3005 -338 2007 2022 -1.0271 -1.464 -0.5902 -338 2010 2013 -0.0569 -0.3434 0.2295 -338 2010 2016 -0.0921 -0.3918 0.2076 -338 2010 2019 -0.5697 -0.8876 -0.2518 -338 2010 2022 -0.9575 -1.3792 -0.5357 -338 2013 2016 -0.0352 -0.3041 0.2337 -338 2013 2019 -0.5128 -0.8172 -0.2083 -338 2013 2022 -0.9005 -1.3036 -0.4975 -338 2016 2019 -0.4776 -0.7539 -0.2013 -338 2016 2022 -0.8653 -1.2614 -0.4693 -338 2019 2022 -0.3878 -0.7578 -0.0178 -339 2007 2008 -0.1593 -0.2778 -0.0409 -339 2007 2009 -0.1587 -0.2963 -0.0211 -339 2007 2010 -0.1943 -0.2852 -0.1034 -339 2007 2011 -0.1688 -0.2929 -0.0447 -339 2007 2012 -0.0781 -0.2117 0.0554 -339 2007 2013 -0.1785 -0.2858 -0.0711 -339 2007 2014 -0.3224 -0.4629 -0.1819 -339 2007 2015 -0.2123 -0.3417 -0.0829 -339 2007 2016 -0.1429 -0.2476 -0.0382 -339 2007 2017 -0.4436 -0.5755 -0.3117 -339 2007 2018 -0.3954 -0.5296 -0.2612 -339 2007 2019 -0.383 -0.4982 -0.2678 -339 2007 2020 -0.355 -0.4882 -0.2218 -339 2007 2021 -0.3129 -0.444 -0.1818 -339 2007 2022 -0.3891 -0.5182 -0.2599 -339 2007 2023 -0.2625 -0.4075 -0.1174 -339 2008 2009 7e-04 -0.1374 0.1387 -339 2008 2010 -0.035 -0.1581 0.0882 -339 2008 2011 -0.0095 -0.1148 0.0958 -339 2008 2012 0.0812 -0.0603 0.2227 -339 2008 2013 -0.0191 -0.1488 0.1105 -339 2008 2014 -0.1631 -0.2911 -0.0351 -339 2008 2015 -0.053 -0.1888 0.0828 -339 2008 2016 0.0164 -0.1151 0.148 -339 2008 2017 -0.2843 -0.404 -0.1645 -339 2008 2018 -0.2361 -0.3776 -0.0946 -339 2008 2019 -0.2237 -0.3562 -0.0911 -339 2008 2020 -0.1956 -0.3204 -0.0709 -339 2008 2021 -0.1536 -0.29 -0.0172 -339 2008 2022 -0.2297 -0.3697 -0.0898 -339 2008 2023 -0.1031 -0.2407 0.0345 -339 2009 2010 -0.0356 -0.1717 0.1005 -339 2009 2011 -0.0101 -0.1559 0.1357 -339 2009 2012 0.0806 -0.0601 0.2212 -339 2009 2013 -0.0198 -0.1662 0.1267 -339 2009 2014 -0.1637 -0.3239 -0.0036 -339 2009 2015 -0.0536 -0.1937 0.0865 -339 2009 2016 0.0158 -0.1298 0.1614 -339 2009 2017 -0.2849 -0.439 -0.1308 -339 2009 2018 -0.2367 -0.3838 -0.0897 -339 2009 2019 -0.2243 -0.3742 -0.0744 -339 2009 2020 -0.1963 -0.3494 -0.0432 -339 2009 2021 -0.1542 -0.2987 -0.0098 -339 2009 2022 -0.2304 -0.3898 -0.0709 -339 2009 2023 -0.1038 -0.2696 0.0621 -339 2010 2011 0.0255 -0.0988 0.1498 -339 2010 2012 0.1162 -0.0212 0.2535 -339 2010 2013 0.0158 -0.0982 0.1299 -339 2010 2014 -0.1281 -0.2709 0.0147 -339 2010 2015 -0.018 -0.1513 0.1152 -339 2010 2016 0.0514 -0.0613 0.1641 -339 2010 2017 -0.2493 -0.3843 -0.1143 -339 2010 2018 -0.2011 -0.3387 -0.0636 -339 2010 2019 -0.1887 -0.3097 -0.0677 -339 2010 2020 -0.1607 -0.2973 -0.024 -339 2010 2021 -0.1186 -0.2534 0.0162 -339 2010 2022 -0.1948 -0.3279 -0.0616 -339 2010 2023 -0.0682 -0.2174 0.0811 -339 2011 2012 0.0907 -0.0481 0.2295 -339 2011 2013 -0.0097 -0.1428 0.1235 -339 2011 2014 -0.1536 -0.2831 -0.024 -339 2011 2015 -0.0435 -0.1828 0.0958 -339 2011 2016 0.0259 -0.1094 0.1613 -339 2011 2017 -0.2748 -0.3967 -0.1529 -339 2011 2018 -0.2266 -0.3715 -0.0817 -339 2011 2019 -0.2142 -0.351 -0.0773 -339 2011 2020 -0.1861 -0.3121 -0.0602 -339 2011 2021 -0.1441 -0.2845 -0.0038 -339 2011 2022 -0.2202 -0.3645 -0.076 -339 2011 2023 -0.0936 -0.2343 0.047 -339 2012 2013 -0.1004 -0.2351 0.0344 -339 2012 2014 -0.2443 -0.4024 -0.0862 -339 2012 2015 -0.1342 -0.2699 0.0015 -339 2012 2016 -0.0648 -0.2034 0.0739 -339 2012 2017 -0.3655 -0.5187 -0.2123 -339 2012 2018 -0.3173 -0.4623 -0.1723 -339 2012 2019 -0.3049 -0.4505 -0.1592 -339 2012 2020 -0.2768 -0.4272 -0.1265 -339 2012 2021 -0.2348 -0.3763 -0.0933 -339 2012 2022 -0.3109 -0.4674 -0.1545 -339 2012 2023 -0.1843 -0.3469 -0.0217 -339 2013 2014 -0.1439 -0.285 -0.0029 -339 2013 2015 -0.0338 -0.1707 0.103 -339 2013 2016 0.0356 -0.0797 0.1508 -339 2013 2017 -0.2651 -0.405 -0.1252 -339 2013 2018 -0.217 -0.3604 -0.0735 -339 2013 2019 -0.2045 -0.3312 -0.0779 -339 2013 2020 -0.1765 -0.3179 -0.0351 -339 2013 2021 -0.1345 -0.274 0.0051 -339 2013 2022 -0.2106 -0.3487 -0.0725 -339 2013 2023 -0.084 -0.2372 0.0692 -339 2014 2015 0.1101 -0.0355 0.2556 -339 2014 2016 0.1795 0.0294 0.3296 -339 2014 2017 -0.1212 -0.2557 0.0133 -339 2014 2018 -0.073 -0.2307 0.0847 -339 2014 2019 -0.0606 -0.2107 0.0895 -339 2014 2020 -0.0326 -0.1722 0.1071 -339 2014 2021 0.0095 -0.1446 0.1635 -339 2014 2022 -0.0667 -0.2218 0.0885 -339 2014 2023 0.0599 -0.093 0.2129 -339 2015 2016 0.0694 -0.0611 0.2 -339 2015 2017 -0.2313 -0.3781 -0.0845 -339 2015 2018 -0.1831 -0.3247 -0.0416 -339 2015 2019 -0.1707 -0.3113 -0.0301 -339 2015 2020 -0.1426 -0.2887 0.0034 -339 2015 2021 -0.1006 -0.2391 0.0379 -339 2015 2022 -0.1767 -0.3283 -0.0252 -339 2015 2023 -0.0501 -0.2089 0.1087 -339 2016 2017 -0.3007 -0.4399 -0.1616 -339 2016 2018 -0.2525 -0.3942 -0.1109 -339 2016 2019 -0.2401 -0.3618 -0.1184 -339 2016 2020 -0.2121 -0.3541 -0.0701 -339 2016 2021 -0.1701 -0.3087 -0.0314 -339 2016 2022 -0.2462 -0.3837 -0.1087 -339 2016 2023 -0.1196 -0.2723 0.0332 -339 2017 2018 0.0482 -0.0952 0.1916 -339 2017 2019 0.0606 -0.0813 0.2026 -339 2017 2020 0.0886 -0.0441 0.2214 -339 2017 2021 0.1307 -0.0149 0.2762 -339 2017 2022 0.0545 -0.0934 0.2025 -339 2017 2023 0.1811 0.0355 0.3268 -339 2018 2019 0.0124 -0.1255 0.1503 -339 2018 2020 0.0405 -0.1101 0.191 -339 2018 2021 0.0825 -0.0586 0.2236 -339 2018 2022 0.0064 -0.1483 0.161 -339 2018 2023 0.133 -0.0299 0.2959 -339 2019 2020 0.028 -0.1089 0.165 -339 2019 2021 0.0701 -0.072 0.2121 -339 2019 2022 -0.0061 -0.143 0.1309 -339 2019 2023 0.1205 -0.0346 0.2757 -339 2020 2021 0.042 -0.0972 0.1813 -339 2020 2022 -0.0341 -0.1844 0.1162 -339 2020 2023 0.0925 -0.0555 0.2405 -339 2021 2022 -0.0761 -0.219 0.0668 -339 2021 2023 0.0505 -0.1048 0.2057 -339 2022 2023 0.1266 -0.0241 0.2773 -340 2007 2008 0.0053 -0.0355 0.0461 -340 2007 2009 0.0097 -0.0479 0.0674 -340 2007 2010 0.0094 -0.0564 0.0751 -340 2007 2011 0.0079 -0.0637 0.0794 -340 2007 2012 0.0101 -0.0682 0.0884 -340 2007 2013 0.0106 -0.0719 0.0931 -340 2007 2014 0.0149 -0.0737 0.1035 -340 2007 2015 0.018 -0.0757 0.1117 -340 2007 2016 0.0203 -0.0772 0.1177 -340 2007 2017 0.0184 -0.08 0.1168 -340 2007 2018 0.0217 -0.0819 0.1254 -340 2007 2019 0.0208 -0.0842 0.1259 -340 2007 2020 0.0185 -0.0884 0.1254 -340 2007 2021 0.0156 -0.0933 0.1244 -340 2007 2022 0.013 -0.0986 0.1246 -340 2007 2023 0.0143 -0.1032 0.1319 -340 2008 2009 0.0043 -0.035 0.0437 -340 2008 2010 0.004 -0.0482 0.0561 -340 2008 2011 0.0025 -0.0584 0.0634 -340 2008 2012 0.0047 -0.0637 0.0731 -340 2008 2013 0.0052 -0.0684 0.0788 -340 2008 2014 0.0095 -0.0697 0.0886 -340 2008 2015 0.0125 -0.0715 0.0966 -340 2008 2016 0.0147 -0.073 0.1025 -340 2008 2017 0.0129 -0.0768 0.1027 -340 2008 2018 0.0162 -0.0781 0.1106 -340 2008 2019 0.0153 -0.0809 0.1115 -340 2008 2020 0.013 -0.0859 0.1119 -340 2008 2021 0.01 -0.0918 0.1119 -340 2008 2022 0.0075 -0.098 0.113 -340 2008 2023 0.0088 -0.1025 0.1201 -340 2009 2010 -4e-04 -0.0385 0.0378 -340 2009 2011 -0.0018 -0.054 0.0503 -340 2009 2012 3e-04 -0.0607 0.0614 -340 2009 2013 8e-04 -0.0669 0.0685 -340 2009 2014 0.005 -0.0679 0.078 -340 2009 2015 0.008 -0.0698 0.0858 -340 2009 2016 0.0102 -0.0713 0.0918 -340 2009 2017 0.0084 -0.0762 0.0931 -340 2009 2018 0.0117 -0.0769 0.1003 -340 2009 2019 0.0108 -0.0802 0.1018 -340 2009 2020 0.0085 -0.0859 0.1028 -340 2009 2021 0.0055 -0.0926 0.1037 -340 2009 2022 0.003 -0.0995 0.1055 -340 2009 2023 0.0043 -0.1038 0.1124 -340 2010 2011 -0.0014 -0.0397 0.0368 -340 2010 2012 7e-04 -0.0506 0.0521 -340 2010 2013 0.0012 -0.0588 0.0612 -340 2010 2014 0.0054 -0.0615 0.0723 -340 2010 2015 0.0084 -0.0643 0.0812 -340 2010 2016 0.0107 -0.0666 0.0879 -340 2010 2017 0.0088 -0.0717 0.0894 -340 2010 2018 0.0121 -0.073 0.0973 -340 2010 2019 0.0112 -0.0764 0.0988 -340 2010 2020 0.0089 -0.0822 0.1 -340 2010 2021 0.006 -0.0889 0.1009 -340 2010 2022 0.0035 -0.0958 0.1027 -340 2010 2023 0.0048 -0.1004 0.1099 -340 2011 2012 0.0022 -0.0359 0.0402 -340 2011 2013 0.0027 -0.0483 0.0536 -340 2011 2014 0.0069 -0.0538 0.0676 -340 2011 2015 0.0099 -0.0583 0.0782 -340 2011 2016 0.0122 -0.0617 0.0861 -340 2011 2017 0.0104 -0.0668 0.0876 -340 2011 2018 0.0136 -0.0692 0.0965 -340 2011 2019 0.0128 -0.0727 0.0983 -340 2011 2020 0.0104 -0.0784 0.0993 -340 2011 2021 0.0075 -0.0849 0.0999 -340 2011 2022 0.005 -0.0916 0.1016 -340 2011 2023 0.0063 -0.0967 0.1092 -340 2012 2013 5e-04 -0.0375 0.0385 -340 2012 2014 0.0047 -0.047 0.0564 -340 2012 2015 0.0077 -0.0536 0.069 -340 2012 2016 0.0099 -0.0583 0.0781 -340 2012 2017 0.0081 -0.0645 0.0808 -340 2012 2018 0.0114 -0.0672 0.09 -340 2012 2019 0.0105 -0.0713 0.0923 -340 2012 2020 0.0082 -0.0775 0.0939 -340 2012 2021 0.0053 -0.0845 0.0951 -340 2012 2022 0.0028 -0.0916 0.0972 -340 2012 2023 0.0041 -0.0967 0.1048 -340 2013 2014 0.0042 -0.0345 0.0429 -340 2013 2015 0.0072 -0.0455 0.0599 -340 2013 2016 0.0094 -0.0524 0.0712 -340 2013 2017 0.0076 -0.0597 0.075 -340 2013 2018 0.0109 -0.0635 0.0853 -340 2013 2019 0.01 -0.0681 0.0881 -340 2013 2020 0.0077 -0.0746 0.0901 -340 2013 2021 0.0048 -0.0818 0.0915 -340 2013 2022 0.0023 -0.0891 0.0937 -340 2013 2023 0.0036 -0.0945 0.1017 -340 2014 2015 0.003 -0.0353 0.0412 -340 2014 2016 0.0051 -0.0465 0.0567 -340 2014 2017 0.0034 -0.0568 0.0636 -340 2014 2018 0.0066 -0.0611 0.0743 -340 2014 2019 0.0057 -0.0669 0.0783 -340 2014 2020 0.0034 -0.0745 0.0813 -340 2014 2021 5e-04 -0.0827 0.0838 -340 2014 2022 -0.002 -0.0908 0.0869 -340 2014 2023 -7e-04 -0.096 0.0947 -340 2015 2016 0.0021 -0.0359 0.0402 -340 2015 2017 4e-04 -0.0511 0.0519 -340 2015 2018 0.0036 -0.057 0.0642 -340 2015 2019 0.0027 -0.0643 0.0697 -340 2015 2020 4e-04 -0.073 0.0739 -340 2015 2021 -0.0025 -0.0822 0.0773 -340 2015 2022 -0.005 -0.0911 0.0811 -340 2015 2023 -0.0037 -0.0963 0.089 -340 2016 2017 -0.0017 -0.0401 0.0367 -340 2016 2018 0.0014 -0.0498 0.0526 -340 2016 2019 5e-04 -0.0593 0.0604 -340 2016 2020 -0.0017 -0.0696 0.0661 -340 2016 2021 -0.0046 -0.0799 0.0706 -340 2016 2022 -0.0072 -0.0895 0.0752 -340 2016 2023 -0.0059 -0.0949 0.0832 -340 2017 2018 0.0031 -0.0356 0.0418 -340 2017 2019 0.0023 -0.0491 0.0537 -340 2017 2020 0 -0.0609 0.061 -340 2017 2021 -0.0028 -0.072 0.0663 -340 2017 2022 -0.0053 -0.082 0.0714 -340 2017 2023 -0.0041 -0.0884 0.0803 -340 2018 2019 -9e-04 -0.0389 0.0372 -340 2018 2020 -0.0031 -0.0555 0.0492 -340 2018 2021 -0.006 -0.0692 0.0571 -340 2018 2022 -0.0085 -0.0809 0.0639 -340 2018 2023 -0.0072 -0.0875 0.073 -340 2019 2020 -0.0022 -0.0407 0.0362 -340 2019 2021 -0.0051 -0.0583 0.0481 -340 2019 2022 -0.0076 -0.0719 0.0567 -340 2019 2023 -0.0063 -0.0797 0.0671 -340 2020 2021 -0.0028 -0.0417 0.0361 -340 2020 2022 -0.0053 -0.0593 0.0487 -340 2020 2023 -0.0041 -0.0693 0.0611 -340 2021 2022 -0.0024 -0.0415 0.0367 -340 2021 2023 -0.0012 -0.0558 0.0534 -340 2022 2023 0.0012 -0.0384 0.0409 -341 2007 2008 0.1115 -0.083 0.306 -341 2007 2009 0.2612 0.001 0.5214 -341 2007 2010 0.3589 0.0672 0.6506 -341 2007 2011 0.3716 0.0694 0.6739 -341 2007 2012 0.3661 0.0635 0.6688 -341 2007 2013 0.3479 0.0531 0.6426 -341 2007 2014 0.3007 0.0108 0.5905 -341 2007 2015 0.2264 -0.0525 0.5054 -341 2007 2016 0.2811 -0.0015 0.5637 -341 2007 2017 0.2484 -0.0347 0.5315 -341 2007 2018 0.3647 0.0405 0.6889 -341 2007 2019 0.2243 -0.0606 0.5091 -341 2007 2020 0.2265 -0.0709 0.524 -341 2007 2021 0.1235 -0.1576 0.4047 -341 2007 2022 0.1245 -0.165 0.4141 -341 2007 2023 0.0685 -0.2349 0.3718 -341 2008 2009 0.1497 -0.0381 0.3374 -341 2008 2010 0.2475 0.0147 0.4803 -341 2008 2011 0.2602 0.0117 0.5087 -341 2008 2012 0.2547 0.0022 0.5072 -341 2008 2013 0.2364 -0.0117 0.4846 -341 2008 2014 0.1892 -0.0565 0.435 -341 2008 2015 0.115 -0.1298 0.3598 -341 2008 2016 0.1697 -0.0705 0.4099 -341 2008 2017 0.137 -0.1075 0.3814 -341 2008 2018 0.2533 -0.0185 0.5251 -341 2008 2019 0.1128 -0.1348 0.3604 -341 2008 2020 0.1151 -0.1379 0.3681 -341 2008 2021 0.0121 -0.2339 0.258 -341 2008 2022 0.0131 -0.2404 0.2666 -341 2008 2023 -0.043 -0.3168 0.2308 -341 2009 2010 0.0978 -0.075 0.2706 -341 2009 2011 0.1106 -0.1007 0.3219 -341 2009 2012 0.1051 -0.1147 0.3249 -341 2009 2013 0.0868 -0.1351 0.3087 -341 2009 2014 0.0396 -0.19 0.2692 -341 2009 2015 -0.0346 -0.2726 0.2033 -341 2009 2016 0.0201 -0.2007 0.2409 -341 2009 2017 -0.0127 -0.2479 0.2226 -341 2009 2018 0.1037 -0.13 0.3374 -341 2009 2019 -0.0368 -0.2738 0.2002 -341 2009 2020 -0.0345 -0.2708 0.2017 -341 2009 2021 -0.1375 -0.3783 0.1032 -341 2009 2022 -0.1365 -0.3814 0.1084 -341 2009 2023 -0.1926 -0.4684 0.0832 -341 2010 2011 0.0128 -0.1612 0.1867 -341 2010 2012 0.0073 -0.1972 0.2118 -341 2010 2013 -0.011 -0.2217 0.1997 -341 2010 2014 -0.0582 -0.2849 0.1685 -341 2010 2015 -0.1324 -0.3757 0.1108 -341 2010 2016 -0.0777 -0.2962 0.1408 -341 2010 2017 -0.1105 -0.3484 0.1274 -341 2010 2018 0.0059 -0.2199 0.2318 -341 2010 2019 -0.1346 -0.3727 0.1035 -341 2010 2020 -0.1323 -0.3674 0.1028 -341 2010 2021 -0.2353 -0.4831 0.0125 -341 2010 2022 -0.2343 -0.4814 0.0128 -341 2010 2023 -0.2904 -0.5731 -0.0077 -341 2011 2012 -0.0055 -0.181 0.17 -341 2011 2013 -0.0238 -0.2304 0.1829 -341 2011 2014 -0.071 -0.2963 0.1543 -341 2011 2015 -0.1452 -0.3895 0.099 -341 2011 2016 -0.0905 -0.3167 0.1358 -341 2011 2017 -0.1232 -0.364 0.1175 -341 2011 2018 -0.0068 -0.2422 0.2285 -341 2011 2019 -0.1474 -0.3913 0.0966 -341 2011 2020 -0.1451 -0.3851 0.0949 -341 2011 2021 -0.2481 -0.4996 0.0034 -341 2011 2022 -0.2471 -0.5001 0.006 -341 2011 2023 -0.3032 -0.5874 -0.0189 -341 2012 2013 -0.0183 -0.1915 0.155 -341 2012 2014 -0.0655 -0.2769 0.1459 -341 2012 2015 -0.1397 -0.3731 0.0936 -341 2012 2016 -0.085 -0.3062 0.1362 -341 2012 2017 -0.1178 -0.3549 0.1194 -341 2012 2018 -0.0014 -0.2334 0.2307 -341 2012 2019 -0.1419 -0.3819 0.0982 -341 2012 2020 -0.1396 -0.3779 0.0988 -341 2012 2021 -0.2426 -0.4888 0.0036 -341 2012 2022 -0.2416 -0.4914 0.0082 -341 2012 2023 -0.2977 -0.5797 -0.0156 -341 2013 2014 -0.0472 -0.2205 0.1261 -341 2013 2015 -0.1215 -0.3355 0.0925 -341 2013 2016 -0.0667 -0.2729 0.1395 -341 2013 2017 -0.0995 -0.3265 0.1275 -341 2013 2018 0.0169 -0.2114 0.2452 -341 2013 2019 -0.1236 -0.3537 0.1065 -341 2013 2020 -0.1213 -0.3519 0.1093 -341 2013 2021 -0.2243 -0.4621 0.0135 -341 2013 2022 -0.2233 -0.4625 0.0159 -341 2013 2023 -0.2794 -0.5517 -0.0072 -341 2014 2015 -0.0743 -0.2523 0.1038 -341 2014 2016 -0.0195 -0.2187 0.1797 -341 2014 2017 -0.0523 -0.2718 0.1673 -341 2014 2018 0.0641 -0.1683 0.2966 -341 2014 2019 -0.0764 -0.306 0.1532 -341 2014 2020 -0.0741 -0.304 0.1557 -341 2014 2021 -0.1771 -0.4109 0.0566 -341 2014 2022 -0.1761 -0.4151 0.0628 -341 2014 2023 -0.2322 -0.4977 0.0332 -341 2015 2016 0.0547 -0.121 0.2305 -341 2015 2017 0.022 -0.1883 0.2323 -341 2015 2018 0.1384 -0.1033 0.3801 -341 2015 2019 -0.0021 -0.2307 0.2264 -341 2015 2020 1e-04 -0.2374 0.2377 -341 2015 2021 -0.1029 -0.3336 0.1278 -341 2015 2022 -0.1019 -0.3433 0.1394 -341 2015 2023 -0.158 -0.4225 0.1065 -341 2016 2017 -0.0328 -0.2047 0.1392 -341 2016 2018 0.0837 -0.123 0.2903 -341 2016 2019 -0.0569 -0.2666 0.1528 -341 2016 2020 -0.0546 -0.273 0.1638 -341 2016 2021 -0.1576 -0.3806 0.0654 -341 2016 2022 -0.1566 -0.3839 0.0706 -341 2016 2023 -0.2127 -0.4715 0.0461 -341 2017 2018 0.1164 -0.0756 0.3085 -341 2017 2019 -0.0241 -0.2303 0.182 -341 2017 2020 -0.0218 -0.2431 0.1994 -341 2017 2021 -0.1249 -0.3487 0.099 -341 2017 2022 -0.1239 -0.3575 0.1097 -341 2017 2023 -0.18 -0.4373 0.0774 -341 2018 2019 -0.1405 -0.3306 0.0495 -341 2018 2020 -0.1383 -0.3505 0.074 -341 2018 2021 -0.2413 -0.48 -0.0025 -341 2018 2022 -0.2403 -0.486 0.0055 -341 2018 2023 -0.2963 -0.58 -0.0127 -341 2019 2020 0.0023 -0.1741 0.1786 -341 2019 2021 -0.1008 -0.3073 0.1057 -341 2019 2022 -0.0998 -0.3232 0.1236 -341 2019 2023 -0.1558 -0.4115 0.0998 -341 2020 2021 -0.103 -0.2816 0.0755 -341 2020 2022 -0.102 -0.3148 0.1107 -341 2020 2023 -0.1581 -0.4084 0.0921 -341 2021 2022 0.001 -0.1744 0.1764 -341 2021 2023 -0.0551 -0.2817 0.1715 -341 2022 2023 -0.0561 -0.2439 0.1317 -342 2007 2008 0.3202 -0.1355 0.7759 -342 2007 2009 0.4475 -0.1206 1.0155 -342 2007 2010 0.6397 0.0387 1.2407 -342 2007 2011 0.6535 0.0478 1.2592 -342 2007 2012 0.8359 0.2013 1.4705 -342 2007 2013 0.765 0.154 1.3759 -342 2007 2014 0.7041 0.0974 1.3108 -342 2007 2015 1.2162 0.5859 1.8466 -342 2007 2016 1.4324 0.8234 2.0413 -342 2007 2017 1.6343 1.0222 2.2464 -342 2007 2018 1.4463 0.8412 2.0513 -342 2007 2019 1.4853 0.8875 2.0832 -342 2007 2020 1.6266 1.0209 2.2324 -342 2007 2021 1.6501 1.0459 2.2542 -342 2007 2022 1.9068 1.2847 2.5289 -342 2007 2023 1.797 1.1805 2.4135 -342 2008 2009 0.1273 -0.2762 0.5308 -342 2008 2010 0.3195 -0.1455 0.7845 -342 2008 2011 0.3333 -0.1585 0.8252 -342 2008 2012 0.5157 2e-04 1.0313 -342 2008 2013 0.4448 -0.0691 0.9587 -342 2008 2014 0.384 -0.1537 0.9216 -342 2008 2015 0.8961 0.378 1.4141 -342 2008 2016 1.1122 0.6179 1.6066 -342 2008 2017 1.3141 0.8335 1.7948 -342 2008 2018 1.1262 0.6224 1.63 -342 2008 2019 1.1652 0.6725 1.6578 -342 2008 2020 1.3065 0.8195 1.7934 -342 2008 2021 1.3299 0.8333 1.8266 -342 2008 2022 1.5867 1.0897 2.0837 -342 2008 2023 1.4769 0.9754 1.9783 -342 2009 2010 0.1923 -0.2072 0.5917 -342 2009 2011 0.2061 -0.27 0.6822 -342 2009 2012 0.3885 -0.1222 0.8992 -342 2009 2013 0.3176 -0.2005 0.8356 -342 2009 2014 0.2567 -0.2898 0.8032 -342 2009 2015 0.7688 0.2451 1.2926 -342 2009 2016 0.985 0.4823 1.4877 -342 2009 2017 1.1869 0.6954 1.6784 -342 2009 2018 0.9989 0.488 1.5098 -342 2009 2019 1.0379 0.5377 1.5381 -342 2009 2020 1.1792 0.6821 1.6763 -342 2009 2021 1.2027 0.6997 1.7056 -342 2009 2022 1.4595 0.9554 1.9636 -342 2009 2023 1.3496 0.8371 1.8621 -342 2010 2011 0.0138 -0.369 0.3966 -342 2010 2012 0.1962 -0.256 0.6484 -342 2010 2013 0.1253 -0.3517 0.6023 -342 2010 2014 0.0644 -0.4595 0.5884 -342 2010 2015 0.5766 0.09 1.0632 -342 2010 2016 0.7927 0.3313 1.2542 -342 2010 2017 0.9947 0.548 1.4413 -342 2010 2018 0.8066 0.3289 1.2843 -342 2010 2019 0.8457 0.3865 1.3049 -342 2010 2020 0.987 0.5311 1.4429 -342 2010 2021 1.0104 0.5434 1.4774 -342 2010 2022 1.2672 0.8127 1.7218 -342 2010 2023 1.1574 0.6842 1.6306 -342 2011 2012 0.1824 -0.2022 0.5671 -342 2011 2013 0.1115 -0.3344 0.5574 -342 2011 2014 0.0506 -0.445 0.5462 -342 2011 2015 0.5628 0.0844 1.0411 -342 2011 2016 0.7789 0.3216 1.2362 -342 2011 2017 0.9808 0.5385 1.4232 -342 2011 2018 0.7928 0.3242 1.2615 -342 2011 2019 0.8318 0.3754 1.2883 -342 2011 2020 0.9732 0.5248 1.4215 -342 2011 2021 0.9966 0.5362 1.457 -342 2011 2022 1.2534 0.7933 1.7135 -342 2011 2023 1.1435 0.677 1.61 -342 2012 2013 -0.071 -0.4577 0.3157 -342 2012 2014 -0.1319 -0.623 0.3592 -342 2012 2015 0.3803 -0.0832 0.8439 -342 2012 2016 0.5965 0.1443 1.0487 -342 2012 2017 0.7984 0.3589 1.238 -342 2012 2018 0.6104 0.1386 1.0822 -342 2012 2019 0.6494 0.1872 1.1117 -342 2012 2020 0.7908 0.3374 1.2441 -342 2012 2021 0.8142 0.3507 1.2777 -342 2012 2022 1.071 0.6178 1.5243 -342 2012 2023 0.9611 0.4902 1.4321 -342 2013 2014 -0.0609 -0.4568 0.335 -342 2013 2015 0.4513 0.0091 0.8934 -342 2013 2016 0.6674 0.2278 1.1071 -342 2013 2017 0.8693 0.4253 1.3134 -342 2013 2018 0.6813 0.2182 1.1445 -342 2013 2019 0.7204 0.2678 1.1729 -342 2013 2020 0.8617 0.408 1.3153 -342 2013 2021 0.8851 0.4256 1.3446 -342 2013 2022 1.1419 0.6822 1.6016 -342 2013 2023 1.0321 0.5631 1.501 -342 2014 2015 0.5122 0.0958 0.9286 -342 2014 2016 0.7283 0.2656 1.191 -342 2014 2017 0.9302 0.4475 1.4129 -342 2014 2018 0.7422 0.2572 1.2272 -342 2014 2019 0.7812 0.2979 1.2645 -342 2014 2020 0.9225 0.4349 1.4102 -342 2014 2021 0.946 0.4589 1.433 -342 2014 2022 1.2028 0.692 1.7135 -342 2014 2023 1.0929 0.5922 1.5935 -342 2015 2016 0.2162 -0.1486 0.5809 -342 2015 2017 0.4181 0.0058 0.8304 -342 2015 2018 0.2301 -0.2244 0.6845 -342 2015 2019 0.2691 -0.1843 0.7225 -342 2015 2020 0.4104 -0.0376 0.8584 -342 2015 2021 0.4339 -0.0239 0.8916 -342 2015 2022 0.6907 0.2409 1.1405 -342 2015 2023 0.5808 0.1151 1.0465 -342 2016 2017 0.2019 -0.1418 0.5457 -342 2016 2018 0.0139 -0.4056 0.4334 -342 2016 2019 0.0529 -0.3651 0.471 -342 2016 2020 0.1942 -0.2228 0.6113 -342 2016 2021 0.2177 -0.214 0.6493 -342 2016 2022 0.4745 0.0612 0.8878 -342 2016 2023 0.3646 -0.0704 0.7997 -342 2017 2018 -0.1881 -0.5498 0.1737 -342 2017 2019 -0.149 -0.5377 0.2397 -342 2017 2020 -0.0077 -0.3868 0.3714 -342 2017 2021 0.0158 -0.3927 0.4242 -342 2017 2022 0.2726 -0.1153 0.6605 -342 2017 2023 0.1627 -0.2396 0.565 -342 2018 2019 0.039 -0.3187 0.3968 -342 2018 2020 0.1804 -0.2267 0.5875 -342 2018 2021 0.2038 -0.2228 0.6303 -342 2018 2022 0.4606 0.0264 0.8948 -342 2018 2023 0.3507 -0.0926 0.7941 -342 2019 2020 0.1413 -0.2048 0.4875 -342 2019 2021 0.1648 -0.2352 0.5648 -342 2019 2022 0.4216 0.0218 0.8214 -342 2019 2023 0.3117 -0.109 0.7324 -342 2020 2021 0.0234 -0.3227 0.3695 -342 2020 2022 0.2803 -0.0985 0.659 -342 2020 2023 0.1704 -0.2234 0.5642 -342 2021 2022 0.2569 -0.0974 0.6111 -342 2021 2023 0.147 -0.2568 0.5507 -342 2022 2023 -0.1099 -0.4578 0.2381 -343 2007 2010 -0.0053 -0.1374 0.1268 -343 2007 2013 -0.0692 -0.2286 0.0902 -343 2007 2016 0.0163 -0.1383 0.171 -343 2007 2019 0.1522 -0.0096 0.3141 -343 2007 2022 0.1453 -0.0427 0.3334 -343 2010 2013 -0.0639 -0.2035 0.0757 -343 2010 2016 0.0216 -0.1242 0.1674 -343 2010 2019 0.1575 0.0018 0.3132 -343 2010 2022 0.1506 -0.0328 0.3341 -343 2013 2016 0.0855 -0.0514 0.2225 -343 2013 2019 0.2214 0.0459 0.3969 -343 2013 2022 0.2145 0.0178 0.4112 -343 2016 2019 0.1359 -0.0037 0.2756 -343 2016 2022 0.129 -0.0477 0.3058 -343 2019 2022 -0.0069 -0.1594 0.1456 -344 2007 2010 -0.0239 -0.0698 0.022 -344 2007 2013 -0.0305 -0.078 0.0171 -344 2007 2016 -0.1778 -0.2248 -0.1307 -344 2007 2019 -0.1948 -0.2429 -0.1467 -344 2007 2022 -0.3135 -0.3745 -0.2525 -344 2010 2013 -0.0066 -0.0557 0.0425 -344 2010 2016 -0.1539 -0.203 -0.1047 -344 2010 2019 -0.1709 -0.2213 -0.1205 -344 2010 2022 -0.2896 -0.3523 -0.227 -344 2013 2016 -0.1473 -0.1958 -0.0988 -344 2013 2019 -0.1643 -0.2146 -0.114 -344 2013 2022 -0.2831 -0.3457 -0.2204 -344 2016 2019 -0.017 -0.0648 0.0307 -344 2016 2022 -0.1358 -0.1966 -0.0749 -344 2019 2022 -0.1187 -0.1784 -0.0591 -345 2007 2010 0.0347 -0.1579 0.2272 -345 2007 2013 0.0516 -0.1597 0.2628 -345 2007 2016 0.1234 -0.0884 0.3353 -345 2007 2019 0.23 0.0152 0.4448 -345 2007 2022 0.1682 -0.0798 0.4162 -345 2010 2013 0.0169 -0.17 0.2039 -345 2010 2016 0.0888 -0.1132 0.2908 -345 2010 2019 0.1953 -0.009 0.3996 -345 2010 2022 0.1336 -0.1074 0.3746 -345 2013 2016 0.0719 -0.1103 0.254 -345 2013 2019 0.1784 -0.0209 0.3777 -345 2013 2022 0.1166 -0.1182 0.3514 -345 2016 2019 0.1066 -0.0698 0.2829 -345 2016 2022 0.0448 -0.181 0.2705 -345 2019 2022 -0.0618 -0.2673 0.1437 -346 2007 2008 0.0061 -0.126 0.1381 -346 2007 2009 0.0313 -0.1419 0.2046 -346 2007 2010 0.0493 -0.1401 0.2386 -346 2007 2011 0.0461 -0.1516 0.2439 -346 2007 2012 0.0464 -0.1583 0.2511 -346 2007 2013 0.0265 -0.1867 0.2398 -346 2007 2014 0.0947 -0.1084 0.2979 -346 2007 2015 0.1338 -0.074 0.3416 -346 2007 2016 0.1837 -0.0387 0.4062 -346 2007 2017 0.1946 -0.0232 0.4125 -346 2007 2018 0.1373 -0.0697 0.3442 -346 2007 2019 0.1148 -0.0939 0.3235 -346 2007 2020 0.0897 -0.1159 0.2954 -346 2007 2021 0.099 -0.1101 0.3082 -346 2007 2022 0.114 -0.1009 0.3289 -346 2007 2023 0.1462 -0.0792 0.3716 -346 2008 2009 0.0252 -0.1009 0.1514 -346 2008 2010 0.0432 -0.1118 0.1983 -346 2008 2011 0.0401 -0.1275 0.2076 -346 2008 2012 0.0403 -0.1374 0.2181 -346 2008 2013 0.0205 -0.1688 0.2098 -346 2008 2014 0.0887 -0.0887 0.266 -346 2008 2015 0.1277 -0.0562 0.3117 -346 2008 2016 0.1777 -0.0249 0.3803 -346 2008 2017 0.1886 -0.0092 0.3863 -346 2008 2018 0.1312 -0.0527 0.3152 -346 2008 2019 0.1088 -0.0773 0.2948 -346 2008 2020 0.0837 -0.0973 0.2647 -346 2008 2021 0.093 -0.092 0.2779 -346 2008 2022 0.1079 -0.0844 0.3002 -346 2008 2023 0.1401 -0.0628 0.3431 -346 2009 2010 0.0179 -0.1073 0.1431 -346 2009 2011 0.0148 -0.1412 0.1708 -346 2009 2012 0.0151 -0.1577 0.1878 -346 2009 2013 -0.0047 -0.1965 0.1871 -346 2009 2014 0.0634 -0.1147 0.2415 -346 2009 2015 0.1025 -0.0789 0.2839 -346 2009 2016 0.1524 -0.0428 0.3476 -346 2009 2017 0.1633 -0.0276 0.3541 -346 2009 2018 0.106 -0.0779 0.2898 -346 2009 2019 0.0835 -0.1051 0.2721 -346 2009 2020 0.0584 -0.128 0.2448 -346 2009 2021 0.0677 -0.12 0.2555 -346 2009 2022 0.0827 -0.1121 0.2775 -346 2009 2023 0.1149 -0.0878 0.3176 -346 2010 2011 -0.0031 -0.1279 0.1217 -346 2010 2012 -0.0028 -0.1601 0.1545 -346 2010 2013 -0.0226 -0.2065 0.1612 -346 2010 2014 0.0455 -0.1256 0.2165 -346 2010 2015 0.0845 -0.0906 0.2597 -346 2010 2016 0.1345 -0.0516 0.3206 -346 2010 2017 0.1454 -0.037 0.3277 -346 2010 2018 0.0881 -0.0924 0.2685 -346 2010 2019 0.0656 -0.1195 0.2506 -346 2010 2020 0.0405 -0.1438 0.2248 -346 2010 2021 0.0498 -0.1355 0.2351 -346 2010 2022 0.0647 -0.1264 0.2559 -346 2010 2023 0.097 -0.1008 0.2947 -346 2011 2012 3e-04 -0.1239 0.1245 -346 2011 2013 -0.0195 -0.1833 0.1444 -346 2011 2014 0.0486 -0.112 0.2092 -346 2011 2015 0.0877 -0.0829 0.2583 -346 2011 2016 0.1377 -0.0493 0.3246 -346 2011 2017 0.1485 -0.0349 0.332 -346 2011 2018 0.0912 -0.0868 0.2692 -346 2011 2019 0.0687 -0.1136 0.251 -346 2011 2020 0.0436 -0.1353 0.2226 -346 2011 2021 0.0529 -0.1288 0.2346 -346 2011 2022 0.0679 -0.1205 0.2562 -346 2011 2023 0.1001 -0.0959 0.2961 -346 2012 2013 -0.0197 -0.151 0.1117 -346 2012 2014 0.0483 -0.1011 0.1978 -346 2012 2015 0.0875 -0.0788 0.2538 -346 2012 2016 0.1375 -0.051 0.3261 -346 2012 2017 0.1483 -0.0391 0.3358 -346 2012 2018 0.0909 -0.0868 0.2687 -346 2012 2019 0.0685 -0.1139 0.2508 -346 2012 2020 0.0434 -0.1353 0.222 -346 2012 2021 0.0527 -0.1286 0.2339 -346 2012 2022 0.0676 -0.1217 0.257 -346 2012 2023 0.0999 -0.1 0.2997 -346 2013 2014 0.0682 -0.0673 0.2036 -346 2013 2015 0.1075 -0.0632 0.2781 -346 2013 2016 0.1577 -0.0481 0.3635 -346 2013 2017 0.1685 -0.0404 0.3773 -346 2013 2018 0.1109 -0.076 0.2978 -346 2013 2019 0.0883 -0.0999 0.2766 -346 2013 2020 0.0632 -0.1184 0.2449 -346 2013 2021 0.0725 -0.115 0.26 -346 2013 2022 0.0875 -0.1089 0.2839 -346 2013 2023 0.1198 -0.0946 0.3342 -346 2014 2015 0.0391 -0.0821 0.1603 -346 2014 2016 0.0891 -0.0674 0.2457 -346 2014 2017 0.1 -0.0605 0.2606 -346 2014 2018 0.0426 -0.1224 0.2076 -346 2014 2019 0.0201 -0.1517 0.192 -346 2014 2020 -0.005 -0.1742 0.1643 -346 2014 2021 0.0043 -0.1689 0.1776 -346 2014 2022 0.0193 -0.1606 0.1992 -346 2014 2023 0.0515 -0.1344 0.2374 -346 2015 2016 0.0499 -0.0755 0.1754 -346 2015 2017 0.0609 -0.0848 0.2065 -346 2015 2018 0.0035 -0.1557 0.1628 -346 2015 2019 -0.0189 -0.1894 0.1515 -346 2015 2020 -0.0441 -0.2165 0.1284 -346 2015 2021 -0.0347 -0.2092 0.1398 -346 2015 2022 -0.0198 -0.2014 0.1619 -346 2015 2023 0.0125 -0.1744 0.1993 -346 2016 2017 0.0109 -0.1087 0.1304 -346 2016 2018 -0.0464 -0.2056 0.1128 -346 2016 2019 -0.069 -0.2445 0.1066 -346 2016 2020 -0.0941 -0.2801 0.0919 -346 2016 2021 -0.0848 -0.2726 0.103 -346 2016 2022 -0.0698 -0.2606 0.1211 -346 2016 2023 -0.0375 -0.2271 0.1522 -346 2017 2018 -0.0574 -0.1869 0.0722 -346 2017 2019 -0.0799 -0.2386 0.0787 -346 2017 2020 -0.1051 -0.2784 0.0682 -346 2017 2021 -0.0957 -0.2734 0.082 -346 2017 2022 -0.0807 -0.2626 0.1012 -346 2017 2023 -0.0484 -0.2267 0.1299 -346 2018 2019 -0.0225 -0.1442 0.0992 -346 2018 2020 -0.0476 -0.194 0.0988 -346 2018 2021 -0.0383 -0.1972 0.1206 -346 2018 2022 -0.0233 -0.1954 0.1487 -346 2018 2023 0.0089 -0.1743 0.1921 -346 2019 2020 -0.0251 -0.1468 0.0966 -346 2019 2021 -0.0158 -0.166 0.1344 -346 2019 2022 -8e-04 -0.1675 0.1658 -346 2019 2023 0.0314 -0.1509 0.2137 -346 2020 2021 0.0093 -0.1109 0.1295 -346 2020 2022 0.0243 -0.1266 0.1751 -346 2020 2023 0.0565 -0.1155 0.2286 -346 2021 2022 0.0149 -0.1086 0.1385 -346 2021 2023 0.0472 -0.1125 0.2069 -346 2022 2023 0.0322 -0.097 0.1614 -347 2007 2010 -0.1207 -0.2826 0.0412 -347 2007 2013 -0.2941 -0.4804 -0.1077 -347 2007 2016 -0.5216 -0.7181 -0.325 -347 2007 2019 -0.8705 -1.1143 -0.6267 -347 2007 2022 -0.8873 -1.1626 -0.6121 -347 2010 2013 -0.1734 -0.3461 -6e-04 -347 2010 2016 -0.4009 -0.5959 -0.2058 -347 2010 2019 -0.7498 -0.9928 -0.5068 -347 2010 2022 -0.7667 -1.0432 -0.4901 -347 2013 2016 -0.2275 -0.4142 -0.0408 -347 2013 2019 -0.5764 -0.8238 -0.3291 -347 2013 2022 -0.5933 -0.8769 -0.3096 -347 2016 2019 -0.349 -0.5732 -0.1248 -347 2016 2022 -0.3658 -0.6422 -0.0894 -347 2019 2022 -0.0168 -0.2625 0.2289 -348 2007 2010 0.232 -0.1394 0.6033 -348 2007 2013 0.3496 -0.0665 0.7658 -348 2007 2016 0.5693 0.0891 1.0495 -348 2007 2019 0.4635 -0.0673 0.9943 -348 2007 2022 0.2244 -0.4618 0.9106 -348 2010 2013 0.1177 -0.2459 0.4812 -348 2010 2016 0.3374 -0.1115 0.7862 -348 2010 2019 0.2316 -0.2705 0.7336 -348 2010 2022 -0.0075 -0.6839 0.6689 -348 2013 2016 0.2197 -0.1715 0.6109 -348 2013 2019 0.1139 -0.36 0.5877 -348 2013 2022 -0.1252 -0.7787 0.5282 -348 2016 2019 -0.1058 -0.4846 0.273 -348 2016 2022 -0.3449 -0.9495 0.2596 -348 2019 2022 -0.2392 -0.7596 0.2813 -349 2007 2010 0.0534 0.0226 0.0842 -349 2007 2013 0.0448 0.0123 0.0772 -349 2007 2016 0.0281 -0.0037 0.0599 -349 2007 2019 0.0196 -0.0129 0.0522 -349 2007 2022 0.0894 0.0508 0.1281 -349 2010 2013 -0.0086 -0.0411 0.0238 -349 2010 2016 -0.0253 -0.0577 0.0071 -349 2010 2019 -0.0338 -0.067 -6e-04 -349 2010 2022 0.036 -0.0032 0.0752 -349 2013 2016 -0.0167 -0.0486 0.0153 -349 2013 2019 -0.0252 -0.0585 0.0082 -349 2013 2022 0.0447 0.0053 0.0841 -349 2016 2019 -0.0085 -0.0395 0.0225 -349 2016 2022 0.0613 0.0235 0.0992 -349 2019 2022 0.0698 0.0329 0.1067 -350 2007 2010 -0.0342 -0.2468 0.1783 -350 2007 2013 0.0229 -0.2265 0.2722 -350 2007 2016 -0.0337 -0.2953 0.2279 -350 2007 2019 -0.0899 -0.3642 0.1843 -350 2007 2022 -0.1513 -0.4642 0.1616 -350 2010 2013 0.0571 -0.1515 0.2657 -350 2010 2016 5e-04 -0.2377 0.2387 -350 2010 2019 -0.0557 -0.3115 0.2 -350 2010 2022 -0.117 -0.4128 0.1787 -350 2013 2016 -0.0566 -0.2582 0.145 -350 2013 2019 -0.1128 -0.3546 0.129 -350 2013 2022 -0.1742 -0.4661 0.1178 -350 2016 2019 -0.0562 -0.2592 0.1468 -350 2016 2022 -0.1176 -0.3871 0.152 -350 2019 2022 -0.0613 -0.2858 0.1632 -351 2007 2010 0.3077 0.2499 0.3655 -351 2007 2013 0.4268 0.3666 0.4871 -351 2007 2016 0.5331 0.4741 0.5921 -351 2007 2019 0.5928 0.5331 0.6525 -351 2007 2022 0.7119 0.6408 0.7829 -351 2010 2013 0.1191 0.061 0.1773 -351 2010 2016 0.2254 0.1678 0.2829 -351 2010 2019 0.2851 0.2262 0.344 -351 2010 2022 0.4042 0.3341 0.4742 -351 2013 2016 0.1062 0.05 0.1625 -351 2013 2019 0.166 0.1077 0.2243 -351 2013 2022 0.2851 0.2157 0.3544 -351 2016 2019 0.0597 0.0059 0.1136 -351 2016 2022 0.1788 0.1125 0.2451 -351 2019 2022 0.1191 0.055 0.1831 -352 2007 2010 0.1571 0.1134 0.2008 -352 2007 2013 0.178 0.1321 0.2239 -352 2007 2016 0.1512 0.1064 0.1961 -352 2007 2019 0.1153 0.0699 0.1606 -352 2007 2022 0.2163 0.1621 0.2704 -352 2010 2013 0.0209 -0.022 0.0638 -352 2010 2016 -0.0058 -0.0499 0.0382 -352 2010 2019 -0.0418 -0.0882 0.0046 -352 2010 2022 0.0592 0.0068 0.1116 -352 2013 2016 -0.0267 -0.0694 0.0159 -352 2013 2019 -0.0627 -0.1086 -0.0168 -352 2013 2022 0.0383 -0.0143 0.0909 -352 2016 2019 -0.036 -0.0779 0.006 -352 2016 2022 0.065 0.0143 0.1157 -352 2019 2022 0.101 0.0512 0.1508 -353 2007 2010 0.0988 -0.2315 0.429 -353 2007 2013 0.3377 -0.0707 0.7461 -353 2007 2016 0.5826 0.094 1.0711 -353 2007 2019 0.6014 0.0973 1.1055 -353 2007 2022 0.3687 -0.1681 0.9054 -353 2010 2013 0.239 -0.0866 0.5646 -353 2010 2016 0.4839 0.0533 0.9146 -353 2010 2019 0.5027 0.0505 0.955 -353 2010 2022 0.2699 -0.2286 0.7685 -353 2013 2016 0.245 -0.0708 0.5609 -353 2013 2019 0.2639 -0.1018 0.6295 -353 2013 2022 0.031 -0.4488 0.5108 -353 2016 2019 0.0189 -0.2618 0.2996 -353 2016 2022 -0.2141 -0.686 0.2578 -353 2019 2022 -0.2331 -0.6273 0.1612 -354 2007 2008 -0.0409 -0.2159 0.1341 -354 2007 2009 -0.0321 -0.2438 0.1797 -354 2007 2010 -0.1229 -0.3496 0.1039 -354 2007 2011 -0.1579 -0.3853 0.0694 -354 2007 2012 -0.0992 -0.3304 0.132 -354 2007 2013 -0.144 -0.3788 0.0907 -354 2007 2014 -0.1518 -0.3779 0.0742 -354 2007 2015 -0.2355 -0.479 0.0081 -354 2007 2016 -0.3062 -0.5575 -0.055 -354 2007 2017 -0.3065 -0.5433 -0.0696 -354 2007 2018 -0.2889 -0.5336 -0.0442 -354 2007 2019 -0.2082 -0.4451 0.0287 -354 2007 2020 -0.1151 -0.3446 0.1144 -354 2007 2021 -0.1848 -0.4192 0.0496 -354 2007 2022 -0.1497 -0.3889 0.0895 -354 2007 2023 -0.2373 -0.4886 0.0139 -354 2008 2009 0.0088 -0.1544 0.1721 -354 2008 2010 -0.082 -0.2717 0.1078 -354 2008 2011 -0.117 -0.306 0.072 -354 2008 2012 -0.0583 -0.2622 0.1455 -354 2008 2013 -0.1031 -0.3098 0.1035 -354 2008 2014 -0.1109 -0.3051 0.0832 -354 2008 2015 -0.1946 -0.4059 0.0168 -354 2008 2016 -0.2653 -0.484 -0.0467 -354 2008 2017 -0.2656 -0.4658 -0.0653 -354 2008 2018 -0.248 -0.4587 -0.0373 -354 2008 2019 -0.1673 -0.3751 0.0404 -354 2008 2020 -0.0742 -0.2761 0.1278 -354 2008 2021 -0.1439 -0.3459 0.0581 -354 2008 2022 -0.1088 -0.3228 0.1051 -354 2008 2023 -0.1964 -0.4142 0.0213 -354 2009 2010 -0.0908 -0.2641 0.0825 -354 2009 2011 -0.1259 -0.3215 0.0698 -354 2009 2012 -0.0672 -0.2718 0.1375 -354 2009 2013 -0.112 -0.3261 0.1021 -354 2009 2014 -0.1198 -0.3233 0.0837 -354 2009 2015 -0.2034 -0.4244 0.0177 -354 2009 2016 -0.2742 -0.5073 -0.0411 -354 2009 2017 -0.2744 -0.4908 -0.0581 -354 2009 2018 -0.2569 -0.4796 -0.0341 -354 2009 2019 -0.1762 -0.3941 0.0418 -354 2009 2020 -0.083 -0.2912 0.1251 -354 2009 2021 -0.1527 -0.3649 0.0594 -354 2009 2022 -0.1176 -0.338 0.1027 -354 2009 2023 -0.2053 -0.4388 0.0283 -354 2010 2011 -0.0351 -0.2031 0.133 -354 2010 2012 0.0237 -0.1842 0.2315 -354 2010 2013 -0.0212 -0.2359 0.1935 -354 2010 2014 -0.029 -0.2407 0.1828 -354 2010 2015 -0.1126 -0.3364 0.1112 -354 2010 2016 -0.1834 -0.4099 0.0431 -354 2010 2017 -0.1837 -0.3971 0.0298 -354 2010 2018 -0.1661 -0.3879 0.0558 -354 2010 2019 -0.0854 -0.3076 0.1368 -354 2010 2020 0.0078 -0.2166 0.2322 -354 2010 2021 -0.062 -0.2795 0.1556 -354 2010 2022 -0.0269 -0.2574 0.2037 -354 2010 2023 -0.1145 -0.3466 0.1176 -354 2011 2012 0.0587 -0.1175 0.235 -354 2011 2013 0.0139 -0.1859 0.2137 -354 2011 2014 0.0061 -0.1942 0.2064 -354 2011 2015 -0.0775 -0.2929 0.1378 -354 2011 2016 -0.1483 -0.3675 0.0709 -354 2011 2017 -0.1486 -0.3525 0.0554 -354 2011 2018 -0.131 -0.3458 0.0838 -354 2011 2019 -0.0503 -0.2678 0.1671 -354 2011 2020 0.0428 -0.1763 0.262 -354 2011 2021 -0.0269 -0.2381 0.1843 -354 2011 2022 0.0082 -0.2191 0.2356 -354 2011 2023 -0.0794 -0.3033 0.1444 -354 2012 2013 -0.0448 -0.2196 0.13 -354 2012 2014 -0.0526 -0.2473 0.1421 -354 2012 2015 -0.1363 -0.3575 0.085 -354 2012 2016 -0.2071 -0.4433 0.0292 -354 2012 2017 -0.2073 -0.4293 0.0147 -354 2012 2018 -0.1897 -0.4197 0.0402 -354 2012 2019 -0.109 -0.3342 0.1161 -354 2012 2020 -0.0159 -0.2311 0.1994 -354 2012 2021 -0.0856 -0.3055 0.1343 -354 2012 2022 -0.0505 -0.2778 0.1768 -354 2012 2023 -0.1381 -0.3789 0.1026 -354 2013 2014 -0.0078 -0.1787 0.1631 -354 2013 2015 -0.0914 -0.3031 0.1203 -354 2013 2016 -0.1622 -0.3886 0.0641 -354 2013 2017 -0.1625 -0.3794 0.0545 -354 2013 2018 -0.1449 -0.3723 0.0826 -354 2013 2019 -0.0642 -0.2885 0.1601 -354 2013 2020 0.029 -0.192 0.2499 -354 2013 2021 -0.0408 -0.2618 0.1803 -354 2013 2022 -0.0057 -0.2354 0.2241 -354 2013 2023 -0.0933 -0.3309 0.1443 -354 2014 2015 -0.0836 -0.2578 0.0905 -354 2014 2016 -0.1545 -0.3638 0.0549 -354 2014 2017 -0.1547 -0.3564 0.0471 -354 2014 2018 -0.1371 -0.3542 0.08 -354 2014 2019 -0.0564 -0.2699 0.1571 -354 2014 2020 0.0368 -0.1665 0.24 -354 2014 2021 -0.033 -0.2427 0.1768 -354 2014 2022 0.0021 -0.2155 0.2198 -354 2014 2023 -0.0855 -0.3123 0.1413 -354 2015 2016 -0.0708 -0.2497 0.1081 -354 2015 2017 -0.0711 -0.2705 0.1284 -354 2015 2018 -0.0535 -0.2719 0.165 -354 2015 2019 0.0272 -0.1973 0.2518 -354 2015 2020 0.1204 -0.1061 0.3468 -354 2015 2021 0.0506 -0.1709 0.2722 -354 2015 2022 0.0858 -0.1506 0.3221 -354 2015 2023 -0.0019 -0.2395 0.2357 -354 2016 2017 -2e-04 -0.1734 0.1729 -354 2016 2018 0.0173 -0.1935 0.2281 -354 2016 2019 0.098 -0.1269 0.3229 -354 2016 2020 0.1912 -0.0461 0.4285 -354 2016 2021 0.1215 -0.1052 0.3481 -354 2016 2022 0.1566 -0.0876 0.4007 -354 2016 2023 0.0689 -0.1695 0.3072 -354 2017 2018 0.0176 -0.1522 0.1873 -354 2017 2019 0.0983 -0.1015 0.2981 -354 2017 2020 0.1914 -0.0217 0.4045 -354 2017 2021 0.1217 -0.0864 0.3298 -354 2017 2022 0.1568 -0.0701 0.3837 -354 2017 2023 0.0691 -0.1519 0.2902 -354 2018 2019 0.0807 -0.0953 0.2567 -354 2018 2020 0.1739 -0.0384 0.3862 -354 2018 2021 0.1041 -0.1069 0.3151 -354 2018 2022 0.1392 -0.0939 0.3724 -354 2018 2023 0.0516 -0.1799 0.283 -354 2019 2020 0.0932 -0.082 0.2683 -354 2019 2021 0.0234 -0.1789 0.2257 -354 2019 2022 0.0585 -0.1617 0.2788 -354 2019 2023 -0.0291 -0.2596 0.2014 -354 2020 2021 -0.0698 -0.2436 0.1041 -354 2020 2022 -0.0346 -0.2344 0.1651 -354 2020 2023 -0.1223 -0.3466 0.102 -354 2021 2022 0.0351 -0.1408 0.211 -354 2021 2023 -0.0526 -0.2585 0.1534 -354 2022 2023 -0.0877 -0.2726 0.0972 -355 2007 2010 -0.0629 -0.115 -0.0109 -355 2007 2013 -0.2059 -0.2655 -0.1462 -355 2007 2016 -0.1644 -0.2195 -0.1092 -355 2007 2019 -0.2086 -0.2661 -0.1511 -355 2007 2022 -0.2262 -0.2969 -0.1554 -355 2010 2013 -0.1429 -0.2021 -0.0838 -355 2010 2016 -0.1014 -0.1585 -0.0444 -355 2010 2019 -0.1456 -0.2054 -0.0858 -355 2010 2022 -0.1632 -0.2359 -0.0906 -355 2013 2016 0.0415 -0.0169 0.0999 -355 2013 2019 -0.0027 -0.0642 0.0589 -355 2013 2022 -0.0203 -0.0938 0.0532 -355 2016 2019 -0.0442 -0.0992 0.0107 -355 2016 2022 -0.0618 -0.1323 0.0086 -355 2019 2022 -0.0176 -0.0839 0.0487 -356 2007 2008 -0.0533 -0.2902 0.1836 -356 2007 2009 -0.1023 -0.4265 0.222 -356 2007 2010 -0.1605 -0.5399 0.2188 -356 2007 2011 -0.1797 -0.6015 0.242 -356 2007 2012 -0.1883 -0.6389 0.2624 -356 2007 2013 -0.1541 -0.6272 0.3191 -356 2007 2014 -0.155 -0.6465 0.3364 -356 2007 2015 -0.1628 -0.6601 0.3345 -356 2007 2016 -0.171 -0.6835 0.3415 -356 2007 2017 -0.2071 -0.7322 0.318 -356 2007 2018 -0.243 -0.771 0.285 -356 2007 2019 -0.2909 -0.8303 0.2484 -356 2007 2020 -0.344 -0.9024 0.2143 -356 2007 2021 -0.4175 -0.9841 0.1491 -356 2007 2022 -0.4285 -1.0188 0.1618 -356 2007 2023 -0.4504 -1.0878 0.1871 -356 2008 2009 -0.049 -0.2869 0.1889 -356 2008 2010 -0.1072 -0.4238 0.2094 -356 2008 2011 -0.1264 -0.4952 0.2424 -356 2008 2012 -0.1349 -0.5392 0.2693 -356 2008 2013 -0.1007 -0.5331 0.3316 -356 2008 2014 -0.1017 -0.5552 0.3518 -356 2008 2015 -0.1095 -0.5711 0.3522 -356 2008 2016 -0.1177 -0.5972 0.3619 -356 2008 2017 -0.1538 -0.6468 0.3393 -356 2008 2018 -0.1897 -0.6856 0.3062 -356 2008 2019 -0.2376 -0.7453 0.2701 -356 2008 2020 -0.2907 -0.8177 0.2362 -356 2008 2021 -0.3642 -0.899 0.1707 -356 2008 2022 -0.3752 -0.936 0.1857 -356 2008 2023 -0.397 -1.0069 0.2128 -356 2009 2010 -0.0582 -0.2911 0.1747 -356 2009 2011 -0.0774 -0.386 0.2312 -356 2009 2012 -0.086 -0.4401 0.2682 -356 2009 2013 -0.0518 -0.4405 0.3369 -356 2009 2014 -0.0528 -0.4669 0.3614 -356 2009 2015 -0.0605 -0.485 0.3641 -356 2009 2016 -0.0687 -0.5137 0.3763 -356 2009 2017 -0.1048 -0.565 0.3554 -356 2009 2018 -0.1407 -0.604 0.3226 -356 2009 2019 -0.1886 -0.6644 0.2871 -356 2009 2020 -0.2418 -0.7379 0.2544 -356 2009 2021 -0.3152 -0.8194 0.189 -356 2009 2022 -0.3262 -0.8583 0.2059 -356 2009 2023 -0.3481 -0.9313 0.2352 -356 2010 2011 -0.0192 -0.2495 0.2111 -356 2010 2012 -0.0277 -0.3313 0.2759 -356 2010 2013 0.0065 -0.3451 0.3581 -356 2010 2014 0.0055 -0.3801 0.3911 -356 2010 2015 -0.0022 -0.4039 0.3994 -356 2010 2016 -0.0104 -0.4363 0.4155 -356 2010 2017 -0.0466 -0.4897 0.3966 -356 2010 2018 -0.0825 -0.5291 0.3642 -356 2010 2019 -0.1304 -0.5896 0.3288 -356 2010 2020 -0.1835 -0.6637 0.2967 -356 2010 2021 -0.2569 -0.7444 0.2305 -356 2010 2022 -0.268 -0.7849 0.249 -356 2010 2023 -0.2898 -0.8591 0.2794 -356 2011 2012 -0.0085 -0.2405 0.2235 -356 2011 2013 0.0257 -0.281 0.3323 -356 2011 2014 0.0247 -0.3277 0.377 -356 2011 2015 0.017 -0.3597 0.3936 -356 2011 2016 0.0087 -0.3974 0.4149 -356 2011 2017 -0.0274 -0.4532 0.3984 -356 2011 2018 -0.0633 -0.4948 0.3683 -356 2011 2019 -0.1112 -0.557 0.3347 -356 2011 2020 -0.1643 -0.6318 0.3032 -356 2011 2021 -0.2377 -0.7132 0.2378 -356 2011 2022 -0.2488 -0.7551 0.2576 -356 2011 2023 -0.2706 -0.8301 0.2888 -356 2012 2013 0.0342 -0.1968 0.2651 -356 2012 2014 0.0332 -0.2689 0.3352 -356 2012 2015 0.0255 -0.3133 0.3642 -356 2012 2016 0.0173 -0.3582 0.3927 -356 2012 2017 -0.0188 -0.418 0.3803 -356 2012 2018 -0.0548 -0.462 0.3525 -356 2012 2019 -0.1027 -0.5258 0.3205 -356 2012 2020 -0.1558 -0.6023 0.2907 -356 2012 2021 -0.2292 -0.6844 0.226 -356 2012 2022 -0.2402 -0.7282 0.2477 -356 2012 2023 -0.2621 -0.8048 0.2805 -356 2013 2014 -0.001 -0.2295 0.2275 -356 2013 2015 -0.0087 -0.3046 0.2872 -356 2013 2016 -0.0169 -0.3612 0.3273 -356 2013 2017 -0.053 -0.4298 0.3237 -356 2013 2018 -0.0889 -0.4804 0.3026 -356 2013 2019 -0.1369 -0.5487 0.275 -356 2013 2020 -0.19 -0.6286 0.2487 -356 2013 2021 -0.2634 -0.7144 0.1876 -356 2013 2022 -0.2744 -0.7574 0.2085 -356 2013 2023 -0.2963 -0.835 0.2424 -356 2014 2015 -0.0077 -0.237 0.2215 -356 2014 2016 -0.016 -0.3197 0.2878 -356 2014 2017 -0.0521 -0.4001 0.2959 -356 2014 2018 -0.088 -0.4595 0.2835 -356 2014 2019 -0.1359 -0.5335 0.2617 -356 2014 2020 -0.189 -0.6163 0.2383 -356 2014 2021 -0.2624 -0.7055 0.1806 -356 2014 2022 -0.2735 -0.7492 0.2023 -356 2014 2023 -0.2953 -0.8277 0.237 -356 2015 2016 -0.0082 -0.2369 0.2204 -356 2015 2017 -0.0443 -0.3421 0.2534 -356 2015 2018 -0.0802 -0.4138 0.2534 -356 2015 2019 -0.1282 -0.4954 0.2391 -356 2015 2020 -0.1813 -0.5833 0.2207 -356 2015 2021 -0.2547 -0.6761 0.1667 -356 2015 2022 -0.2657 -0.7217 0.1902 -356 2015 2023 -0.2876 -0.8025 0.2273 -356 2016 2017 -0.0361 -0.2639 0.1917 -356 2016 2018 -0.072 -0.3674 0.2233 -356 2016 2019 -0.1199 -0.4628 0.2229 -356 2016 2020 -0.173 -0.5591 0.213 -356 2016 2021 -0.2465 -0.6586 0.1656 -356 2016 2022 -0.2575 -0.7047 0.1896 -356 2016 2023 -0.2794 -0.787 0.2282 -356 2017 2018 -0.0359 -0.2651 0.1933 -356 2017 2019 -0.0838 -0.3879 0.2203 -356 2017 2020 -0.1369 -0.4953 0.2215 -356 2017 2021 -0.2104 -0.6021 0.1813 -356 2017 2022 -0.2214 -0.6524 0.2096 -356 2017 2023 -0.2433 -0.7364 0.2499 -356 2018 2019 -0.0479 -0.2782 0.1824 -356 2018 2020 -0.101 -0.4095 0.2075 -356 2018 2021 -0.1745 -0.5274 0.1784 -356 2018 2022 -0.1855 -0.5849 0.2139 -356 2018 2023 -0.2073 -0.6731 0.2584 -356 2019 2020 -0.0531 -0.2842 0.178 -356 2019 2021 -0.1265 -0.4296 0.1765 -356 2019 2022 -0.1376 -0.4986 0.2234 -356 2019 2023 -0.1594 -0.5928 0.2739 -356 2020 2021 -0.0734 -0.3076 0.1608 -356 2020 2022 -0.0845 -0.4031 0.2342 -356 2020 2023 -0.1063 -0.5057 0.2931 -356 2021 2022 -0.0111 -0.2505 0.2283 -356 2021 2023 -0.0329 -0.374 0.3082 -356 2022 2023 -0.0218 -0.2707 0.227 -357 2007 2010 -0.2576 -0.4813 -0.0339 -357 2007 2013 -0.658 -0.9402 -0.3758 -357 2007 2016 -0.7515 -1.0335 -0.4694 -357 2007 2019 -0.8158 -1.1042 -0.5273 -357 2007 2022 -0.8485 -1.182 -0.515 -357 2010 2013 -0.4004 -0.6327 -0.1682 -357 2010 2016 -0.4939 -0.7427 -0.245 -357 2010 2019 -0.5582 -0.818 -0.2984 -357 2010 2022 -0.5909 -0.8987 -0.2831 -357 2013 2016 -0.0935 -0.3297 0.1427 -357 2013 2019 -0.1578 -0.4208 0.1052 -357 2013 2022 -0.1905 -0.5024 0.1214 -357 2016 2019 -0.0643 -0.3063 0.1777 -357 2016 2022 -0.097 -0.4044 0.2104 -357 2019 2022 -0.0327 -0.308 0.2426 -358 2007 2008 -0.1358 -0.3876 0.116 -358 2007 2009 -0.2018 -0.5171 0.1135 -358 2007 2010 -0.1815 -0.5237 0.1608 -358 2007 2011 0.058 -0.2547 0.3707 -358 2007 2012 0.0529 -0.2657 0.3715 -358 2007 2013 0.0299 -0.2897 0.3496 -358 2007 2014 -0.0305 -0.3636 0.3026 -358 2007 2015 -0.0704 -0.4054 0.2645 -358 2007 2016 -0.0887 -0.4241 0.2466 -358 2007 2017 -0.1208 -0.4745 0.2329 -358 2007 2018 0.0723 -0.2502 0.3949 -358 2007 2019 0.0881 -0.2394 0.4157 -358 2007 2020 0.1118 -0.2149 0.4385 -358 2007 2021 0.0167 -0.3138 0.3471 -358 2007 2022 -0.0293 -0.3774 0.3188 -358 2007 2023 -0.0028 -0.3712 0.3656 -358 2008 2009 -0.0648 -0.2891 0.1595 -358 2008 2010 -0.0472 -0.3196 0.2252 -358 2008 2011 0.1929 -0.0863 0.4721 -358 2008 2012 0.1866 -0.0944 0.4676 -358 2008 2013 0.1626 -0.1236 0.4488 -358 2008 2014 0.1015 -0.1881 0.391 -358 2008 2015 0.0615 -0.2275 0.3506 -358 2008 2016 0.0431 -0.2472 0.3335 -358 2008 2017 0.0112 -0.2846 0.307 -358 2008 2018 0.2043 -0.089 0.4976 -358 2008 2019 0.22 -0.0815 0.5214 -358 2008 2020 0.2435 -0.0651 0.5521 -358 2008 2021 0.1483 -0.1374 0.434 -358 2008 2022 0.1023 -0.2015 0.4062 -358 2008 2023 0.1289 -0.2017 0.4594 -358 2009 2010 0.0167 -0.2041 0.2375 -358 2009 2011 0.2648 -0.0322 0.5618 -358 2009 2012 0.2536 -0.0381 0.5452 -358 2009 2013 0.2278 -0.0623 0.5178 -358 2009 2014 0.1657 -0.1212 0.4526 -358 2009 2015 0.1251 -0.1553 0.4055 -358 2009 2016 0.1066 -0.1766 0.3899 -358 2009 2017 0.0746 -0.2104 0.3596 -358 2009 2018 0.268 -0.0446 0.5805 -358 2009 2019 0.2839 -0.0398 0.6076 -358 2009 2020 0.3084 -0.0284 0.6451 -358 2009 2021 0.2116 -0.076 0.4992 -358 2009 2022 0.1658 -0.1329 0.4646 -358 2009 2023 0.1925 -0.1391 0.524 -358 2010 2011 0.2545 -0.0279 0.5369 -358 2010 2012 0.2378 -0.0514 0.527 -358 2010 2013 0.2127 -0.0793 0.5047 -358 2010 2014 0.1491 -0.1475 0.4456 -358 2010 2015 0.1086 -0.1842 0.4014 -358 2010 2016 0.0901 -0.2022 0.3823 -358 2010 2017 0.058 -0.234 0.3499 -358 2010 2018 0.2518 -0.0674 0.571 -358 2010 2019 0.2673 -0.0593 0.5939 -358 2010 2020 0.2911 -0.05 0.6322 -358 2010 2021 0.1953 -0.1002 0.4908 -358 2010 2022 0.1492 -0.1575 0.4559 -358 2010 2023 0.1759 -0.1647 0.5165 -358 2011 2012 -0.0049 -0.2197 0.2099 -358 2011 2013 -0.028 -0.2841 0.2281 -358 2011 2014 -0.0889 -0.3648 0.1871 -358 2011 2015 -0.1288 -0.4115 0.1539 -358 2011 2016 -0.1473 -0.436 0.1413 -358 2011 2017 -0.1799 -0.4864 0.1266 -358 2011 2018 0.0146 -0.2555 0.2848 -358 2011 2019 0.0304 -0.2503 0.3111 -358 2011 2020 0.0541 -0.2198 0.328 -358 2011 2021 -0.041 -0.3207 0.2386 -358 2011 2022 -0.0871 -0.3915 0.2174 -358 2011 2023 -0.0605 -0.3844 0.2633 -358 2012 2013 -0.0231 -0.2369 0.1908 -358 2012 2014 -0.0842 -0.3396 0.1713 -358 2012 2015 -0.124 -0.3875 0.1394 -358 2012 2016 -0.1425 -0.4178 0.1328 -358 2012 2017 -0.1751 -0.4667 0.1166 -358 2012 2018 0.0195 -0.2422 0.2813 -358 2012 2019 0.0354 -0.2393 0.31 -358 2012 2020 0.059 -0.2139 0.3319 -358 2012 2021 -0.0361 -0.304 0.2319 -358 2012 2022 -0.0821 -0.3766 0.2123 -358 2012 2023 -0.0556 -0.3758 0.2646 -358 2013 2014 -0.0616 -0.2806 0.1573 -358 2013 2015 -0.1011 -0.3559 0.1536 -358 2013 2016 -0.1194 -0.3886 0.1497 -358 2013 2017 -0.1518 -0.4427 0.139 -358 2013 2018 0.0425 -0.227 0.3119 -358 2013 2019 0.0583 -0.2183 0.3349 -358 2013 2020 0.082 -0.1962 0.3602 -358 2013 2021 -0.0132 -0.2873 0.2608 -358 2013 2022 -0.0592 -0.3537 0.2353 -358 2013 2023 -0.0327 -0.3546 0.2892 -358 2014 2015 -0.0404 -0.2582 0.1774 -358 2014 2016 -0.0588 -0.3174 0.1997 -358 2014 2017 -0.0908 -0.3711 0.1894 -358 2014 2018 0.1032 -0.1704 0.3768 -358 2014 2019 0.1189 -0.1643 0.4021 -358 2014 2020 0.1427 -0.1398 0.4252 -358 2014 2021 0.0471 -0.2289 0.3231 -358 2014 2022 0.0011 -0.2956 0.2979 -358 2014 2023 0.0276 -0.2951 0.3504 -358 2015 2016 -0.0184 -0.2344 0.1976 -358 2015 2017 -0.0508 -0.312 0.2104 -358 2015 2018 0.1438 -0.1179 0.4056 -358 2015 2019 0.1596 -0.1179 0.4371 -358 2015 2020 0.1835 -0.0974 0.4644 -358 2015 2021 0.087 -0.1808 0.3548 -358 2015 2022 0.0409 -0.2508 0.3327 -358 2015 2023 0.0675 -0.2544 0.3894 -358 2016 2017 -0.0324 -0.2547 0.19 -358 2016 2018 0.1642 -0.092 0.4205 -358 2016 2019 0.1795 -0.0928 0.4518 -358 2016 2020 0.2029 -0.0793 0.4852 -358 2016 2021 0.1055 -0.1649 0.3759 -358 2016 2022 0.0594 -0.2294 0.3481 -358 2016 2023 0.086 -0.2344 0.4064 -358 2017 2018 0.2015 -0.0469 0.4499 -358 2017 2019 0.2142 -0.0647 0.493 -358 2017 2020 0.2366 -0.0601 0.5334 -358 2017 2021 0.138 -0.1371 0.4131 -358 2017 2022 0.0916 -0.2016 0.3847 -358 2017 2023 0.1181 -0.2067 0.443 -358 2018 2019 0.0158 -0.1972 0.2288 -358 2018 2020 0.0397 -0.2048 0.2842 -358 2018 2021 -0.056 -0.3066 0.1946 -358 2018 2022 -0.1021 -0.3866 0.1823 -358 2018 2023 -0.0755 -0.3877 0.2367 -358 2019 2020 0.0238 -0.1917 0.2393 -358 2019 2021 -0.0724 -0.3219 0.1772 -358 2019 2022 -0.1184 -0.3988 0.162 -358 2019 2023 -0.0917 -0.4042 0.2208 -358 2020 2021 -0.0971 -0.3153 0.1211 -358 2020 2022 -0.1434 -0.4157 0.1289 -358 2020 2023 -0.1156 -0.4166 0.1854 -358 2021 2022 -0.0467 -0.2656 0.1723 -358 2021 2023 -0.0195 -0.2985 0.2594 -358 2022 2023 0.0267 -0.2092 0.2625 -359 2007 2008 0.3107 0.0838 0.5375 -359 2007 2009 0.3119 0.0564 0.5674 -359 2007 2010 0.3529 0.1414 0.5645 -359 2007 2011 0.5235 0.2896 0.7574 -359 2007 2012 0.3898 0.1281 0.6515 -359 2007 2013 0.2446 -0.0051 0.4943 -359 2007 2014 0.1201 -0.1469 0.3871 -359 2007 2015 0.508 0.2413 0.7748 -359 2007 2016 0.574 0.3422 0.8057 -359 2007 2017 0.1592 -0.0893 0.4077 -359 2007 2018 -0.0361 -0.3002 0.2279 -359 2007 2019 -0.0638 -0.3118 0.1843 -359 2007 2020 -0.3245 -0.6254 -0.0237 -359 2007 2021 -0.1707 -0.441 0.0996 -359 2007 2022 -0.1888 -0.4871 0.1096 -359 2007 2023 -0.1825 -0.4874 0.1224 -359 2008 2009 0.0013 -0.2265 0.229 -359 2008 2010 0.0423 -0.1795 0.2641 -359 2008 2011 0.2128 0.029 0.3966 -359 2008 2012 0.0792 -0.1625 0.3208 -359 2008 2013 -0.0661 -0.3186 0.1865 -359 2008 2014 -0.1905 -0.4466 0.0655 -359 2008 2015 0.1974 -0.0462 0.441 -359 2008 2016 0.2633 0.0426 0.4841 -359 2008 2017 -0.1514 -0.3759 0.073 -359 2008 2018 -0.3468 -0.6044 -0.0891 -359 2008 2019 -0.3744 -0.6174 -0.1314 -359 2008 2020 -0.6352 -0.9323 -0.338 -359 2008 2021 -0.4813 -0.7351 -0.2276 -359 2008 2022 -0.4994 -0.7894 -0.2094 -359 2008 2023 -0.4931 -0.773 -0.2132 -359 2009 2010 0.041 -0.1886 0.2706 -359 2009 2011 0.2116 -0.0223 0.4455 -359 2009 2012 0.0779 -0.1575 0.3133 -359 2009 2013 -0.0673 -0.3345 0.1998 -359 2009 2014 -0.1918 -0.4698 0.0861 -359 2009 2015 0.1961 -0.049 0.4412 -359 2009 2016 0.2621 0.0175 0.5067 -359 2009 2017 -0.1527 -0.4095 0.1041 -359 2009 2018 -0.348 -0.6095 -0.0866 -359 2009 2019 -0.3757 -0.6384 -0.113 -359 2009 2020 -0.6364 -0.9511 -0.3218 -359 2009 2021 -0.4826 -0.7486 -0.2167 -359 2009 2022 -0.5007 -0.8104 -0.1909 -359 2009 2023 -0.4944 -0.806 -0.1827 -359 2010 2011 0.1706 -0.0405 0.3816 -359 2010 2012 0.0369 -0.2079 0.2816 -359 2010 2013 -0.1084 -0.3453 0.1286 -359 2010 2014 -0.2329 -0.4945 0.0287 -359 2010 2015 0.1551 -0.0947 0.4049 -359 2010 2016 0.221 0.0073 0.4348 -359 2010 2017 -0.1937 -0.4332 0.0457 -359 2010 2018 -0.3891 -0.6419 -0.1362 -359 2010 2019 -0.4167 -0.652 -0.1815 -359 2010 2020 -0.6775 -0.975 -0.3799 -359 2010 2021 -0.5236 -0.781 -0.2662 -359 2010 2022 -0.5417 -0.8308 -0.2526 -359 2010 2023 -0.5354 -0.8323 -0.2385 -359 2011 2012 -0.1337 -0.3604 0.093 -359 2011 2013 -0.2789 -0.5251 -0.0327 -359 2011 2014 -0.4034 -0.6535 -0.1533 -359 2011 2015 -0.0155 -0.2543 0.2234 -359 2011 2016 0.0505 -0.1667 0.2677 -359 2011 2017 -0.3643 -0.5855 -0.1431 -359 2011 2018 -0.5596 -0.814 -0.3052 -359 2011 2019 -0.5873 -0.827 -0.3475 -359 2011 2020 -0.848 -1.1409 -0.5551 -359 2011 2021 -0.6942 -0.9443 -0.444 -359 2011 2022 -0.7123 -1.0008 -0.4237 -359 2011 2023 -0.7059 -0.9849 -0.427 -359 2012 2013 -0.1452 -0.3943 0.1038 -359 2012 2014 -0.2697 -0.5468 0.0073 -359 2012 2015 0.1182 -0.1249 0.3613 -359 2012 2016 0.1842 -0.0606 0.4289 -359 2012 2017 -0.2306 -0.4907 0.0294 -359 2012 2018 -0.4259 -0.692 -0.1599 -359 2012 2019 -0.4536 -0.7179 -0.1892 -359 2012 2020 -0.7143 -1.0327 -0.396 -359 2012 2021 -0.5605 -0.83 -0.291 -359 2012 2022 -0.5786 -0.8902 -0.267 -359 2012 2023 -0.5723 -0.8863 -0.2583 -359 2013 2014 -0.1245 -0.384 0.135 -359 2013 2015 0.2634 -0.0041 0.531 -359 2013 2016 0.3294 0.0922 0.5665 -359 2013 2017 -0.0854 -0.3492 0.1784 -359 2013 2018 -0.2807 -0.5597 -0.0017 -359 2013 2019 -0.3084 -0.5671 -0.0497 -359 2013 2020 -0.5691 -0.8866 -0.2516 -359 2013 2021 -0.4153 -0.6982 -0.1323 -359 2013 2022 -0.4333 -0.742 -0.1247 -359 2013 2023 -0.4271 -0.7439 -0.1102 -359 2014 2015 0.388 0.1201 0.6559 -359 2014 2016 0.4539 0.1829 0.7249 -359 2014 2017 0.0391 -0.2166 0.2948 -359 2014 2018 -0.1562 -0.4402 0.1278 -359 2014 2019 -0.1838 -0.4674 0.0997 -359 2014 2020 -0.4446 -0.7495 -0.1396 -359 2014 2021 -0.2908 -0.5807 -9e-04 -359 2014 2022 -0.3088 -0.6306 0.013 -359 2014 2023 -0.3026 -0.6155 0.0104 -359 2015 2016 0.066 -0.1612 0.2932 -359 2015 2017 -0.3488 -0.6101 -0.0875 -359 2015 2018 -0.5441 -0.8119 -0.2764 -359 2015 2019 -0.5718 -0.8337 -0.3098 -359 2015 2020 -0.8325 -1.1575 -0.5076 -359 2015 2021 -0.6787 -0.9481 -0.4093 -359 2015 2022 -0.6968 -1.0089 -0.3847 -359 2015 2023 -0.6905 -1.006 -0.375 -359 2016 2017 -0.4148 -0.646 -0.1836 -359 2016 2018 -0.6101 -0.867 -0.3532 -359 2016 2019 -0.6378 -0.857 -0.4185 -359 2016 2020 -0.8985 -1.2065 -0.5905 -359 2016 2021 -0.7447 -1.003 -0.4864 -359 2016 2022 -0.7628 -1.0485 -0.477 -359 2016 2023 -0.7565 -1.053 -0.4599 -359 2017 2018 -0.1953 -0.4404 0.0497 -359 2017 2019 -0.223 -0.4774 0.0314 -359 2017 2020 -0.4837 -0.7769 -0.1905 -359 2017 2021 -0.3299 -0.5915 -0.0683 -359 2017 2022 -0.348 -0.6466 -0.0493 -359 2017 2023 -0.3417 -0.625 -0.0584 -359 2018 2019 -0.0276 -0.2788 0.2236 -359 2018 2020 -0.2884 -0.5997 0.0229 -359 2018 2021 -0.1346 -0.4087 0.1396 -359 2018 2022 -0.1526 -0.4697 0.1644 -359 2018 2023 -0.1463 -0.4653 0.1726 -359 2019 2020 -0.2608 -0.5481 0.0265 -359 2019 2021 -0.1069 -0.3753 0.1614 -359 2019 2022 -0.125 -0.4247 0.1747 -359 2019 2023 -0.1187 -0.429 0.1916 -359 2020 2021 0.1539 -0.1352 0.4429 -359 2020 2022 0.1358 -0.2065 0.4781 -359 2020 2023 0.142 -0.2003 0.4844 -359 2021 2022 -0.0181 -0.2969 0.2608 -359 2021 2023 -0.0118 -0.3124 0.2888 -359 2022 2023 0.0063 -0.2884 0.301 -360 2007 2010 -0.034 -0.1293 0.0613 -360 2007 2013 -0.2377 -0.341 -0.1345 -360 2007 2016 0.0538 -0.0431 0.1507 -360 2007 2019 0.1104 0.0113 0.2096 -360 2007 2022 0.0721 -0.0457 0.1899 -360 2010 2013 -0.2037 -0.3077 -0.0998 -360 2010 2016 0.0878 -0.0114 0.187 -360 2010 2019 0.1444 0.0434 0.2455 -360 2010 2022 0.1061 -0.0134 0.2256 -360 2013 2016 0.2915 0.191 0.392 -360 2013 2019 0.3482 0.2446 0.4517 -360 2013 2022 0.3098 0.1885 0.4311 -360 2016 2019 0.0567 -0.0357 0.149 -360 2016 2022 0.0183 -0.0961 0.1327 -360 2019 2022 -0.0384 -0.1484 0.0716 -361 2007 2008 -0.0228 -0.1176 0.072 -361 2007 2009 -0.0721 -0.1809 0.0367 -361 2007 2010 -0.1246 -0.2342 -0.0149 -361 2007 2011 -0.1385 -0.2528 -0.0241 -361 2007 2012 -0.135 -0.2515 -0.0185 -361 2007 2013 -0.1873 -0.31 -0.0646 -361 2007 2014 -0.095 -0.2102 0.0201 -361 2007 2015 0.0338 -0.0866 0.1542 -361 2007 2016 -0.0848 -0.1949 0.0254 -361 2007 2017 -0.1143 -0.2275 -0.0011 -361 2007 2018 -0.1701 -0.2865 -0.0537 -361 2007 2019 -0.1396 -0.2526 -0.0266 -361 2007 2020 -0.0853 -0.2034 0.0327 -361 2007 2021 -0.1958 -0.3155 -0.0761 -361 2007 2022 -0.1212 -0.2392 -0.0033 -361 2007 2023 -0.1032 -0.2278 0.0214 -361 2008 2009 -0.0493 -0.1424 0.0438 -361 2008 2010 -0.1018 -0.2066 0.0031 -361 2008 2011 -0.1157 -0.2213 -0.01 -361 2008 2012 -0.1122 -0.2228 -0.0015 -361 2008 2013 -0.1645 -0.2846 -0.0443 -361 2008 2014 -0.0722 -0.1794 0.0349 -361 2008 2015 0.0566 -0.0577 0.1708 -361 2008 2016 -0.062 -0.1697 0.0457 -361 2008 2017 -0.0915 -0.1968 0.0138 -361 2008 2018 -0.1473 -0.2586 -0.036 -361 2008 2019 -0.1168 -0.227 -0.0066 -361 2008 2020 -0.0625 -0.1727 0.0476 -361 2008 2021 -0.173 -0.287 -0.059 -361 2008 2022 -0.0984 -0.2127 0.0158 -361 2008 2023 -0.0804 -0.197 0.0362 -361 2009 2010 -0.0525 -0.1471 0.0422 -361 2009 2011 -0.0664 -0.1728 0.04 -361 2009 2012 -0.0629 -0.1712 0.0454 -361 2009 2013 -0.1152 -0.2338 0.0035 -361 2009 2014 -0.0229 -0.1335 0.0876 -361 2009 2015 0.1058 -0.0102 0.2219 -361 2009 2016 -0.0127 -0.1214 0.096 -361 2009 2017 -0.0422 -0.1514 0.067 -361 2009 2018 -0.0981 -0.2069 0.0108 -361 2009 2019 -0.0676 -0.1793 0.0442 -361 2009 2020 -0.0133 -0.129 0.1025 -361 2009 2021 -0.1237 -0.2354 -0.012 -361 2009 2022 -0.0492 -0.166 0.0677 -361 2009 2023 -0.0311 -0.1533 0.091 -361 2010 2011 -0.0139 -0.1092 0.0814 -361 2010 2012 -0.0104 -0.119 0.0982 -361 2010 2013 -0.0627 -0.1758 0.0504 -361 2010 2014 0.0295 -0.0817 0.1408 -361 2010 2015 0.1583 0.0338 0.2828 -361 2010 2016 0.0398 -0.0676 0.1471 -361 2010 2017 0.0102 -0.1006 0.1211 -361 2010 2018 -0.0456 -0.1561 0.065 -361 2010 2019 -0.0151 -0.1263 0.0962 -361 2010 2020 0.0392 -0.0808 0.1593 -361 2010 2021 -0.0713 -0.1836 0.0411 -361 2010 2022 0.0033 -0.114 0.1207 -361 2010 2023 0.0214 -0.1028 0.1455 -361 2011 2012 0.0035 -0.0937 0.1007 -361 2011 2013 -0.0488 -0.1627 0.065 -361 2011 2014 0.0434 -0.0656 0.1524 -361 2011 2015 0.1722 0.0492 0.2952 -361 2011 2016 0.0537 -0.057 0.1643 -361 2011 2017 0.0242 -0.0853 0.1336 -361 2011 2018 -0.0317 -0.1443 0.081 -361 2011 2019 -0.0012 -0.1151 0.1128 -361 2011 2020 0.0531 -0.0648 0.171 -361 2011 2021 -0.0573 -0.1719 0.0572 -361 2011 2022 0.0172 -0.1021 0.1365 -361 2011 2023 0.0353 -0.0873 0.1579 -361 2012 2013 -0.0523 -0.1563 0.0517 -361 2012 2014 0.0399 -0.0691 0.149 -361 2012 2015 0.1687 0.0505 0.287 -361 2012 2016 0.0502 -0.0618 0.1621 -361 2012 2017 0.0207 -0.0923 0.1336 -361 2012 2018 -0.0352 -0.1479 0.0776 -361 2012 2019 -0.0047 -0.1201 0.1107 -361 2012 2020 0.0496 -0.07 0.1693 -361 2012 2021 -0.0608 -0.1769 0.0552 -361 2012 2022 0.0137 -0.107 0.1345 -361 2012 2023 0.0318 -0.0943 0.1578 -361 2013 2014 0.0923 -0.0099 0.1944 -361 2013 2015 0.221 0.0843 0.3578 -361 2013 2016 0.1025 -0.0114 0.2164 -361 2013 2017 0.073 -0.0467 0.1926 -361 2013 2018 0.0171 -0.0989 0.1332 -361 2013 2019 0.0476 -0.0723 0.1676 -361 2013 2020 0.1019 -0.0319 0.2358 -361 2013 2021 -0.0085 -0.1243 0.1073 -361 2013 2022 0.066 -0.0613 0.1933 -361 2013 2023 0.0841 -0.0501 0.2183 -361 2014 2015 0.1288 0.0215 0.2361 -361 2014 2016 0.0102 -0.0961 0.1165 -361 2014 2017 -0.0193 -0.1268 0.0883 -361 2014 2018 -0.0751 -0.1872 0.037 -361 2014 2019 -0.0446 -0.1581 0.0689 -361 2014 2020 0.0097 -0.1069 0.1263 -361 2014 2021 -0.1008 -0.2153 0.0137 -361 2014 2022 -0.0262 -0.1449 0.0925 -361 2014 2023 -0.0082 -0.1296 0.1132 -361 2015 2016 -0.1186 -0.2252 -0.012 -361 2015 2017 -0.1481 -0.2624 -0.0337 -361 2015 2018 -0.2039 -0.3281 -0.0796 -361 2015 2019 -0.1734 -0.2948 -0.052 -361 2015 2020 -0.1191 -0.2326 -0.0056 -361 2015 2021 -0.2295 -0.3616 -0.0975 -361 2015 2022 -0.155 -0.2787 -0.0313 -361 2015 2023 -0.137 -0.2645 -0.0094 -361 2016 2017 -0.0295 -0.1239 0.0648 -361 2016 2018 -0.0854 -0.1912 0.0205 -361 2016 2019 -0.0549 -0.162 0.0523 -361 2016 2020 -6e-04 -0.1166 0.1155 -361 2016 2021 -0.111 -0.2228 8e-04 -361 2016 2022 -0.0365 -0.1507 0.0778 -361 2016 2023 -0.0184 -0.1397 0.1029 -361 2017 2018 -0.0558 -0.152 0.0403 -361 2017 2019 -0.0253 -0.1321 0.0815 -361 2017 2020 0.029 -0.0814 0.1394 -361 2017 2021 -0.0815 -0.1939 0.0309 -361 2017 2022 -0.0069 -0.1222 0.1083 -361 2017 2023 0.0111 -0.1064 0.1286 -361 2018 2019 0.0305 -0.066 0.1271 -361 2018 2020 0.0848 -0.0314 0.201 -361 2018 2021 -0.0257 -0.132 0.0807 -361 2018 2022 0.0489 -0.0692 0.167 -361 2018 2023 0.0669 -0.0576 0.1915 -361 2019 2020 0.0543 -0.0468 0.1554 -361 2019 2021 -0.0562 -0.1659 0.0535 -361 2019 2022 0.0184 -0.0954 0.1322 -361 2019 2023 0.0364 -0.0857 0.1585 -361 2020 2021 -0.1105 -0.2202 -8e-04 -361 2020 2022 -0.0359 -0.1502 0.0784 -361 2020 2023 -0.0179 -0.1363 0.1006 -361 2021 2022 0.0746 -0.0284 0.1776 -361 2021 2023 0.0926 -0.0269 0.2122 -361 2022 2023 0.0181 -0.0846 0.1207 -362 2007 2008 0.026 -0.4239 0.476 -362 2007 2009 0.4414 -0.1157 0.9985 -362 2007 2010 0.3616 -0.1363 0.8596 -362 2007 2011 0.5426 -0.0765 1.1616 -362 2007 2012 0.4132 -0.1846 1.0109 -362 2007 2013 0.3388 -0.265 0.9427 -362 2007 2014 0.1612 -0.5259 0.8483 -362 2007 2015 -0.2301 -0.9153 0.4551 -362 2007 2016 -0.3043 -0.9341 0.3256 -362 2007 2017 -0.2252 -0.9225 0.4722 -362 2007 2018 -0.0925 -0.7359 0.5508 -362 2007 2019 0.2089 -0.483 0.9007 -362 2007 2020 0.0775 -0.6417 0.7967 -362 2007 2021 0.0532 -0.6297 0.7362 -362 2007 2022 0.1368 -0.5792 0.8529 -362 2007 2023 0.2245 -0.6637 1.1127 -362 2008 2009 0.416 -0.1514 0.9835 -362 2008 2010 0.3359 -0.1928 0.8646 -362 2008 2011 0.5171 -0.1554 1.1896 -362 2008 2012 0.3875 -0.2558 1.0309 -362 2008 2013 0.3132 -0.3467 0.9731 -362 2008 2014 0.1353 -0.6056 0.8763 -362 2008 2015 -0.2559 -0.9506 0.4388 -362 2008 2016 -0.33 -0.9854 0.3253 -362 2008 2017 -0.251 -0.9746 0.4725 -362 2008 2018 -0.1183 -0.8024 0.5657 -362 2008 2019 0.1833 -0.5794 0.9459 -362 2008 2020 0.0517 -0.7148 0.8182 -362 2008 2021 0.0275 -0.704 0.759 -362 2008 2022 0.1112 -0.6626 0.885 -362 2008 2023 0.1988 -0.7479 1.1454 -362 2009 2010 -0.0795 -0.5059 0.3469 -362 2009 2011 0.1013 -0.3825 0.5851 -362 2009 2012 -0.028 -0.5536 0.4977 -362 2009 2013 -0.1023 -0.644 0.4393 -362 2009 2014 -0.2799 -0.9249 0.3651 -362 2009 2015 -0.6717 -1.445 0.1017 -362 2009 2016 -0.7456 -1.458 -0.0332 -362 2009 2017 -0.6665 -1.4196 0.0867 -362 2009 2018 -0.5338 -1.1968 0.1292 -362 2009 2019 -0.2323 -0.8355 0.3708 -362 2009 2020 -0.3635 -1.0675 0.3404 -362 2009 2021 -0.3879 -1.0589 0.283 -362 2009 2022 -0.3043 -0.9662 0.3575 -362 2009 2023 -0.2167 -1.0308 0.5973 -362 2010 2011 0.1809 -0.2396 0.6015 -362 2010 2012 0.0515 -0.4087 0.5118 -362 2010 2013 -0.0228 -0.5027 0.4572 -362 2010 2014 -0.2005 -0.8012 0.4002 -362 2010 2015 -0.5919 -1.2474 0.0637 -362 2010 2016 -0.6659 -1.266 -0.0657 -362 2010 2017 -0.5868 -1.2442 0.0706 -362 2010 2018 -0.4542 -1.0377 0.1294 -362 2010 2019 -0.1528 -0.7369 0.4314 -362 2010 2020 -0.2841 -0.9303 0.3621 -362 2010 2021 -0.3084 -0.9156 0.2989 -362 2010 2022 -0.2248 -0.8456 0.3961 -362 2010 2023 -0.1372 -0.9423 0.6679 -362 2011 2012 -0.1292 -0.5432 0.2848 -362 2011 2013 -0.2036 -0.6854 0.2782 -362 2011 2014 -0.3812 -0.9918 0.2293 -362 2011 2015 -0.7732 -1.5369 -0.0094 -362 2011 2016 -0.8469 -1.5548 -0.139 -362 2011 2017 -0.7679 -1.5164 -0.0194 -362 2011 2018 -0.6351 -1.2941 0.0239 -362 2011 2019 -0.3336 -0.9195 0.2522 -362 2011 2020 -0.4649 -1.1569 0.2271 -362 2011 2021 -0.4892 -1.1505 0.1721 -362 2011 2022 -0.4056 -1.0502 0.239 -362 2011 2023 -0.318 -1.1153 0.4793 -362 2012 2013 -0.0744 -0.4846 0.3359 -362 2012 2014 -0.2521 -0.8228 0.3187 -362 2012 2015 -0.6436 -1.3248 0.0376 -362 2012 2016 -0.7176 -1.353 -0.0822 -362 2012 2017 -0.6384 -1.3271 0.0503 -362 2012 2018 -0.5057 -1.1161 0.1046 -362 2012 2019 -0.2043 -0.792 0.3833 -362 2012 2020 -0.3356 -1.0057 0.3345 -362 2012 2021 -0.3599 -0.9956 0.2758 -362 2012 2022 -0.2763 -0.9113 0.3587 -362 2012 2023 -0.1888 -0.9927 0.6151 -362 2013 2014 -0.1777 -0.6363 0.2808 -362 2013 2015 -0.5694 -1.1971 0.0584 -362 2013 2016 -0.6433 -1.2319 -0.0547 -362 2013 2017 -0.5641 -1.2223 0.0941 -362 2013 2018 -0.4314 -1.0202 0.1574 -362 2013 2019 -0.13 -0.6807 0.4207 -362 2013 2020 -0.2613 -0.9054 0.3829 -362 2013 2021 -0.2856 -0.898 0.3268 -362 2013 2022 -0.202 -0.8002 0.3962 -362 2013 2023 -0.1145 -0.8853 0.6564 -362 2014 2015 -0.3914 -0.9555 0.1727 -362 2014 2016 -0.4656 -1.0622 0.131 -362 2014 2017 -0.3861 -1.0766 0.3044 -362 2014 2018 -0.2536 -0.9029 0.3956 -362 2014 2019 0.0476 -0.5811 0.6763 -362 2014 2020 -0.0835 -0.795 0.6279 -362 2014 2021 -0.1079 -0.7917 0.5758 -362 2014 2022 -0.0244 -0.697 0.6482 -362 2014 2023 0.0632 -0.7541 0.8805 -362 2015 2016 -0.0745 -0.54 0.391 -362 2015 2017 0.0046 -0.6152 0.6243 -362 2015 2018 0.1375 -0.495 0.77 -362 2015 2019 0.4395 -0.3082 1.1872 -362 2015 2020 0.3077 -0.4401 1.0555 -362 2015 2021 0.2835 -0.437 1.0039 -362 2015 2022 0.3672 -0.3966 1.1309 -362 2015 2023 0.4548 -0.4832 1.3929 -362 2016 2017 0.0791 -0.3908 0.549 -362 2016 2018 0.2118 -0.3113 0.735 -362 2016 2019 0.5135 -0.1378 1.1648 -362 2016 2020 0.3819 -0.2901 1.0539 -362 2016 2021 0.3576 -0.2883 1.0035 -362 2016 2022 0.4412 -0.2412 1.1236 -362 2016 2023 0.529 -0.3388 1.3969 -362 2017 2018 0.1325 -0.3436 0.6086 -362 2017 2019 0.4343 -0.219 1.0877 -362 2017 2020 0.3026 -0.392 0.9973 -362 2017 2021 0.2784 -0.398 0.9549 -362 2017 2022 0.3621 -0.3522 1.0764 -362 2017 2023 0.4497 -0.4402 1.3396 -362 2018 2019 0.3017 -0.1885 0.7918 -362 2018 2020 0.17 -0.4165 0.7566 -362 2018 2021 0.1458 -0.4268 0.7184 -362 2018 2022 0.2294 -0.3842 0.8431 -362 2018 2023 0.317 -0.4872 1.1212 -362 2019 2020 -0.1308 -0.6159 0.3543 -362 2019 2021 -0.1556 -0.6793 0.3682 -362 2019 2022 -0.072 -0.5991 0.4551 -362 2019 2023 0.0156 -0.6938 0.725 -362 2020 2021 -0.0243 -0.4879 0.4393 -362 2020 2022 0.0591 -0.5117 0.6299 -362 2020 2023 0.1465 -0.6199 0.9128 -362 2021 2022 0.0835 -0.3682 0.5352 -362 2021 2023 0.1708 -0.5214 0.8631 -362 2022 2023 0.0872 -0.4424 0.6168 -363 2007 2010 0.4182 0.129 0.7073 -363 2007 2013 0.7381 0.3755 1.1007 -363 2007 2016 0.8462 0.4732 1.2191 -363 2007 2019 0.9803 0.5827 1.3779 -363 2007 2022 1.0722 0.5901 1.5544 -363 2010 2013 0.3201 0.0599 0.5802 -363 2010 2016 0.4282 0.1441 0.7122 -363 2010 2019 0.5623 0.2536 0.8711 -363 2010 2022 0.6542 0.2384 1.0701 -363 2013 2016 0.1081 -0.1427 0.3589 -363 2013 2019 0.2423 -0.0573 0.5419 -363 2013 2022 0.3342 -0.0723 0.7407 -363 2016 2019 0.1342 -0.1267 0.3951 -363 2016 2022 0.2261 -0.1512 0.6034 -363 2019 2022 0.0919 -0.2342 0.418 -364 2007 2008 0.0993 -0.2099 0.4084 -364 2007 2009 0.1624 -0.2547 0.5795 -364 2007 2010 0.2099 -0.2697 0.6894 -364 2007 2011 0.2172 -0.3019 0.7362 -364 2007 2012 0.1648 -0.3749 0.7045 -364 2007 2013 0.1225 -0.4397 0.6848 -364 2007 2014 0.0396 -0.5342 0.6133 -364 2007 2015 0.0257 -0.5547 0.6061 -364 2007 2016 0.031 -0.5587 0.6206 -364 2007 2017 -0.0275 -0.6337 0.5788 -364 2007 2018 -0.107 -0.7113 0.4972 -364 2007 2019 -0.2887 -0.8934 0.316 -364 2007 2020 -0.4092 -1.0484 0.2301 -364 2007 2021 -0.542 -1.211 0.127 -364 2007 2022 -0.6162 -1.3249 0.0925 -364 2007 2023 -0.6392 -1.4063 0.1279 -364 2008 2009 0.063 -0.2276 0.3537 -364 2008 2010 0.1104 -0.2685 0.4892 -364 2008 2011 0.1177 -0.3119 0.5473 -364 2008 2012 0.0653 -0.3999 0.5305 -364 2008 2013 0.0231 -0.4747 0.5209 -364 2008 2014 -0.0599 -0.5806 0.4608 -364 2008 2015 -0.0737 -0.5992 0.4518 -364 2008 2016 -0.0685 -0.5965 0.4595 -364 2008 2017 -0.1269 -0.6736 0.4198 -364 2008 2018 -0.2065 -0.7536 0.3407 -364 2008 2019 -0.3882 -0.9576 0.1812 -364 2008 2020 -0.5087 -1.1268 0.1095 -364 2008 2021 -0.6415 -1.3057 0.0228 -364 2008 2022 -0.7157 -1.4271 -0.0043 -364 2008 2023 -0.7387 -1.5094 0.0321 -364 2009 2010 0.0473 -0.238 0.3325 -364 2009 2011 0.0546 -0.3145 0.4237 -364 2009 2012 0.0022 -0.419 0.4234 -364 2009 2013 -0.04 -0.5035 0.4234 -364 2009 2014 -0.123 -0.6184 0.3725 -364 2009 2015 -0.1368 -0.6372 0.3636 -364 2009 2016 -0.1316 -0.6317 0.3685 -364 2009 2017 -0.19 -0.711 0.331 -364 2009 2018 -0.2696 -0.7932 0.2541 -364 2009 2019 -0.4513 -1.0116 0.1091 -364 2009 2020 -0.5718 -1.1892 0.0456 -364 2009 2021 -0.7045 -1.3771 -0.032 -364 2009 2022 -0.7788 -1.5021 -0.0554 -364 2009 2023 -0.8018 -1.5843 -0.0193 -364 2010 2011 0.0072 -0.2725 0.287 -364 2010 2012 -0.0451 -0.411 0.3208 -364 2010 2013 -0.0873 -0.5101 0.3355 -364 2010 2014 -0.1703 -0.6366 0.2961 -364 2010 2015 -0.1841 -0.6585 0.2902 -364 2010 2016 -0.1789 -0.6516 0.2938 -364 2010 2017 -0.2373 -0.7345 0.2598 -364 2010 2018 -0.3169 -0.8206 0.1868 -364 2010 2019 -0.4986 -1.0514 0.0541 -364 2010 2020 -0.6191 -1.2359 -0.0023 -364 2010 2021 -0.7519 -1.431 -0.0728 -364 2010 2022 -0.8261 -1.5585 -0.0937 -364 2010 2023 -0.8491 -1.6406 -0.0577 -364 2011 2012 -0.0523 -0.3354 0.2308 -364 2011 2013 -0.0945 -0.467 0.278 -364 2011 2014 -0.1775 -0.6102 0.2553 -364 2011 2015 -0.1914 -0.6411 0.2583 -364 2011 2016 -0.1862 -0.64 0.2676 -364 2011 2017 -0.2446 -0.726 0.2368 -364 2011 2018 -0.3242 -0.8152 0.1669 -364 2011 2019 -0.5059 -1.0526 0.0408 -364 2011 2020 -0.6264 -1.2401 -0.0127 -364 2011 2021 -0.7592 -1.4381 -0.0803 -364 2011 2022 -0.8334 -1.5671 -0.0997 -364 2011 2023 -0.8565 -1.6491 -0.0638 -364 2012 2013 -0.0422 -0.327 0.2427 -364 2012 2014 -0.1251 -0.5015 0.2513 -364 2012 2015 -0.139 -0.5522 0.2742 -364 2012 2016 -0.1338 -0.5679 0.3003 -364 2012 2017 -0.1922 -0.6601 0.2757 -364 2012 2018 -0.2718 -0.751 0.2075 -364 2012 2019 -0.4535 -0.9819 0.0749 -364 2012 2020 -0.574 -1.1673 0.0192 -364 2012 2021 -0.7068 -1.362 -0.0517 -364 2012 2022 -0.7811 -1.4909 -0.0713 -364 2012 2023 -0.8041 -1.5744 -0.0337 -364 2013 2014 -0.0828 -0.374 0.2084 -364 2013 2015 -0.0968 -0.4664 0.2728 -364 2013 2016 -0.0916 -0.5065 0.3233 -364 2013 2017 -0.1501 -0.6103 0.3102 -364 2013 2018 -0.2296 -0.7082 0.2491 -364 2013 2019 -0.4113 -0.9346 0.112 -364 2013 2020 -0.5318 -1.1183 0.0548 -364 2013 2021 -0.6646 -1.3105 -0.0188 -364 2013 2022 -0.7389 -1.4386 -0.0391 -364 2013 2023 -0.7619 -1.5229 -8e-04 -364 2014 2015 -0.0139 -0.303 0.2752 -364 2014 2016 -0.0088 -0.3904 0.3728 -364 2014 2017 -0.0672 -0.5106 0.3761 -364 2014 2018 -0.1467 -0.6178 0.3244 -364 2014 2019 -0.3283 -0.8354 0.1788 -364 2014 2020 -0.4488 -1.0144 0.1168 -364 2014 2021 -0.5816 -1.1998 0.0365 -364 2014 2022 -0.6559 -1.3267 0.0149 -364 2014 2023 -0.6789 -1.4129 0.0552 -364 2015 2016 0.005 -0.2865 0.2966 -364 2015 2017 -0.0534 -0.4393 0.3325 -364 2015 2018 -0.1329 -0.5636 0.2979 -364 2015 2019 -0.3145 -0.7957 0.1667 -364 2015 2020 -0.435 -0.9828 0.1129 -364 2015 2021 -0.5679 -1.1753 0.0395 -364 2015 2022 -0.6421 -1.3055 0.0213 -364 2015 2023 -0.6651 -1.3931 0.063 -364 2016 2017 -0.0585 -0.3467 0.2297 -364 2016 2018 -0.138 -0.508 0.232 -364 2016 2019 -0.3197 -0.7703 0.1308 -364 2016 2020 -0.4402 -0.9726 0.0921 -364 2016 2021 -0.5732 -1.1783 0.0319 -364 2016 2022 -0.6475 -1.3135 0.0186 -364 2016 2023 -0.6704 -1.4019 0.0611 -364 2017 2018 -0.0796 -0.3687 0.2096 -364 2017 2019 -0.2612 -0.6669 0.1445 -364 2017 2020 -0.3817 -0.8823 0.1189 -364 2017 2021 -0.5147 -1.0959 0.0665 -364 2017 2022 -0.589 -1.2357 0.0577 -364 2017 2023 -0.6118 -1.3264 0.1027 -364 2018 2019 -0.1816 -0.4925 0.1293 -364 2018 2020 -0.3021 -0.7358 0.1317 -364 2018 2021 -0.4351 -0.9632 0.0931 -364 2018 2022 -0.5094 -1.1106 0.0919 -364 2018 2023 -0.5322 -1.2065 0.1421 -364 2019 2020 -0.1203 -0.4233 0.1826 -364 2019 2021 -0.2532 -0.669 0.1627 -364 2019 2022 -0.3274 -0.8284 0.1735 -364 2019 2023 -0.3503 -0.937 0.2364 -364 2020 2021 -0.1326 -0.4396 0.1744 -364 2020 2022 -0.2068 -0.6302 0.2165 -364 2020 2023 -0.2297 -0.7533 0.2938 -364 2021 2022 -0.0741 -0.3783 0.2301 -364 2021 2023 -0.097 -0.5304 0.3364 -364 2022 2023 -0.0229 -0.3363 0.2905 -365 2007 2008 0.0244 -0.056 0.1048 -365 2007 2009 -0.0373 -0.1375 0.0628 -365 2007 2010 -0.014 -0.1214 0.0933 -365 2007 2011 -0.0567 -0.1725 0.059 -365 2007 2012 -0.0542 -0.1763 0.0679 -365 2007 2013 -0.0996 -0.2269 0.0277 -365 2007 2014 -0.0946 -0.2254 0.0363 -365 2007 2015 -0.1015 -0.236 0.033 -365 2007 2016 -0.1362 -0.2715 -0.001 -365 2007 2017 -0.1775 -0.3178 -0.0373 -365 2007 2018 -0.1806 -0.3229 -0.0383 -365 2007 2019 -0.2171 -0.3607 -0.0736 -365 2007 2020 -0.2398 -0.3903 -0.0893 -365 2007 2021 -0.2485 -0.4029 -0.094 -365 2007 2022 -0.3123 -0.4797 -0.145 -365 2007 2023 -0.293 -0.4694 -0.1165 -365 2008 2009 -0.0618 -0.1452 0.0217 -365 2008 2010 -0.0385 -0.1308 0.0539 -365 2008 2011 -0.0812 -0.1874 0.025 -365 2008 2012 -0.0786 -0.1903 0.0331 -365 2008 2013 -0.124 -0.2456 -0.0024 -365 2008 2014 -0.119 -0.2409 0.0029 -365 2008 2015 -0.1259 -0.2508 -0.0011 -365 2008 2016 -0.1607 -0.2886 -0.0327 -365 2008 2017 -0.202 -0.3361 -0.0678 -365 2008 2018 -0.205 -0.3386 -0.0714 -365 2008 2019 -0.2415 -0.3791 -0.1039 -365 2008 2020 -0.2643 -0.4092 -0.1193 -365 2008 2021 -0.2729 -0.4211 -0.1247 -365 2008 2022 -0.3368 -0.5041 -0.1695 -365 2008 2023 -0.3174 -0.491 -0.1438 -365 2009 2010 0.0233 -0.0566 0.1032 -365 2009 2011 -0.0194 -0.1137 0.0748 -365 2009 2012 -0.0169 -0.1235 0.0898 -365 2009 2013 -0.0623 -0.175 0.0505 -365 2009 2014 -0.0572 -0.177 0.0625 -365 2009 2015 -0.0642 -0.1891 0.0608 -365 2009 2016 -0.0989 -0.2245 0.0266 -365 2009 2017 -0.1402 -0.2697 -0.0107 -365 2009 2018 -0.1433 -0.2773 -0.0092 -365 2009 2019 -0.1798 -0.3146 -0.045 -365 2009 2020 -0.2025 -0.3439 -0.0611 -365 2009 2021 -0.2112 -0.3573 -0.065 -365 2009 2022 -0.275 -0.4306 -0.1195 -365 2009 2023 -0.2557 -0.4229 -0.0884 -365 2010 2011 -0.0427 -0.1215 0.036 -365 2010 2012 -0.0402 -0.135 0.0546 -365 2010 2013 -0.0856 -0.1927 0.0215 -365 2010 2014 -0.0805 -0.1924 0.0314 -365 2010 2015 -0.0875 -0.2042 0.0293 -365 2010 2016 -0.1222 -0.2417 -0.0027 -365 2010 2017 -0.1635 -0.2899 -0.0371 -365 2010 2018 -0.1665 -0.2943 -0.0388 -365 2010 2019 -0.2031 -0.3337 -0.0725 -365 2010 2020 -0.2258 -0.3644 -0.0872 -365 2010 2021 -0.2344 -0.3769 -0.092 -365 2010 2022 -0.2983 -0.4574 -0.1392 -365 2010 2023 -0.2789 -0.4463 -0.1115 -365 2011 2012 0.0026 -0.076 0.0811 -365 2011 2013 -0.0428 -0.1384 0.0527 -365 2011 2014 -0.0378 -0.1447 0.0691 -365 2011 2015 -0.0448 -0.1601 0.0706 -365 2011 2016 -0.0795 -0.1966 0.0377 -365 2011 2017 -0.1208 -0.243 0.0014 -365 2011 2018 -0.1238 -0.2515 0.0039 -365 2011 2019 -0.1604 -0.2892 -0.0315 -365 2011 2020 -0.1831 -0.319 -0.0472 -365 2011 2021 -0.1917 -0.3329 -0.0505 -365 2011 2022 -0.2556 -0.4073 -0.1039 -365 2011 2023 -0.2362 -0.3995 -0.073 -365 2012 2013 -0.0454 -0.1254 0.0346 -365 2012 2014 -0.0404 -0.1375 0.0568 -365 2012 2015 -0.0473 -0.1547 0.0601 -365 2012 2016 -0.082 -0.195 0.0309 -365 2012 2017 -0.1233 -0.2442 -0.0025 -365 2012 2018 -0.1264 -0.2503 -0.0025 -365 2012 2019 -0.1629 -0.2901 -0.0357 -365 2012 2020 -0.1856 -0.321 -0.0503 -365 2012 2021 -0.1943 -0.334 -0.0545 -365 2012 2022 -0.2582 -0.4133 -0.103 -365 2012 2023 -0.2388 -0.4033 -0.0743 -365 2013 2014 0.005 -0.0759 0.0859 -365 2013 2015 -0.0019 -0.1034 0.0995 -365 2013 2016 -0.0366 -0.1447 0.0714 -365 2013 2017 -0.078 -0.1947 0.0388 -365 2013 2018 -0.081 -0.2048 0.0428 -365 2013 2019 -0.1175 -0.2427 0.0077 -365 2013 2020 -0.1403 -0.2738 -0.0067 -365 2013 2021 -0.1489 -0.2881 -0.0097 -365 2013 2022 -0.2128 -0.3619 -0.0636 -365 2013 2023 -0.1934 -0.3549 -0.0319 -365 2014 2015 -0.0069 -0.0869 0.073 -365 2014 2016 -0.0417 -0.1396 0.0563 -365 2014 2017 -0.083 -0.1943 0.0283 -365 2014 2018 -0.086 -0.2032 0.0312 -365 2014 2019 -0.1226 -0.2446 -5e-04 -365 2014 2020 -0.1453 -0.2764 -0.0142 -365 2014 2021 -0.1539 -0.2901 -0.0177 -365 2014 2022 -0.2178 -0.37 -0.0656 -365 2014 2023 -0.1984 -0.3601 -0.0368 -365 2015 2016 -0.0347 -0.1147 0.0452 -365 2015 2017 -0.076 -0.1788 0.0268 -365 2015 2018 -0.0791 -0.1892 0.0311 -365 2015 2019 -0.1156 -0.2337 0.0025 -365 2015 2020 -0.1383 -0.267 -0.0097 -365 2015 2021 -0.147 -0.2805 -0.0134 -365 2015 2022 -0.2109 -0.3635 -0.0582 -365 2015 2023 -0.1915 -0.3527 -0.0302 -365 2016 2017 -0.0413 -0.1221 0.0395 -365 2016 2018 -0.0443 -0.1438 0.0551 -365 2016 2019 -0.0809 -0.1899 0.0281 -365 2016 2020 -0.1036 -0.225 0.0178 -365 2016 2021 -0.1122 -0.2404 0.0159 -365 2016 2022 -0.1761 -0.3207 -0.0315 -365 2016 2023 -0.1567 -0.3122 -0.0013 -365 2017 2018 -0.003 -0.086 0.08 -365 2017 2019 -0.0396 -0.1404 0.0613 -365 2017 2020 -0.0623 -0.1776 0.053 -365 2017 2021 -0.0709 -0.1953 0.0534 -365 2017 2022 -0.1348 -0.2738 0.0041 -365 2017 2023 -0.1154 -0.2669 0.0361 -365 2018 2019 -0.0365 -0.1177 0.0447 -365 2018 2020 -0.0593 -0.1641 0.0456 -365 2018 2021 -0.0679 -0.1831 0.0473 -365 2018 2022 -0.1318 -0.2702 0.0066 -365 2018 2023 -0.1124 -0.2615 0.0367 -365 2019 2020 -0.0227 -0.1048 0.0594 -365 2019 2021 -0.0314 -0.1341 0.0714 -365 2019 2022 -0.0952 -0.2202 0.0297 -365 2019 2023 -0.0759 -0.2155 0.0638 -365 2020 2021 -0.0086 -0.0922 0.0749 -365 2020 2022 -0.0725 -0.1864 0.0414 -365 2020 2023 -0.0531 -0.1849 0.0787 -365 2021 2022 -0.0639 -0.1582 0.0304 -365 2021 2023 -0.0445 -0.1625 0.0735 -365 2022 2023 0.0194 -0.0722 0.111 -366 2007 2008 0.0561 -0.0739 0.186 -366 2007 2009 0.1592 0.0087 0.3096 -366 2007 2010 0.1727 0.035 0.3104 -366 2007 2011 0.1664 0.0182 0.3147 -366 2007 2012 0.1185 -0.0389 0.276 -366 2007 2013 0.1191 -0.0245 0.2627 -366 2007 2014 0.1787 0.0271 0.3304 -366 2007 2015 0.1677 0.0157 0.3198 -366 2007 2016 0.1659 0.026 0.3059 -366 2007 2017 0.1721 0.0251 0.3191 -366 2007 2018 0.1335 -0.0169 0.2839 -366 2007 2019 0.2025 0.0644 0.3405 -366 2007 2020 0.3299 0.1798 0.4801 -366 2007 2021 0.386 0.2417 0.5303 -366 2007 2022 0.319 0.1703 0.4678 -366 2007 2023 -0.0154 -0.1858 0.155 -366 2008 2009 0.1031 -0.0287 0.2349 -366 2008 2010 0.1167 -0.0194 0.2527 -366 2008 2011 0.1104 -0.0271 0.2478 -366 2008 2012 0.0625 -0.0897 0.2147 -366 2008 2013 0.063 -0.0806 0.2067 -366 2008 2014 0.1227 -0.0201 0.2655 -366 2008 2015 0.1117 -0.0342 0.2576 -366 2008 2016 0.1099 -0.0294 0.2492 -366 2008 2017 0.116 -0.0212 0.2533 -366 2008 2018 0.0774 -0.0673 0.2222 -366 2008 2019 0.1464 0.01 0.2829 -366 2008 2020 0.2739 0.1333 0.4145 -366 2008 2021 0.33 0.1942 0.4657 -366 2008 2022 0.263 0.1168 0.4091 -366 2008 2023 -0.0714 -0.2345 0.0916 -366 2009 2010 0.0136 -0.1158 0.1429 -366 2009 2011 0.0073 -0.1385 0.1531 -366 2009 2012 -0.0406 -0.1955 0.1143 -366 2009 2013 -0.0401 -0.1903 0.1102 -366 2009 2014 0.0196 -0.1317 0.1709 -366 2009 2015 0.0086 -0.1402 0.1574 -366 2009 2016 0.0068 -0.1389 0.1524 -366 2009 2017 0.0129 -0.1345 0.1603 -366 2009 2018 -0.0257 -0.1746 0.1233 -366 2009 2019 0.0433 -0.1015 0.1881 -366 2009 2020 0.1708 0.0219 0.3197 -366 2009 2021 0.2269 0.0917 0.362 -366 2009 2022 0.1599 0.0114 0.3084 -366 2009 2023 -0.1745 -0.354 0.0049 -366 2010 2011 -0.0063 -0.133 0.1204 -366 2010 2012 -0.0542 -0.2016 0.0932 -366 2010 2013 -0.0536 -0.1899 0.0826 -366 2010 2014 0.006 -0.1377 0.1498 -366 2010 2015 -0.005 -0.1497 0.1397 -366 2010 2016 -0.0068 -0.1391 0.1256 -366 2010 2017 -6e-04 -0.1402 0.139 -366 2010 2018 -0.0392 -0.1835 0.1051 -366 2010 2019 0.0298 -0.1028 0.1623 -366 2010 2020 0.1572 0.0153 0.2992 -366 2010 2021 0.2133 0.08 0.3467 -366 2010 2022 0.1463 0.0079 0.2847 -366 2010 2023 -0.1881 -0.358 -0.0182 -366 2011 2012 -0.0479 -0.1835 0.0877 -366 2011 2013 -0.0474 -0.1888 0.0941 -366 2011 2014 0.0123 -0.1307 0.1553 -366 2011 2015 0.0013 -0.1472 0.1498 -366 2011 2016 -5e-04 -0.1419 0.1409 -366 2011 2017 0.0056 -0.1335 0.1448 -366 2011 2018 -0.033 -0.1814 0.1155 -366 2011 2019 0.036 -0.1046 0.1766 -366 2011 2020 0.1635 0.0213 0.3057 -366 2011 2021 0.2196 0.0823 0.3568 -366 2011 2022 0.1526 0.0058 0.2994 -366 2011 2023 -0.1818 -0.3507 -0.013 -366 2012 2013 6e-04 -0.1341 0.1353 -366 2012 2014 0.0602 -0.0924 0.2128 -366 2012 2015 0.0492 -0.1042 0.2026 -366 2012 2016 0.0474 -0.1031 0.1979 -366 2012 2017 0.0536 -0.0991 0.2062 -366 2012 2018 0.015 -0.1385 0.1685 -366 2012 2019 0.0839 -0.0654 0.2332 -366 2012 2020 0.2114 0.0559 0.367 -366 2012 2021 0.2675 0.121 0.414 -366 2012 2022 0.2005 0.0425 0.3585 -366 2012 2023 -0.1339 -0.3104 0.0425 -366 2013 2014 0.0597 -0.0716 0.1909 -366 2013 2015 0.0486 -0.0958 0.1931 -366 2013 2016 0.0468 -0.0889 0.1826 -366 2013 2017 0.053 -0.0904 0.1964 -366 2013 2018 0.0144 -0.1328 0.1616 -366 2013 2019 0.0834 -0.0528 0.2196 -366 2013 2020 0.2109 0.0643 0.3575 -366 2013 2021 0.2669 0.1267 0.4072 -366 2013 2022 0.1999 0.0546 0.3453 -366 2013 2023 -0.1345 -0.3025 0.0335 -366 2014 2015 -0.011 -0.1431 0.1211 -366 2014 2016 -0.0128 -0.1525 0.1269 -366 2014 2017 -0.0067 -0.1462 0.1329 -366 2014 2018 -0.0453 -0.1949 0.1044 -366 2014 2019 0.0237 -0.1183 0.1658 -366 2014 2020 0.1512 0.0089 0.2935 -366 2014 2021 0.2073 0.069 0.3455 -366 2014 2022 0.1403 -0.0076 0.2882 -366 2014 2023 -0.1941 -0.3644 -0.0238 -366 2015 2016 -0.0018 -0.1299 0.1263 -366 2015 2017 0.0043 -0.1379 0.1465 -366 2015 2018 -0.0342 -0.1794 0.1109 -366 2015 2019 0.0347 -0.1055 0.175 -366 2015 2020 0.1622 0.0149 0.3096 -366 2015 2021 0.2183 0.0821 0.3545 -366 2015 2022 0.1513 0.0023 0.3003 -366 2015 2023 -0.1831 -0.3562 -0.01 -366 2016 2017 0.0062 -0.1186 0.1309 -366 2016 2018 -0.0324 -0.1723 0.1074 -366 2016 2019 0.0365 -0.0922 0.1653 -366 2016 2020 0.164 0.0236 0.3044 -366 2016 2021 0.2201 0.0869 0.3532 -366 2016 2022 0.1531 0.0159 0.2903 -366 2016 2023 -0.1813 -0.3472 -0.0154 -366 2017 2018 -0.0386 -0.1675 0.0903 -366 2017 2019 0.0304 -0.1032 0.164 -366 2017 2020 0.1579 0.0226 0.2931 -366 2017 2021 0.2139 0.0821 0.3458 -366 2017 2022 0.147 0.0039 0.29 -366 2017 2023 -0.1875 -0.3495 -0.0255 -366 2018 2019 0.069 -0.0573 0.1953 -366 2018 2020 0.1965 0.0525 0.3404 -366 2018 2021 0.2525 0.1188 0.3863 -366 2018 2022 0.1856 0.0352 0.3359 -366 2018 2023 -0.1489 -0.3159 0.0181 -366 2019 2020 0.1275 0.0015 0.2535 -366 2019 2021 0.1836 0.0538 0.3133 -366 2019 2022 0.1166 -0.0192 0.2523 -366 2019 2023 -0.2179 -0.3802 -0.0556 -366 2020 2021 0.0561 -0.0667 0.1788 -366 2020 2022 -0.0109 -0.1525 0.1307 -366 2020 2023 -0.3453 -0.5124 -0.1782 -366 2021 2022 -0.067 -0.1893 0.0553 -366 2021 2023 -0.4014 -0.5665 -0.2363 -366 2022 2023 -0.3345 -0.4956 -0.1734 -367 2007 2008 0.0715 -0.0114 0.1544 -367 2007 2009 -0.0063 -0.095 0.0823 -367 2007 2010 0.0609 -0.0168 0.1385 -367 2007 2011 0.1849 0.0991 0.2707 -367 2007 2012 0.3585 0.2704 0.4465 -367 2007 2013 0.0511 -0.0322 0.1344 -367 2007 2014 0.2768 0.1893 0.3642 -367 2007 2015 0.3408 0.2536 0.4279 -367 2007 2016 0.2849 0.2085 0.3613 -367 2007 2017 0.2351 0.1474 0.3228 -367 2007 2018 0.0386 -0.0492 0.1265 -367 2007 2019 0.135 0.0553 0.2147 -367 2007 2020 0.0988 0.0055 0.192 -367 2007 2021 0.1703 0.086 0.2546 -367 2007 2022 0.2533 0.1703 0.3362 -367 2007 2023 0.256 0.1668 0.3451 -367 2008 2009 -0.0778 -0.1621 0.0064 -367 2008 2010 -0.0106 -0.0954 0.0741 -367 2008 2011 0.1134 0.0421 0.1847 -367 2008 2012 0.287 0.2023 0.3716 -367 2008 2013 -0.0204 -0.111 0.0702 -367 2008 2014 0.2053 0.1311 0.2795 -367 2008 2015 0.2693 0.1854 0.3532 -367 2008 2016 0.2134 0.1306 0.2962 -367 2008 2017 0.1637 0.0895 0.2378 -367 2008 2018 -0.0329 -0.119 0.0533 -367 2008 2019 0.0635 -0.0213 0.1482 -367 2008 2020 0.0273 -0.0551 0.1097 -367 2008 2021 0.0988 0.0197 0.178 -367 2008 2022 0.1818 0.0938 0.2698 -367 2008 2023 0.1845 0.108 0.261 -367 2009 2010 0.0672 -0.0189 0.1533 -367 2009 2011 0.1912 0.1044 0.2781 -367 2009 2012 0.3648 0.2847 0.4448 -367 2009 2013 0.0574 -0.0347 0.1495 -367 2009 2014 0.2831 0.1952 0.371 -367 2009 2015 0.3471 0.2678 0.4264 -367 2009 2016 0.2912 0.2052 0.3772 -367 2009 2017 0.2415 0.1534 0.3295 -367 2009 2018 0.0449 -0.0352 0.1251 -367 2009 2019 0.1413 0.0526 0.23 -367 2009 2020 0.1051 0.0111 0.1992 -367 2009 2021 0.1767 0.1004 0.2529 -367 2009 2022 0.2596 0.168 0.3512 -367 2009 2023 0.2623 0.1726 0.352 -367 2010 2011 0.124 0.0399 0.2082 -367 2010 2012 0.2976 0.2091 0.3861 -367 2010 2013 -0.0098 -0.0919 0.0723 -367 2010 2014 0.2159 0.1284 0.3034 -367 2010 2015 0.2799 0.1924 0.3674 -367 2010 2016 0.224 0.1486 0.2994 -367 2010 2017 0.1743 0.0866 0.262 -367 2010 2018 -0.0222 -0.1098 0.0654 -367 2010 2019 0.0741 -0.0056 0.1538 -367 2010 2020 0.0379 -0.0553 0.1311 -367 2010 2021 0.1095 0.0257 0.1933 -367 2010 2022 0.1924 0.1102 0.2746 -367 2010 2023 0.1951 0.106 0.2842 -367 2011 2012 0.1736 0.0894 0.2577 -367 2011 2013 -0.1338 -0.2247 -0.0429 -367 2011 2014 0.0919 0.017 0.1667 -367 2011 2015 0.1558 0.0705 0.2412 -367 2011 2016 0.1 0.0163 0.1836 -367 2011 2017 0.0502 -0.0247 0.1251 -367 2011 2018 -0.1463 -0.2335 -0.0591 -367 2011 2019 -0.05 -0.136 0.0361 -367 2011 2020 -0.0861 -0.1691 -0.0031 -367 2011 2021 -0.0146 -0.0953 0.0661 -367 2011 2022 0.0684 -0.0208 0.1575 -367 2011 2023 0.0711 -0.0067 0.1488 -367 2012 2013 -0.3074 -0.3996 -0.2152 -367 2012 2014 -0.0817 -0.1682 0.0049 -367 2012 2015 -0.0177 -0.0941 0.0587 -367 2012 2016 -0.0736 -0.1594 0.0123 -367 2012 2017 -0.1233 -0.2102 -0.0364 -367 2012 2018 -0.3198 -0.4011 -0.2386 -367 2012 2019 -0.2235 -0.3112 -0.1358 -367 2012 2020 -0.2597 -0.3535 -0.1658 -367 2012 2021 -0.1881 -0.2645 -0.1118 -367 2012 2022 -0.1052 -0.1961 -0.0143 -367 2012 2023 -0.1025 -0.1918 -0.0132 -367 2013 2014 0.2257 0.1354 0.3161 -367 2013 2015 0.2897 0.1973 0.3821 -367 2013 2016 0.2338 0.1539 0.3137 -367 2013 2017 0.1841 0.0911 0.277 -367 2013 2018 -0.0125 -0.1039 0.079 -367 2013 2019 0.0839 -0.0012 0.1689 -367 2013 2020 0.0477 -0.0497 0.1451 -367 2013 2021 0.1192 0.0303 0.2082 -367 2013 2022 0.2022 0.115 0.2894 -367 2013 2023 0.2049 0.1109 0.2988 -367 2014 2015 0.064 -0.0201 0.148 -367 2014 2016 0.0081 -0.0768 0.093 -367 2014 2017 -0.0416 -0.1162 0.0329 -367 2014 2018 -0.2382 -0.3261 -0.1502 -367 2014 2019 -0.1418 -0.2291 -0.0545 -367 2014 2020 -0.178 -0.2605 -0.0954 -367 2014 2021 -0.1065 -0.1876 -0.0253 -367 2014 2022 -0.0235 -0.1137 0.0667 -367 2014 2023 -0.0208 -0.0982 0.0566 -367 2015 2016 -0.0559 -0.1386 0.0269 -367 2015 2017 -0.1056 -0.1915 -0.0197 -367 2015 2018 -0.3021 -0.3809 -0.2234 -367 2015 2019 -0.2058 -0.2917 -0.1199 -367 2015 2020 -0.242 -0.3346 -0.1493 -367 2015 2021 -0.1704 -0.2449 -0.096 -367 2015 2022 -0.0875 -0.1772 0.0022 -367 2015 2023 -0.0848 -0.1729 0.0034 -367 2016 2017 -0.0497 -0.1331 0.0336 -367 2016 2018 -0.2463 -0.3319 -0.1606 -367 2016 2019 -0.1499 -0.2248 -0.0751 -367 2016 2020 -0.1861 -0.2769 -0.0953 -367 2016 2021 -0.1146 -0.1959 -0.0333 -367 2016 2022 -0.0316 -0.1089 0.0457 -367 2016 2023 -0.0289 -0.1152 0.0573 -367 2017 2018 -0.1965 -0.2826 -0.1105 -367 2017 2019 -0.1002 -0.1872 -0.0132 -367 2017 2020 -0.1364 -0.2167 -0.056 -367 2017 2021 -0.0648 -0.1454 0.0157 -367 2017 2022 0.0181 -0.0718 0.108 -367 2017 2023 0.0208 -0.054 0.0957 -367 2018 2019 0.0963 0.0105 0.1822 -367 2018 2020 0.0602 -0.0331 0.1534 -367 2018 2021 0.1317 0.0578 0.2056 -367 2018 2022 0.2147 0.1237 0.3056 -367 2018 2023 0.2174 0.1277 0.307 -367 2019 2020 -0.0362 -0.1266 0.0543 -367 2019 2021 0.0354 -0.0481 0.1188 -367 2019 2022 0.1183 0.0395 0.1971 -367 2019 2023 0.121 0.0324 0.2097 -367 2020 2021 0.0715 -0.0142 0.1573 -367 2020 2022 0.1545 0.0591 0.2499 -367 2020 2023 0.1572 0.0747 0.2397 -367 2021 2022 0.0829 -0.0013 0.1672 -367 2021 2023 0.0856 0.0038 0.1675 -367 2022 2023 0.0027 -0.0857 0.0911 -368 2007 2008 0.0771 -0.0476 0.2017 -368 2007 2009 0.0396 -0.1063 0.1855 -368 2007 2010 0.1175 -0.0352 0.2702 -368 2007 2011 0.1625 0.0032 0.3218 -368 2007 2012 0.2139 0.0402 0.3875 -368 2007 2013 0.1872 0.0191 0.3552 -368 2007 2014 0.1672 0.0025 0.332 -368 2007 2015 0.1731 0.0036 0.3425 -368 2007 2016 0.1733 0.011 0.3356 -368 2007 2017 0.158 -0.003 0.3191 -368 2007 2018 0.206 0.0428 0.3692 -368 2007 2019 0.2888 0.1193 0.4584 -368 2007 2020 0.2341 0.0687 0.3995 -368 2007 2021 0.2559 0.0893 0.4224 -368 2007 2022 0.2215 0.0549 0.3882 -368 2007 2023 0.2275 0.049 0.406 -368 2008 2009 -0.0375 -0.1573 0.0824 -368 2008 2010 0.0404 -0.0926 0.1734 -368 2008 2011 0.0855 -0.0521 0.2231 -368 2008 2012 0.1368 -0.0146 0.2883 -368 2008 2013 0.1101 -0.0417 0.262 -368 2008 2014 0.0902 -0.06 0.2403 -368 2008 2015 0.096 -0.0601 0.2522 -368 2008 2016 0.0963 -0.0541 0.2466 -368 2008 2017 0.081 -0.0701 0.2321 -368 2008 2018 0.129 -0.022 0.28 -368 2008 2019 0.2118 0.0609 0.3627 -368 2008 2020 0.157 0.0046 0.3094 -368 2008 2021 0.1788 0.0293 0.3283 -368 2008 2022 0.1445 -0.011 0.3 -368 2008 2023 0.1504 -0.0142 0.3151 -368 2009 2010 0.0779 -0.0389 0.1947 -368 2009 2011 0.1229 -0.0153 0.2612 -368 2009 2012 0.1743 0.0174 0.3311 -368 2009 2013 0.1476 -0.0089 0.3041 -368 2009 2014 0.1276 -0.0259 0.2811 -368 2009 2015 0.1335 -0.0248 0.2918 -368 2009 2016 0.1337 -0.0196 0.287 -368 2009 2017 0.1184 -0.0323 0.2692 -368 2009 2018 0.1664 0.0149 0.3179 -368 2009 2019 0.2492 0.0884 0.4101 -368 2009 2020 0.1945 0.0394 0.3495 -368 2009 2021 0.2163 0.0623 0.3702 -368 2009 2022 0.1819 0.0241 0.3398 -368 2009 2023 0.1879 0.0186 0.3572 -368 2010 2011 0.0451 -0.0686 0.1587 -368 2010 2012 0.0964 -0.0454 0.2382 -368 2010 2013 0.0697 -0.0759 0.2153 -368 2010 2014 0.0498 -0.098 0.1975 -368 2010 2015 0.0556 -0.0983 0.2096 -368 2010 2016 0.0559 -0.0918 0.2035 -368 2010 2017 0.0406 -0.1087 0.1898 -368 2010 2018 0.0886 -0.0605 0.2376 -368 2010 2019 0.1714 0.0204 0.3223 -368 2010 2020 0.1166 -0.0352 0.2684 -368 2010 2021 0.1384 -0.0109 0.2877 -368 2010 2022 0.1041 -0.0496 0.2577 -368 2010 2023 0.11 -0.0553 0.2753 -368 2011 2012 0.0513 -0.0665 0.1692 -368 2011 2013 0.0247 -0.112 0.1613 -368 2011 2014 0.0047 -0.1376 0.147 -368 2011 2015 0.0106 -0.141 0.1621 -368 2011 2016 0.0108 -0.137 0.1586 -368 2011 2017 -0.0045 -0.1531 0.1442 -368 2011 2018 0.0435 -0.1057 0.1927 -368 2011 2019 0.1263 -0.024 0.2767 -368 2011 2020 0.0716 -0.0796 0.2227 -368 2011 2021 0.0934 -0.0552 0.2419 -368 2011 2022 0.059 -0.0957 0.2137 -368 2011 2023 0.065 -0.099 0.229 -368 2012 2013 -0.0267 -0.1457 0.0923 -368 2012 2014 -0.0466 -0.1894 0.0961 -368 2012 2015 -0.0408 -0.1948 0.1132 -368 2012 2016 -0.0405 -0.1947 0.1136 -368 2012 2017 -0.0558 -0.2152 0.1036 -368 2012 2018 -0.0078 -0.1643 0.1487 -368 2012 2019 0.075 -0.0791 0.2291 -368 2012 2020 0.0202 -0.1404 0.1809 -368 2012 2021 0.042 -0.1124 0.1964 -368 2012 2022 0.0077 -0.1559 0.1713 -368 2012 2023 0.0136 -0.1596 0.1869 -368 2013 2014 -0.0199 -0.138 0.0981 -368 2013 2015 -0.0141 -0.1576 0.1294 -368 2013 2016 -0.0138 -0.1602 0.1325 -368 2013 2017 -0.0291 -0.1821 0.1239 -368 2013 2018 0.0189 -0.1345 0.1722 -368 2013 2019 0.1017 -0.0515 0.2548 -368 2013 2020 0.0469 -0.1101 0.2039 -368 2013 2021 0.0687 -0.0848 0.2222 -368 2013 2022 0.0344 -0.1247 0.1934 -368 2013 2023 0.0403 -0.1296 0.2102 -368 2014 2015 0.0059 -0.1121 0.1238 -368 2014 2016 0.0061 -0.1296 0.1418 -368 2014 2017 -0.0092 -0.1524 0.134 -368 2014 2018 0.0388 -0.1095 0.1871 -368 2014 2019 0.1216 -0.0316 0.2748 -368 2014 2020 0.0668 -0.085 0.2187 -368 2014 2021 0.0886 -0.0623 0.2396 -368 2014 2022 0.0543 -0.1017 0.2103 -368 2014 2023 0.0602 -0.1049 0.2254 -368 2015 2016 2e-04 -0.1173 0.1177 -368 2015 2017 -0.0151 -0.1559 0.1258 -368 2015 2018 0.0329 -0.1148 0.1807 -368 2015 2019 0.1158 -0.039 0.2705 -368 2015 2020 0.061 -0.095 0.217 -368 2015 2021 0.0828 -0.0708 0.2364 -368 2015 2022 0.0484 -0.1114 0.2083 -368 2015 2023 0.0544 -0.116 0.2248 -368 2016 2017 -0.0153 -0.1309 0.1003 -368 2016 2018 0.0327 -0.1026 0.168 -368 2016 2019 0.1155 -0.0283 0.2593 -368 2016 2020 0.0608 -0.0869 0.2084 -368 2016 2021 0.0825 -0.0643 0.2294 -368 2016 2022 0.0482 -0.103 0.1994 -368 2016 2023 0.0542 -0.109 0.2173 -368 2017 2018 0.048 -0.0667 0.1627 -368 2017 2019 0.1308 -0.0107 0.2724 -368 2017 2020 0.076 -0.0652 0.2173 -368 2017 2021 0.0978 -0.0473 0.243 -368 2017 2022 0.0635 -0.0863 0.2133 -368 2017 2023 0.0694 -0.0901 0.229 -368 2018 2019 0.0828 -0.0359 0.2016 -368 2018 2020 0.028 -0.107 0.1631 -368 2018 2021 0.0498 -0.0884 0.1881 -368 2018 2022 0.0155 -0.1328 0.1638 -368 2018 2023 0.0214 -0.1398 0.1827 -368 2019 2020 -0.0548 -0.1744 0.0648 -368 2019 2021 -0.033 -0.1661 0.1001 -368 2019 2022 -0.0673 -0.2139 0.0793 -368 2019 2023 -0.0614 -0.2224 0.0997 -368 2020 2021 0.0218 -0.0934 0.137 -368 2020 2022 -0.0125 -0.1509 0.1258 -368 2020 2023 -0.0066 -0.1605 0.1473 -368 2021 2022 -0.0343 -0.1504 0.0818 -368 2021 2023 -0.0284 -0.1724 0.1156 -368 2022 2023 0.0059 -0.1152 0.1271 -369 2007 2008 0.1468 -0.1381 0.4316 -369 2007 2009 0.0097 -0.3286 0.348 -369 2007 2010 -0.0834 -0.4357 0.269 -369 2007 2011 -0.1044 -0.4814 0.2726 -369 2007 2012 -0.2842 -0.6707 0.1023 -369 2007 2013 -0.5023 -0.8973 -0.1074 -369 2007 2014 -0.6375 -1.0656 -0.2095 -369 2007 2015 -0.6702 -1.1006 -0.2398 -369 2007 2016 -0.6466 -1.0577 -0.2356 -369 2007 2017 -0.5795 -0.9719 -0.187 -369 2007 2018 -0.6973 -1.1233 -0.2713 -369 2007 2019 -0.7586 -1.1993 -0.3179 -369 2007 2020 -0.8143 -1.2929 -0.3358 -369 2007 2021 -0.8217 -1.3154 -0.328 -369 2007 2022 -0.7863 -1.2717 -0.3008 -369 2007 2023 -0.8436 -1.3906 -0.2966 -369 2008 2009 -0.137 -0.3952 0.1212 -369 2008 2010 -0.2301 -0.5328 0.0726 -369 2008 2011 -0.2511 -0.5627 0.0605 -369 2008 2012 -0.4309 -0.784 -0.0779 -369 2008 2013 -0.6491 -1.051 -0.2472 -369 2008 2014 -0.7843 -1.2341 -0.3345 -369 2008 2015 -0.8169 -1.265 -0.3689 -369 2008 2016 -0.7933 -1.2068 -0.3799 -369 2008 2017 -0.7261 -1.0889 -0.3633 -369 2008 2018 -0.844 -1.2709 -0.4171 -369 2008 2019 -0.9053 -1.3569 -0.4537 -369 2008 2020 -0.961 -1.4594 -0.4627 -369 2008 2021 -0.9684 -1.4798 -0.457 -369 2008 2022 -0.9329 -1.4245 -0.4413 -369 2008 2023 -0.9903 -1.5544 -0.4261 -369 2009 2010 -0.0931 -0.3508 0.1647 -369 2009 2011 -0.1141 -0.4317 0.2035 -369 2009 2012 -0.2939 -0.6496 0.0617 -369 2009 2013 -0.5121 -0.9044 -0.1197 -369 2009 2014 -0.6473 -1.0839 -0.2108 -369 2009 2015 -0.6799 -1.1186 -0.2413 -369 2009 2016 -0.6564 -1.0706 -0.2421 -369 2009 2017 -0.5892 -0.9713 -0.207 -369 2009 2018 -0.707 -1.1371 -0.2769 -369 2009 2019 -0.7683 -1.2189 -0.3177 -369 2009 2020 -0.8241 -1.3171 -0.331 -369 2009 2021 -0.8314 -1.3387 -0.3242 -369 2009 2022 -0.796 -1.2894 -0.3025 -369 2009 2023 -0.8533 -1.4134 -0.2932 -369 2010 2011 -0.021 -0.2834 0.2414 -369 2010 2012 -0.2008 -0.5247 0.123 -369 2010 2013 -0.419 -0.7863 -0.0517 -369 2010 2014 -0.5542 -0.9706 -0.1378 -369 2010 2015 -0.5868 -1.009 -0.1646 -369 2010 2016 -0.5633 -0.9642 -0.1623 -369 2010 2017 -0.4961 -0.87 -0.1221 -369 2010 2018 -0.6139 -1.0338 -0.194 -369 2010 2019 -0.6752 -1.1145 -0.2359 -369 2010 2020 -0.731 -1.2126 -0.2493 -369 2010 2021 -0.7383 -1.2347 -0.2419 -369 2010 2022 -0.7029 -1.1865 -0.2192 -369 2010 2023 -0.7602 -1.3102 -0.2102 -369 2011 2012 -0.1798 -0.4469 0.0872 -369 2011 2013 -0.398 -0.7572 -0.0389 -369 2011 2014 -0.5333 -0.9576 -0.1089 -369 2011 2015 -0.5659 -0.9996 -0.1322 -369 2011 2016 -0.5423 -0.9521 -0.1325 -369 2011 2017 -0.4751 -0.8467 -0.1034 -369 2011 2018 -0.5929 -1.0239 -0.1619 -369 2011 2019 -0.6542 -1.1087 -0.1997 -369 2011 2020 -0.71 -1.2099 -0.21 -369 2011 2021 -0.7173 -1.2309 -0.2037 -369 2011 2022 -0.6818 -1.1775 -0.1862 -369 2011 2023 -0.7392 -1.3053 -0.1731 -369 2012 2013 -0.2182 -0.5005 0.0641 -369 2012 2014 -0.3534 -0.7269 0.0201 -369 2012 2015 -0.386 -0.7848 0.0128 -369 2012 2016 -0.3624 -0.7537 0.0288 -369 2012 2017 -0.2953 -0.6692 0.0787 -369 2012 2018 -0.4131 -0.835 0.0088 -369 2012 2019 -0.4744 -0.9174 -0.0315 -369 2012 2020 -0.5302 -1.0159 -0.0444 -369 2012 2021 -0.5375 -1.0387 -0.0364 -369 2012 2022 -0.5021 -0.9913 -0.0128 -369 2012 2023 -0.5594 -1.1145 -0.0043 -369 2013 2014 -0.1352 -0.4112 0.1409 -369 2013 2015 -0.1678 -0.5083 0.1726 -369 2013 2016 -0.1443 -0.5076 0.219 -369 2013 2017 -0.0771 -0.4573 0.3031 -369 2013 2018 -0.1949 -0.6057 0.2158 -369 2013 2019 -0.2563 -0.6834 0.1709 -369 2013 2020 -0.312 -0.7767 0.1527 -369 2013 2021 -0.3194 -0.8025 0.1637 -369 2013 2022 -0.2839 -0.765 0.1971 -369 2013 2023 -0.3413 -0.8801 0.1976 -369 2014 2015 -0.0327 -0.3085 0.2432 -369 2014 2016 -0.0091 -0.3574 0.3392 -369 2014 2017 0.0581 -0.3386 0.4549 -369 2014 2018 -0.0597 -0.4831 0.3636 -369 2014 2019 -0.1211 -0.5618 0.3196 -369 2014 2020 -0.1768 -0.6528 0.2992 -369 2014 2021 -0.1842 -0.6805 0.3121 -369 2014 2022 -0.1488 -0.6489 0.3514 -369 2014 2023 -0.2061 -0.7579 0.3458 -369 2015 2016 0.0235 -0.2554 0.3025 -369 2015 2017 0.0908 -0.2734 0.455 -369 2015 2018 -0.0271 -0.4318 0.3776 -369 2015 2019 -0.0884 -0.5179 0.341 -369 2015 2020 -0.1442 -0.6135 0.3252 -369 2015 2021 -0.1515 -0.6428 0.3397 -369 2015 2022 -0.1161 -0.611 0.3788 -369 2015 2023 -0.1734 -0.7226 0.3758 -369 2016 2017 0.0672 -0.2128 0.3471 -369 2016 2018 -0.0506 -0.4077 0.3064 -369 2016 2019 -0.112 -0.5082 0.2843 -369 2016 2020 -0.1677 -0.6144 0.2789 -369 2016 2021 -0.1751 -0.6461 0.296 -369 2016 2022 -0.1397 -0.6112 0.3319 -369 2016 2023 -0.197 -0.7308 0.3369 -369 2017 2018 -0.1178 -0.4005 0.1649 -369 2017 2019 -0.1792 -0.534 0.1756 -369 2017 2020 -0.2349 -0.6586 0.1888 -369 2017 2021 -0.2423 -0.6947 0.2101 -369 2017 2022 -0.2068 -0.655 0.2413 -369 2017 2023 -0.2642 -0.7867 0.2584 -369 2018 2019 -0.0613 -0.3402 0.2176 -369 2018 2020 -0.1171 -0.4939 0.2598 -369 2018 2021 -0.1244 -0.549 0.3001 -369 2018 2022 -0.089 -0.5289 0.3509 -369 2018 2023 -0.1463 -0.6573 0.3646 -369 2019 2020 -0.0557 -0.3441 0.2327 -369 2019 2021 -0.0631 -0.4339 0.3077 -369 2019 2022 -0.0277 -0.4357 0.3803 -369 2019 2023 -0.085 -0.5699 0.4 -369 2020 2021 -0.0074 -0.2972 0.2824 -369 2020 2022 0.0281 -0.3474 0.4035 -369 2020 2023 -0.0293 -0.4906 0.4321 -369 2021 2022 0.0354 -0.2581 0.3289 -369 2021 2023 -0.0219 -0.43 0.3862 -369 2022 2023 -0.0573 -0.3627 0.2482 -370 2007 2010 -0.2477 -0.4034 -0.092 -370 2007 2013 -0.328 -0.5204 -0.1357 -370 2007 2016 -0.5143 -0.7299 -0.2987 -370 2007 2019 -0.5886 -0.8198 -0.3574 -370 2007 2022 -0.6056 -0.8695 -0.3416 -370 2010 2013 -0.0803 -0.2396 0.079 -370 2010 2016 -0.2666 -0.4587 -0.0745 -370 2010 2019 -0.3409 -0.5543 -0.1276 -370 2010 2022 -0.3579 -0.61 -0.1057 -370 2013 2016 -0.1863 -0.3517 -0.0209 -370 2013 2019 -0.2606 -0.4618 -0.0594 -370 2013 2022 -0.2775 -0.5213 -0.0338 -370 2016 2019 -0.0743 -0.2415 0.0929 -370 2016 2022 -0.0912 -0.3193 0.1368 -370 2019 2022 -0.0169 -0.2097 0.1759 -371 2007 2010 -0.0207 -0.1036 0.0623 -371 2007 2013 -0.1995 -0.2927 -0.1064 -371 2007 2016 -0.1047 -0.1918 -0.0175 -371 2007 2019 -0.137 -0.2262 -0.0477 -371 2007 2022 -0.1326 -0.2369 -0.0283 -371 2010 2013 -0.1789 -0.2713 -0.0865 -371 2010 2016 -0.084 -0.1716 0.0036 -371 2010 2019 -0.1163 -0.2069 -0.0257 -371 2010 2022 -0.1119 -0.2171 -0.0068 -371 2013 2016 0.0949 0.0054 0.1843 -371 2013 2019 0.0626 -0.0307 0.1558 -371 2013 2022 0.0669 -0.0411 0.1749 -371 2016 2019 -0.0323 -0.115 0.0503 -371 2016 2022 -0.028 -0.1293 0.0734 -371 2019 2022 0.0044 -0.0913 0.1 -372 2007 2008 -0.0277 -0.217 0.1616 -372 2007 2009 -0.023 -0.2707 0.2247 -372 2007 2010 -0.0451 -0.3224 0.2322 -372 2007 2011 -0.03 -0.3291 0.2691 -372 2007 2012 -0.0408 -0.3584 0.2769 -372 2007 2013 -0.011 -0.3288 0.3067 -372 2007 2014 0.0233 -0.2981 0.3448 -372 2007 2015 -0.0612 -0.3945 0.2721 -372 2007 2016 -0.1023 -0.4379 0.2332 -372 2007 2017 -0.0445 -0.3733 0.2842 -372 2007 2018 -0.0212 -0.3537 0.3113 -372 2007 2019 -0.0711 -0.4046 0.2624 -372 2007 2020 -0.0513 -0.3899 0.2872 -372 2007 2021 -0.1108 -0.4505 0.229 -372 2007 2022 -0.1492 -0.5008 0.2024 -372 2007 2023 -0.2052 -0.5901 0.1797 -372 2008 2009 0.0047 -0.1775 0.1868 -372 2008 2010 -0.0174 -0.2479 0.213 -372 2008 2011 -0.0023 -0.2639 0.2593 -372 2008 2012 -0.0131 -0.2974 0.2712 -372 2008 2013 0.0166 -0.2719 0.3052 -372 2008 2014 0.051 -0.2447 0.3467 -372 2008 2015 -0.0335 -0.3383 0.2712 -372 2008 2016 -0.0746 -0.3808 0.2315 -372 2008 2017 -0.0168 -0.3196 0.2859 -372 2008 2018 0.0065 -0.3026 0.3156 -372 2008 2019 -0.0434 -0.3515 0.2646 -372 2008 2020 -0.0236 -0.3392 0.2919 -372 2008 2021 -0.0831 -0.3974 0.2312 -372 2008 2022 -0.1215 -0.4476 0.2045 -372 2008 2023 -0.1775 -0.5364 0.1813 -372 2009 2010 -0.0221 -0.2035 0.1593 -372 2009 2011 -0.007 -0.241 0.2271 -372 2009 2012 -0.0178 -0.2843 0.2488 -372 2009 2013 0.012 -0.2638 0.2877 -372 2009 2014 0.0463 -0.2393 0.332 -372 2009 2015 -0.0382 -0.3364 0.26 -372 2009 2016 -0.0793 -0.3808 0.2222 -372 2009 2017 -0.0215 -0.3189 0.2759 -372 2009 2018 0.0018 -0.3013 0.3049 -372 2009 2019 -0.0481 -0.3515 0.2553 -372 2009 2020 -0.0283 -0.3389 0.2823 -372 2009 2021 -0.0878 -0.398 0.2225 -372 2009 2022 -0.1262 -0.4489 0.1965 -372 2009 2023 -0.1822 -0.5393 0.1749 -372 2010 2011 0.0151 -0.165 0.1953 -372 2010 2012 0.0043 -0.2279 0.2365 -372 2010 2013 0.0341 -0.2192 0.2873 -372 2010 2014 0.0684 -0.2035 0.3403 -372 2010 2015 -0.0161 -0.2994 0.2672 -372 2010 2016 -0.0572 -0.344 0.2295 -372 2010 2017 6e-04 -0.2872 0.2884 -372 2010 2018 0.0239 -0.2723 0.3201 -372 2010 2019 -0.026 -0.3204 0.2683 -372 2010 2020 -0.0062 -0.3105 0.298 -372 2010 2021 -0.0657 -0.3674 0.2361 -372 2010 2022 -0.1041 -0.4175 0.2093 -372 2010 2023 -0.1601 -0.5068 0.1866 -372 2011 2012 -0.0108 -0.1928 0.1712 -372 2011 2013 0.0189 -0.208 0.2459 -372 2011 2014 0.0533 -0.2024 0.3089 -372 2011 2015 -0.0313 -0.3076 0.2451 -372 2011 2016 -0.0724 -0.3574 0.2126 -372 2011 2017 -0.0146 -0.2997 0.2706 -372 2011 2018 0.0088 -0.2852 0.3027 -372 2011 2019 -0.0412 -0.3361 0.2538 -372 2011 2020 -0.0214 -0.3249 0.2822 -372 2011 2021 -0.0808 -0.3839 0.2223 -372 2011 2022 -0.1192 -0.4351 0.1966 -372 2011 2023 -0.1753 -0.5256 0.1751 -372 2012 2013 0.0297 -0.1534 0.2128 -372 2012 2014 0.064 -0.1749 0.303 -372 2012 2015 -0.0205 -0.2863 0.2454 -372 2012 2016 -0.0616 -0.3409 0.2178 -372 2012 2017 -0.0037 -0.2898 0.2823 -372 2012 2018 0.0196 -0.2782 0.3174 -372 2012 2019 -0.0303 -0.3288 0.2681 -372 2012 2020 -0.0105 -0.3199 0.2988 -372 2012 2021 -0.07 -0.3777 0.2377 -372 2012 2022 -0.1084 -0.4283 0.2114 -372 2012 2023 -0.1644 -0.5171 0.1882 -372 2013 2014 0.0343 -0.1481 0.2167 -372 2013 2015 -0.0502 -0.2861 0.1857 -372 2013 2016 -0.0913 -0.3529 0.1703 -372 2013 2017 -0.0335 -0.3019 0.2349 -372 2013 2018 -0.0102 -0.2916 0.2713 -372 2013 2019 -0.0601 -0.347 0.2268 -372 2013 2020 -0.0403 -0.3367 0.2561 -372 2013 2021 -0.0997 -0.3986 0.1991 -372 2013 2022 -0.1382 -0.4511 0.1748 -372 2013 2023 -0.1942 -0.5437 0.1554 -372 2014 2015 -0.0845 -0.2764 0.1074 -372 2014 2016 -0.1256 -0.3686 0.1174 -372 2014 2017 -0.0678 -0.3185 0.1828 -372 2014 2018 -0.0445 -0.311 0.222 -372 2014 2019 -0.0944 -0.3747 0.1858 -372 2014 2020 -0.0746 -0.3619 0.2126 -372 2014 2021 -0.1341 -0.4296 0.1615 -372 2014 2022 -0.1725 -0.4851 0.14 -372 2014 2023 -0.2285 -0.5816 0.1245 -372 2015 2016 -0.0411 -0.2234 0.1412 -372 2015 2017 0.0167 -0.2153 0.2486 -372 2015 2018 0.04 -0.2249 0.3049 -372 2015 2019 -0.0099 -0.2855 0.2657 -372 2015 2020 0.0099 -0.2838 0.3036 -372 2015 2021 -0.0495 -0.3446 0.2455 -372 2015 2022 -0.088 -0.3973 0.2213 -372 2015 2023 -0.144 -0.4866 0.1986 -372 2016 2017 0.0578 -0.1305 0.246 -372 2016 2018 0.0811 -0.1635 0.3257 -372 2016 2019 0.0312 -0.2287 0.2911 -372 2016 2020 0.051 -0.2354 0.3374 -372 2016 2021 -0.0084 -0.2955 0.2787 -372 2016 2022 -0.0469 -0.3482 0.2544 -372 2016 2023 -0.1029 -0.4357 0.2299 -372 2017 2018 0.0233 -0.1575 0.204 -372 2017 2019 -0.0266 -0.2539 0.2007 -372 2017 2020 -0.0068 -0.2635 0.2499 -372 2017 2021 -0.0662 -0.3371 0.2046 -372 2017 2022 -0.1047 -0.3966 0.1872 -372 2017 2023 -0.1607 -0.4928 0.1714 -372 2018 2019 -0.0499 -0.2326 0.1328 -372 2018 2020 -0.0301 -0.2603 0.2001 -372 2018 2021 -0.0896 -0.3481 0.1689 -372 2018 2022 -0.128 -0.4145 0.1585 -372 2018 2023 -0.184 -0.5165 0.1485 -372 2019 2020 0.0198 -0.1633 0.2028 -372 2019 2021 -0.0396 -0.2679 0.1886 -372 2019 2022 -0.0781 -0.3417 0.1855 -372 2019 2023 -0.1341 -0.4446 0.1763 -372 2020 2021 -0.0594 -0.2436 0.1248 -372 2020 2022 -0.0979 -0.3407 0.1449 -372 2020 2023 -0.1539 -0.4553 0.1475 -372 2021 2022 -0.0384 -0.2217 0.1448 -372 2021 2023 -0.0944 -0.3513 0.1625 -372 2022 2023 -0.056 -0.2508 0.1388 -373 2007 2010 0.1711 0.1034 0.2388 -373 2007 2013 0.1406 0.0715 0.2097 -373 2007 2016 0.1927 0.1243 0.2611 -373 2007 2019 0.1629 0.0946 0.2313 -373 2007 2022 0.2021 0.1209 0.2833 -373 2010 2013 -0.0305 -0.0966 0.0355 -373 2010 2016 0.0216 -0.044 0.0872 -373 2010 2019 -0.0082 -0.0772 0.0608 -373 2010 2022 0.031 -0.0484 0.1104 -373 2013 2016 0.0521 -0.011 0.1152 -373 2013 2019 0.0224 -0.045 0.0898 -373 2013 2022 0.0616 -0.0182 0.1413 -373 2016 2019 -0.0298 -0.0902 0.0307 -373 2016 2022 0.0094 -0.0657 0.0846 -373 2019 2022 0.0392 -0.032 0.1104 -374 2007 2008 -0.1592 -0.5821 0.2637 -374 2007 2009 -0.3432 -0.8718 0.1855 -374 2007 2010 -0.4007 -0.9263 0.1248 -374 2007 2011 -0.3939 -0.9505 0.1627 -374 2007 2012 -0.1283 -0.676 0.4194 -374 2007 2013 -0.2703 -0.814 0.2735 -374 2007 2014 -0.294 -0.848 0.2601 -374 2007 2015 -0.5041 -1.0907 0.0825 -374 2007 2016 -0.3455 -0.8839 0.1929 -374 2007 2017 -0.1583 -0.6992 0.3826 -374 2007 2018 -0.0562 -0.6075 0.4951 -374 2007 2019 0.0783 -0.4523 0.609 -374 2007 2020 0.0854 -0.4602 0.631 -374 2007 2021 0.1291 -0.4176 0.6758 -374 2007 2022 0.0349 -0.5145 0.5844 -374 2007 2023 0.1667 -0.3901 0.7236 -374 2008 2009 -0.184 -0.5753 0.2074 -374 2008 2010 -0.2416 -0.6714 0.1882 -374 2008 2011 -0.2347 -0.6912 0.2218 -374 2008 2012 0.0309 -0.4357 0.4974 -374 2008 2013 -0.1111 -0.5794 0.3573 -374 2008 2014 -0.1348 -0.6057 0.3361 -374 2008 2015 -0.3449 -0.8445 0.1546 -374 2008 2016 -0.1863 -0.6472 0.2746 -374 2008 2017 9e-04 -0.4524 0.4542 -374 2008 2018 0.103 -0.3647 0.5708 -374 2008 2019 0.2375 -0.2197 0.6946 -374 2008 2020 0.2446 -0.2121 0.7012 -374 2008 2021 0.2883 -0.1735 0.75 -374 2008 2022 0.1941 -0.2745 0.6628 -374 2008 2023 0.3259 -0.1431 0.7949 -374 2009 2010 -0.0576 -0.4483 0.3331 -374 2009 2011 -0.0507 -0.5193 0.4178 -374 2009 2012 0.2148 -0.2771 0.7068 -374 2009 2013 0.0729 -0.4229 0.5686 -374 2009 2014 0.0492 -0.4579 0.5562 -374 2009 2015 -0.161 -0.684 0.3619 -374 2009 2016 -0.0024 -0.4921 0.4874 -374 2009 2017 0.1848 -0.3081 0.6777 -374 2009 2018 0.287 -0.2085 0.7824 -374 2009 2019 0.4214 -0.0703 0.9131 -374 2009 2020 0.4285 -0.069 0.926 -374 2009 2021 0.4722 -0.0215 0.9659 -374 2009 2022 0.3781 -0.119 0.8751 -374 2009 2023 0.5098 0.0032 1.0165 -374 2010 2011 0.0069 -0.3836 0.3973 -374 2010 2012 0.2725 -0.1852 0.7301 -374 2010 2013 0.1305 -0.3329 0.5939 -374 2010 2014 0.1068 -0.3771 0.5906 -374 2010 2015 -0.1034 -0.6068 0.4 -374 2010 2016 0.0553 -0.4086 0.5191 -374 2010 2017 0.2424 -0.2316 0.7165 -374 2010 2018 0.3446 -0.1344 0.8236 -374 2010 2019 0.479 0.0137 0.9444 -374 2010 2020 0.4861 0.0061 0.9662 -374 2010 2021 0.5299 0.0514 1.0083 -374 2010 2022 0.4357 -0.0403 0.9117 -374 2010 2023 0.5674 0.0718 1.0631 -374 2011 2012 0.2656 -0.1398 0.671 -374 2011 2013 0.1236 -0.3353 0.5825 -374 2011 2014 0.0999 -0.3805 0.5803 -374 2011 2015 -0.1103 -0.6171 0.3965 -374 2011 2016 0.0484 -0.4312 0.528 -374 2011 2017 0.2356 -0.2439 0.7151 -374 2011 2018 0.3377 -0.1485 0.8239 -374 2011 2019 0.4722 -0.0093 0.9536 -374 2011 2020 0.4792 -0.0065 0.965 -374 2011 2021 0.523 0.0379 1.0081 -374 2011 2022 0.4288 -0.0615 0.9191 -374 2011 2023 0.5606 0.0582 1.0629 -374 2012 2013 -0.142 -0.5278 0.2438 -374 2012 2014 -0.1657 -0.6092 0.2779 -374 2012 2015 -0.3758 -0.8699 0.1183 -374 2012 2016 -0.2172 -0.681 0.2466 -374 2012 2017 -0.03 -0.4854 0.4254 -374 2012 2018 0.0722 -0.3768 0.5211 -374 2012 2019 0.2066 -0.2447 0.6579 -374 2012 2020 0.2137 -0.2521 0.6795 -374 2012 2021 0.2574 -0.1918 0.7067 -374 2012 2022 0.1633 -0.3149 0.6414 -374 2012 2023 0.295 -0.1914 0.7815 -374 2013 2014 -0.0237 -0.4062 0.3588 -374 2013 2015 -0.2339 -0.6984 0.2306 -374 2013 2016 -0.0752 -0.5142 0.3637 -374 2013 2017 0.112 -0.3383 0.5622 -374 2013 2018 0.2141 -0.2449 0.6731 -374 2013 2019 0.3486 -0.0924 0.7896 -374 2013 2020 0.3556 -0.1087 0.82 -374 2013 2021 0.3994 -0.062 0.8608 -374 2013 2022 0.3052 -0.1592 0.7697 -374 2013 2023 0.437 -0.0465 0.9205 -374 2014 2015 -0.2102 -0.6143 0.1938 -374 2014 2016 -0.0515 -0.4806 0.3776 -374 2014 2017 0.1357 -0.297 0.5683 -374 2014 2018 0.2378 -0.2236 0.6993 -374 2014 2019 0.3723 -0.0824 0.8269 -374 2014 2020 0.3793 -0.083 0.8417 -374 2014 2021 0.4231 -0.0427 0.8889 -374 2014 2022 0.3289 -0.1464 0.8042 -374 2014 2023 0.4607 -0.0148 0.9362 -374 2015 2016 0.1587 -0.2335 0.5508 -374 2015 2017 0.3459 -0.1132 0.805 -374 2015 2018 0.448 -0.031 0.927 -374 2015 2019 0.5824 0.0969 1.068 -374 2015 2020 0.5895 0.092 1.087 -374 2015 2021 0.6332 0.1388 1.1277 -374 2015 2022 0.5391 0.0395 1.0387 -374 2015 2023 0.6708 0.1505 1.1911 -374 2016 2017 0.1872 -0.1851 0.5596 -374 2016 2018 0.2893 -0.1413 0.7199 -374 2016 2019 0.4238 0.0011 0.8465 -374 2016 2020 0.4309 -0.0207 0.8824 -374 2016 2021 0.4746 0.0193 0.9299 -374 2016 2022 0.3804 -0.0733 0.8341 -374 2016 2023 0.5122 0.0367 0.9877 -374 2017 2018 0.1021 -0.2716 0.4758 -374 2017 2019 0.2366 -0.1787 0.6519 -374 2017 2020 0.2437 -0.1872 0.6746 -374 2017 2021 0.2874 -0.1561 0.7309 -374 2017 2022 0.1932 -0.2632 0.6497 -374 2017 2023 0.325 -0.1316 0.7816 -374 2018 2019 0.1345 -0.2379 0.5069 -374 2018 2020 0.1415 -0.2902 0.5733 -374 2018 2021 0.1853 -0.2469 0.6175 -374 2018 2022 0.0911 -0.3698 0.552 -374 2018 2023 0.2229 -0.2541 0.6998 -374 2019 2020 0.0071 -0.3638 0.378 -374 2019 2021 0.0508 -0.3668 0.4684 -374 2019 2022 -0.0434 -0.4773 0.3906 -374 2019 2023 0.0884 -0.3704 0.5472 -374 2020 2021 0.0437 -0.329 0.4165 -374 2020 2022 -0.0505 -0.4823 0.3814 -374 2020 2023 0.0813 -0.3631 0.5258 -374 2021 2022 -0.0942 -0.47 0.2816 -374 2021 2023 0.0376 -0.3967 0.4719 -374 2022 2023 0.1318 -0.2498 0.5134 -375 2007 2008 -0.3573 -0.9989 0.2844 -375 2007 2009 -0.2992 -1.0395 0.441 -375 2007 2010 -0.2166 -1.0796 0.6463 -375 2007 2011 0.0802 -0.7855 0.9459 -375 2007 2012 0.5229 -0.2762 1.3219 -375 2007 2013 0.9583 0.2265 1.6902 -375 2007 2014 0.8899 0.1252 1.6545 -375 2007 2015 0.8725 0.103 1.6419 -375 2007 2016 1.0455 0.3195 1.7714 -375 2007 2017 1.2828 0.5281 2.0374 -375 2007 2018 1.435 0.6784 2.1915 -375 2007 2019 1.1455 0.3525 1.9385 -375 2007 2020 1.2431 0.4256 2.0606 -375 2007 2021 1.4712 0.6769 2.2655 -375 2007 2022 0.9545 0.0876 1.8214 -375 2007 2023 0.9058 -0.0492 1.8609 -375 2008 2009 0.058 -0.5149 0.6309 -375 2008 2010 0.1407 -0.5998 0.8811 -375 2008 2011 0.4374 -0.3561 1.2309 -375 2008 2012 0.8801 0.0782 1.682 -375 2008 2013 1.3155 0.5016 2.1294 -375 2008 2014 1.247 0.46 2.034 -375 2008 2015 1.2296 0.4608 1.9984 -375 2008 2016 1.4026 0.6503 2.1548 -375 2008 2017 1.6399 0.8392 2.4406 -375 2008 2018 1.7921 0.9596 2.6246 -375 2008 2019 1.5026 0.7222 2.283 -375 2008 2020 1.6003 0.7755 2.425 -375 2008 2021 1.8283 0.9586 2.698 -375 2008 2022 1.3116 0.4952 2.1279 -375 2008 2023 1.2629 0.3512 2.1747 -375 2009 2010 0.0827 -0.5017 0.6671 -375 2009 2011 0.3794 -0.3195 1.0783 -375 2009 2012 0.8221 0.0928 1.5513 -375 2009 2013 1.2574 0.499 2.0159 -375 2009 2014 1.189 0.443 1.9349 -375 2009 2015 1.1716 0.4494 1.8938 -375 2009 2016 1.3445 0.6357 2.0534 -375 2009 2017 1.5818 0.819 2.3446 -375 2009 2018 1.734 0.9511 2.5168 -375 2009 2019 1.4446 0.6993 2.1898 -375 2009 2020 1.5422 0.7501 2.3343 -375 2009 2021 1.7702 0.9428 2.5977 -375 2009 2022 1.2535 0.4628 2.0443 -375 2009 2023 1.2049 0.3141 2.0957 -375 2010 2011 0.2967 -0.2961 0.8895 -375 2010 2012 0.7395 0.0024 1.4765 -375 2010 2013 1.175 0.36 1.9899 -375 2010 2014 1.1064 0.2962 1.9167 -375 2010 2015 1.089 0.2995 1.8785 -375 2010 2016 1.262 0.4844 2.0395 -375 2010 2017 1.4993 0.6623 2.3363 -375 2010 2018 1.6515 0.7881 2.515 -375 2010 2019 1.362 0.5538 2.1701 -375 2010 2020 1.4596 0.6003 2.319 -375 2010 2021 1.6878 0.782 2.5935 -375 2010 2022 1.1709 0.328 2.0138 -375 2010 2023 1.1223 0.1804 2.0641 -375 2011 2012 0.4427 -0.1565 1.0419 -375 2011 2013 0.8783 0.1349 1.6217 -375 2011 2014 0.8097 0.0389 1.5805 -375 2011 2015 0.7923 0.0306 1.554 -375 2011 2016 0.9653 0.2177 1.7129 -375 2011 2017 1.2026 0.4015 2.0038 -375 2011 2018 1.3548 0.533 2.1767 -375 2011 2019 1.0653 0.2737 1.8568 -375 2011 2020 1.1629 0.3268 1.9991 -375 2011 2021 1.3911 0.5264 2.2558 -375 2011 2022 0.8742 0.0357 1.7128 -375 2011 2023 0.8255 -0.111 1.7621 -375 2012 2013 0.4356 -0.1211 0.9923 -375 2012 2014 0.367 -0.2928 1.0268 -375 2012 2015 0.3496 -0.3225 1.0217 -375 2012 2016 0.5226 -0.1312 1.1764 -375 2012 2017 0.7599 0.0638 1.4561 -375 2012 2018 0.9122 0.2139 1.6104 -375 2012 2019 0.6226 -0.1061 1.3513 -375 2012 2020 0.7202 -0.0421 1.4826 -375 2012 2021 0.9484 0.1937 1.7031 -375 2012 2022 0.4316 -0.3746 1.2377 -375 2012 2023 0.3829 -0.5193 1.2851 -375 2013 2014 -0.0685 -0.5878 0.4507 -375 2013 2015 -0.0859 -0.6863 0.5144 -375 2013 2016 0.0871 -0.473 0.6473 -375 2013 2017 0.3244 -0.2756 0.9245 -375 2013 2018 0.4767 -0.1225 1.0759 -375 2013 2019 0.1871 -0.4929 0.8672 -375 2013 2020 0.2848 -0.4144 0.9839 -375 2013 2021 0.5129 -0.1403 1.1661 -375 2013 2022 -0.0038 -0.7873 0.7797 -375 2013 2023 -0.0525 -0.9284 0.8234 -375 2014 2015 -0.0174 -0.5296 0.4947 -375 2014 2016 0.1556 -0.3989 0.7101 -375 2014 2017 0.3929 -0.2003 0.9862 -375 2014 2018 0.5452 -0.0794 1.1698 -375 2014 2019 0.2556 -0.4034 0.9147 -375 2014 2020 0.3533 -0.3224 1.029 -375 2014 2021 0.5814 -0.1005 1.2634 -375 2014 2022 0.0646 -0.6825 0.8117 -375 2014 2023 0.0159 -0.8181 0.85 -375 2015 2016 0.173 -0.3174 0.6635 -375 2015 2017 0.4104 -0.1828 1.0035 -375 2015 2018 0.5626 -0.0535 1.1787 -375 2015 2019 0.273 -0.3707 0.9167 -375 2015 2020 0.3707 -0.3142 1.0556 -375 2015 2021 0.5988 -0.0969 1.2946 -375 2015 2022 0.082 -0.6497 0.8137 -375 2015 2023 0.0333 -0.7973 0.8639 -375 2016 2017 0.2373 -0.255 0.7297 -375 2016 2018 0.3896 -0.1761 0.9552 -375 2016 2019 0.1 -0.5008 0.7008 -375 2016 2020 0.1976 -0.4546 0.8499 -375 2016 2021 0.4258 -0.231 1.0826 -375 2016 2022 -0.091 -0.7993 0.6173 -375 2016 2023 -0.1397 -0.9499 0.6706 -375 2017 2018 0.1523 -0.3485 0.6531 -375 2017 2019 -0.1374 -0.7555 0.4808 -375 2017 2020 -0.0397 -0.6945 0.6152 -375 2017 2021 0.1885 -0.4537 0.8307 -375 2017 2022 -0.3283 -1.0655 0.4088 -375 2017 2023 -0.377 -1.1991 0.4452 -375 2018 2019 -0.2897 -0.8466 0.2673 -375 2018 2020 -0.192 -0.8294 0.4454 -375 2018 2021 0.0363 -0.5715 0.644 -375 2018 2022 -0.4806 -1.2379 0.2767 -375 2018 2023 -0.5293 -1.3835 0.3249 -375 2019 2020 0.0977 -0.4417 0.637 -375 2019 2021 0.3259 -0.3273 0.9791 -375 2019 2022 -0.191 -0.8705 0.4884 -375 2019 2023 -0.2397 -1.0422 0.5628 -375 2020 2021 0.2282 -0.3386 0.7949 -375 2020 2022 -0.2887 -0.9781 0.4007 -375 2020 2023 -0.3374 -1.1495 0.4747 -375 2021 2022 -0.5171 -1.1583 0.1241 -375 2021 2023 -0.5657 -1.3604 0.229 -375 2022 2023 -0.0487 -0.6448 0.5474 -376 2007 2008 0.0544 -0.3716 0.4803 -376 2007 2009 0.351 -0.1682 0.8701 -376 2007 2010 0.3727 -0.1822 0.9277 -376 2007 2011 0.5735 -0.0117 1.1588 -376 2007 2012 0.6017 0.0049 1.1985 -376 2007 2013 0.6907 0.0884 1.293 -376 2007 2014 0.6548 0.0418 1.2678 -376 2007 2015 0.6292 0.0197 1.2387 -376 2007 2016 0.8762 0.24 1.5124 -376 2007 2017 0.7326 0.0819 1.3834 -376 2007 2018 0.5936 -0.0606 1.2479 -376 2007 2019 0.6169 -0.0457 1.2796 -376 2007 2020 0.614 -0.0927 1.3206 -376 2007 2021 0.6083 -0.1116 1.3283 -376 2007 2022 0.4543 -0.3168 1.2253 -376 2007 2023 0.4389 -0.4202 1.2979 -376 2008 2009 0.2966 -0.1335 0.7267 -376 2008 2010 0.3184 -0.1958 0.8327 -376 2008 2011 0.5192 -0.0297 1.0681 -376 2008 2012 0.5474 -0.018 1.1127 -376 2008 2013 0.6364 0.0502 1.2226 -376 2008 2014 0.6005 0.0147 1.1862 -376 2008 2015 0.5748 -0.0018 1.1514 -376 2008 2016 0.8219 0.208 1.4358 -376 2008 2017 0.6783 0.0559 1.3006 -376 2008 2018 0.5392 -0.0867 1.1652 -376 2008 2019 0.5626 -0.0745 1.1996 -376 2008 2020 0.5596 -0.1233 1.2425 -376 2008 2021 0.554 -0.1433 1.2513 -376 2008 2022 0.3999 -0.3486 1.1484 -376 2008 2023 0.3845 -0.4539 1.2229 -376 2009 2010 0.0218 -0.384 0.4276 -376 2009 2011 0.2226 -0.2361 0.6813 -376 2009 2012 0.2508 -0.2309 0.7325 -376 2009 2013 0.3398 -0.1747 0.8543 -376 2009 2014 0.3039 -0.2187 0.8265 -376 2009 2015 0.2783 -0.2364 0.793 -376 2009 2016 0.5254 -0.0064 1.0571 -376 2009 2017 0.3817 -0.1862 0.9496 -376 2009 2018 0.2427 -0.3405 0.8259 -376 2009 2019 0.2661 -0.3188 0.8509 -376 2009 2020 0.2631 -0.373 0.8991 -376 2009 2021 0.2575 -0.3894 0.9044 -376 2009 2022 0.1034 -0.6171 0.8239 -376 2009 2023 0.0879 -0.7277 0.9036 -376 2010 2011 0.2008 -0.2154 0.617 -376 2010 2012 0.229 -0.2669 0.7249 -376 2010 2013 0.318 -0.2204 0.8565 -376 2010 2014 0.2821 -0.2636 0.8278 -376 2010 2015 0.2565 -0.2939 0.8069 -376 2010 2016 0.5036 -0.0703 1.0775 -376 2010 2017 0.3599 -0.2417 0.9616 -376 2010 2018 0.2209 -0.3892 0.831 -376 2010 2019 0.2442 -0.3696 0.8581 -376 2010 2020 0.2413 -0.4195 0.9021 -376 2010 2021 0.2357 -0.4364 0.9077 -376 2010 2022 0.0815 -0.6555 0.8186 -376 2010 2023 0.0661 -0.7644 0.8967 -376 2011 2012 0.0282 -0.3639 0.4202 -376 2011 2013 0.1172 -0.3481 0.5825 -376 2011 2014 0.0813 -0.4024 0.565 -376 2011 2015 0.0557 -0.4629 0.5742 -376 2011 2016 0.3028 -0.2186 0.8242 -376 2011 2017 0.1591 -0.4071 0.7253 -376 2011 2018 0.0201 -0.5626 0.6028 -376 2011 2019 0.0435 -0.5344 0.6213 -376 2011 2020 0.0405 -0.5831 0.6641 -376 2011 2021 0.0349 -0.5976 0.6674 -376 2011 2022 -0.1192 -0.8327 0.5943 -376 2011 2023 -0.1347 -0.945 0.6757 -376 2012 2013 0.0891 -0.3063 0.4844 -376 2012 2014 0.0531 -0.4143 0.5205 -376 2012 2015 0.0275 -0.4716 0.5266 -376 2012 2016 0.2746 -0.2384 0.7876 -376 2012 2017 0.1309 -0.4286 0.6905 -376 2012 2018 -0.0081 -0.5807 0.5645 -376 2012 2019 0.0153 -0.5565 0.5871 -376 2012 2020 0.0123 -0.6062 0.6308 -376 2012 2021 0.0067 -0.6161 0.6295 -376 2012 2022 -0.1474 -0.8505 0.5557 -376 2012 2023 -0.1628 -0.9646 0.6389 -376 2013 2014 -0.0359 -0.4351 0.3633 -376 2013 2015 -0.0616 -0.5442 0.4211 -376 2013 2016 0.1856 -0.303 0.6742 -376 2013 2017 0.0419 -0.5112 0.595 -376 2013 2018 -0.0971 -0.6733 0.479 -376 2013 2019 -0.0738 -0.6453 0.4977 -376 2013 2020 -0.0768 -0.6967 0.5432 -376 2013 2021 -0.0823 -0.7081 0.5434 -376 2013 2022 -0.2365 -0.9435 0.4706 -376 2013 2023 -0.2519 -1.0572 0.5534 -376 2014 2015 -0.0257 -0.4297 0.3784 -376 2014 2016 0.2215 -0.2574 0.7004 -376 2014 2017 0.0778 -0.4644 0.6201 -376 2014 2018 -0.0612 -0.6283 0.5058 -376 2014 2019 -0.0379 -0.6063 0.5305 -376 2014 2020 -0.0408 -0.6609 0.5793 -376 2014 2021 -0.0464 -0.6754 0.5825 -376 2014 2022 -0.2006 -0.9043 0.5032 -376 2014 2023 -0.216 -1.0179 0.5859 -376 2015 2016 0.2472 -0.1754 0.6697 -376 2015 2017 0.1035 -0.4082 0.6152 -376 2015 2018 -0.0356 -0.5781 0.5069 -376 2015 2019 -0.0122 -0.5658 0.5413 -376 2015 2020 -0.0152 -0.6283 0.5979 -376 2015 2021 -0.0208 -0.6461 0.6044 -376 2015 2022 -0.1749 -0.867 0.5172 -376 2015 2023 -0.1903 -0.9827 0.6021 -376 2016 2017 -0.1437 -0.5531 0.2657 -376 2016 2018 -0.2827 -0.7767 0.2113 -376 2016 2019 -0.2593 -0.7558 0.2371 -376 2016 2020 -0.2623 -0.8292 0.3046 -376 2016 2021 -0.2679 -0.8465 0.3107 -376 2016 2022 -0.422 -1.0899 0.2458 -376 2016 2023 -0.4375 -1.2109 0.336 -376 2017 2018 -0.1391 -0.5518 0.2737 -376 2017 2019 -0.1157 -0.5992 0.3678 -376 2017 2020 -0.1187 -0.6859 0.4486 -376 2017 2021 -0.1242 -0.7091 0.4606 -376 2017 2022 -0.2784 -0.9497 0.3929 -376 2017 2023 -0.2938 -1.0698 0.4822 -376 2018 2019 0.0234 -0.3775 0.4243 -376 2018 2020 0.0204 -0.4922 0.533 -376 2018 2021 0.0148 -0.5183 0.5479 -376 2018 2022 -0.1393 -0.7698 0.4911 -376 2018 2023 -0.1548 -0.8961 0.5866 -376 2019 2020 -0.003 -0.4229 0.417 -376 2019 2021 -0.0086 -0.5084 0.4913 -376 2019 2022 -0.1627 -0.7711 0.4456 -376 2019 2023 -0.1781 -0.8986 0.5423 -376 2020 2021 -0.0056 -0.4239 0.4128 -376 2020 2022 -0.1598 -0.7224 0.4029 -376 2020 2023 -0.1752 -0.8514 0.5011 -376 2021 2022 -0.1542 -0.6095 0.3012 -376 2021 2023 -0.1696 -0.7882 0.449 -376 2022 2023 -0.0154 -0.4891 0.4582 -377 2007 2010 0.0858 -0.0154 0.1869 -377 2007 2013 0.0287 -0.0799 0.1374 -377 2007 2016 -0.0205 -0.1332 0.0922 -377 2007 2019 -0.0797 -0.1961 0.0366 -377 2007 2022 -0.1038 -0.237 0.0294 -377 2010 2013 -0.057 -0.1543 0.0403 -377 2010 2016 -0.1063 -0.214 0.0014 -377 2010 2019 -0.1655 -0.2807 -0.0502 -377 2010 2022 -0.1895 -0.3229 -0.0562 -377 2013 2016 -0.0493 -0.1473 0.0488 -377 2013 2019 -0.1085 -0.2185 0.0016 -377 2013 2022 -0.1325 -0.2615 -0.0035 -377 2016 2019 -0.0592 -0.1593 0.0409 -377 2016 2022 -0.0833 -0.2082 0.0416 -377 2019 2022 -0.0241 -0.1362 0.0881 -378 2007 2010 -0.0011 -0.1995 0.1972 -378 2007 2013 -0.0988 -0.3494 0.1517 -378 2007 2016 -0.2081 -0.4905 0.0742 -378 2007 2019 -0.1472 -0.4465 0.1522 -378 2007 2022 -0.012 -0.3618 0.3379 -378 2010 2013 -0.0977 -0.2942 0.0988 -378 2010 2016 -0.207 -0.4625 0.0485 -378 2010 2019 -0.146 -0.4163 0.1242 -378 2010 2022 -0.0108 -0.3269 0.3052 -378 2013 2016 -0.1093 -0.3153 0.0967 -378 2013 2019 -0.0483 -0.2967 0.2 -378 2013 2022 0.0869 -0.2237 0.3976 -378 2016 2019 0.061 -0.1497 0.2716 -378 2016 2022 0.1963 -0.1172 0.5099 -378 2019 2022 0.1353 -0.0992 0.3698 -379 2007 2010 -0.0592 -0.1352 0.0169 -379 2007 2013 -0.1435 -0.2256 -0.0614 -379 2007 2016 -0.2057 -0.2876 -0.1237 -379 2007 2019 -0.3184 -0.4055 -0.2312 -379 2007 2022 -0.287 -0.3858 -0.1881 -379 2010 2013 -0.0843 -0.1589 -0.0098 -379 2010 2016 -0.1465 -0.2253 -0.0676 -379 2010 2019 -0.2592 -0.3433 -0.1751 -379 2010 2022 -0.2278 -0.3245 -0.1311 -379 2013 2016 -0.0621 -0.1356 0.0113 -379 2013 2019 -0.1748 -0.2564 -0.0933 -379 2013 2022 -0.1434 -0.2386 -0.0483 -379 2016 2019 -0.1127 -0.1876 -0.0378 -379 2016 2022 -0.0813 -0.1734 0.0108 -379 2019 2022 0.0314 -0.0551 0.1179 -380 2007 2008 0.0279 -0.0658 0.1216 -380 2007 2009 0.1029 1e-04 0.2058 -380 2007 2010 0.1664 0.0778 0.2551 -380 2007 2011 0.205 0.1041 0.3059 -380 2007 2012 0.3133 0.2087 0.418 -380 2007 2013 0.1951 0.1035 0.2868 -380 2007 2014 0.0569 -0.0486 0.1623 -380 2007 2015 0.0826 -0.0225 0.1878 -380 2007 2016 -0.0018 -0.0937 0.0901 -380 2007 2017 -0.0524 -0.1554 0.0507 -380 2007 2018 0.0045 -0.1001 0.1091 -380 2007 2019 0.079 -0.0164 0.1744 -380 2007 2020 0.0352 -0.0715 0.1419 -380 2007 2021 0.0304 -0.0711 0.1318 -380 2007 2022 0.1157 0.0171 0.2144 -380 2007 2023 0.0892 -0.0174 0.1958 -380 2008 2009 0.0751 -0.02 0.1701 -380 2008 2010 0.1385 0.0434 0.2336 -380 2008 2011 0.1771 0.0891 0.2652 -380 2008 2012 0.2854 0.1816 0.3893 -380 2008 2013 0.1673 0.0697 0.2648 -380 2008 2014 0.029 -0.0648 0.1228 -380 2008 2015 0.0548 -0.0486 0.1581 -380 2008 2016 -0.0297 -0.1269 0.0676 -380 2008 2017 -0.0803 -0.1718 0.0113 -380 2008 2018 -0.0234 -0.1246 0.0778 -380 2008 2019 0.0511 -0.0493 0.1516 -380 2008 2020 0.0073 -0.0889 0.1035 -380 2008 2021 0.0025 -0.0926 0.0975 -380 2008 2022 0.0878 -0.0148 0.1904 -380 2008 2023 0.0613 -0.0338 0.1564 -380 2009 2010 0.0635 -0.0301 0.1571 -380 2009 2011 0.1021 6e-04 0.2036 -380 2009 2012 0.2104 0.1141 0.3067 -380 2009 2013 0.0922 -0.0077 0.1921 -380 2009 2014 -0.0461 -0.1529 0.0608 -380 2009 2015 -0.0203 -0.1189 0.0783 -380 2009 2016 -0.1047 -0.2058 -0.0037 -380 2009 2017 -0.1553 -0.2603 -0.0503 -380 2009 2018 -0.0985 -0.1963 -6e-04 -380 2009 2019 -0.0239 -0.1267 0.0789 -380 2009 2020 -0.0677 -0.1753 0.0398 -380 2009 2021 -0.0726 -0.1676 0.0225 -380 2009 2022 0.0128 -0.0928 0.1184 -380 2009 2023 -0.0137 -0.1222 0.0947 -380 2010 2011 0.0386 -0.0545 0.1317 -380 2010 2012 0.1469 0.0478 0.2461 -380 2010 2013 0.0287 -0.0588 0.1162 -380 2010 2014 -0.1096 -0.2128 -0.0064 -380 2010 2015 -0.0838 -0.1846 0.017 -380 2010 2016 -0.1682 -0.2565 -0.0798 -380 2010 2017 -0.2188 -0.3199 -0.1177 -380 2010 2018 -0.1619 -0.2624 -0.0615 -380 2010 2019 -0.0874 -0.179 0.0042 -380 2010 2020 -0.1312 -0.2352 -0.0272 -380 2010 2021 -0.1361 -0.2333 -0.0388 -380 2010 2022 -0.0507 -0.1453 0.0439 -380 2010 2023 -0.0772 -0.1815 0.0271 -380 2011 2012 0.1083 0.0091 0.2075 -380 2011 2013 -0.0099 -0.1088 0.089 -380 2011 2014 -0.1482 -0.2442 -0.0521 -380 2011 2015 -0.1224 -0.2272 -0.0176 -380 2011 2016 -0.2068 -0.3063 -0.1073 -380 2011 2017 -0.2574 -0.3514 -0.1634 -380 2011 2018 -0.2005 -0.3037 -0.0974 -380 2011 2019 -0.126 -0.2284 -0.0235 -380 2011 2020 -0.1698 -0.2685 -0.0711 -380 2011 2021 -0.1747 -0.2724 -0.0769 -380 2011 2022 -0.0893 -0.1941 0.0155 -380 2011 2023 -0.1158 -0.2141 -0.0175 -380 2012 2013 -0.1182 -0.2134 -0.023 -380 2012 2014 -0.2565 -0.3671 -0.1459 -380 2012 2015 -0.2307 -0.3268 -0.1346 -380 2012 2016 -0.3151 -0.4177 -0.2125 -380 2012 2017 -0.3657 -0.4753 -0.2561 -380 2012 2018 -0.3088 -0.408 -0.2096 -380 2012 2019 -0.2343 -0.3363 -0.1323 -380 2012 2020 -0.2781 -0.3889 -0.1674 -380 2012 2021 -0.283 -0.3818 -0.1842 -380 2012 2022 -0.1976 -0.3028 -0.0925 -380 2012 2023 -0.2241 -0.336 -0.1123 -380 2013 2014 -0.1383 -0.2367 -0.0399 -380 2013 2015 -0.1125 -0.2134 -0.0116 -380 2013 2016 -0.1969 -0.2865 -0.1074 -380 2013 2017 -0.2475 -0.3498 -0.1452 -380 2013 2018 -0.1907 -0.2927 -0.0886 -380 2013 2019 -0.1161 -0.2098 -0.0224 -380 2013 2020 -0.1599 -0.2652 -0.0547 -380 2013 2021 -0.1648 -0.2637 -0.0659 -380 2013 2022 -0.0794 -0.1758 0.0169 -380 2013 2023 -0.1059 -0.2115 -4e-04 -380 2014 2015 0.0258 -0.077 0.1286 -380 2014 2016 -0.0586 -0.1612 0.0439 -380 2014 2017 -0.1092 -0.2052 -0.0133 -380 2014 2018 -0.0524 -0.1593 0.0545 -380 2014 2019 0.0222 -0.0854 0.1297 -380 2014 2020 -0.0217 -0.1225 0.0792 -380 2014 2021 -0.0265 -0.1275 0.0745 -380 2014 2022 0.0589 -0.0507 0.1685 -380 2014 2023 0.0323 -0.0684 0.1331 -380 2015 2016 -0.0844 -0.1809 0.0121 -380 2015 2017 -0.135 -0.242 -0.0281 -380 2015 2018 -0.0782 -0.1781 0.0218 -380 2015 2019 -0.0036 -0.1067 0.0995 -380 2015 2020 -0.0474 -0.1574 0.0625 -380 2015 2021 -0.0523 -0.151 0.0465 -380 2015 2022 0.0331 -0.0733 0.1394 -380 2015 2023 0.0066 -0.1041 0.1172 -380 2016 2017 -0.0506 -0.1463 0.045 -380 2016 2018 0.0063 -0.0949 0.1074 -380 2016 2019 0.0808 -0.0117 0.1733 -380 2016 2020 0.037 -0.0673 0.1413 -380 2016 2021 0.0321 -0.0662 0.1305 -380 2016 2022 0.1175 0.022 0.213 -380 2016 2023 0.091 -0.0135 0.1955 -380 2017 2018 0.0569 -0.0413 0.155 -380 2017 2019 0.1314 0.0273 0.2355 -380 2017 2020 0.0876 -0.0102 0.1854 -380 2017 2021 0.0827 -0.0151 0.1806 -380 2017 2022 0.1681 0.0612 0.275 -380 2017 2023 0.1416 0.0443 0.2389 -380 2018 2019 0.0746 -0.0224 0.1715 -380 2018 2020 0.0307 -0.0755 0.137 -380 2018 2021 0.0259 -0.0677 0.1195 -380 2018 2022 0.1112 0.0054 0.2171 -380 2018 2023 0.0847 -0.0236 0.1931 -380 2019 2020 -0.0438 -0.1442 0.0565 -380 2019 2021 -0.0487 -0.1482 0.0509 -380 2019 2022 0.0367 -0.0574 0.1308 -380 2019 2023 0.0102 -0.0969 0.1173 -380 2020 2021 -0.0048 -0.1005 0.0908 -380 2020 2022 0.0805 -0.0274 0.1885 -380 2020 2023 0.054 -0.0468 0.1548 -380 2021 2022 0.0854 -0.0112 0.1819 -380 2021 2023 0.0588 -0.0416 0.1592 -380 2022 2023 -0.0265 -0.1278 0.0747 -381 2007 2008 -3e-04 -0.1594 0.1588 -381 2007 2009 0.0202 -0.1996 0.2401 -381 2007 2010 0.0542 -0.2068 0.3153 -381 2007 2011 0.1425 -0.1557 0.4407 -381 2007 2012 0.2212 -0.1106 0.5531 -381 2007 2013 0.2688 -0.0854 0.6229 -381 2007 2014 0.2948 -0.0745 0.664 -381 2007 2015 0.308 -0.0668 0.6827 -381 2007 2016 0.3565 -0.0356 0.7486 -381 2007 2017 0.3848 -0.0162 0.7859 -381 2007 2018 0.4212 0.0126 0.8298 -381 2007 2019 0.4503 0.0241 0.8765 -381 2007 2020 0.4981 0.0494 0.9469 -381 2007 2021 0.5096 0.0559 0.9633 -381 2007 2022 0.5256 0.0559 0.9953 -381 2007 2023 0.5324 0.0407 1.0242 -381 2008 2009 0.0206 -0.1359 0.1771 -381 2008 2010 0.0546 -0.1588 0.268 -381 2008 2011 0.1429 -0.1174 0.4032 -381 2008 2012 0.2216 -0.0793 0.5225 -381 2008 2013 0.2692 -0.0577 0.596 -381 2008 2014 0.2951 -0.048 0.6383 -381 2008 2015 0.3083 -0.0407 0.6573 -381 2008 2016 0.3569 -0.0115 0.7252 -381 2008 2017 0.3852 0.007 0.7633 -381 2008 2018 0.4215 0.0349 0.8082 -381 2008 2019 0.4506 0.0451 0.8561 -381 2008 2020 0.4985 0.0688 0.9281 -381 2008 2021 0.5099 0.075 0.9448 -381 2008 2022 0.5259 0.0742 0.9776 -381 2008 2023 0.5328 0.0582 1.0073 -381 2009 2010 0.034 -0.1206 0.1886 -381 2009 2011 0.1223 -0.0959 0.3405 -381 2009 2012 0.201 -0.0662 0.4683 -381 2009 2013 0.2486 -0.049 0.5462 -381 2009 2014 0.2746 -0.0417 0.5908 -381 2009 2015 0.2878 -0.0356 0.6111 -381 2009 2016 0.3363 -0.0077 0.6803 -381 2009 2017 0.3646 0.0101 0.7191 -381 2009 2018 0.401 0.0377 0.7643 -381 2009 2019 0.43 0.0469 0.8132 -381 2009 2020 0.4779 0.0696 0.8861 -381 2009 2021 0.4893 0.0757 0.903 -381 2009 2022 0.5053 0.074 0.9366 -381 2009 2023 0.5122 0.0571 0.9673 -381 2010 2011 0.0883 -0.0734 0.2499 -381 2010 2012 0.167 -0.0601 0.3941 -381 2010 2013 0.2145 -0.0501 0.4792 -381 2010 2014 0.2405 -0.0469 0.528 -381 2010 2015 0.2537 -0.0436 0.551 -381 2010 2016 0.3023 -0.0171 0.6217 -381 2010 2017 0.3306 -7e-04 0.6618 -381 2010 2018 0.3669 0.0263 0.7076 -381 2010 2019 0.396 0.0348 0.7572 -381 2010 2020 0.4439 0.0573 0.8304 -381 2010 2021 0.4553 0.063 0.8476 -381 2010 2022 0.4713 0.0609 0.8816 -381 2010 2023 0.4782 0.043 0.9134 -381 2011 2012 0.0786 -0.0786 0.2359 -381 2011 2013 0.1262 -0.084 0.3364 -381 2011 2014 0.1522 -0.0901 0.3945 -381 2011 2015 0.1654 -0.0939 0.4247 -381 2011 2016 0.2139 -0.0657 0.4936 -381 2011 2017 0.2422 -0.05 0.5344 -381 2011 2018 0.2786 -0.0217 0.5789 -381 2011 2019 0.3077 -0.0136 0.629 -381 2011 2020 0.3556 0.0117 0.6994 -381 2011 2021 0.367 0.016 0.718 -381 2011 2022 0.383 0.0137 0.7522 -381 2011 2023 0.3898 -0.0061 0.7858 -381 2012 2013 0.0475 -0.1025 0.1975 -381 2012 2014 0.0735 -0.1258 0.2729 -381 2012 2015 0.0867 -0.1392 0.3127 -381 2012 2016 0.1352 -0.1116 0.3821 -381 2012 2017 0.1636 -0.0978 0.4249 -381 2012 2018 0.1999 -0.0683 0.4682 -381 2012 2019 0.229 -0.061 0.519 -381 2012 2020 0.2769 -0.033 0.5868 -381 2012 2021 0.2883 -0.03 0.6067 -381 2012 2022 0.3043 -0.0325 0.6411 -381 2012 2023 0.3112 -0.0544 0.6767 -381 2013 2014 0.026 -0.1234 0.1755 -381 2013 2015 0.0392 -0.1562 0.2346 -381 2013 2016 0.0877 -0.1354 0.3108 -381 2013 2017 0.116 -0.1268 0.3589 -381 2013 2018 0.1524 -0.1002 0.4051 -381 2013 2019 0.1815 -0.0934 0.4564 -381 2013 2020 0.2294 -0.0646 0.5233 -381 2013 2021 0.2408 -0.0624 0.544 -381 2013 2022 0.2568 -0.0647 0.5783 -381 2013 2023 0.2636 -0.0878 0.615 -381 2014 2015 0.0132 -0.1364 0.1629 -381 2014 2016 0.0617 -0.1349 0.2583 -381 2014 2017 0.09 -0.1351 0.3152 -381 2014 2018 0.1264 -0.1144 0.3673 -381 2014 2019 0.1555 -0.1102 0.4211 -381 2014 2020 0.2034 -0.0829 0.4897 -381 2014 2021 0.2148 -0.0822 0.5118 -381 2014 2022 0.2308 -0.0856 0.5472 -381 2014 2023 0.2377 -0.109 0.5843 -381 2015 2016 0.0485 -0.1012 0.1982 -381 2015 2017 0.0768 -0.1191 0.2727 -381 2015 2018 0.1132 -0.1076 0.3341 -381 2015 2019 0.1423 -0.1083 0.3929 -381 2015 2020 0.1902 -0.0855 0.4658 -381 2015 2021 0.2017 -0.0864 0.4897 -381 2015 2022 0.2176 -0.0919 0.5271 -381 2015 2023 0.2245 -0.1166 0.5655 -381 2016 2017 0.0283 -0.1195 0.1762 -381 2016 2018 0.0647 -0.1264 0.2558 -381 2016 2019 0.0938 -0.1329 0.3205 -381 2016 2020 0.1416 -0.1118 0.3951 -381 2016 2021 0.1531 -0.116 0.4223 -381 2016 2022 0.1691 -0.1229 0.4611 -381 2016 2023 0.1759 -0.1494 0.5013 -381 2017 2018 0.0364 -0.1107 0.1835 -381 2017 2019 0.0655 -0.1327 0.2636 -381 2017 2020 0.1133 -0.1175 0.3442 -381 2017 2021 0.1248 -0.1265 0.3761 -381 2017 2022 0.1408 -0.1366 0.4182 -381 2017 2023 0.1476 -0.1649 0.4601 -381 2018 2019 0.0291 -0.1193 0.1774 -381 2018 2020 0.0769 -0.1195 0.2733 -381 2018 2021 0.0884 -0.1354 0.3122 -381 2018 2022 0.1044 -0.1502 0.359 -381 2018 2023 0.1112 -0.1819 0.4043 -381 2019 2020 0.0478 -0.1026 0.1982 -381 2019 2021 0.0593 -0.1373 0.2559 -381 2019 2022 0.0753 -0.1591 0.3097 -381 2019 2023 0.0821 -0.1946 0.3589 -381 2020 2021 0.0115 -0.138 0.161 -381 2020 2022 0.0275 -0.1757 0.2307 -381 2020 2023 0.0343 -0.2172 0.2858 -381 2021 2022 0.016 -0.1368 0.1688 -381 2021 2023 0.0228 -0.1932 0.2388 -381 2022 2023 0.0068 -0.1514 0.1651 -382 2007 2010 -0.0182 -0.0957 0.0594 -382 2007 2013 -0.0884 -0.185 0.0081 -382 2007 2016 -0.1528 -0.2593 -0.0464 -382 2007 2019 -0.2214 -0.339 -0.1038 -382 2007 2022 -0.3164 -0.4651 -0.1678 -382 2010 2013 -0.0703 -0.1504 0.0098 -382 2010 2016 -0.1347 -0.231 -0.0383 -382 2010 2019 -0.2032 -0.313 -0.0934 -382 2010 2022 -0.2983 -0.4404 -0.1561 -382 2013 2016 -0.0644 -0.1475 0.0187 -382 2013 2019 -0.1329 -0.236 -0.0299 -382 2013 2022 -0.228 -0.3649 -0.0911 -382 2016 2019 -0.0686 -0.1546 0.0175 -382 2016 2022 -0.1636 -0.2906 -0.0366 -382 2019 2022 -0.095 -0.2004 0.0104 -383 2007 2008 0.1883 0.0821 0.2945 -383 2007 2009 0.0172 -0.0987 0.1331 -383 2007 2010 0.1105 0.0106 0.2104 -383 2007 2011 0.0411 -0.0725 0.1546 -383 2007 2012 0.2812 0.1613 0.4011 -383 2007 2013 0.0022 -0.1052 0.1096 -383 2007 2014 -0.1018 -0.2222 0.0186 -383 2007 2015 -0.0294 -0.1517 0.0929 -383 2007 2016 -0.1027 -0.2109 0.0056 -383 2007 2017 -0.1918 -0.3128 -0.0708 -383 2007 2018 -0.2083 -0.328 -0.0886 -383 2007 2019 -0.3856 -0.5045 -0.2666 -383 2007 2020 -0.3156 -0.4454 -0.1858 -383 2007 2021 -0.1877 -0.3073 -0.0682 -383 2007 2022 -0.259 -0.3849 -0.133 -383 2007 2023 -0.2607 -0.39 -0.1314 -383 2008 2009 -0.1711 -0.2789 -0.0632 -383 2008 2010 -0.0778 -0.1831 0.0275 -383 2008 2011 -0.1472 -0.244 -0.0505 -383 2008 2012 0.0929 -0.018 0.2038 -383 2008 2013 -0.1861 -0.2997 -0.0724 -383 2008 2014 -0.29 -0.3977 -0.1824 -383 2008 2015 -0.2176 -0.3334 -0.1019 -383 2008 2016 -0.291 -0.4032 -0.1787 -383 2008 2017 -0.3801 -0.4871 -0.2731 -383 2008 2018 -0.3965 -0.5099 -0.2832 -383 2008 2019 -0.5739 -0.6972 -0.4505 -383 2008 2020 -0.5039 -0.6225 -0.3852 -383 2008 2021 -0.376 -0.4862 -0.2658 -383 2008 2022 -0.4472 -0.5746 -0.3199 -383 2008 2023 -0.449 -0.5651 -0.3329 -383 2009 2010 0.0933 -0.0165 0.203 -383 2009 2011 0.0239 -0.0916 0.1393 -383 2009 2012 0.264 0.1542 0.3738 -383 2009 2013 -0.015 -0.1346 0.1046 -383 2009 2014 -0.119 -0.2417 0.0037 -383 2009 2015 -0.0466 -0.1613 0.0681 -383 2009 2016 -0.1199 -0.2387 -0.0011 -383 2009 2017 -0.209 -0.3315 -0.0865 -383 2009 2018 -0.2255 -0.3378 -0.1131 -383 2009 2019 -0.4028 -0.5312 -0.2744 -383 2009 2020 -0.3328 -0.4644 -0.2012 -383 2009 2021 -0.205 -0.3173 -0.0926 -383 2009 2022 -0.2762 -0.41 -0.1423 -383 2009 2023 -0.2779 -0.4094 -0.1464 -383 2010 2011 -0.0694 -0.1782 0.0394 -383 2010 2012 0.1707 0.0562 0.2853 -383 2010 2013 -0.1083 -0.2138 -0.0027 -383 2010 2014 -0.2123 -0.3316 -0.0929 -383 2010 2015 -0.1399 -0.2592 -0.0206 -383 2010 2016 -0.2132 -0.3191 -0.1073 -383 2010 2017 -0.3023 -0.4213 -0.1833 -383 2010 2018 -0.3187 -0.4346 -0.2028 -383 2010 2019 -0.4961 -0.6155 -0.3766 -383 2010 2020 -0.4261 -0.5545 -0.2976 -383 2010 2021 -0.2982 -0.4134 -0.183 -383 2010 2022 -0.3695 -0.4939 -0.245 -383 2010 2023 -0.3712 -0.4988 -0.2436 -383 2011 2012 0.2401 0.1242 0.356 -383 2011 2013 -0.0389 -0.1565 0.0788 -383 2011 2014 -0.1428 -0.255 -0.0307 -383 2011 2015 -0.0704 -0.1933 0.0524 -383 2011 2016 -0.1438 -0.2619 -0.0256 -383 2011 2017 -0.2329 -0.3461 -0.1196 -383 2011 2018 -0.2493 -0.37 -0.1287 -383 2011 2019 -0.4266 -0.5535 -0.2998 -383 2011 2020 -0.3566 -0.4804 -0.2329 -383 2011 2021 -0.2288 -0.3469 -0.1107 -383 2011 2022 -0.3 -0.4324 -0.1677 -383 2011 2023 -0.3018 -0.4238 -0.1798 -383 2012 2013 -0.279 -0.3977 -0.1603 -383 2012 2014 -0.383 -0.5095 -0.2564 -383 2012 2015 -0.3106 -0.4235 -0.1977 -383 2012 2016 -0.3839 -0.5046 -0.2632 -383 2012 2017 -0.473 -0.5983 -0.3477 -383 2012 2018 -0.4895 -0.6021 -0.3768 -383 2012 2019 -0.6668 -0.8003 -0.5333 -383 2012 2020 -0.5968 -0.7317 -0.4619 -383 2012 2021 -0.4689 -0.5811 -0.3568 -383 2012 2022 -0.5402 -0.6764 -0.4039 -383 2012 2023 -0.5419 -0.6758 -0.408 -383 2013 2014 -0.104 -0.223 0.015 -383 2013 2015 -0.0316 -0.1568 0.0936 -383 2013 2016 -0.1049 -0.2167 0.0069 -383 2013 2017 -0.194 -0.3189 -0.0691 -383 2013 2018 -0.2105 -0.334 -0.087 -383 2013 2019 -0.3878 -0.5118 -0.2638 -383 2013 2020 -0.3178 -0.4514 -0.1841 -383 2013 2021 -0.1899 -0.3129 -0.067 -383 2013 2022 -0.2612 -0.3908 -0.1315 -383 2013 2023 -0.2629 -0.3961 -0.1298 -383 2014 2015 0.0724 -0.051 0.1958 -383 2014 2016 -9e-04 -0.1248 0.123 -383 2014 2017 -0.09 -0.2089 0.0289 -383 2014 2018 -0.1065 -0.2335 0.0205 -383 2014 2019 -0.2838 -0.4163 -0.1513 -383 2014 2020 -0.2138 -0.3427 -0.0849 -383 2014 2021 -0.086 -0.2107 0.0388 -383 2014 2022 -0.1572 -0.2952 -0.0192 -383 2014 2023 -0.1589 -0.2866 -0.0313 -383 2015 2016 -0.0733 -0.1923 0.0456 -383 2015 2017 -0.1624 -0.2901 -0.0348 -383 2015 2018 -0.1789 -0.2962 -0.0616 -383 2015 2019 -0.3562 -0.4909 -0.2215 -383 2015 2020 -0.2862 -0.4236 -0.1489 -383 2015 2021 -0.1584 -0.2758 -0.0409 -383 2015 2022 -0.2296 -0.3685 -0.0907 -383 2015 2023 -0.2313 -0.3679 -0.0948 -383 2016 2017 -0.0891 -0.208 0.0298 -383 2016 2018 -0.1056 -0.227 0.0159 -383 2016 2019 -0.2829 -0.4055 -0.1603 -383 2016 2020 -0.2129 -0.3459 -0.0799 -383 2016 2021 -0.085 -0.206 0.0359 -383 2016 2022 -0.1563 -0.2841 -0.0285 -383 2016 2023 -0.158 -0.2901 -0.026 -383 2017 2018 -0.0164 -0.1367 0.1038 -383 2017 2019 -0.1938 -0.3261 -0.0614 -383 2017 2020 -0.1238 -0.2511 0.0035 -383 2017 2021 0.0041 -0.1182 0.1264 -383 2017 2022 -0.0672 -0.2046 0.0702 -383 2017 2023 -0.0689 -0.1942 0.0564 -383 2018 2019 -0.1773 -0.3036 -0.0511 -383 2018 2020 -0.1073 -0.2411 0.0264 -383 2018 2021 0.0205 -0.0916 0.1327 -383 2018 2022 -0.0507 -0.1869 0.0855 -383 2018 2023 -0.0525 -0.1867 0.0817 -383 2019 2020 0.07 -0.0624 0.2024 -383 2019 2021 0.1978 0.0671 0.3286 -383 2019 2022 0.1266 -0.0085 0.2617 -383 2019 2023 0.1249 -0.0155 0.2653 -383 2020 2021 0.1278 0.0016 0.2541 -383 2020 2022 0.0566 -0.0878 0.201 -383 2020 2023 0.0549 -0.08 0.1897 -383 2021 2022 -0.0712 -0.1991 0.0566 -383 2021 2023 -0.073 -0.2024 0.0564 -383 2022 2023 -0.0017 -0.1366 0.1331 -384 2007 2008 -0.0409 -0.3249 0.2431 -384 2007 2009 -0.1134 -0.5097 0.2829 -384 2007 2010 -0.0795 -0.5344 0.3754 -384 2007 2011 -0.0173 -0.5138 0.4792 -384 2007 2012 -0.0309 -0.5573 0.4954 -384 2007 2013 0.0454 -0.5014 0.5921 -384 2007 2014 0.1262 -0.4403 0.6926 -384 2007 2015 0.1775 -0.3938 0.7487 -384 2007 2016 0.2404 -0.3308 0.8115 -384 2007 2017 0.3718 -0.1981 0.9417 -384 2007 2018 0.4399 -0.1411 1.0209 -384 2007 2019 0.4794 -0.1211 1.0799 -384 2007 2020 0.4853 -0.1229 1.0936 -384 2007 2021 0.5547 -0.0493 1.1586 -384 2007 2022 0.5482 -0.0863 1.1827 -384 2007 2023 0.5442 -0.1394 1.2278 -384 2008 2009 -0.0725 -0.3551 0.2102 -384 2008 2010 -0.0386 -0.4076 0.3303 -384 2008 2011 0.0236 -0.401 0.4482 -384 2008 2012 0.01 -0.4505 0.4704 -384 2008 2013 0.0863 -0.4 0.5726 -384 2008 2014 0.1671 -0.3431 0.6772 -384 2008 2015 0.2184 -0.2976 0.7344 -384 2008 2016 0.2813 -0.2354 0.798 -384 2008 2017 0.4127 -0.1055 0.9309 -384 2008 2018 0.4808 -0.0509 1.0125 -384 2008 2019 0.5203 -0.0325 1.0732 -384 2008 2020 0.5262 -0.0338 1.0863 -384 2008 2021 0.5956 0.038 1.1532 -384 2008 2022 0.5891 1e-04 1.1782 -384 2008 2023 0.5851 -0.0552 1.2254 -384 2009 2010 0.0339 -0.239 0.3067 -384 2009 2011 0.0961 -0.2682 0.4604 -384 2009 2012 0.0825 -0.3297 0.4946 -384 2009 2013 0.1588 -0.2933 0.611 -384 2009 2014 0.2396 -0.2469 0.7261 -384 2009 2015 0.2909 -0.2061 0.7879 -384 2009 2016 0.3538 -0.149 0.8565 -384 2009 2017 0.4852 -0.0306 1.0009 -384 2009 2018 0.5533 0.0247 1.0819 -384 2009 2019 0.5928 0.044 1.1416 -384 2009 2020 0.5987 0.0452 1.1522 -384 2009 2021 0.668 0.1149 1.2212 -384 2009 2022 0.6616 0.08 1.2432 -384 2009 2023 0.6576 0.0262 1.2889 -384 2010 2011 0.0622 -0.209 0.3333 -384 2010 2012 0.0486 -0.3052 0.4024 -384 2010 2013 0.1249 -0.2845 0.5344 -384 2010 2014 0.2057 -0.2483 0.6597 -384 2010 2015 0.257 -0.2152 0.7291 -384 2010 2016 0.3199 -0.1634 0.8032 -384 2010 2017 0.4513 -0.0489 0.9515 -384 2010 2018 0.5194 0.0058 1.033 -384 2010 2019 0.559 0.0243 1.0936 -384 2010 2020 0.5649 0.0244 1.1053 -384 2010 2021 0.6342 0.0952 1.1732 -384 2010 2022 0.6277 0.0595 1.196 -384 2010 2023 0.6237 0.0037 1.2436 -384 2011 2012 -0.0136 -0.2857 0.2585 -384 2011 2013 0.0627 -0.2961 0.4215 -384 2011 2014 0.1435 -0.2744 0.5614 -384 2011 2015 0.1948 -0.2525 0.6421 -384 2011 2016 0.2577 -0.2086 0.724 -384 2011 2017 0.3891 -0.0968 0.8751 -384 2011 2018 0.4572 -0.0439 0.9584 -384 2011 2019 0.4968 -0.0279 1.0214 -384 2011 2020 0.5027 -0.0298 1.0351 -384 2011 2021 0.572 0.042 1.102 -384 2011 2022 0.5656 0.0039 1.1272 -384 2011 2023 0.5615 -0.0534 1.1764 -384 2012 2013 0.0763 -0.1952 0.3478 -384 2012 2014 0.1571 -0.2055 0.5197 -384 2012 2015 0.2084 -0.1989 0.6157 -384 2012 2016 0.2713 -0.1655 0.7081 -384 2012 2017 0.4028 -0.0643 0.8698 -384 2012 2018 0.4708 -0.014 0.9557 -384 2012 2019 0.5104 2e-04 1.0206 -384 2012 2020 0.5163 -0.0018 1.0344 -384 2012 2021 0.5856 0.0679 1.1033 -384 2012 2022 0.5792 0.0298 1.1286 -384 2012 2023 0.5751 -0.0279 1.1781 -384 2013 2014 0.0808 -0.1898 0.3514 -384 2013 2015 0.1321 -0.2184 0.4826 -384 2013 2016 0.195 -0.2027 0.5926 -384 2013 2017 0.3264 -0.1098 0.7626 -384 2013 2018 0.3945 -0.0654 0.8545 -384 2013 2019 0.4341 -0.0551 0.9232 -384 2013 2020 0.44 -0.0606 0.9405 -384 2013 2021 0.5093 0.0096 1.0089 -384 2013 2022 0.5028 -0.0313 1.0369 -384 2013 2023 0.4988 -0.0921 1.0896 -384 2014 2015 0.0513 -0.2182 0.3208 -384 2014 2016 0.1142 -0.2385 0.4668 -384 2014 2017 0.2456 -0.1596 0.6509 -384 2014 2018 0.3137 -0.1246 0.7521 -384 2014 2019 0.3533 -0.1203 0.8268 -384 2014 2020 0.3592 -0.13 0.8484 -384 2014 2021 0.4285 -0.0609 0.9179 -384 2014 2022 0.4221 -0.1051 0.9492 -384 2014 2023 0.418 -0.1675 1.0035 -384 2015 2016 0.0629 -0.2038 0.3296 -384 2015 2017 0.1944 -0.1575 0.5462 -384 2015 2018 0.2625 -0.1359 0.6608 -384 2015 2019 0.302 -0.1395 0.7435 -384 2015 2020 0.3079 -0.1537 0.7695 -384 2015 2021 0.3772 -0.0873 0.8417 -384 2015 2022 0.3708 -0.1345 0.876 -384 2015 2023 0.3667 -0.1994 0.9329 -384 2016 2017 0.1314 -0.1378 0.4007 -384 2016 2018 0.1996 -0.1477 0.5468 -384 2016 2019 0.2391 -0.1632 0.6414 -384 2016 2020 0.245 -0.1844 0.6743 -384 2016 2021 0.3143 -0.1225 0.7512 -384 2016 2022 0.3079 -0.1728 0.7886 -384 2016 2023 0.3038 -0.2405 0.8482 -384 2017 2018 0.0681 -0.1951 0.3313 -384 2017 2019 0.1076 -0.2411 0.4564 -384 2017 2020 0.1135 -0.2787 0.5058 -384 2017 2021 0.1829 -0.2238 0.5895 -384 2017 2022 0.1764 -0.2834 0.6363 -384 2017 2023 0.1724 -0.356 0.7008 -384 2018 2019 0.0395 -0.2242 0.3033 -384 2018 2020 0.0454 -0.2932 0.3841 -384 2018 2021 0.1148 -0.253 0.4825 -384 2018 2022 0.1083 -0.3228 0.5394 -384 2018 2023 0.1043 -0.401 0.6096 -384 2019 2020 0.0059 -0.2591 0.2709 -384 2019 2021 0.0752 -0.26 0.4105 -384 2019 2022 0.0688 -0.34 0.4776 -384 2019 2023 0.0647 -0.4229 0.5524 -384 2020 2021 0.0693 -0.196 0.3347 -384 2020 2022 0.0629 -0.3011 0.4269 -384 2020 2023 0.0588 -0.3926 0.5103 -384 2021 2022 -0.0065 -0.2792 0.2663 -384 2021 2023 -0.0105 -0.3974 0.3764 -384 2022 2023 -0.004 -0.2887 0.2806 +1 2007 2008 -0.0157 -0.2184 0.187 +1 2007 2009 -0.0117 -0.2863 0.263 +1 2007 2010 -0.0213 -0.3452 0.3027 +1 2007 2011 -0.002 -0.3604 0.3563 +1 2007 2012 0.0102 -0.3767 0.397 +1 2007 2013 0.0489 -0.3743 0.4721 +1 2007 2014 0.0809 -0.3785 0.5403 +1 2007 2015 0.0817 -0.4003 0.5637 +1 2007 2016 0.0709 -0.4237 0.5654 +1 2007 2017 0.0617 -0.4441 0.5675 +1 2007 2018 -0.0133 -0.4974 0.4709 +1 2007 2019 -0.0561 -0.5521 0.4399 +1 2007 2020 -0.1024 -0.6134 0.4086 +1 2007 2021 -0.1308 -0.657 0.3954 +1 2007 2022 -0.136 -0.6715 0.3995 +1 2007 2023 -0.1232 -0.6568 0.4103 +1 2007 2024 -0.1025 -0.63 0.425 +1 2007 2025 -0.0884 -0.6213 0.4445 +1 2008 2009 0.004 -0.1962 0.2043 +1 2008 2010 -0.0055 -0.2752 0.2642 +1 2008 2011 0.0137 -0.3053 0.3327 +1 2008 2012 0.026 -0.3305 0.3825 +1 2008 2013 0.0648 -0.3387 0.4683 +1 2008 2014 0.0969 -0.3496 0.5434 +1 2008 2015 0.0977 -0.3739 0.5694 +1 2008 2016 0.0869 -0.3985 0.5723 +1 2008 2017 0.0777 -0.4201 0.5756 +1 2008 2018 0.0026 -0.467 0.4723 +1 2008 2019 -0.0402 -0.5189 0.4385 +1 2008 2020 -0.0865 -0.5768 0.4038 +1 2008 2021 -0.1149 -0.6192 0.3894 +1 2008 2022 -0.1201 -0.6345 0.3944 +1 2008 2023 -0.1073 -0.622 0.4074 +1 2008 2024 -0.0866 -0.5979 0.4247 +1 2008 2025 -0.0725 -0.5913 0.4463 +1 2009 2010 -0.0096 -0.2097 0.1906 +1 2009 2011 0.0096 -0.261 0.2803 +1 2009 2012 0.0218 -0.2977 0.3414 +1 2009 2013 0.0606 -0.3121 0.4333 +1 2009 2014 0.0927 -0.3275 0.5129 +1 2009 2015 0.0935 -0.3551 0.542 +1 2009 2016 0.0827 -0.3819 0.5473 +1 2009 2017 0.0735 -0.4053 0.5522 +1 2009 2018 -0.0016 -0.4555 0.4524 +1 2009 2019 -0.0444 -0.5103 0.4216 +1 2009 2020 -0.0906 -0.5713 0.3901 +1 2009 2021 -0.119 -0.6155 0.3775 +1 2009 2022 -0.1242 -0.6312 0.3828 +1 2009 2023 -0.1115 -0.6177 0.3948 +1 2009 2024 -0.0907 -0.592 0.4105 +1 2009 2025 -0.0766 -0.5847 0.4314 +1 2010 2011 0.0192 -0.1836 0.2219 +1 2010 2012 0.0315 -0.2444 0.3073 +1 2010 2013 0.0704 -0.2747 0.4155 +1 2010 2014 0.1026 -0.2995 0.5047 +1 2010 2015 0.1033 -0.3313 0.538 +1 2010 2016 0.0924 -0.3607 0.5456 +1 2010 2017 0.0832 -0.3862 0.5527 +1 2010 2018 0.0081 -0.4332 0.4494 +1 2010 2019 -0.0347 -0.4866 0.4172 +1 2010 2020 -0.0809 -0.5459 0.3841 +1 2010 2021 -0.1093 -0.5897 0.3711 +1 2010 2022 -0.1145 -0.6063 0.3773 +1 2010 2023 -0.1017 -0.5945 0.391 +1 2010 2024 -0.081 -0.5707 0.4087 +1 2010 2025 -0.0669 -0.565 0.4311 +1 2011 2012 0.0122 -0.1878 0.2121 +1 2011 2013 0.0508 -0.2361 0.3377 +1 2011 2014 0.0829 -0.2704 0.4362 +1 2011 2015 0.0836 -0.3085 0.4758 +1 2011 2016 0.0728 -0.3424 0.4879 +1 2011 2017 0.0636 -0.3708 0.4979 +1 2011 2018 -0.0113 -0.4276 0.405 +1 2011 2019 -0.0541 -0.4885 0.3804 +1 2011 2020 -0.1003 -0.5558 0.3551 +1 2011 2021 -0.1288 -0.6039 0.3464 +1 2011 2022 -0.1339 -0.6207 0.3528 +1 2011 2023 -0.1212 -0.6061 0.3637 +1 2011 2024 -0.1005 -0.5783 0.3773 +1 2011 2025 -0.0864 -0.5704 0.3976 +1 2012 2013 0.0385 -0.1745 0.2516 +1 2012 2014 0.0705 -0.2304 0.3714 +1 2012 2015 0.0712 -0.2784 0.4207 +1 2012 2016 0.0603 -0.3184 0.439 +1 2012 2017 0.0511 -0.3508 0.4531 +1 2012 2018 -0.0236 -0.4157 0.3685 +1 2012 2019 -0.0663 -0.4827 0.35 +1 2012 2020 -0.1127 -0.5562 0.3309 +1 2012 2021 -0.1411 -0.6076 0.3253 +1 2012 2022 -0.1463 -0.625 0.3323 +1 2012 2023 -0.1335 -0.609 0.3419 +1 2012 2024 -0.1128 -0.5789 0.3533 +1 2012 2025 -0.0988 -0.5698 0.3723 +1 2013 2014 0.0315 -0.1763 0.2392 +1 2013 2015 0.0322 -0.2458 0.3102 +1 2013 2016 0.0214 -0.2982 0.341 +1 2013 2017 0.0123 -0.3374 0.362 +1 2013 2018 -0.0621 -0.4336 0.3093 +1 2013 2019 -0.105 -0.5169 0.3068 +1 2013 2020 -0.1517 -0.6047 0.3012 +1 2013 2021 -0.1804 -0.6625 0.3018 +1 2013 2022 -0.1855 -0.6798 0.3088 +1 2013 2023 -0.1726 -0.659 0.3139 +1 2013 2024 -0.1518 -0.6209 0.3174 +1 2013 2025 -0.1376 -0.6061 0.3308 +1 2014 2015 7e-04 -0.1952 0.1966 +1 2014 2016 -0.01 -0.2711 0.251 +1 2014 2017 -0.0193 -0.3211 0.2826 +1 2014 2018 -0.0939 -0.4514 0.2636 +1 2014 2019 -0.1371 -0.5474 0.2732 +1 2014 2020 -0.1841 -0.6454 0.2772 +1 2014 2021 -0.2128 -0.7081 0.2825 +1 2014 2022 -0.2179 -0.7261 0.2904 +1 2014 2023 -0.2048 -0.7032 0.2936 +1 2014 2024 -0.1838 -0.6604 0.2928 +1 2014 2025 -0.1696 -0.6415 0.3023 +1 2015 2016 -0.0107 -0.2067 0.1853 +1 2015 2017 -0.02 -0.2807 0.2408 +1 2015 2018 -0.0947 -0.4289 0.2395 +1 2015 2019 -0.138 -0.5328 0.2568 +1 2015 2020 -0.185 -0.6365 0.2665 +1 2015 2021 -0.2137 -0.7027 0.2752 +1 2015 2022 -0.2188 -0.7227 0.2851 +1 2015 2023 -0.2057 -0.701 0.2897 +1 2015 2024 -0.1846 -0.659 0.2897 +1 2015 2025 -0.1704 -0.6405 0.2997 +1 2016 2017 -0.0092 -0.2055 0.187 +1 2016 2018 -0.0839 -0.3773 0.2094 +1 2016 2019 -0.1272 -0.4919 0.2374 +1 2016 2020 -0.1743 -0.6024 0.2538 +1 2016 2021 -0.203 -0.6728 0.2668 +1 2016 2022 -0.208 -0.6956 0.2796 +1 2016 2023 -0.1948 -0.6764 0.2867 +1 2016 2024 -0.1738 -0.6364 0.2888 +1 2016 2025 -0.1596 -0.6196 0.3004 +1 2017 2018 -0.075 -0.3087 0.1587 +1 2017 2019 -0.1183 -0.4437 0.2072 +1 2017 2020 -0.1653 -0.5654 0.2347 +1 2017 2021 -0.194 -0.6422 0.2542 +1 2017 2022 -0.1989 -0.6688 0.2709 +1 2017 2023 -0.1857 -0.6522 0.2808 +1 2017 2024 -0.1646 -0.6144 0.2852 +1 2017 2025 -0.1504 -0.5991 0.2984 +1 2018 2019 -0.0426 -0.2504 0.1651 +1 2018 2020 -0.0892 -0.3853 0.2069 +1 2018 2021 -0.1178 -0.4708 0.2352 +1 2018 2022 -0.1228 -0.5068 0.2611 +1 2018 2023 -0.1099 -0.5021 0.2822 +1 2018 2024 -0.0892 -0.4796 0.3012 +1 2018 2025 -0.0752 -0.4779 0.3275 +1 2019 2020 -0.0461 -0.2567 0.1646 +1 2019 2021 -0.0745 -0.3633 0.2143 +1 2019 2022 -0.0796 -0.4127 0.2535 +1 2019 2023 -0.0669 -0.4213 0.2876 +1 2019 2024 -0.0464 -0.4136 0.3209 +1 2019 2025 -0.0324 -0.4221 0.3573 +1 2020 2021 -0.0281 -0.2305 0.1743 +1 2020 2022 -0.0333 -0.3053 0.2387 +1 2020 2023 -0.0208 -0.3352 0.2936 +1 2020 2024 -3e-04 -0.3477 0.3471 +1 2020 2025 0.0138 -0.3682 0.3957 +1 2021 2022 -0.0052 -0.2047 0.1942 +1 2021 2023 0.0073 -0.2639 0.2785 +1 2021 2024 0.0279 -0.296 0.3519 +1 2021 2025 0.0421 -0.3272 0.4113 +1 2022 2023 0.0125 -0.1904 0.2154 +1 2022 2024 0.0331 -0.2484 0.3146 +1 2022 2025 0.0472 -0.2919 0.3863 +1 2023 2024 0.0204 -0.1852 0.226 +1 2023 2025 0.0344 -0.2497 0.3185 +1 2024 2025 0.0138 -0.1878 0.2155 +2 2007 2008 0.275 0.0492 0.5009 +2 2007 2009 0.3352 0.0801 0.5903 +2 2007 2010 0.3742 0.1583 0.59 +2 2007 2011 0.4873 0.2558 0.7187 +2 2007 2012 0.4019 0.1376 0.6662 +2 2007 2013 0.26 0.0054 0.5146 +2 2007 2014 0.1042 -0.1708 0.3791 +2 2007 2015 0.5343 0.2635 0.805 +2 2007 2016 0.5787 0.3472 0.8101 +2 2007 2017 0.1455 -0.1073 0.3982 +2 2007 2018 -0.0052 -0.2748 0.2643 +2 2007 2019 -0.0822 -0.33 0.1656 +2 2007 2020 -0.3472 -0.6605 -0.034 +2 2007 2021 -0.1375 -0.4144 0.1394 +2 2007 2022 -0.1923 -0.4976 0.1129 +2 2007 2023 -0.2532 -0.5455 0.039 +2 2007 2024 -0.4976 -0.8278 -0.1675 +2 2007 2025 -0.1426 -0.3832 0.0979 +2 2008 2009 0.0602 -0.1669 0.2873 +2 2008 2010 0.0991 -0.123 0.3213 +2 2008 2011 0.2122 0.0267 0.3978 +2 2008 2012 0.1269 -0.1171 0.3708 +2 2008 2013 -0.015 -0.2698 0.2397 +2 2008 2014 -0.1709 -0.4303 0.0886 +2 2008 2015 0.2592 0.0104 0.5081 +2 2008 2016 0.3037 0.0824 0.525 +2 2008 2017 -0.1296 -0.356 0.0969 +2 2008 2018 -0.2803 -0.5388 -0.0217 +2 2008 2019 -0.3572 -0.5986 -0.1158 +2 2008 2020 -0.6223 -0.9269 -0.3177 +2 2008 2021 -0.4125 -0.6701 -0.1549 +2 2008 2022 -0.4674 -0.7623 -0.1724 +2 2008 2023 -0.5283 -0.795 -0.2616 +2 2008 2024 -0.7727 -1.1015 -0.4439 +2 2008 2025 -0.4176 -0.6385 -0.1968 +2 2009 2010 0.039 -0.192 0.2699 +2 2009 2011 0.1521 -0.0798 0.3839 +2 2009 2012 0.0667 -0.1717 0.305 +2 2009 2013 -0.0752 -0.345 0.1946 +2 2009 2014 -0.231 -0.5162 0.0541 +2 2009 2015 0.1991 -0.048 0.4461 +2 2009 2016 0.2435 0.002 0.485 +2 2009 2017 -0.1898 -0.4494 0.0699 +2 2009 2018 -0.3404 -0.6039 -0.077 +2 2009 2019 -0.4174 -0.6773 -0.1575 +2 2009 2020 -0.6825 -1.0083 -0.3567 +2 2009 2021 -0.4727 -0.7415 -0.2038 +2 2009 2022 -0.5275 -0.8402 -0.2149 +2 2009 2023 -0.5885 -0.8836 -0.2933 +2 2009 2024 -0.8328 -1.1692 -0.4965 +2 2009 2025 -0.4778 -0.7208 -0.2348 +2 2010 2011 0.1131 -0.0982 0.3245 +2 2010 2012 0.0277 -0.2207 0.2761 +2 2010 2013 -0.1142 -0.3561 0.1278 +2 2010 2014 -0.27 -0.5417 0.0017 +2 2010 2015 0.1601 -0.0943 0.4146 +2 2010 2016 0.2046 -0.0092 0.4183 +2 2010 2017 -0.2287 -0.4743 0.0169 +2 2010 2018 -0.3794 -0.6381 -0.1207 +2 2010 2019 -0.4564 -0.6922 -0.2205 +2 2010 2020 -0.7214 -1.0335 -0.4093 +2 2010 2021 -0.5116 -0.7758 -0.2475 +2 2010 2022 -0.5665 -0.8622 -0.2708 +2 2010 2023 -0.6274 -0.9114 -0.3434 +2 2010 2024 -0.8718 -1.2007 -0.5429 +2 2010 2025 -0.5168 -0.7435 -0.29 +2 2011 2012 -0.0854 -0.315 0.1442 +2 2011 2013 -0.2273 -0.4757 0.0212 +2 2011 2014 -0.3831 -0.6367 -0.1295 +2 2011 2015 0.047 -0.1968 0.2908 +2 2011 2016 0.0915 -0.1258 0.3087 +2 2011 2017 -0.3418 -0.5649 -0.1187 +2 2011 2018 -0.4925 -0.7474 -0.2376 +2 2011 2019 -0.5695 -0.8071 -0.3318 +2 2011 2020 -0.8345 -1.1348 -0.5343 +2 2011 2021 -0.6247 -0.8784 -0.3711 +2 2011 2022 -0.6796 -0.9727 -0.3865 +2 2011 2023 -0.7405 -1.0058 -0.4752 +2 2011 2024 -0.9849 -1.3119 -0.6579 +2 2011 2025 -0.6299 -0.8457 -0.414 +2 2012 2013 -0.1419 -0.3982 0.1144 +2 2012 2014 -0.2977 -0.586 -0.0095 +2 2012 2015 0.1324 -0.116 0.3807 +2 2012 2016 0.1768 -0.0688 0.4225 +2 2012 2017 -0.2564 -0.5231 0.0102 +2 2012 2018 -0.4071 -0.6776 -0.1366 +2 2012 2019 -0.4841 -0.7493 -0.2188 +2 2012 2020 -0.7492 -1.0816 -0.4167 +2 2012 2021 -0.5394 -0.8143 -0.2644 +2 2012 2022 -0.5942 -0.9116 -0.2768 +2 2012 2023 -0.6551 -0.9566 -0.3537 +2 2012 2024 -0.8995 -1.2461 -0.553 +2 2012 2025 -0.5445 -0.7951 -0.2939 +2 2013 2014 -0.1559 -0.4293 0.1175 +2 2013 2015 0.2743 -8e-04 0.5494 +2 2013 2016 0.3187 0.0788 0.5586 +2 2013 2017 -0.1145 -0.3865 0.1574 +2 2013 2018 -0.2652 -0.5517 0.0212 +2 2013 2019 -0.3422 -0.6039 -0.0804 +2 2013 2020 -0.6073 -0.9406 -0.2739 +2 2013 2021 -0.3975 -0.6886 -0.1063 +2 2013 2022 -0.4523 -0.7693 -0.1353 +2 2013 2023 -0.5132 -0.8211 -0.2054 +2 2013 2024 -0.7576 -1.1097 -0.4056 +2 2013 2025 -0.4026 -0.6606 -0.1446 +2 2014 2015 0.4301 0.148 0.7123 +2 2014 2016 0.4746 0.195 0.7541 +2 2014 2017 0.0413 -0.2204 0.3029 +2 2014 2018 -0.1094 -0.4039 0.1852 +2 2014 2019 -0.1864 -0.4758 0.1031 +2 2014 2020 -0.4514 -0.7661 -0.1367 +2 2014 2021 -0.2416 -0.5443 0.061 +2 2014 2022 -0.2965 -0.6323 0.0393 +2 2014 2023 -0.3574 -0.6654 -0.0494 +2 2014 2024 -0.6018 -0.9376 -0.266 +2 2014 2025 -0.2468 -0.531 0.0374 +2 2015 2016 0.0445 -0.1882 0.2771 +2 2015 2017 -0.3888 -0.6594 -0.1182 +2 2015 2018 -0.5395 -0.8121 -0.2669 +2 2015 2019 -0.6165 -0.8827 -0.3502 +2 2015 2020 -0.8815 -1.2227 -0.5404 +2 2015 2021 -0.6717 -0.947 -0.3965 +2 2015 2022 -0.7266 -1.0455 -0.4078 +2 2015 2023 -0.7875 -1.0922 -0.4829 +2 2015 2024 -1.0319 -1.39 -0.6738 +2 2015 2025 -0.6769 -0.9336 -0.4201 +2 2016 2017 -0.4333 -0.6714 -0.1952 +2 2016 2018 -0.584 -0.8436 -0.3243 +2 2016 2019 -0.6609 -0.8832 -0.4386 +2 2016 2020 -0.926 -1.2473 -0.6046 +2 2016 2021 -0.7162 -0.9782 -0.4542 +2 2016 2022 -0.7711 -1.0608 -0.4813 +2 2016 2023 -0.832 -1.1148 -0.5492 +2 2016 2024 -1.0764 -1.4209 -0.7318 +2 2016 2025 -0.7213 -0.9389 -0.5037 +2 2017 2018 -0.1507 -0.4041 0.1028 +2 2017 2019 -0.2276 -0.4864 0.0312 +2 2017 2020 -0.4927 -0.7958 -0.1896 +2 2017 2021 -0.2829 -0.5533 -0.0126 +2 2017 2022 -0.3378 -0.6475 -0.0281 +2 2017 2023 -0.3987 -0.6743 -0.1231 +2 2017 2024 -0.6431 -0.9707 -0.3154 +2 2017 2025 -0.2881 -0.5411 -0.035 +2 2018 2019 -0.0769 -0.333 0.1791 +2 2018 2020 -0.342 -0.6691 -0.015 +2 2018 2021 -0.1322 -0.4142 0.1497 +2 2018 2022 -0.1871 -0.5125 0.1383 +2 2018 2023 -0.248 -0.5557 0.0597 +2 2018 2024 -0.4924 -0.8339 -0.1509 +2 2018 2025 -0.1374 -0.406 0.1312 +2 2019 2020 -0.2651 -0.5662 0.036 +2 2019 2021 -0.0553 -0.3289 0.2183 +2 2019 2022 -0.1101 -0.415 0.1947 +2 2019 2023 -0.1711 -0.4678 0.1257 +2 2019 2024 -0.4154 -0.762 -0.0689 +2 2019 2025 -0.0604 -0.2982 0.1773 +2 2020 2021 0.2098 -0.0989 0.5186 +2 2020 2022 0.1549 -0.2066 0.5165 +2 2020 2023 0.094 -0.2493 0.4373 +2 2020 2024 -0.1504 -0.5139 0.2131 +2 2020 2025 0.2046 -0.1179 0.5272 +2 2021 2022 -0.0549 -0.3455 0.2357 +2 2021 2023 -0.1158 -0.41 0.1785 +2 2021 2024 -0.3602 -0.7127 -0.0077 +2 2021 2025 -0.0051 -0.2742 0.264 +2 2022 2023 -0.0609 -0.3603 0.2385 +2 2022 2024 -0.3053 -0.6816 0.0709 +2 2022 2025 0.0497 -0.2482 0.3477 +2 2023 2024 -0.2444 -0.5709 0.082 +2 2023 2025 0.1107 -0.1702 0.3915 +2 2024 2025 0.3551 0.0366 0.6735 +3 2007 2008 0.0843 -0.1282 0.2967 +3 2007 2009 0.0562 -0.1867 0.299 +3 2007 2010 -0.0401 -0.2912 0.211 +3 2007 2011 -0.0225 -0.2741 0.2291 +3 2007 2012 -4e-04 -0.2569 0.256 +3 2007 2013 -0.0881 -0.3539 0.1778 +3 2007 2014 -0.0464 -0.3037 0.2109 +3 2007 2015 0.1178 -0.1373 0.3729 +3 2007 2016 0.1725 -0.0819 0.4269 +3 2007 2017 0.179 -0.0697 0.4277 +3 2007 2018 0.1196 -0.1305 0.3697 +3 2007 2019 0.2062 -0.0447 0.4572 +3 2007 2020 0.4441 0.1648 0.7233 +3 2007 2021 0.2466 0.0027 0.4904 +3 2007 2022 0.1344 -0.138 0.4068 +3 2007 2023 0.3262 0.0641 0.5882 +3 2007 2024 0.3233 0.0698 0.5769 +3 2007 2025 0.1254 -0.1251 0.376 +3 2008 2009 -0.0281 -0.2205 0.1644 +3 2008 2010 -0.1243 -0.3581 0.1094 +3 2008 2011 -0.1067 -0.3311 0.1177 +3 2008 2012 -0.0846 -0.3132 0.144 +3 2008 2013 -0.1723 -0.4348 0.0902 +3 2008 2014 -0.1306 -0.3766 0.1153 +3 2008 2015 0.0336 -0.1901 0.2573 +3 2008 2016 0.0883 -0.1385 0.3152 +3 2008 2017 0.0948 -0.1222 0.3117 +3 2008 2018 0.0354 -0.2047 0.2755 +3 2008 2019 0.122 -0.1167 0.3607 +3 2008 2020 0.3599 0.1355 0.5842 +3 2008 2021 0.1624 -0.062 0.3867 +3 2008 2022 0.0502 -0.227 0.3274 +3 2008 2023 0.2419 0.0191 0.4648 +3 2008 2024 0.2392 0.0247 0.4536 +3 2008 2025 0.0413 -0.2055 0.2881 +3 2009 2010 -0.0963 -0.3039 0.1113 +3 2009 2011 -0.0787 -0.3002 0.1428 +3 2009 2012 -0.0566 -0.2836 0.1704 +3 2009 2013 -0.1443 -0.4036 0.1151 +3 2009 2014 -0.1026 -0.3486 0.1434 +3 2009 2015 0.0617 -0.1633 0.2866 +3 2009 2016 0.1164 -0.1142 0.347 +3 2009 2017 0.1228 -0.1004 0.346 +3 2009 2018 0.0634 -0.1737 0.3005 +3 2009 2019 0.1501 -0.0892 0.3894 +3 2009 2020 0.3879 0.1521 0.6237 +3 2009 2021 0.1904 -0.0328 0.4136 +3 2009 2022 0.0782 -0.1955 0.352 +3 2009 2023 0.27 0.0394 0.5005 +3 2009 2024 0.2672 0.0493 0.4851 +3 2009 2025 0.0693 -0.1758 0.3144 +3 2010 2011 0.0176 -0.1873 0.2225 +3 2010 2012 0.0397 -0.1958 0.2752 +3 2010 2013 -0.048 -0.2986 0.2026 +3 2010 2014 -0.0063 -0.2504 0.2378 +3 2010 2015 0.1579 -0.0867 0.4026 +3 2010 2016 0.2127 -0.0328 0.4581 +3 2010 2017 0.2191 -0.0197 0.4578 +3 2010 2018 0.1597 -0.0778 0.3971 +3 2010 2019 0.2463 0.0058 0.4869 +3 2010 2020 0.4842 0.2103 0.758 +3 2010 2021 0.2867 0.0549 0.5184 +3 2010 2022 0.1745 -0.0857 0.4348 +3 2010 2023 0.3663 0.112 0.6205 +3 2010 2024 0.3635 0.1183 0.6086 +3 2010 2025 0.1655 -0.0731 0.4042 +3 2011 2012 0.0221 -0.1771 0.2213 +3 2011 2013 -0.0656 -0.3084 0.1771 +3 2011 2014 -0.0239 -0.2591 0.2112 +3 2011 2015 0.1403 -0.0901 0.3708 +3 2011 2016 0.1951 -0.0395 0.4296 +3 2011 2017 0.2015 -0.0218 0.4247 +3 2011 2018 0.1421 -0.0927 0.3768 +3 2011 2019 0.2287 -0.0083 0.4658 +3 2011 2020 0.4666 0.2177 0.7154 +3 2011 2021 0.2691 0.0443 0.4938 +3 2011 2022 0.1569 -0.1088 0.4226 +3 2011 2023 0.3487 0.112 0.5853 +3 2011 2024 0.3459 0.1166 0.5751 +3 2011 2025 0.1479 -0.0914 0.3873 +3 2012 2013 -0.0877 -0.306 0.1305 +3 2012 2014 -0.046 -0.2784 0.1863 +3 2012 2015 0.1182 -0.1064 0.3429 +3 2012 2016 0.173 -0.0604 0.4063 +3 2012 2017 0.1794 -0.0466 0.4054 +3 2012 2018 0.12 -0.118 0.358 +3 2012 2019 0.2066 -0.0345 0.4477 +3 2012 2020 0.4445 0.1994 0.6896 +3 2012 2021 0.247 0.0207 0.4733 +3 2012 2022 0.1348 -0.1383 0.4079 +3 2012 2023 0.3266 0.0903 0.5628 +3 2012 2024 0.3238 0.0985 0.5491 +3 2012 2025 0.1259 -0.1194 0.3711 +3 2013 2014 0.0417 -0.1679 0.2513 +3 2013 2015 0.206 -0.0413 0.4532 +3 2013 2016 0.2607 0.0045 0.5168 +3 2013 2017 0.2671 0.0153 0.5189 +3 2013 2018 0.2077 -0.0373 0.4526 +3 2013 2019 0.2943 0.0448 0.5439 +3 2013 2020 0.5321 0.2337 0.8306 +3 2013 2021 0.3346 0.0911 0.5782 +3 2013 2022 0.2225 -0.0399 0.4849 +3 2013 2023 0.4143 0.1417 0.6869 +3 2013 2024 0.4114 0.1464 0.6765 +3 2013 2025 0.2135 -0.0325 0.4596 +3 2014 2015 0.1643 -0.0445 0.3731 +3 2014 2016 0.219 -0.017 0.4551 +3 2014 2017 0.2254 -0.0062 0.4571 +3 2014 2018 0.166 -0.0671 0.3991 +3 2014 2019 0.2527 0.0141 0.4912 +3 2014 2020 0.4904 0.2136 0.7673 +3 2014 2021 0.293 0.063 0.523 +3 2014 2022 0.1808 -0.0763 0.4379 +3 2014 2023 0.3726 0.1179 0.6273 +3 2014 2024 0.3698 0.1214 0.6182 +3 2014 2025 0.1719 -0.0653 0.4091 +3 2015 2016 0.0547 -0.1401 0.2496 +3 2015 2017 0.0612 -0.1502 0.2725 +3 2015 2018 0.0017 -0.2306 0.2341 +3 2015 2019 0.0884 -0.1477 0.3245 +3 2015 2020 0.3263 0.0955 0.557 +3 2015 2021 0.1287 -0.0932 0.3506 +3 2015 2022 0.0166 -0.2568 0.29 +3 2015 2023 0.2083 -0.0198 0.4365 +3 2015 2024 0.2055 -0.0106 0.4217 +3 2015 2025 0.0076 -0.237 0.2523 +3 2016 2017 0.0064 -0.1858 0.1987 +3 2016 2018 -0.053 -0.2826 0.1766 +3 2016 2019 0.0337 -0.1995 0.2669 +3 2016 2020 0.2716 0.0387 0.5045 +3 2016 2021 0.074 -0.1516 0.2997 +3 2016 2022 -0.0382 -0.3101 0.2338 +3 2016 2023 0.1536 -0.0771 0.3844 +3 2016 2024 0.1508 -0.07 0.3716 +3 2016 2025 -0.0471 -0.2919 0.1978 +3 2017 2018 -0.0594 -0.2585 0.1396 +3 2017 2019 0.0272 -0.1935 0.248 +3 2017 2020 0.2651 0.0433 0.487 +3 2017 2021 0.0676 -0.1476 0.2827 +3 2017 2022 -0.0446 -0.3086 0.2194 +3 2017 2023 0.1472 -0.0734 0.3678 +3 2017 2024 0.1444 -0.0692 0.358 +3 2017 2025 -0.0535 -0.2905 0.1835 +3 2018 2019 0.0867 -0.1091 0.2825 +3 2018 2020 0.3246 0.0651 0.584 +3 2018 2021 0.127 -0.0872 0.3412 +3 2018 2022 0.0148 -0.231 0.2607 +3 2018 2023 0.2066 -0.0394 0.4526 +3 2018 2024 0.2038 -0.0315 0.439 +3 2018 2025 0.0059 -0.2212 0.2329 +3 2019 2020 0.2381 0.0046 0.4716 +3 2019 2021 0.0403 -0.1753 0.256 +3 2019 2022 -0.0718 -0.3208 0.1771 +3 2019 2023 0.12 -0.1236 0.3635 +3 2019 2024 0.1171 -0.1179 0.3522 +3 2019 2025 -0.0808 -0.3114 0.1498 +3 2020 2021 -0.1977 -0.4173 0.0219 +3 2020 2022 -0.3099 -0.6149 -0.0049 +3 2020 2023 -0.118 -0.3354 0.0995 +3 2020 2024 -0.1208 -0.3337 0.0922 +3 2020 2025 -0.3185 -0.6001 -0.037 +3 2021 2022 -0.1122 -0.3257 0.1013 +3 2021 2023 0.0796 -0.1381 0.2974 +3 2021 2024 0.0768 -0.1361 0.2898 +3 2021 2025 -0.1211 -0.3445 0.1022 +3 2022 2023 0.192 -0.0557 0.4396 +3 2022 2024 0.1891 -0.0769 0.455 +3 2022 2025 -0.009 -0.2514 0.2335 +3 2023 2024 -0.0028 -0.1902 0.1846 +3 2023 2025 -0.2008 -0.4454 0.0438 +3 2024 2025 -0.198 -0.4128 0.0168 +4 2007 2010 0.1809 0.1149 0.247 +4 2007 2013 0.139 0.0705 0.2075 +4 2007 2016 0.2007 0.1342 0.2672 +4 2007 2019 0.1864 0.1195 0.2533 +4 2007 2022 0.2512 0.1841 0.3183 +4 2007 2025 0.3115 0.2306 0.3925 +4 2010 2013 -0.0419 -0.1081 0.0243 +4 2010 2016 0.0197 -0.0455 0.085 +4 2010 2019 0.0055 -0.0623 0.0732 +4 2010 2022 0.0702 0.0033 0.1372 +4 2010 2025 0.1306 0.0512 0.21 +4 2013 2016 0.0617 -0.0017 0.1251 +4 2013 2019 0.0474 -0.0196 0.1145 +4 2013 2022 0.1122 0.0449 0.1794 +4 2013 2025 0.1725 0.0913 0.2538 +4 2016 2019 -0.0143 -0.0747 0.0462 +4 2016 2022 0.0505 -0.0118 0.1128 +4 2016 2025 0.1109 0.0333 0.1884 +4 2019 2022 0.0648 0.0043 0.1253 +4 2019 2025 0.1251 0.0462 0.204 +4 2022 2025 0.0604 -0.0145 0.1352 +5 2007 2010 0.0536 -0.2029 0.3102 +5 2007 2013 0.1264 -0.153 0.4058 +5 2007 2016 0.0452 -0.2153 0.3057 +5 2007 2019 -0.1964 -0.5023 0.1095 +5 2007 2022 0.1295 -0.1408 0.3998 +5 2007 2025 -0.0766 -0.3929 0.2397 +5 2010 2013 0.0728 -0.1861 0.3317 +5 2010 2016 -0.0084 -0.2871 0.2703 +5 2010 2019 -0.2501 -0.5843 0.0841 +5 2010 2022 0.0759 -0.2142 0.366 +5 2010 2025 -0.1303 -0.476 0.2154 +5 2013 2016 -0.0812 -0.3261 0.1637 +5 2013 2019 -0.3229 -0.6591 0.0133 +5 2013 2022 0.0031 -0.2691 0.2753 +5 2013 2025 -0.2031 -0.5491 0.1429 +5 2016 2019 -0.2417 -0.5167 0.0332 +5 2016 2022 0.0843 -0.163 0.3316 +5 2016 2025 -0.1219 -0.4247 0.181 +5 2019 2022 0.326 0.0448 0.6073 +5 2019 2025 0.1198 -0.1848 0.4244 +5 2022 2025 -0.2062 -0.4793 0.0668 +6 2007 2008 0.0762 -0.0386 0.191 +6 2007 2009 0.1113 -0.0327 0.2552 +6 2007 2010 0.0795 -0.066 0.2251 +6 2007 2011 0.0791 -0.07 0.2282 +6 2007 2012 0.118 -0.0357 0.2717 +6 2007 2013 0.1986 0.043 0.3543 +6 2007 2014 0.2821 0.1232 0.441 +6 2007 2015 0.3729 0.2049 0.541 +6 2007 2016 0.3729 0.2175 0.5283 +6 2007 2017 0.3856 0.2332 0.5381 +6 2007 2018 0.4617 0.3039 0.6195 +6 2007 2019 0.5242 0.363 0.6854 +6 2007 2020 0.5308 0.3721 0.6896 +6 2007 2021 0.5409 0.3858 0.6961 +6 2007 2022 0.5643 0.4069 0.7217 +6 2007 2023 0.5888 0.4281 0.7496 +6 2007 2024 0.5647 0.4113 0.7181 +6 2007 2025 0.5867 0.43 0.7435 +6 2008 2009 0.0351 -0.0675 0.1376 +6 2008 2010 0.0033 -0.1211 0.1278 +6 2008 2011 0.0029 -0.1321 0.1379 +6 2008 2012 0.0418 -0.0996 0.1833 +6 2008 2013 0.1224 -0.0171 0.262 +6 2008 2014 0.2059 0.0682 0.3436 +6 2008 2015 0.2968 0.1558 0.4378 +6 2008 2016 0.2967 0.1608 0.4327 +6 2008 2017 0.3095 0.1725 0.4464 +6 2008 2018 0.3855 0.2491 0.522 +6 2008 2019 0.448 0.3114 0.5846 +6 2008 2020 0.4547 0.3179 0.5915 +6 2008 2021 0.4648 0.3302 0.5994 +6 2008 2022 0.4881 0.3514 0.6248 +6 2008 2023 0.5126 0.3759 0.6494 +6 2008 2024 0.4885 0.3538 0.6232 +6 2008 2025 0.5106 0.3747 0.6464 +6 2009 2010 -0.0317 -0.1375 0.074 +6 2009 2011 -0.0322 -0.1616 0.0973 +6 2009 2012 0.0068 -0.1321 0.1456 +6 2009 2013 0.0874 -0.0503 0.2251 +6 2009 2014 0.1709 0.0351 0.3066 +6 2009 2015 0.2617 0.1257 0.3977 +6 2009 2016 0.2616 0.1271 0.3962 +6 2009 2017 0.2744 0.1368 0.412 +6 2009 2018 0.3505 0.2165 0.4844 +6 2009 2019 0.413 0.2796 0.5464 +6 2009 2020 0.4196 0.2843 0.5549 +6 2009 2021 0.4297 0.2971 0.5623 +6 2009 2022 0.4531 0.3181 0.5881 +6 2009 2023 0.4776 0.343 0.6121 +6 2009 2024 0.4535 0.3201 0.5868 +6 2009 2025 0.4755 0.3412 0.6098 +6 2010 2011 -4e-04 -0.1022 0.1013 +6 2010 2012 0.0385 -0.0852 0.1622 +6 2010 2013 0.1191 -0.0113 0.2495 +6 2010 2014 0.2026 0.0679 0.3372 +6 2010 2015 0.2934 0.1511 0.4357 +6 2010 2016 0.2934 0.1598 0.427 +6 2010 2017 0.3061 0.1727 0.4395 +6 2010 2018 0.3822 0.2465 0.5178 +6 2010 2019 0.4447 0.3068 0.5826 +6 2010 2020 0.4513 0.3144 0.5882 +6 2010 2021 0.4614 0.3281 0.5948 +6 2010 2022 0.4848 0.3489 0.6207 +6 2010 2023 0.5093 0.3712 0.6474 +6 2010 2024 0.4852 0.3525 0.6178 +6 2010 2025 0.5072 0.3719 0.6426 +6 2011 2012 0.0389 -0.0623 0.1402 +6 2011 2013 0.1195 -0.003 0.2421 +6 2011 2014 0.203 0.0707 0.3353 +6 2011 2015 0.2939 0.149 0.4387 +6 2011 2016 0.2938 0.1587 0.4289 +6 2011 2017 0.3065 0.174 0.4391 +6 2011 2018 0.3826 0.2447 0.5205 +6 2011 2019 0.4451 0.3032 0.587 +6 2011 2020 0.4517 0.313 0.5905 +6 2011 2021 0.4619 0.3266 0.5971 +6 2011 2022 0.4852 0.3466 0.6239 +6 2011 2023 0.5097 0.3688 0.6507 +6 2011 2024 0.4856 0.3516 0.6196 +6 2011 2025 0.5077 0.3695 0.6458 +6 2012 2013 0.0806 -0.0223 0.1836 +6 2012 2014 0.1641 0.0384 0.2898 +6 2012 2015 0.2549 0.1131 0.3968 +6 2012 2016 0.2549 0.1202 0.3896 +6 2012 2017 0.2676 0.134 0.4013 +6 2012 2018 0.3437 0.2054 0.482 +6 2012 2019 0.4062 0.2634 0.549 +6 2012 2020 0.4128 0.2725 0.5532 +6 2012 2021 0.4229 0.2867 0.5591 +6 2012 2022 0.4463 0.3064 0.5862 +6 2012 2023 0.4708 0.3282 0.6134 +6 2012 2024 0.4467 0.3115 0.5818 +6 2012 2025 0.4687 0.329 0.6085 +6 2013 2014 0.0835 -0.0181 0.1851 +6 2013 2015 0.1743 0.0472 0.3015 +6 2013 2016 0.1743 0.0476 0.3009 +6 2013 2017 0.187 0.0567 0.3173 +6 2013 2018 0.2631 0.1299 0.3963 +6 2013 2019 0.3256 0.1903 0.4609 +6 2013 2020 0.3322 0.1971 0.4674 +6 2013 2021 0.3423 0.2101 0.4745 +6 2013 2022 0.3657 0.2311 0.5003 +6 2013 2023 0.3902 0.2536 0.5267 +6 2013 2024 0.3661 0.234 0.4982 +6 2013 2025 0.3881 0.2536 0.5226 +6 2014 2015 0.0909 -0.0118 0.1935 +6 2014 2016 0.0908 -0.0265 0.2081 +6 2014 2017 0.1035 -0.0223 0.2294 +6 2014 2018 0.1796 0.0512 0.308 +6 2014 2019 0.2421 0.1122 0.372 +6 2014 2020 0.2487 0.1182 0.3793 +6 2014 2021 0.2588 0.1299 0.3877 +6 2014 2022 0.2822 0.1507 0.4137 +6 2014 2023 0.3067 0.1752 0.4382 +6 2014 2024 0.2826 0.1526 0.4126 +6 2014 2025 0.3047 0.1728 0.4365 +6 2015 2016 -1e-04 -0.1024 0.1023 +6 2015 2017 0.0127 -0.113 0.1384 +6 2015 2018 0.0888 -0.0375 0.215 +6 2015 2019 0.1513 0.0245 0.2781 +6 2015 2020 0.1579 0.0263 0.2895 +6 2015 2021 0.168 0.0376 0.2984 +6 2015 2022 0.1914 0.0588 0.324 +6 2015 2023 0.2159 0.0845 0.3473 +6 2015 2024 0.1918 0.0588 0.3247 +6 2015 2025 0.2138 0.0807 0.347 +6 2016 2017 0.0127 -0.086 0.1114 +6 2016 2018 0.0888 -0.0265 0.2042 +6 2016 2019 0.1513 0.0296 0.2731 +6 2016 2020 0.1579 0.0324 0.2835 +6 2016 2021 0.1681 0.0439 0.2922 +6 2016 2022 0.1914 0.0649 0.3179 +6 2016 2023 0.2159 0.0878 0.344 +6 2016 2024 0.1918 0.0661 0.3175 +6 2016 2025 0.2139 0.0865 0.3412 +6 2017 2018 0.0761 -0.0234 0.1756 +6 2017 2019 0.1386 0.019 0.2582 +6 2017 2020 0.1452 0.022 0.2685 +6 2017 2021 0.1553 0.032 0.2786 +6 2017 2022 0.1787 0.0509 0.3065 +6 2017 2023 0.2032 0.0737 0.3326 +6 2017 2024 0.1791 0.0536 0.3045 +6 2017 2025 0.2011 0.0713 0.3309 +6 2018 2019 0.0625 -0.0352 0.1602 +6 2018 2020 0.0691 -0.0463 0.1846 +6 2018 2021 0.0792 -0.0393 0.1978 +6 2018 2022 0.1026 -0.022 0.2272 +6 2018 2023 0.1271 9e-04 0.2533 +6 2018 2024 0.103 -0.0212 0.2272 +6 2018 2025 0.125 -0.0024 0.2525 +6 2019 2020 0.0066 -0.0913 0.1045 +6 2019 2021 0.0167 -0.097 0.1304 +6 2019 2022 0.0401 -0.0807 0.1609 +6 2019 2023 0.0646 -0.0592 0.1883 +6 2019 2024 0.0405 -0.0851 0.166 +6 2019 2025 0.0625 -0.0633 0.1884 +6 2020 2021 0.0101 -0.0867 0.1069 +6 2020 2022 0.0335 -0.0825 0.1495 +6 2020 2023 0.058 -0.0639 0.1798 +6 2020 2024 0.0339 -0.0902 0.1579 +6 2020 2025 0.0559 -0.0717 0.1835 +6 2021 2022 0.0234 -0.0728 0.1196 +6 2021 2023 0.0479 -0.0655 0.1612 +6 2021 2024 0.0237 -0.0929 0.1404 +6 2021 2025 0.0458 -0.0775 0.1691 +6 2022 2023 0.0245 -0.0729 0.1219 +6 2022 2024 4e-04 -0.1133 0.114 +6 2022 2025 0.0224 -0.0989 0.1437 +6 2023 2024 -0.0241 -0.1227 0.0744 +6 2023 2025 -0.0021 -0.1188 0.1147 +6 2024 2025 0.0221 -0.075 0.1192 +7 2007 2008 0.013 -0.13 0.156 +7 2007 2009 0.0357 -0.1668 0.2381 +7 2007 2010 0.0591 -0.1898 0.3081 +7 2007 2011 0.0871 -0.2019 0.3761 +7 2007 2012 0.1006 -0.2178 0.4191 +7 2007 2013 0.1089 -0.2302 0.4479 +7 2007 2014 0.1156 -0.2399 0.4711 +7 2007 2015 0.1223 -0.2497 0.4944 +7 2007 2016 0.1314 -0.2564 0.5191 +7 2007 2017 0.1467 -0.2585 0.5518 +7 2007 2018 0.1567 -0.2634 0.5769 +7 2007 2019 0.1665 -0.2649 0.5979 +7 2007 2020 0.1621 -0.2719 0.5962 +7 2007 2021 0.1703 -0.2773 0.618 +7 2007 2022 0.1772 -0.2802 0.6346 +7 2007 2023 0.1818 -0.287 0.6507 +7 2007 2024 0.183 -0.2999 0.6659 +7 2007 2025 0.1866 -0.3101 0.6833 +7 2008 2009 0.0221 -0.1204 0.1646 +7 2008 2010 0.046 -0.1569 0.249 +7 2008 2011 0.0739 -0.1755 0.3233 +7 2008 2012 0.0871 -0.1957 0.3699 +7 2008 2013 0.0951 -0.2109 0.4011 +7 2008 2014 0.1017 -0.2228 0.4262 +7 2008 2015 0.1084 -0.2343 0.451 +7 2008 2016 0.1173 -0.2422 0.4768 +7 2008 2017 0.1326 -0.245 0.5103 +7 2008 2018 0.1428 -0.2508 0.5364 +7 2008 2019 0.1529 -0.2526 0.5584 +7 2008 2020 0.1483 -0.2606 0.5572 +7 2008 2021 0.1566 -0.2665 0.5797 +7 2008 2022 0.1637 -0.2696 0.5969 +7 2008 2023 0.1683 -0.2769 0.6136 +7 2008 2024 0.1693 -0.2906 0.6292 +7 2008 2025 0.1728 -0.3013 0.647 +7 2009 2010 0.0227 -0.1197 0.1651 +7 2009 2011 0.0522 -0.1523 0.2568 +7 2009 2012 0.0647 -0.1795 0.309 +7 2009 2013 0.0726 -0.1996 0.3447 +7 2009 2014 0.0789 -0.215 0.3729 +7 2009 2015 0.0854 -0.2291 0.3998 +7 2009 2016 0.0936 -0.2386 0.4258 +7 2009 2017 0.1079 -0.242 0.4578 +7 2009 2018 0.1181 -0.2485 0.4848 +7 2009 2019 0.1288 -0.2508 0.5083 +7 2009 2020 0.1239 -0.2603 0.5082 +7 2009 2021 0.1325 -0.2665 0.5315 +7 2009 2022 0.1399 -0.2698 0.5496 +7 2009 2023 0.1446 -0.2776 0.5667 +7 2009 2024 0.1452 -0.2922 0.5825 +7 2009 2025 0.1486 -0.3033 0.6006 +7 2010 2011 0.03 -0.1158 0.1758 +7 2010 2012 0.0432 -0.1574 0.2438 +7 2010 2013 0.0511 -0.1852 0.2874 +7 2010 2014 0.0575 -0.2056 0.3206 +7 2010 2015 0.064 -0.2231 0.3511 +7 2010 2016 0.0721 -0.2349 0.3791 +7 2010 2017 0.085 -0.2392 0.4092 +7 2010 2018 0.0943 -0.2467 0.4353 +7 2010 2019 0.1041 -0.2495 0.4577 +7 2010 2020 0.1002 -0.2609 0.4612 +7 2010 2021 0.1082 -0.2675 0.484 +7 2010 2022 0.1154 -0.271 0.5018 +7 2010 2023 0.1201 -0.2793 0.5194 +7 2010 2024 0.1209 -0.2948 0.5367 +7 2010 2025 0.1245 -0.3065 0.5554 +7 2011 2012 0.0127 -0.1269 0.1524 +7 2011 2013 0.0204 -0.1695 0.2103 +7 2011 2014 0.0267 -0.1979 0.2512 +7 2011 2015 0.0331 -0.2202 0.2865 +7 2011 2016 0.0417 -0.2349 0.3183 +7 2011 2017 0.0564 -0.2408 0.3536 +7 2011 2018 0.0662 -0.2498 0.3823 +7 2011 2019 0.0758 -0.2534 0.4049 +7 2011 2020 0.0719 -0.2672 0.411 +7 2011 2021 0.0799 -0.2743 0.4341 +7 2011 2022 0.0866 -0.2781 0.4514 +7 2011 2023 0.0912 -0.2869 0.4693 +7 2011 2024 0.0924 -0.3035 0.4883 +7 2011 2025 0.096 -0.3156 0.5077 +7 2012 2013 0.0079 -0.1315 0.1474 +7 2012 2014 0.0143 -0.1764 0.205 +7 2012 2015 0.0206 -0.2069 0.248 +7 2012 2016 0.0286 -0.2261 0.2833 +7 2012 2017 0.0427 -0.2342 0.3196 +7 2012 2018 0.0528 -0.2455 0.3511 +7 2012 2019 0.063 -0.251 0.377 +7 2012 2020 0.0586 -0.2667 0.3839 +7 2012 2021 0.067 -0.2748 0.4088 +7 2012 2022 0.074 -0.2794 0.4275 +7 2012 2023 0.0787 -0.2889 0.4463 +7 2012 2024 0.0797 -0.3061 0.4656 +7 2012 2025 0.0834 -0.3186 0.4854 +7 2013 2014 0.0065 -0.1324 0.1454 +7 2013 2015 0.013 -0.1783 0.2042 +7 2013 2016 0.021 -0.2054 0.2475 +7 2013 2017 0.0346 -0.218 0.2872 +7 2013 2018 0.0446 -0.2323 0.3215 +7 2013 2019 0.0549 -0.2403 0.3501 +7 2013 2020 0.0504 -0.2579 0.3588 +7 2013 2021 0.0589 -0.2675 0.3852 +7 2013 2022 0.0661 -0.2732 0.4054 +7 2013 2023 0.0708 -0.2837 0.4253 +7 2013 2024 0.0718 -0.3016 0.4451 +7 2013 2025 0.0754 -0.3148 0.4656 +7 2014 2015 0.0066 -0.1321 0.1453 +7 2014 2016 0.0148 -0.1749 0.2045 +7 2014 2017 0.0282 -0.1954 0.2517 +7 2014 2018 0.038 -0.2145 0.2904 +7 2014 2019 0.0482 -0.226 0.3225 +7 2014 2020 0.0438 -0.2462 0.3338 +7 2014 2021 0.0522 -0.2575 0.362 +7 2014 2022 0.0595 -0.2648 0.3838 +7 2014 2023 0.0643 -0.2764 0.4049 +7 2014 2024 0.0652 -0.2952 0.4256 +7 2014 2025 0.0688 -0.3092 0.4468 +7 2015 2016 0.0084 -0.1306 0.1474 +7 2015 2017 0.0217 -0.1673 0.2108 +7 2015 2018 0.0313 -0.1944 0.257 +7 2015 2019 0.0415 -0.2111 0.294 +7 2015 2020 0.0371 -0.2352 0.3094 +7 2015 2021 0.0454 -0.2489 0.3397 +7 2015 2022 0.0528 -0.258 0.3635 +7 2015 2023 0.0575 -0.2711 0.3861 +7 2015 2024 0.0584 -0.2909 0.4077 +7 2015 2025 0.062 -0.3057 0.4297 +7 2016 2017 0.0136 -0.1255 0.1527 +7 2016 2018 0.0229 -0.1677 0.2135 +7 2016 2019 0.0328 -0.1924 0.2579 +7 2016 2020 0.0287 -0.2224 0.2798 +7 2016 2021 0.0368 -0.2391 0.3127 +7 2016 2022 0.044 -0.2506 0.3386 +7 2016 2023 0.0487 -0.2655 0.363 +7 2016 2024 0.0496 -0.2869 0.386 +7 2016 2025 0.0532 -0.3027 0.409 +7 2017 2018 0.0096 -0.1296 0.1489 +7 2017 2019 0.019 -0.1697 0.2077 +7 2017 2020 0.0155 -0.2087 0.2396 +7 2017 2021 0.0233 -0.2302 0.2767 +7 2017 2022 0.03 -0.2447 0.3047 +7 2017 2023 0.0346 -0.2618 0.331 +7 2017 2024 0.0356 -0.2852 0.3564 +7 2017 2025 0.0391 -0.3023 0.3805 +7 2018 2019 0.0097 -0.1295 0.149 +7 2018 2020 0.0059 -0.1837 0.1956 +7 2018 2021 0.014 -0.2138 0.2418 +7 2018 2022 0.0208 -0.2337 0.2752 +7 2018 2023 0.0252 -0.2543 0.3048 +7 2018 2024 0.0263 -0.28 0.3326 +7 2018 2025 0.0298 -0.2987 0.3583 +7 2019 2020 -0.0039 -0.1428 0.1349 +7 2019 2021 0.0043 -0.1859 0.1944 +7 2019 2022 0.0113 -0.2142 0.2368 +7 2019 2023 0.0158 -0.24 0.2717 +7 2019 2024 0.0169 -0.2687 0.3025 +7 2019 2025 0.0204 -0.2899 0.3308 +7 2020 2021 0.0081 -0.1315 0.1477 +7 2020 2022 0.015 -0.1753 0.2053 +7 2020 2023 0.0195 -0.2088 0.2479 +7 2020 2024 0.0206 -0.2422 0.2835 +7 2020 2025 0.0241 -0.2666 0.3148 +7 2021 2022 0.0071 -0.1323 0.1464 +7 2021 2023 0.0117 -0.1813 0.2046 +7 2021 2024 0.0128 -0.2217 0.2472 +7 2021 2025 0.0163 -0.2508 0.2834 +7 2022 2023 0.0047 -0.1348 0.1442 +7 2022 2024 0.0058 -0.1891 0.2007 +7 2022 2025 0.0094 -0.2257 0.2444 +7 2023 2024 0.0011 -0.1393 0.1414 +7 2023 2025 0.0047 -0.1903 0.1997 +7 2024 2025 0.0036 -0.1372 0.1444 +8 2007 2010 0.2025 0.1458 0.2592 +8 2007 2013 0.1047 0.0449 0.1645 +8 2007 2016 -0.0326 -0.0923 0.0271 +8 2007 2019 0.0227 -0.0374 0.0828 +8 2007 2022 0.077 0.0168 0.1371 +8 2007 2025 0.2983 0.23 0.3665 +8 2010 2013 -0.0978 -0.1567 -0.0389 +8 2010 2016 -0.2351 -0.2954 -0.1747 +8 2010 2019 -0.1798 -0.2406 -0.1189 +8 2010 2022 -0.1255 -0.1869 -0.0641 +8 2010 2025 0.0958 0.027 0.1646 +8 2013 2016 -0.1373 -0.1981 -0.0765 +8 2013 2019 -0.0819 -0.1441 -0.0198 +8 2013 2022 -0.0277 -0.0903 0.0349 +8 2013 2025 0.1936 0.1228 0.2644 +8 2016 2019 0.0553 -0.0045 0.1151 +8 2016 2022 0.1096 0.0488 0.1703 +8 2016 2025 0.3309 0.2597 0.402 +8 2019 2022 0.0542 -0.005 0.1134 +8 2019 2025 0.2755 0.2052 0.3459 +8 2022 2025 0.2213 0.1515 0.2911 +9 2007 2008 0.0343 -0.0671 0.1357 +9 2007 2009 0.0695 -0.0468 0.1858 +9 2007 2010 0.1721 0.0568 0.2875 +9 2007 2011 0.1646 0.043 0.2862 +9 2007 2012 0.0931 -0.0316 0.2178 +9 2007 2013 0.0797 -0.039 0.1984 +9 2007 2014 0.1343 0.0124 0.2563 +9 2007 2015 0.0866 -0.0362 0.2093 +9 2007 2016 0.0138 -0.1035 0.131 +9 2007 2017 0.039 -0.0809 0.159 +9 2007 2018 0.0096 -0.1126 0.1317 +9 2007 2019 -0.0431 -0.164 0.0779 +9 2007 2020 0.0362 -0.0862 0.1586 +9 2007 2021 0.0338 -0.0899 0.1576 +9 2007 2022 0.008 -0.1177 0.1337 +9 2007 2023 -0.0813 -0.2102 0.0475 +9 2007 2024 -0.0626 -0.184 0.0588 +9 2007 2025 0.0616 -0.0532 0.1765 +9 2008 2009 0.0352 -0.0635 0.1339 +9 2008 2010 0.1378 0.0302 0.2454 +9 2008 2011 0.1303 0.0197 0.2409 +9 2008 2012 0.0587 -0.0587 0.1762 +9 2008 2013 0.0454 -0.0681 0.1589 +9 2008 2014 0.1 -0.0107 0.2107 +9 2008 2015 0.0523 -0.0623 0.1668 +9 2008 2016 -0.0205 -0.1329 0.0918 +9 2008 2017 0.0047 -0.1046 0.1141 +9 2008 2018 -0.0248 -0.139 0.0895 +9 2008 2019 -0.0774 -0.1932 0.0385 +9 2008 2020 0.0019 -0.1096 0.1133 +9 2008 2021 -5e-04 -0.1153 0.1143 +9 2008 2022 -0.0263 -0.1456 0.0929 +9 2008 2023 -0.1156 -0.2369 0.0056 +9 2008 2024 -0.0969 -0.2113 0.0175 +9 2008 2025 0.0273 -0.0806 0.1353 +9 2009 2010 0.1026 0.0019 0.2033 +9 2009 2011 0.0951 -0.0188 0.209 +9 2009 2012 0.0235 -0.0933 0.1404 +9 2009 2013 0.0102 -0.1052 0.1256 +9 2009 2014 0.0648 -0.0518 0.1815 +9 2009 2015 0.0171 -0.098 0.1321 +9 2009 2016 -0.0558 -0.1699 0.0584 +9 2009 2017 -0.0305 -0.1455 0.0845 +9 2009 2018 -0.06 -0.1751 0.0551 +9 2009 2019 -0.1126 -0.2303 0.0052 +9 2009 2020 -0.0333 -0.1506 0.084 +9 2009 2021 -0.0357 -0.1518 0.0804 +9 2009 2022 -0.0616 -0.1838 0.0607 +9 2009 2023 -0.1509 -0.275 -0.0267 +9 2009 2024 -0.1321 -0.2465 -0.0178 +9 2009 2025 -0.0079 -0.1186 0.1029 +9 2010 2011 -0.0075 -0.1048 0.0898 +9 2010 2012 -0.0791 -0.1948 0.0367 +9 2010 2013 -0.0924 -0.205 0.0202 +9 2010 2014 -0.0378 -0.1485 0.0729 +9 2010 2015 -0.0856 -0.1995 0.0284 +9 2010 2016 -0.1584 -0.2708 -0.0459 +9 2010 2017 -0.1331 -0.2443 -0.022 +9 2010 2018 -0.1626 -0.2772 -0.048 +9 2010 2019 -0.2152 -0.3332 -0.0972 +9 2010 2020 -0.1359 -0.2486 -0.0233 +9 2010 2021 -0.1383 -0.2528 -0.0238 +9 2010 2022 -0.1642 -0.2818 -0.0466 +9 2010 2023 -0.2535 -0.3808 -0.1262 +9 2010 2024 -0.2347 -0.3534 -0.116 +9 2010 2025 -0.1105 -0.2154 -0.0056 +9 2011 2012 -0.0716 -0.1767 0.0336 +9 2011 2013 -0.0849 -0.1985 0.0287 +9 2011 2014 -0.0303 -0.1407 0.0801 +9 2011 2015 -0.078 -0.1946 0.0385 +9 2011 2016 -0.1508 -0.2678 -0.0339 +9 2011 2017 -0.1256 -0.2376 -0.0136 +9 2011 2018 -0.1551 -0.2727 -0.0375 +9 2011 2019 -0.2077 -0.3293 -0.086 +9 2011 2020 -0.1284 -0.2419 -0.0149 +9 2011 2021 -0.1308 -0.2483 -0.0133 +9 2011 2022 -0.1566 -0.2788 -0.0345 +9 2011 2023 -0.2459 -0.3741 -0.1178 +9 2011 2024 -0.2272 -0.3482 -0.1063 +9 2011 2025 -0.103 -0.213 0.0071 +9 2012 2013 -0.0133 -0.1156 0.0889 +9 2012 2014 0.0413 -0.0757 0.1583 +9 2012 2015 -0.0065 -0.1246 0.1117 +9 2012 2016 -0.0793 -0.1971 0.0385 +9 2012 2017 -0.054 -0.1733 0.0653 +9 2012 2018 -0.0835 -0.2032 0.0362 +9 2012 2019 -0.1361 -0.2578 -0.0144 +9 2012 2020 -0.0569 -0.1786 0.0649 +9 2012 2021 -0.0593 -0.1806 0.0621 +9 2012 2022 -0.0851 -0.2119 0.0418 +9 2012 2023 -0.1744 -0.3025 -0.0463 +9 2012 2024 -0.1557 -0.2751 -0.0363 +9 2012 2025 -0.0314 -0.1481 0.0852 +9 2013 2014 0.0546 -0.048 0.1573 +9 2013 2015 0.0069 -0.1066 0.1204 +9 2013 2016 -0.0659 -0.1765 0.0446 +9 2013 2017 -0.0407 -0.1555 0.0741 +9 2013 2018 -0.0702 -0.1874 0.0471 +9 2013 2019 -0.1228 -0.2395 -0.0061 +9 2013 2020 -0.0435 -0.1611 0.0741 +9 2013 2021 -0.0459 -0.1649 0.0731 +9 2013 2022 -0.0717 -0.1937 0.0502 +9 2013 2023 -0.161 -0.2849 -0.0372 +9 2013 2024 -0.1423 -0.2589 -0.0258 +9 2013 2025 -0.0181 -0.1293 0.0931 +9 2014 2015 -0.0478 -0.1479 0.0524 +9 2014 2016 -0.1206 -0.2327 -0.0085 +9 2014 2017 -0.0953 -0.2026 0.012 +9 2014 2018 -0.1248 -0.24 -0.0096 +9 2014 2019 -0.1774 -0.2976 -0.0572 +9 2014 2020 -0.0981 -0.2075 0.0113 +9 2014 2021 -0.1005 -0.2157 0.0147 +9 2014 2022 -0.1264 -0.2467 -0.006 +9 2014 2023 -0.2157 -0.3418 -0.0895 +9 2014 2024 -0.1969 -0.3164 -0.0775 +9 2014 2025 -0.0727 -0.1808 0.0355 +9 2015 2016 -0.0728 -0.1736 0.0279 +9 2015 2017 -0.0476 -0.1578 0.0627 +9 2015 2018 -0.077 -0.1906 0.0365 +9 2015 2019 -0.1296 -0.2487 -0.0106 +9 2015 2020 -0.0504 -0.166 0.0652 +9 2015 2021 -0.0528 -0.1685 0.063 +9 2015 2022 -0.0786 -0.2005 0.0433 +9 2015 2023 -0.1679 -0.2947 -0.0411 +9 2015 2024 -0.1492 -0.2664 -0.0319 +9 2015 2025 -0.0249 -0.1348 0.0849 +9 2016 2017 0.0253 -0.0743 0.1249 +9 2016 2018 -0.0042 -0.1154 0.107 +9 2016 2019 -0.0568 -0.1684 0.0548 +9 2016 2020 0.0224 -0.0929 0.1378 +9 2016 2021 0.02 -0.0968 0.1369 +9 2016 2022 -0.0058 -0.1252 0.1136 +9 2016 2023 -0.0951 -0.2164 0.0262 +9 2016 2024 -0.0764 -0.1903 0.0375 +9 2016 2025 0.0479 -0.061 0.1568 +9 2017 2018 -0.0295 -0.1286 0.0696 +9 2017 2019 -0.0821 -0.1952 0.031 +9 2017 2020 -0.0028 -0.1101 0.1045 +9 2017 2021 -0.0052 -0.1186 0.1082 +9 2017 2022 -0.0311 -0.1498 0.0877 +9 2017 2023 -0.1204 -0.2428 0.0021 +9 2017 2024 -0.1016 -0.2177 0.0144 +9 2017 2025 0.0226 -0.0846 0.1299 +9 2018 2019 -0.0526 -0.1548 0.0496 +9 2018 2020 0.0266 -0.0846 0.1379 +9 2018 2021 0.0243 -0.0884 0.1369 +9 2018 2022 -0.0016 -0.1223 0.1191 +9 2018 2023 -0.0909 -0.2158 0.034 +9 2018 2024 -0.0722 -0.1869 0.0426 +9 2018 2025 0.0521 -0.0583 0.1625 +9 2019 2020 0.0793 -0.0251 0.1837 +9 2019 2021 0.0769 -0.039 0.1928 +9 2019 2022 0.051 -0.0696 0.1717 +9 2019 2023 -0.0383 -0.1609 0.0843 +9 2019 2024 -0.0196 -0.1351 0.096 +9 2019 2025 0.1047 -0.0084 0.2178 +9 2020 2021 -0.0024 -0.1023 0.0975 +9 2020 2022 -0.0282 -0.1436 0.0872 +9 2020 2023 -0.1175 -0.2403 0.0052 +9 2020 2024 -0.0988 -0.2164 0.0188 +9 2020 2025 0.0254 -0.0836 0.1345 +9 2021 2022 -0.0258 -0.1286 0.0769 +9 2021 2023 -0.1151 -0.2358 0.0055 +9 2021 2024 -0.0964 -0.2101 0.0173 +9 2021 2025 0.0278 -0.0819 0.1376 +9 2022 2023 -0.0893 -0.1994 0.0208 +9 2022 2024 -0.0706 -0.1877 0.0465 +9 2022 2025 0.0537 -0.0579 0.1652 +9 2023 2024 0.0187 -0.0847 0.1221 +9 2023 2025 0.143 0.0243 0.2616 +9 2024 2025 0.1243 0.0234 0.2251 +10 2007 2010 -0.0299 -0.111 0.0512 +10 2007 2013 -0.2096 -0.3008 -0.1184 +10 2007 2016 -0.1083 -0.1931 -0.0235 +10 2007 2019 -0.1479 -0.2348 -0.0611 +10 2007 2022 -0.1254 -0.2121 -0.0387 +10 2007 2025 -0.1406 -0.2483 -0.0329 +10 2010 2013 -0.1797 -0.2711 -0.0883 +10 2010 2016 -0.0784 -0.1647 0.0079 +10 2010 2019 -0.118 -0.2075 -0.0286 +10 2010 2022 -0.0955 -0.1848 -0.0061 +10 2010 2025 -0.1107 -0.2207 -6e-04 +10 2013 2016 0.1013 0.0129 0.1897 +10 2013 2019 0.0617 -0.0296 0.153 +10 2013 2022 0.0842 -0.0098 0.1782 +10 2013 2025 0.069 -0.0442 0.1822 +10 2016 2019 -0.0396 -0.1213 0.0421 +10 2016 2022 -0.0171 -0.1028 0.0687 +10 2016 2025 -0.0323 -0.1404 0.0759 +10 2019 2022 0.0226 -0.0603 0.1054 +10 2019 2025 0.0074 -0.1009 0.1156 +10 2022 2025 -0.0152 -0.1181 0.0877 +11 2007 2008 0.1031 -0.0183 0.2245 +11 2007 2009 0.152 0.0115 0.2924 +11 2007 2010 0.179 0.0382 0.3198 +11 2007 2011 0.2142 0.072 0.3564 +11 2007 2012 0.3281 0.1775 0.4788 +11 2007 2013 0.3239 0.1774 0.4703 +11 2007 2014 0.278 0.1328 0.4232 +11 2007 2015 0.3003 0.1516 0.4491 +11 2007 2016 0.2333 0.0906 0.376 +11 2007 2017 0.227 0.0825 0.3714 +11 2007 2018 0.3042 0.1607 0.4477 +11 2007 2019 0.4234 0.2799 0.5669 +11 2007 2020 0.4453 0.2981 0.5926 +11 2007 2021 0.3985 0.2568 0.5402 +11 2007 2022 0.4685 0.324 0.613 +11 2007 2023 0.5375 0.3936 0.6814 +11 2007 2024 0.5465 0.4092 0.6838 +11 2007 2025 0.6282 0.4923 0.764 +11 2008 2009 0.0488 -0.0647 0.1624 +11 2008 2010 0.0759 -0.0509 0.2027 +11 2008 2011 0.1111 -0.0136 0.2357 +11 2008 2012 0.225 0.0908 0.3592 +11 2008 2013 0.2208 0.0869 0.3547 +11 2008 2014 0.1749 0.0459 0.3038 +11 2008 2015 0.1972 0.0638 0.3307 +11 2008 2016 0.1302 -0.0019 0.2622 +11 2008 2017 0.1238 -0.006 0.2537 +11 2008 2018 0.2011 0.0711 0.331 +11 2008 2019 0.3203 0.1898 0.4508 +11 2008 2020 0.3422 0.2126 0.4719 +11 2008 2021 0.2954 0.1678 0.4231 +11 2008 2022 0.3654 0.2328 0.4979 +11 2008 2023 0.4344 0.3085 0.5603 +11 2008 2024 0.4434 0.3206 0.5662 +11 2008 2025 0.525 0.4023 0.6478 +11 2009 2010 0.027 -0.0877 0.1418 +11 2009 2011 0.0622 -0.0644 0.1888 +11 2009 2012 0.1762 0.0442 0.3081 +11 2009 2013 0.1719 0.0367 0.3071 +11 2009 2014 0.126 -0.0075 0.2595 +11 2009 2015 0.1484 0.0158 0.2809 +11 2009 2016 0.0813 -0.0525 0.2152 +11 2009 2017 0.075 -0.0592 0.2092 +11 2009 2018 0.1522 0.0233 0.2811 +11 2009 2019 0.2714 0.139 0.4038 +11 2009 2020 0.2934 0.1595 0.4272 +11 2009 2021 0.2466 0.1195 0.3737 +11 2009 2022 0.3165 0.1821 0.451 +11 2009 2023 0.3855 0.255 0.5161 +11 2009 2024 0.3945 0.2728 0.5163 +11 2009 2025 0.4762 0.3514 0.601 +11 2010 2011 0.0352 -0.0788 0.1491 +11 2010 2012 0.1491 0.0166 0.2817 +11 2010 2013 0.1449 0.0118 0.2779 +11 2010 2014 0.099 -0.0351 0.2331 +11 2010 2015 0.1213 -0.0146 0.2573 +11 2010 2016 0.0543 -0.0782 0.1868 +11 2010 2017 0.048 -0.087 0.1829 +11 2010 2018 0.1252 -0.0072 0.2575 +11 2010 2019 0.2444 0.1125 0.3763 +11 2010 2020 0.2664 0.131 0.4017 +11 2010 2021 0.2195 0.0889 0.3502 +11 2010 2022 0.2895 0.1558 0.4232 +11 2010 2023 0.3585 0.2263 0.4907 +11 2010 2024 0.3675 0.2418 0.4932 +11 2010 2025 0.4492 0.325 0.5733 +11 2011 2012 0.114 -0.003 0.231 +11 2011 2013 0.1097 -0.0198 0.2392 +11 2011 2014 0.0638 -0.0642 0.1918 +11 2011 2015 0.0862 -0.0474 0.2197 +11 2011 2016 0.0191 -0.1128 0.1511 +11 2011 2017 0.0128 -0.1173 0.1429 +11 2011 2018 0.09 -0.0404 0.2204 +11 2011 2019 0.2092 0.0774 0.3411 +11 2011 2020 0.2312 0.1001 0.3622 +11 2011 2021 0.1844 0.056 0.3127 +11 2011 2022 0.2543 0.1208 0.3879 +11 2011 2023 0.3233 0.1956 0.4511 +11 2011 2024 0.3323 0.2089 0.4557 +11 2011 2025 0.414 0.2902 0.5378 +11 2012 2013 -0.0043 -0.1212 0.1127 +11 2012 2014 -0.0502 -0.1819 0.0816 +11 2012 2015 -0.0278 -0.1605 0.1048 +11 2012 2016 -0.0948 -0.2321 0.0424 +11 2012 2017 -0.1012 -0.2402 0.0378 +11 2012 2018 -0.024 -0.1574 0.1094 +11 2012 2019 0.0953 -0.0392 0.2297 +11 2012 2020 0.1172 -0.0193 0.2537 +11 2012 2021 0.0704 -0.0623 0.2031 +11 2012 2022 0.1404 0.0022 0.2785 +11 2012 2023 0.2094 0.0752 0.3435 +11 2012 2024 0.2184 0.0911 0.3456 +11 2012 2025 0.3 0.1723 0.4277 +11 2013 2014 -0.0459 -0.1625 0.0707 +11 2013 2015 -0.0236 -0.1548 0.1076 +11 2013 2016 -0.0906 -0.2232 0.0421 +11 2013 2017 -0.0969 -0.234 0.0401 +11 2013 2018 -0.0197 -0.1542 0.1148 +11 2013 2019 0.0995 -0.0328 0.2319 +11 2013 2020 0.1215 -0.0144 0.2573 +11 2013 2021 0.0747 -0.0588 0.2081 +11 2013 2022 0.1446 0.0095 0.2798 +11 2013 2023 0.2136 0.0804 0.3469 +11 2013 2024 0.2226 0.0944 0.3509 +11 2013 2025 0.3043 0.1793 0.4293 +11 2014 2015 0.0223 -0.0935 0.1382 +11 2014 2016 -0.0447 -0.1728 0.0835 +11 2014 2017 -0.051 -0.1801 0.078 +11 2014 2018 0.0262 -0.1048 0.1571 +11 2014 2019 0.1454 0.0126 0.2782 +11 2014 2020 0.1674 0.0367 0.298 +11 2014 2021 0.1205 -0.0087 0.2498 +11 2014 2022 0.1905 0.056 0.325 +11 2014 2023 0.2595 0.1317 0.3873 +11 2014 2024 0.2685 0.1435 0.3935 +11 2014 2025 0.3502 0.2239 0.4764 +11 2015 2016 -0.067 -0.183 0.0489 +11 2015 2017 -0.0734 -0.2041 0.0574 +11 2015 2018 0.0039 -0.1252 0.1329 +11 2015 2019 0.1231 -0.0092 0.2554 +11 2015 2020 0.145 0.0109 0.2792 +11 2015 2021 0.0982 -0.031 0.2274 +11 2015 2022 0.1682 0.0326 0.3037 +11 2015 2023 0.2372 0.1056 0.3688 +11 2015 2024 0.2462 0.1223 0.3701 +11 2015 2025 0.3278 0.2024 0.4533 +11 2016 2017 -0.0064 -0.1207 0.108 +11 2016 2018 0.0709 -0.0552 0.1969 +11 2016 2019 0.1901 0.0615 0.3187 +11 2016 2020 0.212 0.0789 0.3451 +11 2016 2021 0.1652 0.037 0.2935 +11 2016 2022 0.2352 0.1042 0.3662 +11 2016 2023 0.3042 0.1742 0.4342 +11 2016 2024 0.3132 0.1896 0.4367 +11 2016 2025 0.3949 0.2725 0.5172 +11 2017 2018 0.0772 -0.036 0.1904 +11 2017 2019 0.1965 0.0678 0.3252 +11 2017 2020 0.2184 0.0899 0.3469 +11 2017 2021 0.1716 0.045 0.2981 +11 2017 2022 0.2415 0.1084 0.3747 +11 2017 2023 0.3106 0.1845 0.4366 +11 2017 2024 0.3195 0.1961 0.443 +11 2017 2025 0.4012 0.2744 0.5281 +11 2018 2019 0.1192 0.0062 0.2323 +11 2018 2020 0.1412 0.0149 0.2674 +11 2018 2021 0.0944 -0.0259 0.2146 +11 2018 2022 0.1643 0.034 0.2946 +11 2018 2023 0.2333 0.1062 0.3605 +11 2018 2024 0.2423 0.1257 0.359 +11 2018 2025 0.324 0.2016 0.4464 +11 2019 2020 0.0219 -0.0914 0.1353 +11 2019 2021 -0.0249 -0.1487 0.0989 +11 2019 2022 0.0451 -0.0819 0.172 +11 2019 2023 0.1141 -0.0131 0.2413 +11 2019 2024 0.1231 7e-04 0.2455 +11 2019 2025 0.2048 0.0859 0.3236 +11 2020 2021 -0.0468 -0.1597 0.0661 +11 2020 2022 0.0231 -0.1054 0.1517 +11 2020 2023 0.0922 -0.0309 0.2152 +11 2020 2024 0.1012 -0.0225 0.2248 +11 2020 2025 0.1828 0.0575 0.3082 +11 2021 2022 0.07 -0.0419 0.1819 +11 2021 2023 0.139 0.0195 0.2585 +11 2021 2024 0.148 0.0352 0.2608 +11 2021 2025 0.2296 0.1088 0.3505 +11 2022 2023 0.069 -0.0435 0.1815 +11 2022 2024 0.078 -0.0425 0.1985 +11 2022 2025 0.1597 0.0387 0.2806 +11 2023 2024 0.009 -0.099 0.117 +11 2023 2025 0.0907 -0.0293 0.2106 +11 2024 2025 0.0817 -0.0219 0.1853 +12 2007 2008 -0.0235 -0.2745 0.2276 +12 2007 2009 -0.0469 -0.3488 0.2549 +12 2007 2010 -0.052 -0.3424 0.2383 +12 2007 2011 -0.153 -0.4914 0.1854 +12 2007 2012 -0.1725 -0.5425 0.1975 +12 2007 2013 -0.061 -0.3947 0.2726 +12 2007 2014 -0.0904 -0.4427 0.262 +12 2007 2015 -0.0798 -0.4196 0.26 +12 2007 2016 -0.0834 -0.4153 0.2485 +12 2007 2017 0.055 -0.2968 0.4067 +12 2007 2018 0.078 -0.2751 0.4311 +12 2007 2019 0.0294 -0.2943 0.353 +12 2007 2020 0.0087 -0.3253 0.3427 +12 2007 2021 -0.145 -0.5116 0.2215 +12 2007 2022 -0.2144 -0.5894 0.1606 +12 2007 2023 -0.1534 -0.5127 0.206 +12 2007 2024 -0.0974 -0.4492 0.2544 +12 2007 2025 -0.0849 -0.4092 0.2394 +12 2008 2009 -0.0235 -0.2755 0.2285 +12 2008 2010 -0.0286 -0.3104 0.2532 +12 2008 2011 -0.1296 -0.457 0.1978 +12 2008 2012 -0.149 -0.5144 0.2164 +12 2008 2013 -0.0376 -0.3743 0.2992 +12 2008 2014 -0.0669 -0.4188 0.285 +12 2008 2015 -0.0564 -0.3936 0.2809 +12 2008 2016 -0.06 -0.3951 0.2751 +12 2008 2017 0.0784 -0.2771 0.4339 +12 2008 2018 0.1015 -0.2552 0.4581 +12 2008 2019 0.0528 -0.2779 0.3836 +12 2008 2020 0.0321 -0.3042 0.3685 +12 2008 2021 -0.1216 -0.4884 0.2452 +12 2008 2022 -0.191 -0.5651 0.1832 +12 2008 2023 -0.1299 -0.4899 0.23 +12 2008 2024 -0.074 -0.43 0.282 +12 2008 2025 -0.0614 -0.3924 0.2696 +12 2009 2010 -0.0051 -0.2523 0.2421 +12 2009 2011 -0.1061 -0.423 0.2108 +12 2009 2012 -0.1255 -0.4831 0.232 +12 2009 2013 -0.0141 -0.348 0.3198 +12 2009 2014 -0.0434 -0.3931 0.3062 +12 2009 2015 -0.0329 -0.3673 0.3015 +12 2009 2016 -0.0365 -0.3708 0.2979 +12 2009 2017 0.1019 -0.2556 0.4594 +12 2009 2018 0.125 -0.2338 0.4837 +12 2009 2019 0.0763 -0.258 0.4106 +12 2009 2020 0.0556 -0.2859 0.3972 +12 2009 2021 -0.0981 -0.4661 0.2698 +12 2009 2022 -0.1675 -0.541 0.206 +12 2009 2023 -0.1064 -0.4686 0.2557 +12 2009 2024 -0.0505 -0.4081 0.307 +12 2009 2025 -0.038 -0.3695 0.2936 +12 2010 2011 -0.101 -0.3513 0.1493 +12 2010 2012 -0.1204 -0.4352 0.1943 +12 2010 2013 -0.009 -0.296 0.278 +12 2010 2014 -0.0383 -0.3515 0.2748 +12 2010 2015 -0.0278 -0.3279 0.2723 +12 2010 2016 -0.0314 -0.3278 0.265 +12 2010 2017 0.107 -0.2121 0.4261 +12 2010 2018 0.1301 -0.1933 0.4534 +12 2010 2019 0.0814 -0.2133 0.3761 +12 2010 2020 0.0607 -0.2416 0.363 +12 2010 2021 -0.093 -0.4303 0.2443 +12 2010 2022 -0.1624 -0.5054 0.1806 +12 2010 2023 -0.1013 -0.4288 0.2261 +12 2010 2024 -0.0454 -0.3649 0.2741 +12 2010 2025 -0.0329 -0.3196 0.2539 +12 2011 2012 -0.0194 -0.2788 0.2401 +12 2011 2013 0.092 -0.2101 0.3941 +12 2011 2014 0.0626 -0.2689 0.3941 +12 2011 2015 0.0732 -0.2549 0.4012 +12 2011 2016 0.0696 -0.2514 0.3906 +12 2011 2017 0.208 -0.1529 0.5688 +12 2011 2018 0.2311 -0.1389 0.601 +12 2011 2019 0.1824 -0.1549 0.5197 +12 2011 2020 0.1617 -0.1834 0.5067 +12 2011 2021 0.0079 -0.3451 0.361 +12 2011 2022 -0.0615 -0.4128 0.2898 +12 2011 2023 -4e-04 -0.3502 0.3494 +12 2011 2024 0.0555 -0.2986 0.4097 +12 2011 2025 0.0681 -0.2637 0.3998 +12 2012 2013 0.1113 -0.1656 0.3883 +12 2012 2014 0.082 -0.2516 0.4156 +12 2012 2015 0.0926 -0.2534 0.4386 +12 2012 2016 0.089 -0.2535 0.4316 +12 2012 2017 0.2275 -0.1621 0.6171 +12 2012 2018 0.2506 -0.1464 0.6475 +12 2012 2019 0.2019 -0.1621 0.5658 +12 2012 2020 0.1812 -0.1928 0.5551 +12 2012 2021 0.0274 -0.3486 0.4033 +12 2012 2022 -0.042 -0.4162 0.3322 +12 2012 2023 0.019 -0.3593 0.3974 +12 2012 2024 0.075 -0.3083 0.4582 +12 2012 2025 0.0876 -0.2743 0.4494 +12 2013 2014 -0.0293 -0.2815 0.2229 +12 2013 2015 -0.0188 -0.3089 0.2713 +12 2013 2016 -0.0224 -0.3238 0.279 +12 2013 2017 0.116 -0.2109 0.443 +12 2013 2018 0.1391 -0.1933 0.4714 +12 2013 2019 0.0904 -0.2192 0.4 +12 2013 2020 0.0697 -0.2501 0.3895 +12 2013 2021 -0.0841 -0.4417 0.2736 +12 2013 2022 -0.1534 -0.5195 0.2126 +12 2013 2023 -0.0924 -0.442 0.2573 +12 2013 2024 -0.0364 -0.3769 0.304 +12 2013 2025 -0.0239 -0.3385 0.2908 +12 2014 2015 0.0105 -0.2387 0.2598 +12 2014 2016 0.007 -0.2882 0.3021 +12 2014 2017 0.1454 -0.1889 0.4797 +12 2014 2018 0.1685 -0.1732 0.5101 +12 2014 2019 0.1198 -0.2019 0.4414 +12 2014 2020 0.0991 -0.2297 0.4278 +12 2014 2021 -0.0547 -0.4124 0.303 +12 2014 2022 -0.1241 -0.4875 0.2393 +12 2014 2023 -0.063 -0.4166 0.2906 +12 2014 2024 -0.0071 -0.3569 0.3427 +12 2014 2025 0.0055 -0.318 0.3289 +12 2015 2016 -0.0036 -0.2451 0.238 +12 2015 2017 0.1349 -0.1691 0.4389 +12 2015 2018 0.1579 -0.1596 0.4755 +12 2015 2019 0.1092 -0.1937 0.4122 +12 2015 2020 0.0885 -0.22 0.3971 +12 2015 2021 -0.0652 -0.4072 0.2767 +12 2015 2022 -0.1346 -0.4842 0.2149 +12 2015 2023 -0.0736 -0.4136 0.2665 +12 2015 2024 -0.0176 -0.3541 0.3189 +12 2015 2025 -0.0051 -0.315 0.3049 +12 2016 2017 0.1385 -0.1204 0.3975 +12 2016 2018 0.1616 -0.139 0.4622 +12 2016 2019 0.1129 -0.1734 0.3991 +12 2016 2020 0.0921 -0.2056 0.3899 +12 2016 2021 -0.0617 -0.3889 0.2656 +12 2016 2022 -0.131 -0.4624 0.2004 +12 2016 2023 -0.07 -0.3977 0.2577 +12 2016 2024 -0.014 -0.342 0.314 +12 2016 2025 -0.0015 -0.3014 0.2985 +12 2017 2018 0.0231 -0.2222 0.2683 +12 2017 2019 -0.0256 -0.3067 0.2556 +12 2017 2020 -0.0463 -0.3367 0.2441 +12 2017 2021 -0.2001 -0.553 0.1527 +12 2017 2022 -0.2695 -0.6406 0.1016 +12 2017 2023 -0.2084 -0.5532 0.1365 +12 2017 2024 -0.1524 -0.4864 0.1815 +12 2017 2025 -0.1398 -0.4557 0.176 +12 2018 2019 -0.0486 -0.2913 0.194 +12 2018 2020 -0.0694 -0.351 0.2123 +12 2018 2021 -0.2232 -0.5682 0.1218 +12 2018 2022 -0.2926 -0.6604 0.0752 +12 2018 2023 -0.2314 -0.5754 0.1125 +12 2018 2024 -0.1755 -0.5061 0.1552 +12 2018 2025 -0.1629 -0.4765 0.1507 +12 2019 2020 -0.0207 -0.2487 0.2072 +12 2019 2021 -0.1746 -0.4723 0.1232 +12 2019 2022 -0.2439 -0.56 0.0722 +12 2019 2023 -0.1828 -0.4895 0.124 +12 2019 2024 -0.1268 -0.4316 0.1779 +12 2019 2025 -0.1143 -0.3909 0.1624 +12 2020 2021 -0.1539 -0.4127 0.1048 +12 2020 2022 -0.2233 -0.5295 0.083 +12 2020 2023 -0.1621 -0.4572 0.133 +12 2020 2024 -0.1061 -0.4091 0.1968 +12 2020 2025 -0.0936 -0.3769 0.1898 +12 2021 2022 -0.0694 -0.319 0.1802 +12 2021 2023 -0.0083 -0.3075 0.2908 +12 2021 2024 0.0476 -0.277 0.3723 +12 2021 2025 0.0602 -0.255 0.3754 +12 2022 2023 0.061 -0.1928 0.3148 +12 2022 2024 0.1171 -0.1947 0.4288 +12 2022 2025 0.1296 -0.1789 0.4381 +12 2023 2024 0.0559 -0.1953 0.3072 +12 2023 2025 0.0685 -0.2155 0.3525 +12 2024 2025 0.0126 -0.2289 0.2541 +13 2007 2010 0.1433 0.0515 0.235 +13 2007 2013 0.2065 0.1098 0.3031 +13 2007 2016 0.1485 0.0535 0.2434 +13 2007 2019 0.329 0.2354 0.4227 +13 2007 2022 0.4344 0.3429 0.526 +13 2007 2025 0.6171 0.5086 0.7255 +13 2010 2013 0.0632 -0.0294 0.1558 +13 2010 2016 0.0052 -0.0901 0.1005 +13 2010 2019 0.1858 0.0919 0.2796 +13 2010 2022 0.2912 0.199 0.3834 +13 2010 2025 0.4738 0.3661 0.5815 +13 2013 2016 -0.058 -0.15 0.0341 +13 2013 2019 0.1226 0.0293 0.2158 +13 2013 2022 0.228 0.1361 0.3199 +13 2013 2025 0.4106 0.3023 0.5189 +13 2016 2019 0.1805 0.0936 0.2675 +13 2016 2022 0.286 0.1985 0.3734 +13 2016 2025 0.4686 0.361 0.5761 +13 2019 2022 0.1054 0.0233 0.1875 +13 2019 2025 0.288 0.1833 0.3927 +13 2022 2025 0.1826 0.0828 0.2824 +14 2007 2010 0.1386 0.0187 0.2586 +14 2007 2013 0.2859 0.1427 0.4291 +14 2007 2016 0.398 0.2522 0.5438 +14 2007 2019 0.3893 0.2467 0.532 +14 2007 2022 0.3917 0.2482 0.5352 +14 2007 2025 0.391 0.2262 0.5558 +14 2010 2013 0.1473 0.0257 0.2689 +14 2010 2016 0.2594 0.1253 0.3934 +14 2010 2019 0.2507 0.1149 0.3865 +14 2010 2022 0.253 0.1156 0.3905 +14 2010 2025 0.2524 0.0909 0.4138 +14 2013 2016 0.1121 -0.0032 0.2273 +14 2013 2019 0.1034 -0.0269 0.2337 +14 2013 2022 0.1057 -0.0285 0.24 +14 2013 2025 0.1051 -0.0579 0.268 +14 2016 2019 -0.0087 -0.1179 0.1005 +14 2016 2022 -0.0063 -0.1274 0.1148 +14 2016 2025 -0.007 -0.1621 0.1481 +14 2019 2022 0.0023 -0.105 0.1097 +14 2019 2025 0.0017 -0.1454 0.1488 +14 2022 2025 -7e-04 -0.1302 0.1288 +15 2007 2010 0.0249 -0.1639 0.2138 +15 2007 2013 0.1408 -0.0603 0.3418 +15 2007 2016 0.3334 0.139 0.5278 +15 2007 2019 0.3591 0.1615 0.5567 +15 2007 2022 0.4682 0.2698 0.6666 +15 2007 2025 0.6015 0.3669 0.836 +15 2010 2013 0.1158 -0.0684 0.3 +15 2010 2016 0.3085 0.1206 0.4963 +15 2010 2019 0.3341 0.143 0.5253 +15 2010 2022 0.4433 0.2496 0.637 +15 2010 2025 0.5765 0.344 0.809 +15 2013 2016 0.1926 0.0215 0.3638 +15 2013 2019 0.2183 0.0336 0.4031 +15 2013 2022 0.3275 0.1413 0.5136 +15 2013 2025 0.4607 0.2339 0.6874 +15 2016 2019 0.0257 -0.1351 0.1865 +15 2016 2022 0.1348 -0.0344 0.304 +15 2016 2025 0.2681 0.0576 0.4785 +15 2019 2022 0.1091 -0.0536 0.2719 +15 2019 2025 0.2424 0.0272 0.4575 +15 2022 2025 0.1332 -0.0643 0.3308 +16 2007 2010 0.0098 -0.2007 0.2204 +16 2007 2013 0.0157 -0.2089 0.2404 +16 2007 2016 0.0766 -0.1475 0.3007 +16 2007 2019 0.1918 -0.0299 0.4136 +16 2007 2022 0.0876 -0.1436 0.3187 +16 2007 2025 0.1814 -0.1043 0.4671 +16 2010 2013 0.0059 -0.1998 0.2116 +16 2010 2016 0.0668 -0.1523 0.2859 +16 2010 2019 0.182 -0.0358 0.3998 +16 2010 2022 0.0777 -0.1501 0.3056 +16 2010 2025 0.1716 -0.1136 0.4567 +16 2013 2016 0.0609 -0.1386 0.2604 +16 2013 2019 0.1761 -0.0352 0.3874 +16 2013 2022 0.0718 -0.1477 0.2913 +16 2013 2025 0.1657 -0.1123 0.4436 +16 2016 2019 0.1152 -0.0763 0.3067 +16 2016 2022 0.0109 -0.2003 0.2221 +16 2016 2025 0.1048 -0.17 0.3795 +16 2019 2022 -0.1043 -0.3025 0.0939 +16 2019 2025 -0.0105 -0.2799 0.259 +16 2022 2025 0.0939 -0.1617 0.3494 +17 2007 2008 -0.2661 -0.7142 0.182 +17 2007 2009 -0.2548 -0.7314 0.2217 +17 2007 2010 -0.6234 -1.0784 -0.1685 +17 2007 2011 -0.0415 -0.5647 0.4817 +17 2007 2012 -0.501 -1.033 0.0309 +17 2007 2013 -0.6631 -1.1378 -0.1884 +17 2007 2014 -0.4969 -0.9953 0.0016 +17 2007 2015 -0.793 -1.302 -0.284 +17 2007 2016 -0.5898 -1.0321 -0.1476 +17 2007 2017 -0.5935 -1.0752 -0.1119 +17 2007 2018 -0.7794 -1.2636 -0.2952 +17 2007 2019 -1.1549 -1.6481 -0.6618 +17 2007 2020 -1.0917 -1.5698 -0.6136 +17 2007 2021 -0.9361 -1.4218 -0.4505 +17 2007 2022 -1.4606 -1.99 -0.9311 +17 2007 2023 -1.1305 -1.6395 -0.6215 +17 2007 2024 -0.8838 -1.3751 -0.3925 +17 2007 2025 -0.8989 -1.3561 -0.4416 +17 2008 2009 0.0113 -0.4367 0.4593 +17 2008 2010 -0.3574 -0.8283 0.1135 +17 2008 2011 0.2246 -0.3191 0.7683 +17 2008 2012 -0.235 -0.7738 0.3039 +17 2008 2013 -0.3971 -0.8822 0.088 +17 2008 2014 -0.2308 -0.7382 0.2767 +17 2008 2015 -0.5269 -1.0334 -0.0204 +17 2008 2016 -0.3238 -0.7829 0.1354 +17 2008 2017 -0.3275 -0.8049 0.15 +17 2008 2018 -0.5133 -1.0106 -0.0161 +17 2008 2019 -0.8889 -1.3921 -0.3857 +17 2008 2020 -0.8256 -1.3137 -0.3376 +17 2008 2021 -0.67 -1.176 -0.1641 +17 2008 2022 -1.1945 -1.7313 -0.6578 +17 2008 2023 -0.8645 -1.3805 -0.3484 +17 2008 2024 -0.6177 -1.1275 -0.1079 +17 2008 2025 -0.6328 -1.1197 -0.1459 +17 2009 2010 -0.3687 -0.8012 0.0638 +17 2009 2011 0.2134 -0.2961 0.7229 +17 2009 2012 -0.2462 -0.762 0.2695 +17 2009 2013 -0.4083 -0.8778 0.0611 +17 2009 2014 -0.242 -0.73 0.246 +17 2009 2015 -0.5382 -1.0278 -0.0486 +17 2009 2016 -0.335 -0.7636 0.0935 +17 2009 2017 -0.3387 -0.8093 0.1319 +17 2009 2018 -0.5246 -0.9896 -0.0596 +17 2009 2019 -0.9001 -1.3967 -0.4036 +17 2009 2020 -0.8369 -1.311 -0.3628 +17 2009 2021 -0.6813 -1.1483 -0.2143 +17 2009 2022 -1.2058 -1.7385 -0.673 +17 2009 2023 -0.8757 -1.3764 -0.3751 +17 2009 2024 -0.6289 -1.1017 -0.1562 +17 2009 2025 -0.644 -1.1182 -0.1699 +17 2010 2011 0.5821 0.0915 1.0726 +17 2010 2012 0.1225 -0.3614 0.6063 +17 2010 2013 -0.0397 -0.4464 0.3671 +17 2010 2014 0.1266 -0.3525 0.6057 +17 2010 2015 -0.1695 -0.6367 0.2977 +17 2010 2016 0.0336 -0.3812 0.4484 +17 2010 2017 0.03 -0.4387 0.4986 +17 2010 2018 -0.1559 -0.6234 0.3115 +17 2010 2019 -0.5315 -0.9829 -0.0801 +17 2010 2020 -0.4682 -0.9157 -0.0207 +17 2010 2021 -0.3126 -0.7912 0.1659 +17 2010 2022 -0.8371 -1.3185 -0.3558 +17 2010 2023 -0.5071 -0.9974 -0.0167 +17 2010 2024 -0.2603 -0.7441 0.2235 +17 2010 2025 -0.2754 -0.7172 0.1663 +17 2011 2012 -0.4597 -0.9549 0.0356 +17 2011 2013 -0.6217 -1.1357 -0.1077 +17 2011 2014 -0.4554 -0.9427 0.032 +17 2011 2015 -0.7515 -1.2973 -0.2057 +17 2011 2016 -0.5484 -1.0355 -0.0613 +17 2011 2017 -0.552 -1.0327 -0.0714 +17 2011 2018 -0.7379 -1.2427 -0.2331 +17 2011 2019 -1.1135 -1.6595 -0.5675 +17 2011 2020 -1.0502 -1.542 -0.5584 +17 2011 2021 -0.8946 -1.3939 -0.3953 +17 2011 2022 -1.4191 -2.0163 -0.822 +17 2011 2023 -1.089 -1.6202 -0.5578 +17 2011 2024 -0.8423 -1.3558 -0.3287 +17 2011 2025 -0.8574 -1.3714 -0.3433 +17 2012 2013 -0.1621 -0.6042 0.28 +17 2012 2014 0.0042 -0.5035 0.5119 +17 2012 2015 -0.292 -0.7827 0.1988 +17 2012 2016 -0.0888 -0.5633 0.3856 +17 2012 2017 -0.0925 -0.6 0.4151 +17 2012 2018 -0.2784 -0.7738 0.2171 +17 2012 2019 -0.6539 -1.1683 -0.1396 +17 2012 2020 -0.5907 -1.093 -0.0883 +17 2012 2021 -0.4351 -0.9457 0.0756 +17 2012 2022 -0.9596 -1.5084 -0.4108 +17 2012 2023 -0.6295 -1.167 -0.092 +17 2012 2024 -0.3827 -0.9077 0.1423 +17 2012 2025 -0.3978 -0.908 0.1123 +17 2013 2014 0.1664 -0.2674 0.6001 +17 2013 2015 -0.1298 -0.5817 0.322 +17 2013 2016 0.0733 -0.3237 0.4703 +17 2013 2017 0.0696 -0.3896 0.5289 +17 2013 2018 -0.1163 -0.5783 0.3458 +17 2013 2019 -0.4918 -0.9366 -0.047 +17 2013 2020 -0.4286 -0.8765 0.0194 +17 2013 2021 -0.273 -0.7478 0.2019 +17 2013 2022 -0.7975 -1.2776 -0.3173 +17 2013 2023 -0.4674 -0.9539 0.0191 +17 2013 2024 -0.2206 -0.7034 0.2622 +17 2013 2025 -0.2357 -0.6879 0.2164 +17 2014 2015 -0.2962 -0.7448 0.1524 +17 2014 2016 -0.093 -0.5273 0.3413 +17 2014 2017 -0.0967 -0.5239 0.3305 +17 2014 2018 -0.2826 -0.7513 0.1861 +17 2014 2019 -0.6581 -1.1546 -0.1616 +17 2014 2020 -0.5949 -1.0457 -0.144 +17 2014 2021 -0.4393 -0.9135 0.035 +17 2014 2022 -0.9638 -1.5016 -0.4259 +17 2014 2023 -0.6337 -1.1148 -0.1525 +17 2014 2024 -0.3869 -0.8713 0.0974 +17 2014 2025 -0.402 -0.8833 0.0793 +17 2015 2016 0.2032 -0.209 0.6154 +17 2015 2017 0.1995 -0.2773 0.6763 +17 2015 2018 0.0136 -0.453 0.4802 +17 2015 2019 -0.362 -0.848 0.1241 +17 2015 2020 -0.2987 -0.778 0.1806 +17 2015 2021 -0.1431 -0.633 0.3467 +17 2015 2022 -0.6676 -1.1844 -0.1508 +17 2015 2023 -0.3375 -0.8486 0.1735 +17 2015 2024 -0.0908 -0.5939 0.4124 +17 2015 2025 -0.1059 -0.5931 0.3813 +17 2016 2017 -0.0037 -0.402 0.3947 +17 2016 2018 -0.1895 -0.6151 0.236 +17 2016 2019 -0.5651 -0.9976 -0.1326 +17 2016 2020 -0.5019 -0.928 -0.0758 +17 2016 2021 -0.3463 -0.7828 0.0902 +17 2016 2022 -0.8707 -1.3482 -0.3933 +17 2016 2023 -0.5407 -0.9992 -0.0822 +17 2016 2024 -0.2939 -0.7401 0.1523 +17 2016 2025 -0.309 -0.7391 0.121 +17 2017 2018 -0.1859 -0.6021 0.2303 +17 2017 2019 -0.5615 -1.0364 -0.0865 +17 2017 2020 -0.4982 -0.9327 -0.0637 +17 2017 2021 -0.3426 -0.8001 0.115 +17 2017 2022 -0.8671 -1.3926 -0.3416 +17 2017 2023 -0.537 -1.0088 -0.0652 +17 2017 2024 -0.2902 -0.7562 0.1758 +17 2017 2025 -0.3053 -0.7723 0.1616 +17 2018 2019 -0.3756 -0.8107 0.0595 +17 2018 2020 -0.3123 -0.7585 0.1339 +17 2018 2021 -0.1567 -0.5911 0.2777 +17 2018 2022 -0.6812 -1.1991 -0.1633 +17 2018 2023 -0.3511 -0.8341 0.1318 +17 2018 2024 -0.1044 -0.545 0.3363 +17 2018 2025 -0.1195 -0.582 0.343 +17 2019 2020 0.0633 -0.363 0.4895 +17 2019 2021 0.2189 -0.2633 0.7011 +17 2019 2022 -0.3057 -0.8054 0.1941 +17 2019 2023 0.0244 -0.4783 0.5272 +17 2019 2024 0.2712 -0.2247 0.7671 +17 2019 2025 0.2561 -0.2138 0.7259 +17 2020 2021 0.1556 -0.2626 0.5739 +17 2020 2022 -0.3689 -0.8642 0.1263 +17 2020 2023 -0.0388 -0.4947 0.4171 +17 2020 2024 0.208 -0.2568 0.6727 +17 2020 2025 0.1928 -0.262 0.6477 +17 2021 2022 -0.5246 -1.0031 -0.046 +17 2021 2023 -0.1944 -0.6652 0.2763 +17 2021 2024 0.0524 -0.3884 0.4932 +17 2021 2025 0.0373 -0.4228 0.4974 +17 2022 2023 0.3302 -0.1413 0.8016 +17 2022 2024 0.5769 0.0591 1.0947 +17 2022 2025 0.5617 0.0801 1.0433 +17 2023 2024 0.2468 -0.1935 0.6871 +17 2023 2025 0.2317 -0.2423 0.7057 +17 2024 2025 -0.0151 -0.4415 0.4112 +18 2007 2010 0.0823 -0.1085 0.2731 +18 2007 2013 0.1802 -0.0785 0.4389 +18 2007 2016 0.2755 -0.0435 0.5945 +18 2007 2019 0.302 -0.0436 0.6476 +18 2007 2022 0.2929 -0.0652 0.6511 +18 2007 2025 0.2966 -0.0989 0.6921 +18 2010 2013 0.0976 -0.0794 0.2745 +18 2010 2016 0.1932 -0.0485 0.4348 +18 2010 2019 0.2198 -0.055 0.4946 +18 2010 2022 0.2107 -0.084 0.5054 +18 2010 2025 0.2141 -0.1281 0.5563 +18 2013 2016 0.0956 -0.0764 0.2675 +18 2013 2019 0.1223 -0.0978 0.3424 +18 2013 2022 0.1131 -0.1383 0.3645 +18 2013 2025 0.1164 -0.1916 0.4245 +18 2016 2019 0.0268 -0.1381 0.1916 +18 2016 2022 0.0176 -0.2003 0.2355 +18 2016 2025 0.021 -0.2618 0.3038 +18 2019 2022 -0.0092 -0.1831 0.1648 +18 2019 2025 -0.0058 -0.2588 0.2472 +18 2022 2025 0.0034 -0.1876 0.1943 +19 2007 2010 0.0278 -0.137 0.1925 +19 2007 2013 0.0151 -0.1995 0.2298 +19 2007 2016 0.0226 -0.2249 0.27 +19 2007 2019 0.0566 -0.2165 0.3298 +19 2007 2022 0.0672 -0.2267 0.3611 +19 2007 2025 0.0802 -0.2367 0.3972 +19 2010 2013 -0.0126 -0.1708 0.1456 +19 2010 2016 -0.0051 -0.211 0.2008 +19 2010 2019 0.0278 -0.2037 0.2592 +19 2010 2022 0.0387 -0.2175 0.2948 +19 2010 2025 0.0526 -0.2296 0.3349 +19 2013 2016 0.0078 -0.1465 0.1621 +19 2013 2019 0.0414 -0.1629 0.2457 +19 2013 2022 0.0521 -0.1857 0.2899 +19 2013 2025 0.0653 -0.2037 0.3344 +19 2016 2019 0.0337 -0.1252 0.1927 +19 2016 2022 0.0445 -0.1649 0.254 +19 2016 2025 0.0579 -0.1911 0.307 +19 2019 2022 0.0107 -0.143 0.1644 +19 2019 2025 0.0238 -0.1834 0.2311 +19 2022 2025 0.0134 -0.1449 0.1717 +20 2007 2010 0.1913 -0.0539 0.4364 +20 2007 2013 0.2359 -0.0426 0.5144 +20 2007 2016 0.3811 0.094 0.6682 +20 2007 2019 0.4848 0.1931 0.7765 +20 2007 2022 0.7369 0.395 1.0789 +20 2007 2025 0.7717 0.3921 1.1513 +20 2010 2013 0.0447 -0.1879 0.2772 +20 2010 2016 0.1899 -0.0622 0.442 +20 2010 2019 0.2937 0.0268 0.5605 +20 2010 2022 0.5458 0.2584 0.8333 +20 2010 2025 0.5806 0.2447 0.9164 +20 2013 2016 0.1452 -0.0788 0.3693 +20 2013 2019 0.249 -0.0084 0.5064 +20 2013 2022 0.5012 0.2022 0.8002 +20 2013 2025 0.5359 0.1916 0.8802 +20 2016 2019 0.1038 -0.1091 0.3166 +20 2016 2022 0.356 0.095 0.617 +20 2016 2025 0.3907 0.0741 0.7072 +20 2019 2022 0.2523 0.0168 0.4878 +20 2019 2025 0.287 -0.0174 0.5913 +20 2022 2025 0.0347 -0.2142 0.2836 +21 2007 2008 -0.0147 -0.1473 0.1179 +21 2007 2009 -0.0309 -0.1899 0.128 +21 2007 2010 0.0954 -0.0523 0.2431 +21 2007 2011 0.0884 -0.0754 0.2523 +21 2007 2012 0.0587 -0.107 0.2245 +21 2007 2013 0.0776 -0.0794 0.2345 +21 2007 2014 -0.0395 -0.2096 0.1306 +21 2007 2015 -0.0035 -0.169 0.162 +21 2007 2016 0.0029 -0.1571 0.1629 +21 2007 2017 -0.0519 -0.2178 0.114 +21 2007 2018 -0.09 -0.2603 0.0804 +21 2007 2019 -0.1615 -0.3385 0.0155 +21 2007 2020 -0.0479 -0.2169 0.1211 +21 2007 2021 -0.1244 -0.2946 0.0458 +21 2007 2022 -0.1522 -0.3227 0.0184 +21 2007 2023 -0.1015 -0.2676 0.0645 +21 2007 2024 -0.1239 -0.2875 0.0397 +21 2007 2025 -0.1487 -0.3187 0.0213 +21 2008 2009 -0.0162 -0.1499 0.1175 +21 2008 2010 0.1101 -0.0329 0.2531 +21 2008 2011 0.1031 -0.0532 0.2594 +21 2008 2012 0.0734 -0.085 0.2318 +21 2008 2013 0.0923 -0.0624 0.2469 +21 2008 2014 -0.0248 -0.1831 0.1334 +21 2008 2015 0.0112 -0.1471 0.1695 +21 2008 2016 0.0176 -0.1384 0.1737 +21 2008 2017 -0.0372 -0.1926 0.1182 +21 2008 2018 -0.0753 -0.2366 0.0861 +21 2008 2019 -0.1468 -0.3145 0.0208 +21 2008 2020 -0.0332 -0.1948 0.1284 +21 2008 2021 -0.1097 -0.2703 0.0509 +21 2008 2022 -0.1375 -0.3003 0.0253 +21 2008 2023 -0.0868 -0.2441 0.0704 +21 2008 2024 -0.1092 -0.264 0.0456 +21 2008 2025 -0.134 -0.2995 0.0315 +21 2009 2010 0.1264 -0.015 0.2677 +21 2009 2011 0.1193 -0.0417 0.2804 +21 2009 2012 0.0896 -0.0676 0.2469 +21 2009 2013 0.1085 -0.056 0.2729 +21 2009 2014 -0.0086 -0.1662 0.1489 +21 2009 2015 0.0274 -0.1343 0.1891 +21 2009 2016 0.0338 -0.1305 0.1982 +21 2009 2017 -0.021 -0.1842 0.1421 +21 2009 2018 -0.0591 -0.222 0.1038 +21 2009 2019 -0.1306 -0.2935 0.0323 +21 2009 2020 -0.017 -0.1933 0.1594 +21 2009 2021 -0.0935 -0.2547 0.0677 +21 2009 2022 -0.1213 -0.284 0.0414 +21 2009 2023 -0.0706 -0.2388 0.0975 +21 2009 2024 -0.093 -0.2527 0.0667 +21 2009 2025 -0.1178 -0.2857 0.0501 +21 2010 2011 -0.007 -0.1353 0.1213 +21 2010 2012 -0.0367 -0.1827 0.1094 +21 2010 2013 -0.0178 -0.1525 0.1168 +21 2010 2014 -0.1349 -0.2975 0.0276 +21 2010 2015 -0.0989 -0.2501 0.0523 +21 2010 2016 -0.0925 -0.2342 0.0493 +21 2010 2017 -0.1473 -0.3009 0.0062 +21 2010 2018 -0.1854 -0.3447 -0.0261 +21 2010 2019 -0.2569 -0.4306 -0.0832 +21 2010 2020 -0.1433 -0.2942 0.0076 +21 2010 2021 -0.2198 -0.3797 -0.0599 +21 2010 2022 -0.2476 -0.4108 -0.0844 +21 2010 2023 -0.1969 -0.3492 -0.0447 +21 2010 2024 -0.2193 -0.3706 -0.0679 +21 2010 2025 -0.2441 -0.4057 -0.0825 +21 2011 2012 -0.0297 -0.1646 0.1052 +21 2011 2013 -0.0108 -0.1574 0.1357 +21 2011 2014 -0.128 -0.2944 0.0385 +21 2011 2015 -0.0919 -0.2535 0.0696 +21 2011 2016 -0.0855 -0.2422 0.0712 +21 2011 2017 -0.1403 -0.3017 0.021 +21 2011 2018 -0.1784 -0.3466 -0.0102 +21 2011 2019 -0.25 -0.4304 -0.0695 +21 2011 2020 -0.1363 -0.2977 0.0251 +21 2011 2021 -0.2128 -0.3809 -0.0447 +21 2011 2022 -0.2406 -0.4133 -0.068 +21 2011 2023 -0.19 -0.3519 -0.028 +21 2011 2024 -0.2123 -0.3746 -0.0501 +21 2011 2025 -0.2371 -0.4103 -0.0639 +21 2012 2013 0.0188 -0.1154 0.1531 +21 2012 2014 -0.0983 -0.2561 0.0596 +21 2012 2015 -0.0622 -0.2204 0.0959 +21 2012 2016 -0.0558 -0.2141 0.1025 +21 2012 2017 -0.1107 -0.2729 0.0516 +21 2012 2018 -0.1487 -0.3134 0.016 +21 2012 2019 -0.2203 -0.3942 -0.0463 +21 2012 2020 -0.1066 -0.2744 0.0611 +21 2012 2021 -0.1831 -0.3478 -0.0185 +21 2012 2022 -0.2109 -0.3798 -0.0421 +21 2012 2023 -0.1603 -0.3252 0.0046 +21 2012 2024 -0.1826 -0.3428 -0.0225 +21 2012 2025 -0.2075 -0.3783 -0.0366 +21 2013 2014 -0.1172 -0.261 0.0267 +21 2013 2015 -0.0811 -0.2294 0.0673 +21 2013 2016 -0.0746 -0.2178 0.0686 +21 2013 2017 -0.1295 -0.2853 0.0263 +21 2013 2018 -0.1675 -0.3298 -0.0053 +21 2013 2019 -0.2391 -0.4149 -0.0632 +21 2013 2020 -0.1255 -0.2801 0.0292 +21 2013 2021 -0.202 -0.3652 -0.0388 +21 2013 2022 -0.2298 -0.396 -0.0635 +21 2013 2023 -0.1791 -0.3351 -0.0231 +21 2013 2024 -0.2015 -0.3571 -0.0458 +21 2013 2025 -0.2263 -0.3915 -0.061 +21 2014 2015 0.036 -0.1018 0.1739 +21 2014 2016 0.0425 -0.1141 0.1991 +21 2014 2017 -0.0124 -0.1706 0.1458 +21 2014 2018 -0.0504 -0.2145 0.1136 +21 2014 2019 -0.122 -0.2854 0.0414 +21 2014 2020 -0.0084 -0.182 0.1653 +21 2014 2021 -0.0849 -0.2479 0.0782 +21 2014 2022 -0.1127 -0.2762 0.0508 +21 2014 2023 -0.062 -0.2284 0.1043 +21 2014 2024 -0.0844 -0.2463 0.0776 +21 2014 2025 -0.1092 -0.2785 0.0601 +21 2015 2016 0.0065 -0.1247 0.1376 +21 2015 2017 -0.0484 -0.2 0.1032 +21 2015 2018 -0.0865 -0.2444 0.0715 +21 2015 2019 -0.158 -0.3286 0.0125 +21 2015 2020 -0.0444 -0.2072 0.1184 +21 2015 2021 -0.1209 -0.2822 0.0404 +21 2015 2022 -0.1487 -0.3146 0.0173 +21 2015 2023 -0.098 -0.2583 0.0622 +21 2015 2024 -0.1204 -0.2767 0.0359 +21 2015 2025 -0.1452 -0.3127 0.0223 +21 2016 2017 -0.0549 -0.1864 0.0767 +21 2016 2018 -0.0929 -0.2453 0.0595 +21 2016 2019 -0.1645 -0.3323 0.0033 +21 2016 2020 -0.0508 -0.2049 0.1032 +21 2016 2021 -0.1273 -0.287 0.0323 +21 2016 2022 -0.1551 -0.3172 0.0069 +21 2016 2023 -0.1045 -0.2592 0.0502 +21 2016 2024 -0.1268 -0.281 0.0273 +21 2016 2025 -0.1516 -0.3142 0.0109 +21 2017 2018 -0.0381 -0.1721 0.096 +21 2017 2019 -0.1096 -0.2691 0.0498 +21 2017 2020 0.004 -0.1502 0.1582 +21 2017 2021 -0.0725 -0.2313 0.0864 +21 2017 2022 -0.1003 -0.2631 0.0625 +21 2017 2023 -0.0496 -0.2049 0.1056 +21 2017 2024 -0.072 -0.229 0.085 +21 2017 2025 -0.0968 -0.2639 0.0703 +21 2018 2019 -0.0716 -0.2126 0.0694 +21 2018 2020 0.0421 -0.1157 0.1999 +21 2018 2021 -0.0344 -0.192 0.1231 +21 2018 2022 -0.0622 -0.2264 0.1019 +21 2018 2023 -0.0116 -0.1744 0.1513 +21 2018 2024 -0.0339 -0.1924 0.1246 +21 2018 2025 -0.0587 -0.2276 0.1101 +21 2019 2020 0.1137 -0.0441 0.2716 +21 2019 2021 0.0371 -0.1209 0.1951 +21 2019 2022 0.0093 -0.1498 0.1684 +21 2019 2023 0.06 -0.1124 0.2324 +21 2019 2024 0.0376 -0.1295 0.2047 +21 2019 2025 0.0128 -0.1568 0.1824 +21 2020 2021 -0.0765 -0.2182 0.0651 +21 2020 2022 -0.1043 -0.2679 0.0592 +21 2020 2023 -0.0536 -0.2043 0.097 +21 2020 2024 -0.076 -0.2359 0.0839 +21 2020 2025 -0.1008 -0.2744 0.0727 +21 2021 2022 -0.0278 -0.1624 0.1068 +21 2021 2023 0.0229 -0.1302 0.1759 +21 2021 2024 5e-04 -0.1531 0.1541 +21 2021 2025 -0.0243 -0.19 0.1414 +21 2022 2023 0.0507 -0.0884 0.1898 +21 2022 2024 0.0283 -0.1242 0.1808 +21 2022 2025 0.0035 -0.1575 0.1644 +21 2023 2024 -0.0224 -0.1547 0.11 +21 2023 2025 -0.0472 -0.2065 0.1121 +21 2024 2025 -0.0248 -0.1596 0.1099 +22 2007 2008 0.0039 -0.1109 0.1188 +22 2007 2009 0.0477 -0.0802 0.1755 +22 2007 2010 -0.009 -0.1325 0.1144 +22 2007 2011 0.0662 -0.0682 0.2005 +22 2007 2012 -0.05 -0.1875 0.0875 +22 2007 2013 -0.0812 -0.2102 0.0478 +22 2007 2014 -0.3008 -0.4503 -0.1513 +22 2007 2015 -0.2427 -0.3839 -0.1014 +22 2007 2016 -0.0996 -0.2286 0.0294 +22 2007 2017 -0.1461 -0.28 -0.0122 +22 2007 2018 -0.0593 -0.1941 0.0754 +22 2007 2019 -0.1109 -0.2409 0.019 +22 2007 2020 -0.0667 -0.2026 0.0692 +22 2007 2021 -0.1895 -0.3275 -0.0515 +22 2007 2022 -0.1262 -0.2594 0.007 +22 2007 2023 -0.0863 -0.222 0.0493 +22 2007 2024 -0.1176 -0.2483 0.0132 +22 2007 2025 -0.0941 -0.2205 0.0323 +22 2008 2009 0.0437 -0.0713 0.1587 +22 2008 2010 -0.013 -0.1356 0.1097 +22 2008 2011 0.0622 -0.0656 0.19 +22 2008 2012 -0.054 -0.1878 0.0798 +22 2008 2013 -0.0852 -0.2157 0.0454 +22 2008 2014 -0.3048 -0.4468 -0.1628 +22 2008 2015 -0.2466 -0.3836 -0.1097 +22 2008 2016 -0.1036 -0.2341 0.027 +22 2008 2017 -0.15 -0.2765 -0.0236 +22 2008 2018 -0.0633 -0.1951 0.0686 +22 2008 2019 -0.1149 -0.2452 0.0154 +22 2008 2020 -0.0707 -0.2004 0.0591 +22 2008 2021 -0.1934 -0.3263 -0.0606 +22 2008 2022 -0.1301 -0.2633 0.0031 +22 2008 2023 -0.0903 -0.2191 0.0386 +22 2008 2024 -0.1215 -0.2486 0.0055 +22 2008 2025 -0.0981 -0.2256 0.0295 +22 2009 2010 -0.0567 -0.1717 0.0583 +22 2009 2011 0.0185 -0.1086 0.1456 +22 2009 2012 -0.0977 -0.228 0.0326 +22 2009 2013 -0.1289 -0.2576 -2e-04 +22 2009 2014 -0.3485 -0.5003 -0.1967 +22 2009 2015 -0.2903 -0.4282 -0.1525 +22 2009 2016 -0.1473 -0.2755 -0.0191 +22 2009 2017 -0.1938 -0.3264 -0.0611 +22 2009 2018 -0.107 -0.2331 0.0191 +22 2009 2019 -0.1586 -0.2901 -0.0271 +22 2009 2020 -0.1144 -0.2458 0.017 +22 2009 2021 -0.2371 -0.371 -0.1033 +22 2009 2022 -0.1738 -0.3075 -0.0401 +22 2009 2023 -0.134 -0.2659 -0.0021 +22 2009 2024 -0.1652 -0.2907 -0.0397 +22 2009 2025 -0.1418 -0.2687 -0.0149 +22 2010 2011 0.0752 -0.0455 0.196 +22 2010 2012 -0.041 -0.1711 0.0891 +22 2010 2013 -0.0722 -0.1979 0.0535 +22 2010 2014 -0.2918 -0.4342 -0.1494 +22 2010 2015 -0.2337 -0.3691 -0.0982 +22 2010 2016 -0.0906 -0.2175 0.0364 +22 2010 2017 -0.1371 -0.2666 -0.0075 +22 2010 2018 -0.0503 -0.1822 0.0816 +22 2010 2019 -0.1019 -0.2287 0.0249 +22 2010 2020 -0.0577 -0.1915 0.0761 +22 2010 2021 -0.1805 -0.3124 -0.0485 +22 2010 2022 -0.1171 -0.2471 0.0128 +22 2010 2023 -0.0773 -0.2102 0.0556 +22 2010 2024 -0.1085 -0.2352 0.0182 +22 2010 2025 -0.0851 -0.2095 0.0393 +22 2011 2012 -0.1162 -0.2402 0.0078 +22 2011 2013 -0.1474 -0.2745 -0.0203 +22 2011 2014 -0.367 -0.5264 -0.2076 +22 2011 2015 -0.3088 -0.4575 -0.1602 +22 2011 2016 -0.1658 -0.2955 -0.0361 +22 2011 2017 -0.2123 -0.3484 -0.0761 +22 2011 2018 -0.1255 -0.2583 0.0073 +22 2011 2019 -0.1771 -0.314 -0.0402 +22 2011 2020 -0.1329 -0.2622 -0.0035 +22 2011 2021 -0.2557 -0.4014 -0.11 +22 2011 2022 -0.1923 -0.3308 -0.0539 +22 2011 2023 -0.1525 -0.2846 -0.0204 +22 2011 2024 -0.1837 -0.3191 -0.0484 +22 2011 2025 -0.1603 -0.2923 -0.0283 +22 2012 2013 -0.0312 -0.1531 0.0907 +22 2012 2014 -0.2508 -0.3981 -0.1035 +22 2012 2015 -0.1926 -0.3319 -0.0534 +22 2012 2016 -0.0496 -0.1864 0.0872 +22 2012 2017 -0.0961 -0.2333 0.0412 +22 2012 2018 -0.0093 -0.1448 0.1263 +22 2012 2019 -0.0609 -0.1982 0.0763 +22 2012 2020 -0.0167 -0.1567 0.1234 +22 2012 2021 -0.1395 -0.2774 -0.0015 +22 2012 2022 -0.0761 -0.2166 0.0643 +22 2012 2023 -0.0363 -0.1762 0.1036 +22 2012 2024 -0.0675 -0.2013 0.0662 +22 2012 2025 -0.0441 -0.1795 0.0912 +22 2013 2014 -0.2197 -0.3614 -0.078 +22 2013 2015 -0.1615 -0.3013 -0.0217 +22 2013 2016 -0.0184 -0.1421 0.1053 +22 2013 2017 -0.0649 -0.2005 0.0707 +22 2013 2018 0.0219 -0.1099 0.1537 +22 2013 2019 -0.0297 -0.1609 0.1014 +22 2013 2020 0.0145 -0.1181 0.1471 +22 2013 2021 -0.1083 -0.2496 0.0331 +22 2013 2022 -0.0449 -0.1782 0.0883 +22 2013 2023 -0.0051 -0.1393 0.1291 +22 2013 2024 -0.0363 -0.1687 0.096 +22 2013 2025 -0.0129 -0.14 0.1142 +22 2014 2015 0.0582 -0.0678 0.1842 +22 2014 2016 0.2013 0.0488 0.3538 +22 2014 2017 0.1548 0.0169 0.2927 +22 2014 2018 0.2415 0.0856 0.3974 +22 2014 2019 0.1899 0.0431 0.3368 +22 2014 2020 0.2341 0.0785 0.3897 +22 2014 2021 0.1114 -0.0293 0.252 +22 2014 2022 0.1747 0.0228 0.3266 +22 2014 2023 0.2145 0.0628 0.3662 +22 2014 2024 0.1833 0.0384 0.3282 +22 2014 2025 0.2067 0.0574 0.3561 +22 2015 2016 0.1431 0.0145 0.2717 +22 2015 2017 0.0966 -0.0368 0.23 +22 2015 2018 0.1834 0.043 0.3237 +22 2015 2019 0.1317 -0.0067 0.2702 +22 2015 2020 0.176 0.0297 0.3222 +22 2015 2021 0.0532 -0.0822 0.1886 +22 2015 2022 0.1165 -0.0265 0.2595 +22 2015 2023 0.1563 0.0121 0.3006 +22 2015 2024 0.1251 -0.0099 0.2601 +22 2015 2025 0.1485 0.0103 0.2868 +22 2016 2017 -0.0465 -0.1681 0.0751 +22 2016 2018 0.0403 -0.0867 0.1673 +22 2016 2019 -0.0113 -0.1398 0.1171 +22 2016 2020 0.0329 -0.0975 0.1633 +22 2016 2021 -0.0899 -0.2301 0.0504 +22 2016 2022 -0.0266 -0.1578 0.1047 +22 2016 2023 0.0133 -0.119 0.1455 +22 2016 2024 -0.018 -0.149 0.1131 +22 2016 2025 0.0055 -0.12 0.131 +22 2017 2018 0.0868 -0.0345 0.2081 +22 2017 2019 0.0352 -0.0935 0.1638 +22 2017 2020 0.0794 -0.0513 0.21 +22 2017 2021 -0.0434 -0.175 0.0882 +22 2017 2022 0.0199 -0.1153 0.1552 +22 2017 2023 0.0598 -0.0709 0.1905 +22 2017 2024 0.0285 -0.1014 0.1584 +22 2017 2025 0.052 -0.0798 0.1837 +22 2018 2019 -0.0516 -0.1706 0.0673 +22 2018 2020 -0.0074 -0.1359 0.1211 +22 2018 2021 -0.1302 -0.264 0.0037 +22 2018 2022 -0.0669 -0.2015 0.0678 +22 2018 2023 -0.027 -0.1604 0.1063 +22 2018 2024 -0.0582 -0.1864 0.07 +22 2018 2025 -0.0348 -0.1639 0.0943 +22 2019 2020 0.0443 -0.0763 0.1648 +22 2019 2021 -0.0786 -0.2092 0.052 +22 2019 2022 -0.0152 -0.1439 0.1134 +22 2019 2023 0.0246 -0.1093 0.1585 +22 2019 2024 -0.0066 -0.1363 0.1231 +22 2019 2025 0.0168 -0.1094 0.143 +22 2020 2021 -0.1228 -0.2501 0.0045 +22 2020 2022 -0.0595 -0.1921 0.0731 +22 2020 2023 -0.0196 -0.1477 0.1084 +22 2020 2024 -0.0509 -0.1841 0.0824 +22 2020 2025 -0.0274 -0.1591 0.1043 +22 2021 2022 0.0633 -0.059 0.1857 +22 2021 2023 0.1032 -0.0317 0.2381 +22 2021 2024 0.0719 -0.0557 0.1996 +22 2021 2025 0.0954 -0.0386 0.2293 +22 2022 2023 0.0398 -0.0805 0.1602 +22 2022 2024 0.0086 -0.1204 0.1376 +22 2022 2025 0.032 -0.0952 0.1593 +22 2023 2024 -0.0312 -0.1497 0.0872 +22 2023 2025 -0.0078 -0.1367 0.1211 +22 2024 2025 0.0234 -0.0904 0.1373 +23 2007 2010 0.0838 -0.0536 0.2213 +23 2007 2013 0.2746 0.1014 0.4478 +23 2007 2016 0.4023 0.2081 0.5964 +23 2007 2019 0.53 0.2986 0.7614 +23 2007 2022 0.3578 0.1223 0.5932 +23 2007 2025 0.347 0.0809 0.6131 +23 2010 2013 0.1908 0.0497 0.3319 +23 2010 2016 0.3185 0.1455 0.4914 +23 2010 2019 0.4462 0.2307 0.6616 +23 2010 2022 0.274 0.0526 0.4953 +23 2010 2025 0.2632 0.0089 0.5174 +23 2013 2016 0.1276 -0.0098 0.2651 +23 2013 2019 0.2554 0.0742 0.4366 +23 2013 2022 0.0831 -0.1133 0.2796 +23 2013 2025 0.0724 -0.1606 0.3053 +23 2016 2019 0.1277 -0.0178 0.2733 +23 2016 2022 -0.0445 -0.2165 0.1275 +23 2016 2025 -0.0553 -0.2697 0.1592 +23 2019 2022 -0.1722 -0.3129 -0.0315 +23 2019 2025 -0.183 -0.374 0.008 +23 2022 2025 -0.0108 -0.1701 0.1485 +24 2007 2008 0.0788 -0.0015 0.1591 +24 2007 2009 -0.0378 -0.1231 0.0475 +24 2007 2010 0.0697 -0.0076 0.147 +24 2007 2011 0.2092 0.1266 0.2917 +24 2007 2012 0.3497 0.2651 0.4342 +24 2007 2013 0.0595 -0.0231 0.1422 +24 2007 2014 0.2655 0.1807 0.3503 +24 2007 2015 0.3376 0.2548 0.4204 +24 2007 2016 0.3246 0.2488 0.4003 +24 2007 2017 0.2573 0.1723 0.3423 +24 2007 2018 0.0101 -0.0755 0.0957 +24 2007 2019 0.152 0.0731 0.2308 +24 2007 2020 0.1079 0.0157 0.2 +24 2007 2021 0.1515 0.0703 0.2327 +24 2007 2022 0.2933 0.2113 0.3753 +24 2007 2023 0.2893 0.2034 0.3751 +24 2007 2024 0.4696 0.3924 0.5467 +24 2007 2025 0.6784 0.6118 0.7449 +24 2008 2009 -0.1166 -0.1988 -0.0344 +24 2008 2010 -0.0091 -0.0917 0.0736 +24 2008 2011 0.1304 0.0588 0.202 +24 2008 2012 0.2709 0.188 0.3538 +24 2008 2013 -0.0192 -0.1071 0.0686 +24 2008 2014 0.1867 0.1125 0.261 +24 2008 2015 0.2588 0.1779 0.3398 +24 2008 2016 0.2458 0.1658 0.3257 +24 2008 2017 0.1785 0.1047 0.2524 +24 2008 2018 -0.0687 -0.1532 0.0158 +24 2008 2019 0.0732 -0.0092 0.1556 +24 2008 2020 0.0291 -0.054 0.1122 +24 2008 2021 0.0727 -0.0049 0.1504 +24 2008 2022 0.2145 0.1291 0.2999 +24 2008 2023 0.2105 0.1348 0.2862 +24 2008 2024 0.3908 0.3159 0.4657 +24 2008 2025 0.5996 0.5308 0.6684 +24 2009 2010 0.1075 0.0236 0.1914 +24 2009 2011 0.247 0.1629 0.3311 +24 2009 2012 0.3875 0.3085 0.4665 +24 2009 2013 0.0974 0.0079 0.1868 +24 2009 2014 0.3033 0.2176 0.3891 +24 2009 2015 0.3754 0.2981 0.4528 +24 2009 2016 0.3624 0.2795 0.4453 +24 2009 2017 0.2951 0.2093 0.3809 +24 2009 2018 0.0479 -0.0317 0.1275 +24 2009 2019 0.1898 0.1039 0.2757 +24 2009 2020 0.1457 0.0526 0.2387 +24 2009 2021 0.1893 0.1141 0.2646 +24 2009 2022 0.3311 0.2425 0.4198 +24 2009 2023 0.3271 0.2409 0.4133 +24 2009 2024 0.5074 0.4365 0.5783 +24 2009 2025 0.7162 0.6432 0.7892 +24 2010 2011 0.1395 0.0576 0.2213 +24 2010 2012 0.28 0.1943 0.3657 +24 2010 2013 -0.0102 -0.0929 0.0725 +24 2010 2014 0.1958 0.1102 0.2814 +24 2010 2015 0.2679 0.1842 0.3516 +24 2010 2016 0.2549 0.1791 0.3306 +24 2010 2017 0.1876 0.1019 0.2733 +24 2010 2018 -0.0596 -0.1457 0.0265 +24 2010 2019 0.0823 0.0025 0.162 +24 2010 2020 0.0382 -0.0547 0.131 +24 2010 2021 0.0818 2e-04 0.1634 +24 2010 2022 0.2236 0.1414 0.3058 +24 2010 2023 0.2196 0.133 0.3061 +24 2010 2024 0.3999 0.3222 0.4775 +24 2010 2025 0.6087 0.5406 0.6768 +24 2011 2012 0.1405 0.0586 0.2224 +24 2011 2013 -0.1496 -0.2377 -0.0616 +24 2011 2014 0.0563 -0.0182 0.1308 +24 2011 2015 0.1284 0.0467 0.2101 +24 2011 2016 0.1154 0.035 0.1958 +24 2011 2017 0.0481 -0.0261 0.1224 +24 2011 2018 -0.1991 -0.2842 -0.114 +24 2011 2019 -0.0572 -0.1403 0.0259 +24 2011 2020 -0.1013 -0.1847 -0.0179 +24 2011 2021 -0.0577 -0.1362 0.0209 +24 2011 2022 0.0841 -0.0019 0.1702 +24 2011 2023 0.0801 0.0037 0.1565 +24 2011 2024 0.2604 0.1847 0.3361 +24 2011 2025 0.4692 0.3997 0.5388 +24 2012 2013 -0.2902 -0.3787 -0.2016 +24 2012 2014 -0.0842 -0.1693 9e-04 +24 2012 2015 -0.0121 -0.0874 0.0633 +24 2012 2016 -0.0251 -0.1076 0.0573 +24 2012 2017 -0.0924 -0.1776 -0.0071 +24 2012 2018 -0.3396 -0.4201 -0.2591 +24 2012 2019 -0.1977 -0.2826 -0.1128 +24 2012 2020 -0.2418 -0.3349 -0.1487 +24 2012 2021 -0.1982 -0.2738 -0.1225 +24 2012 2022 -0.0564 -0.1443 0.0316 +24 2012 2023 -0.0604 -0.1472 0.0264 +24 2012 2024 0.1199 0.0484 0.1914 +24 2012 2025 0.3287 0.2561 0.4013 +24 2013 2014 0.206 0.118 0.2939 +24 2013 2015 0.2781 0.1901 0.3661 +24 2013 2016 0.265 0.185 0.345 +24 2013 2017 0.1978 0.1074 0.2882 +24 2013 2018 -0.0495 -0.1392 0.0402 +24 2013 2019 0.0924 0.0079 0.177 +24 2013 2020 0.0483 -0.0484 0.145 +24 2013 2021 0.092 0.0059 0.178 +24 2013 2022 0.2338 0.1471 0.3205 +24 2013 2023 0.2297 0.1392 0.3203 +24 2013 2024 0.41 0.3275 0.4926 +24 2013 2025 0.6188 0.5454 0.6923 +24 2014 2015 0.0721 -0.0095 0.1537 +24 2014 2016 0.0591 -0.0233 0.1415 +24 2014 2017 -0.0082 -0.0828 0.0665 +24 2014 2018 -0.2554 -0.3418 -0.169 +24 2014 2019 -0.1135 -0.1987 -0.0283 +24 2014 2020 -0.1576 -0.2411 -0.0742 +24 2014 2021 -0.114 -0.1938 -0.0342 +24 2014 2022 0.0278 -0.0601 0.1158 +24 2014 2023 0.0238 -0.0529 0.1005 +24 2014 2024 0.2041 0.1268 0.2814 +24 2014 2025 0.4129 0.3404 0.4854 +24 2015 2016 -0.013 -0.0916 0.0656 +24 2015 2017 -0.0803 -0.1634 0.0028 +24 2015 2018 -0.3275 -0.405 -0.2501 +24 2015 2019 -0.1856 -0.2679 -0.1033 +24 2015 2020 -0.2297 -0.3207 -0.1388 +24 2015 2021 -0.1861 -0.2589 -0.1133 +24 2015 2022 -0.0443 -0.13 0.0414 +24 2015 2023 -0.0483 -0.1327 0.036 +24 2015 2024 0.132 0.0634 0.2005 +24 2015 2025 0.3408 0.2714 0.4102 +24 2016 2017 -0.0673 -0.1483 0.0138 +24 2016 2018 -0.3145 -0.398 -0.231 +24 2016 2019 -0.1726 -0.2472 -0.0979 +24 2016 2020 -0.2167 -0.3067 -0.1268 +24 2016 2021 -0.1731 -0.2515 -0.0946 +24 2016 2022 -0.0313 -0.1084 0.0459 +24 2016 2023 -0.0353 -0.1187 0.048 +24 2016 2024 0.145 0.0709 0.2191 +24 2016 2025 0.3538 0.291 0.4167 +24 2017 2018 -0.2472 -0.3319 -0.1626 +24 2017 2019 -0.1053 -0.1903 -0.0204 +24 2017 2020 -0.1494 -0.2305 -0.0684 +24 2017 2021 -0.1058 -0.1849 -0.0267 +24 2017 2022 0.036 -0.0517 0.1237 +24 2017 2023 0.0319 -0.0421 0.106 +24 2017 2024 0.2123 0.1353 0.2892 +24 2017 2025 0.4211 0.3485 0.4937 +24 2018 2019 0.1419 0.0576 0.2263 +24 2018 2020 0.0978 0.0047 0.1909 +24 2018 2021 0.1414 0.0677 0.2152 +24 2018 2022 0.2832 0.1942 0.3722 +24 2018 2023 0.2792 0.1926 0.3658 +24 2018 2024 0.4595 0.3893 0.5297 +24 2018 2025 0.6683 0.5945 0.7421 +24 2019 2020 -0.0441 -0.1343 0.046 +24 2019 2021 -5e-04 -0.0817 0.0808 +24 2019 2022 0.1413 0.0625 0.2202 +24 2019 2023 0.1373 0.051 0.2235 +24 2019 2024 0.3176 0.2401 0.3951 +24 2019 2025 0.5264 0.4606 0.5922 +24 2020 2021 0.0437 -0.0421 0.1294 +24 2020 2022 0.1854 0.0907 0.2802 +24 2020 2023 0.1814 0.099 0.2638 +24 2020 2024 0.3617 0.2764 0.447 +24 2020 2025 0.5705 0.4891 0.6519 +24 2021 2022 0.1418 0.0597 0.2239 +24 2021 2023 0.1377 0.0585 0.2169 +24 2021 2024 0.3181 0.2539 0.3822 +24 2021 2025 0.5269 0.4586 0.5951 +24 2022 2023 -0.0041 -0.0905 0.0824 +24 2022 2024 0.1763 0.0959 0.2566 +24 2022 2025 0.3851 0.3162 0.4539 +24 2023 2024 0.1803 0.1033 0.2574 +24 2023 2025 0.3891 0.3148 0.4635 +24 2024 2025 0.2088 0.1461 0.2715 +25 2007 2010 -0.0037 -0.1469 0.1395 +25 2007 2013 -0.1223 -0.2927 0.0481 +25 2007 2016 -0.0065 -0.1696 0.1565 +25 2007 2019 0.1755 0.0144 0.3366 +25 2007 2022 0.185 0.0164 0.3536 +25 2007 2025 0.4174 0.2248 0.61 +25 2010 2013 -0.1186 -0.2744 0.0371 +25 2010 2016 -0.0028 -0.1608 0.1551 +25 2010 2019 0.1792 0.022 0.3364 +25 2010 2022 0.1887 0.0219 0.3554 +25 2010 2025 0.4211 0.2302 0.612 +25 2013 2016 0.1158 -0.0353 0.2669 +25 2013 2019 0.2978 0.1261 0.4695 +25 2013 2022 0.3073 0.1366 0.4779 +25 2013 2025 0.5397 0.3228 0.7566 +25 2016 2019 0.182 0.0367 0.3274 +25 2016 2022 0.1915 0.0309 0.3521 +25 2016 2025 0.4239 0.2242 0.6236 +25 2019 2022 0.0095 -0.1393 0.1582 +25 2019 2025 0.2419 0.0597 0.4242 +25 2022 2025 0.2325 0.0503 0.4146 +26 2007 2010 0.302 -0.0972 0.7012 +26 2007 2013 0.3581 -0.0787 0.7949 +26 2007 2016 0.5636 0.072 1.0551 +26 2007 2019 0.376 -0.155 0.907 +26 2007 2022 0.17 -0.4184 0.7584 +26 2007 2025 -0.3736 -1.0868 0.3395 +26 2010 2013 0.0561 -0.3365 0.4488 +26 2010 2016 0.2616 -0.202 0.7252 +26 2010 2019 0.074 -0.4252 0.5733 +26 2010 2022 -0.1319 -0.6914 0.4275 +26 2010 2025 -0.6756 -1.3843 0.0332 +26 2013 2016 0.2055 -0.2105 0.6214 +26 2013 2019 0.0179 -0.466 0.5018 +26 2013 2022 -0.1881 -0.7377 0.3616 +26 2013 2025 -0.7317 -1.4193 -0.0442 +26 2016 2019 -0.1876 -0.5853 0.2102 +26 2016 2022 -0.3935 -0.8894 0.1023 +26 2016 2025 -0.9372 -1.6017 -0.2727 +26 2019 2022 -0.206 -0.6237 0.2118 +26 2019 2025 -0.7497 -1.3906 -0.1088 +26 2022 2025 -0.5438 -1.1117 0.0242 +27 2007 2008 0.0463 -0.0295 0.122 +27 2007 2009 0.0602 -0.0253 0.1458 +27 2007 2010 -4e-04 -0.0822 0.0815 +27 2007 2011 -0.0263 -0.1124 0.0598 +27 2007 2012 -0.0683 -0.1609 0.0243 +27 2007 2013 -0.1511 -0.2389 -0.0632 +27 2007 2014 -0.1989 -0.2895 -0.1084 +27 2007 2015 -0.1703 -0.261 -0.0797 +27 2007 2016 -0.0881 -0.176 -1e-04 +27 2007 2017 -0.1361 -0.2242 -0.048 +27 2007 2018 -0.1655 -0.2537 -0.0773 +27 2007 2019 -0.1907 -0.2786 -0.1028 +27 2007 2020 -0.194 -0.2861 -0.102 +27 2007 2021 -0.1357 -0.2248 -0.0467 +27 2007 2022 -0.1521 -0.2449 -0.0592 +27 2007 2023 -0.2144 -0.3062 -0.1227 +27 2007 2024 -0.2618 -0.3511 -0.1724 +27 2007 2025 -0.1415 -0.2265 -0.0564 +27 2008 2009 0.0139 -0.0607 0.0886 +27 2008 2010 -0.0466 -0.127 0.0338 +27 2008 2011 -0.0725 -0.1505 0.0054 +27 2008 2012 -0.1146 -0.2026 -0.0266 +27 2008 2013 -0.1974 -0.2849 -0.1098 +27 2008 2014 -0.2452 -0.3307 -0.1598 +27 2008 2015 -0.2166 -0.304 -0.1293 +27 2008 2016 -0.1343 -0.2194 -0.0492 +27 2008 2017 -0.1824 -0.2634 -0.1014 +27 2008 2018 -0.2118 -0.296 -0.1275 +27 2008 2019 -0.237 -0.3236 -0.1504 +27 2008 2020 -0.2403 -0.3268 -0.1537 +27 2008 2021 -0.182 -0.265 -0.099 +27 2008 2022 -0.1983 -0.2882 -0.1085 +27 2008 2023 -0.2607 -0.3465 -0.1749 +27 2008 2024 -0.308 -0.3951 -0.2209 +27 2008 2025 -0.1877 -0.2693 -0.1062 +27 2009 2010 -0.0606 -0.1372 0.0161 +27 2009 2011 -0.0865 -0.1695 -0.0034 +27 2009 2012 -0.1285 -0.2154 -0.0417 +27 2009 2013 -0.2113 -0.3017 -0.1209 +27 2009 2014 -0.2592 -0.3509 -0.1675 +27 2009 2015 -0.2306 -0.3182 -0.1429 +27 2009 2016 -0.1483 -0.2344 -0.0622 +27 2009 2017 -0.1963 -0.2828 -0.1099 +27 2009 2018 -0.2257 -0.3095 -0.1419 +27 2009 2019 -0.2509 -0.3404 -0.1615 +27 2009 2020 -0.2542 -0.3461 -0.1624 +27 2009 2021 -0.1959 -0.278 -0.1138 +27 2009 2022 -0.2123 -0.3039 -0.1206 +27 2009 2023 -0.2746 -0.3658 -0.1835 +27 2009 2024 -0.322 -0.4105 -0.2334 +27 2009 2025 -0.2017 -0.2846 -0.1187 +27 2010 2011 -0.0259 -0.1029 0.0511 +27 2010 2012 -0.0679 -0.1568 0.0209 +27 2010 2013 -0.1507 -0.2375 -0.0639 +27 2010 2014 -0.1986 -0.2886 -0.1086 +27 2010 2015 -0.17 -0.2595 -0.0805 +27 2010 2016 -0.0877 -0.1738 -0.0016 +27 2010 2017 -0.1357 -0.2226 -0.0489 +27 2010 2018 -0.1651 -0.2517 -0.0786 +27 2010 2019 -0.1904 -0.278 -0.1027 +27 2010 2020 -0.1937 -0.285 -0.1023 +27 2010 2021 -0.1353 -0.222 -0.0487 +27 2010 2022 -0.1517 -0.2433 -0.0601 +27 2010 2023 -0.214 -0.3051 -0.123 +27 2010 2024 -0.2614 -0.3502 -0.1725 +27 2010 2025 -0.1411 -0.2249 -0.0573 +27 2011 2012 -0.042 -0.123 0.039 +27 2011 2013 -0.1248 -0.2127 -0.0369 +27 2011 2014 -0.1727 -0.2602 -0.0851 +27 2011 2015 -0.1441 -0.2341 -0.0541 +27 2011 2016 -0.0618 -0.1501 0.0266 +27 2011 2017 -0.1098 -0.1941 -0.0256 +27 2011 2018 -0.1392 -0.2266 -0.0519 +27 2011 2019 -0.1645 -0.2542 -0.0747 +27 2011 2020 -0.1677 -0.2574 -0.0781 +27 2011 2021 -0.1094 -0.1961 -0.0228 +27 2011 2022 -0.1258 -0.219 -0.0326 +27 2011 2023 -0.1881 -0.2774 -0.0989 +27 2011 2024 -0.2355 -0.3252 -0.1457 +27 2011 2025 -0.1152 -0.2 -0.0304 +27 2012 2013 -0.0828 -0.1668 0.0012 +27 2012 2014 -0.1306 -0.2243 -0.037 +27 2012 2015 -0.102 -0.1946 -0.0095 +27 2012 2016 -0.0197 -0.1128 0.0733 +27 2012 2017 -0.0678 -0.1603 0.0247 +27 2012 2018 -0.0972 -0.1877 -0.0067 +27 2012 2019 -0.1224 -0.2174 -0.0275 +27 2012 2020 -0.1257 -0.2229 -0.0285 +27 2012 2021 -0.0674 -0.1577 0.0229 +27 2012 2022 -0.0838 -0.1819 0.0144 +27 2012 2023 -0.1461 -0.2429 -0.0493 +27 2012 2024 -0.1934 -0.2879 -0.099 +27 2012 2025 -0.0731 -0.1638 0.0175 +27 2013 2014 -0.0479 -0.1302 0.0345 +27 2013 2015 -0.0193 -0.1101 0.0716 +27 2013 2016 0.063 -0.0283 0.1544 +27 2013 2017 0.015 -0.0763 0.1063 +27 2013 2018 -0.0144 -0.1059 0.077 +27 2013 2019 -0.0396 -0.1315 0.0523 +27 2013 2020 -0.0429 -0.138 0.0521 +27 2013 2021 0.0154 -0.0773 0.108 +27 2013 2022 -0.001 -0.0978 0.0959 +27 2013 2023 -0.0633 -0.1582 0.0316 +27 2013 2024 -0.1107 -0.2026 -0.0187 +27 2013 2025 0.0096 -0.0804 0.0997 +27 2014 2015 0.0286 -0.0536 0.1108 +27 2014 2016 0.1109 0.017 0.2048 +27 2014 2017 0.0629 -0.0249 0.1506 +27 2014 2018 0.0335 -0.0575 0.1244 +27 2014 2019 0.0082 -0.0847 0.1012 +27 2014 2020 0.0049 -0.0866 0.0965 +27 2014 2021 0.0632 -0.0297 0.1562 +27 2014 2022 0.0469 -0.0521 0.1459 +27 2014 2023 -0.0155 -0.1071 0.0762 +27 2014 2024 -0.0628 -0.1523 0.0267 +27 2014 2025 0.0575 -0.0353 0.1502 +27 2015 2016 0.0823 -0.0017 0.1663 +27 2015 2017 0.0342 -0.0544 0.1229 +27 2015 2018 0.0048 -0.083 0.0927 +27 2015 2019 -0.0204 -0.1125 0.0717 +27 2015 2020 -0.0237 -0.118 0.0707 +27 2015 2021 0.0346 -0.0551 0.1244 +27 2015 2022 0.0183 -0.0791 0.1157 +27 2015 2023 -0.0441 -0.1382 0.0501 +27 2015 2024 -0.0914 -0.1811 -0.0017 +27 2015 2025 0.0289 -0.061 0.1188 +27 2016 2017 -0.0481 -0.1291 0.033 +27 2016 2018 -0.0774 -0.1658 0.011 +27 2016 2019 -0.1027 -0.1926 -0.0128 +27 2016 2020 -0.106 -0.2014 -0.0105 +27 2016 2021 -0.0476 -0.1355 0.0402 +27 2016 2022 -0.064 -0.1559 0.0279 +27 2016 2023 -0.1263 -0.2215 -0.0312 +27 2016 2024 -0.1737 -0.2699 -0.0775 +27 2016 2025 -0.0534 -0.1371 0.0303 +27 2017 2018 -0.0294 -0.1082 0.0494 +27 2017 2019 -0.0546 -0.1426 0.0333 +27 2017 2020 -0.0579 -0.1459 0.03 +27 2017 2021 4e-04 -0.0863 0.0871 +27 2017 2022 -0.016 -0.1096 0.0777 +27 2017 2023 -0.0783 -0.1665 0.0099 +27 2017 2024 -0.1257 -0.2152 -0.0361 +27 2017 2025 -0.0054 -0.0923 0.0816 +27 2018 2019 -0.0252 -0.1052 0.0547 +27 2018 2020 -0.0285 -0.1177 0.0607 +27 2018 2021 0.0298 -0.0539 0.1135 +27 2018 2022 0.0134 -0.08 0.1069 +27 2018 2023 -0.0489 -0.1401 0.0423 +27 2018 2024 -0.0963 -0.1832 -0.0093 +27 2018 2025 0.024 -0.0624 0.1105 +27 2019 2020 -0.0033 -0.0859 0.0793 +27 2019 2021 0.055 -0.0328 0.1428 +27 2019 2022 0.0387 -0.0539 0.1313 +27 2019 2023 -0.0237 -0.1167 0.0694 +27 2019 2024 -0.071 -0.1621 0.02 +27 2019 2025 0.0493 -0.0381 0.1366 +27 2020 2021 0.0583 -0.0243 0.141 +27 2020 2022 0.042 -0.0538 0.1377 +27 2020 2023 -0.0204 -0.1115 0.0707 +27 2020 2024 -0.0677 -0.1594 0.0239 +27 2020 2025 0.0526 -0.0402 0.1453 +27 2021 2022 -0.0164 -0.098 0.0653 +27 2021 2023 -0.0787 -0.1672 0.0098 +27 2021 2024 -0.126 -0.2147 -0.0374 +27 2021 2025 -0.0058 -0.0903 0.0788 +27 2022 2023 -0.0624 -0.1481 0.0234 +27 2022 2024 -0.1097 -0.205 -0.0144 +27 2022 2025 0.0106 -0.078 0.0993 +27 2023 2024 -0.0474 -0.1293 0.0346 +27 2023 2025 0.0729 -0.0174 0.1633 +27 2024 2025 0.1203 0.0361 0.2045 +28 2007 2008 0.0415 -0.0693 0.1524 +28 2007 2009 0.094 -0.0356 0.2237 +28 2007 2010 0.1977 0.0663 0.3292 +28 2007 2011 0.2425 0.1024 0.3825 +28 2007 2012 0.2289 0.0848 0.373 +28 2007 2013 0.197 0.0595 0.3346 +28 2007 2014 0.1337 -0.0057 0.2731 +28 2007 2015 0.1449 0.0024 0.2874 +28 2007 2016 0.1079 -0.0283 0.2441 +28 2007 2017 0.1102 -0.0305 0.251 +28 2007 2018 0.059 -0.08 0.1981 +28 2007 2019 0.0067 -0.1322 0.1456 +28 2007 2020 -0.0325 -0.1771 0.1122 +28 2007 2021 -0.0071 -0.1504 0.1363 +28 2007 2022 -0.0707 -0.2173 0.0759 +28 2007 2023 -0.1335 -0.2804 0.0134 +28 2007 2024 -0.1858 -0.3282 -0.0434 +28 2007 2025 -0.1478 -0.2891 -0.0065 +28 2008 2009 0.0525 -0.0552 0.1602 +28 2008 2010 0.1562 0.0346 0.2778 +28 2008 2011 0.2009 0.0727 0.3292 +28 2008 2012 0.1874 0.052 0.3227 +28 2008 2013 0.1555 0.0241 0.2869 +28 2008 2014 0.0921 -0.0387 0.223 +28 2008 2015 0.1034 -0.0315 0.2382 +28 2008 2016 0.0664 -0.0641 0.1969 +28 2008 2017 0.0687 -0.0628 0.2001 +28 2008 2018 0.0175 -0.1137 0.1487 +28 2008 2019 -0.0349 -0.1683 0.0986 +28 2008 2020 -0.074 -0.2107 0.0627 +28 2008 2021 -0.0486 -0.183 0.0858 +28 2008 2022 -0.1122 -0.2524 0.028 +28 2008 2023 -0.1751 -0.3143 -0.0359 +28 2008 2024 -0.2273 -0.3631 -0.0916 +28 2008 2025 -0.1893 -0.3247 -0.054 +28 2009 2010 0.1037 -0.004 0.2114 +28 2009 2011 0.1484 0.0223 0.2745 +28 2009 2012 0.1349 0.0027 0.267 +28 2009 2013 0.103 -0.0278 0.2338 +28 2009 2014 0.0396 -0.0925 0.1718 +28 2009 2015 0.0509 -0.0824 0.1841 +28 2009 2016 0.0139 -0.1166 0.1444 +28 2009 2017 0.0162 -0.1164 0.1488 +28 2009 2018 -0.035 -0.1641 0.0941 +28 2009 2019 -0.0874 -0.2209 0.0462 +28 2009 2020 -0.1265 -0.2642 0.0112 +28 2009 2021 -0.1011 -0.2342 0.032 +28 2009 2022 -0.1647 -0.305 -0.0244 +28 2009 2023 -0.2276 -0.3678 -0.0873 +28 2009 2024 -0.2798 -0.4147 -0.145 +28 2009 2025 -0.2418 -0.3773 -0.1064 +28 2010 2011 0.0447 -0.0612 0.1506 +28 2010 2012 0.0312 -0.0927 0.155 +28 2010 2013 -7e-04 -0.1234 0.122 +28 2010 2014 -0.0641 -0.1943 0.0662 +28 2010 2015 -0.0529 -0.1834 0.0777 +28 2010 2016 -0.0898 -0.2163 0.0366 +28 2010 2017 -0.0875 -0.2161 0.0411 +28 2010 2018 -0.1387 -0.267 -0.0104 +28 2010 2019 -0.1911 -0.3225 -0.0596 +28 2010 2020 -0.2302 -0.3677 -0.0927 +28 2010 2021 -0.2048 -0.3349 -0.0748 +28 2010 2022 -0.2684 -0.4057 -0.1311 +28 2010 2023 -0.3313 -0.471 -0.1915 +28 2010 2024 -0.3835 -0.5205 -0.2465 +28 2010 2025 -0.3455 -0.4779 -0.2132 +28 2011 2012 -0.0136 -0.1232 0.0961 +28 2011 2013 -0.0454 -0.1684 0.0776 +28 2011 2014 -0.1088 -0.2397 0.0222 +28 2011 2015 -0.0976 -0.2307 0.0355 +28 2011 2016 -0.1345 -0.266 -0.0031 +28 2011 2017 -0.1322 -0.2625 -0.002 +28 2011 2018 -0.1834 -0.3156 -0.0513 +28 2011 2019 -0.2358 -0.3722 -0.0994 +28 2011 2020 -0.2749 -0.4151 -0.1348 +28 2011 2021 -0.2495 -0.3823 -0.1167 +28 2011 2022 -0.3131 -0.4545 -0.1718 +28 2011 2023 -0.376 -0.5184 -0.2336 +28 2011 2024 -0.4282 -0.5695 -0.287 +28 2011 2025 -0.3903 -0.5267 -0.2538 +28 2012 2013 -0.0319 -0.1415 0.0777 +28 2012 2014 -0.0952 -0.2249 0.0345 +28 2012 2015 -0.084 -0.2168 0.0488 +28 2012 2016 -0.121 -0.2544 0.0124 +28 2012 2017 -0.1187 -0.2536 0.0162 +28 2012 2018 -0.1699 -0.3036 -0.0362 +28 2012 2019 -0.2222 -0.361 -0.0835 +28 2012 2020 -0.2614 -0.4048 -0.118 +28 2012 2021 -0.236 -0.3718 -0.1001 +28 2012 2022 -0.2996 -0.444 -0.1552 +28 2012 2023 -0.3624 -0.5085 -0.2164 +28 2012 2024 -0.4147 -0.5578 -0.2716 +28 2012 2025 -0.3767 -0.517 -0.2364 +28 2013 2014 -0.0634 -0.173 0.0463 +28 2013 2015 -0.0522 -0.1773 0.073 +28 2013 2016 -0.0891 -0.2143 0.0361 +28 2013 2017 -0.0868 -0.2169 0.0433 +28 2013 2018 -0.138 -0.2686 -0.0074 +28 2013 2019 -0.1904 -0.3238 -0.0569 +28 2013 2020 -0.2295 -0.3688 -0.0903 +28 2013 2021 -0.2041 -0.3376 -0.0706 +28 2013 2022 -0.2677 -0.4074 -0.128 +28 2013 2023 -0.3306 -0.4723 -0.1888 +28 2013 2024 -0.3828 -0.5215 -0.2442 +28 2013 2025 -0.3448 -0.4798 -0.2099 +28 2014 2015 0.0112 -0.0993 0.1217 +28 2014 2016 -0.0258 -0.1489 0.0973 +28 2014 2017 -0.0235 -0.152 0.1051 +28 2014 2018 -0.0746 -0.2055 0.0562 +28 2014 2019 -0.127 -0.2613 0.0073 +28 2014 2020 -0.1662 -0.3035 -0.0289 +28 2014 2021 -0.1408 -0.2764 -0.0051 +28 2014 2022 -0.2044 -0.3459 -0.0628 +28 2014 2023 -0.2672 -0.4077 -0.1267 +28 2014 2024 -0.3195 -0.4563 -0.1827 +28 2014 2025 -0.2815 -0.418 -0.1449 +28 2015 2016 -0.037 -0.1455 0.0715 +28 2015 2017 -0.0347 -0.1602 0.0909 +28 2015 2018 -0.0859 -0.2141 0.0424 +28 2015 2019 -0.1382 -0.2728 -0.0037 +28 2015 2020 -0.1774 -0.3174 -0.0374 +28 2015 2021 -0.152 -0.2858 -0.0181 +28 2015 2022 -0.2156 -0.3572 -0.0739 +28 2015 2023 -0.2784 -0.4211 -0.1357 +28 2015 2024 -0.3307 -0.4694 -0.1919 +28 2015 2025 -0.2927 -0.4297 -0.1557 +28 2016 2017 0.0023 -0.1055 0.1102 +28 2016 2018 -0.0489 -0.1707 0.073 +28 2016 2019 -0.1012 -0.2283 0.0259 +28 2016 2020 -0.1404 -0.2753 -0.0055 +28 2016 2021 -0.115 -0.2466 0.0166 +28 2016 2022 -0.1786 -0.3151 -0.0421 +28 2016 2023 -0.2414 -0.3798 -0.103 +28 2016 2024 -0.2937 -0.4283 -0.1591 +28 2016 2025 -0.2557 -0.3879 -0.1235 +28 2017 2018 -0.0512 -0.159 0.0566 +28 2017 2019 -0.1036 -0.2296 0.0224 +28 2017 2020 -0.1427 -0.2759 -0.0095 +28 2017 2021 -0.1173 -0.2474 0.0128 +28 2017 2022 -0.1809 -0.3194 -0.0424 +28 2017 2023 -0.2437 -0.3825 -0.105 +28 2017 2024 -0.296 -0.4332 -0.1588 +28 2017 2025 -0.258 -0.3927 -0.1234 +28 2018 2019 -0.0524 -0.1606 0.0559 +28 2018 2020 -0.0915 -0.2191 0.036 +28 2018 2021 -0.0661 -0.1924 0.0602 +28 2018 2022 -0.1297 -0.2661 0.0066 +28 2018 2023 -0.1926 -0.3304 -0.0547 +28 2018 2024 -0.2448 -0.3781 -0.1116 +28 2018 2025 -0.2068 -0.3399 -0.0738 +28 2019 2020 -0.0392 -0.1506 0.0723 +28 2019 2021 -0.0137 -0.1396 0.1121 +28 2019 2022 -0.0774 -0.2124 0.0577 +28 2019 2023 -0.1402 -0.279 -0.0013 +28 2019 2024 -0.1925 -0.3284 -0.0565 +28 2019 2025 -0.1545 -0.2896 -0.0194 +28 2020 2021 0.0254 -0.088 0.1388 +28 2020 2022 -0.0382 -0.1728 0.0964 +28 2020 2023 -0.101 -0.2396 0.0375 +28 2020 2024 -0.1533 -0.2917 -0.015 +28 2020 2025 -0.1153 -0.2562 0.0256 +28 2021 2022 -0.0636 -0.1757 0.0485 +28 2021 2023 -0.1265 -0.2564 0.0035 +28 2021 2024 -0.1787 -0.3116 -0.0458 +28 2021 2025 -0.1407 -0.2752 -0.0063 +28 2022 2023 -0.0628 -0.1775 0.0519 +28 2022 2024 -0.1151 -0.2474 0.0172 +28 2022 2025 -0.0771 -0.2144 0.0601 +28 2023 2024 -0.0523 -0.1659 0.0613 +28 2023 2025 -0.0143 -0.1479 0.1194 +28 2024 2025 0.038 -0.0747 0.1507 +29 2007 2008 0.0993 -0.1412 0.3398 +29 2007 2009 -0.0092 -0.3074 0.289 +29 2007 2010 -0.0967 -0.4141 0.2207 +29 2007 2011 -0.1461 -0.4779 0.1857 +29 2007 2012 -0.2859 -0.635 0.0632 +29 2007 2013 -0.4624 -0.8259 -0.0989 +29 2007 2014 -0.5727 -0.9607 -0.1847 +29 2007 2015 -0.6112 -1.0057 -0.2167 +29 2007 2016 -0.6076 -0.988 -0.2271 +29 2007 2017 -0.5764 -0.9354 -0.2174 +29 2007 2018 -0.6501 -1.0414 -0.2588 +29 2007 2019 -0.6866 -1.0891 -0.2841 +29 2007 2020 -0.7116 -1.1341 -0.2891 +29 2007 2021 -0.6979 -1.1158 -0.2799 +29 2007 2022 -0.6743 -1.0788 -0.2697 +29 2007 2023 -0.6935 -1.1087 -0.2783 +29 2007 2024 -0.6665 -1.0747 -0.2583 +29 2007 2025 -0.6234 -1.0108 -0.2361 +29 2008 2009 -0.1085 -0.3318 0.1148 +29 2008 2010 -0.196 -0.4659 0.0739 +29 2008 2011 -0.2454 -0.5296 0.0388 +29 2008 2012 -0.3852 -0.7076 -0.0629 +29 2008 2013 -0.5617 -0.9256 -0.1978 +29 2008 2014 -0.672 -1.0705 -0.2735 +29 2008 2015 -0.7105 -1.1145 -0.3064 +29 2008 2016 -0.7068 -1.0892 -0.3245 +29 2008 2017 -0.6756 -1.0218 -0.3295 +29 2008 2018 -0.7494 -1.1424 -0.3563 +29 2008 2019 -0.7859 -1.1953 -0.3764 +29 2008 2020 -0.8109 -1.2436 -0.3781 +29 2008 2021 -0.7971 -1.2215 -0.3727 +29 2008 2022 -0.7735 -1.1799 -0.3671 +29 2008 2023 -0.7927 -1.2141 -0.3714 +29 2008 2024 -0.7658 -1.1748 -0.3567 +29 2008 2025 -0.7226 -1.1018 -0.3435 +29 2009 2010 -0.0875 -0.3115 0.1365 +29 2009 2011 -0.1369 -0.4135 0.1397 +29 2009 2012 -0.2767 -0.5948 0.0413 +29 2009 2013 -0.4532 -0.808 -0.0985 +29 2009 2014 -0.5636 -0.952 -0.1751 +29 2009 2015 -0.602 -0.9987 -0.2054 +29 2009 2016 -0.5984 -0.9799 -0.217 +29 2009 2017 -0.5672 -0.922 -0.2124 +29 2009 2018 -0.6409 -1.0355 -0.2464 +29 2009 2019 -0.6774 -1.0868 -0.2681 +29 2009 2020 -0.7024 -1.1339 -0.2709 +29 2009 2021 -0.6887 -1.1143 -0.2631 +29 2009 2022 -0.6651 -1.0756 -0.2546 +29 2009 2023 -0.6843 -1.1078 -0.2608 +29 2009 2024 -0.6573 -1.0716 -0.243 +29 2009 2025 -0.6142 -1.0038 -0.2247 +29 2010 2011 -0.0494 -0.2733 0.1745 +29 2010 2012 -0.1892 -0.4768 0.0984 +29 2010 2013 -0.3657 -0.6965 -0.035 +29 2010 2014 -0.4761 -0.8449 -0.1072 +29 2010 2015 -0.5145 -0.8955 -0.1336 +29 2010 2016 -0.5109 -0.8801 -0.1417 +29 2010 2017 -0.4797 -0.8267 -0.1327 +29 2010 2018 -0.5534 -0.9388 -0.168 +29 2010 2019 -0.5899 -0.9896 -0.1902 +29 2010 2020 -0.6149 -1.0368 -0.1931 +29 2010 2021 -0.6012 -1.0181 -0.1843 +29 2010 2022 -0.5776 -0.9803 -0.1748 +29 2010 2023 -0.5968 -1.0121 -0.1815 +29 2010 2024 -0.5698 -0.9772 -0.1624 +29 2010 2025 -0.5267 -0.9111 -0.1423 +29 2011 2012 -0.1398 -0.3693 0.0897 +29 2011 2013 -0.3164 -0.6237 -0.009 +29 2011 2014 -0.4267 -0.785 -0.0684 +29 2011 2015 -0.4651 -0.8408 -0.0895 +29 2011 2016 -0.4615 -0.8272 -0.0959 +29 2011 2017 -0.4303 -0.7726 -0.088 +29 2011 2018 -0.504 -0.8898 -0.1182 +29 2011 2019 -0.5405 -0.9426 -0.1384 +29 2011 2020 -0.5655 -0.9911 -0.14 +29 2011 2021 -0.5518 -0.9719 -0.1317 +29 2011 2022 -0.5282 -0.9333 -0.123 +29 2011 2023 -0.5474 -0.9667 -0.1281 +29 2011 2024 -0.5204 -0.9309 -0.1099 +29 2011 2025 -0.4773 -0.8632 -0.0915 +29 2012 2013 -0.1765 -0.4174 0.0644 +29 2012 2014 -0.2868 -0.6034 0.0298 +29 2012 2015 -0.3253 -0.6729 0.0223 +29 2012 2016 -0.3217 -0.6718 0.0284 +29 2012 2017 -0.2905 -0.6301 0.0491 +29 2012 2018 -0.3642 -0.7431 0.0147 +29 2012 2019 -0.4007 -0.7955 -0.006 +29 2012 2020 -0.4257 -0.8437 -0.0077 +29 2012 2021 -0.412 -0.8272 0.0033 +29 2012 2022 -0.3884 -0.7916 0.0149 +29 2012 2023 -0.4076 -0.8233 0.0081 +29 2012 2024 -0.3806 -0.7902 0.0289 +29 2012 2025 -0.3375 -0.7267 0.0516 +29 2013 2014 -0.1103 -0.3443 0.1236 +29 2013 2015 -0.1488 -0.4453 0.1477 +29 2013 2016 -0.1452 -0.4668 0.1764 +29 2013 2017 -0.114 -0.4471 0.2191 +29 2013 2018 -0.1877 -0.5528 0.1774 +29 2013 2019 -0.2242 -0.6036 0.1552 +29 2013 2020 -0.2492 -0.6509 0.1524 +29 2013 2021 -0.2355 -0.6389 0.1679 +29 2013 2022 -0.2119 -0.6081 0.1843 +29 2013 2023 -0.2311 -0.6365 0.1742 +29 2013 2024 -0.2042 -0.6079 0.1996 +29 2013 2025 -0.1611 -0.5518 0.2296 +29 2014 2015 -0.0385 -0.2726 0.1956 +29 2014 2016 -0.0349 -0.3321 0.2623 +29 2014 2017 -0.0037 -0.3361 0.3287 +29 2014 2018 -0.0774 -0.4426 0.2877 +29 2014 2019 -0.1139 -0.4959 0.268 +29 2014 2020 -0.1389 -0.5439 0.266 +29 2014 2021 -0.1252 -0.5353 0.2849 +29 2014 2022 -0.1016 -0.5081 0.305 +29 2014 2023 -0.1208 -0.5349 0.2933 +29 2014 2024 -0.0938 -0.5086 0.3209 +29 2014 2025 -0.0508 -0.4561 0.3546 +29 2015 2016 0.0036 -0.2328 0.2399 +29 2015 2017 0.0348 -0.2705 0.3401 +29 2015 2018 -0.0389 -0.3886 0.3108 +29 2015 2019 -0.0754 -0.4486 0.2978 +29 2015 2020 -0.1004 -0.5005 0.2996 +29 2015 2021 -0.0867 -0.4941 0.3206 +29 2015 2022 -0.0631 -0.4684 0.3422 +29 2015 2023 -0.0823 -0.4968 0.3321 +29 2015 2024 -0.0554 -0.4708 0.3601 +29 2015 2025 -0.0123 -0.4184 0.3938 +29 2016 2017 0.0312 -0.2045 0.2669 +29 2016 2018 -0.0425 -0.3514 0.2664 +29 2016 2019 -0.079 -0.4237 0.2656 +29 2016 2020 -0.104 -0.4831 0.2751 +29 2016 2021 -0.0903 -0.4787 0.2981 +29 2016 2022 -0.0667 -0.4533 0.32 +29 2016 2023 -0.0859 -0.4857 0.3138 +29 2016 2024 -0.0589 -0.459 0.3412 +29 2016 2025 -0.0159 -0.4039 0.3722 +29 2017 2018 -0.0737 -0.3115 0.1641 +29 2017 2019 -0.1102 -0.4108 0.1904 +29 2017 2020 -0.1352 -0.4839 0.2134 +29 2017 2021 -0.1215 -0.4832 0.2402 +29 2017 2022 -0.0979 -0.4591 0.2634 +29 2017 2023 -0.1171 -0.4975 0.2633 +29 2017 2024 -0.0901 -0.4696 0.2893 +29 2017 2025 -0.047 -0.41 0.3159 +29 2018 2019 -0.0365 -0.2731 0.2001 +29 2018 2020 -0.0615 -0.3755 0.2525 +29 2018 2021 -0.0478 -0.3948 0.2992 +29 2018 2022 -0.0242 -0.3855 0.3371 +29 2018 2023 -0.0434 -0.4276 0.3408 +29 2018 2024 -0.0164 -0.407 0.3742 +29 2018 2025 0.0267 -0.3562 0.4096 +29 2019 2020 -0.025 -0.2653 0.2153 +29 2019 2021 -0.0113 -0.317 0.2945 +29 2019 2022 0.0123 -0.3262 0.3509 +29 2019 2023 -0.0069 -0.377 0.3632 +29 2019 2024 0.0201 -0.3637 0.4038 +29 2019 2025 0.0632 -0.3192 0.4455 +29 2020 2021 0.0137 -0.2275 0.2549 +29 2020 2022 0.0373 -0.2741 0.3488 +29 2020 2023 0.0181 -0.3394 0.3756 +29 2020 2024 0.0451 -0.3363 0.4265 +29 2020 2025 0.0882 -0.3003 0.4767 +29 2021 2022 0.0236 -0.2162 0.2635 +29 2021 2023 0.0044 -0.311 0.3198 +29 2021 2024 0.0314 -0.3211 0.3838 +29 2021 2025 0.0745 -0.293 0.4419 +29 2022 2023 -0.0192 -0.258 0.2196 +29 2022 2024 0.0077 -0.2955 0.311 +29 2022 2025 0.0508 -0.2804 0.382 +29 2023 2024 0.027 -0.2118 0.2657 +29 2023 2025 0.0701 -0.2346 0.3747 +29 2024 2025 0.0431 -0.1941 0.2803 +30 2007 2008 0.0435 -0.028 0.115 +30 2007 2009 0.0743 -0.0018 0.1504 +30 2007 2010 0.1425 0.0736 0.2113 +30 2007 2011 0.1223 0.0465 0.198 +30 2007 2012 0.1447 0.0647 0.2247 +30 2007 2013 0.0714 -0.0016 0.1443 +30 2007 2014 0.1156 0.0378 0.1935 +30 2007 2015 0.0285 -0.0511 0.1081 +30 2007 2016 -0.0427 -0.1146 0.0293 +30 2007 2017 -0.0095 -0.0876 0.0685 +30 2007 2018 -0.007 -0.0847 0.0707 +30 2007 2019 0.0536 -0.0184 0.1256 +30 2007 2020 -0.0035 -0.0849 0.0779 +30 2007 2021 -0.0016 -0.0781 0.0749 +30 2007 2022 -0.0149 -0.0925 0.0628 +30 2007 2023 -0.0237 -0.1038 0.0565 +30 2007 2024 0.0094 -0.0654 0.0842 +30 2007 2025 0.11 0.043 0.1771 +30 2008 2009 0.0308 -0.0409 0.1024 +30 2008 2010 0.099 0.026 0.172 +30 2008 2011 0.0788 0.0113 0.1462 +30 2008 2012 0.1012 0.0231 0.1793 +30 2008 2013 0.0279 -0.0488 0.1045 +30 2008 2014 0.0721 0.0022 0.142 +30 2008 2015 -0.015 -0.0929 0.0628 +30 2008 2016 -0.0862 -0.1615 -0.0108 +30 2008 2017 -0.053 -0.123 0.017 +30 2008 2018 -0.0505 -0.1263 0.0254 +30 2008 2019 0.0101 -0.065 0.0853 +30 2008 2020 -0.047 -0.1211 0.0272 +30 2008 2021 -0.0451 -0.1183 0.0281 +30 2008 2022 -0.0584 -0.1384 0.0217 +30 2008 2023 -0.0672 -0.1398 0.0055 +30 2008 2024 -0.0341 -0.1068 0.0386 +30 2008 2025 0.0665 -0.0024 0.1355 +30 2009 2010 0.0682 -0.0035 0.1399 +30 2009 2011 0.048 -0.0273 0.1233 +30 2009 2012 0.0704 -0.0033 0.1441 +30 2009 2013 -0.0029 -0.0806 0.0748 +30 2009 2014 0.0413 -0.0359 0.1186 +30 2009 2015 -0.0458 -0.1198 0.0282 +30 2009 2016 -0.117 -0.1933 -0.0407 +30 2009 2017 -0.0838 -0.1611 -0.0065 +30 2009 2018 -0.0812 -0.1527 -0.0098 +30 2009 2019 -0.0206 -0.0973 0.056 +30 2009 2020 -0.0778 -0.1585 0.003 +30 2009 2021 -0.0759 -0.1461 -0.0056 +30 2009 2022 -0.0891 -0.1705 -0.0078 +30 2009 2023 -0.0979 -0.1772 -0.0186 +30 2009 2024 -0.0649 -0.1338 0.004 +30 2009 2025 0.0358 -0.0341 0.1057 +30 2010 2011 -0.0202 -0.0921 0.0517 +30 2010 2012 0.0022 -0.0758 0.0803 +30 2010 2013 -0.0711 -0.1428 6e-04 +30 2010 2014 -0.0269 -0.1032 0.0494 +30 2010 2015 -0.114 -0.1921 -0.036 +30 2010 2016 -0.1852 -0.2558 -0.1145 +30 2010 2017 -0.152 -0.2288 -0.0752 +30 2010 2018 -0.1495 -0.2256 -0.0733 +30 2010 2019 -0.0888 -0.1597 -0.018 +30 2010 2020 -0.146 -0.2263 -0.0656 +30 2010 2021 -0.1441 -0.2188 -0.0694 +30 2010 2022 -0.1573 -0.2337 -0.0809 +30 2010 2023 -0.1661 -0.2452 -0.087 +30 2010 2024 -0.1331 -0.2065 -0.0596 +30 2010 2025 -0.0324 -0.0983 0.0334 +30 2011 2012 0.0224 -0.0534 0.0983 +30 2011 2013 -0.0509 -0.1283 0.0265 +30 2011 2014 -0.0066 -0.0778 0.0645 +30 2011 2015 -0.0938 -0.1728 -0.0148 +30 2011 2016 -0.1649 -0.2414 -0.0885 +30 2011 2017 -0.1318 -0.2034 -0.0602 +30 2011 2018 -0.1292 -0.2065 -0.052 +30 2011 2019 -0.0686 -0.1452 0.008 +30 2011 2020 -0.1257 -0.2012 -0.0502 +30 2011 2021 -0.1239 -0.1988 -0.049 +30 2011 2022 -0.1371 -0.2186 -0.0557 +30 2011 2023 -0.1459 -0.2203 -0.0715 +30 2011 2024 -0.1129 -0.187 -0.0387 +30 2011 2025 -0.0122 -0.0827 0.0582 +30 2012 2013 -0.0733 -0.151 0.0043 +30 2012 2014 -0.0291 -0.1093 0.0511 +30 2012 2015 -0.1162 -0.1935 -0.0389 +30 2012 2016 -0.1874 -0.2678 -0.107 +30 2012 2017 -0.1542 -0.2354 -0.0731 +30 2012 2018 -0.1517 -0.2276 -0.0757 +30 2012 2019 -0.0911 -0.171 -0.0111 +30 2012 2020 -0.1482 -0.2327 -0.0636 +30 2012 2021 -0.1463 -0.2214 -0.0713 +30 2012 2022 -0.1596 -0.2445 -0.0746 +30 2012 2023 -0.1683 -0.2517 -0.085 +30 2012 2024 -0.1353 -0.2098 -0.0608 +30 2012 2025 -0.0347 -0.1092 0.0399 +30 2013 2014 0.0443 -0.032 0.1205 +30 2013 2015 -0.0429 -0.1236 0.0378 +30 2013 2016 -0.114 -0.187 -0.0411 +30 2013 2017 -0.0809 -0.1607 -0.0011 +30 2013 2018 -0.0783 -0.1576 9e-04 +30 2013 2019 -0.0177 -0.0923 0.0568 +30 2013 2020 -0.0748 -0.1578 0.0081 +30 2013 2021 -0.073 -0.151 0.0051 +30 2013 2022 -0.0862 -0.1655 -0.0069 +30 2013 2023 -0.095 -0.1768 -0.0132 +30 2013 2024 -0.062 -0.1385 0.0145 +30 2013 2025 0.0387 -0.031 0.1084 +30 2014 2015 -0.0871 -0.1639 -0.0104 +30 2014 2016 -0.1583 -0.2364 -0.0802 +30 2014 2017 -0.1251 -0.1973 -0.053 +30 2014 2018 -0.1226 -0.2013 -0.0439 +30 2014 2019 -0.062 -0.1399 0.016 +30 2014 2020 -0.1191 -0.1952 -0.043 +30 2014 2021 -0.1172 -0.1935 -0.041 +30 2014 2022 -0.1305 -0.2134 -0.0476 +30 2014 2023 -0.1393 -0.2147 -0.0639 +30 2014 2024 -0.1062 -0.1821 -0.0303 +30 2014 2025 -0.0056 -0.0778 0.0667 +30 2015 2016 -0.0712 -0.1471 0.0048 +30 2015 2017 -0.038 -0.1182 0.0422 +30 2015 2018 -0.0354 -0.1106 0.0397 +30 2015 2019 0.0252 -0.0542 0.1046 +30 2015 2020 -0.032 -0.1159 0.052 +30 2015 2021 -0.0301 -0.1045 0.0444 +30 2015 2022 -0.0433 -0.1277 0.041 +30 2015 2023 -0.0521 -0.1348 0.0305 +30 2015 2024 -0.0191 -0.0928 0.0547 +30 2015 2025 0.0816 0.0081 0.155 +30 2016 2017 0.0332 -0.0419 0.1082 +30 2016 2018 0.0357 -0.0417 0.1131 +30 2016 2019 0.0963 0.0244 0.1683 +30 2016 2020 0.0392 -0.0422 0.1206 +30 2016 2021 0.0411 -0.0353 0.1175 +30 2016 2022 0.0278 -0.0493 0.105 +30 2016 2023 0.019 -0.0611 0.0992 +30 2016 2024 0.0521 -0.0227 0.1268 +30 2016 2025 0.1527 0.0851 0.2204 +30 2017 2018 0.0026 -0.0726 0.0777 +30 2017 2019 0.0632 -0.0147 0.141 +30 2017 2020 0.006 -0.0688 0.0809 +30 2017 2021 0.0079 -0.0678 0.0836 +30 2017 2022 -0.0053 -0.0881 0.0774 +30 2017 2023 -0.0141 -0.0881 0.0598 +30 2017 2024 0.0189 -0.0565 0.0944 +30 2017 2025 0.1196 0.0469 0.1923 +30 2018 2019 0.0606 -0.014 0.1352 +30 2018 2020 0.0035 -0.0778 0.0848 +30 2018 2021 0.0054 -0.0649 0.0756 +30 2018 2022 -0.0079 -0.0902 0.0745 +30 2018 2023 -0.0167 -0.0971 0.0638 +30 2018 2024 0.0164 -0.0533 0.086 +30 2018 2025 0.117 0.0452 0.1888 +30 2019 2020 -0.0571 -0.1351 0.0208 +30 2019 2021 -0.0552 -0.1311 0.0206 +30 2019 2022 -0.0685 -0.1444 0.0074 +30 2019 2023 -0.0773 -0.1576 0.0031 +30 2019 2024 -0.0442 -0.1195 0.031 +30 2019 2025 0.0564 -0.0103 0.1231 +30 2020 2021 0.0019 -0.0743 0.078 +30 2020 2022 -0.0114 -0.0968 0.0741 +30 2020 2023 -0.0202 -0.0976 0.0573 +30 2020 2024 0.0129 -0.066 0.0918 +30 2020 2025 0.1135 0.0367 0.1903 +30 2021 2022 -0.0132 -0.0902 0.0637 +30 2021 2023 -0.022 -0.099 0.0549 +30 2021 2024 0.011 -0.0568 0.0788 +30 2021 2025 0.1117 0.0413 0.182 +30 2022 2023 -0.0088 -0.0888 0.0713 +30 2022 2024 0.0242 -0.0553 0.1037 +30 2022 2025 0.1249 0.0525 0.1973 +30 2023 2024 0.033 -0.0415 0.1075 +30 2023 2025 0.1337 0.0584 0.209 +30 2024 2025 0.1007 0.0338 0.1675 +31 2007 2010 -0.2332 -0.413 -0.0533 +31 2007 2013 -0.204 -0.4023 -0.0056 +31 2007 2016 -0.001 -0.1874 0.1854 +31 2007 2019 -0.3567 -0.5563 -0.1571 +31 2007 2022 -0.6415 -0.8647 -0.4182 +31 2007 2025 -0.7726 -1.0627 -0.4826 +31 2010 2013 0.0292 -0.1521 0.2105 +31 2010 2016 0.2321 0.0282 0.4361 +31 2010 2019 -0.1235 -0.3285 0.0815 +31 2010 2022 -0.4083 -0.6292 -0.1875 +31 2010 2025 -0.5395 -0.8234 -0.2556 +31 2013 2016 0.203 0.0142 0.3918 +31 2013 2019 -0.1527 -0.3572 0.0518 +31 2013 2022 -0.4375 -0.6624 -0.2127 +31 2013 2025 -0.5687 -0.8574 -0.2799 +31 2016 2019 -0.3557 -0.5376 -0.1738 +31 2016 2022 -0.6405 -0.8654 -0.4156 +31 2016 2025 -0.7716 -1.0684 -0.4749 +31 2019 2022 -0.2848 -0.4797 -0.09 +31 2019 2025 -0.416 -0.6927 -0.1393 +31 2022 2025 -0.1311 -0.3702 0.1079 +32 2007 2010 -0.0787 -0.1433 -0.0141 +32 2007 2013 -0.1844 -0.2587 -0.11 +32 2007 2016 -0.2445 -0.3169 -0.1721 +32 2007 2019 -0.3203 -0.3962 -0.2444 +32 2007 2022 -0.2128 -0.2938 -0.1317 +32 2007 2025 -0.3722 -0.4567 -0.2876 +32 2010 2013 -0.1057 -0.1829 -0.0285 +32 2010 2016 -0.1658 -0.2418 -0.0897 +32 2010 2019 -0.2416 -0.3208 -0.1623 +32 2010 2022 -0.1341 -0.2189 -0.0492 +32 2010 2025 -0.2935 -0.3823 -0.2046 +32 2013 2016 -0.0601 -0.1401 0.0199 +32 2013 2019 -0.1359 -0.22 -0.0517 +32 2013 2022 -0.0284 -0.1175 0.0607 +32 2013 2025 -0.1878 -0.2839 -0.0917 +32 2016 2019 -0.0758 -0.1562 0.0047 +32 2016 2022 0.0317 -0.0544 0.1179 +32 2016 2025 -0.1277 -0.2221 -0.0332 +32 2019 2022 0.1075 0.0209 0.1941 +32 2019 2025 -0.0519 -0.1463 0.0425 +32 2022 2025 -0.1594 -0.2583 -0.0605 +33 2007 2008 0.0554 -0.0222 0.133 +33 2007 2009 0.057 -0.0246 0.1385 +33 2007 2010 -0.0096 -0.0817 0.0625 +33 2007 2011 0.0305 -0.0534 0.1145 +33 2007 2012 -0.0119 -0.0997 0.076 +33 2007 2013 0.0455 -0.0304 0.1213 +33 2007 2014 -0.08 -0.1644 0.0045 +33 2007 2015 -0.0198 -0.1053 0.0657 +33 2007 2016 -0.1138 -0.1892 -0.0385 +33 2007 2017 -0.146 -0.2305 -0.0615 +33 2007 2018 -0.2103 -0.2939 -0.1267 +33 2007 2019 -0.1902 -0.2696 -0.1109 +33 2007 2020 -0.1103 -0.1968 -0.0238 +33 2007 2021 -0.2363 -0.3194 -0.1531 +33 2007 2022 -0.2907 -0.3774 -0.204 +33 2007 2023 -0.2812 -0.3686 -0.1937 +33 2007 2024 -0.3371 -0.4197 -0.2545 +33 2007 2025 -0.3495 -0.4249 -0.2742 +33 2008 2009 0.0016 -0.0773 0.0805 +33 2008 2010 -0.065 -0.1455 0.0154 +33 2008 2011 -0.0249 -0.0991 0.0494 +33 2008 2012 -0.0673 -0.1552 0.0207 +33 2008 2013 -0.0099 -0.0932 0.0733 +33 2008 2014 -0.1354 -0.2124 -0.0583 +33 2008 2015 -0.0752 -0.16 0.0096 +33 2008 2016 -0.1692 -0.2521 -0.0863 +33 2008 2017 -0.2014 -0.2772 -0.1256 +33 2008 2018 -0.2657 -0.3492 -0.1822 +33 2008 2019 -0.2456 -0.3311 -0.1602 +33 2008 2020 -0.1657 -0.2434 -0.088 +33 2008 2021 -0.2917 -0.3734 -0.2099 +33 2008 2022 -0.3461 -0.4377 -0.2545 +33 2008 2023 -0.3366 -0.4163 -0.2568 +33 2008 2024 -0.3925 -0.475 -0.31 +33 2008 2025 -0.4049 -0.4854 -0.3245 +33 2009 2010 -0.0666 -0.1453 0.012 +33 2009 2011 -0.0264 -0.1111 0.0583 +33 2009 2012 -0.0688 -0.1508 0.0131 +33 2009 2013 -0.0115 -0.0959 0.0728 +33 2009 2014 -0.1369 -0.2226 -0.0513 +33 2009 2015 -0.0768 -0.156 0.0024 +33 2009 2016 -0.1708 -0.2544 -0.0873 +33 2009 2017 -0.203 -0.2884 -0.1175 +33 2009 2018 -0.2673 -0.3446 -0.1899 +33 2009 2019 -0.2472 -0.3337 -0.1608 +33 2009 2020 -0.1673 -0.2537 -0.0809 +33 2009 2021 -0.2932 -0.3701 -0.2164 +33 2009 2022 -0.3477 -0.4404 -0.255 +33 2009 2023 -0.3381 -0.4257 -0.2505 +33 2009 2024 -0.3941 -0.4714 -0.3168 +33 2009 2025 -0.4065 -0.4877 -0.3254 +33 2010 2011 0.0402 -0.0415 0.1219 +33 2010 2012 -0.0022 -0.0898 0.0854 +33 2010 2013 0.0551 -0.0216 0.1317 +33 2010 2014 -0.0703 -0.1551 0.0145 +33 2010 2015 -0.0102 -0.0957 0.0753 +33 2010 2016 -0.1042 -0.1798 -0.0286 +33 2010 2017 -0.1364 -0.2215 -0.0512 +33 2010 2018 -0.2007 -0.2838 -0.1175 +33 2010 2019 -0.1806 -0.2607 -0.1006 +33 2010 2020 -0.1007 -0.1876 -0.0137 +33 2010 2021 -0.2266 -0.3092 -0.144 +33 2010 2022 -0.2811 -0.3681 -0.1941 +33 2010 2023 -0.2715 -0.3593 -0.1837 +33 2010 2024 -0.3275 -0.4099 -0.245 +33 2010 2025 -0.3399 -0.4159 -0.264 +33 2011 2012 -0.0424 -0.1296 0.0448 +33 2011 2013 0.0149 -0.0716 0.1014 +33 2011 2014 -0.1105 -0.191 -0.03 +33 2011 2015 -0.0503 -0.1384 0.0377 +33 2011 2016 -0.1444 -0.2309 -0.0578 +33 2011 2017 -0.1765 -0.2559 -0.0972 +33 2011 2018 -0.2408 -0.328 -0.1536 +33 2011 2019 -0.2208 -0.31 -0.1316 +33 2011 2020 -0.1408 -0.2219 -0.0598 +33 2011 2021 -0.2668 -0.3525 -0.1811 +33 2011 2022 -0.3212 -0.4165 -0.226 +33 2011 2023 -0.3117 -0.3952 -0.2282 +33 2011 2024 -0.3676 -0.4542 -0.2811 +33 2011 2025 -0.3801 -0.4643 -0.2958 +33 2012 2013 0.0573 -0.0297 0.1443 +33 2012 2014 -0.0681 -0.1589 0.0227 +33 2012 2015 -0.008 -0.0939 0.078 +33 2012 2016 -0.102 -0.1917 -0.0122 +33 2012 2017 -0.1341 -0.2257 -0.0426 +33 2012 2018 -0.1984 -0.2828 -0.1141 +33 2012 2019 -0.1784 -0.2705 -0.0863 +33 2012 2020 -0.0984 -0.1913 -0.0056 +33 2012 2021 -0.2244 -0.309 -0.1398 +33 2012 2022 -0.2788 -0.377 -0.1807 +33 2012 2023 -0.2693 -0.363 -0.1756 +33 2012 2024 -0.3252 -0.4109 -0.2396 +33 2012 2025 -0.3377 -0.4256 -0.2498 +33 2013 2014 -0.1254 -0.2099 -0.0409 +33 2013 2015 -0.0653 -0.1527 0.0221 +33 2013 2016 -0.1593 -0.237 -0.0815 +33 2013 2017 -0.1914 -0.2789 -0.104 +33 2013 2018 -0.2557 -0.3427 -0.1688 +33 2013 2019 -0.2357 -0.3188 -0.1526 +33 2013 2020 -0.1558 -0.2439 -0.0676 +33 2013 2021 -0.2817 -0.368 -0.1954 +33 2013 2022 -0.3361 -0.426 -0.2463 +33 2013 2023 -0.3266 -0.4165 -0.2367 +33 2013 2024 -0.3826 -0.4687 -0.2964 +33 2013 2025 -0.395 -0.4746 -0.3154 +33 2014 2015 0.0601 -0.0253 0.1456 +33 2014 2016 -0.0339 -0.1199 0.0521 +33 2014 2017 -0.066 -0.1457 0.0136 +33 2014 2018 -0.1303 -0.217 -0.0436 +33 2014 2019 -0.1103 -0.1993 -0.0213 +33 2014 2020 -0.0304 -0.1126 0.0519 +33 2014 2021 -0.1563 -0.242 -0.0706 +33 2014 2022 -0.2107 -0.3056 -0.1159 +33 2014 2023 -0.2012 -0.2851 -0.1173 +33 2014 2024 -0.2571 -0.3433 -0.171 +33 2014 2025 -0.2696 -0.3529 -0.1862 +33 2015 2016 -0.094 -0.1778 -0.0103 +33 2015 2017 -0.1262 -0.2142 -0.0382 +33 2015 2018 -0.1905 -0.2717 -0.1092 +33 2015 2019 -0.1704 -0.2597 -0.0812 +33 2015 2020 -0.0905 -0.1795 -0.0015 +33 2015 2021 -0.2164 -0.2977 -0.1351 +33 2015 2022 -0.2709 -0.3666 -0.1751 +33 2015 2023 -0.2613 -0.3519 -0.1708 +33 2015 2024 -0.3173 -0.3995 -0.2351 +33 2015 2025 -0.3297 -0.4136 -0.2459 +33 2016 2017 -0.0322 -0.1156 0.0513 +33 2016 2018 -0.0965 -0.1815 -0.0114 +33 2016 2019 -0.0764 -0.156 0.0032 +33 2016 2020 0.0035 -0.0846 0.0917 +33 2016 2021 -0.1224 -0.2071 -0.0377 +33 2016 2022 -0.1769 -0.2638 -0.0899 +33 2016 2023 -0.1673 -0.2564 -0.0783 +33 2016 2024 -0.2233 -0.3078 -0.1388 +33 2016 2025 -0.2357 -0.3131 -0.1583 +33 2017 2018 -0.0643 -0.148 0.0194 +33 2017 2019 -0.0443 -0.133 0.0445 +33 2017 2020 0.0357 -0.0435 0.1149 +33 2017 2021 -0.0903 -0.1756 -0.0049 +33 2017 2022 -0.1447 -0.2397 -0.0497 +33 2017 2023 -0.1352 -0.2172 -0.0531 +33 2017 2024 -0.1911 -0.2774 -0.1049 +33 2017 2025 -0.2036 -0.2881 -0.119 +33 2018 2019 0.02 -0.0638 0.1039 +33 2018 2020 0.1 0.0121 0.1879 +33 2018 2021 -0.026 -0.103 0.051 +33 2018 2022 -0.0804 -0.1737 0.0129 +33 2018 2023 -0.0709 -0.1598 0.018 +33 2018 2024 -0.1268 -0.2051 -0.0485 +33 2018 2025 -0.1393 -0.2215 -0.057 +33 2019 2020 0.0799 -0.0072 0.1671 +33 2019 2021 -0.046 -0.1324 0.0404 +33 2019 2022 -0.1004 -0.188 -0.0129 +33 2019 2023 -0.0909 -0.1821 3e-04 +33 2019 2024 -0.1469 -0.2339 -0.0598 +33 2019 2025 -0.1593 -0.2394 -0.0792 +33 2020 2021 -0.126 -0.2097 -0.0422 +33 2020 2022 -0.1804 -0.2765 -0.0843 +33 2020 2023 -0.1709 -0.2536 -0.0881 +33 2020 2024 -0.2268 -0.3148 -0.1388 +33 2020 2025 -0.2392 -0.3259 -0.1526 +33 2021 2022 -0.0544 -0.1427 0.0339 +33 2021 2023 -0.0449 -0.1314 0.0416 +33 2021 2024 -0.1008 -0.1777 -0.024 +33 2021 2025 -0.1133 -0.1951 -0.0315 +33 2022 2023 0.0095 -0.0822 0.1013 +33 2022 2024 -0.0464 -0.1388 0.046 +33 2022 2025 -0.0589 -0.1454 0.0277 +33 2023 2024 -0.0559 -0.1408 0.0289 +33 2023 2025 -0.0684 -0.1556 0.0188 +33 2024 2025 -0.0124 -0.0914 0.0665 +34 2007 2008 -0.0151 -0.195 0.1649 +34 2007 2009 -0.017 -0.2578 0.2238 +34 2007 2010 0.0354 -0.2351 0.3059 +34 2007 2011 0.0798 -0.2217 0.3813 +34 2007 2012 0.0697 -0.2471 0.3864 +34 2007 2013 0.0538 -0.2697 0.3773 +34 2007 2014 0.03 -0.2967 0.3567 +34 2007 2015 0.0258 -0.3051 0.3568 +34 2007 2016 -0.0353 -0.3712 0.3007 +34 2007 2017 -0.0818 -0.4252 0.2617 +34 2007 2018 -0.0729 -0.416 0.2702 +34 2007 2019 -0.0462 -0.3863 0.2938 +34 2007 2020 -0.0087 -0.3487 0.3313 +34 2007 2021 0.0155 -0.3212 0.3522 +34 2007 2022 0.0088 -0.3338 0.3514 +34 2007 2023 0.0419 -0.3004 0.3842 +34 2007 2024 0.0693 -0.2797 0.4183 +34 2007 2025 0.117 -0.2481 0.4821 +34 2008 2009 -0.0018 -0.1742 0.1706 +34 2008 2010 0.052 -0.178 0.2821 +34 2008 2011 0.0969 -0.1762 0.37 +34 2008 2012 0.0831 -0.2049 0.371 +34 2008 2013 0.0694 -0.2299 0.3687 +34 2008 2014 0.0451 -0.2558 0.346 +34 2008 2015 0.0407 -0.2662 0.3476 +34 2008 2016 -0.0204 -0.3294 0.2885 +34 2008 2017 -0.0668 -0.3805 0.247 +34 2008 2018 -0.0577 -0.3721 0.2567 +34 2008 2019 -0.0312 -0.3446 0.2823 +34 2008 2020 0.0064 -0.3094 0.3222 +34 2008 2021 0.0305 -0.2829 0.3438 +34 2008 2022 0.0238 -0.2942 0.3418 +34 2008 2023 0.057 -0.2625 0.3765 +34 2008 2024 0.0843 -0.2436 0.4121 +34 2008 2025 0.1321 -0.2161 0.4803 +34 2009 2010 0.0521 -0.1278 0.2319 +34 2009 2011 0.0995 -0.1495 0.3484 +34 2009 2012 0.0854 -0.1858 0.3565 +34 2009 2013 0.0709 -0.2158 0.3576 +34 2009 2014 0.047 -0.2442 0.3383 +34 2009 2015 0.0425 -0.2572 0.3423 +34 2009 2016 -0.0187 -0.3195 0.2822 +34 2009 2017 -0.065 -0.3701 0.2401 +34 2009 2018 -0.0559 -0.3626 0.2508 +34 2009 2019 -0.0294 -0.3366 0.2778 +34 2009 2020 0.0082 -0.3028 0.3191 +34 2009 2021 0.0323 -0.2767 0.3412 +34 2009 2022 0.0256 -0.2872 0.3384 +34 2009 2023 0.0588 -0.2565 0.3742 +34 2009 2024 0.0861 -0.2382 0.4104 +34 2009 2025 0.1339 -0.2126 0.4805 +34 2010 2011 0.0445 -0.133 0.2219 +34 2010 2012 0.0324 -0.1919 0.2566 +34 2010 2013 0.0179 -0.2348 0.2705 +34 2010 2014 -0.0058 -0.2729 0.2613 +34 2010 2015 -0.0101 -0.2882 0.2679 +34 2010 2016 -0.0716 -0.366 0.2228 +34 2010 2017 -0.1185 -0.4279 0.1909 +34 2010 2018 -0.1091 -0.4185 0.2003 +34 2010 2019 -0.0822 -0.3877 0.2233 +34 2010 2020 -0.0445 -0.3474 0.2584 +34 2010 2021 -0.0203 -0.3186 0.278 +34 2010 2022 -0.0269 -0.3347 0.2808 +34 2010 2023 0.0061 -0.2995 0.3117 +34 2010 2024 0.0333 -0.2785 0.345 +34 2010 2025 0.0811 -0.2454 0.4076 +34 2011 2012 -0.0115 -0.1832 0.1601 +34 2011 2013 -0.0259 -0.2471 0.1952 +34 2011 2014 -0.0506 -0.3027 0.2014 +34 2011 2015 -0.0548 -0.3217 0.2121 +34 2011 2016 -0.1169 -0.4147 0.1808 +34 2011 2017 -0.1625 -0.4827 0.1576 +34 2011 2018 -0.1524 -0.4721 0.1674 +34 2011 2019 -0.1269 -0.4413 0.1874 +34 2011 2020 -0.0886 -0.3953 0.2182 +34 2011 2021 -0.0646 -0.3651 0.2359 +34 2011 2022 -0.0713 -0.3859 0.2434 +34 2011 2023 -0.0379 -0.3463 0.2705 +34 2011 2024 -0.0107 -0.3229 0.3015 +34 2011 2025 0.0369 -0.2828 0.3566 +34 2012 2013 -0.0149 -0.1866 0.1567 +34 2012 2014 -0.0387 -0.261 0.1836 +34 2012 2015 -0.043 -0.2916 0.2057 +34 2012 2016 -0.106 -0.3898 0.1779 +34 2012 2017 -0.15 -0.4578 0.1577 +34 2012 2018 -0.1406 -0.451 0.1698 +34 2012 2019 -0.116 -0.4238 0.1919 +34 2012 2020 -0.0773 -0.3798 0.2253 +34 2012 2021 -0.0532 -0.3504 0.2441 +34 2012 2022 -0.0599 -0.3707 0.2509 +34 2012 2023 -0.0265 -0.3325 0.2795 +34 2012 2024 7e-04 -0.3099 0.3112 +34 2012 2025 0.0483 -0.272 0.3687 +34 2013 2014 -0.0231 -0.1939 0.1477 +34 2013 2015 -0.0274 -0.2474 0.1925 +34 2013 2016 -0.0903 -0.353 0.1724 +34 2013 2017 -0.1342 -0.4259 0.1575 +34 2013 2018 -0.1266 -0.4259 0.1728 +34 2013 2019 -0.1006 -0.3991 0.1979 +34 2013 2020 -0.0627 -0.3594 0.234 +34 2013 2021 -0.038 -0.3305 0.2545 +34 2013 2022 -0.0448 -0.3503 0.2608 +34 2013 2023 -0.0117 -0.3142 0.2908 +34 2013 2024 0.0156 -0.2924 0.3236 +34 2013 2025 0.0634 -0.2565 0.3833 +34 2014 2015 -0.0044 -0.1744 0.1655 +34 2014 2016 -0.065 -0.2922 0.1623 +34 2014 2017 -0.1123 -0.3792 0.1547 +34 2014 2018 -0.1046 -0.3851 0.1759 +34 2014 2019 -0.0763 -0.3594 0.2067 +34 2014 2020 -0.0387 -0.3238 0.2465 +34 2014 2021 -0.0147 -0.2989 0.2696 +34 2014 2022 -0.0213 -0.318 0.2754 +34 2014 2023 0.0118 -0.2837 0.3073 +34 2014 2024 0.039 -0.2637 0.3417 +34 2014 2025 0.0868 -0.2312 0.4048 +34 2015 2016 -0.0625 -0.2439 0.1189 +34 2015 2017 -0.1065 -0.3481 0.135 +34 2015 2018 -0.1008 -0.3656 0.164 +34 2015 2019 -0.072 -0.3435 0.1994 +34 2015 2020 -0.0343 -0.31 0.2415 +34 2015 2021 -0.0104 -0.2872 0.2664 +34 2015 2022 -0.0171 -0.3089 0.2748 +34 2015 2023 0.0161 -0.2746 0.3068 +34 2015 2024 0.0433 -0.2544 0.3411 +34 2015 2025 0.091 -0.2211 0.4032 +34 2016 2017 -0.046 -0.2216 0.1297 +34 2016 2018 -0.0373 -0.2598 0.1853 +34 2016 2019 -0.0111 -0.259 0.2368 +34 2016 2020 0.0266 -0.2396 0.2927 +34 2016 2021 0.0513 -0.2229 0.3256 +34 2016 2022 0.0443 -0.2402 0.3288 +34 2016 2023 0.0774 -0.2133 0.3681 +34 2016 2024 0.1052 -0.1975 0.4078 +34 2016 2025 0.1522 -0.1739 0.4784 +34 2017 2018 0.0091 -0.1611 0.1793 +34 2017 2019 0.0351 -0.1851 0.2553 +34 2017 2020 0.0723 -0.1818 0.3264 +34 2017 2021 0.0985 -0.1731 0.37 +34 2017 2022 0.0906 -0.1891 0.3703 +34 2017 2023 0.1237 -0.1681 0.4155 +34 2017 2024 0.151 -0.1559 0.4579 +34 2017 2025 0.201 -0.1387 0.5406 +34 2018 2019 0.026 -0.144 0.1961 +34 2018 2020 0.0633 -0.161 0.2876 +34 2018 2021 0.0895 -0.1623 0.3414 +34 2018 2022 0.0812 -0.1849 0.3474 +34 2018 2023 0.1152 -0.1663 0.3967 +34 2018 2024 0.1416 -0.1555 0.4387 +34 2018 2025 0.1926 -0.1373 0.5224 +34 2019 2020 0.0386 -0.1345 0.2118 +34 2019 2021 0.0613 -0.1571 0.2798 +34 2019 2022 0.056 -0.1918 0.3038 +34 2019 2023 0.0889 -0.1758 0.3536 +34 2019 2024 0.1163 -0.1674 0.3999 +34 2019 2025 0.1652 -0.1479 0.4783 +34 2020 2021 0.0239 -0.1441 0.1919 +34 2020 2022 0.0177 -0.2036 0.2389 +34 2020 2023 0.0515 -0.1942 0.2971 +34 2020 2024 0.0776 -0.1889 0.344 +34 2020 2025 0.1257 -0.1696 0.421 +34 2021 2022 -0.0067 -0.1771 0.1636 +34 2021 2023 0.0262 -0.1861 0.2384 +34 2021 2024 0.0546 -0.1898 0.2989 +34 2021 2025 0.1032 -0.1731 0.3794 +34 2022 2023 0.0339 -0.1371 0.2048 +34 2022 2024 0.0601 -0.163 0.2832 +34 2022 2025 0.1097 -0.1599 0.3792 +34 2023 2024 0.0273 -0.1423 0.1968 +34 2023 2025 0.0754 -0.1556 0.3065 +34 2024 2025 0.0474 -0.1294 0.2242 +35 2007 2010 0.0641 -0.2446 0.3728 +35 2007 2013 0.2299 -0.1449 0.6046 +35 2007 2016 0.4409 -0.012 0.8938 +35 2007 2019 0.4372 -0.0283 0.9027 +35 2007 2022 0.2168 -0.2262 0.6597 +35 2007 2025 0.0781 -0.4364 0.5926 +35 2010 2013 0.1658 -0.132 0.4636 +35 2010 2016 0.3769 -0.0249 0.7788 +35 2010 2019 0.3732 -0.0473 0.7936 +35 2010 2022 0.1527 -0.2512 0.5566 +35 2010 2025 0.014 -0.4673 0.4953 +35 2013 2016 0.211 -0.088 0.51 +35 2013 2019 0.2074 -0.1361 0.5509 +35 2013 2022 -0.013 -0.386 0.3599 +35 2013 2025 -0.1518 -0.624 0.3204 +35 2016 2019 -0.0035 -0.2643 0.2572 +35 2016 2022 -0.224 -0.5878 0.1398 +35 2016 2025 -0.3628 -0.8592 0.1335 +35 2019 2022 -0.2205 -0.5325 0.0915 +35 2019 2025 -0.3594 -0.8267 0.1079 +35 2022 2025 -0.1388 -0.4864 0.2088 +36 2007 2010 -0.0653 -0.1173 -0.0133 +36 2007 2013 -0.209 -0.2678 -0.1502 +36 2007 2016 -0.16 -0.2147 -0.1054 +36 2007 2019 -0.206 -0.2626 -0.1493 +36 2007 2022 -0.2576 -0.317 -0.1981 +36 2007 2025 -0.1677 -0.2369 -0.0984 +36 2010 2013 -0.1437 -0.2026 -0.0848 +36 2010 2016 -0.0947 -0.1518 -0.0377 +36 2010 2019 -0.1407 -0.2001 -0.0812 +36 2010 2022 -0.1923 -0.2546 -0.1299 +36 2010 2025 -0.1024 -0.174 -0.0308 +36 2013 2016 0.049 -0.0093 0.1072 +36 2013 2019 0.003 -0.0583 0.0644 +36 2013 2022 -0.0486 -0.1105 0.0133 +36 2013 2025 0.0413 -0.0344 0.117 +36 2016 2019 -0.0459 -0.101 0.0091 +36 2016 2022 -0.0975 -0.1577 -0.0374 +36 2016 2025 -0.0077 -0.0787 0.0634 +36 2019 2022 -0.0516 -0.1093 0.006 +36 2019 2025 0.0383 -0.0341 0.1106 +36 2022 2025 0.0899 0.0181 0.1617 +37 2007 2010 -0.0325 -0.1148 0.0497 +37 2007 2013 0.0074 -0.0794 0.0943 +37 2007 2016 0.0485 -0.0368 0.1338 +37 2007 2019 0.1994 0.1142 0.2846 +37 2007 2022 0.253 0.1677 0.3383 +37 2007 2025 0.3509 0.2478 0.4539 +37 2010 2013 0.0399 -0.0447 0.1246 +37 2010 2016 0.081 -0.0057 0.1677 +37 2010 2019 0.2319 0.1432 0.3206 +37 2010 2022 0.2855 0.1967 0.3743 +37 2010 2025 0.3834 0.2762 0.4906 +37 2013 2016 0.0411 -0.0408 0.123 +37 2013 2019 0.192 0.1051 0.2789 +37 2013 2022 0.2456 0.1579 0.3333 +37 2013 2025 0.3435 0.2377 0.4492 +37 2016 2019 0.1509 0.0713 0.2305 +37 2016 2022 0.2045 0.1213 0.2876 +37 2016 2025 0.3023 0.1984 0.4063 +37 2019 2022 0.0536 -0.0242 0.1314 +37 2019 2025 0.1515 0.0521 0.2508 +37 2022 2025 0.0979 0.0021 0.1937 +38 2007 2010 0.0412 -0.1532 0.2357 +38 2007 2013 0.0608 -0.174 0.2955 +38 2007 2016 0.1599 -0.0979 0.4176 +38 2007 2019 0.2447 -0.0498 0.5391 +38 2007 2022 0.2385 -0.0595 0.5366 +38 2007 2025 0.17 -0.1539 0.4939 +38 2010 2013 0.0196 -0.1681 0.2072 +38 2010 2016 0.1186 -0.1046 0.3417 +38 2010 2019 0.2035 -0.0564 0.4634 +38 2010 2022 0.1973 -0.0711 0.4657 +38 2010 2025 0.1287 -0.1801 0.4375 +38 2013 2016 0.0991 -0.0904 0.2886 +38 2013 2019 0.1842 -0.0631 0.4316 +38 2013 2022 0.178 -0.081 0.437 +38 2013 2025 0.1093 -0.1882 0.4067 +38 2016 2019 0.0849 -0.0982 0.2681 +38 2016 2022 0.0788 -0.1414 0.2991 +38 2016 2025 0.0103 -0.2769 0.2975 +38 2019 2022 -0.006 -0.1887 0.1767 +38 2019 2025 -0.0747 -0.3528 0.2034 +38 2022 2025 -0.0686 -0.2921 0.155 +39 2007 2010 -0.1404 -0.601 0.3202 +39 2007 2013 -0.1038 -0.6151 0.4074 +39 2007 2016 0.5624 0.0977 1.0271 +39 2007 2019 0.1142 -0.4118 0.6402 +39 2007 2022 0.5406 0.0507 1.0305 +39 2007 2025 0.8388 0.1927 1.4849 +39 2010 2013 0.0365 -0.3901 0.4631 +39 2010 2016 0.7027 0.2564 1.149 +39 2010 2019 0.2545 -0.2238 0.7329 +39 2010 2022 0.6809 0.2141 1.1477 +39 2010 2025 0.9792 0.339 1.6193 +39 2013 2016 0.6662 0.2483 1.0841 +39 2013 2019 0.218 -0.2355 0.6715 +39 2013 2022 0.6444 0.1873 1.1014 +39 2013 2025 0.9427 0.3025 1.5828 +39 2016 2019 -0.4482 -0.8671 -0.0292 +39 2016 2022 -0.0218 -0.4034 0.3598 +39 2016 2025 0.2765 -0.284 0.8369 +39 2019 2022 0.4264 0.0153 0.8375 +39 2019 2025 0.7247 0.0984 1.351 +39 2022 2025 0.2983 -0.2159 0.8126 +40 2007 2008 -0.0045 -0.1948 0.1858 +40 2007 2009 0.0134 -0.2126 0.2393 +40 2007 2010 -0.0876 -0.323 0.1477 +40 2007 2011 -0.1134 -0.3478 0.1211 +40 2007 2012 -0.0488 -0.2931 0.1954 +40 2007 2013 -0.1121 -0.3583 0.134 +40 2007 2014 -0.0731 -0.3087 0.1626 +40 2007 2015 -0.2051 -0.4584 0.0482 +40 2007 2016 -0.31 -0.5646 -0.0554 +40 2007 2017 -0.2812 -0.52 -0.0423 +40 2007 2018 -0.2935 -0.5446 -0.0425 +40 2007 2019 -0.1594 -0.4044 0.0856 +40 2007 2020 -0.0269 -0.2669 0.2132 +40 2007 2021 -0.1388 -0.3789 0.1012 +40 2007 2022 -0.0386 -0.2807 0.2034 +40 2007 2023 -0.0697 -0.3081 0.1686 +40 2007 2024 0.1601 -0.0743 0.3945 +40 2007 2025 0.1251 -0.1039 0.3541 +40 2008 2009 0.0178 -0.1631 0.1988 +40 2008 2010 -0.0832 -0.2906 0.1243 +40 2008 2011 -0.1089 -0.3133 0.0955 +40 2008 2012 -0.0443 -0.2646 0.1759 +40 2008 2013 -0.1076 -0.3316 0.1163 +40 2008 2014 -0.0686 -0.2749 0.1377 +40 2008 2015 -0.2006 -0.4289 0.0277 +40 2008 2016 -0.3055 -0.538 -0.073 +40 2008 2017 -0.2767 -0.4868 -0.0666 +40 2008 2018 -0.289 -0.5151 -0.063 +40 2008 2019 -0.1549 -0.377 0.0672 +40 2008 2020 -0.0224 -0.2336 0.1889 +40 2008 2021 -0.1344 -0.3476 0.0789 +40 2008 2022 -0.0341 -0.253 0.1847 +40 2008 2023 -0.0652 -0.275 0.1445 +40 2008 2024 0.1645 -0.0434 0.3725 +40 2008 2025 0.1296 -0.0772 0.3365 +40 2009 2010 -0.101 -0.294 0.092 +40 2009 2011 -0.1267 -0.3394 0.086 +40 2009 2012 -0.0622 -0.2858 0.1614 +40 2009 2013 -0.1255 -0.3592 0.1082 +40 2009 2014 -0.0864 -0.3037 0.1309 +40 2009 2015 -0.2185 -0.4559 0.019 +40 2009 2016 -0.3234 -0.5696 -0.0772 +40 2009 2017 -0.2945 -0.5199 -0.0691 +40 2009 2018 -0.3069 -0.5441 -0.0696 +40 2009 2019 -0.1727 -0.4053 0.0598 +40 2009 2020 -0.0402 -0.2615 0.1811 +40 2009 2021 -0.1522 -0.3769 0.0725 +40 2009 2022 -0.052 -0.2805 0.1766 +40 2009 2023 -0.0831 -0.31 0.1439 +40 2009 2024 0.1467 -0.065 0.3584 +40 2009 2025 0.1118 -0.1056 0.3292 +40 2010 2011 -0.0257 -0.2163 0.1648 +40 2010 2012 0.0388 -0.1898 0.2674 +40 2010 2013 -0.0245 -0.2584 0.2094 +40 2010 2014 0.0146 -0.2142 0.2434 +40 2010 2015 -0.1175 -0.3613 0.1264 +40 2010 2016 -0.2224 -0.4658 0.0211 +40 2010 2017 -0.1935 -0.4232 0.0362 +40 2010 2018 -0.2059 -0.4456 0.0338 +40 2010 2019 -0.0717 -0.3094 0.1659 +40 2010 2020 0.0608 -0.1751 0.2967 +40 2010 2021 -0.0512 -0.2801 0.1777 +40 2010 2022 0.049 -0.1856 0.2836 +40 2010 2023 0.0179 -0.2095 0.2453 +40 2010 2024 0.2477 0.0182 0.4772 +40 2010 2025 0.2128 -0.0105 0.436 +40 2011 2012 0.0645 -0.1324 0.2615 +40 2011 2013 0.0012 -0.2207 0.2232 +40 2011 2014 0.0403 -0.1777 0.2582 +40 2011 2015 -0.0917 -0.3293 0.1459 +40 2011 2016 -0.1967 -0.4363 0.043 +40 2011 2017 -0.1678 -0.3897 0.0541 +40 2011 2018 -0.1802 -0.4151 0.0547 +40 2011 2019 -0.046 -0.2805 0.1885 +40 2011 2020 0.0865 -0.1422 0.3152 +40 2011 2021 -0.0255 -0.249 0.198 +40 2011 2022 0.0747 -0.1571 0.3065 +40 2011 2023 0.0436 -0.1764 0.2637 +40 2011 2024 0.2734 0.0485 0.4984 +40 2011 2025 0.2385 0.0173 0.4596 +40 2012 2013 -0.0633 -0.2651 0.1385 +40 2012 2014 -0.0242 -0.2408 0.1923 +40 2012 2015 -0.1563 -0.4006 0.088 +40 2012 2016 -0.2612 -0.5167 -0.0056 +40 2012 2017 -0.2323 -0.4692 0.0045 +40 2012 2018 -0.2447 -0.4942 0.0047 +40 2012 2019 -0.1106 -0.3548 0.1337 +40 2012 2020 0.022 -0.2113 0.2552 +40 2012 2021 -0.09 -0.3274 0.1473 +40 2012 2022 0.0102 -0.2302 0.2506 +40 2012 2023 -0.0209 -0.2604 0.2186 +40 2012 2024 0.2089 -0.0161 0.4339 +40 2012 2025 0.174 -0.0568 0.4047 +40 2013 2014 0.0391 -0.1587 0.2369 +40 2013 2015 -0.093 -0.3311 0.1451 +40 2013 2016 -0.1979 -0.4444 0.0487 +40 2013 2017 -0.169 -0.4045 0.0665 +40 2013 2018 -0.1814 -0.4289 0.0661 +40 2013 2019 -0.0473 -0.2915 0.197 +40 2013 2020 0.0853 -0.1556 0.3262 +40 2013 2021 -0.0267 -0.2639 0.2104 +40 2013 2022 0.0735 -0.1678 0.3148 +40 2013 2023 0.0424 -0.1934 0.2782 +40 2013 2024 0.2722 0.0368 0.5076 +40 2013 2025 0.2373 0.0061 0.4684 +40 2014 2015 -0.132 -0.3323 0.0683 +40 2014 2016 -0.237 -0.4706 -0.0033 +40 2014 2017 -0.2081 -0.4261 0.0099 +40 2014 2018 -0.2205 -0.4598 0.0189 +40 2014 2019 -0.0863 -0.318 0.1454 +40 2014 2020 0.0462 -0.1691 0.2616 +40 2014 2021 -0.0658 -0.2934 0.1619 +40 2014 2022 0.0345 -0.1937 0.2627 +40 2014 2023 0.0034 -0.2225 0.2292 +40 2014 2024 0.2331 0.0202 0.4461 +40 2014 2025 0.1982 -0.0207 0.4172 +40 2015 2016 -0.1049 -0.311 0.1012 +40 2015 2017 -0.0761 -0.301 0.1489 +40 2015 2018 -0.0885 -0.332 0.1551 +40 2015 2019 0.0457 -0.2015 0.293 +40 2015 2020 0.1783 -0.0657 0.4222 +40 2015 2021 0.0662 -0.1721 0.3045 +40 2015 2022 0.1665 -0.0805 0.4134 +40 2015 2023 0.1354 -0.1031 0.3738 +40 2015 2024 0.3652 0.127 0.6034 +40 2015 2025 0.3302 0.0928 0.5676 +40 2016 2017 0.0289 -0.1706 0.2283 +40 2016 2018 0.0165 -0.2182 0.2512 +40 2016 2019 0.1506 -0.0952 0.3965 +40 2016 2020 0.2832 0.0311 0.5353 +40 2016 2021 0.1712 -0.0674 0.4097 +40 2016 2022 0.2714 0.0225 0.5203 +40 2016 2023 0.2403 0.0045 0.4761 +40 2016 2024 0.4701 0.2206 0.7196 +40 2016 2025 0.4351 0.1949 0.6754 +40 2017 2018 -0.0124 -0.208 0.1832 +40 2017 2019 0.1218 -0.0994 0.343 +40 2017 2020 0.2543 0.0315 0.4771 +40 2017 2021 0.1423 -0.0795 0.3641 +40 2017 2022 0.2425 0.0114 0.4737 +40 2017 2023 0.2114 -0.0073 0.4302 +40 2017 2024 0.4412 0.2157 0.6667 +40 2017 2025 0.4063 0.1823 0.6303 +40 2018 2019 0.1342 -0.0679 0.3362 +40 2018 2020 0.2667 0.0331 0.5003 +40 2018 2021 0.1547 -0.0717 0.3811 +40 2018 2022 0.2549 0.0121 0.4977 +40 2018 2023 0.2238 -0.006 0.4536 +40 2018 2024 0.4536 0.2144 0.6928 +40 2018 2025 0.4187 0.183 0.6543 +40 2019 2020 0.1326 -0.065 0.3301 +40 2019 2021 0.0205 -0.2031 0.2441 +40 2019 2022 0.1208 -0.1127 0.3542 +40 2019 2023 0.0896 -0.1428 0.3221 +40 2019 2024 0.3195 0.0896 0.5493 +40 2019 2025 0.2845 0.0562 0.5128 +40 2020 2021 -0.112 -0.3119 0.0878 +40 2020 2022 -0.0118 -0.2318 0.2082 +40 2020 2023 -0.0429 -0.2697 0.184 +40 2020 2024 0.1869 -0.0256 0.3995 +40 2020 2025 0.152 -0.0713 0.3752 +40 2021 2022 0.1002 -0.0944 0.2949 +40 2021 2023 0.0691 -0.1387 0.2769 +40 2021 2024 0.2989 0.0781 0.5197 +40 2021 2025 0.264 0.0412 0.4867 +40 2022 2023 -0.0311 -0.2268 0.1645 +40 2022 2024 0.1987 -0.0167 0.4141 +40 2022 2025 0.1638 -0.0577 0.3852 +40 2023 2024 0.2298 0.0293 0.4304 +40 2023 2025 0.1949 -0.0207 0.4104 +40 2024 2025 -0.035 -0.2212 0.1512 +41 2007 2010 -0.0548 -0.1985 0.0889 +41 2007 2013 -0.0392 -0.1998 0.1213 +41 2007 2016 0.0986 -0.0536 0.2507 +41 2007 2019 0.2459 0.0913 0.4005 +41 2007 2022 0.2146 0.0576 0.3716 +41 2007 2025 0.0584 -0.1451 0.262 +41 2010 2013 0.0155 -0.1263 0.1574 +41 2010 2016 0.1533 0.0035 0.3032 +41 2010 2019 0.3007 0.1365 0.4648 +41 2010 2022 0.2694 0.1055 0.4332 +41 2010 2025 0.1132 -0.0815 0.3079 +41 2013 2016 0.1378 -0.0035 0.2792 +41 2013 2019 0.2851 0.1178 0.4525 +41 2013 2022 0.2538 0.0862 0.4215 +41 2013 2025 0.0976 -0.096 0.2913 +41 2016 2019 0.1474 0.0126 0.2821 +41 2016 2022 0.116 -0.0309 0.263 +41 2016 2025 -0.0402 -0.2343 0.1539 +41 2019 2022 -0.0313 -0.1628 0.1001 +41 2019 2025 -0.1875 -0.393 0.018 +41 2022 2025 -0.1563 -0.3404 0.0279 +42 2007 2010 0.1064 -0.1358 0.3487 +42 2007 2013 0.076 -0.2006 0.3525 +42 2007 2016 -0.0495 -0.3366 0.2376 +42 2007 2019 0.0277 -0.261 0.3165 +42 2007 2022 0.0412 -0.2581 0.3404 +42 2007 2025 0.1534 -0.2004 0.5071 +42 2010 2013 -0.0306 -0.2445 0.1833 +42 2010 2016 -0.1606 -0.4473 0.1262 +42 2010 2019 -0.0793 -0.3473 0.1887 +42 2010 2022 -0.0662 -0.3524 0.2201 +42 2010 2025 0.0461 -0.2699 0.362 +42 2013 2016 -0.1287 -0.3694 0.112 +42 2013 2019 -0.049 -0.2972 0.1993 +42 2013 2022 -0.0349 -0.3067 0.2369 +42 2013 2025 0.0772 -0.2345 0.3888 +42 2016 2019 0.0786 -0.1444 0.3017 +42 2016 2022 0.0916 -0.1691 0.3522 +42 2016 2025 0.2061 -0.1336 0.5458 +42 2019 2022 0.0136 -0.1977 0.2249 +42 2019 2025 0.1251 -0.1633 0.4136 +42 2022 2025 0.1109 -0.1381 0.3599 +43 2007 2008 0.007 -0.1613 0.1752 +43 2007 2009 0.0283 -0.2034 0.2601 +43 2007 2010 0.0658 -0.2084 0.3401 +43 2007 2011 0.1625 -0.1523 0.4772 +43 2007 2012 0.2457 -0.1063 0.5977 +43 2007 2013 0.2908 -0.0837 0.6653 +43 2007 2014 0.3124 -0.0755 0.7004 +43 2007 2015 0.3219 -0.0685 0.7124 +43 2007 2016 0.3776 -0.0371 0.7922 +43 2007 2017 0.4034 -0.0211 0.8278 +43 2007 2018 0.4398 0.0047 0.875 +43 2007 2019 0.4522 0.0053 0.8992 +43 2007 2020 0.4877 0.0184 0.9569 +43 2007 2021 0.4856 0.0179 0.9534 +43 2007 2022 0.475 0.0053 0.9447 +43 2007 2023 0.4149 -0.0381 0.868 +43 2007 2024 0.3315 -0.105 0.7681 +43 2007 2025 0.3299 -0.1257 0.7856 +43 2008 2009 0.0213 -0.1442 0.1869 +43 2008 2010 0.0589 -0.1658 0.2835 +43 2008 2011 0.1555 -0.119 0.4301 +43 2008 2012 0.2387 -0.0801 0.5575 +43 2008 2013 0.2838 -0.0611 0.6287 +43 2008 2014 0.3055 -0.0542 0.6651 +43 2008 2015 0.315 -0.0475 0.6775 +43 2008 2016 0.3707 -0.0183 0.7596 +43 2008 2017 0.3965 -0.0031 0.796 +43 2008 2018 0.4329 0.0218 0.8439 +43 2008 2019 0.4453 0.0215 0.869 +43 2008 2020 0.4807 0.0335 0.9279 +43 2008 2021 0.4786 0.0329 0.9243 +43 2008 2022 0.468 0.0201 0.9159 +43 2008 2023 0.408 -0.0224 0.8384 +43 2008 2024 0.3246 -0.0882 0.7373 +43 2008 2025 0.323 -0.1102 0.7562 +43 2009 2010 0.0375 -0.1259 0.2009 +43 2009 2011 0.1342 -0.0971 0.3655 +43 2009 2012 0.2174 -0.0675 0.5022 +43 2009 2013 0.2625 -0.0529 0.5779 +43 2009 2014 0.2841 -0.0482 0.6164 +43 2009 2015 0.2936 -0.0426 0.6298 +43 2009 2016 0.3493 -0.0147 0.7134 +43 2009 2017 0.3751 -3e-04 0.7505 +43 2009 2018 0.4115 0.0243 0.7986 +43 2009 2019 0.4239 0.0232 0.8245 +43 2009 2020 0.4593 0.0343 0.8843 +43 2009 2021 0.4572 0.0337 0.8808 +43 2009 2022 0.4466 0.0204 0.8729 +43 2009 2023 0.3866 -0.0225 0.7958 +43 2009 2024 0.3032 -0.0891 0.6955 +43 2009 2025 0.3016 -0.1125 0.7157 +43 2010 2011 0.0966 -0.076 0.2691 +43 2010 2012 0.1798 -0.0633 0.4229 +43 2010 2013 0.2249 -0.0558 0.5056 +43 2010 2014 0.2466 -0.0551 0.5483 +43 2010 2015 0.2561 -0.0523 0.5645 +43 2010 2016 0.3118 -0.0254 0.649 +43 2010 2017 0.3375 -0.0121 0.6872 +43 2010 2018 0.3739 0.0122 0.7357 +43 2010 2019 0.3863 0.0104 0.7623 +43 2010 2020 0.4218 0.0213 0.8222 +43 2010 2021 0.4197 0.0204 0.819 +43 2010 2022 0.4091 0.0067 0.8115 +43 2010 2023 0.3491 -0.0383 0.7364 +43 2010 2024 0.2657 -0.1086 0.64 +43 2010 2025 0.2641 -0.1334 0.6616 +43 2011 2012 0.083 -0.0834 0.2495 +43 2011 2013 0.1282 -0.0921 0.3485 +43 2011 2014 0.1499 -0.1023 0.4021 +43 2011 2015 0.1594 -0.1082 0.4271 +43 2011 2016 0.215 -0.0748 0.5047 +43 2011 2017 0.2407 -0.0615 0.5429 +43 2011 2018 0.2771 -0.0338 0.5881 +43 2011 2019 0.2895 -0.0377 0.6167 +43 2011 2020 0.325 -0.0228 0.6727 +43 2011 2021 0.323 -0.0253 0.6712 +43 2011 2022 0.3124 -0.0408 0.6656 +43 2011 2023 0.2524 -0.098 0.6028 +43 2011 2024 0.1691 -0.1879 0.526 +43 2011 2025 0.1675 -0.2139 0.5488 +43 2012 2013 0.0451 -0.1127 0.2029 +43 2012 2014 0.0668 -0.142 0.2756 +43 2012 2015 0.0764 -0.1588 0.3115 +43 2012 2016 0.1319 -0.123 0.3868 +43 2012 2017 0.1576 -0.1112 0.4264 +43 2012 2018 0.194 -0.0801 0.4681 +43 2012 2019 0.2064 -0.0863 0.4991 +43 2012 2020 0.2418 -0.0673 0.5509 +43 2012 2021 0.2398 -0.0714 0.551 +43 2012 2022 0.2292 -0.0887 0.5472 +43 2012 2023 0.1693 -0.1571 0.4957 +43 2012 2024 0.086 -0.2608 0.4328 +43 2012 2025 0.0844 -0.2873 0.456 +43 2013 2014 0.0217 -0.1362 0.1796 +43 2013 2015 0.0313 -0.1739 0.2365 +43 2013 2016 0.0868 -0.1454 0.319 +43 2013 2017 0.1125 -0.1392 0.3642 +43 2013 2018 0.1489 -0.1109 0.4087 +43 2013 2019 0.1613 -0.1183 0.441 +43 2013 2020 0.1967 -0.0985 0.4918 +43 2013 2021 0.1947 -0.1037 0.4931 +43 2013 2022 0.1841 -0.1216 0.4899 +43 2013 2023 0.1242 -0.194 0.4424 +43 2013 2024 0.0409 -0.3018 0.3836 +43 2013 2025 0.0393 -0.3284 0.407 +43 2014 2015 0.0096 -0.1487 0.168 +43 2014 2016 0.0651 -0.1417 0.2719 +43 2014 2017 0.0909 -0.1448 0.3265 +43 2014 2018 0.1273 -0.123 0.3775 +43 2014 2019 0.1397 -0.133 0.4123 +43 2014 2020 0.175 -0.1152 0.4653 +43 2014 2021 0.1731 -0.1221 0.4682 +43 2014 2022 0.1625 -0.1416 0.4665 +43 2014 2023 0.1025 -0.2136 0.4187 +43 2014 2024 0.0192 -0.3203 0.3588 +43 2014 2025 0.0176 -0.3478 0.383 +43 2015 2016 0.0555 -0.1036 0.2146 +43 2015 2017 0.0813 -0.125 0.2876 +43 2015 2018 0.1177 -0.1133 0.3488 +43 2015 2019 0.1301 -0.128 0.3882 +43 2015 2020 0.1655 -0.1152 0.4463 +43 2015 2021 0.1635 -0.1238 0.4509 +43 2015 2022 0.153 -0.145 0.451 +43 2015 2023 0.093 -0.2157 0.4017 +43 2015 2024 0.0097 -0.319 0.3384 +43 2015 2025 0.0081 -0.3479 0.3641 +43 2016 2017 0.0257 -0.1303 0.1818 +43 2016 2018 0.0621 -0.1378 0.2621 +43 2016 2019 0.0745 -0.16 0.3091 +43 2016 2020 0.1099 -0.1483 0.3682 +43 2016 2021 0.108 -0.1612 0.3771 +43 2016 2022 0.0974 -0.1853 0.38 +43 2016 2023 0.0374 -0.2639 0.3388 +43 2016 2024 -0.0459 -0.3765 0.2848 +43 2016 2025 -0.0475 -0.4049 0.3099 +43 2017 2018 0.0364 -0.1191 0.1918 +43 2017 2019 0.0488 -0.1582 0.2558 +43 2017 2020 0.0842 -0.1532 0.3215 +43 2017 2021 0.0822 -0.1713 0.3357 +43 2017 2022 0.0716 -0.1993 0.3426 +43 2017 2023 0.0117 -0.2807 0.3041 +43 2017 2024 -0.0716 -0.3961 0.2529 +43 2017 2025 -0.0732 -0.4252 0.2787 +43 2018 2019 0.0124 -0.1432 0.1681 +43 2018 2020 0.0478 -0.1544 0.2499 +43 2018 2021 0.0458 -0.1801 0.2718 +43 2018 2022 0.0352 -0.2137 0.2842 +43 2018 2023 -0.0247 -0.301 0.2516 +43 2018 2024 -0.1081 -0.4223 0.2062 +43 2018 2025 -0.1097 -0.4522 0.2329 +43 2019 2020 0.0353 -0.1227 0.1933 +43 2019 2021 0.0334 -0.1697 0.2365 +43 2019 2022 0.0228 -0.2123 0.258 +43 2019 2023 -0.0371 -0.3044 0.2303 +43 2019 2024 -0.1205 -0.4288 0.1879 +43 2019 2025 -0.1221 -0.4595 0.2154 +43 2020 2021 -0.0019 -0.1589 0.155 +43 2020 2022 -0.0125 -0.2208 0.1957 +43 2020 2023 -0.0724 -0.325 0.1801 +43 2020 2024 -0.1559 -0.4613 0.1496 +43 2020 2025 -0.1575 -0.4925 0.1775 +43 2021 2022 -0.0106 -0.1688 0.1476 +43 2021 2023 -0.0705 -0.2893 0.1483 +43 2021 2024 -0.1539 -0.4332 0.1254 +43 2021 2025 -0.1555 -0.4677 0.1567 +43 2022 2023 -0.0599 -0.2256 0.1059 +43 2022 2024 -0.1433 -0.389 0.1023 +43 2022 2025 -0.1449 -0.4287 0.1389 +43 2023 2024 -0.0832 -0.2597 0.0933 +43 2023 2025 -0.0848 -0.3187 0.149 +43 2024 2025 -0.0016 -0.1675 0.1642 +44 2007 2010 0.1037 -0.1178 0.3251 +44 2007 2013 0.1947 -0.0916 0.4811 +44 2007 2016 0.2489 -0.0671 0.565 +44 2007 2019 0.2474 -0.0704 0.5652 +44 2007 2022 0.2142 -0.0919 0.5204 +44 2007 2025 0.2655 -0.0744 0.6054 +44 2010 2013 0.0907 -0.108 0.2893 +44 2010 2016 0.1448 -0.0926 0.3822 +44 2010 2019 0.1435 -0.1072 0.3943 +44 2010 2022 0.1105 -0.1501 0.3711 +44 2010 2025 0.1618 -0.1162 0.4399 +44 2013 2016 0.0541 -0.1307 0.2389 +44 2013 2019 0.0529 -0.1677 0.2736 +44 2013 2022 0.0201 -0.2277 0.2678 +44 2013 2025 0.0713 -0.185 0.3276 +44 2016 2019 -0.0011 -0.1844 0.1821 +44 2016 2022 -0.034 -0.2656 0.1976 +44 2016 2025 0.0172 -0.2263 0.2607 +44 2019 2022 -0.0328 -0.228 0.1623 +44 2019 2025 0.0184 -0.2126 0.2493 +44 2022 2025 0.0512 -0.1523 0.2548 +45 2007 2008 0.0764 -0.3155 0.4684 +45 2007 2009 0.3397 -0.1903 0.8697 +45 2007 2010 0.4789 -0.1181 1.0759 +45 2007 2011 0.699 0.0609 1.3371 +45 2007 2012 0.6228 -0.0083 1.2539 +45 2007 2013 0.721 0.0702 1.3718 +45 2007 2014 0.8317 0.1589 1.5045 +45 2007 2015 0.794 0.1446 1.4435 +45 2007 2016 0.7596 0.1212 1.398 +45 2007 2017 0.9763 0.3238 1.6287 +45 2007 2018 1.1803 0.5091 1.8516 +45 2007 2019 1.0292 0.3814 1.6769 +45 2007 2020 0.9738 0.3359 1.6118 +45 2007 2021 1.0238 0.3933 1.6544 +45 2007 2022 1.2431 0.576 1.9101 +45 2007 2023 1.3175 0.6675 1.9675 +45 2007 2024 1.5662 0.907 2.2254 +45 2007 2025 1.6338 1.0006 2.2669 +45 2008 2009 0.2633 -0.1023 0.6288 +45 2008 2010 0.4025 -0.0608 0.8657 +45 2008 2011 0.6225 0.1113 1.1338 +45 2008 2012 0.5463 0.0321 1.0606 +45 2008 2013 0.6446 0.1077 1.1814 +45 2008 2014 0.7552 0.1962 1.3143 +45 2008 2015 0.7176 0.1814 1.2537 +45 2008 2016 0.6832 0.1534 1.213 +45 2008 2017 0.8998 0.3617 1.4378 +45 2008 2018 1.1038 0.5484 1.6592 +45 2008 2019 0.9527 0.4162 1.4892 +45 2008 2020 0.8974 0.3698 1.4249 +45 2008 2021 0.9474 0.4293 1.4655 +45 2008 2022 1.1666 0.6105 1.7227 +45 2008 2023 1.241 0.7021 1.7799 +45 2008 2024 1.4897 0.9469 2.0325 +45 2008 2025 1.5572 1.0452 2.0692 +45 2009 2010 0.1392 -0.1958 0.4742 +45 2009 2011 0.3593 -0.0406 0.7592 +45 2009 2012 0.2831 -0.1587 0.7249 +45 2009 2013 0.3813 -0.0795 0.8421 +45 2009 2014 0.492 0.0181 0.9659 +45 2009 2015 0.4543 -0.0084 0.917 +45 2009 2016 0.42 -0.0601 0.9001 +45 2009 2017 0.6366 0.1746 1.0985 +45 2009 2018 0.8406 0.3847 1.2965 +45 2009 2019 0.6895 0.2205 1.1585 +45 2009 2020 0.6342 0.16 1.1083 +45 2009 2021 0.6842 0.2246 1.1437 +45 2009 2022 0.9034 0.422 1.3848 +45 2009 2023 0.9778 0.5035 1.4522 +45 2009 2024 1.2265 0.7782 1.6748 +45 2009 2025 1.2941 0.8792 1.7089 +45 2010 2011 0.2201 -0.1242 0.5644 +45 2010 2012 0.1439 -0.283 0.5709 +45 2010 2013 0.2421 -0.2176 0.7019 +45 2010 2014 0.3528 -0.1268 0.8325 +45 2010 2015 0.3152 -0.1607 0.7911 +45 2010 2016 0.2808 -0.2149 0.7764 +45 2010 2017 0.4974 0.0205 0.9743 +45 2010 2018 0.7015 0.2319 1.1711 +45 2010 2019 0.5503 0.0651 1.0355 +45 2010 2020 0.495 0.0023 0.9876 +45 2010 2021 0.545 0.0655 1.0245 +45 2010 2022 0.7642 0.2666 1.2618 +45 2010 2023 0.8387 0.3466 1.3307 +45 2010 2024 1.0873 0.6234 1.5513 +45 2010 2025 1.1549 0.7238 1.586 +45 2011 2012 -0.0762 -0.425 0.2727 +45 2011 2013 0.0221 -0.3861 0.4302 +45 2011 2014 0.1327 -0.2992 0.5647 +45 2011 2015 0.0951 -0.3528 0.543 +45 2011 2016 0.0607 -0.4249 0.5462 +45 2011 2017 0.2773 -0.171 0.7257 +45 2011 2018 0.4814 0.0538 0.9091 +45 2011 2019 0.3302 -0.1373 0.7978 +45 2011 2020 0.2749 -0.208 0.7579 +45 2011 2021 0.325 -0.1447 0.7946 +45 2011 2022 0.5442 0.0696 1.0187 +45 2011 2023 0.6186 0.1428 1.0944 +45 2011 2024 0.8673 0.4394 1.2952 +45 2011 2025 0.9349 0.5414 1.3284 +45 2012 2013 0.0982 -0.2389 0.4353 +45 2012 2014 0.2089 -0.2107 0.6285 +45 2012 2015 0.1712 -0.2666 0.6091 +45 2012 2016 0.1368 -0.3299 0.6035 +45 2012 2017 0.3535 -0.1047 0.8117 +45 2012 2018 0.5576 0.1009 1.0142 +45 2012 2019 0.4064 -0.0633 0.8761 +45 2012 2020 0.351 -0.1247 0.8268 +45 2012 2021 0.4011 -0.0615 0.8636 +45 2012 2022 0.6203 0.1357 1.1048 +45 2012 2023 0.6947 0.2177 1.1717 +45 2012 2024 0.9434 0.4908 1.396 +45 2012 2025 1.011 0.5904 1.4316 +45 2013 2014 0.1107 -0.2265 0.4479 +45 2013 2015 0.073 -0.3287 0.4747 +45 2013 2016 0.0386 -0.4129 0.4901 +45 2013 2017 0.2553 -0.1881 0.6986 +45 2013 2018 0.4594 0.0203 0.8984 +45 2013 2019 0.3082 -0.1535 0.7698 +45 2013 2020 0.2528 -0.2207 0.7264 +45 2013 2021 0.3029 -0.1577 0.7634 +45 2013 2022 0.5221 0.0463 0.9978 +45 2013 2023 0.5965 0.1232 1.0698 +45 2013 2024 0.8452 0.4035 1.2869 +45 2013 2025 0.9128 0.5035 1.322 +45 2014 2015 -0.0377 -0.3702 0.2949 +45 2014 2016 -0.0721 -0.5019 0.3578 +45 2014 2017 0.1446 -0.2774 0.5666 +45 2014 2018 0.3487 -0.0673 0.7646 +45 2014 2019 0.1975 -0.2603 0.6553 +45 2014 2020 0.1422 -0.3321 0.6164 +45 2014 2021 0.1922 -0.2697 0.6541 +45 2014 2022 0.4114 -0.0584 0.8812 +45 2014 2023 0.4858 0.0146 0.9571 +45 2014 2024 0.7345 0.3065 1.1626 +45 2014 2025 0.8021 0.4047 1.1996 +45 2015 2016 -0.0344 -0.371 0.3022 +45 2015 2017 0.1822 -0.1988 0.5633 +45 2015 2018 0.3863 -0.0118 0.7845 +45 2015 2019 0.2351 -0.1972 0.6675 +45 2015 2020 0.1798 -0.2669 0.6265 +45 2015 2021 0.2298 -0.2034 0.6631 +45 2015 2022 0.449 -0.0039 0.902 +45 2015 2023 0.5235 0.0733 0.9737 +45 2015 2024 0.7722 0.3548 1.1896 +45 2015 2025 0.8398 0.4524 1.2272 +45 2016 2017 0.2167 -0.123 0.5564 +45 2016 2018 0.4208 0.0042 0.8374 +45 2016 2019 0.2695 -0.1665 0.7056 +45 2016 2020 0.2142 -0.2337 0.6621 +45 2016 2021 0.2642 -0.1757 0.7042 +45 2016 2022 0.4834 0.0125 0.9544 +45 2016 2023 0.5579 0.0953 1.0204 +45 2016 2024 0.8066 0.3564 1.2567 +45 2016 2025 0.8742 0.4543 1.294 +45 2017 2018 0.2041 -0.1121 0.5203 +45 2017 2019 0.0529 -0.3399 0.4457 +45 2017 2020 -0.0024 -0.4245 0.4196 +45 2017 2021 0.0476 -0.3707 0.4659 +45 2017 2022 0.2668 -0.1703 0.704 +45 2017 2023 0.3413 -0.095 0.7776 +45 2017 2024 0.59 0.189 0.9909 +45 2017 2025 0.6575 0.2863 1.0287 +45 2018 2019 -0.1512 -0.4792 0.1767 +45 2018 2020 -0.2066 -0.6031 0.19 +45 2018 2021 -0.1565 -0.5549 0.2419 +45 2018 2022 0.0627 -0.3466 0.472 +45 2018 2023 0.1372 -0.2836 0.5579 +45 2018 2024 0.3859 0.0255 0.7463 +45 2018 2025 0.4535 0.1178 0.7892 +45 2019 2020 -0.0553 -0.3796 0.2689 +45 2019 2021 -0.0053 -0.3817 0.371 +45 2019 2022 0.2139 -0.2052 0.633 +45 2019 2023 0.2884 -0.14 0.7167 +45 2019 2024 0.5371 0.1306 0.9435 +45 2019 2025 0.6046 0.224 0.9853 +45 2020 2021 0.05 -0.268 0.3681 +45 2020 2022 0.2692 -0.136 0.6745 +45 2020 2023 0.3437 -0.0758 0.7632 +45 2020 2024 0.5924 0.1738 1.011 +45 2020 2025 0.6599 0.262 1.0579 +45 2021 2022 0.2192 -0.1083 0.5468 +45 2021 2023 0.2937 -0.0843 0.6717 +45 2021 2024 0.5424 0.155 0.9297 +45 2021 2025 0.6099 0.2352 0.9846 +45 2022 2023 0.0745 -0.2535 0.4024 +45 2022 2024 0.3232 -0.0474 0.6937 +45 2022 2025 0.3907 0.0172 0.7643 +45 2023 2024 0.2487 -0.0784 0.5759 +45 2023 2025 0.3163 -0.0484 0.681 +45 2024 2025 0.0676 -0.2066 0.3417 +46 2007 2008 -0.0087 -0.1279 0.1105 +46 2007 2009 -0.0245 -0.1862 0.1373 +46 2007 2010 -0.0324 -0.219 0.1541 +46 2007 2011 -0.0324 -0.2399 0.1751 +46 2007 2012 -0.0598 -0.2852 0.1656 +46 2007 2013 -0.0739 -0.3132 0.1654 +46 2007 2014 -0.0733 -0.3221 0.1755 +46 2007 2015 -0.0418 -0.2961 0.2125 +46 2007 2016 -0.0103 -0.267 0.2463 +46 2007 2017 0.0211 -0.2361 0.2782 +46 2007 2018 0.0567 -0.2037 0.3171 +46 2007 2019 0.0751 -0.1913 0.3415 +46 2007 2020 0.0396 -0.2264 0.3057 +46 2007 2021 0.055 -0.2112 0.3212 +46 2007 2022 0.073 -0.197 0.3429 +46 2007 2023 0.1068 -0.1654 0.379 +46 2007 2024 0.1035 -0.1705 0.3774 +46 2007 2025 0.1282 -0.1566 0.4129 +46 2008 2009 -0.0157 -0.1343 0.1028 +46 2008 2010 -0.0237 -0.1798 0.1325 +46 2008 2011 -0.0237 -0.2066 0.1593 +46 2008 2012 -0.0511 -0.2552 0.1531 +46 2008 2013 -0.0651 -0.2853 0.1551 +46 2008 2014 -0.0646 -0.2957 0.1666 +46 2008 2015 -0.0331 -0.2716 0.2055 +46 2008 2016 -0.0016 -0.2439 0.2407 +46 2008 2017 0.0298 -0.2139 0.2735 +46 2008 2018 0.0655 -0.1832 0.3142 +46 2008 2019 0.0839 -0.172 0.3398 +46 2008 2020 0.0484 -0.2062 0.303 +46 2008 2021 0.0638 -0.1919 0.3195 +46 2008 2022 0.0817 -0.1786 0.3421 +46 2008 2023 0.1156 -0.1482 0.3794 +46 2008 2024 0.1122 -0.1536 0.3781 +46 2008 2025 0.1369 -0.1414 0.4152 +46 2009 2010 -0.008 -0.1258 0.1099 +46 2009 2011 -0.008 -0.1665 0.1506 +46 2009 2012 -0.0353 -0.2206 0.1499 +46 2009 2013 -0.0494 -0.2545 0.1557 +46 2009 2014 -0.0488 -0.2677 0.1701 +46 2009 2015 -0.0173 -0.2463 0.2117 +46 2009 2016 0.0142 -0.2209 0.2492 +46 2009 2017 0.0456 -0.1929 0.2841 +46 2009 2018 0.0812 -0.1641 0.3265 +46 2009 2019 0.0996 -0.1541 0.3534 +46 2009 2020 0.0641 -0.1872 0.3155 +46 2009 2021 0.0795 -0.1739 0.333 +46 2009 2022 0.0975 -0.1615 0.3565 +46 2009 2023 0.1313 -0.1329 0.3956 +46 2009 2024 0.128 -0.1377 0.3937 +46 2009 2025 0.1527 -0.1267 0.432 +46 2010 2011 0 -0.1178 0.1178 +46 2010 2012 -0.0274 -0.1848 0.13 +46 2010 2013 -0.0414 -0.225 0.1422 +46 2010 2014 -0.0408 -0.2424 0.1607 +46 2010 2015 -0.0094 -0.2239 0.2051 +46 2010 2016 0.0221 -0.2005 0.2447 +46 2010 2017 0.0535 -0.1745 0.2816 +46 2010 2018 0.0892 -0.1472 0.3256 +46 2010 2019 0.1076 -0.1383 0.3535 +46 2010 2020 0.0721 -0.1718 0.316 +46 2010 2021 0.0875 -0.1592 0.3342 +46 2010 2022 0.1055 -0.1474 0.3583 +46 2010 2023 0.1393 -0.1198 0.3985 +46 2010 2024 0.136 -0.1249 0.3968 +46 2010 2025 0.1606 -0.1149 0.4361 +46 2011 2012 -0.0273 -0.1464 0.0917 +46 2011 2013 -0.0414 -0.2005 0.1177 +46 2011 2014 -0.0408 -0.2248 0.1431 +46 2011 2015 -0.0093 -0.21 0.1913 +46 2011 2016 0.0221 -0.1895 0.2337 +46 2011 2017 0.0535 -0.1654 0.2724 +46 2011 2018 0.0892 -0.1395 0.3179 +46 2011 2019 0.1076 -0.1317 0.3469 +46 2011 2020 0.0721 -0.1671 0.3113 +46 2011 2021 0.0875 -0.1552 0.3301 +46 2011 2022 0.1054 -0.1438 0.3547 +46 2011 2023 0.1393 -0.116 0.3946 +46 2011 2024 0.1359 -0.1222 0.3941 +46 2011 2025 0.1606 -0.1126 0.4339 +46 2012 2013 -0.014 -0.1322 0.1042 +46 2012 2014 -0.0135 -0.1703 0.1433 +46 2012 2015 0.018 -0.1635 0.1995 +46 2012 2016 0.0495 -0.1487 0.2477 +46 2012 2017 0.0809 -0.1292 0.291 +46 2012 2018 0.1166 -0.1076 0.3407 +46 2012 2019 0.135 -0.1024 0.3724 +46 2012 2020 0.0995 -0.1352 0.3342 +46 2012 2021 0.1149 -0.1251 0.3549 +46 2012 2022 0.1328 -0.1155 0.3812 +46 2012 2023 0.1667 -0.091 0.4243 +46 2012 2024 0.1633 -0.096 0.4227 +46 2012 2025 0.188 -0.0886 0.4646 +46 2013 2014 6e-04 -0.1173 0.1184 +46 2013 2015 0.032 -0.1253 0.1894 +46 2013 2016 0.0635 -0.1185 0.2456 +46 2013 2017 0.095 -0.1048 0.2947 +46 2013 2018 0.1307 -0.0881 0.3494 +46 2013 2019 0.1491 -0.0851 0.3833 +46 2013 2020 0.1135 -0.117 0.3441 +46 2013 2021 0.1289 -0.1088 0.3667 +46 2013 2022 0.1469 -0.1004 0.3942 +46 2013 2023 0.1808 -0.0779 0.4394 +46 2013 2024 0.1774 -0.0829 0.4377 +46 2013 2025 0.2021 -0.0766 0.4807 +46 2014 2015 0.0315 -0.0874 0.1503 +46 2014 2016 0.063 -0.0952 0.2212 +46 2014 2017 0.0944 -0.089 0.2779 +46 2014 2018 0.1301 -0.0778 0.3381 +46 2014 2019 0.1486 -0.0776 0.3748 +46 2014 2020 0.113 -0.1098 0.3358 +46 2014 2021 0.1284 -0.1034 0.3602 +46 2014 2022 0.1464 -0.0962 0.389 +46 2014 2023 0.1802 -0.0748 0.4353 +46 2014 2024 0.1769 -0.0803 0.434 +46 2014 2025 0.2015 -0.075 0.4781 +46 2015 2016 0.0315 -0.0868 0.1497 +46 2015 2017 0.0629 -0.0941 0.2199 +46 2015 2018 0.0986 -0.0872 0.2844 +46 2015 2019 0.117 -0.0902 0.3242 +46 2015 2020 0.0815 -0.1298 0.2927 +46 2015 2021 0.0969 -0.1239 0.3177 +46 2015 2022 0.1148 -0.117 0.3467 +46 2015 2023 0.1487 -0.0939 0.3913 +46 2015 2024 0.1453 -0.1017 0.3923 +46 2015 2025 0.17 -0.0957 0.4358 +46 2016 2017 0.0314 -0.0862 0.1489 +46 2016 2018 0.0671 -0.0914 0.2255 +46 2016 2019 0.0855 -0.0995 0.2704 +46 2016 2020 0.05 -0.1465 0.2465 +46 2016 2021 0.0654 -0.1425 0.2733 +46 2016 2022 0.0833 -0.1363 0.303 +46 2016 2023 0.1172 -0.1123 0.3468 +46 2016 2024 0.1139 -0.1227 0.3504 +46 2016 2025 0.1385 -0.1162 0.3933 +46 2017 2018 0.0356 -0.0824 0.1537 +46 2017 2019 0.054 -0.1029 0.211 +46 2017 2020 0.0186 -0.1582 0.1954 +46 2017 2021 0.034 -0.1575 0.2255 +46 2017 2022 0.0519 -0.1534 0.2572 +46 2017 2023 0.0858 -0.1291 0.3007 +46 2017 2024 0.0824 -0.1423 0.3071 +46 2017 2025 0.1071 -0.1363 0.3505 +46 2018 2019 0.0184 -0.0979 0.1347 +46 2018 2020 -0.017 -0.1713 0.1373 +46 2018 2021 -0.0017 -0.1754 0.172 +46 2018 2022 0.0163 -0.1746 0.2072 +46 2018 2023 0.0501 -0.1513 0.2515 +46 2018 2024 0.0468 -0.1673 0.2609 +46 2018 2025 0.0715 -0.1616 0.3045 +46 2019 2020 -0.0354 -0.1573 0.0864 +46 2019 2021 -0.0201 -0.1745 0.1344 +46 2019 2022 -0.0021 -0.1794 0.1752 +46 2019 2023 0.0317 -0.1597 0.2231 +46 2019 2024 0.0284 -0.1793 0.2361 +46 2019 2025 0.053 -0.1741 0.2802 +46 2020 2021 0.0154 -0.1012 0.1319 +46 2020 2022 0.0333 -0.1217 0.1884 +46 2020 2023 0.0672 -0.1125 0.2469 +46 2020 2024 0.0639 -0.1324 0.2602 +46 2020 2025 0.0885 -0.1321 0.3092 +46 2021 2022 0.0179 -0.0988 0.1347 +46 2021 2023 0.0518 -0.1028 0.2064 +46 2021 2024 0.0485 -0.1293 0.2263 +46 2021 2025 0.0732 -0.1321 0.2784 +46 2022 2023 0.0338 -0.0842 0.1518 +46 2022 2024 0.0305 -0.1253 0.1863 +46 2022 2025 0.0552 -0.1327 0.2431 +46 2023 2024 -0.0033 -0.1221 0.1156 +46 2023 2025 0.0214 -0.1399 0.1826 +46 2024 2025 0.0246 -0.096 0.1453 +47 2007 2010 0.236 -0.0994 0.5714 +47 2007 2013 0.3967 0.0381 0.7552 +47 2007 2016 0.948 0.5989 1.2971 +47 2007 2019 1.0951 0.7477 1.4426 +47 2007 2022 1.4317 1.0834 1.78 +47 2007 2025 1.304 0.9177 1.6903 +47 2010 2013 0.1607 -0.1451 0.4665 +47 2010 2016 0.7121 0.4068 1.0173 +47 2010 2019 0.8592 0.5528 1.1655 +47 2010 2022 1.1957 0.8921 1.4993 +47 2010 2025 1.068 0.7175 1.4186 +47 2013 2016 0.5514 0.2683 0.8345 +47 2013 2019 0.6985 0.3994 0.9975 +47 2013 2022 1.035 0.7348 1.3353 +47 2013 2025 0.9073 0.5631 1.2516 +47 2016 2019 0.1471 -0.1075 0.4017 +47 2016 2022 0.4837 0.223 0.7443 +47 2016 2025 0.356 0.0372 0.6748 +47 2019 2022 0.3366 0.0925 0.5806 +47 2019 2025 0.2089 -0.1035 0.5212 +47 2022 2025 -0.1277 -0.4146 0.1591 +48 2007 2008 -0.0116 -0.1303 0.1072 +48 2007 2009 -0.1762 -0.3244 -0.0281 +48 2007 2010 -0.2632 -0.416 -0.1103 +48 2007 2011 -0.3441 -0.5075 -0.1807 +48 2007 2012 -0.3971 -0.5677 -0.2264 +48 2007 2013 -0.3893 -0.5517 -0.2268 +48 2007 2014 -0.3446 -0.5009 -0.1883 +48 2007 2015 -0.3174 -0.474 -0.1609 +48 2007 2016 -0.3995 -0.5594 -0.2395 +48 2007 2017 -0.3819 -0.5373 -0.2265 +48 2007 2018 -0.3885 -0.5477 -0.2293 +48 2007 2019 -0.4204 -0.5803 -0.2606 +48 2007 2020 -0.4224 -0.5813 -0.2634 +48 2007 2021 -0.4316 -0.5928 -0.2704 +48 2007 2022 -0.4179 -0.5778 -0.258 +48 2007 2023 -0.4327 -0.5922 -0.2731 +48 2007 2024 -0.4288 -0.5913 -0.2662 +48 2007 2025 -0.3099 -0.4604 -0.1594 +48 2008 2009 -0.1647 -0.2917 -0.0377 +48 2008 2010 -0.2516 -0.3953 -0.1079 +48 2008 2011 -0.3325 -0.4881 -0.1769 +48 2008 2012 -0.3855 -0.552 -0.219 +48 2008 2013 -0.3777 -0.5365 -0.2189 +48 2008 2014 -0.3331 -0.4798 -0.1863 +48 2008 2015 -0.3059 -0.4526 -0.1591 +48 2008 2016 -0.3879 -0.5441 -0.2317 +48 2008 2017 -0.3704 -0.5162 -0.2245 +48 2008 2018 -0.3769 -0.5285 -0.2253 +48 2008 2019 -0.4089 -0.5641 -0.2536 +48 2008 2020 -0.4108 -0.5613 -0.2603 +48 2008 2021 -0.4201 -0.5748 -0.2653 +48 2008 2022 -0.4064 -0.5607 -0.252 +48 2008 2023 -0.4211 -0.5735 -0.2687 +48 2008 2024 -0.4172 -0.5767 -0.2577 +48 2008 2025 -0.2983 -0.4444 -0.1523 +48 2009 2010 -0.087 -0.2063 0.0324 +48 2009 2011 -0.1679 -0.3112 -0.0245 +48 2009 2012 -0.2209 -0.374 -0.0677 +48 2009 2013 -0.2131 -0.3658 -0.0603 +48 2009 2014 -0.1684 -0.321 -0.0159 +48 2009 2015 -0.1412 -0.2973 0.0148 +48 2009 2016 -0.2232 -0.3762 -0.0703 +48 2009 2017 -0.2057 -0.357 -0.0544 +48 2009 2018 -0.2123 -0.3656 -0.0589 +48 2009 2019 -0.2442 -0.3991 -0.0893 +48 2009 2020 -0.2461 -0.3997 -0.0925 +48 2009 2021 -0.2554 -0.4082 -0.1027 +48 2009 2022 -0.2417 -0.3983 -0.0851 +48 2009 2023 -0.2565 -0.4092 -0.1037 +48 2009 2024 -0.2526 -0.4049 -0.1002 +48 2009 2025 -0.1337 -0.2915 0.0242 +48 2010 2011 -0.0809 -0.2026 0.0408 +48 2010 2012 -0.1339 -0.2793 0.0115 +48 2010 2013 -0.1261 -0.2741 0.0219 +48 2010 2014 -0.0815 -0.233 0.0701 +48 2010 2015 -0.0543 -0.2111 0.1025 +48 2010 2016 -0.1363 -0.2881 0.0156 +48 2010 2017 -0.1188 -0.2707 0.0331 +48 2010 2018 -0.1253 -0.2804 0.0298 +48 2010 2019 -0.1573 -0.3118 -0.0028 +48 2010 2020 -0.1592 -0.3135 -0.0049 +48 2010 2021 -0.1685 -0.3228 -0.0142 +48 2010 2022 -0.1548 -0.3108 0.0013 +48 2010 2023 -0.1695 -0.323 -0.016 +48 2010 2024 -0.1656 -0.3197 -0.0115 +48 2010 2025 -0.0467 -0.2049 0.1114 +48 2011 2012 -0.053 -0.177 0.071 +48 2011 2013 -0.0452 -0.1892 0.0988 +48 2011 2014 -6e-04 -0.1527 0.1516 +48 2011 2015 0.0266 -0.1346 0.1879 +48 2011 2016 -0.0554 -0.2117 0.1009 +48 2011 2017 -0.0379 -0.1934 0.1177 +48 2011 2018 -0.0444 -0.2048 0.116 +48 2011 2019 -0.0764 -0.2363 0.0836 +48 2011 2020 -0.0783 -0.2364 0.0798 +48 2011 2021 -0.0876 -0.2468 0.0716 +48 2011 2022 -0.0739 -0.2361 0.0884 +48 2011 2023 -0.0886 -0.2458 0.0685 +48 2011 2024 -0.0847 -0.2432 0.0738 +48 2011 2025 0.0342 -0.1325 0.2008 +48 2012 2013 0.0078 -0.1162 0.1318 +48 2012 2014 0.0524 -0.0973 0.2022 +48 2012 2015 0.0796 -0.0834 0.2427 +48 2012 2016 -0.0024 -0.1604 0.1556 +48 2012 2017 0.0151 -0.1453 0.1756 +48 2012 2018 0.0086 -0.1549 0.1721 +48 2012 2019 -0.0234 -0.1866 0.1399 +48 2012 2020 -0.0253 -0.188 0.1375 +48 2012 2021 -0.0346 -0.1964 0.1273 +48 2012 2022 -0.0209 -0.187 0.1453 +48 2012 2023 -0.0356 -0.1969 0.1257 +48 2012 2024 -0.0317 -0.1917 0.1283 +48 2012 2025 0.0872 -0.0848 0.2591 +48 2013 2014 0.0447 -0.0792 0.1685 +48 2013 2015 0.0719 -0.0778 0.2215 +48 2013 2016 -0.0102 -0.1599 0.1396 +48 2013 2017 0.0073 -0.1461 0.1608 +48 2013 2018 8e-04 -0.1575 0.1591 +48 2013 2019 -0.0312 -0.1885 0.1262 +48 2013 2020 -0.0331 -0.1905 0.1243 +48 2013 2021 -0.0424 -0.2002 0.1155 +48 2013 2022 -0.0287 -0.1883 0.131 +48 2013 2023 -0.0434 -0.2 0.1132 +48 2013 2024 -0.0395 -0.1967 0.1177 +48 2013 2025 0.0794 -0.0838 0.2426 +48 2014 2015 0.0272 -0.0942 0.1486 +48 2014 2016 -0.0548 -0.1974 0.0877 +48 2014 2017 -0.0373 -0.1812 0.1066 +48 2014 2018 -0.0439 -0.196 0.1083 +48 2014 2019 -0.0758 -0.2307 0.079 +48 2014 2020 -0.0777 -0.2296 0.0741 +48 2014 2021 -0.087 -0.2417 0.0677 +48 2014 2022 -0.0733 -0.2298 0.0832 +48 2014 2023 -0.0881 -0.2408 0.0647 +48 2014 2024 -0.0842 -0.2414 0.073 +48 2014 2025 0.0347 -0.1212 0.1906 +48 2015 2016 -0.082 -0.2088 0.0447 +48 2015 2017 -0.0645 -0.2051 0.0761 +48 2015 2018 -0.0711 -0.2211 0.079 +48 2015 2019 -0.103 -0.2595 0.0535 +48 2015 2020 -0.1049 -0.26 0.0502 +48 2015 2021 -0.1142 -0.2707 0.0423 +48 2015 2022 -0.1005 -0.259 0.0581 +48 2015 2023 -0.1153 -0.2727 0.0422 +48 2015 2024 -0.1114 -0.2723 0.0496 +48 2015 2025 0.0075 -0.1474 0.1625 +48 2016 2017 0.0175 -0.1035 0.1385 +48 2016 2018 0.011 -0.1329 0.1548 +48 2016 2019 -0.021 -0.1699 0.1279 +48 2016 2020 -0.0229 -0.1747 0.1289 +48 2016 2021 -0.0322 -0.1858 0.1214 +48 2016 2022 -0.0185 -0.1744 0.1375 +48 2016 2023 -0.0332 -0.1864 0.1199 +48 2016 2024 -0.0293 -0.1837 0.1251 +48 2016 2025 0.0895 -0.0704 0.2495 +48 2017 2018 -0.0066 -0.1265 0.1134 +48 2017 2019 -0.0385 -0.1789 0.1019 +48 2017 2020 -0.0404 -0.1839 0.1031 +48 2017 2021 -0.0497 -0.1993 0.0998 +48 2017 2022 -0.036 -0.1889 0.1169 +48 2017 2023 -0.0508 -0.1996 0.0981 +48 2017 2024 -0.0469 -0.2011 0.1074 +48 2017 2025 0.072 -0.0834 0.2275 +48 2018 2019 -0.032 -0.1536 0.0897 +48 2018 2020 -0.0339 -0.1748 0.107 +48 2018 2021 -0.0432 -0.191 0.1047 +48 2018 2022 -0.0294 -0.184 0.1251 +48 2018 2023 -0.0442 -0.1975 0.1091 +48 2018 2024 -0.0403 -0.1958 0.1152 +48 2018 2025 0.0786 -0.0789 0.2361 +48 2019 2020 -0.0019 -0.1229 0.1191 +48 2019 2021 -0.0112 -0.1537 0.1313 +48 2019 2022 0.0025 -0.1485 0.1535 +48 2019 2023 -0.0123 -0.1643 0.1398 +48 2019 2024 -0.0084 -0.1635 0.1468 +48 2019 2025 0.1105 -0.0478 0.2688 +48 2020 2021 -0.0093 -0.13 0.1114 +48 2020 2022 0.0044 -0.1385 0.1474 +48 2020 2023 -0.0103 -0.1561 0.1354 +48 2020 2024 -0.0064 -0.1599 0.147 +48 2020 2025 0.1125 -0.0451 0.27 +48 2021 2022 0.0137 -0.1082 0.1356 +48 2021 2023 -0.001 -0.1412 0.1391 +48 2021 2024 0.0029 -0.1457 0.1514 +48 2021 2025 0.1217 -0.0356 0.2791 +48 2022 2023 -0.0148 -0.1365 0.1069 +48 2022 2024 -0.0109 -0.1566 0.1348 +48 2022 2025 0.108 -0.0452 0.2612 +48 2023 2024 0.0039 -0.1177 0.1255 +48 2023 2025 0.1228 -0.0245 0.2701 +48 2024 2025 0.1189 -0.0121 0.2499 +49 2007 2008 -0.0929 -0.2638 0.078 +49 2007 2009 -0.1036 -0.317 0.1099 +49 2007 2010 -0.0341 -0.2493 0.1811 +49 2007 2011 -0.0147 -0.2458 0.2163 +49 2007 2012 0.0036 -0.2226 0.2299 +49 2007 2013 0.0115 -0.2164 0.2393 +49 2007 2014 0.0254 -0.2076 0.2583 +49 2007 2015 0.0599 -0.1698 0.2897 +49 2007 2016 0.1022 -0.1237 0.3281 +49 2007 2017 0.1643 -0.0607 0.3894 +49 2007 2018 0.1929 -0.0299 0.4157 +49 2007 2019 0.1861 -0.0406 0.4127 +49 2007 2020 0.2156 -0.01 0.4411 +49 2007 2021 0.1926 -0.0349 0.4201 +49 2007 2022 0.26 0.0377 0.4824 +49 2007 2023 0.2292 0.005 0.4534 +49 2007 2024 0.1735 -0.0558 0.4028 +49 2007 2025 0.2034 -0.0199 0.4266 +49 2008 2009 -0.0107 -0.1638 0.1425 +49 2008 2010 0.0587 -0.1264 0.2439 +49 2008 2011 0.0782 -0.1283 0.2846 +49 2008 2012 0.0965 -0.1079 0.3009 +49 2008 2013 0.1043 -0.1006 0.3092 +49 2008 2014 0.1182 -0.0883 0.3247 +49 2008 2015 0.1528 -0.0526 0.3582 +49 2008 2016 0.195 -0.0097 0.3998 +49 2008 2017 0.2572 0.0492 0.4652 +49 2008 2018 0.2857 0.0787 0.4928 +49 2008 2019 0.2789 0.0711 0.4867 +49 2008 2020 0.3084 0.0999 0.517 +49 2008 2021 0.2855 0.0827 0.4882 +49 2008 2022 0.3529 0.1375 0.5682 +49 2008 2023 0.3221 0.1137 0.5304 +49 2008 2024 0.2663 0.0626 0.4701 +49 2008 2025 0.2962 0.0852 0.5071 +49 2009 2010 0.0694 -0.0872 0.226 +49 2009 2011 0.0888 -0.1058 0.2835 +49 2009 2012 0.1072 -0.0914 0.3058 +49 2009 2013 0.115 -0.0875 0.3175 +49 2009 2014 0.1289 -0.0778 0.3356 +49 2009 2015 0.1634 -0.0412 0.368 +49 2009 2016 0.2057 2e-04 0.4113 +49 2009 2017 0.2679 0.0557 0.48 +49 2009 2018 0.2964 0.088 0.5048 +49 2009 2019 0.2896 0.0799 0.4993 +49 2009 2020 0.3191 0.1063 0.5318 +49 2009 2021 0.2961 0.0937 0.4986 +49 2009 2022 0.3635 0.1445 0.5826 +49 2009 2023 0.3327 0.1201 0.5454 +49 2009 2024 0.277 0.0734 0.4806 +49 2009 2025 0.3068 0.0918 0.5219 +49 2010 2011 0.0194 -0.1342 0.1731 +49 2010 2012 0.0378 -0.1399 0.2154 +49 2010 2013 0.0456 -0.143 0.2342 +49 2010 2014 0.0595 -0.1399 0.2588 +49 2010 2015 0.094 -0.1044 0.2925 +49 2010 2016 0.1363 -0.0601 0.3327 +49 2010 2017 0.1985 -0.0021 0.3991 +49 2010 2018 0.227 0.03 0.424 +49 2010 2019 0.2202 0.0204 0.42 +49 2010 2020 0.2497 0.0483 0.4511 +49 2010 2021 0.2267 0.0293 0.4242 +49 2010 2022 0.2942 0.0921 0.4962 +49 2010 2023 0.2633 0.062 0.4647 +49 2010 2024 0.2076 0.0066 0.4086 +49 2010 2025 0.2375 0.0323 0.4427 +49 2011 2012 0.0183 -0.1348 0.1715 +49 2011 2013 0.0261 -0.1597 0.212 +49 2011 2014 0.0401 -0.1613 0.2414 +49 2011 2015 0.0746 -0.1295 0.2787 +49 2011 2016 0.1169 -0.088 0.3218 +49 2011 2017 0.179 -0.0287 0.3868 +49 2011 2018 0.2076 0.0021 0.4131 +49 2011 2019 0.2008 -0.0082 0.4098 +49 2011 2020 0.2303 0.0213 0.4392 +49 2011 2021 0.2073 0.001 0.4136 +49 2011 2022 0.2747 0.063 0.4865 +49 2011 2023 0.2439 0.0343 0.4536 +49 2011 2024 0.1882 -0.0222 0.3986 +49 2011 2025 0.218 0.0019 0.4342 +49 2012 2013 0.0078 -0.1409 0.1565 +49 2012 2014 0.0217 -0.1587 0.2022 +49 2012 2015 0.0563 -0.1309 0.2434 +49 2012 2016 0.0985 -0.0931 0.2902 +49 2012 2017 0.1607 -0.036 0.3574 +49 2012 2018 0.1893 -0.0035 0.382 +49 2012 2019 0.1824 -0.0155 0.3804 +49 2012 2020 0.2119 0.0127 0.4112 +49 2012 2021 0.189 -0.0053 0.3833 +49 2012 2022 0.2564 0.0551 0.4577 +49 2012 2023 0.2256 0.0256 0.4255 +49 2012 2024 0.1698 -0.0289 0.3686 +49 2012 2025 0.1997 -0.0064 0.4058 +49 2013 2014 0.0139 -0.1349 0.1627 +49 2013 2015 0.0485 -0.126 0.2229 +49 2013 2016 0.0907 -0.0913 0.2728 +49 2013 2017 0.1529 -0.0394 0.3452 +49 2013 2018 0.1815 -0.0103 0.3732 +49 2013 2019 0.1746 -0.0191 0.3684 +49 2013 2020 0.2041 0.0073 0.401 +49 2013 2021 0.1812 -0.0113 0.3736 +49 2013 2022 0.2486 0.0503 0.4469 +49 2013 2023 0.2178 0.0202 0.4153 +49 2013 2024 0.162 -0.0346 0.3587 +49 2013 2025 0.1919 -0.0105 0.3943 +49 2014 2015 0.0345 -0.1132 0.1823 +49 2014 2016 0.0768 -0.0983 0.2519 +49 2014 2017 0.139 -0.049 0.327 +49 2014 2018 0.1676 -0.0243 0.3594 +49 2014 2019 0.1607 -0.035 0.3564 +49 2014 2020 0.1902 -0.0064 0.3868 +49 2014 2021 0.1673 -0.0259 0.3604 +49 2014 2022 0.2347 0.032 0.4374 +49 2014 2023 0.2039 0.0059 0.4019 +49 2014 2024 0.1481 -0.0493 0.3456 +49 2014 2025 0.178 -0.0279 0.3838 +49 2015 2016 0.0423 -0.1033 0.1879 +49 2015 2017 0.1045 -0.071 0.2799 +49 2015 2018 0.133 -0.0483 0.3144 +49 2015 2019 0.1262 -0.0633 0.3156 +49 2015 2020 0.1557 -0.0368 0.3482 +49 2015 2021 0.1327 -0.0539 0.3193 +49 2015 2022 0.2001 0.0026 0.3977 +49 2015 2023 0.1693 -0.0255 0.3642 +49 2015 2024 0.1136 -0.079 0.3062 +49 2015 2025 0.1434 -0.0581 0.345 +49 2016 2017 0.0622 -0.0843 0.2086 +49 2016 2018 0.0907 -0.0795 0.2609 +49 2016 2019 0.0839 -0.0964 0.2642 +49 2016 2020 0.1134 -0.0732 0.2999 +49 2016 2021 0.0904 -0.094 0.2749 +49 2016 2022 0.1578 -0.0323 0.348 +49 2016 2023 0.127 -0.063 0.317 +49 2016 2024 0.0713 -0.12 0.2626 +49 2016 2025 0.1011 -0.0959 0.2982 +49 2017 2018 0.0286 -0.1158 0.1729 +49 2017 2019 0.0217 -0.1514 0.1949 +49 2017 2020 0.0512 -0.1275 0.23 +49 2017 2021 0.0283 -0.1562 0.2128 +49 2017 2022 0.0957 -0.0925 0.2839 +49 2017 2023 0.0649 -0.1219 0.2516 +49 2017 2024 0.0091 -0.1853 0.2036 +49 2017 2025 0.039 -0.161 0.239 +49 2018 2019 -0.0068 -0.1512 0.1375 +49 2018 2020 0.0227 -0.1455 0.1908 +49 2018 2021 -3e-04 -0.1741 0.1735 +49 2018 2022 0.0671 -0.1152 0.2495 +49 2018 2023 0.0363 -0.1483 0.221 +49 2018 2024 -0.0194 -0.2074 0.1685 +49 2018 2025 0.0104 -0.1843 0.2052 +49 2019 2020 0.0295 -0.116 0.175 +49 2019 2021 0.0065 -0.1621 0.1752 +49 2019 2022 0.074 -0.1068 0.2548 +49 2019 2023 0.0432 -0.1431 0.2295 +49 2019 2024 -0.0126 -0.2027 0.1776 +49 2019 2025 0.0173 -0.1784 0.213 +49 2020 2021 -0.023 -0.169 0.1231 +49 2020 2022 0.0445 -0.1278 0.2167 +49 2020 2023 0.0136 -0.1657 0.193 +49 2020 2024 -0.0421 -0.2324 0.1483 +49 2020 2025 -0.0122 -0.2099 0.1854 +49 2021 2022 0.0674 -0.0827 0.2176 +49 2021 2023 0.0366 -0.1342 0.2074 +49 2021 2024 -0.0191 -0.1961 0.1579 +49 2021 2025 0.0107 -0.1809 0.2023 +49 2022 2023 -0.0308 -0.1763 0.1147 +49 2022 2024 -0.0866 -0.2662 0.0931 +49 2022 2025 -0.0567 -0.2451 0.1317 +49 2023 2024 -0.0557 -0.2056 0.0941 +49 2023 2025 -0.0259 -0.2051 0.1534 +49 2024 2025 0.0299 -0.1211 0.1808 +50 2007 2008 0.0157 -0.1997 0.2311 +50 2007 2009 0.0984 -0.204 0.4008 +50 2007 2010 0.1456 -0.2022 0.4933 +50 2007 2011 0.2552 -0.1636 0.674 +50 2007 2012 0.2861 -0.1442 0.7164 +50 2007 2013 0.3249 -0.1211 0.7708 +50 2007 2014 0.3263 -0.113 0.7656 +50 2007 2015 0.3675 -0.091 0.8261 +50 2007 2016 0.3889 -0.0774 0.8551 +50 2007 2017 0.4141 -0.07 0.8981 +50 2007 2018 0.3771 -0.0721 0.8262 +50 2007 2019 0.3554 -0.0801 0.7909 +50 2007 2020 0.3913 -0.0705 0.853 +50 2007 2021 0.4315 -0.0559 0.919 +50 2007 2022 0.3896 -0.0668 0.846 +50 2007 2023 0.3839 -0.0739 0.8417 +50 2007 2024 0.3706 -0.0729 0.8141 +50 2007 2025 0.4092 -0.0531 0.8714 +50 2008 2009 0.0826 -0.1404 0.3056 +50 2008 2010 0.1298 -0.1576 0.4172 +50 2008 2011 0.2395 -0.1313 0.6104 +50 2008 2012 0.2704 -0.1153 0.656 +50 2008 2013 0.3091 -0.0951 0.7134 +50 2008 2014 0.3105 -0.0872 0.7081 +50 2008 2015 0.3516 -0.0671 0.7704 +50 2008 2016 0.3729 -0.0545 0.8003 +50 2008 2017 0.3982 -0.0478 0.8441 +50 2008 2018 0.3612 -0.0481 0.7706 +50 2008 2019 0.3396 -0.0559 0.735 +50 2008 2020 0.3755 -0.0475 0.7985 +50 2008 2021 0.4158 -0.034 0.8656 +50 2008 2022 0.3739 -0.0439 0.7916 +50 2008 2023 0.3682 -0.051 0.7874 +50 2008 2024 0.3549 -0.0493 0.759 +50 2008 2025 0.3934 -0.0303 0.8172 +50 2009 2010 0.0469 -0.1517 0.2456 +50 2009 2011 0.156 -0.1233 0.4353 +50 2009 2012 0.1869 -0.1163 0.4901 +50 2009 2013 0.2257 -0.0974 0.5487 +50 2009 2014 0.2272 -0.0992 0.5536 +50 2009 2015 0.2684 -0.0723 0.609 +50 2009 2016 0.2897 -0.0596 0.6391 +50 2009 2017 0.315 -0.0501 0.68 +50 2009 2018 0.2781 -0.0602 0.6164 +50 2009 2019 0.2565 -0.0785 0.5916 +50 2009 2020 0.2924 -0.0613 0.6461 +50 2009 2021 0.3326 -0.0377 0.703 +50 2009 2022 0.2908 -0.0604 0.6419 +50 2009 2023 0.2851 -0.0702 0.6405 +50 2009 2024 0.2718 -0.0724 0.616 +50 2009 2025 0.3103 -0.0409 0.6615 +50 2010 2011 0.1088 -0.1109 0.3285 +50 2010 2012 0.1398 -0.1247 0.4043 +50 2010 2013 0.1787 -0.1138 0.4712 +50 2010 2014 0.1802 -0.1229 0.4833 +50 2010 2015 0.2215 -0.0962 0.5392 +50 2010 2016 0.2429 -0.0832 0.5691 +50 2010 2017 0.2682 -0.0741 0.6104 +50 2010 2018 0.2313 -0.0888 0.5515 +50 2010 2019 0.2097 -0.1102 0.5297 +50 2010 2020 0.2456 -0.0905 0.5816 +50 2010 2021 0.2858 -0.0641 0.6357 +50 2010 2022 0.2439 -0.0902 0.5781 +50 2010 2023 0.2383 -0.1016 0.5782 +50 2010 2024 0.225 -0.1052 0.5552 +50 2010 2025 0.2634 -0.0694 0.5963 +50 2011 2012 0.031 -0.166 0.228 +50 2011 2013 0.0696 -0.1779 0.3171 +50 2011 2014 0.0714 -0.211 0.3538 +50 2011 2015 0.1124 -0.1783 0.4032 +50 2011 2016 0.1339 -0.1655 0.4332 +50 2011 2017 0.1591 -0.1467 0.465 +50 2011 2018 0.1224 -0.1873 0.4321 +50 2011 2019 0.1009 -0.2242 0.4261 +50 2011 2020 0.1367 -0.1879 0.4612 +50 2011 2021 0.1768 -0.1411 0.4947 +50 2011 2022 0.1351 -0.193 0.4632 +50 2011 2023 0.1295 -0.2066 0.4655 +50 2011 2024 0.1162 -0.2182 0.4505 +50 2011 2025 0.1545 -0.1616 0.4706 +50 2012 2013 0.0387 -0.1563 0.2337 +50 2012 2014 0.0406 -0.2115 0.2927 +50 2012 2015 0.0816 -0.1905 0.3538 +50 2012 2016 0.1031 -0.1836 0.3898 +50 2012 2017 0.1283 -0.1699 0.4266 +50 2012 2018 0.0916 -0.209 0.3922 +50 2012 2019 0.0701 -0.2456 0.3858 +50 2012 2020 0.1059 -0.2121 0.4239 +50 2012 2021 0.146 -0.1665 0.4586 +50 2012 2022 0.1043 -0.2167 0.4252 +50 2012 2023 0.0987 -0.231 0.4284 +50 2012 2024 0.0854 -0.2412 0.4119 +50 2012 2025 0.1238 -0.1859 0.4334 +50 2013 2014 0.002 -0.1959 0.1998 +50 2013 2015 0.0429 -0.1982 0.2841 +50 2013 2016 0.0644 -0.2013 0.3301 +50 2013 2017 0.0896 -0.1931 0.3724 +50 2013 2018 0.0529 -0.2369 0.3427 +50 2013 2019 0.0314 -0.2757 0.3385 +50 2013 2020 0.0672 -0.2425 0.3769 +50 2013 2021 0.1073 -0.196 0.4107 +50 2013 2022 0.0656 -0.2482 0.3794 +50 2013 2023 0.06 -0.2637 0.3837 +50 2013 2024 0.0467 -0.2751 0.3684 +50 2013 2025 0.0851 -0.2178 0.388 +50 2014 2015 0.0411 -0.1546 0.2367 +50 2014 2016 0.0626 -0.1834 0.3087 +50 2014 2017 0.0878 -0.1876 0.3633 +50 2014 2018 0.0512 -0.2297 0.3322 +50 2014 2019 0.0297 -0.2678 0.3273 +50 2014 2020 0.0655 -0.2401 0.3711 +50 2014 2021 0.1057 -0.2006 0.4119 +50 2014 2022 0.0639 -0.247 0.3748 +50 2014 2023 0.0583 -0.2617 0.3783 +50 2014 2024 0.045 -0.2711 0.3611 +50 2014 2025 0.0834 -0.2207 0.3876 +50 2015 2016 0.0215 -0.1695 0.2124 +50 2015 2017 0.0466 -0.1945 0.2877 +50 2015 2018 0.0101 -0.2503 0.2704 +50 2015 2019 -0.0115 -0.298 0.2751 +50 2015 2020 0.0243 -0.2694 0.318 +50 2015 2021 0.0645 -0.2255 0.3544 +50 2015 2022 0.0227 -0.2797 0.3251 +50 2015 2023 0.0171 -0.2961 0.3303 +50 2015 2024 0.0038 -0.3072 0.3147 +50 2015 2025 0.0422 -0.2521 0.3365 +50 2016 2017 0.0251 -0.1673 0.2174 +50 2016 2018 -0.0114 -0.2488 0.2261 +50 2016 2019 -0.0329 -0.3056 0.2398 +50 2016 2020 0.0029 -0.2817 0.2875 +50 2016 2021 0.043 -0.2408 0.3268 +50 2016 2022 0.0013 -0.2962 0.2987 +50 2016 2023 -0.0044 -0.3142 0.3055 +50 2016 2024 -0.0177 -0.3267 0.2913 +50 2016 2025 0.0208 -0.2711 0.3126 +50 2017 2018 -0.0365 -0.2348 0.1619 +50 2017 2019 -0.058 -0.3172 0.2012 +50 2017 2020 -0.0223 -0.2971 0.2525 +50 2017 2021 0.0177 -0.2579 0.2934 +50 2017 2022 -0.0239 -0.322 0.2741 +50 2017 2023 -0.0296 -0.3408 0.2817 +50 2017 2024 -0.0429 -0.3565 0.2707 +50 2017 2025 -0.0045 -0.2986 0.2896 +50 2018 2019 -0.0213 -0.2145 0.1718 +50 2018 2020 0.0143 -0.2253 0.2538 +50 2018 2021 0.0544 -0.2048 0.3135 +50 2018 2022 0.0127 -0.2624 0.2878 +50 2018 2023 0.0071 -0.284 0.2981 +50 2018 2024 -0.0062 -0.2955 0.283 +50 2018 2025 0.0322 -0.2485 0.3129 +50 2019 2020 0.0356 -0.1613 0.2324 +50 2019 2021 0.0758 -0.175 0.3266 +50 2019 2022 0.0342 -0.2325 0.3008 +50 2019 2023 0.0285 -0.2592 0.3163 +50 2019 2024 0.0153 -0.272 0.3026 +50 2019 2025 0.0538 -0.2333 0.3409 +50 2020 2021 0.0399 -0.158 0.2378 +50 2020 2022 -0.0015 -0.2488 0.2458 +50 2020 2023 -0.0072 -0.2852 0.2709 +50 2020 2024 -0.0204 -0.3078 0.2669 +50 2020 2025 0.0179 -0.2669 0.3028 +50 2021 2022 -0.0415 -0.2422 0.1592 +50 2021 2023 -0.0472 -0.2999 0.2056 +50 2021 2024 -0.0606 -0.3354 0.2142 +50 2021 2025 -0.0222 -0.2921 0.2476 +50 2022 2023 -0.0056 -0.2006 0.1894 +50 2022 2024 -0.0188 -0.2597 0.222 +50 2022 2025 0.0195 -0.2398 0.2788 +50 2023 2024 -0.0131 -0.2094 0.1832 +50 2023 2025 0.0251 -0.2193 0.2694 +50 2024 2025 0.0383 -0.1579 0.2344 +51 2007 2008 0.1496 0.0908 0.2083 +51 2007 2009 0.0906 0.0294 0.1519 +51 2007 2010 0.1306 0.0796 0.1816 +51 2007 2011 0.1582 0.0968 0.2196 +51 2007 2012 0.2028 0.1394 0.2662 +51 2007 2013 0.2538 0.2003 0.3072 +51 2007 2014 0.0057 -0.0588 0.0702 +51 2007 2015 0.1466 0.0849 0.2082 +51 2007 2016 0.118 0.0653 0.1708 +51 2007 2017 0.1358 0.0732 0.1983 +51 2007 2018 0.1508 0.0893 0.2123 +51 2007 2019 0.1552 0.1012 0.2092 +51 2007 2020 0.2081 0.1433 0.2729 +51 2007 2021 -0.0038 -0.0647 0.057 +51 2007 2022 0.236 0.1786 0.2935 +51 2007 2023 0.1918 0.1275 0.2561 +51 2007 2024 0.0555 -0.0042 0.1153 +51 2007 2025 0.3222 0.2732 0.3711 +51 2008 2009 -0.0589 -0.1209 0.0031 +51 2008 2010 -0.019 -0.0793 0.0414 +51 2008 2011 0.0086 -0.0439 0.0612 +51 2008 2012 0.0533 -0.0112 0.1177 +51 2008 2013 0.1042 0.0423 0.1662 +51 2008 2014 -0.1439 -0.2003 -0.0875 +51 2008 2015 -0.003 -0.0658 0.0598 +51 2008 2016 -0.0315 -0.0927 0.0296 +51 2008 2017 -0.0138 -0.0673 0.0397 +51 2008 2018 0.0012 -0.0615 0.064 +51 2008 2019 0.0057 -0.0563 0.0676 +51 2008 2020 0.0585 0.0022 0.1148 +51 2008 2021 -0.1534 -0.2143 -0.0924 +51 2008 2022 0.0865 0.0216 0.1513 +51 2008 2023 0.0423 -0.0133 0.0978 +51 2008 2024 -0.094 -0.1551 -0.0329 +51 2008 2025 0.1726 0.1172 0.228 +51 2009 2010 0.0399 -0.0213 0.1012 +51 2009 2011 0.0675 0.0034 0.1317 +51 2009 2012 0.1122 0.055 0.1693 +51 2009 2013 0.1631 0.0989 0.2274 +51 2009 2014 -0.085 -0.1513 -0.0186 +51 2009 2015 0.0559 -8e-04 0.1126 +51 2009 2016 0.0274 -0.0353 0.0901 +51 2009 2017 0.0451 -0.0197 0.1099 +51 2009 2018 0.0601 0.005 0.1153 +51 2009 2019 0.0646 8e-04 0.1284 +51 2009 2020 0.1174 0.0503 0.1846 +51 2009 2021 -0.0945 -0.1496 -0.0393 +51 2009 2022 0.1454 0.0782 0.2125 +51 2009 2023 0.1012 0.0347 0.1676 +51 2009 2024 -0.0351 -0.0897 0.0194 +51 2009 2025 0.2315 0.1741 0.2889 +51 2010 2011 0.0276 -0.0342 0.0893 +51 2010 2012 0.0722 0.0078 0.1367 +51 2010 2013 0.1232 0.0694 0.177 +51 2010 2014 -0.1249 -0.1906 -0.0593 +51 2010 2015 0.016 -0.0467 0.0786 +51 2010 2016 -0.0125 -0.0656 0.0405 +51 2010 2017 0.0052 -0.0585 0.0688 +51 2010 2018 0.0202 -0.0422 0.0826 +51 2010 2019 0.0246 -0.0304 0.0796 +51 2010 2020 0.0775 0.0119 0.1432 +51 2010 2021 -0.1344 -0.1961 -0.0727 +51 2010 2022 0.1054 0.0473 0.1635 +51 2010 2023 0.0612 -0.0039 0.1264 +51 2010 2024 -0.075 -0.136 -0.0141 +51 2010 2025 0.1916 0.1411 0.2421 +51 2011 2012 0.0446 -0.0206 0.1098 +51 2011 2013 0.0956 0.0315 0.1597 +51 2011 2014 -0.1525 -0.21 -0.095 +51 2011 2015 -0.0116 -0.0762 0.053 +51 2011 2016 -0.0401 -0.1032 0.0229 +51 2011 2017 -0.0224 -0.0777 0.0329 +51 2011 2018 -0.0074 -0.072 0.0572 +51 2011 2019 -0.003 -0.067 0.061 +51 2011 2020 0.0499 -0.008 0.1078 +51 2011 2021 -0.162 -0.2247 -0.0993 +51 2011 2022 0.0778 0.0109 0.1448 +51 2011 2023 0.0336 -0.0239 0.0912 +51 2011 2024 -0.1026 -0.1655 -0.0398 +51 2011 2025 0.164 0.1064 0.2216 +51 2012 2013 0.051 -0.0142 0.1162 +51 2012 2014 -0.1971 -0.2657 -0.1286 +51 2012 2015 -0.0562 -0.1147 0.0022 +51 2012 2016 -0.0848 -0.1498 -0.0197 +51 2012 2017 -0.067 -0.1339 -2e-04 +51 2012 2018 -0.052 -0.11 0.006 +51 2012 2019 -0.0476 -0.1134 0.0182 +51 2012 2020 0.0053 -0.0636 0.0741 +51 2012 2021 -0.2066 -0.265 -0.1483 +51 2012 2022 0.0332 -0.0357 0.1021 +51 2012 2023 -0.011 -0.0794 0.0574 +51 2012 2024 -0.1473 -0.2057 -0.0888 +51 2012 2025 0.1194 0.0593 0.1794 +51 2013 2014 -0.2481 -0.3145 -0.1817 +51 2013 2015 -0.1072 -0.1716 -0.0429 +51 2013 2016 -0.1357 -0.1896 -0.0819 +51 2013 2017 -0.118 -0.1832 -0.0528 +51 2013 2018 -0.103 -0.1675 -0.0385 +51 2013 2019 -0.0986 -0.1547 -0.0424 +51 2013 2020 -0.0457 -0.1128 0.0214 +51 2013 2021 -0.2576 -0.3215 -0.1937 +51 2013 2022 -0.0178 -0.0767 0.0412 +51 2013 2023 -0.062 -0.1286 0.0047 +51 2013 2024 -0.1982 -0.2614 -0.1351 +51 2013 2025 0.0684 0.0164 0.1204 +51 2014 2015 0.1409 0.0747 0.2071 +51 2014 2016 0.1124 0.0464 0.1784 +51 2014 2017 0.1301 0.0731 0.1871 +51 2014 2018 0.1451 0.0783 0.2119 +51 2014 2019 0.1495 0.0825 0.2166 +51 2014 2020 0.2024 0.1427 0.2622 +51 2014 2021 -0.0095 -0.0743 0.0553 +51 2014 2022 0.2304 0.1603 0.3004 +51 2014 2023 0.1862 0.1267 0.2457 +51 2014 2024 0.0499 -0.015 0.1147 +51 2014 2025 0.3165 0.2554 0.3776 +51 2015 2016 -0.0285 -0.0908 0.0338 +51 2015 2017 -0.0108 -0.0759 0.0543 +51 2015 2018 0.0042 -0.052 0.0605 +51 2015 2019 0.0086 -0.055 0.0723 +51 2015 2020 0.0615 -0.0058 0.1288 +51 2015 2021 -0.1504 -0.2073 -0.0935 +51 2015 2022 0.0895 0.0225 0.1564 +51 2015 2023 0.0453 -0.0215 0.112 +51 2015 2024 -0.091 -0.148 -0.034 +51 2015 2025 0.1756 0.1181 0.2332 +51 2016 2017 0.0177 -0.0456 0.0811 +51 2016 2018 0.0327 -0.0303 0.0958 +51 2016 2019 0.0372 -0.0165 0.0909 +51 2016 2020 0.0901 0.0239 0.1562 +51 2016 2021 -0.1219 -0.1841 -0.0596 +51 2016 2022 0.118 0.0609 0.1751 +51 2016 2023 0.0738 0.0083 0.1393 +51 2016 2024 -0.0625 -0.1239 -0.0011 +51 2016 2025 0.2041 0.1537 0.2545 +51 2017 2018 0.015 -0.0491 0.0792 +51 2017 2019 0.0194 -0.0455 0.0844 +51 2017 2020 0.0723 0.0166 0.128 +51 2017 2021 -0.1396 -0.2023 -0.0769 +51 2017 2022 0.1003 0.0324 0.1681 +51 2017 2023 0.0561 6e-04 0.1115 +51 2017 2024 -0.0802 -0.1434 -0.0171 +51 2017 2025 0.1864 0.1273 0.2455 +51 2018 2019 0.0044 -0.0587 0.0675 +51 2018 2020 0.0573 -0.0098 0.1245 +51 2018 2021 -0.1546 -0.2085 -0.1007 +51 2018 2022 0.0852 0.0182 0.1523 +51 2018 2023 0.041 -0.0255 0.1076 +51 2018 2024 -0.0952 -0.1496 -0.0409 +51 2018 2025 0.1714 0.1137 0.2291 +51 2019 2020 0.0529 -0.0133 0.119 +51 2019 2021 -0.159 -0.2222 -0.0958 +51 2019 2022 0.0808 0.0243 0.1373 +51 2019 2023 0.0366 -0.0298 0.1031 +51 2019 2024 -0.0997 -0.1623 -0.0371 +51 2019 2025 0.167 0.1161 0.2179 +51 2020 2021 -0.2119 -0.2766 -0.1472 +51 2020 2022 0.0279 -0.0417 0.0976 +51 2020 2023 -0.0163 -0.0741 0.0416 +51 2020 2024 -0.1526 -0.2184 -0.0867 +51 2020 2025 0.1141 0.0526 0.1756 +51 2021 2022 0.2399 0.1744 0.3053 +51 2021 2023 0.1957 0.1313 0.26 +51 2021 2024 0.0594 0.0064 0.1124 +51 2021 2025 0.326 0.2689 0.3831 +51 2022 2023 -0.0442 -0.1122 0.0238 +51 2022 2024 -0.1805 -0.2465 -0.1145 +51 2022 2025 0.0861 0.0322 0.14 +51 2023 2024 -0.1363 -0.2006 -0.0719 +51 2023 2025 0.1303 0.0694 0.1913 +51 2024 2025 0.2666 0.2105 0.3228 +52 2007 2008 -0.1292 -0.4318 0.1734 +52 2007 2009 -0.265 -0.6963 0.1664 +52 2007 2010 -0.2333 -0.6849 0.2183 +52 2007 2011 -0.1374 -0.5873 0.3126 +52 2007 2012 0.0673 -0.3365 0.4711 +52 2007 2013 0.0501 -0.3317 0.432 +52 2007 2014 0.0955 -0.3378 0.5289 +52 2007 2015 -0.0131 -0.4465 0.4204 +52 2007 2016 -0.0571 -0.4516 0.3374 +52 2007 2017 -0.0222 -0.3935 0.3492 +52 2007 2018 -0.1913 -0.6167 0.2342 +52 2007 2019 -0.4248 -0.8753 0.0258 +52 2007 2020 -0.3833 -0.8442 0.0776 +52 2007 2021 -0.2705 -0.6908 0.1499 +52 2007 2022 -0.0549 -0.4325 0.3228 +52 2007 2023 0.1063 -0.2982 0.5108 +52 2007 2024 0.0882 -0.3053 0.4818 +52 2007 2025 -0.1909 -0.6018 0.22 +52 2008 2009 -0.1357 -0.4684 0.197 +52 2008 2010 -0.1041 -0.4883 0.2801 +52 2008 2011 -0.0082 -0.4079 0.3916 +52 2008 2012 0.1965 -0.1782 0.5711 +52 2008 2013 0.1793 -0.1743 0.5329 +52 2008 2014 0.2247 -0.1859 0.6354 +52 2008 2015 0.1161 -0.2867 0.5189 +52 2008 2016 0.072 -0.2884 0.4325 +52 2008 2017 0.1069 -0.2266 0.4405 +52 2008 2018 -0.0621 -0.4514 0.3271 +52 2008 2019 -0.2957 -0.6958 0.1044 +52 2008 2020 -0.2542 -0.6654 0.157 +52 2008 2021 -0.1413 -0.518 0.2353 +52 2008 2022 0.0743 -0.2788 0.4274 +52 2008 2023 0.2354 -0.1477 0.6186 +52 2008 2024 0.2174 -0.1517 0.5864 +52 2008 2025 -0.0617 -0.4225 0.299 +52 2009 2010 0.0316 -0.2993 0.3625 +52 2009 2011 0.1275 -0.285 0.5401 +52 2009 2012 0.3323 -0.1158 0.7803 +52 2009 2013 0.315 -0.1166 0.7467 +52 2009 2014 0.3605 -0.1292 0.8501 +52 2009 2015 0.2518 -0.2208 0.7245 +52 2009 2016 0.2077 -0.2289 0.6444 +52 2009 2017 0.2427 -0.1922 0.6776 +52 2009 2018 0.0736 -0.3881 0.5352 +52 2009 2019 -0.16 -0.5965 0.2765 +52 2009 2020 -0.1185 -0.5754 0.3384 +52 2009 2021 -0.0057 -0.4406 0.4293 +52 2009 2022 0.21 -0.2285 0.6485 +52 2009 2023 0.3712 -0.111 0.8534 +52 2009 2024 0.3531 -0.1053 0.8115 +52 2009 2025 0.0739 -0.3497 0.4975 +52 2010 2011 0.0959 -0.2411 0.4329 +52 2010 2012 0.3007 -0.1208 0.7221 +52 2010 2013 0.2834 -0.1401 0.7069 +52 2010 2014 0.3289 -0.157 0.8147 +52 2010 2015 0.2202 -0.2537 0.6941 +52 2010 2016 0.1761 -0.2644 0.6167 +52 2010 2017 0.2111 -0.2308 0.6529 +52 2010 2018 0.042 -0.4266 0.5106 +52 2010 2019 -0.1917 -0.6391 0.2558 +52 2010 2020 -0.1501 -0.6189 0.3187 +52 2010 2021 -0.0373 -0.4827 0.4081 +52 2010 2022 0.1784 -0.2643 0.621 +52 2010 2023 0.3396 -0.1473 0.8265 +52 2010 2024 0.3215 -0.1442 0.7871 +52 2010 2025 0.0423 -0.3939 0.4785 +52 2011 2012 0.2047 -0.139 0.5485 +52 2011 2013 0.1875 -0.2069 0.5819 +52 2011 2014 0.2329 -0.2286 0.6945 +52 2011 2015 0.1243 -0.3375 0.5861 +52 2011 2016 0.0802 -0.355 0.5155 +52 2011 2017 0.1152 -0.3139 0.5442 +52 2011 2018 -0.054 -0.5177 0.4098 +52 2011 2019 -0.2876 -0.7491 0.174 +52 2011 2020 -0.246 -0.7233 0.2312 +52 2011 2021 -0.1332 -0.5792 0.3129 +52 2011 2022 0.0825 -0.3497 0.5147 +52 2011 2023 0.2437 -0.2238 0.7112 +52 2011 2024 0.2256 -0.2241 0.6752 +52 2011 2025 -0.0536 -0.4957 0.3885 +52 2012 2013 -0.0172 -0.3212 0.2868 +52 2012 2014 0.0283 -0.3644 0.4209 +52 2012 2015 -0.0804 -0.4921 0.3313 +52 2012 2016 -0.1244 -0.5181 0.2692 +52 2012 2017 -0.0895 -0.4639 0.2849 +52 2012 2018 -0.2586 -0.6861 0.1688 +52 2012 2019 -0.4922 -0.9588 -0.0255 +52 2012 2020 -0.4507 -0.9234 0.0221 +52 2012 2021 -0.3378 -0.7624 0.0868 +52 2012 2022 -0.1222 -0.5057 0.2614 +52 2012 2023 0.039 -0.366 0.444 +52 2012 2024 0.0209 -0.3681 0.41 +52 2012 2025 -0.2582 -0.6843 0.1679 +52 2013 2014 0.0454 -0.2724 0.3633 +52 2013 2015 -0.0632 -0.4283 0.3019 +52 2013 2016 -0.1073 -0.4589 0.2444 +52 2013 2017 -0.0723 -0.423 0.2784 +52 2013 2018 -0.2414 -0.6439 0.1611 +52 2013 2019 -0.4749 -0.8989 -0.0509 +52 2013 2020 -0.4335 -0.8716 0.0047 +52 2013 2021 -0.3206 -0.7165 0.0753 +52 2013 2022 -0.105 -0.4601 0.2501 +52 2013 2023 0.0562 -0.3376 0.45 +52 2013 2024 0.0381 -0.3408 0.4169 +52 2013 2025 -0.241 -0.6342 0.1522 +52 2014 2015 -0.1086 -0.4416 0.2243 +52 2014 2016 -0.1527 -0.5335 0.2281 +52 2014 2017 -0.1177 -0.51 0.2745 +52 2014 2018 -0.2869 -0.7327 0.159 +52 2014 2019 -0.5205 -0.9977 -0.0432 +52 2014 2020 -0.4789 -0.9659 0.008 +52 2014 2021 -0.3661 -0.8109 0.0787 +52 2014 2022 -0.1504 -0.5579 0.2571 +52 2014 2023 0.0108 -0.4217 0.4433 +52 2014 2024 -0.0073 -0.4285 0.4139 +52 2014 2025 -0.2865 -0.7337 0.1607 +52 2015 2016 -0.0441 -0.3609 0.2727 +52 2015 2017 -0.0091 -0.3814 0.3632 +52 2015 2018 -0.1782 -0.6042 0.2477 +52 2015 2019 -0.4119 -0.8583 0.0345 +52 2015 2020 -0.3703 -0.8338 0.0932 +52 2015 2021 -0.2575 -0.6851 0.1702 +52 2015 2022 -0.0418 -0.4446 0.361 +52 2015 2023 0.1194 -0.3185 0.5573 +52 2015 2024 0.1013 -0.3191 0.5217 +52 2015 2025 -0.1779 -0.6074 0.2516 +52 2016 2017 0.035 -0.2602 0.3301 +52 2016 2018 -0.1342 -0.5117 0.2433 +52 2016 2019 -0.3678 -0.767 0.0314 +52 2016 2020 -0.3263 -0.7504 0.0979 +52 2016 2021 -0.2134 -0.6048 0.178 +52 2016 2022 0.0023 -0.3611 0.3656 +52 2016 2023 0.1634 -0.2434 0.5703 +52 2016 2024 0.1453 -0.2446 0.5353 +52 2016 2025 -0.1338 -0.5191 0.2515 +52 2017 2018 -0.1691 -0.4797 0.1414 +52 2017 2019 -0.4028 -0.7897 -0.0159 +52 2017 2020 -0.3612 -0.7739 0.0515 +52 2017 2021 -0.2483 -0.6254 0.1287 +52 2017 2022 -0.0327 -0.3773 0.312 +52 2017 2023 0.1285 -0.2442 0.5012 +52 2017 2024 0.1104 -0.2471 0.4679 +52 2017 2025 -0.1687 -0.5358 0.1984 +52 2018 2019 -0.2337 -0.5671 0.0998 +52 2018 2020 -0.1921 -0.5947 0.2105 +52 2018 2021 -0.0792 -0.4713 0.3128 +52 2018 2022 0.1364 -0.2475 0.5204 +52 2018 2023 0.2976 -0.1275 0.7228 +52 2018 2024 0.2795 -0.1291 0.6881 +52 2018 2025 3e-04 -0.4075 0.4082 +52 2019 2020 0.0415 -0.2772 0.3603 +52 2019 2021 0.1544 -0.2079 0.5167 +52 2019 2022 0.3701 -0.0212 0.7614 +52 2019 2023 0.5312 0.07 0.9924 +52 2019 2024 0.5131 0.068 0.9582 +52 2019 2025 0.2339 -0.1624 0.6302 +52 2020 2021 0.1129 -0.2056 0.4313 +52 2020 2022 0.3286 -0.0535 0.7107 +52 2020 2023 0.4898 0.0451 0.9344 +52 2020 2024 0.4716 0.033 0.9103 +52 2020 2025 0.1924 -0.223 0.6078 +52 2021 2022 0.2157 -0.0778 0.5092 +52 2021 2023 0.3769 -0.0042 0.758 +52 2021 2024 0.3588 -0.0138 0.7313 +52 2021 2025 0.0796 -0.3009 0.46 +52 2022 2023 0.1612 -0.1359 0.4583 +52 2022 2024 0.1431 -0.18 0.4662 +52 2022 2025 -0.1361 -0.4924 0.2202 +52 2023 2024 -0.0181 -0.3123 0.2761 +52 2023 2025 -0.2973 -0.6831 0.0884 +52 2024 2025 -0.2793 -0.5943 0.0357 +53 2007 2010 0.0948 0.053 0.1366 +53 2007 2013 0.0319 -0.0121 0.0758 +53 2007 2016 -0.0585 -0.1018 -0.0151 +53 2007 2019 -0.0223 -0.0662 0.0216 +53 2007 2022 -0.0442 -0.0885 1e-04 +53 2007 2025 0.0859 0.0325 0.1393 +53 2010 2013 -0.063 -0.1064 -0.0196 +53 2010 2016 -0.1533 -0.1981 -0.1085 +53 2010 2019 -0.1171 -0.1619 -0.0723 +53 2010 2022 -0.139 -0.1852 -0.0928 +53 2010 2025 -0.0089 -0.0627 0.0449 +53 2013 2016 -0.0903 -0.1342 -0.0465 +53 2013 2019 -0.0541 -0.0994 -0.0088 +53 2013 2022 -0.0761 -0.1225 -0.0297 +53 2013 2025 0.0541 -6e-04 0.1088 +53 2016 2019 0.0362 -0.0067 0.0791 +53 2016 2022 0.0143 -0.03 0.0586 +53 2016 2025 0.1444 0.0897 0.1991 +53 2019 2022 -0.0219 -0.0654 0.0215 +53 2019 2025 0.1082 0.0539 0.1625 +53 2022 2025 0.1301 0.0761 0.1841 +54 2007 2008 -0.3566 -0.9076 0.1943 +54 2007 2009 -0.318 -0.9516 0.3155 +54 2007 2010 -0.5896 -1.1962 0.0171 +54 2007 2011 -0.9368 -1.6976 -0.1759 +54 2007 2012 -0.4332 -1.0772 0.2107 +54 2007 2013 -0.4449 -1.0913 0.2015 +54 2007 2014 -0.9062 -1.5882 -0.2242 +54 2007 2015 -1.5291 -2.3186 -0.7397 +54 2007 2016 -1.5876 -2.4224 -0.7528 +54 2007 2017 -1.4652 -2.2317 -0.6987 +54 2007 2018 -1.198 -1.868 -0.5279 +54 2007 2019 -1.1587 -1.8529 -0.4645 +54 2007 2020 -1.1029 -1.7897 -0.4162 +54 2007 2021 -1.0879 -1.7525 -0.4234 +54 2007 2022 -1.1025 -1.8076 -0.3975 +54 2007 2023 -0.8488 -1.5115 -0.186 +54 2007 2024 -1.3446 -2.113 -0.5762 +54 2007 2025 -1.3374 -2.1774 -0.4974 +54 2008 2009 0.0386 -0.4738 0.551 +54 2008 2010 -0.233 -0.7175 0.2514 +54 2008 2011 -0.5802 -1.1847 0.0243 +54 2008 2012 -0.0767 -0.6733 0.5199 +54 2008 2013 -0.0884 -0.7272 0.5504 +54 2008 2014 -0.5497 -1.1514 0.0521 +54 2008 2015 -1.1726 -1.8061 -0.5392 +54 2008 2016 -1.231 -1.9348 -0.5273 +54 2008 2017 -1.1087 -1.7506 -0.4668 +54 2008 2018 -0.8415 -1.4131 -0.2699 +54 2008 2019 -0.8022 -1.4264 -0.178 +54 2008 2020 -0.7464 -1.343 -0.1499 +54 2008 2021 -0.7315 -1.2877 -0.1752 +54 2008 2022 -0.746 -1.3638 -0.1282 +54 2008 2023 -0.4923 -1.1086 0.124 +54 2008 2024 -0.9881 -1.6306 -0.3456 +54 2008 2025 -0.9809 -1.743 -0.2189 +54 2009 2010 -0.2716 -0.7666 0.2234 +54 2009 2011 -0.6189 -1.2979 0.0601 +54 2009 2012 -0.1152 -0.7072 0.4768 +54 2009 2013 -0.1269 -0.7656 0.5118 +54 2009 2014 -0.5882 -1.2304 0.0539 +54 2009 2015 -1.2113 -1.9303 -0.4923 +54 2009 2016 -1.2697 -2.0507 -0.4887 +54 2009 2017 -1.1473 -1.8581 -0.4364 +54 2009 2018 -0.88 -1.4936 -0.2665 +54 2009 2019 -0.8407 -1.5076 -0.1739 +54 2009 2020 -0.785 -1.429 -0.1409 +54 2009 2021 -0.77 -1.3745 -0.1654 +54 2009 2022 -0.7846 -1.4547 -0.1144 +54 2009 2023 -0.5308 -1.1647 0.1031 +54 2009 2024 -1.0267 -1.7361 -0.3172 +54 2009 2025 -1.0195 -1.829 -0.21 +54 2010 2011 -0.3472 -0.8741 0.1796 +54 2010 2012 0.1564 -0.3859 0.6987 +54 2010 2013 0.1447 -0.4514 0.7408 +54 2010 2014 -0.3166 -0.8885 0.2553 +54 2010 2015 -0.9396 -1.5428 -0.3365 +54 2010 2016 -0.998 -1.678 -0.3181 +54 2010 2017 -0.8756 -1.4929 -0.2584 +54 2010 2018 -0.6085 -1.135 -0.0819 +54 2010 2019 -0.5691 -1.1594 0.0211 +54 2010 2020 -0.5134 -1.0823 0.0556 +54 2010 2021 -0.4984 -1.0103 0.0135 +54 2010 2022 -0.513 -1.1005 0.0746 +54 2010 2023 -0.2592 -0.8494 0.331 +54 2010 2024 -0.755 -1.3712 -0.1388 +54 2010 2025 -0.7479 -1.4851 -0.0106 +54 2011 2012 0.5038 -0.0996 1.1072 +54 2011 2013 0.4921 -0.2267 1.2109 +54 2011 2014 0.0306 -0.6264 0.6876 +54 2011 2015 -0.5925 -1.223 0.038 +54 2011 2016 -0.6509 -1.3578 0.0561 +54 2011 2017 -0.5285 -1.1963 0.1393 +54 2011 2018 -0.2613 -0.9134 0.3909 +54 2011 2019 -0.222 -0.9182 0.4742 +54 2011 2020 -0.1662 -0.8298 0.4973 +54 2011 2021 -0.1513 -0.7843 0.4818 +54 2011 2022 -0.1658 -0.8436 0.512 +54 2011 2023 0.0879 -0.6267 0.8026 +54 2011 2024 -0.4079 -1.0803 0.2644 +54 2011 2025 -0.4007 -1.2042 0.4028 +54 2012 2013 -0.0117 -0.5074 0.4841 +54 2012 2014 -0.473 -1.0364 0.0904 +54 2012 2015 -1.0961 -1.804 -0.3882 +54 2012 2016 -1.1545 -1.9235 -0.3854 +54 2012 2017 -1.032 -1.7227 -0.3414 +54 2012 2018 -0.7648 -1.3649 -0.1647 +54 2012 2019 -0.7255 -1.367 -0.084 +54 2012 2020 -0.6697 -1.2784 -0.0611 +54 2012 2021 -0.6547 -1.2473 -0.0621 +54 2012 2022 -0.6693 -1.3133 -0.0253 +54 2012 2023 -0.4156 -0.9948 0.1637 +54 2012 2024 -0.9114 -1.6145 -0.2083 +54 2012 2025 -0.9042 -1.6995 -0.109 +54 2013 2014 -0.4614 -0.9897 0.0669 +54 2013 2015 -1.0845 -1.822 -0.347 +54 2013 2016 -1.1429 -1.9402 -0.3455 +54 2013 2017 -1.0204 -1.7519 -0.2889 +54 2013 2018 -0.7531 -1.3886 -0.1176 +54 2013 2019 -0.7138 -1.3735 -0.0541 +54 2013 2020 -0.6581 -1.3057 -0.0104 +54 2013 2021 -0.6431 -1.275 -0.0111 +54 2013 2022 -0.6576 -1.3207 0.0054 +54 2013 2023 -0.4039 -1.0113 0.2036 +54 2013 2024 -0.8997 -1.645 -0.1544 +54 2013 2025 -0.8925 -1.703 -0.0821 +54 2014 2015 -0.6232 -1.21 -0.0365 +54 2014 2016 -0.6815 -1.3868 0.0238 +54 2014 2017 -0.5591 -1.2222 0.104 +54 2014 2018 -0.2918 -0.9018 0.3181 +54 2014 2019 -0.2525 -0.9057 0.4006 +54 2014 2020 -0.1968 -0.8197 0.4262 +54 2014 2021 -0.1818 -0.7883 0.4248 +54 2014 2022 -0.1963 -0.8483 0.4556 +54 2014 2023 0.0574 -0.5626 0.6774 +54 2014 2024 -0.4384 -1.1363 0.2595 +54 2014 2025 -0.4313 -1.2279 0.3654 +54 2015 2016 -0.0583 -0.6158 0.4991 +54 2015 2017 0.064 -0.5575 0.6855 +54 2015 2018 0.3312 -0.3076 0.9701 +54 2015 2019 0.3706 -0.3315 1.0726 +54 2015 2020 0.4263 -0.2594 1.112 +54 2015 2021 0.4412 -0.2003 1.0827 +54 2015 2022 0.4267 -0.2665 1.12 +54 2015 2023 0.6804 -0.0673 1.4281 +54 2015 2024 0.1846 -0.4987 0.8679 +54 2015 2025 0.1918 -0.6206 1.0042 +54 2016 2017 0.1224 -0.4481 0.6928 +54 2016 2018 0.3896 -0.2866 1.0659 +54 2016 2019 0.4289 -0.3165 1.1744 +54 2016 2020 0.4847 -0.2567 1.226 +54 2016 2021 0.4996 -0.211 1.2103 +54 2016 2022 0.4851 -0.2641 1.2343 +54 2016 2023 0.7389 -0.0598 1.5375 +54 2016 2024 0.2429 -0.5075 0.9934 +54 2016 2025 0.2501 -0.6117 1.1119 +54 2017 2018 0.2673 -0.2763 0.8108 +54 2017 2019 0.3065 -0.3575 0.9706 +54 2017 2020 0.3623 -0.3022 1.0268 +54 2017 2021 0.3773 -0.2678 1.0223 +54 2017 2022 0.3627 -0.3329 1.0582 +54 2017 2023 0.6164 -0.0989 1.3318 +54 2017 2024 0.1206 -0.5887 0.8299 +54 2017 2025 0.1278 -0.6963 0.9518 +54 2018 2019 0.0393 -0.4797 0.5584 +54 2018 2020 0.0951 -0.4765 0.6666 +54 2018 2021 0.1101 -0.4394 0.6595 +54 2018 2022 0.0955 -0.5328 0.7238 +54 2018 2023 0.3492 -0.2736 0.9721 +54 2018 2024 -0.1466 -0.8121 0.5189 +54 2018 2025 -0.1394 -0.9164 0.6375 +54 2019 2020 0.0558 -0.4706 0.5821 +54 2019 2021 0.0707 -0.5149 0.6564 +54 2019 2022 0.0562 -0.5955 0.7079 +54 2019 2023 0.31 -0.3457 0.9656 +54 2019 2024 -0.1859 -0.894 0.5221 +54 2019 2025 -0.1787 -0.98 0.6225 +54 2020 2021 0.015 -0.4857 0.5157 +54 2020 2022 4e-04 -0.6154 0.6162 +54 2020 2023 0.2542 -0.3591 0.8675 +54 2020 2024 -0.2417 -0.926 0.4425 +54 2020 2025 -0.2345 -1.0257 0.5566 +54 2021 2022 -0.0146 -0.5283 0.4992 +54 2021 2023 0.2392 -0.3397 0.8182 +54 2021 2024 -0.2567 -0.8881 0.3747 +54 2021 2025 -0.2495 -1.0037 0.5047 +54 2022 2023 0.2539 -0.2938 0.8016 +54 2022 2024 -0.2421 -0.8887 0.4044 +54 2022 2025 -0.2349 -0.9974 0.5275 +54 2023 2024 -0.4961 -1.1001 0.1078 +54 2023 2025 -0.4888 -1.2321 0.2545 +54 2024 2025 0.0072 -0.5951 0.6095 +55 2007 2008 0.0856 -0.1028 0.2739 +55 2007 2009 0.1332 -0.0953 0.3616 +55 2007 2010 0.1345 -0.1134 0.3825 +55 2007 2011 -0.0048 -0.2423 0.2327 +55 2007 2012 -0.0987 -0.3449 0.1476 +55 2007 2013 -0.1459 -0.3978 0.106 +55 2007 2014 -0.1766 -0.4338 0.0806 +55 2007 2015 -0.3302 -0.5825 -0.0779 +55 2007 2016 -0.3626 -0.6166 -0.1085 +55 2007 2017 -0.4062 -0.6644 -0.1479 +55 2007 2018 -0.459 -0.7184 -0.1997 +55 2007 2019 -0.5037 -0.7653 -0.2421 +55 2007 2020 -0.4674 -0.7367 -0.198 +55 2007 2021 -0.4504 -0.7098 -0.1911 +55 2007 2022 -0.4097 -0.6844 -0.1349 +55 2007 2023 -0.4284 -0.6991 -0.1578 +55 2007 2024 -0.4474 -0.7127 -0.1821 +55 2007 2025 -0.5095 -0.7832 -0.2358 +55 2008 2009 0.0476 -0.1166 0.2118 +55 2008 2010 0.049 -0.1484 0.2465 +55 2008 2011 -0.0903 -0.2845 0.1038 +55 2008 2012 -0.1842 -0.3951 0.0267 +55 2008 2013 -0.2314 -0.449 -0.0139 +55 2008 2014 -0.2621 -0.4774 -0.0468 +55 2008 2015 -0.4157 -0.6394 -0.192 +55 2008 2016 -0.4481 -0.6719 -0.2243 +55 2008 2017 -0.4917 -0.717 -0.2663 +55 2008 2018 -0.5446 -0.7742 -0.3149 +55 2008 2019 -0.5892 -0.8263 -0.3521 +55 2008 2020 -0.5529 -0.7903 -0.3155 +55 2008 2021 -0.536 -0.7599 -0.312 +55 2008 2022 -0.4952 -0.7318 -0.2587 +55 2008 2023 -0.514 -0.7464 -0.2815 +55 2008 2024 -0.533 -0.7609 -0.305 +55 2008 2025 -0.595 -0.8398 -0.3502 +55 2009 2010 0.0014 -0.1646 0.1674 +55 2009 2011 -0.1379 -0.3261 0.0503 +55 2009 2012 -0.2318 -0.4378 -0.0259 +55 2009 2013 -0.279 -0.4935 -0.0646 +55 2009 2014 -0.3097 -0.5222 -0.0972 +55 2009 2015 -0.4633 -0.688 -0.2387 +55 2009 2016 -0.4957 -0.7199 -0.2714 +55 2009 2017 -0.5393 -0.7665 -0.3121 +55 2009 2018 -0.5921 -0.8227 -0.3616 +55 2009 2019 -0.6368 -0.8776 -0.396 +55 2009 2020 -0.6005 -0.8388 -0.3622 +55 2009 2021 -0.5836 -0.8051 -0.362 +55 2009 2022 -0.5428 -0.775 -0.3107 +55 2009 2023 -0.5615 -0.7915 -0.3316 +55 2009 2024 -0.5805 -0.8049 -0.3562 +55 2009 2025 -0.6426 -0.8896 -0.3957 +55 2010 2011 -0.1393 -0.3131 0.0344 +55 2010 2012 -0.2332 -0.4446 -0.0218 +55 2010 2013 -0.2805 -0.501 -0.0599 +55 2010 2014 -0.3111 -0.5309 -0.0913 +55 2010 2015 -0.4647 -0.7038 -0.2257 +55 2010 2016 -0.4971 -0.7316 -0.2625 +55 2010 2017 -0.5407 -0.7794 -0.3019 +55 2010 2018 -0.5936 -0.8382 -0.3489 +55 2010 2019 -0.6382 -0.8926 -0.3838 +55 2010 2020 -0.6019 -0.8522 -0.3516 +55 2010 2021 -0.585 -0.8198 -0.3501 +55 2010 2022 -0.5442 -0.7847 -0.3037 +55 2010 2023 -0.5629 -0.8029 -0.323 +55 2010 2024 -0.5819 -0.8177 -0.3462 +55 2010 2025 -0.644 -0.903 -0.385 +55 2011 2012 -0.0939 -0.2635 0.0757 +55 2011 2013 -0.1411 -0.3416 0.0593 +55 2011 2014 -0.1718 -0.3803 0.0367 +55 2011 2015 -0.3254 -0.5438 -0.107 +55 2011 2016 -0.3578 -0.5788 -0.1367 +55 2011 2017 -0.4014 -0.6248 -0.1779 +55 2011 2018 -0.4542 -0.6824 -0.2261 +55 2011 2019 -0.4989 -0.7346 -0.2631 +55 2011 2020 -0.4626 -0.6996 -0.2255 +55 2011 2021 -0.4456 -0.6695 -0.2218 +55 2011 2022 -0.4049 -0.6426 -0.1672 +55 2011 2023 -0.4236 -0.6568 -0.1904 +55 2011 2024 -0.4426 -0.6712 -0.214 +55 2011 2025 -0.5047 -0.7492 -0.2602 +55 2012 2013 -0.0472 -0.222 0.1276 +55 2012 2014 -0.0779 -0.2851 0.1293 +55 2012 2015 -0.2315 -0.4478 -0.0152 +55 2012 2016 -0.2639 -0.4891 -0.0387 +55 2012 2017 -0.3075 -0.5379 -0.077 +55 2012 2018 -0.3604 -0.5927 -0.128 +55 2012 2019 -0.405 -0.6445 -0.1655 +55 2012 2020 -0.3687 -0.6128 -0.1246 +55 2012 2021 -0.3518 -0.5822 -0.1213 +55 2012 2022 -0.311 -0.5582 -0.0639 +55 2012 2023 -0.3297 -0.5728 -0.0867 +55 2012 2024 -0.3488 -0.5854 -0.1121 +55 2012 2025 -0.4108 -0.6617 -0.16 +55 2013 2014 -0.0306 -0.2087 0.1474 +55 2013 2015 -0.1843 -0.3966 0.028 +55 2013 2016 -0.2166 -0.4413 0.008 +55 2013 2017 -0.2602 -0.4941 -0.0264 +55 2013 2018 -0.3131 -0.5521 -0.0742 +55 2013 2019 -0.3578 -0.6041 -0.1115 +55 2013 2020 -0.3214 -0.5715 -0.0714 +55 2013 2021 -0.3045 -0.5416 -0.0674 +55 2013 2022 -0.2638 -0.5142 -0.0134 +55 2013 2023 -0.2825 -0.5299 -0.0351 +55 2013 2024 -0.3015 -0.5436 -0.0594 +55 2013 2025 -0.3636 -0.62 -0.1072 +55 2014 2015 -0.1537 -0.3388 0.0314 +55 2014 2016 -0.186 -0.4004 0.0284 +55 2014 2017 -0.2296 -0.4574 -0.0018 +55 2014 2018 -0.2825 -0.5207 -0.0443 +55 2014 2019 -0.3271 -0.5764 -0.0778 +55 2014 2020 -0.2908 -0.54 -0.0416 +55 2014 2021 -0.2739 -0.5101 -0.0377 +55 2014 2022 -0.2331 -0.4805 0.0142 +55 2014 2023 -0.2519 -0.496 -0.0077 +55 2014 2024 -0.2709 -0.5116 -0.0301 +55 2014 2025 -0.3329 -0.5926 -0.0732 +55 2015 2016 -0.0323 -0.2113 0.1466 +55 2015 2017 -0.0759 -0.2904 0.1385 +55 2015 2018 -0.1288 -0.356 0.0984 +55 2015 2019 -0.1735 -0.4111 0.0641 +55 2015 2020 -0.1372 -0.3847 0.1104 +55 2015 2021 -0.1202 -0.3569 0.1164 +55 2015 2022 -0.0795 -0.3356 0.1766 +55 2015 2023 -0.0982 -0.3499 0.1535 +55 2015 2024 -0.1172 -0.3631 0.1286 +55 2015 2025 -0.1793 -0.4359 0.0773 +55 2016 2017 -0.0436 -0.2236 0.1364 +55 2016 2018 -0.0965 -0.3127 0.1197 +55 2016 2019 -0.1411 -0.3759 0.0936 +55 2016 2020 -0.1048 -0.3507 0.141 +55 2016 2021 -0.0879 -0.3243 0.1486 +55 2016 2022 -0.0471 -0.3 0.2057 +55 2016 2023 -0.0659 -0.3161 0.1844 +55 2016 2024 -0.0849 -0.3305 0.1608 +55 2016 2025 -0.147 -0.4058 0.1119 +55 2017 2018 -0.0529 -0.2344 0.1286 +55 2017 2019 -0.0975 -0.3197 0.1247 +55 2017 2020 -0.0612 -0.3005 0.1781 +55 2017 2021 -0.0443 -0.2786 0.19 +55 2017 2022 -0.0035 -0.2567 0.2497 +55 2017 2023 -0.0223 -0.2726 0.2281 +55 2017 2024 -0.0413 -0.2886 0.206 +55 2017 2025 -0.1034 -0.3651 0.1584 +55 2018 2019 -0.0447 -0.228 0.1387 +55 2018 2020 -0.0083 -0.2321 0.2154 +55 2018 2021 0.0086 -0.2187 0.2359 +55 2018 2022 0.0494 -0.2031 0.3018 +55 2018 2023 0.0306 -0.2211 0.2823 +55 2018 2024 0.0116 -0.236 0.2592 +55 2018 2025 -0.0505 -0.3117 0.2108 +55 2019 2020 0.0363 -0.152 0.2247 +55 2019 2021 0.0533 -0.1658 0.2724 +55 2019 2022 0.094 -0.1588 0.3468 +55 2019 2023 0.0753 -0.1803 0.3309 +55 2019 2024 0.0563 -0.1974 0.3099 +55 2019 2025 -0.0058 -0.2698 0.2581 +55 2020 2021 0.0169 -0.1676 0.2014 +55 2020 2022 0.0577 -0.1781 0.2935 +55 2020 2023 0.039 -0.2082 0.2861 +55 2020 2024 0.0199 -0.2306 0.2705 +55 2020 2025 -0.0421 -0.3098 0.2255 +55 2021 2022 0.0408 -0.1445 0.226 +55 2021 2023 0.022 -0.1949 0.2389 +55 2021 2024 0.003 -0.2249 0.2309 +55 2021 2025 -0.0591 -0.3106 0.1924 +55 2022 2023 -0.0187 -0.2044 0.167 +55 2022 2024 -0.0377 -0.2609 0.1854 +55 2022 2025 -0.0998 -0.3569 0.1573 +55 2023 2024 -0.019 -0.2027 0.1647 +55 2023 2025 -0.0811 -0.3177 0.1555 +55 2024 2025 -0.0621 -0.2521 0.1279 +56 2007 2010 -0.1058 -0.2548 0.0432 +56 2007 2013 -0.4543 -0.6269 -0.2817 +56 2007 2016 -0.4528 -0.625 -0.2805 +56 2007 2019 -0.4587 -0.6272 -0.2901 +56 2007 2022 -0.8856 -1.0796 -0.6917 +56 2007 2025 -1.1866 -1.4602 -0.913 +56 2010 2013 -0.3485 -0.5219 -0.1751 +56 2010 2016 -0.347 -0.5255 -0.1685 +56 2010 2019 -0.3528 -0.5268 -0.1789 +56 2010 2022 -0.7798 -0.9792 -0.5804 +56 2010 2025 -1.0808 -1.3602 -0.8013 +56 2013 2016 0.0015 -0.1794 0.1825 +56 2013 2019 -0.0043 -0.1953 0.1866 +56 2013 2022 -0.4313 -0.6347 -0.228 +56 2013 2025 -0.7323 -1.0046 -0.4599 +56 2016 2019 -0.0059 -0.1846 0.1729 +56 2016 2022 -0.4329 -0.6379 -0.2278 +56 2016 2025 -0.7338 -1.0141 -0.4535 +56 2019 2022 -0.427 -0.6216 -0.2325 +56 2019 2025 -0.7279 -1.0123 -0.4436 +56 2022 2025 -0.301 -0.5594 -0.0426 +57 2007 2008 0.1567 0.0541 0.2593 +57 2007 2009 -0.003 -0.1154 0.1094 +57 2007 2010 0.1141 0.015 0.2132 +57 2007 2011 3e-04 -0.1103 0.1109 +57 2007 2012 0.2611 0.1452 0.377 +57 2007 2013 -0.0133 -0.1199 0.0934 +57 2007 2014 -0.1228 -0.2411 -0.0044 +57 2007 2015 -0.0086 -0.1266 0.1095 +57 2007 2016 -0.0857 -0.1923 0.021 +57 2007 2017 -0.2083 -0.3273 -0.0893 +57 2007 2018 -0.207 -0.3239 -0.0901 +57 2007 2019 -0.4144 -0.5322 -0.2967 +57 2007 2020 -0.3336 -0.4623 -0.205 +57 2007 2021 -0.1947 -0.3108 -0.0787 +57 2007 2022 -0.2454 -0.3681 -0.1227 +57 2007 2023 -0.2788 -0.4018 -0.1559 +57 2007 2024 -0.329 -0.4464 -0.2117 +57 2007 2025 -0.2241 -0.3283 -0.1199 +57 2008 2009 -0.1597 -0.265 -0.0545 +57 2008 2010 -0.0426 -0.1464 0.0611 +57 2008 2011 -0.1564 -0.2522 -0.0605 +57 2008 2012 0.1044 -0.005 0.2139 +57 2008 2013 -0.17 -0.2815 -0.0584 +57 2008 2014 -0.2795 -0.3862 -0.1728 +57 2008 2015 -0.1653 -0.2782 -0.0523 +57 2008 2016 -0.2424 -0.3521 -0.1326 +57 2008 2017 -0.365 -0.4716 -0.2584 +57 2008 2018 -0.3637 -0.4755 -0.252 +57 2008 2019 -0.5711 -0.6919 -0.4504 +57 2008 2020 -0.4903 -0.6088 -0.3718 +57 2008 2021 -0.3514 -0.4599 -0.2429 +57 2008 2022 -0.4021 -0.5256 -0.2787 +57 2008 2023 -0.4355 -0.5469 -0.3242 +57 2008 2024 -0.4857 -0.5988 -0.3727 +57 2008 2025 -0.3808 -0.4839 -0.2778 +57 2009 2010 0.1171 0.0088 0.2254 +57 2009 2011 0.0034 -0.1096 0.1163 +57 2009 2012 0.2642 0.1554 0.3729 +57 2009 2013 -0.0103 -0.1278 0.1073 +57 2009 2014 -0.1197 -0.2405 0.0011 +57 2009 2015 -0.0055 -0.1182 0.1072 +57 2009 2016 -0.0826 -0.199 0.0338 +57 2009 2017 -0.2052 -0.3262 -0.0843 +57 2009 2018 -0.204 -0.3156 -0.0924 +57 2009 2019 -0.4114 -0.5374 -0.2854 +57 2009 2020 -0.3306 -0.4613 -0.1999 +57 2009 2021 -0.1917 -0.3023 -0.081 +57 2009 2022 -0.2424 -0.3723 -0.1125 +57 2009 2023 -0.2758 -0.4006 -0.151 +57 2009 2024 -0.326 -0.4388 -0.2132 +57 2009 2025 -0.2211 -0.3322 -0.11 +57 2010 2011 -0.1137 -0.2216 -0.0058 +57 2010 2012 0.1471 0.0342 0.2599 +57 2010 2013 -0.1273 -0.2334 -0.0213 +57 2010 2014 -0.2368 -0.3559 -0.1178 +57 2010 2015 -0.1226 -0.2394 -0.0059 +57 2010 2016 -0.1997 -0.3052 -0.0943 +57 2010 2017 -0.3223 -0.4413 -0.2034 +57 2010 2018 -0.3211 -0.436 -0.2062 +57 2010 2019 -0.5285 -0.6479 -0.4091 +57 2010 2020 -0.4477 -0.5766 -0.3188 +57 2010 2021 -0.3088 -0.4226 -0.1949 +57 2010 2022 -0.3595 -0.4816 -0.2373 +57 2010 2023 -0.3929 -0.5157 -0.2701 +57 2010 2024 -0.4431 -0.56 -0.3262 +57 2010 2025 -0.3382 -0.4423 -0.2341 +57 2011 2012 0.2608 0.1464 0.3752 +57 2011 2013 -0.0136 -0.1298 0.1026 +57 2011 2014 -0.1231 -0.2344 -0.0118 +57 2011 2015 -0.0089 -0.1291 0.1113 +57 2011 2016 -0.086 -0.2021 0.03 +57 2011 2017 -0.2086 -0.3213 -0.096 +57 2011 2018 -0.2074 -0.3265 -0.0882 +57 2011 2019 -0.4148 -0.5394 -0.2902 +57 2011 2020 -0.334 -0.4577 -0.2102 +57 2011 2021 -0.1951 -0.3114 -0.0788 +57 2011 2022 -0.2458 -0.3749 -0.1166 +57 2011 2023 -0.2792 -0.3968 -0.1615 +57 2011 2024 -0.3294 -0.4478 -0.2109 +57 2011 2025 -0.2245 -0.3338 -0.1151 +57 2012 2013 -0.2744 -0.3911 -0.1577 +57 2012 2014 -0.3839 -0.5094 -0.2584 +57 2012 2015 -0.2697 -0.3811 -0.1582 +57 2012 2016 -0.3468 -0.4648 -0.2287 +57 2012 2017 -0.4694 -0.5942 -0.3446 +57 2012 2018 -0.4682 -0.5804 -0.3559 +57 2012 2019 -0.6756 -0.8067 -0.5444 +57 2012 2020 -0.5947 -0.7292 -0.4603 +57 2012 2021 -0.4558 -0.5674 -0.3443 +57 2012 2022 -0.5065 -0.6383 -0.3748 +57 2012 2023 -0.54 -0.6678 -0.4121 +57 2012 2024 -0.5902 -0.7079 -0.4724 +57 2012 2025 -0.4853 -0.5986 -0.372 +57 2013 2014 -0.1095 -0.2279 0.009 +57 2013 2015 0.0047 -0.1179 0.1273 +57 2013 2016 -0.0724 -0.1838 0.039 +57 2013 2017 -0.195 -0.3192 -0.0708 +57 2013 2018 -0.1937 -0.316 -0.0715 +57 2013 2019 -0.4012 -0.5249 -0.2774 +57 2013 2020 -0.3203 -0.454 -0.1866 +57 2013 2021 -0.1814 -0.3026 -0.0603 +57 2013 2022 -0.2321 -0.3598 -0.1045 +57 2013 2023 -0.2655 -0.3938 -0.1373 +57 2013 2024 -0.3158 -0.4384 -0.1931 +57 2013 2025 -0.2109 -0.3216 -0.1001 +57 2014 2015 0.1142 -0.0076 0.236 +57 2014 2016 0.0371 -0.0856 0.1598 +57 2014 2017 -0.0855 -0.204 0.033 +57 2014 2018 -0.0842 -0.2104 0.0419 +57 2014 2019 -0.2917 -0.4226 -0.1607 +57 2014 2020 -0.2108 -0.3398 -0.0818 +57 2014 2021 -0.0719 -0.1955 0.0516 +57 2014 2022 -0.1226 -0.2583 0.013 +57 2014 2023 -0.156 -0.2798 -0.0323 +57 2014 2024 -0.2063 -0.3319 -0.0806 +57 2014 2025 -0.1014 -0.22 0.0172 +57 2015 2016 -0.0771 -0.1931 0.0389 +57 2015 2017 -0.1997 -0.3258 -0.0736 +57 2015 2018 -0.1985 -0.3143 -0.0826 +57 2015 2019 -0.4059 -0.5376 -0.2741 +57 2015 2020 -0.3251 -0.4611 -0.189 +57 2015 2021 -0.1862 -0.3016 -0.0707 +57 2015 2022 -0.2369 -0.3709 -0.1028 +57 2015 2023 -0.2703 -0.4001 -0.1404 +57 2015 2024 -0.3205 -0.4403 -0.2006 +57 2015 2025 -0.2156 -0.3313 -0.0998 +57 2016 2017 -0.1226 -0.2408 -0.0044 +57 2016 2018 -0.1214 -0.2409 -0.0018 +57 2016 2019 -0.3288 -0.4507 -0.2068 +57 2016 2020 -0.2479 -0.3805 -0.1154 +57 2016 2021 -0.1091 -0.2277 0.0096 +57 2016 2022 -0.1597 -0.2849 -0.0346 +57 2016 2023 -0.1932 -0.3197 -0.0666 +57 2016 2024 -0.2434 -0.3643 -0.1224 +57 2016 2025 -0.1385 -0.2467 -0.0302 +57 2017 2018 0.0013 -0.1187 0.1213 +57 2017 2019 -0.2062 -0.3372 -0.0751 +57 2017 2020 -0.1253 -0.253 0.0023 +57 2017 2021 0.0136 -0.1081 0.1352 +57 2017 2022 -0.0371 -0.1723 0.098 +57 2017 2023 -0.0705 -0.1923 0.0512 +57 2017 2024 -0.1208 -0.2461 0.0046 +57 2017 2025 -0.0159 -0.1347 0.103 +57 2018 2019 -0.2074 -0.3323 -0.0825 +57 2018 2020 -0.1266 -0.2603 0.0071 +57 2018 2021 0.0123 -0.0996 0.1242 +57 2018 2022 -0.0384 -0.1711 0.0943 +57 2018 2023 -0.0718 -0.2002 0.0566 +57 2018 2024 -0.122 -0.2391 -0.0049 +57 2018 2025 -0.0171 -0.1319 0.0976 +57 2019 2020 0.0808 -0.0514 0.213 +57 2019 2021 0.2197 0.091 0.3484 +57 2019 2022 0.169 0.0359 0.3021 +57 2019 2023 0.1356 3e-04 0.2709 +57 2019 2024 0.0854 -0.0447 0.2155 +57 2019 2025 0.1903 0.0709 0.3096 +57 2020 2021 0.1389 0.0128 0.265 +57 2020 2022 0.0882 -0.0548 0.2312 +57 2020 2023 0.0548 -0.0772 0.1868 +57 2020 2024 0.0046 -0.1302 0.1394 +57 2020 2025 0.1095 -0.0193 0.2382 +57 2021 2022 -0.0507 -0.1753 0.0739 +57 2021 2023 -0.0841 -0.2079 0.0397 +57 2021 2024 -0.1343 -0.2497 -0.019 +57 2021 2025 -0.0294 -0.143 0.0842 +57 2022 2023 -0.0334 -0.1637 0.0969 +57 2022 2024 -0.0836 -0.2166 0.0494 +57 2022 2025 0.0213 -0.1005 0.1431 +57 2023 2024 -0.0502 -0.1731 0.0727 +57 2023 2025 0.0547 -0.0674 0.1767 +57 2024 2025 0.1049 -0.0064 0.2162 +58 2007 2008 -0.0533 -0.3218 0.2153 +58 2007 2009 -0.0577 -0.3508 0.2355 +58 2007 2010 -0.1771 -0.4636 0.1093 +58 2007 2011 -0.2694 -0.5843 0.0455 +58 2007 2012 -0.209 -0.5196 0.1016 +58 2007 2013 -0.3365 -0.6461 -0.0269 +58 2007 2014 -0.4265 -0.7628 -0.0901 +58 2007 2015 -0.4252 -0.7454 -0.105 +58 2007 2016 -0.5314 -0.8359 -0.2268 +58 2007 2017 -0.4817 -0.8054 -0.1581 +58 2007 2018 -0.775 -1.0993 -0.4507 +58 2007 2019 -1.0409 -1.3793 -0.7024 +58 2007 2020 -1.1426 -1.4861 -0.799 +58 2007 2021 -1.3707 -1.7098 -1.0315 +58 2007 2022 -1.5375 -1.9074 -1.1676 +58 2007 2023 -1.6313 -2.0137 -1.2489 +58 2007 2024 -1.6581 -2.0257 -1.2904 +58 2007 2025 -1.4839 -1.846 -1.1219 +58 2008 2009 -0.0044 -0.2725 0.2637 +58 2008 2010 -0.1239 -0.4196 0.1718 +58 2008 2011 -0.2162 -0.5291 0.0967 +58 2008 2012 -0.1557 -0.471 0.1595 +58 2008 2013 -0.2832 -0.6058 0.0393 +58 2008 2014 -0.3732 -0.7127 -0.0337 +58 2008 2015 -0.3719 -0.6912 -0.0526 +58 2008 2016 -0.4781 -0.7871 -0.1691 +58 2008 2017 -0.4285 -0.7546 -0.1023 +58 2008 2018 -0.7218 -1.05 -0.3936 +58 2008 2019 -0.9876 -1.3322 -0.6431 +58 2008 2020 -1.0893 -1.4374 -0.7412 +58 2008 2021 -1.3174 -1.6587 -0.9761 +58 2008 2022 -1.4843 -1.8573 -1.1113 +58 2008 2023 -1.5781 -1.9602 -1.196 +58 2008 2024 -1.6048 -1.9738 -1.2359 +58 2008 2025 -1.4307 -1.7983 -1.0631 +58 2009 2010 -0.1195 -0.3795 0.1406 +58 2009 2011 -0.2118 -0.5172 0.0936 +58 2009 2012 -0.1513 -0.4419 0.1392 +58 2009 2013 -0.2788 -0.5906 0.033 +58 2009 2014 -0.3688 -0.7029 -0.0347 +58 2009 2015 -0.3675 -0.6756 -0.0594 +58 2009 2016 -0.4737 -0.7782 -0.1692 +58 2009 2017 -0.424 -0.7401 -0.108 +58 2009 2018 -0.7174 -1.032 -0.4027 +58 2009 2019 -0.9832 -1.3239 -0.6425 +58 2009 2020 -1.0849 -1.4245 -0.7452 +58 2009 2021 -1.313 -1.6455 -0.9805 +58 2009 2022 -1.4798 -1.8493 -1.1104 +58 2009 2023 -1.5737 -1.9536 -1.1938 +58 2009 2024 -1.6004 -1.9614 -1.2394 +58 2009 2025 -1.4262 -1.7796 -1.0729 +58 2010 2011 -0.0923 -0.361 0.1764 +58 2010 2012 -0.0319 -0.3247 0.261 +58 2010 2013 -0.1593 -0.4615 0.1428 +58 2010 2014 -0.2493 -0.5783 0.0796 +58 2010 2015 -0.2481 -0.5622 0.0661 +58 2010 2016 -0.3542 -0.6515 -0.0569 +58 2010 2017 -0.3046 -0.6257 0.0165 +58 2010 2018 -0.5979 -0.9147 -0.2811 +58 2010 2019 -0.8638 -1.1941 -0.5334 +58 2010 2020 -0.9654 -1.3028 -0.6281 +58 2010 2021 -1.1935 -1.5221 -0.8649 +58 2010 2022 -1.3604 -1.7196 -1.0011 +58 2010 2023 -1.4542 -1.8257 -1.0827 +58 2010 2024 -1.4809 -1.8357 -1.1262 +58 2010 2025 -1.3068 -1.6563 -0.9572 +58 2011 2012 0.0605 -0.2162 0.3371 +58 2011 2013 -0.067 -0.3799 0.2458 +58 2011 2014 -0.157 -0.4897 0.1756 +58 2011 2015 -0.1558 -0.484 0.1725 +58 2011 2016 -0.2619 -0.5807 0.0568 +58 2011 2017 -0.2123 -0.5446 0.12 +58 2011 2018 -0.5056 -0.8381 -0.1731 +58 2011 2019 -0.7715 -1.1188 -0.4241 +58 2011 2020 -0.8731 -1.2241 -0.5221 +58 2011 2021 -1.1012 -1.4442 -0.7583 +58 2011 2022 -1.2681 -1.641 -0.8952 +58 2011 2023 -1.3619 -1.7426 -0.9812 +58 2011 2024 -1.3886 -1.7568 -1.0205 +58 2011 2025 -1.2145 -1.5885 -0.8405 +58 2012 2013 -0.1275 -0.3999 0.1449 +58 2012 2014 -0.2175 -0.5389 0.1039 +58 2012 2015 -0.2162 -0.5213 0.0889 +58 2012 2016 -0.3224 -0.6333 -0.0114 +58 2012 2017 -0.2727 -0.5868 0.0414 +58 2012 2018 -0.566 -0.8835 -0.2486 +58 2012 2019 -0.8319 -1.1782 -0.4856 +58 2012 2020 -0.9336 -1.2753 -0.5918 +58 2012 2021 -1.1617 -1.4984 -0.825 +58 2012 2022 -1.3285 -1.704 -0.953 +58 2012 2023 -1.4223 -1.809 -1.0357 +58 2012 2024 -1.4491 -1.8198 -1.0783 +58 2012 2025 -1.2749 -1.6361 -0.9138 +58 2013 2014 -0.09 -0.3733 0.1933 +58 2013 2015 -0.0887 -0.3961 0.2187 +58 2013 2016 -0.1949 -0.4975 0.1078 +58 2013 2017 -0.1452 -0.4735 0.1831 +58 2013 2018 -0.4385 -0.7675 -0.1096 +58 2013 2019 -0.7044 -1.0477 -0.3611 +58 2013 2020 -0.8061 -1.1541 -0.458 +58 2013 2021 -1.0342 -1.3753 -0.6931 +58 2013 2022 -1.201 -1.5719 -0.8301 +58 2013 2023 -1.2949 -1.6783 -0.9114 +58 2013 2024 -1.3216 -1.6901 -0.953 +58 2013 2025 -1.1474 -1.5141 -0.7808 +58 2014 2015 0.0013 -0.2835 0.2861 +58 2014 2016 -0.1049 -0.4203 0.2105 +58 2014 2017 -0.0552 -0.3892 0.2788 +58 2014 2018 -0.3486 -0.6902 -0.007 +58 2014 2019 -0.6144 -0.9723 -0.2565 +58 2014 2020 -0.7161 -1.0736 -0.3586 +58 2014 2021 -0.9442 -1.2978 -0.5906 +58 2014 2022 -1.1111 -1.4958 -0.7263 +58 2014 2023 -1.2049 -1.598 -0.8118 +58 2014 2024 -1.2316 -1.6132 -0.85 +58 2014 2025 -1.0575 -1.4415 -0.6734 +58 2015 2016 -0.1062 -0.377 0.1646 +58 2015 2017 -0.0565 -0.366 0.253 +58 2015 2018 -0.3498 -0.667 -0.0327 +58 2015 2019 -0.6157 -0.9601 -0.2713 +58 2015 2020 -0.7174 -1.0597 -0.3751 +58 2015 2021 -0.9455 -1.2801 -0.6108 +58 2015 2022 -1.1123 -1.4872 -0.7375 +58 2015 2023 -1.2062 -1.5929 -0.8195 +58 2015 2024 -1.2329 -1.6047 -0.8611 +58 2015 2025 -1.0587 -1.4238 -0.6937 +58 2016 2017 0.0497 -0.2306 0.33 +58 2016 2018 -0.2437 -0.549 0.0617 +58 2016 2019 -0.5095 -0.8335 -0.1856 +58 2016 2020 -0.6112 -0.9453 -0.277 +58 2016 2021 -0.8393 -1.1683 -0.5103 +58 2016 2022 -1.0061 -1.3661 -0.6462 +58 2016 2023 -1.1 -1.4731 -0.7269 +58 2016 2024 -1.1267 -1.4857 -0.7677 +58 2016 2025 -0.9525 -1.309 -0.5961 +58 2017 2018 -0.2934 -0.5746 -0.0121 +58 2017 2019 -0.5592 -0.898 -0.2205 +58 2017 2020 -0.6609 -0.9874 -0.3343 +58 2017 2021 -0.889 -1.2328 -0.5451 +58 2017 2022 -1.0558 -1.4417 -0.67 +58 2017 2023 -1.1496 -1.5447 -0.7545 +58 2017 2024 -1.1764 -1.564 -0.7887 +58 2017 2025 -1.0022 -1.3671 -0.6373 +58 2018 2019 -0.2659 -0.5517 0.0199 +58 2018 2020 -0.3675 -0.6895 -0.0455 +58 2018 2021 -0.5956 -0.9188 -0.2725 +58 2018 2022 -0.7625 -1.1289 -0.396 +58 2018 2023 -0.8563 -1.2359 -0.4767 +58 2018 2024 -0.883 -1.2479 -0.5182 +58 2018 2025 -0.7089 -1.0722 -0.3456 +58 2019 2020 -0.1017 -0.3975 0.1942 +58 2019 2021 -0.3298 -0.6564 -0.0032 +58 2019 2022 -0.4966 -0.8582 -0.1351 +58 2019 2023 -0.5905 -0.9712 -0.2097 +58 2019 2024 -0.6172 -0.9873 -0.2471 +58 2019 2025 -0.443 -0.8203 -0.0658 +58 2020 2021 -0.2281 -0.5193 0.063 +58 2020 2022 -0.395 -0.7568 -0.0332 +58 2020 2023 -0.4888 -0.8715 -0.1061 +58 2020 2024 -0.5155 -0.8957 -0.1354 +58 2020 2025 -0.3414 -0.7178 0.0351 +58 2021 2022 -0.1669 -0.4659 0.1322 +58 2021 2023 -0.2607 -0.6118 0.0905 +58 2021 2024 -0.2874 -0.6386 0.0638 +58 2021 2025 -0.1133 -0.4758 0.2493 +58 2022 2023 -0.0938 -0.4039 0.2162 +58 2022 2024 -0.1206 -0.4734 0.2323 +58 2022 2025 0.0536 -0.3272 0.4344 +58 2023 2024 -0.0267 -0.3353 0.2818 +58 2023 2025 0.1475 -0.2321 0.527 +58 2024 2025 0.1742 -0.1428 0.4913 +59 2007 2010 -0.0753 -0.207 0.0564 +59 2007 2013 -0.2663 -0.4231 -0.1096 +59 2007 2016 -0.4201 -0.5894 -0.2508 +59 2007 2019 -0.5024 -0.6789 -0.3259 +59 2007 2022 -0.4667 -0.641 -0.2924 +59 2007 2025 -0.4937 -0.7048 -0.2826 +59 2010 2013 -0.1911 -0.3303 -0.0519 +59 2010 2016 -0.3448 -0.5072 -0.1824 +59 2010 2019 -0.4272 -0.5999 -0.2544 +59 2010 2022 -0.3914 -0.563 -0.2199 +59 2010 2025 -0.4184 -0.6279 -0.209 +59 2013 2016 -0.1538 -0.2975 -0.0101 +59 2013 2019 -0.2361 -0.4018 -0.0704 +59 2013 2022 -0.2004 -0.3747 -0.026 +59 2013 2025 -0.2274 -0.4388 -0.0159 +59 2016 2019 -0.0823 -0.229 0.0643 +59 2016 2022 -0.0466 -0.2192 0.126 +59 2016 2025 -0.0736 -0.2862 0.139 +59 2019 2022 0.0357 -0.1194 0.1909 +59 2019 2025 0.0087 -0.1978 0.2153 +59 2022 2025 -0.027 -0.2027 0.1487 +60 2007 2010 0.2057 6e-04 0.4109 +60 2007 2013 0.3547 0.1438 0.5655 +60 2007 2016 0.0811 -0.1333 0.2954 +60 2007 2019 0.215 -0.0035 0.4335 +60 2007 2022 -0.0487 -0.2724 0.175 +60 2007 2025 -0.0674 -0.3471 0.2123 +60 2010 2013 0.1489 -0.0395 0.3374 +60 2010 2016 -0.1247 -0.3321 0.0828 +60 2010 2019 0.0093 -0.1956 0.2142 +60 2010 2022 -0.2545 -0.4726 -0.0364 +60 2010 2025 -0.2731 -0.5529 0.0067 +60 2013 2016 -0.2736 -0.467 -0.0803 +60 2013 2019 -0.1397 -0.3322 0.0529 +60 2013 2022 -0.4034 -0.6139 -0.1929 +60 2013 2025 -0.4221 -0.6972 -0.1469 +60 2016 2019 0.134 -0.0625 0.3305 +60 2016 2022 -0.1298 -0.3416 0.082 +60 2016 2025 -0.1484 -0.4265 0.1296 +60 2019 2022 -0.2638 -0.4662 -0.0614 +60 2019 2025 -0.2824 -0.5575 -0.0073 +60 2022 2025 -0.0186 -0.278 0.2407 +61 2007 2008 0.0308 -0.0597 0.1213 +61 2007 2009 0.0759 -0.0362 0.1879 +61 2007 2010 0.0356 -0.0732 0.1444 +61 2007 2011 0.005 -0.11 0.1199 +61 2007 2012 0.001 -0.1178 0.1198 +61 2007 2013 0.0218 -0.0931 0.1367 +61 2007 2014 0.0029 -0.1158 0.1215 +61 2007 2015 0.068 -0.0506 0.1866 +61 2007 2016 0.0479 -0.0655 0.1614 +61 2007 2017 0.1331 0.0163 0.2499 +61 2007 2018 0.1367 0.0212 0.2522 +61 2007 2019 0.2146 0.0973 0.3319 +61 2007 2020 0.2442 0.1246 0.3639 +61 2007 2021 0.2396 0.1247 0.3545 +61 2007 2022 0.2521 0.1345 0.3697 +61 2007 2023 0.2915 0.1753 0.4076 +61 2007 2024 0.3338 0.2203 0.4472 +61 2007 2025 0.3766 0.2608 0.4923 +61 2008 2009 0.0451 -0.0466 0.1368 +61 2008 2010 0.0048 -0.0961 0.1057 +61 2008 2011 -0.0258 -0.1345 0.0829 +61 2008 2012 -0.0298 -0.1442 0.0846 +61 2008 2013 -0.009 -0.1202 0.1022 +61 2008 2014 -0.028 -0.1433 0.0874 +61 2008 2015 0.0372 -0.0755 0.1498 +61 2008 2016 0.0171 -0.0947 0.129 +61 2008 2017 0.1023 -0.0071 0.2118 +61 2008 2018 0.1059 -0.0053 0.2172 +61 2008 2019 0.1838 0.0724 0.2952 +61 2008 2020 0.2134 0.1015 0.3254 +61 2008 2021 0.2088 0.0997 0.3179 +61 2008 2022 0.2213 0.1074 0.3352 +61 2008 2023 0.2606 0.1509 0.3704 +61 2008 2024 0.303 0.1957 0.4103 +61 2008 2025 0.3458 0.2357 0.4559 +61 2009 2010 -0.0402 -0.1309 0.0504 +61 2009 2011 -0.0709 -0.1814 0.0396 +61 2009 2012 -0.0749 -0.1917 0.042 +61 2009 2013 -0.054 -0.168 0.06 +61 2009 2014 -0.073 -0.1964 0.0504 +61 2009 2015 -0.0079 -0.1205 0.1047 +61 2009 2016 -0.0279 -0.1474 0.0915 +61 2009 2017 0.0573 -0.0535 0.168 +61 2009 2018 0.0609 -0.0545 0.1763 +61 2009 2019 0.1387 0.0275 0.25 +61 2009 2020 0.1684 0.056 0.2807 +61 2009 2021 0.1638 0.0525 0.275 +61 2009 2022 0.1762 0.0577 0.2947 +61 2009 2023 0.2156 0.1019 0.3293 +61 2009 2024 0.2579 0.1503 0.3655 +61 2009 2025 0.3008 0.1916 0.4099 +61 2010 2011 -0.0306 -0.1207 0.0594 +61 2010 2012 -0.0346 -0.1408 0.0715 +61 2010 2013 -0.0138 -0.1202 0.0926 +61 2010 2014 -0.0328 -0.1471 0.0816 +61 2010 2015 0.0323 -0.0786 0.1433 +61 2010 2016 0.0123 -0.0979 0.1225 +61 2010 2017 0.0975 -0.0119 0.2069 +61 2010 2018 0.1011 -0.0094 0.2116 +61 2010 2019 0.179 0.069 0.289 +61 2010 2020 0.2086 0.0967 0.3206 +61 2010 2021 0.204 0.0956 0.3124 +61 2010 2022 0.2165 0.1035 0.3294 +61 2010 2023 0.2558 0.1455 0.3662 +61 2010 2024 0.2981 0.1919 0.4044 +61 2010 2025 0.341 0.2328 0.4492 +61 2011 2012 -0.004 -0.0956 0.0876 +61 2011 2013 0.0168 -0.0884 0.1221 +61 2011 2014 -0.0021 -0.1145 0.1102 +61 2011 2015 0.063 -0.0519 0.1778 +61 2011 2016 0.0429 -0.0691 0.155 +61 2011 2017 0.1281 0.0148 0.2415 +61 2011 2018 0.1317 0.0186 0.2449 +61 2011 2019 0.2096 0.0935 0.3257 +61 2011 2020 0.2392 0.1227 0.3558 +61 2011 2021 0.2346 0.1224 0.3469 +61 2011 2022 0.2471 0.1306 0.3636 +61 2011 2023 0.2865 0.1731 0.3998 +61 2011 2024 0.3288 0.2171 0.4404 +61 2011 2025 0.3716 0.2561 0.4871 +61 2012 2013 0.0208 -0.0712 0.1128 +61 2012 2014 0.0018 -0.1078 0.1115 +61 2012 2015 0.067 -0.0474 0.1814 +61 2012 2016 0.0469 -0.0664 0.1603 +61 2012 2017 0.1321 0.0157 0.2486 +61 2012 2018 0.1357 0.0211 0.2504 +61 2012 2019 0.2136 0.0952 0.332 +61 2012 2020 0.2432 0.1236 0.3629 +61 2012 2021 0.2386 0.1245 0.3527 +61 2012 2022 0.2511 0.1323 0.3698 +61 2012 2023 0.2905 0.1738 0.4071 +61 2012 2024 0.3328 0.219 0.4466 +61 2012 2025 0.3756 0.2575 0.4937 +61 2013 2014 -0.019 -0.1122 0.0742 +61 2013 2015 0.0461 -0.059 0.1512 +61 2013 2016 0.0261 -0.082 0.1342 +61 2013 2017 0.1113 6e-04 0.222 +61 2013 2018 0.1149 0.0025 0.2273 +61 2013 2019 0.1928 0.0801 0.3054 +61 2013 2020 0.2224 0.1077 0.3371 +61 2013 2021 0.2178 0.1066 0.329 +61 2013 2022 0.2302 0.1152 0.3453 +61 2013 2023 0.2696 0.1567 0.3825 +61 2013 2024 0.3119 0.2022 0.4217 +61 2013 2025 0.3548 0.243 0.4666 +61 2014 2015 0.0651 -0.031 0.1613 +61 2014 2016 0.0451 -0.0592 0.1494 +61 2014 2017 0.1303 0.0164 0.2442 +61 2014 2018 0.1339 0.0207 0.2471 +61 2014 2019 0.2118 0.0925 0.331 +61 2014 2020 0.2414 0.1216 0.3612 +61 2014 2021 0.2368 0.1222 0.3514 +61 2014 2022 0.2492 0.1313 0.3672 +61 2014 2023 0.2886 0.173 0.4042 +61 2014 2024 0.3309 0.2158 0.4461 +61 2014 2025 0.3737 0.2539 0.4936 +61 2015 2016 -0.02 -0.1139 0.0738 +61 2015 2017 0.0652 -0.038 0.1683 +61 2015 2018 0.0688 -0.0409 0.1785 +61 2015 2019 0.1466 0.0365 0.2568 +61 2015 2020 0.1763 0.0641 0.2885 +61 2015 2021 0.1716 0.0619 0.2814 +61 2015 2022 0.1841 0.0681 0.3001 +61 2015 2023 0.2235 0.1111 0.3359 +61 2015 2024 0.2658 0.1577 0.3739 +61 2015 2025 0.3086 0.1983 0.419 +61 2016 2017 0.0852 -0.0083 0.1787 +61 2016 2018 0.0888 -0.0136 0.1912 +61 2016 2019 0.1667 0.0558 0.2775 +61 2016 2020 0.1963 0.0816 0.311 +61 2016 2021 0.1917 0.0826 0.3008 +61 2016 2022 0.2041 0.0923 0.316 +61 2016 2023 0.2435 0.1322 0.3548 +61 2016 2024 0.2858 0.1761 0.3955 +61 2016 2025 0.3286 0.2152 0.4421 +61 2017 2018 0.0036 -0.0869 0.0941 +61 2017 2019 0.0815 -0.0194 0.1823 +61 2017 2020 0.1111 0.0066 0.2156 +61 2017 2021 0.1065 8e-04 0.2122 +61 2017 2022 0.1189 0.0067 0.2312 +61 2017 2023 0.1583 0.0513 0.2653 +61 2017 2024 0.2006 0.0955 0.3058 +61 2017 2025 0.2435 0.136 0.3509 +61 2018 2019 0.0779 -0.0132 0.1689 +61 2018 2020 0.1075 0.0024 0.2126 +61 2018 2021 0.1029 -1e-04 0.2058 +61 2018 2022 0.1153 0.0049 0.2258 +61 2018 2023 0.1547 0.0458 0.2637 +61 2018 2024 0.197 0.0912 0.3029 +61 2018 2025 0.2399 0.1289 0.3508 +61 2019 2020 0.0296 -0.0587 0.118 +61 2019 2021 0.025 -0.0757 0.1257 +61 2019 2022 0.0375 -0.0718 0.1467 +61 2019 2023 0.0768 -0.0316 0.1853 +61 2019 2024 0.1192 0.0139 0.2244 +61 2019 2025 0.162 0.0567 0.2673 +61 2020 2021 -0.0046 -0.0935 0.0843 +61 2020 2022 0.0078 -0.0992 0.1149 +61 2020 2023 0.0472 -0.0587 0.1531 +61 2020 2024 0.0895 -0.0163 0.1954 +61 2020 2025 0.1324 0.0239 0.2408 +61 2021 2022 0.0125 -0.0762 0.1011 +61 2021 2023 0.0518 -0.0469 0.1505 +61 2021 2024 0.0942 -0.0052 0.1935 +61 2021 2025 0.137 0.0308 0.2431 +61 2022 2023 0.0394 -0.0501 0.1289 +61 2022 2024 0.0817 -0.0204 0.1838 +61 2022 2025 0.1245 0.0154 0.2336 +61 2023 2024 0.0423 -0.0448 0.1294 +61 2023 2025 0.0852 -0.0181 0.1885 +61 2024 2025 0.0428 -0.0433 0.1289 +62 2007 2008 -0.0228 -0.1235 0.078 +62 2007 2009 -0.0188 -0.1411 0.1035 +62 2007 2010 0.0343 -0.0927 0.1614 +62 2007 2011 0.1039 -0.0308 0.2385 +62 2007 2012 0.0755 -0.0621 0.2132 +62 2007 2013 0.0198 -0.1164 0.1559 +62 2007 2014 -0.0515 -0.1905 0.0875 +62 2007 2015 -0.0915 -0.2329 0.05 +62 2007 2016 -0.1337 -0.2761 0.0087 +62 2007 2017 -0.099 -0.2384 0.0405 +62 2007 2018 -0.043 -0.1804 0.0945 +62 2007 2019 -0.0512 -0.19 0.0876 +62 2007 2020 -0.0301 -0.1709 0.1107 +62 2007 2021 -0.0292 -0.1669 0.1085 +62 2007 2022 -0.0325 -0.1737 0.1086 +62 2007 2023 -0.0071 -0.1468 0.1326 +62 2007 2024 0.0154 -0.1214 0.1523 +62 2007 2025 -0.0807 -0.2267 0.0654 +62 2008 2009 0.004 -0.0926 0.1006 +62 2008 2010 0.0571 -0.0569 0.171 +62 2008 2011 0.1266 3e-04 0.2529 +62 2008 2012 0.0983 -0.0318 0.2284 +62 2008 2013 0.0425 -0.0861 0.1712 +62 2008 2014 -0.0287 -0.1578 0.1003 +62 2008 2015 -0.0687 -0.2005 0.0631 +62 2008 2016 -0.1109 -0.2432 0.0213 +62 2008 2017 -0.0762 -0.2058 0.0534 +62 2008 2018 -0.0202 -0.1503 0.1099 +62 2008 2019 -0.0284 -0.1595 0.1027 +62 2008 2020 -0.0073 -0.14 0.1254 +62 2008 2021 -0.0064 -0.1358 0.1229 +62 2008 2022 -0.0097 -0.1428 0.1233 +62 2008 2023 0.0157 -0.1158 0.1472 +62 2008 2024 0.0382 -0.092 0.1684 +62 2008 2025 -0.0579 -0.1946 0.0788 +62 2009 2010 0.0531 -0.0436 0.1498 +62 2009 2011 0.1227 0.0012 0.2442 +62 2009 2012 0.0943 -0.0322 0.2209 +62 2009 2013 0.0386 -0.0883 0.1655 +62 2009 2014 -0.0327 -0.1607 0.0953 +62 2009 2015 -0.0727 -0.2026 0.0572 +62 2009 2016 -0.1149 -0.2456 0.0157 +62 2009 2017 -0.0802 -0.2091 0.0488 +62 2009 2018 -0.0242 -0.1531 0.1048 +62 2009 2019 -0.0324 -0.1626 0.0979 +62 2009 2020 -0.0113 -0.1438 0.1212 +62 2009 2021 -0.0104 -0.1385 0.1177 +62 2009 2022 -0.0137 -0.1459 0.1185 +62 2009 2023 0.0117 -0.1196 0.1431 +62 2009 2024 0.0342 -0.095 0.1635 +62 2009 2025 -0.0619 -0.1971 0.0734 +62 2010 2011 0.0696 -0.0296 0.1688 +62 2010 2012 0.0412 -0.075 0.1574 +62 2010 2013 -0.0145 -0.1352 0.1062 +62 2010 2014 -0.0858 -0.2121 0.0405 +62 2010 2015 -0.1258 -0.2556 0.004 +62 2010 2016 -0.168 -0.2999 -0.0361 +62 2010 2017 -0.1333 -0.262 -0.0045 +62 2010 2018 -0.0773 -0.2037 0.0492 +62 2010 2019 -0.0855 -0.2137 0.0428 +62 2010 2020 -0.0644 -0.1946 0.0658 +62 2010 2021 -0.0635 -0.1902 0.0632 +62 2010 2022 -0.0668 -0.1977 0.0641 +62 2010 2023 -0.0414 -0.1705 0.0878 +62 2010 2024 -0.0189 -0.1447 0.107 +62 2010 2025 -0.115 -0.2513 0.0214 +62 2011 2012 -0.0284 -0.1249 0.0682 +62 2011 2013 -0.0841 -0.2004 0.0322 +62 2011 2014 -0.1554 -0.2841 -0.0267 +62 2011 2015 -0.1954 -0.3306 -0.0601 +62 2011 2016 -0.2376 -0.3798 -0.0953 +62 2011 2017 -0.2028 -0.3373 -0.0683 +62 2011 2018 -0.1468 -0.2743 -0.0193 +62 2011 2019 -0.155 -0.2878 -0.0222 +62 2011 2020 -0.134 -0.266 -0.0019 +62 2011 2021 -0.133 -0.2628 -0.0033 +62 2011 2022 -0.1364 -0.2725 -3e-04 +62 2011 2023 -0.1109 -0.242 0.0201 +62 2011 2024 -0.0884 -0.2135 0.0367 +62 2011 2025 -0.1845 -0.3302 -0.0388 +62 2012 2013 -0.0557 -0.154 0.0425 +62 2012 2014 -0.127 -0.2483 -0.0058 +62 2012 2015 -0.167 -0.2974 -0.0366 +62 2012 2016 -0.2092 -0.3479 -0.0706 +62 2012 2017 -0.1745 -0.3082 -0.0408 +62 2012 2018 -0.1185 -0.2464 0.0094 +62 2012 2019 -0.1267 -0.2596 0.0062 +62 2012 2020 -0.1056 -0.2389 0.0277 +62 2012 2021 -0.1047 -0.2346 0.0252 +62 2012 2022 -0.108 -0.2442 0.0281 +62 2012 2023 -0.0826 -0.215 0.0499 +62 2012 2024 -0.0601 -0.1866 0.0665 +62 2012 2025 -0.1562 -0.3005 -0.0118 +62 2013 2014 -0.0713 -0.1707 0.0281 +62 2013 2015 -0.1113 -0.2311 0.0085 +62 2013 2016 -0.1535 -0.2831 -0.0239 +62 2013 2017 -0.1188 -0.2478 0.0103 +62 2013 2018 -0.0627 -0.1903 0.0648 +62 2013 2019 -0.071 -0.2016 0.0596 +62 2013 2020 -0.0499 -0.1823 0.0826 +62 2013 2021 -0.049 -0.1782 0.0802 +62 2013 2022 -0.0523 -0.186 0.0814 +62 2013 2023 -0.0268 -0.1585 0.1048 +62 2013 2024 -0.0043 -0.1322 0.1235 +62 2013 2025 -0.1004 -0.2403 0.0394 +62 2014 2015 -0.04 -0.1388 0.0588 +62 2014 2016 -0.0822 -0.2011 0.0367 +62 2014 2017 -0.0475 -0.1717 0.0767 +62 2014 2018 0.0086 -0.1202 0.1373 +62 2014 2019 3e-04 -0.1309 0.1316 +62 2014 2020 0.0214 -0.1122 0.1551 +62 2014 2021 0.0223 -0.1083 0.1529 +62 2014 2022 0.019 -0.1156 0.1536 +62 2014 2023 0.0445 -0.0889 0.1778 +62 2014 2024 0.067 -0.0652 0.1991 +62 2014 2025 -0.0291 -0.1675 0.1092 +62 2015 2016 -0.0422 -0.1421 0.0577 +62 2015 2017 -0.0075 -0.1257 0.1108 +62 2015 2018 0.0485 -0.0783 0.1754 +62 2015 2019 0.0403 -0.0909 0.1715 +62 2015 2020 0.0614 -0.0736 0.1964 +62 2015 2021 0.0623 -0.0691 0.1937 +62 2015 2022 0.059 -0.0767 0.1947 +62 2015 2023 0.0844 -0.0509 0.2198 +62 2015 2024 0.1069 -0.0267 0.2405 +62 2015 2025 0.0108 -0.128 0.1496 +62 2016 2017 0.0347 -0.0649 0.1344 +62 2016 2018 0.0908 -0.0326 0.2141 +62 2016 2019 0.0825 -0.0461 0.2112 +62 2016 2020 0.1036 -0.0319 0.2391 +62 2016 2021 0.1045 -0.0282 0.2373 +62 2016 2022 0.1012 -0.0344 0.2368 +62 2016 2023 0.1267 -0.0105 0.2638 +62 2016 2024 0.1491 0.0114 0.2868 +62 2016 2025 0.053 -0.0839 0.19 +62 2017 2018 0.056 -0.0439 0.156 +62 2017 2019 0.0478 -0.0707 0.1663 +62 2017 2020 0.0689 -0.0582 0.1959 +62 2017 2021 0.0698 -0.0569 0.1965 +62 2017 2022 0.0665 -0.0656 0.1985 +62 2017 2023 0.0919 -0.0395 0.2234 +62 2017 2024 0.1144 -0.0165 0.2453 +62 2017 2025 0.0183 -0.1187 0.1554 +62 2018 2019 -0.0082 -0.1065 0.09 +62 2018 2020 0.0129 -0.1038 0.1295 +62 2018 2021 0.0138 -0.1059 0.1335 +62 2018 2022 0.0104 -0.1187 0.1396 +62 2018 2023 0.0359 -0.0919 0.1637 +62 2018 2024 0.0584 -0.0649 0.1817 +62 2018 2025 -0.0377 -0.1764 0.101 +62 2019 2020 0.0211 -0.0779 0.1201 +62 2019 2021 0.022 -0.0933 0.1373 +62 2019 2022 0.0187 -0.1079 0.1453 +62 2019 2023 0.0441 -0.0847 0.1729 +62 2019 2024 0.0666 -0.0609 0.1941 +62 2019 2025 -0.0295 -0.1669 0.1079 +62 2020 2021 9e-04 -0.097 0.0989 +62 2020 2022 -0.0024 -0.1236 0.1188 +62 2020 2023 0.023 -0.1027 0.1488 +62 2020 2024 0.0455 -0.0807 0.1718 +62 2020 2025 -0.0506 -0.1907 0.0896 +62 2021 2022 -0.0033 -0.1016 0.095 +62 2021 2023 0.0221 -0.0923 0.1366 +62 2021 2024 0.0446 -0.0737 0.1629 +62 2021 2025 -0.0515 -0.1854 0.0825 +62 2022 2023 0.0255 -0.0738 0.1247 +62 2022 2024 0.048 -0.07 0.166 +62 2022 2025 -0.0482 -0.1809 0.0846 +62 2023 2024 0.0225 -0.0752 0.1202 +62 2023 2025 -0.0736 -0.2003 0.0531 +62 2024 2025 -0.0961 -0.2041 0.0119 +63 2007 2010 -0.18 -0.2596 -0.1004 +63 2007 2013 -0.4366 -0.5195 -0.3537 +63 2007 2016 -0.7463 -0.8299 -0.6627 +63 2007 2019 -1.0367 -1.125 -0.9484 +63 2007 2022 -1.1899 -1.2817 -1.0982 +63 2007 2025 -1.0375 -1.1506 -0.9243 +63 2010 2013 -0.2566 -0.3432 -0.17 +63 2010 2016 -0.5663 -0.655 -0.4776 +63 2010 2019 -0.8567 -0.9499 -0.7635 +63 2010 2022 -1.0099 -1.1067 -0.9132 +63 2010 2025 -0.8575 -0.975 -0.7399 +63 2013 2016 -0.3097 -0.3979 -0.2215 +63 2013 2019 -0.6001 -0.6936 -0.5065 +63 2013 2022 -0.7533 -0.8501 -0.6565 +63 2013 2025 -0.6008 -0.718 -0.4836 +63 2016 2019 -0.2904 -0.3809 -0.1999 +63 2016 2022 -0.4436 -0.5383 -0.3489 +63 2016 2025 -0.2911 -0.4084 -0.1738 +63 2019 2022 -0.1532 -0.2495 -0.057 +63 2019 2025 -8e-04 -0.12 0.1185 +63 2022 2025 0.1525 0.0313 0.2737 +64 2007 2010 0.0352 -0.1306 0.2009 +64 2007 2013 0.0511 -0.1733 0.2755 +64 2007 2016 0.0661 -0.1993 0.3316 +64 2007 2019 0.0822 -0.2154 0.3798 +64 2007 2022 0.0947 -0.2327 0.422 +64 2007 2025 0.1019 -0.2584 0.4622 +64 2010 2013 0.0155 -0.1394 0.1703 +64 2010 2016 0.0311 -0.1792 0.2414 +64 2010 2019 0.0493 -0.2018 0.3005 +64 2010 2022 0.0621 -0.223 0.3472 +64 2010 2025 0.0697 -0.2522 0.3915 +64 2013 2016 0.0154 -0.1383 0.1692 +64 2013 2019 0.0325 -0.1754 0.2404 +64 2013 2022 0.0458 -0.2041 0.2956 +64 2013 2025 0.0532 -0.2377 0.3441 +64 2016 2019 0.0166 -0.1375 0.1708 +64 2016 2022 0.029 -0.1816 0.2397 +64 2016 2025 0.0363 -0.2224 0.295 +64 2019 2022 0.0124 -0.1433 0.1682 +64 2019 2025 0.0196 -0.1993 0.2386 +64 2022 2025 0.0074 -0.1523 0.1671 +65 2007 2010 0.0803 -0.0687 0.2293 +65 2007 2013 0.1163 -0.0455 0.278 +65 2007 2016 0.2271 0.0626 0.3915 +65 2007 2019 0.2469 0.0819 0.412 +65 2007 2022 0.3026 0.1349 0.4703 +65 2007 2025 0.3293 0.1338 0.5249 +65 2010 2013 0.036 -0.1039 0.1759 +65 2010 2016 0.1468 -0.0041 0.2977 +65 2010 2019 0.1667 0.0114 0.3219 +65 2010 2022 0.2223 0.0643 0.3803 +65 2010 2025 0.2491 0.0583 0.4398 +65 2013 2016 0.1108 -0.0224 0.2439 +65 2013 2019 0.1307 -0.015 0.2763 +65 2013 2022 0.1863 0.0351 0.3375 +65 2013 2025 0.2131 0.027 0.3991 +65 2016 2019 0.0199 -0.1073 0.1471 +65 2016 2022 0.0755 -0.0647 0.2158 +65 2016 2025 0.1023 -0.0772 0.2817 +65 2019 2022 0.0557 -0.073 0.1843 +65 2019 2025 0.0824 -0.094 0.2588 +65 2022 2025 0.0268 -0.1316 0.1851 +66 2007 2010 0.0092 -0.1568 0.1753 +66 2007 2013 0.0506 -0.1601 0.2614 +66 2007 2016 -0.0558 -0.2789 0.1672 +66 2007 2019 -0.1227 -0.3625 0.117 +66 2007 2022 -0.1655 -0.4149 0.084 +66 2007 2025 -0.2682 -0.5655 0.0291 +66 2010 2013 0.0414 -0.1261 0.2089 +66 2010 2016 -0.0651 -0.2625 0.1324 +66 2010 2019 -0.132 -0.352 0.0881 +66 2010 2022 -0.1747 -0.4075 0.0581 +66 2010 2025 -0.2774 -0.5636 0.0087 +66 2013 2016 -0.1065 -0.2748 0.0618 +66 2013 2019 -0.1734 -0.3847 0.038 +66 2013 2022 -0.2161 -0.4493 0.017 +66 2013 2025 -0.3191 -0.6216 -0.0166 +66 2016 2019 -0.0669 -0.2303 0.0964 +66 2016 2022 -0.1097 -0.3108 0.0914 +66 2016 2025 -0.2123 -0.4708 0.0461 +66 2019 2022 -0.0428 -0.209 0.1235 +66 2019 2025 -0.1455 -0.3798 0.0887 +66 2022 2025 -0.1027 -0.292 0.0865 +67 2007 2008 -0.0984 -0.2466 0.0499 +67 2007 2009 -0.051 -0.2177 0.1157 +67 2007 2010 0.0374 -0.1289 0.2038 +67 2007 2011 0.1629 -0.0046 0.3304 +67 2007 2012 0.1936 0.022 0.3653 +67 2007 2013 0.1237 -0.0499 0.2972 +67 2007 2014 0.0269 -0.1544 0.2082 +67 2007 2015 0.0379 -0.1359 0.2116 +67 2007 2016 0.039 -0.1327 0.2107 +67 2007 2017 0.1323 -0.0393 0.3039 +67 2007 2018 0.1412 -0.0295 0.312 +67 2007 2019 0.3274 0.1638 0.491 +67 2007 2020 0.3741 0.2066 0.5416 +67 2007 2021 0.341 0.1749 0.5071 +67 2007 2022 0.4684 0.2993 0.6375 +67 2007 2023 0.53 0.3636 0.6963 +67 2007 2024 0.5334 0.3754 0.6915 +67 2007 2025 0.4788 0.3181 0.6395 +67 2008 2009 0.0474 -0.093 0.1878 +67 2008 2010 0.1358 -0.0239 0.2954 +67 2008 2011 0.2612 0.0932 0.4293 +67 2008 2012 0.292 0.1164 0.4675 +67 2008 2013 0.222 0.0465 0.3976 +67 2008 2014 0.1252 -0.0467 0.2971 +67 2008 2015 0.1362 -0.0318 0.3042 +67 2008 2016 0.1374 -0.0292 0.3039 +67 2008 2017 0.2306 0.0619 0.3993 +67 2008 2018 0.2396 0.078 0.4011 +67 2008 2019 0.4257 0.2564 0.5951 +67 2008 2020 0.4724 0.3044 0.6405 +67 2008 2021 0.4393 0.2814 0.5972 +67 2008 2022 0.5667 0.3951 0.7384 +67 2008 2023 0.6283 0.4621 0.7945 +67 2008 2024 0.6318 0.4741 0.7895 +67 2008 2025 0.5771 0.4175 0.7367 +67 2009 2010 0.0884 -0.0509 0.2278 +67 2009 2011 0.2139 0.0521 0.3757 +67 2009 2012 0.2446 0.0762 0.413 +67 2009 2013 0.1747 0.0022 0.3471 +67 2009 2014 0.0778 -0.0942 0.2499 +67 2009 2015 0.0888 -0.076 0.2536 +67 2009 2016 0.09 -0.0756 0.2556 +67 2009 2017 0.1833 0.0157 0.3509 +67 2009 2018 0.1922 0.0336 0.3508 +67 2009 2019 0.3784 0.2125 0.5443 +67 2009 2020 0.4251 0.2589 0.5912 +67 2009 2021 0.392 0.2371 0.5468 +67 2009 2022 0.5194 0.3503 0.6884 +67 2009 2023 0.5809 0.4161 0.7457 +67 2009 2024 0.5844 0.432 0.7368 +67 2009 2025 0.5297 0.3721 0.6873 +67 2010 2011 0.1255 -0.0143 0.2653 +67 2010 2012 0.1562 -0.0042 0.3166 +67 2010 2013 0.0862 -0.0796 0.2521 +67 2010 2014 -0.0106 -0.1815 0.1604 +67 2010 2015 4e-04 -0.1644 0.1652 +67 2010 2016 0.0016 -0.1614 0.1645 +67 2010 2017 0.0949 -0.0701 0.2598 +67 2010 2018 0.1038 -0.0562 0.2638 +67 2010 2019 0.29 0.1296 0.4503 +67 2010 2020 0.3366 0.1743 0.499 +67 2010 2021 0.3035 0.1476 0.4595 +67 2010 2022 0.4309 0.2665 0.5954 +67 2010 2023 0.4925 0.3311 0.6539 +67 2010 2024 0.496 0.3448 0.6472 +67 2010 2025 0.4413 0.2876 0.595 +67 2011 2012 0.0307 -0.1064 0.1678 +67 2011 2013 -0.0392 -0.2 0.1216 +67 2011 2014 -0.136 -0.3075 0.0354 +67 2011 2015 -0.1251 -0.2914 0.0413 +67 2011 2016 -0.1239 -0.2921 0.0443 +67 2011 2017 -0.0306 -0.193 0.1318 +67 2011 2018 -0.0217 -0.1863 0.143 +67 2011 2019 0.1645 0.0073 0.3217 +67 2011 2020 0.2112 0.0543 0.3681 +67 2011 2021 0.1781 0.0192 0.337 +67 2011 2022 0.3055 0.1427 0.4682 +67 2011 2023 0.3671 0.2115 0.5227 +67 2011 2024 0.3705 0.2212 0.5199 +67 2011 2025 0.3159 0.1593 0.4724 +67 2012 2013 -0.07 -0.2124 0.0725 +67 2012 2014 -0.1668 -0.336 0.0025 +67 2012 2015 -0.1558 -0.3209 0.0093 +67 2012 2016 -0.1546 -0.325 0.0158 +67 2012 2017 -0.0613 -0.228 0.1053 +67 2012 2018 -0.0524 -0.2181 0.1133 +67 2012 2019 0.1338 -0.0258 0.2934 +67 2012 2020 0.1805 0.0191 0.3418 +67 2012 2021 0.1474 -0.013 0.3078 +67 2012 2022 0.2748 0.1093 0.4403 +67 2012 2023 0.3363 0.1761 0.4966 +67 2012 2024 0.3398 0.1894 0.4902 +67 2012 2025 0.2851 0.1256 0.4446 +67 2013 2014 -0.0968 -0.2439 0.0503 +67 2013 2015 -0.0858 -0.2474 0.0757 +67 2013 2016 -0.0847 -0.251 0.0816 +67 2013 2017 0.0086 -0.1605 0.1777 +67 2013 2018 0.0175 -0.1496 0.1847 +67 2013 2019 0.2037 0.0392 0.3683 +67 2013 2020 0.2504 0.0837 0.4171 +67 2013 2021 0.2173 0.0542 0.3804 +67 2013 2022 0.3447 0.1757 0.5137 +67 2013 2023 0.4063 0.2406 0.572 +67 2013 2024 0.4098 0.2531 0.5665 +67 2013 2025 0.3551 0.1951 0.515 +67 2014 2015 0.011 -0.1306 0.1525 +67 2014 2016 0.0121 -0.1489 0.1732 +67 2014 2017 0.1054 -0.0626 0.2735 +67 2014 2018 0.1143 -0.0494 0.2781 +67 2014 2019 0.3005 0.129 0.4721 +67 2014 2020 0.3472 0.1773 0.5172 +67 2014 2021 0.3141 0.1528 0.4754 +67 2014 2022 0.4415 0.2671 0.616 +67 2014 2023 0.5031 0.3342 0.6719 +67 2014 2024 0.5066 0.3459 0.6672 +67 2014 2025 0.4519 0.289 0.6148 +67 2015 2016 0.0012 -0.1364 0.1388 +67 2015 2017 0.0945 -0.0629 0.2518 +67 2015 2018 0.1034 -0.0513 0.2581 +67 2015 2019 0.2896 0.1277 0.4514 +67 2015 2020 0.3362 0.1731 0.4994 +67 2015 2021 0.3031 0.1499 0.4564 +67 2015 2022 0.4305 0.2643 0.5967 +67 2015 2023 0.4921 0.3299 0.6543 +67 2015 2024 0.4956 0.3452 0.6459 +67 2015 2025 0.4409 0.286 0.5958 +67 2016 2017 0.0933 -0.0461 0.2327 +67 2016 2018 0.1022 -0.0485 0.2529 +67 2016 2019 0.2884 0.1288 0.448 +67 2016 2020 0.3351 0.1721 0.4981 +67 2016 2021 0.302 0.148 0.4559 +67 2016 2022 0.4294 0.2645 0.5943 +67 2016 2023 0.491 0.3283 0.6536 +67 2016 2024 0.4944 0.3419 0.647 +67 2016 2025 0.4397 0.2866 0.5928 +67 2017 2018 0.0089 -0.1283 0.1461 +67 2017 2019 0.1951 0.0421 0.3481 +67 2017 2020 0.2418 0.0866 0.3969 +67 2017 2021 0.2087 0.055 0.3624 +67 2017 2022 0.3361 0.1734 0.4988 +67 2017 2023 0.3977 0.2426 0.5528 +67 2017 2024 0.4011 0.2515 0.5508 +67 2017 2025 0.3465 0.1909 0.502 +67 2018 2019 0.1862 0.0475 0.3249 +67 2018 2020 0.2329 0.0799 0.3858 +67 2018 2021 0.1998 0.0573 0.3422 +67 2018 2022 0.3272 0.1667 0.4876 +67 2018 2023 0.3887 0.2319 0.5456 +67 2018 2024 0.3922 0.2487 0.5357 +67 2018 2025 0.3375 0.1885 0.4865 +67 2019 2020 0.0467 -0.0855 0.1789 +67 2019 2021 0.0136 -0.1341 0.1612 +67 2019 2022 0.141 -0.0108 0.2928 +67 2019 2023 0.2026 0.0512 0.3539 +67 2019 2024 0.206 0.0627 0.3494 +67 2019 2025 0.1514 0.0036 0.2992 +67 2020 2021 -0.0331 -0.167 0.1007 +67 2020 2022 0.0943 -0.0582 0.2468 +67 2020 2023 0.1559 0.0079 0.3038 +67 2020 2024 0.1593 0.0151 0.3036 +67 2020 2025 0.1047 -0.0473 0.2566 +67 2021 2022 0.1274 -0.0073 0.2621 +67 2021 2023 0.189 0.0453 0.3327 +67 2021 2024 0.1924 0.0583 0.3266 +67 2021 2025 0.1378 -0.0057 0.2813 +67 2022 2023 0.0616 -0.072 0.1952 +67 2022 2024 0.065 -0.0776 0.2077 +67 2022 2025 0.0104 -0.139 0.1597 +67 2023 2024 0.0035 -0.1231 0.13 +67 2023 2025 -0.0512 -0.1982 0.0957 +67 2024 2025 -0.0547 -0.1786 0.0692 +68 2007 2008 -0.0024 -0.1795 0.1748 +68 2007 2009 0.0151 -0.2227 0.253 +68 2007 2010 0.0302 -0.2455 0.306 +68 2007 2011 0.0472 -0.258 0.3523 +68 2007 2012 0.028 -0.3001 0.356 +68 2007 2013 -0.0055 -0.3489 0.3379 +68 2007 2014 -0.0432 -0.4003 0.3138 +68 2007 2015 -0.0674 -0.4346 0.2997 +68 2007 2016 -0.1014 -0.4744 0.2715 +68 2007 2017 -0.1187 -0.4972 0.2599 +68 2007 2018 -0.0823 -0.4652 0.3007 +68 2007 2019 -0.0046 -0.3891 0.3799 +68 2007 2020 0.0641 -0.3265 0.4547 +68 2007 2021 0.1186 -0.2783 0.5154 +68 2007 2022 0.2213 -0.1932 0.6357 +68 2007 2023 0.2786 -0.1496 0.7067 +68 2007 2024 0.3221 -0.1233 0.7675 +68 2007 2025 0.3237 -0.1288 0.7763 +68 2008 2009 0.0175 -0.1561 0.1911 +68 2008 2010 0.0326 -0.1967 0.262 +68 2008 2011 0.0496 -0.2175 0.3166 +68 2008 2012 0.0304 -0.2643 0.325 +68 2008 2013 -0.0031 -0.3158 0.3097 +68 2008 2014 -0.0409 -0.3692 0.2875 +68 2008 2015 -0.0651 -0.405 0.2749 +68 2008 2016 -0.099 -0.4456 0.2476 +68 2008 2017 -0.1163 -0.4691 0.2365 +68 2008 2018 -0.0799 -0.4378 0.2781 +68 2008 2019 -0.0022 -0.3623 0.3579 +68 2008 2020 0.0665 -0.3006 0.4335 +68 2008 2021 0.1209 -0.2531 0.495 +68 2008 2022 0.2236 -0.1699 0.6171 +68 2008 2023 0.2809 -0.1272 0.6891 +68 2008 2024 0.3245 -0.102 0.7509 +68 2008 2025 0.3261 -0.1078 0.7601 +68 2009 2010 0.0151 -0.1573 0.1875 +68 2009 2011 0.0321 -0.1963 0.2604 +68 2009 2012 0.0129 -0.2518 0.2775 +68 2009 2013 -0.0206 -0.3087 0.2676 +68 2009 2014 -0.0584 -0.3661 0.2494 +68 2009 2015 -0.0826 -0.4044 0.2393 +68 2009 2016 -0.1165 -0.4476 0.2145 +68 2009 2017 -0.1338 -0.4733 0.2056 +68 2009 2018 -0.0974 -0.4419 0.2471 +68 2009 2019 -0.0197 -0.3648 0.3254 +68 2009 2020 0.049 -0.3021 0.4 +68 2009 2021 0.1034 -0.2543 0.4611 +68 2009 2022 0.2061 -0.1691 0.5813 +68 2009 2023 0.2634 -0.1261 0.653 +68 2009 2024 0.3069 -0.1008 0.7147 +68 2009 2025 0.3086 -0.1075 0.7247 +68 2010 2011 0.0169 -0.1549 0.1888 +68 2010 2012 -0.0023 -0.2293 0.2247 +68 2010 2013 -0.0357 -0.2955 0.2241 +68 2010 2014 -0.0735 -0.3589 0.212 +68 2010 2015 -0.0977 -0.401 0.2057 +68 2010 2016 -0.1317 -0.4476 0.1843 +68 2010 2017 -0.1489 -0.4759 0.1781 +68 2010 2018 -0.1125 -0.445 0.22 +68 2010 2019 -0.0348 -0.3666 0.2969 +68 2010 2020 0.0338 -0.3032 0.3709 +68 2010 2021 0.0883 -0.2553 0.4319 +68 2010 2022 0.191 -0.1682 0.5502 +68 2010 2023 0.2483 -0.1249 0.6216 +68 2010 2024 0.2918 -0.0996 0.6833 +68 2010 2025 0.2935 -0.107 0.694 +68 2011 2012 -0.0192 -0.1906 0.1522 +68 2011 2013 -0.0527 -0.2771 0.1717 +68 2011 2014 -0.0904 -0.351 0.1702 +68 2011 2015 -0.1146 -0.3993 0.17 +68 2011 2016 -0.1486 -0.451 0.1538 +68 2011 2017 -0.1659 -0.4832 0.1514 +68 2011 2018 -0.1295 -0.4529 0.194 +68 2011 2019 -0.0518 -0.3728 0.2693 +68 2011 2020 0.0169 -0.3085 0.3422 +68 2011 2021 0.0714 -0.2604 0.4031 +68 2011 2022 0.1741 -0.1703 0.5184 +68 2011 2023 0.2314 -0.1263 0.5891 +68 2011 2024 0.2749 -0.1008 0.6506 +68 2011 2025 0.2766 -0.1092 0.6623 +68 2012 2013 -0.0334 -0.2057 0.1388 +68 2012 2014 -0.0712 -0.3 0.1575 +68 2012 2015 -0.0954 -0.3581 0.1672 +68 2012 2016 -0.1294 -0.4157 0.1569 +68 2012 2017 -0.1467 -0.4519 0.1586 +68 2012 2018 -0.1103 -0.4245 0.2039 +68 2012 2019 -0.0326 -0.3469 0.2818 +68 2012 2020 0.0361 -0.2844 0.3566 +68 2012 2021 0.0906 -0.2375 0.4187 +68 2012 2022 0.1933 -0.1491 0.5356 +68 2012 2023 0.2506 -0.106 0.6072 +68 2012 2024 0.2941 -0.081 0.6692 +68 2012 2025 0.2958 -0.0895 0.681 +68 2013 2014 -0.0378 -0.2115 0.136 +68 2013 2015 -0.062 -0.2901 0.1661 +68 2013 2016 -0.096 -0.3575 0.1656 +68 2013 2017 -0.1132 -0.3996 0.1732 +68 2013 2018 -0.0768 -0.3769 0.2233 +68 2013 2019 9e-04 -0.3038 0.3055 +68 2013 2020 0.0696 -0.2446 0.3837 +68 2013 2021 0.124 -0.1998 0.4479 +68 2013 2022 0.2267 -0.1151 0.5685 +68 2013 2023 0.284 -0.0738 0.6419 +68 2013 2024 0.3276 -0.05 0.7051 +68 2013 2025 0.3292 -0.0582 0.7167 +68 2014 2015 -0.0242 -0.1983 0.1499 +68 2014 2016 -0.0582 -0.2868 0.1705 +68 2014 2017 -0.0754 -0.3391 0.1882 +68 2014 2018 -0.039 -0.3234 0.2454 +68 2014 2019 0.0387 -0.2566 0.3339 +68 2014 2020 0.1073 -0.2018 0.4164 +68 2014 2021 0.1618 -0.1598 0.4834 +68 2014 2022 0.2645 -0.0797 0.6087 +68 2014 2023 0.3218 -0.0405 0.6841 +68 2014 2024 0.3653 -0.0179 0.7486 +68 2014 2025 0.367 -0.0258 0.7598 +68 2015 2016 -0.034 -0.2089 0.141 +68 2015 2017 -0.0512 -0.2825 0.18 +68 2015 2018 -0.0148 -0.2775 0.2478 +68 2015 2019 0.0629 -0.2181 0.3439 +68 2015 2020 0.1315 -0.1684 0.4315 +68 2015 2021 0.186 -0.1296 0.5016 +68 2015 2022 0.2887 -0.0533 0.6308 +68 2015 2023 0.346 -0.016 0.7081 +68 2015 2024 0.3896 0.0054 0.7737 +68 2015 2025 0.3912 -0.0025 0.7849 +68 2016 2017 -0.0173 -0.1914 0.1569 +68 2016 2018 0.0191 -0.2085 0.2468 +68 2016 2019 0.0969 -0.1634 0.3571 +68 2016 2020 0.1655 -0.1227 0.4537 +68 2016 2021 0.22 -0.089 0.529 +68 2016 2022 0.3227 -0.0201 0.6655 +68 2016 2023 0.38 0.0142 0.7458 +68 2016 2024 0.4235 0.0339 0.8132 +68 2016 2025 0.4252 0.0264 0.824 +68 2017 2018 0.0364 -0.1377 0.2105 +68 2017 2019 0.1141 -0.1184 0.3466 +68 2017 2020 0.1828 -0.0902 0.4559 +68 2017 2021 0.2373 -0.0631 0.5378 +68 2017 2022 0.34 -0.0015 0.6816 +68 2017 2023 0.3973 0.0298 0.7648 +68 2017 2024 0.4408 0.0477 0.8339 +68 2017 2025 0.4425 0.0403 0.8447 +68 2018 2019 0.0777 -0.1006 0.256 +68 2018 2020 0.1464 -0.092 0.3848 +68 2018 2021 0.2009 -0.0738 0.4755 +68 2018 2022 0.3036 -0.0152 0.6224 +68 2018 2023 0.361 0.0138 0.7081 +68 2018 2024 0.4045 0.0303 0.7786 +68 2018 2025 0.4061 0.0213 0.791 +68 2019 2020 0.0687 -0.1056 0.2429 +68 2019 2021 0.1232 -0.1057 0.352 +68 2019 2022 0.2259 -0.0481 0.4999 +68 2019 2023 0.2833 -0.0223 0.5888 +68 2019 2024 0.3268 -0.0075 0.6611 +68 2019 2025 0.3284 -0.0204 0.6772 +68 2020 2021 0.0545 -0.1184 0.2274 +68 2020 2022 0.1572 -0.0758 0.3902 +68 2020 2023 0.2146 -0.0575 0.4866 +68 2020 2024 0.2581 -0.0465 0.5627 +68 2020 2025 0.2598 -0.0636 0.5832 +68 2021 2022 0.1027 -0.0774 0.2828 +68 2021 2023 0.1601 -0.0779 0.3981 +68 2021 2024 0.2037 -0.0748 0.4821 +68 2021 2025 0.2053 -0.0972 0.5077 +68 2022 2023 0.0573 -0.115 0.2297 +68 2022 2024 0.1009 -0.1284 0.3302 +68 2022 2025 0.1026 -0.1624 0.3676 +68 2023 2024 0.0435 -0.1302 0.2173 +68 2023 2025 0.0452 -0.1848 0.2752 +68 2024 2025 0.0017 -0.1738 0.1771 +69 2007 2008 0.1804 -0.1621 0.5228 +69 2007 2009 0.0913 -0.3258 0.5084 +69 2007 2010 0.1496 -0.2972 0.5964 +69 2007 2011 0.3073 -0.157 0.7717 +69 2007 2012 0.2553 -0.227 0.7377 +69 2007 2013 0.3439 -0.1185 0.8063 +69 2007 2014 0.2726 -0.22 0.7653 +69 2007 2015 0.247 -0.2453 0.7393 +69 2007 2016 0.3755 -0.1047 0.8556 +69 2007 2017 0.5255 0.013 1.0379 +69 2007 2018 0.5935 0.1206 1.0663 +69 2007 2019 0.5433 0.0451 1.0414 +69 2007 2020 0.7286 0.1936 1.2637 +69 2007 2021 0.9487 0.4224 1.4751 +69 2007 2022 1.1401 0.6294 1.6507 +69 2007 2023 1.1573 0.6312 1.6833 +69 2007 2024 1.2405 0.7606 1.7203 +69 2007 2025 1.3073 0.8578 1.7567 +69 2008 2009 -0.0891 -0.4208 0.2427 +69 2008 2010 -0.0308 -0.4248 0.3632 +69 2008 2011 0.127 -0.2756 0.5295 +69 2008 2012 0.075 -0.375 0.5249 +69 2008 2013 0.1636 -0.2685 0.5956 +69 2008 2014 0.0923 -0.3855 0.5701 +69 2008 2015 0.0667 -0.4218 0.5551 +69 2008 2016 0.1951 -0.2732 0.6635 +69 2008 2017 0.3451 -0.1477 0.838 +69 2008 2018 0.4131 -0.0386 0.8649 +69 2008 2019 0.3629 -0.1345 0.8603 +69 2008 2020 0.5483 0.0244 1.0721 +69 2008 2021 0.7684 0.2658 1.271 +69 2008 2022 0.9597 0.4827 1.4368 +69 2008 2023 0.9769 0.4791 1.4748 +69 2008 2024 1.0602 0.6165 1.5038 +69 2008 2025 1.127 0.7088 1.5451 +69 2009 2010 0.0583 -0.2661 0.3827 +69 2009 2011 0.216 -0.1837 0.6158 +69 2009 2012 0.164 -0.2801 0.6081 +69 2009 2013 0.2526 -0.1883 0.6936 +69 2009 2014 0.1813 -0.2964 0.659 +69 2009 2015 0.1557 -0.3274 0.6388 +69 2009 2016 0.2842 -0.1887 0.757 +69 2009 2017 0.4342 -0.0684 0.9367 +69 2009 2018 0.5022 0.0425 0.9618 +69 2009 2019 0.4519 -0.0421 0.946 +69 2009 2020 0.6373 0.1083 1.1664 +69 2009 2021 0.8574 0.3407 1.3742 +69 2009 2022 1.0488 0.5454 1.5522 +69 2009 2023 1.066 0.547 1.585 +69 2009 2024 1.1492 0.6799 1.6184 +69 2009 2025 1.216 0.771 1.661 +69 2010 2011 0.1578 -0.1706 0.4861 +69 2010 2012 0.1057 -0.3025 0.514 +69 2010 2013 0.1944 -0.2234 0.6121 +69 2010 2014 0.1231 -0.3429 0.589 +69 2010 2015 0.0974 -0.3793 0.5741 +69 2010 2016 0.2259 -0.2394 0.6911 +69 2010 2017 0.3759 -0.121 0.8728 +69 2010 2018 0.4439 -0.012 0.8997 +69 2010 2019 0.3937 -0.1005 0.8878 +69 2010 2020 0.579 0.0497 1.1084 +69 2010 2021 0.7992 0.2823 1.3161 +69 2010 2022 0.9905 0.4898 1.4912 +69 2010 2023 1.0077 0.4902 1.5252 +69 2010 2024 1.0909 0.6237 1.5582 +69 2010 2025 1.1577 0.718 1.5974 +69 2011 2012 -0.052 -0.3817 0.2776 +69 2011 2013 0.0366 -0.3397 0.4129 +69 2011 2014 -0.0347 -0.4822 0.4128 +69 2011 2015 -0.0603 -0.5318 0.4111 +69 2011 2016 0.0681 -0.3888 0.5251 +69 2011 2017 0.2182 -0.2665 0.7028 +69 2011 2018 0.2862 -0.1595 0.7319 +69 2011 2019 0.2359 -0.2604 0.7322 +69 2011 2020 0.4213 -0.102 0.9446 +69 2011 2021 0.6414 0.1396 1.1433 +69 2011 2022 0.8328 0.3572 1.3083 +69 2011 2023 0.85 0.3519 1.348 +69 2011 2024 0.9332 0.4892 1.3772 +69 2011 2025 1 0.5843 1.4157 +69 2012 2013 0.0886 -0.2351 0.4124 +69 2012 2014 0.0173 -0.404 0.4386 +69 2012 2015 -0.0083 -0.462 0.4453 +69 2012 2016 0.1201 -0.3336 0.5739 +69 2012 2017 0.2702 -0.2203 0.7607 +69 2012 2018 0.3382 -0.1152 0.7916 +69 2012 2019 0.2879 -0.206 0.7819 +69 2012 2020 0.4733 -0.056 1.0026 +69 2012 2021 0.6934 0.1778 1.2091 +69 2012 2022 0.8848 0.3884 1.3811 +69 2012 2023 0.902 0.3852 1.4187 +69 2012 2024 0.9852 0.517 1.4534 +69 2012 2025 1.052 0.6142 1.4898 +69 2013 2014 -0.0713 -0.3998 0.2572 +69 2013 2015 -0.097 -0.4946 0.3007 +69 2013 2016 0.0315 -0.3732 0.4362 +69 2013 2017 0.1815 -0.2679 0.631 +69 2013 2018 0.2495 -0.1656 0.6646 +69 2013 2019 0.1993 -0.2655 0.6642 +69 2013 2020 0.3847 -0.1156 0.885 +69 2013 2021 0.6048 0.1223 1.0874 +69 2013 2022 0.7962 0.338 1.2543 +69 2013 2023 0.8133 0.3284 1.2983 +69 2013 2024 0.8966 0.4617 1.3314 +69 2013 2025 0.9634 0.5641 1.3627 +69 2014 2015 -0.0256 -0.355 0.3037 +69 2014 2016 0.1028 -0.2955 0.5012 +69 2014 2017 0.2528 -0.2092 0.7149 +69 2014 2018 0.3208 -0.1199 0.7616 +69 2014 2019 0.2706 -0.2112 0.7524 +69 2014 2020 0.456 -0.0663 0.9783 +69 2014 2021 0.6761 0.1633 1.1889 +69 2014 2022 0.8675 0.3686 1.3664 +69 2014 2023 0.8846 0.3655 1.4037 +69 2014 2024 0.9679 0.4952 1.4406 +69 2014 2025 1.0347 0.5932 1.4762 +69 2015 2016 0.1285 -0.1987 0.4556 +69 2015 2017 0.2785 -0.1501 0.7071 +69 2015 2018 0.3465 -0.0792 0.7721 +69 2015 2019 0.2962 -0.1715 0.764 +69 2015 2020 0.4816 -0.0348 0.9981 +69 2015 2021 0.7018 0.1883 1.2152 +69 2015 2022 0.8931 0.3888 1.3974 +69 2015 2023 0.9103 0.3877 1.4328 +69 2015 2024 0.9935 0.5158 1.4712 +69 2015 2025 1.0603 0.6154 1.5052 +69 2016 2017 0.15 -0.1805 0.4806 +69 2016 2018 0.218 -0.1554 0.5915 +69 2016 2019 0.1678 -0.2721 0.6076 +69 2016 2020 0.3532 -0.1384 0.8447 +69 2016 2021 0.5733 0.0865 1.0601 +69 2016 2022 0.7646 0.291 1.2382 +69 2016 2023 0.7818 0.2828 1.2809 +69 2016 2024 0.865 0.4114 1.3187 +69 2016 2025 0.9318 0.5127 1.351 +69 2017 2018 0.068 -0.2611 0.397 +69 2017 2019 0.0178 -0.4218 0.4573 +69 2017 2020 0.2031 -0.2945 0.7008 +69 2017 2021 0.4233 -0.0755 0.922 +69 2017 2022 0.6146 0.1245 1.1047 +69 2017 2023 0.6318 0.1125 1.1511 +69 2017 2024 0.715 0.2383 1.1918 +69 2017 2025 0.7818 0.3348 1.2288 +69 2018 2019 -0.0502 -0.3856 0.2851 +69 2018 2020 0.1352 -0.2882 0.5585 +69 2018 2021 0.3553 -0.0805 0.7911 +69 2018 2022 0.5466 0.1097 0.9836 +69 2018 2023 0.5638 0.0922 1.0354 +69 2018 2024 0.647 0.2195 1.0746 +69 2018 2025 0.7138 0.315 1.1126 +69 2019 2020 0.1854 -0.1555 0.5263 +69 2019 2021 0.4055 -0.011 0.8221 +69 2019 2022 0.5969 0.1446 1.0492 +69 2019 2023 0.6141 0.1228 1.1053 +69 2019 2024 0.6973 0.2349 1.1596 +69 2019 2025 0.764 0.325 1.203 +69 2020 2021 0.2201 -0.1226 0.5629 +69 2020 2022 0.4115 -0.0216 0.8446 +69 2020 2023 0.4287 -0.064 0.9213 +69 2020 2024 0.5119 0.0344 0.9894 +69 2020 2025 0.5787 0.1139 1.0434 +69 2021 2022 0.1914 -0.1438 0.5265 +69 2021 2023 0.2085 -0.2253 0.6424 +69 2021 2024 0.2918 -0.1417 0.7252 +69 2021 2025 0.3586 -0.0727 0.7899 +69 2022 2023 0.0172 -0.3166 0.3509 +69 2022 2024 0.1004 -0.2752 0.476 +69 2022 2025 0.1672 -0.2188 0.5532 +69 2023 2024 0.0832 -0.2473 0.4138 +69 2023 2025 0.15 -0.2471 0.5472 +69 2024 2025 0.0668 -0.2349 0.3685 +70 2007 2008 0.0214 -0.0757 0.1186 +70 2007 2009 0.0794 -0.0293 0.1881 +70 2007 2010 0.1261 0.0212 0.231 +70 2007 2011 0.272 0.1629 0.3811 +70 2007 2012 0.2868 0.1739 0.3997 +70 2007 2013 0.1729 0.0644 0.2815 +70 2007 2014 0.1815 0.0705 0.2925 +70 2007 2015 0.1976 0.0859 0.3093 +70 2007 2016 0.1996 0.0946 0.3045 +70 2007 2017 0.2606 0.1521 0.369 +70 2007 2018 0.2747 0.1669 0.3826 +70 2007 2019 0.2335 0.1281 0.3388 +70 2007 2020 0.2326 0.1204 0.3448 +70 2007 2021 0.2174 0.11 0.3247 +70 2007 2022 0.23 0.1202 0.3397 +70 2007 2023 0.2806 0.17 0.3913 +70 2007 2024 0.3452 0.2398 0.4506 +70 2007 2025 0.329 0.2291 0.429 +70 2008 2009 0.058 -0.0375 0.1535 +70 2008 2010 0.1047 0.0023 0.207 +70 2008 2011 0.2506 0.1515 0.3497 +70 2008 2012 0.2654 0.1585 0.3724 +70 2008 2013 0.1515 0.0443 0.2587 +70 2008 2014 0.1601 0.0576 0.2627 +70 2008 2015 0.1762 0.0697 0.2827 +70 2008 2016 0.1782 0.0746 0.2818 +70 2008 2017 0.2392 0.1397 0.3386 +70 2008 2018 0.2533 0.151 0.3556 +70 2008 2019 0.212 0.1083 0.3158 +70 2008 2020 0.2111 0.1074 0.3148 +70 2008 2021 0.196 0.0953 0.2966 +70 2008 2022 0.2085 0.1009 0.3161 +70 2008 2023 0.2592 0.1575 0.3608 +70 2008 2024 0.3238 0.2246 0.423 +70 2008 2025 0.3076 0.2099 0.4054 +70 2009 2010 0.0467 -0.05 0.1433 +70 2009 2011 0.1926 0.0891 0.296 +70 2009 2012 0.2074 0.1032 0.3116 +70 2009 2013 0.0935 -0.0156 0.2026 +70 2009 2014 0.1021 -0.0056 0.2098 +70 2009 2015 0.1182 0.0134 0.2231 +70 2009 2016 0.1202 0.0146 0.2257 +70 2009 2017 0.1812 0.0767 0.2856 +70 2009 2018 0.1953 0.0952 0.2954 +70 2009 2019 0.1541 0.0482 0.2599 +70 2009 2020 0.1532 0.0445 0.2618 +70 2009 2021 0.138 0.038 0.2379 +70 2009 2022 0.1505 0.0407 0.2604 +70 2009 2023 0.2012 0.0944 0.308 +70 2009 2024 0.2658 0.1684 0.3632 +70 2009 2025 0.2496 0.1502 0.3491 +70 2010 2011 0.1459 0.0488 0.243 +70 2010 2012 0.1607 0.0531 0.2683 +70 2010 2013 0.0468 -0.058 0.1517 +70 2010 2014 0.0555 -0.0521 0.1631 +70 2010 2015 0.0716 -0.0365 0.1796 +70 2010 2016 0.0735 -0.0283 0.1753 +70 2010 2017 0.1345 0.0294 0.2396 +70 2010 2018 0.1487 0.0446 0.2527 +70 2010 2019 0.1074 0.0045 0.2102 +70 2010 2020 0.1065 -0.0025 0.2155 +70 2010 2021 0.0913 -0.012 0.1946 +70 2010 2022 0.1039 -0.0029 0.2107 +70 2010 2023 0.1545 0.0472 0.2618 +70 2010 2024 0.2191 0.1176 0.3206 +70 2010 2025 0.203 0.1056 0.3003 +70 2011 2012 0.0148 -0.0809 0.1105 +70 2011 2013 -0.0991 -0.2066 0.0084 +70 2011 2014 -0.0905 -0.193 0.0121 +70 2011 2015 -0.0744 -0.1807 0.0319 +70 2011 2016 -0.0724 -0.1774 0.0326 +70 2011 2017 -0.0114 -0.1103 0.0875 +70 2011 2018 0.0027 -0.0992 0.1046 +70 2011 2019 -0.0385 -0.1438 0.0667 +70 2011 2020 -0.0394 -0.1434 0.0646 +70 2011 2021 -0.0546 -0.1566 0.0473 +70 2011 2022 -0.0421 -0.1516 0.0675 +70 2011 2023 0.0086 -0.094 0.1112 +70 2011 2024 0.0732 -0.0252 0.1716 +70 2011 2025 0.057 -0.0412 0.1553 +70 2012 2013 -0.1139 -0.2153 -0.0126 +70 2012 2014 -0.1053 -0.2126 0.002 +70 2012 2015 -0.0892 -0.194 0.0156 +70 2012 2016 -0.0872 -0.1949 0.0204 +70 2012 2017 -0.0262 -0.1319 0.0794 +70 2012 2018 -0.0121 -0.1131 0.0889 +70 2012 2019 -0.0534 -0.1613 0.0546 +70 2012 2020 -0.0543 -0.1645 0.0559 +70 2012 2021 -0.0694 -0.1717 0.0329 +70 2012 2022 -0.0569 -0.1692 0.0555 +70 2012 2023 -0.0062 -0.115 0.1026 +70 2012 2024 0.0584 -0.0405 0.1573 +70 2012 2025 0.0422 -0.0594 0.1438 +70 2013 2014 0.0086 -0.0903 0.1075 +70 2013 2015 0.0247 -0.0833 0.1327 +70 2013 2016 0.0267 -0.0761 0.1294 +70 2013 2017 0.0877 -0.0197 0.1951 +70 2013 2018 0.1018 -0.005 0.2086 +70 2013 2019 0.0605 -0.0444 0.1655 +70 2013 2020 0.0596 -0.0516 0.1709 +70 2013 2021 0.0445 -0.0613 0.1503 +70 2013 2022 0.057 -0.0515 0.1656 +70 2013 2023 0.1077 -0.0019 0.2173 +70 2013 2024 0.1723 0.0678 0.2768 +70 2013 2025 0.1561 0.0562 0.256 +70 2014 2015 0.0161 -0.0818 0.114 +70 2014 2016 0.018 -0.0859 0.122 +70 2014 2017 0.079 -0.0213 0.1794 +70 2014 2018 0.0932 -0.0112 0.1976 +70 2014 2019 0.0519 -0.0545 0.1584 +70 2014 2020 0.051 -0.054 0.156 +70 2014 2021 0.0359 -0.0676 0.1393 +70 2014 2022 0.0484 -0.0618 0.1587 +70 2014 2023 0.0991 -0.0048 0.2029 +70 2014 2024 0.1637 0.0619 0.2655 +70 2014 2025 0.1475 0.0462 0.2488 +70 2015 2016 0.0019 -0.0943 0.0982 +70 2015 2017 0.0629 -0.0404 0.1663 +70 2015 2018 0.0771 -0.0233 0.1775 +70 2015 2019 0.0358 -0.0703 0.142 +70 2015 2020 0.0349 -0.0743 0.1442 +70 2015 2021 0.0198 -0.0814 0.1209 +70 2015 2022 0.0323 -0.0781 0.1428 +70 2015 2023 0.083 -0.0248 0.1908 +70 2015 2024 0.1476 0.0489 0.2462 +70 2015 2025 0.1314 0.0315 0.2313 +70 2016 2017 0.061 -0.0334 0.1554 +70 2016 2018 0.0752 -0.0255 0.1759 +70 2016 2019 0.0339 -0.0653 0.1331 +70 2016 2020 0.033 -0.0737 0.1396 +70 2016 2021 0.0178 -0.0835 0.1191 +70 2016 2022 0.0304 -0.0733 0.1341 +70 2016 2023 0.081 -0.024 0.186 +70 2016 2024 0.1456 0.0463 0.245 +70 2016 2025 0.1295 0.035 0.2239 +70 2017 2018 0.0142 -0.0782 0.1065 +70 2017 2019 -0.0271 -0.1286 0.0744 +70 2017 2020 -0.028 -0.1277 0.0717 +70 2017 2021 -0.0432 -0.142 0.0556 +70 2017 2022 -0.0306 -0.1373 0.0761 +70 2017 2023 0.02 -0.0784 0.1184 +70 2017 2024 0.0846 -0.0124 0.1817 +70 2017 2025 0.0685 -0.0287 0.1656 +70 2018 2019 -0.0413 -0.1348 0.0523 +70 2018 2020 -0.0422 -0.1449 0.0606 +70 2018 2021 -0.0573 -0.1509 0.0362 +70 2018 2022 -0.0448 -0.1506 0.0611 +70 2018 2023 0.0059 -0.0969 0.1087 +70 2018 2024 0.0705 -0.021 0.1619 +70 2018 2025 0.0543 -0.0413 0.1499 +70 2019 2020 -9e-04 -0.0979 0.0961 +70 2019 2021 -0.0161 -0.1154 0.0832 +70 2019 2022 -0.0035 -0.1059 0.0988 +70 2019 2023 0.0471 -0.0578 0.1521 +70 2019 2024 0.1117 0.0124 0.2111 +70 2019 2025 0.0956 0.0012 0.1899 +70 2020 2021 -0.0152 -0.1098 0.0795 +70 2020 2022 -0.0026 -0.1111 0.1059 +70 2020 2023 0.048 -0.0544 0.1505 +70 2020 2024 0.1126 0.011 0.2143 +70 2020 2025 0.0965 -0.0056 0.1986 +70 2021 2022 0.0126 -0.0827 0.1079 +70 2021 2023 0.0632 -0.0353 0.1617 +70 2021 2024 0.1278 0.037 0.2186 +70 2021 2025 0.1116 0.0162 0.2071 +70 2022 2023 0.0507 -0.0473 0.1486 +70 2022 2024 0.1152 0.0133 0.2172 +70 2022 2025 0.0991 5e-04 0.1977 +70 2023 2024 0.0646 -0.0279 0.1571 +70 2023 2025 0.0484 -0.051 0.1478 +70 2024 2025 -0.0162 -0.1026 0.0702 +71 2007 2008 -0.0549 -0.1666 0.0567 +71 2007 2009 -0.0464 -0.169 0.0761 +71 2007 2010 -0.1258 -0.2408 -0.0107 +71 2007 2011 -0.2097 -0.3354 -0.084 +71 2007 2012 -0.2117 -0.3417 -0.0817 +71 2007 2013 -0.1402 -0.2602 -0.0203 +71 2007 2014 -0.1598 -0.2872 -0.0325 +71 2007 2015 -0.2469 -0.3775 -0.1163 +71 2007 2016 -0.2463 -0.3642 -0.1284 +71 2007 2017 -0.2958 -0.4222 -0.1694 +71 2007 2018 -0.3741 -0.5042 -0.2439 +71 2007 2019 -0.2983 -0.4196 -0.177 +71 2007 2020 -0.3333 -0.4633 -0.2033 +71 2007 2021 -0.2858 -0.4124 -0.1593 +71 2007 2022 -0.2799 -0.4085 -0.1514 +71 2007 2023 -0.2124 -0.3413 -0.0835 +71 2007 2024 -0.3121 -0.4351 -0.1891 +71 2007 2025 -0.4435 -0.5612 -0.3258 +71 2008 2009 0.0085 -0.1045 0.1215 +71 2008 2010 -0.0708 -0.1888 0.0472 +71 2008 2011 -0.1548 -0.2715 -0.038 +71 2008 2012 -0.1568 -0.2839 -0.0297 +71 2008 2013 -0.0853 -0.2093 0.0388 +71 2008 2014 -0.1049 -0.226 0.0162 +71 2008 2015 -0.192 -0.3193 -0.0646 +71 2008 2016 -0.1913 -0.313 -0.0696 +71 2008 2017 -0.2409 -0.3604 -0.1213 +71 2008 2018 -0.3191 -0.4456 -0.1927 +71 2008 2019 -0.2434 -0.3676 -0.1191 +71 2008 2020 -0.2784 -0.4013 -0.1554 +71 2008 2021 -0.2309 -0.3536 -0.1082 +71 2008 2022 -0.225 -0.3547 -0.0953 +71 2008 2023 -0.1575 -0.2803 -0.0346 +71 2008 2024 -0.2571 -0.3778 -0.1364 +71 2008 2025 -0.3886 -0.508 -0.2691 +71 2009 2010 -0.0793 -0.1926 0.0339 +71 2009 2011 -0.1633 -0.2882 -0.0383 +71 2009 2012 -0.1653 -0.2895 -0.0411 +71 2009 2013 -0.0938 -0.2198 0.0322 +71 2009 2014 -0.1134 -0.2409 0.0141 +71 2009 2015 -0.2005 -0.3255 -0.0754 +71 2009 2016 -0.1998 -0.3236 -0.0761 +71 2009 2017 -0.2494 -0.3757 -0.123 +71 2009 2018 -0.3276 -0.4525 -0.2028 +71 2009 2019 -0.2519 -0.3785 -0.1252 +71 2009 2020 -0.2869 -0.4168 -0.1569 +71 2009 2021 -0.2394 -0.3608 -0.118 +71 2009 2022 -0.2335 -0.3662 -0.1008 +71 2009 2023 -0.166 -0.2947 -0.0372 +71 2009 2024 -0.2657 -0.3842 -0.1471 +71 2009 2025 -0.3971 -0.5197 -0.2744 +71 2010 2011 -0.0839 -0.1991 0.0312 +71 2010 2012 -0.086 -0.2124 0.0405 +71 2010 2013 -0.0145 -0.1338 0.1049 +71 2010 2014 -0.0341 -0.1608 0.0927 +71 2010 2015 -0.1211 -0.2499 0.0076 +71 2010 2016 -0.1205 -0.2386 -0.0025 +71 2010 2017 -0.17 -0.2958 -0.0443 +71 2010 2018 -0.2483 -0.3764 -0.1202 +71 2010 2019 -0.1725 -0.2946 -0.0505 +71 2010 2020 -0.2075 -0.3366 -0.0784 +71 2010 2021 -0.1601 -0.2851 -0.035 +71 2010 2022 -0.1542 -0.2825 -0.0258 +71 2010 2023 -0.0866 -0.2157 0.0424 +71 2010 2024 -0.1863 -0.3084 -0.0643 +71 2010 2025 -0.3177 -0.4357 -0.1997 +71 2011 2012 -0.002 -0.1211 0.1171 +71 2011 2013 0.0695 -0.0576 0.1966 +71 2011 2014 0.0499 -0.0754 0.1751 +71 2011 2015 -0.0372 -0.1683 0.0939 +71 2011 2016 -0.0366 -0.1633 0.0901 +71 2011 2017 -0.0861 -0.2104 0.0382 +71 2011 2018 -0.1644 -0.2946 -0.0342 +71 2011 2019 -0.0886 -0.2181 0.0409 +71 2011 2020 -0.1236 -0.2509 0.0037 +71 2011 2021 -0.0761 -0.204 0.0518 +71 2011 2022 -0.0702 -0.2047 0.0642 +71 2011 2023 -0.0027 -0.1312 0.1258 +71 2011 2024 -0.1024 -0.2283 0.0236 +71 2011 2025 -0.2338 -0.3575 -0.1101 +71 2012 2013 0.0715 -0.0491 0.1921 +71 2012 2014 0.0519 -0.0796 0.1833 +71 2012 2015 -0.0352 -0.1644 0.094 +71 2012 2016 -0.0346 -0.1642 0.0951 +71 2012 2017 -0.0841 -0.216 0.0479 +71 2012 2018 -0.1624 -0.2914 -0.0334 +71 2012 2019 -0.0866 -0.2191 0.0459 +71 2012 2020 -0.1216 -0.2559 0.0127 +71 2012 2021 -0.0741 -0.2025 0.0543 +71 2012 2022 -0.0682 -0.2059 0.0695 +71 2012 2023 -7e-04 -0.1371 0.1357 +71 2012 2024 -0.1004 -0.227 0.0262 +71 2012 2025 -0.2318 -0.3592 -0.1044 +71 2013 2014 -0.0196 -0.1379 0.0987 +71 2013 2015 -0.1067 -0.2369 0.0235 +71 2013 2016 -0.106 -0.2255 0.0134 +71 2013 2017 -0.1556 -0.2841 -0.027 +71 2013 2018 -0.2338 -0.3664 -0.1012 +71 2013 2019 -0.1581 -0.2832 -0.033 +71 2013 2020 -0.1931 -0.3258 -0.0604 +71 2013 2021 -0.1456 -0.2743 -0.0169 +71 2013 2022 -0.1397 -0.271 -0.0084 +71 2013 2023 -0.0722 -0.2033 0.059 +71 2013 2024 -0.1719 -0.2979 -0.0459 +71 2013 2025 -0.3033 -0.4258 -0.1808 +71 2014 2015 -0.0871 -0.2083 0.0341 +71 2014 2016 -0.0865 -0.2113 0.0384 +71 2014 2017 -0.136 -0.2592 -0.0128 +71 2014 2018 -0.2142 -0.3469 -0.0816 +71 2014 2019 -0.1385 -0.2683 -0.0086 +71 2014 2020 -0.1735 -0.3017 -0.0453 +71 2014 2021 -0.126 -0.2547 0.0027 +71 2014 2022 -0.1201 -0.2557 0.0154 +71 2014 2023 -0.0526 -0.1796 0.0745 +71 2014 2024 -0.1523 -0.2792 -0.0254 +71 2014 2025 -0.2837 -0.4101 -0.1573 +71 2015 2016 6e-04 -0.1177 0.119 +71 2015 2017 -0.0489 -0.1781 0.0803 +71 2015 2018 -0.1272 -0.2544 1e-04 +71 2015 2019 -0.0514 -0.1827 0.0798 +71 2015 2020 -0.0864 -0.22 0.0472 +71 2015 2021 -0.0389 -0.1663 0.0884 +71 2015 2022 -0.033 -0.17 0.1039 +71 2015 2023 0.0345 -0.1013 0.1703 +71 2015 2024 -0.0652 -0.1909 0.0606 +71 2015 2025 -0.1966 -0.3228 -0.0704 +71 2016 2017 -0.0495 -0.1647 0.0656 +71 2016 2018 -0.1278 -0.2545 -0.0011 +71 2016 2019 -0.052 -0.1718 0.0677 +71 2016 2020 -0.087 -0.2154 0.0413 +71 2016 2021 -0.0396 -0.1647 0.0855 +71 2016 2022 -0.0337 -0.1605 0.0932 +71 2016 2023 0.0339 -0.094 0.1618 +71 2016 2024 -0.0658 -0.1884 0.0568 +71 2016 2025 -0.1972 -0.3161 -0.0784 +71 2017 2018 -0.0783 -0.1969 0.0404 +71 2017 2019 -0.0025 -0.1276 0.1226 +71 2017 2020 -0.0375 -0.1596 0.0846 +71 2017 2021 0.01 -0.1154 0.1353 +71 2017 2022 0.0159 -0.1167 0.1485 +71 2017 2023 0.0834 -0.039 0.2058 +71 2017 2024 -0.0163 -0.1404 0.1078 +71 2017 2025 -0.1477 -0.2727 -0.0227 +71 2018 2019 0.0758 -0.0434 0.1949 +71 2018 2020 0.0408 -0.088 0.1696 +71 2018 2021 0.0882 -0.0343 0.2107 +71 2018 2022 0.0941 -0.0404 0.2287 +71 2018 2023 0.1617 0.0271 0.2962 +71 2018 2024 0.062 -0.0602 0.1841 +71 2018 2025 -0.0694 -0.1937 0.0549 +71 2019 2020 -0.035 -0.1542 0.0842 +71 2019 2021 0.0125 -0.112 0.1369 +71 2019 2022 0.0184 -0.1083 0.145 +71 2019 2023 0.0859 -0.0438 0.2156 +71 2019 2024 -0.0138 -0.1385 0.1109 +71 2019 2025 -0.1452 -0.2658 -0.0246 +71 2020 2021 0.0475 -0.0704 0.1653 +71 2020 2022 0.0534 -0.0795 0.1862 +71 2020 2023 0.1209 -0.0057 0.2475 +71 2020 2024 0.0212 -0.1062 0.1486 +71 2020 2025 -0.1102 -0.2377 0.0173 +71 2021 2022 0.0059 -0.1132 0.125 +71 2021 2023 0.0734 -0.0519 0.1988 +71 2021 2024 -0.0262 -0.1431 0.0906 +71 2021 2025 -0.1577 -0.2805 -0.0349 +71 2022 2023 0.0675 -0.0555 0.1906 +71 2022 2024 -0.0322 -0.1602 0.0959 +71 2022 2025 -0.1636 -0.2886 -0.0385 +71 2023 2024 -0.0997 -0.2168 0.0174 +71 2023 2025 -0.2311 -0.3592 -0.103 +71 2024 2025 -0.1314 -0.2431 -0.0197 +72 2007 2010 -0.3402 -0.5017 -0.1787 +72 2007 2013 -0.5787 -0.7535 -0.4039 +72 2007 2016 -0.7233 -0.9001 -0.5465 +72 2007 2019 -0.4451 -0.61 -0.2802 +72 2007 2022 -0.6794 -0.8552 -0.5035 +72 2007 2025 -0.8068 -1.0537 -0.5598 +72 2010 2013 -0.2385 -0.4104 -0.0666 +72 2010 2016 -0.3831 -0.5615 -0.2048 +72 2010 2019 -0.1049 -0.2784 0.0686 +72 2010 2022 -0.3392 -0.5196 -0.1588 +72 2010 2025 -0.4666 -0.7167 -0.2165 +72 2013 2016 -0.1446 -0.3182 0.0289 +72 2013 2019 0.1336 -0.045 0.3121 +72 2013 2022 -0.1007 -0.2855 0.0841 +72 2013 2025 -0.2281 -0.4804 0.0242 +72 2016 2019 0.2782 0.1061 0.4503 +72 2016 2022 0.0439 -0.1358 0.2237 +72 2016 2025 -0.0835 -0.3326 0.1657 +72 2019 2022 -0.2343 -0.4012 -0.0673 +72 2019 2025 -0.3617 -0.6093 -0.114 +72 2022 2025 -0.1274 -0.3618 0.107 +73 2007 2010 -0.0387 -0.0849 0.0075 +73 2007 2013 -0.0515 -0.099 -0.0039 +73 2007 2016 -0.1948 -0.2418 -0.1477 +73 2007 2019 -0.2178 -0.2659 -0.1696 +73 2007 2022 -0.3393 -0.3897 -0.289 +73 2007 2025 -0.3804 -0.4449 -0.3158 +73 2010 2013 -0.0128 -0.0622 0.0366 +73 2010 2016 -0.1561 -0.2056 -0.1066 +73 2010 2019 -0.1791 -0.2298 -0.1283 +73 2010 2022 -0.3006 -0.3538 -0.2475 +73 2010 2025 -0.3417 -0.4081 -0.2752 +73 2013 2016 -0.1433 -0.192 -0.0946 +73 2013 2019 -0.1663 -0.2168 -0.1158 +73 2013 2022 -0.2879 -0.3408 -0.235 +73 2013 2025 -0.3289 -0.3949 -0.2629 +73 2016 2019 -0.023 -0.0712 0.0252 +73 2016 2022 -0.1446 -0.1957 -0.0934 +73 2016 2025 -0.1856 -0.2514 -0.1198 +73 2019 2022 -0.1216 -0.1722 -0.071 +73 2019 2025 -0.1626 -0.2292 -0.096 +73 2022 2025 -0.041 -0.1083 0.0262 +74 2007 2008 -0.1629 -0.5775 0.2517 +74 2007 2009 -0.3262 -0.8376 0.1852 +74 2007 2010 -0.306 -0.8025 0.1904 +74 2007 2011 -0.2919 -0.8263 0.2426 +74 2007 2012 -0.0556 -0.581 0.4698 +74 2007 2013 -0.2165 -0.7335 0.3005 +74 2007 2014 -0.2451 -0.777 0.2869 +74 2007 2015 -0.5282 -1.0841 0.0276 +74 2007 2016 -0.3188 -0.8254 0.1877 +74 2007 2017 -0.1048 -0.6227 0.4132 +74 2007 2018 -0.0834 -0.6041 0.4374 +74 2007 2019 0.1188 -0.383 0.6206 +74 2007 2020 0.1358 -0.386 0.6576 +74 2007 2021 0.1 -0.4136 0.6137 +74 2007 2022 0.1373 -0.3776 0.6523 +74 2007 2023 0.4148 -0.0956 0.9252 +74 2007 2024 0.7307 0.218 1.2435 +74 2007 2025 0.3649 -0.1688 0.8986 +74 2008 2009 -0.1633 -0.5601 0.2336 +74 2008 2010 -0.1431 -0.569 0.2828 +74 2008 2011 -0.129 -0.5899 0.3319 +74 2008 2012 0.1073 -0.3565 0.5711 +74 2008 2013 -0.0536 -0.5183 0.4111 +74 2008 2014 -0.0822 -0.5521 0.3878 +74 2008 2015 -0.3653 -0.8581 0.1275 +74 2008 2016 -0.1559 -0.6092 0.2973 +74 2008 2017 0.0581 -0.394 0.5103 +74 2008 2018 0.0796 -0.378 0.5371 +74 2008 2019 0.2817 -0.1685 0.732 +74 2008 2020 0.2987 -0.1557 0.7532 +74 2008 2021 0.2629 -0.1848 0.7106 +74 2008 2022 0.3003 -0.1583 0.7588 +74 2008 2023 0.5777 0.1363 1.0191 +74 2008 2024 0.8936 0.4372 1.3501 +74 2008 2025 0.5278 0.0459 1.0097 +74 2009 2010 0.0201 -0.3775 0.4178 +74 2009 2011 0.0343 -0.4459 0.5145 +74 2009 2012 0.2706 -0.2192 0.7603 +74 2009 2013 0.1097 -0.386 0.6054 +74 2009 2014 0.0811 -0.4283 0.5905 +74 2009 2015 -0.2021 -0.7249 0.3207 +74 2009 2016 0.0073 -0.4798 0.4945 +74 2009 2017 0.2214 -0.2737 0.7165 +74 2009 2018 0.2428 -0.2447 0.7303 +74 2009 2019 0.445 -0.0423 0.9322 +74 2009 2020 0.462 -0.0366 0.9606 +74 2009 2021 0.4262 -0.0544 0.9068 +74 2009 2022 0.4635 -0.0266 0.9536 +74 2009 2023 0.741 0.2623 1.2197 +74 2009 2024 1.0569 0.5682 1.5457 +74 2009 2025 0.6911 0.1767 1.2054 +74 2010 2011 0.0141 -0.3848 0.413 +74 2010 2012 0.2504 -0.1988 0.6997 +74 2010 2013 0.0895 -0.3685 0.5476 +74 2010 2014 0.061 -0.4193 0.5412 +74 2010 2015 -0.2222 -0.7226 0.2782 +74 2010 2016 -0.0128 -0.4676 0.442 +74 2010 2017 0.2012 -0.2677 0.6702 +74 2010 2018 0.2227 -0.2418 0.6872 +74 2010 2019 0.4248 -0.028 0.8776 +74 2010 2020 0.4418 -0.0318 0.9155 +74 2010 2021 0.406 -0.0519 0.8639 +74 2010 2022 0.4434 -0.0191 0.9059 +74 2010 2023 0.7208 0.2621 1.1795 +74 2010 2024 1.0368 0.5733 1.5002 +74 2010 2025 0.6709 0.1863 1.1555 +74 2011 2012 0.2363 -0.1701 0.6426 +74 2011 2013 0.0754 -0.3901 0.5409 +74 2011 2014 0.0468 -0.4408 0.5345 +74 2011 2015 -0.2364 -0.751 0.2782 +74 2011 2016 -0.027 -0.5092 0.4553 +74 2011 2017 0.1871 -0.298 0.6722 +74 2011 2018 0.2085 -0.2758 0.6928 +74 2011 2019 0.4107 -0.0703 0.8916 +74 2011 2020 0.4277 -0.0624 0.9178 +74 2011 2021 0.3919 -0.0858 0.8696 +74 2011 2022 0.4292 -0.06 0.9184 +74 2011 2023 0.7067 0.2286 1.1848 +74 2011 2024 1.0226 0.5342 1.511 +74 2011 2025 0.6568 0.1453 1.1682 +74 2012 2013 -0.1609 -0.5537 0.2319 +74 2012 2014 -0.1894 -0.6411 0.2622 +74 2012 2015 -0.4726 -0.9655 0.0202 +74 2012 2016 -0.2632 -0.7246 0.1981 +74 2012 2017 -0.0492 -0.5096 0.4113 +74 2012 2018 -0.0277 -0.4783 0.4228 +74 2012 2019 0.1744 -0.2797 0.6286 +74 2012 2020 0.1914 -0.2791 0.662 +74 2012 2021 0.1557 -0.2935 0.6048 +74 2012 2022 0.193 -0.281 0.667 +74 2012 2023 0.4704 0.0095 0.9314 +74 2012 2024 0.7864 0.3362 1.2365 +74 2012 2025 0.4205 -0.0815 0.9225 +74 2013 2014 -0.0286 -0.422 0.3649 +74 2013 2015 -0.3118 -0.7813 0.1578 +74 2013 2016 -0.1023 -0.5432 0.3385 +74 2013 2017 0.1117 -0.3464 0.5698 +74 2013 2018 0.1331 -0.3266 0.5929 +74 2013 2019 0.3353 -0.1083 0.7788 +74 2013 2020 0.3523 -0.1178 0.8225 +74 2013 2021 0.3165 -0.1412 0.7742 +74 2013 2022 0.3538 -0.1087 0.8164 +74 2013 2023 0.6313 0.1714 1.0912 +74 2013 2024 0.9472 0.4823 1.4122 +74 2013 2025 0.5814 0.094 1.0688 +74 2014 2015 -0.2832 -0.6964 0.13 +74 2014 2016 -0.0738 -0.5107 0.3631 +74 2014 2017 0.1403 -0.3031 0.5836 +74 2014 2018 0.1617 -0.3045 0.6279 +74 2014 2019 0.3639 -0.0966 0.8244 +74 2014 2020 0.3809 -0.0888 0.8506 +74 2014 2021 0.3451 -0.1209 0.8111 +74 2014 2022 0.3824 -0.0954 0.8602 +74 2014 2023 0.6599 0.2017 1.1181 +74 2014 2024 0.9758 0.5041 1.4475 +74 2014 2025 0.61 0.1008 1.1191 +74 2015 2016 0.2094 -0.1914 0.6103 +74 2015 2017 0.4235 -0.0451 0.8921 +74 2015 2018 0.4449 -0.032 0.9218 +74 2015 2019 0.6471 0.162 1.1321 +74 2015 2020 0.6641 0.1631 1.165 +74 2015 2021 0.6283 0.1453 1.1112 +74 2015 2022 0.6656 0.1715 1.1597 +74 2015 2023 0.9431 0.4522 1.4339 +74 2015 2024 1.259 0.7556 1.7624 +74 2015 2025 0.8931 0.3722 1.414 +74 2016 2017 0.2141 -0.1673 0.5954 +74 2016 2018 0.2355 -0.1945 0.6654 +74 2016 2019 0.4376 0.0159 0.8594 +74 2016 2020 0.4547 4e-04 0.9089 +74 2016 2021 0.4189 -0.0265 0.8642 +74 2016 2022 0.4562 0.0086 0.9038 +74 2016 2023 0.7336 0.2872 1.1801 +74 2016 2024 1.0496 0.5937 1.5054 +74 2016 2025 0.6837 0.2073 1.1601 +74 2017 2018 0.0214 -0.3616 0.4044 +74 2017 2019 0.2236 -0.2008 0.648 +74 2017 2020 0.2406 -0.2 0.6812 +74 2017 2021 0.2048 -0.241 0.6506 +74 2017 2022 0.2421 -0.2186 0.7029 +74 2017 2023 0.5196 0.0797 0.9595 +74 2017 2024 0.8355 0.3825 1.2885 +74 2017 2025 0.4697 -0.0256 0.965 +74 2018 2019 0.2022 -0.1767 0.5811 +74 2018 2020 0.2192 -0.2196 0.6579 +74 2018 2021 0.1834 -0.2459 0.6126 +74 2018 2022 0.2207 -0.2341 0.6755 +74 2018 2023 0.4982 0.0511 0.9452 +74 2018 2024 0.8141 0.3716 1.2566 +74 2018 2025 0.4483 -0.0386 0.9351 +74 2019 2020 0.017 -0.3639 0.3979 +74 2019 2021 -0.0188 -0.438 0.4004 +74 2019 2022 0.0185 -0.415 0.4521 +74 2019 2023 0.296 -0.1406 0.7326 +74 2019 2024 0.6119 0.1721 1.0518 +74 2019 2025 0.2461 -0.2236 0.7158 +74 2020 2021 -0.0358 -0.4171 0.3455 +74 2020 2022 0.0015 -0.4395 0.4426 +74 2020 2023 0.279 -0.154 0.7119 +74 2020 2024 0.5949 0.1429 1.047 +74 2020 2025 0.2291 -0.2662 0.7243 +74 2021 2022 0.0373 -0.3369 0.4115 +74 2021 2023 0.3148 -0.095 0.7246 +74 2021 2024 0.6307 0.2127 1.0488 +74 2021 2025 0.2649 -0.2083 0.738 +74 2022 2023 0.2775 -0.0965 0.6514 +74 2022 2024 0.5934 0.1584 1.0285 +74 2022 2025 0.2276 -0.2372 0.6923 +74 2023 2024 0.316 -0.0614 0.6933 +74 2023 2025 -0.0499 -0.5112 0.4114 +74 2024 2025 -0.3659 -0.7789 0.0472 +75 2007 2010 -0.0486 -0.3189 0.2217 +75 2007 2013 0.0081 -0.3336 0.3498 +75 2007 2016 0.0054 -0.3718 0.3825 +75 2007 2019 -0.015 -0.4138 0.3839 +75 2007 2022 0.0626 -0.3619 0.4872 +75 2007 2025 0.1509 -0.3417 0.6434 +75 2010 2013 0.0567 -0.2031 0.3166 +75 2010 2016 0.054 -0.2684 0.3764 +75 2010 2019 0.0337 -0.3173 0.3846 +75 2010 2022 0.1113 -0.2766 0.4991 +75 2010 2025 0.1995 -0.267 0.666 +75 2013 2016 -0.0027 -0.2548 0.2493 +75 2013 2019 -0.0231 -0.3364 0.2902 +75 2013 2022 0.0545 -0.2997 0.4088 +75 2013 2025 0.1427 -0.2911 0.5766 +75 2016 2019 -0.0203 -0.2731 0.2325 +75 2016 2022 0.0573 -0.2606 0.3751 +75 2016 2025 0.1455 -0.2597 0.5507 +75 2019 2022 0.0776 -0.1813 0.3365 +75 2019 2025 0.1658 -0.2074 0.5391 +75 2022 2025 0.0882 -0.1968 0.3731 +76 2007 2010 0.168 -0.258 0.5941 +76 2007 2013 -0.0473 -0.5787 0.4842 +76 2007 2016 -0.0626 -0.5998 0.4746 +76 2007 2019 -0.7716 -1.3629 -0.1803 +76 2007 2022 -1.2383 -1.908 -0.5686 +76 2007 2025 -1.3551 -2.1333 -0.5768 +76 2010 2013 -0.2153 -0.6455 0.2148 +76 2010 2016 -0.2306 -0.6809 0.2197 +76 2010 2019 -0.9396 -1.4947 -0.3845 +76 2010 2022 -1.4063 -2.0652 -0.7473 +76 2010 2025 -1.5231 -2.2933 -0.7528 +76 2013 2016 -0.0152 -0.4673 0.4368 +76 2013 2019 -0.7243 -1.2924 -0.1562 +76 2013 2022 -1.191 -1.8605 -0.5216 +76 2013 2025 -1.3078 -2.0939 -0.5217 +76 2016 2019 -0.7091 -1.2065 -0.2116 +76 2016 2022 -1.1758 -1.8335 -0.518 +76 2016 2025 -1.2925 -2.0744 -0.5107 +76 2019 2022 -0.4668 -0.9814 0.0479 +76 2019 2025 -0.5835 -1.2802 0.1132 +76 2022 2025 -0.1168 -0.6706 0.4371 +77 2007 2010 0.302 -0.2238 0.8278 +77 2007 2013 0.9546 0.4109 1.4982 +77 2007 2016 1.264 0.7026 1.8254 +77 2007 2019 1.2016 0.6001 1.8031 +77 2007 2022 0.7749 0.2054 1.3444 +77 2007 2025 0.5402 -0.1667 1.2471 +77 2010 2013 0.6527 0.1402 1.1652 +77 2010 2016 0.9622 0.3988 1.5255 +77 2010 2019 0.8997 0.288 1.5115 +77 2010 2022 0.473 -0.1162 1.0622 +77 2010 2025 0.2382 -0.484 0.9604 +77 2013 2016 0.3095 -0.0707 0.6898 +77 2013 2019 0.2471 -0.2177 0.7119 +77 2013 2022 -0.1796 -0.663 0.3038 +77 2013 2025 -0.4144 -1.0689 0.2401 +77 2016 2019 -0.0624 -0.4718 0.347 +77 2016 2022 -0.4891 -0.9434 -0.0349 +77 2016 2025 -0.7239 -1.3636 -0.0843 +77 2019 2022 -0.4268 -0.868 0.0145 +77 2019 2025 -0.6616 -1.315 -0.0081 +77 2022 2025 -0.2348 -0.7926 0.323 +78 2007 2010 0.1089 0.0103 0.2075 +78 2007 2013 -0.0162 -0.1231 0.0907 +78 2007 2016 -0.0714 -0.178 0.0352 +78 2007 2019 -0.0185 -0.1264 0.0894 +78 2007 2022 0.041 -0.0666 0.1486 +78 2007 2025 -0.0409 -0.1764 0.0946 +78 2010 2013 -0.1251 -0.2259 -0.0243 +78 2010 2016 -0.1803 -0.2868 -0.0739 +78 2010 2019 -0.1274 -0.2341 -0.0207 +78 2010 2022 -0.0679 -0.1733 0.0374 +78 2010 2025 -0.1498 -0.2864 -0.0132 +78 2013 2016 -0.0552 -0.1562 0.0458 +78 2013 2019 -0.0023 -0.1109 0.1063 +78 2013 2022 0.0572 -0.0522 0.1666 +78 2013 2025 -0.0247 -0.1623 0.1129 +78 2016 2019 0.0529 -0.0471 0.1529 +78 2016 2022 0.1124 0.0062 0.2186 +78 2016 2025 0.0305 -0.1053 0.1663 +78 2019 2022 0.0595 -0.0397 0.1587 +78 2019 2025 -0.0224 -0.1577 0.1129 +78 2022 2025 -0.0819 -0.2069 0.0431 +79 2007 2010 0.182 0.0663 0.2978 +79 2007 2013 0.1026 -0.0211 0.2263 +79 2007 2016 0.1383 0.0194 0.2571 +79 2007 2019 0.3955 0.2802 0.5107 +79 2007 2022 0.5729 0.4573 0.6886 +79 2007 2025 0.5309 0.3925 0.6694 +79 2010 2013 -0.0795 -0.1975 0.0385 +79 2010 2016 -0.0438 -0.163 0.0754 +79 2010 2019 0.2134 0.1014 0.3255 +79 2010 2022 0.3909 0.2797 0.5022 +79 2010 2025 0.3489 0.2117 0.486 +79 2013 2016 0.0357 -0.0787 0.1501 +79 2013 2019 0.2929 0.1763 0.4095 +79 2013 2022 0.4704 0.3528 0.588 +79 2013 2025 0.4284 0.2884 0.5683 +79 2016 2019 0.2572 0.1516 0.3628 +79 2016 2022 0.4347 0.3241 0.5453 +79 2016 2025 0.3926 0.2578 0.5275 +79 2019 2022 0.1775 0.0805 0.2745 +79 2019 2025 0.1355 0.0063 0.2646 +79 2022 2025 -0.042 -0.1655 0.0814 +80 2007 2008 0.03 -0.1601 0.22 +80 2007 2009 0.0817 -0.1704 0.3337 +80 2007 2010 0.158 -0.1297 0.4457 +80 2007 2011 0.2092 -0.1048 0.5231 +80 2007 2012 0.236 -0.0925 0.5644 +80 2007 2013 0.2375 -0.0924 0.5674 +80 2007 2014 0.2437 -0.0924 0.5797 +80 2007 2015 0.2743 -0.0623 0.611 +80 2007 2016 0.3082 -0.0261 0.6424 +80 2007 2017 0.3836 0.0497 0.7174 +80 2007 2018 0.4749 0.1323 0.8175 +80 2007 2019 0.4801 0.1457 0.8145 +80 2007 2020 0.5698 0.2206 0.9189 +80 2007 2021 0.5986 0.2542 0.943 +80 2007 2022 0.6884 0.3284 1.0483 +80 2007 2023 0.7671 0.3955 1.1386 +80 2007 2024 0.8294 0.448 1.2107 +80 2007 2025 0.8381 0.4479 1.2284 +80 2008 2009 0.0517 -0.133 0.2364 +80 2008 2010 0.128 -0.1114 0.3674 +80 2008 2011 0.1792 -0.0946 0.4529 +80 2008 2012 0.206 -0.0878 0.4997 +80 2008 2013 0.2075 -0.0917 0.5068 +80 2008 2014 0.2137 -0.0944 0.5218 +80 2008 2015 0.2444 -0.0655 0.5542 +80 2008 2016 0.2782 -0.0302 0.5866 +80 2008 2017 0.3536 0.0473 0.6599 +80 2008 2018 0.4449 0.1306 0.7593 +80 2008 2019 0.4502 0.1417 0.7586 +80 2008 2020 0.5398 0.2178 0.8617 +80 2008 2021 0.5686 0.2507 0.8865 +80 2008 2022 0.6584 0.3253 0.9915 +80 2008 2023 0.7371 0.3932 1.0809 +80 2008 2024 0.7994 0.4459 1.1529 +80 2008 2025 0.8082 0.4444 1.172 +80 2009 2010 0.0763 -0.111 0.2635 +80 2009 2011 0.1274 -0.1164 0.3713 +80 2009 2012 0.1543 -0.1196 0.4281 +80 2009 2013 0.1558 -0.1309 0.4426 +80 2009 2014 0.162 -0.1388 0.4627 +80 2009 2015 0.1926 -0.1121 0.4974 +80 2009 2016 0.2265 -0.0788 0.5318 +80 2009 2017 0.3019 -3e-04 0.604 +80 2009 2018 0.3932 0.0859 0.7005 +80 2009 2019 0.3985 0.0938 0.7031 +80 2009 2020 0.4881 0.1724 0.8037 +80 2009 2021 0.5169 0.2042 0.8297 +80 2009 2022 0.6067 0.2812 0.9322 +80 2009 2023 0.6854 0.3509 1.0199 +80 2009 2024 0.7477 0.405 1.0904 +80 2009 2025 0.7565 0.4024 1.1106 +80 2010 2011 0.0511 -0.132 0.2343 +80 2010 2012 0.078 -0.1574 0.3133 +80 2010 2013 0.0795 -0.1827 0.3418 +80 2010 2014 0.0857 -0.1999 0.3712 +80 2010 2015 0.1164 -0.1773 0.41 +80 2010 2016 0.1502 -0.1471 0.4475 +80 2010 2017 0.2256 -0.066 0.5171 +80 2010 2018 0.3169 0.0256 0.6083 +80 2010 2019 0.3222 0.0268 0.6176 +80 2010 2020 0.4118 0.1105 0.7131 +80 2010 2021 0.4406 0.1387 0.7426 +80 2010 2022 0.5304 0.2212 0.8397 +80 2010 2023 0.6091 0.2949 0.9233 +80 2010 2024 0.6714 0.3516 0.9913 +80 2010 2025 0.6802 0.347 1.0135 +80 2011 2012 0.0268 -0.157 0.2107 +80 2011 2013 0.0284 -0.2081 0.2649 +80 2011 2014 0.0345 -0.2374 0.3064 +80 2011 2015 0.0652 -0.2216 0.352 +80 2011 2016 0.099 -0.1958 0.3939 +80 2011 2017 0.1744 -0.1152 0.4641 +80 2011 2018 0.2658 -0.023 0.5546 +80 2011 2019 0.271 -0.0257 0.5678 +80 2011 2020 0.3607 0.0604 0.6609 +80 2011 2021 0.3895 0.0865 0.6925 +80 2011 2022 0.4793 0.1716 0.787 +80 2011 2023 0.558 0.2478 0.8682 +80 2011 2024 0.6203 0.3055 0.9352 +80 2011 2025 0.6291 0.3002 0.9581 +80 2012 2013 0.0016 -0.1847 0.1879 +80 2012 2014 0.0077 -0.237 0.2525 +80 2012 2015 0.0384 -0.2325 0.3093 +80 2012 2016 0.0722 -0.2135 0.3579 +80 2012 2017 0.1476 -0.138 0.4332 +80 2012 2018 0.239 -0.0484 0.5264 +80 2012 2019 0.2442 -0.0517 0.5402 +80 2012 2020 0.3338 0.0327 0.635 +80 2012 2021 0.3627 0.0587 0.6666 +80 2012 2022 0.4525 0.1431 0.7618 +80 2012 2023 0.5312 0.2186 0.8438 +80 2012 2024 0.5935 0.2761 0.9109 +80 2012 2025 0.6023 0.2707 0.9339 +80 2013 2014 0.0062 -0.1797 0.192 +80 2013 2015 0.0368 -0.1988 0.2724 +80 2013 2016 0.0707 -0.1904 0.3317 +80 2013 2017 0.1461 -0.1249 0.417 +80 2013 2018 0.2374 -0.0436 0.5184 +80 2013 2019 0.2426 -0.0439 0.5291 +80 2013 2020 0.3323 0.0348 0.6297 +80 2013 2021 0.3611 0.0617 0.6605 +80 2013 2022 0.4509 0.1424 0.7594 +80 2013 2023 0.5296 0.2141 0.8451 +80 2013 2024 0.5919 0.269 0.9149 +80 2013 2025 0.6007 0.2653 0.9361 +80 2014 2015 0.0307 -0.1539 0.2152 +80 2014 2016 0.0645 -0.1706 0.2997 +80 2014 2017 0.1399 -0.1199 0.3997 +80 2014 2018 0.2312 -0.0492 0.5117 +80 2014 2019 0.2365 -0.0493 0.5223 +80 2014 2020 0.3261 0.0248 0.6275 +80 2014 2021 0.355 0.0522 0.6577 +80 2014 2022 0.4448 0.1292 0.7603 +80 2014 2023 0.5235 0.1985 0.8484 +80 2014 2024 0.5858 0.2515 0.9201 +80 2014 2025 0.5946 0.2488 0.9404 +80 2015 2016 0.0339 -0.15 0.2177 +80 2015 2017 0.1092 -0.1239 0.3424 +80 2015 2018 0.2006 -0.0643 0.4654 +80 2015 2019 0.2058 -0.069 0.4807 +80 2015 2020 0.2955 0.0016 0.5894 +80 2015 2021 0.3243 0.0282 0.6204 +80 2015 2022 0.4141 0.1035 0.7247 +80 2015 2023 0.4928 0.1717 0.814 +80 2015 2024 0.5551 0.2242 0.8861 +80 2015 2025 0.5639 0.221 0.9068 +80 2016 2017 0.0754 -0.1076 0.2583 +80 2016 2018 0.1667 -0.0724 0.4059 +80 2016 2019 0.172 -0.0837 0.4277 +80 2016 2020 0.2616 -0.0195 0.5428 +80 2016 2021 0.2905 0.0047 0.5763 +80 2016 2022 0.3803 0.0777 0.6828 +80 2016 2023 0.459 0.1441 0.7739 +80 2016 2024 0.5213 0.1951 0.8475 +80 2016 2025 0.5301 0.1923 0.8679 +80 2017 2018 0.0913 -0.0915 0.2742 +80 2017 2019 0.0966 -0.129 0.3222 +80 2017 2020 0.1862 -0.0687 0.4412 +80 2017 2021 0.2151 -0.0516 0.4817 +80 2017 2022 0.3049 0.0224 0.5873 +80 2017 2023 0.3836 0.0908 0.6764 +80 2017 2024 0.4459 0.1424 0.7494 +80 2017 2025 0.4547 0.1369 0.7725 +80 2018 2019 0.0053 -0.178 0.1886 +80 2018 2020 0.0949 -0.1311 0.3209 +80 2018 2021 0.1237 -0.1259 0.3734 +80 2018 2022 0.2135 -0.051 0.478 +80 2018 2023 0.2923 0.0191 0.5654 +80 2018 2024 0.3546 0.0731 0.6361 +80 2018 2025 0.3634 0.0631 0.6636 +80 2019 2020 0.0896 -0.0925 0.2717 +80 2019 2021 0.1185 -0.1053 0.3423 +80 2019 2022 0.2083 -0.0456 0.4621 +80 2019 2023 0.287 0.0134 0.5606 +80 2019 2024 0.3493 0.06 0.6387 +80 2019 2025 0.3581 0.0524 0.6638 +80 2020 2021 0.0289 -0.1519 0.2096 +80 2020 2022 0.1186 -0.1092 0.3464 +80 2020 2023 0.1974 -0.0551 0.4499 +80 2020 2024 0.2597 -0.0122 0.5317 +80 2020 2025 0.2685 -0.0257 0.5626 +80 2021 2022 0.0898 -0.0928 0.2723 +80 2021 2023 0.1685 -0.0644 0.4015 +80 2021 2024 0.2309 -0.0316 0.4934 +80 2021 2025 0.2397 -0.0483 0.5276 +80 2022 2023 0.0787 -0.1023 0.2597 +80 2022 2024 0.1411 -0.0902 0.3724 +80 2022 2025 0.1499 -0.1162 0.416 +80 2023 2024 0.0623 -0.1178 0.2425 +80 2023 2025 0.0711 -0.1657 0.308 +80 2024 2025 0.0088 -0.175 0.1926 +81 2007 2008 -0.0185 -0.123 0.086 +81 2007 2009 -0.0601 -0.1762 0.0561 +81 2007 2010 -0.1302 -0.2453 -0.0152 +81 2007 2011 -0.1299 -0.2503 -0.0095 +81 2007 2012 -0.1222 -0.2452 7e-04 +81 2007 2013 -0.211 -0.3362 -0.0857 +81 2007 2014 -0.0972 -0.219 0.0247 +81 2007 2015 0.0824 -0.0389 0.2037 +81 2007 2016 -0.0869 -0.2021 0.0284 +81 2007 2017 -0.096 -0.216 0.024 +81 2007 2018 -0.1728 -0.2934 -0.0522 +81 2007 2019 -0.1557 -0.2742 -0.0373 +81 2007 2020 -0.0469 -0.172 0.0782 +81 2007 2021 -0.1866 -0.3079 -0.0654 +81 2007 2022 -0.0928 -0.2152 0.0297 +81 2007 2023 -0.0677 -0.1898 0.0545 +81 2007 2024 -0.0701 -0.1881 0.0478 +81 2007 2025 0.1747 0.0661 0.2833 +81 2008 2009 -0.0416 -0.1453 0.0622 +81 2008 2010 -0.1117 -0.2258 0.0023 +81 2008 2011 -0.1114 -0.2245 0.0016 +81 2008 2012 -0.1037 -0.223 0.0155 +81 2008 2013 -0.1925 -0.3181 -0.0669 +81 2008 2014 -0.0787 -0.1935 0.0362 +81 2008 2015 0.1009 -0.0159 0.2177 +81 2008 2016 -0.0684 -0.1841 0.0473 +81 2008 2017 -0.0775 -0.1903 0.0353 +81 2008 2018 -0.1543 -0.2718 -0.0368 +81 2008 2019 -0.1372 -0.2557 -0.0188 +81 2008 2020 -0.0284 -0.1463 0.0895 +81 2008 2021 -0.1681 -0.2854 -0.0508 +81 2008 2022 -0.0743 -0.1959 0.0473 +81 2008 2023 -0.0492 -0.1644 0.0661 +81 2008 2024 -0.0516 -0.1666 0.0633 +81 2008 2025 0.1932 0.0853 0.3011 +81 2009 2010 -0.0702 -0.1766 0.0362 +81 2009 2011 -0.0699 -0.1866 0.0469 +81 2009 2012 -0.0622 -0.1795 0.0552 +81 2009 2013 -0.1509 -0.2777 -0.0242 +81 2009 2014 -0.0371 -0.1572 0.083 +81 2009 2015 0.1424 0.0268 0.2581 +81 2009 2016 -0.0268 -0.1441 0.0905 +81 2009 2017 -0.0359 -0.1543 0.0824 +81 2009 2018 -0.1127 -0.2288 0.0033 +81 2009 2019 -0.0957 -0.2161 0.0248 +81 2009 2020 0.0132 -0.1103 0.1366 +81 2009 2021 -0.1266 -0.2432 -0.0099 +81 2009 2022 -0.0327 -0.1566 0.0911 +81 2009 2023 -0.0076 -0.1281 0.1128 +81 2009 2024 -0.0101 -0.1235 0.1033 +81 2009 2025 0.2347 0.1245 0.345 +81 2010 2011 3e-04 -0.1078 0.1085 +81 2010 2012 0.008 -0.1123 0.1284 +81 2010 2013 -0.0807 -0.2034 0.0419 +81 2010 2014 0.0331 -0.0881 0.1543 +81 2010 2015 0.2126 0.0888 0.3364 +81 2010 2016 0.0434 -0.0718 0.1585 +81 2010 2017 0.0343 -0.0865 0.155 +81 2010 2018 -0.0426 -0.1621 0.077 +81 2010 2019 -0.0255 -0.1447 0.0937 +81 2010 2020 0.0833 -0.0441 0.2108 +81 2010 2021 -0.0564 -0.1757 0.063 +81 2010 2022 0.0375 -0.0863 0.1612 +81 2010 2023 0.0626 -0.06 0.1851 +81 2010 2024 0.0601 -0.056 0.1762 +81 2010 2025 0.3049 0.193 0.4169 +81 2011 2012 0.0077 -0.1026 0.118 +81 2011 2013 -0.0811 -0.2068 0.0446 +81 2011 2014 0.0328 -0.0861 0.1516 +81 2011 2015 0.2123 0.0897 0.3349 +81 2011 2016 0.043 -0.077 0.1631 +81 2011 2017 0.0339 -0.0842 0.152 +81 2011 2018 -0.0429 -0.1648 0.079 +81 2011 2019 -0.0258 -0.149 0.0973 +81 2011 2020 0.083 -0.0411 0.2071 +81 2011 2021 -0.0567 -0.1786 0.0652 +81 2011 2022 0.0371 -0.0897 0.1639 +81 2011 2023 0.0622 -0.059 0.1835 +81 2011 2024 0.0598 -0.0595 0.1791 +81 2011 2025 0.3046 0.1906 0.4186 +81 2012 2013 -0.0888 -0.2057 0.0281 +81 2012 2014 0.025 -0.0965 0.1466 +81 2012 2015 0.2046 0.0856 0.3236 +81 2012 2016 0.0353 -0.0869 0.1576 +81 2012 2017 0.0262 -0.097 0.1495 +81 2012 2018 -0.0506 -0.1723 0.0711 +81 2012 2019 -0.0335 -0.1589 0.0919 +81 2012 2020 0.0753 -0.0525 0.2032 +81 2012 2021 -0.0644 -0.1874 0.0586 +81 2012 2022 0.0294 -0.0993 0.1581 +81 2012 2023 0.0545 -0.0713 0.1804 +81 2012 2024 0.0521 -0.0681 0.1722 +81 2012 2025 0.2969 0.1815 0.4123 +81 2013 2014 0.1138 3e-04 0.2273 +81 2013 2015 0.2934 0.16 0.4268 +81 2013 2016 0.1241 0.0031 0.2452 +81 2013 2017 0.115 -0.0144 0.2444 +81 2013 2018 0.0382 -0.0879 0.1642 +81 2013 2019 0.0552 -0.0711 0.1816 +81 2013 2020 0.1641 0.0253 0.3029 +81 2013 2021 0.0244 -0.1002 0.1489 +81 2013 2022 0.1182 -0.014 0.2504 +81 2013 2023 0.1433 0.0128 0.2738 +81 2013 2024 0.1408 0.0196 0.262 +81 2013 2025 0.3857 0.2617 0.5096 +81 2014 2015 0.1796 0.0662 0.293 +81 2014 2016 0.0103 -0.1072 0.1278 +81 2014 2017 0.0012 -0.1168 0.1191 +81 2014 2018 -0.0756 -0.197 0.0457 +81 2014 2019 -0.0586 -0.1817 0.0646 +81 2014 2020 0.0503 -0.0751 0.1756 +81 2014 2021 -0.0895 -0.2104 0.0315 +81 2014 2022 0.0044 -0.123 0.1318 +81 2014 2023 0.0295 -0.0915 0.1505 +81 2014 2024 0.027 -0.0914 0.1454 +81 2014 2025 0.2718 0.1555 0.3882 +81 2015 2016 -0.1693 -0.2815 -0.057 +81 2015 2017 -0.1784 -0.2962 -0.0606 +81 2015 2018 -0.2552 -0.3766 -0.1338 +81 2015 2019 -0.2381 -0.3629 -0.1134 +81 2015 2020 -0.1293 -0.2497 -0.0089 +81 2015 2021 -0.269 -0.394 -0.144 +81 2015 2022 -0.1752 -0.3012 -0.0491 +81 2015 2023 -0.1501 -0.2738 -0.0263 +81 2015 2024 -0.1525 -0.2751 -0.0299 +81 2015 2025 0.0923 -0.0161 0.2007 +81 2016 2017 -0.0091 -0.1168 0.0985 +81 2016 2018 -0.0859 -0.2015 0.0296 +81 2016 2019 -0.0689 -0.1848 0.047 +81 2016 2020 0.04 -0.086 0.166 +81 2016 2021 -0.0997 -0.2172 0.0177 +81 2016 2022 -0.0059 -0.1273 0.1155 +81 2016 2023 0.0192 -0.1015 0.1399 +81 2016 2024 0.0167 -0.0974 0.1308 +81 2016 2025 0.2615 0.1512 0.3719 +81 2017 2018 -0.0768 -0.1853 0.0317 +81 2017 2019 -0.0597 -0.1788 0.0593 +81 2017 2020 0.0491 -0.0696 0.1678 +81 2017 2021 -0.0906 -0.2107 0.0294 +81 2017 2022 0.0032 -0.1213 0.1277 +81 2017 2023 0.0283 -0.0892 0.1459 +81 2017 2024 0.0258 -0.0926 0.1443 +81 2017 2025 0.2707 0.1583 0.3831 +81 2018 2019 0.0171 -0.0909 0.125 +81 2018 2020 0.1259 0.0014 0.2504 +81 2018 2021 -0.0138 -0.1279 0.1003 +81 2018 2022 0.08 -0.045 0.2051 +81 2018 2023 0.1051 -0.0167 0.227 +81 2018 2024 0.1027 -0.0092 0.2145 +81 2018 2025 0.3475 0.233 0.462 +81 2019 2020 0.1089 -0.006 0.2237 +81 2019 2021 -0.0309 -0.1484 0.0866 +81 2019 2022 0.063 -0.0596 0.1855 +81 2019 2023 0.0881 -0.0349 0.2111 +81 2019 2024 0.0856 -0.0317 0.2029 +81 2019 2025 0.3304 0.2179 0.443 +81 2020 2021 -0.1397 -0.2567 -0.0228 +81 2020 2022 -0.0459 -0.1719 0.0801 +81 2020 2023 -0.0208 -0.1426 0.1011 +81 2020 2024 -0.0233 -0.1501 0.1036 +81 2020 2025 0.2216 0.1069 0.3362 +81 2021 2022 0.0938 -0.0179 0.2056 +81 2021 2023 0.119 0.0015 0.2364 +81 2021 2024 0.1165 0.0077 0.2252 +81 2021 2025 0.3613 0.2454 0.4772 +81 2022 2023 0.0251 -0.0863 0.1365 +81 2022 2024 0.0226 -0.0973 0.1426 +81 2022 2025 0.2675 0.1539 0.381 +81 2023 2024 -0.0025 -0.1106 0.1056 +81 2023 2025 0.2424 0.1291 0.3556 +81 2024 2025 0.2448 0.1398 0.3499 +82 2007 2008 0.0507 -0.0115 0.1129 +82 2007 2009 7e-04 -0.0636 0.065 +82 2007 2010 -0.0761 -0.1331 -0.019 +82 2007 2011 -0.2639 -0.3333 -0.1946 +82 2007 2012 -0.0784 -0.1494 -0.0075 +82 2007 2013 -0.2326 -0.2957 -0.1695 +82 2007 2014 -0.0901 -0.1581 -0.0222 +82 2007 2015 0.091 0.0253 0.1567 +82 2007 2016 0.0445 -0.0121 0.1011 +82 2007 2017 0.0182 -0.0479 0.0843 +82 2007 2018 -0.0446 -0.1101 0.021 +82 2007 2019 -0.1457 -0.2059 -0.0856 +82 2007 2020 -0.2276 -0.3001 -0.155 +82 2007 2021 -0.1468 -0.2111 -0.0825 +82 2007 2022 -0.1117 -0.1749 -0.0485 +82 2007 2023 -0.2278 -0.298 -0.1577 +82 2007 2024 -0.0641 -0.1266 -0.0015 +82 2007 2025 0.1193 0.0678 0.1709 +82 2008 2009 -0.05 -0.1132 0.0132 +82 2008 2010 -0.1268 -0.1913 -0.0623 +82 2008 2011 -0.3147 -0.3755 -0.2539 +82 2008 2012 -0.1292 -0.2003 -0.058 +82 2008 2013 -0.2833 -0.3525 -0.2141 +82 2008 2014 -0.1409 -0.1994 -0.0824 +82 2008 2015 0.0403 -0.0255 0.1061 +82 2008 2016 -0.0062 -0.0699 0.0574 +82 2008 2017 -0.0325 -0.0882 0.0231 +82 2008 2018 -0.0953 -0.1607 -0.0299 +82 2008 2019 -0.1965 -0.2629 -0.13 +82 2008 2020 -0.2783 -0.3421 -0.2145 +82 2008 2021 -0.1975 -0.2598 -0.1352 +82 2008 2022 -0.1624 -0.2315 -0.0933 +82 2008 2023 -0.2786 -0.3394 -0.2178 +82 2008 2024 -0.1148 -0.1769 -0.0527 +82 2008 2025 0.0686 0.0113 0.1259 +82 2009 2010 -0.0768 -0.1408 -0.0128 +82 2009 2011 -0.2647 -0.3354 -0.1939 +82 2009 2012 -0.0792 -0.1433 -0.015 +82 2009 2013 -0.2333 -0.3036 -0.1631 +82 2009 2014 -0.0909 -0.1594 -0.0223 +82 2009 2015 0.0903 0.0313 0.1493 +82 2009 2016 0.0438 -0.0203 0.1078 +82 2009 2017 0.0175 -0.0491 0.084 +82 2009 2018 -0.0453 -0.1037 0.0131 +82 2009 2019 -0.1465 -0.2138 -0.0791 +82 2009 2020 -0.2283 -0.3018 -0.1548 +82 2009 2021 -0.1475 -0.2052 -0.0897 +82 2009 2022 -0.1124 -0.1821 -0.0427 +82 2009 2023 -0.2286 -0.2994 -0.1578 +82 2009 2024 -0.0648 -0.1208 -0.0088 +82 2009 2025 0.1186 0.0613 0.1759 +82 2010 2011 -0.1879 -0.2572 -0.1186 +82 2010 2012 -0.0024 -0.0744 0.0696 +82 2010 2013 -0.1565 -0.2208 -0.0923 +82 2010 2014 -0.0141 -0.0834 0.0552 +82 2010 2015 0.1671 0.1002 0.2339 +82 2010 2016 0.1206 0.0629 0.1782 +82 2010 2017 0.0942 0.0268 0.1617 +82 2010 2018 0.0315 -0.035 0.098 +82 2010 2019 -0.0697 -0.1315 -0.0078 +82 2010 2020 -0.1515 -0.2254 -0.0776 +82 2010 2021 -0.0707 -0.1358 -0.0056 +82 2010 2022 -0.0356 -0.0999 0.0287 +82 2010 2023 -0.1518 -0.2233 -0.0803 +82 2010 2024 0.012 -0.0516 0.0755 +82 2010 2025 0.1954 0.1416 0.2492 +82 2011 2012 0.1855 0.1096 0.2614 +82 2011 2013 0.0314 -0.0427 0.1054 +82 2011 2014 0.1738 0.1084 0.2392 +82 2011 2015 0.355 0.2822 0.4278 +82 2011 2016 0.3084 0.2385 0.3783 +82 2011 2017 0.2821 0.219 0.3452 +82 2011 2018 0.2194 0.1474 0.2914 +82 2011 2019 0.1182 0.0457 0.1907 +82 2011 2020 0.0364 -0.0336 0.1063 +82 2011 2021 0.1172 0.0479 0.1864 +82 2011 2022 0.1523 0.077 0.2275 +82 2011 2023 0.0361 -0.0311 0.1033 +82 2011 2024 0.1999 0.1311 0.2687 +82 2011 2025 0.3832 0.3188 0.4477 +82 2012 2013 -0.1541 -0.2294 -0.0789 +82 2012 2014 -0.0117 -0.0869 0.0636 +82 2012 2015 0.1695 0.1044 0.2346 +82 2012 2016 0.1229 0.0519 0.194 +82 2012 2017 0.0966 0.023 0.1703 +82 2012 2018 0.0339 -0.0319 0.0997 +82 2012 2019 -0.0673 -0.1412 0.0066 +82 2012 2020 -0.1491 -0.2292 -0.069 +82 2012 2021 -0.0683 -0.134 -0.0027 +82 2012 2022 -0.0332 -0.1092 0.0428 +82 2012 2023 -0.1494 -0.2274 -0.0714 +82 2012 2024 0.0144 -0.0503 0.079 +82 2012 2025 0.1978 0.1323 0.2633 +82 2013 2014 0.1425 0.0709 0.214 +82 2013 2015 0.3236 0.2514 0.3958 +82 2013 2016 0.2771 0.2145 0.3396 +82 2013 2017 0.2508 0.1791 0.3225 +82 2013 2018 0.188 0.1163 0.2598 +82 2013 2019 0.0868 0.02 0.1537 +82 2013 2020 0.005 -0.0723 0.0824 +82 2013 2021 0.0858 0.0155 0.1561 +82 2013 2022 0.1209 0.0516 0.1903 +82 2013 2023 0.0048 -0.0701 0.0796 +82 2013 2024 0.1685 0.0997 0.2373 +82 2013 2025 0.3519 0.292 0.4118 +82 2014 2015 0.1812 0.1122 0.2501 +82 2014 2016 0.1346 0.0664 0.2028 +82 2014 2017 0.1083 0.0486 0.168 +82 2014 2018 0.0456 -0.0241 0.1153 +82 2014 2019 -0.0556 -0.1266 0.0154 +82 2014 2020 -0.1374 -0.2045 -0.0703 +82 2014 2021 -0.0566 -0.1235 0.0102 +82 2014 2022 -0.0215 -0.095 0.052 +82 2014 2023 -0.1377 -0.2024 -0.073 +82 2014 2024 0.0261 -0.0406 0.0927 +82 2014 2025 0.2094 0.1468 0.2721 +82 2015 2016 -0.0465 -0.1111 0.018 +82 2015 2017 -0.0728 -0.1412 -0.0045 +82 2015 2018 -0.1356 -0.1955 -0.0756 +82 2015 2019 -0.2368 -0.3052 -0.1683 +82 2015 2020 -0.3186 -0.3939 -0.2433 +82 2015 2021 -0.2378 -0.2976 -0.1779 +82 2015 2022 -0.2027 -0.2736 -0.1318 +82 2015 2023 -0.3189 -0.3917 -0.246 +82 2015 2024 -0.1551 -0.2138 -0.0964 +82 2015 2025 0.0283 -0.0307 0.0873 +82 2016 2017 -0.0263 -0.0917 0.0391 +82 2016 2018 -0.0891 -0.1546 -0.0235 +82 2016 2019 -0.1902 -0.2495 -0.131 +82 2016 2020 -0.2721 -0.3449 -0.1992 +82 2016 2021 -0.1913 -0.2554 -0.1271 +82 2016 2022 -0.1562 -0.2181 -0.0942 +82 2016 2023 -0.2723 -0.3427 -0.202 +82 2016 2024 -0.1086 -0.171 -0.0461 +82 2016 2025 0.0748 0.0229 0.1267 +82 2017 2018 -0.0627 -0.1293 0.0038 +82 2017 2019 -0.1639 -0.233 -0.0948 +82 2017 2020 -0.2457 -0.3091 -0.1824 +82 2017 2021 -0.1649 -0.2292 -0.1007 +82 2017 2022 -0.1299 -0.2015 -0.0582 +82 2017 2023 -0.246 -0.3067 -0.1853 +82 2017 2024 -0.0823 -0.1466 -0.0179 +82 2017 2025 0.1011 0.0402 0.162 +82 2018 2019 -0.1012 -0.1683 -0.0341 +82 2018 2020 -0.183 -0.2572 -0.1088 +82 2018 2021 -0.1022 -0.1595 -0.0449 +82 2018 2022 -0.0671 -0.1379 0.0037 +82 2018 2023 -0.1833 -0.2551 -0.1115 +82 2018 2024 -0.0195 -0.0759 0.0369 +82 2018 2025 0.1639 0.1046 0.2231 +82 2019 2020 -0.0818 -0.1554 -0.0082 +82 2019 2021 -0.001 -0.0681 0.066 +82 2019 2022 0.0341 -0.0298 0.098 +82 2019 2023 -0.0821 -0.155 -0.0091 +82 2019 2024 0.0817 0.0159 0.1475 +82 2019 2025 0.2651 0.2099 0.3202 +82 2020 2021 0.0808 0.0106 0.1511 +82 2020 2022 0.1159 0.0383 0.1935 +82 2020 2023 -3e-04 -0.0679 0.0674 +82 2020 2024 0.1635 0.092 0.235 +82 2020 2025 0.3469 0.2787 0.4151 +82 2021 2022 0.0351 -0.0327 0.1029 +82 2021 2023 -0.0811 -0.1492 -0.013 +82 2021 2024 0.0827 0.0276 0.1378 +82 2021 2025 0.2661 0.2081 0.3241 +82 2022 2023 -0.1162 -0.1897 -0.0427 +82 2022 2024 0.0476 -0.0205 0.1157 +82 2022 2025 0.231 0.1733 0.2887 +82 2023 2024 0.1638 0.0962 0.2313 +82 2023 2025 0.3471 0.2815 0.4128 +82 2024 2025 0.1834 0.1278 0.2389 +83 2007 2008 -0.061 -0.1438 0.0218 +83 2007 2009 0.0118 -0.0761 0.0996 +83 2007 2010 -0.0732 -0.1463 0 +83 2007 2011 -0.0383 -0.127 0.0504 +83 2007 2012 -0.1083 -0.2032 -0.0134 +83 2007 2013 -0.2922 -0.3767 -0.2078 +83 2007 2014 -0.3207 -0.4133 -0.228 +83 2007 2015 -0.2357 -0.3284 -0.1429 +83 2007 2016 -0.3925 -0.4736 -0.3115 +83 2007 2017 -0.3941 -0.4846 -0.3036 +83 2007 2018 -0.3812 -0.4735 -0.2889 +83 2007 2019 -0.3391 -0.4226 -0.2556 +83 2007 2020 -0.2897 -0.3823 -0.1971 +83 2007 2021 -0.2405 -0.3307 -0.1503 +83 2007 2022 -0.279 -0.3692 -0.1889 +83 2007 2023 -0.3442 -0.4396 -0.2488 +83 2007 2024 -0.371 -0.4595 -0.2825 +83 2007 2025 -0.3662 -0.4433 -0.2891 +83 2008 2009 0.0728 -0.0151 0.1607 +83 2008 2010 -0.0122 -0.0984 0.074 +83 2008 2011 0.0227 -0.056 0.1014 +83 2008 2012 -0.0473 -0.1432 0.0487 +83 2008 2013 -0.2312 -0.3243 -0.1381 +83 2008 2014 -0.2597 -0.3447 -0.1747 +83 2008 2015 -0.1747 -0.2689 -0.0804 +83 2008 2016 -0.3315 -0.4218 -0.2412 +83 2008 2017 -0.3331 -0.4159 -0.2504 +83 2008 2018 -0.3202 -0.4135 -0.2269 +83 2008 2019 -0.2781 -0.3696 -0.1866 +83 2008 2020 -0.2287 -0.3135 -0.144 +83 2008 2021 -0.1795 -0.2698 -0.0892 +83 2008 2022 -0.218 -0.3153 -0.1208 +83 2008 2023 -0.2832 -0.3711 -0.1953 +83 2008 2024 -0.31 -0.4 -0.2201 +83 2008 2025 -0.3052 -0.3895 -0.2209 +83 2009 2010 -0.0849 -0.172 0.0022 +83 2009 2011 -0.0501 -0.1427 0.0425 +83 2009 2012 -0.12 -0.2074 -0.0327 +83 2009 2013 -0.304 -0.4002 -0.2078 +83 2009 2014 -0.3324 -0.4284 -0.2365 +83 2009 2015 -0.2474 -0.3352 -0.1596 +83 2009 2016 -0.4043 -0.4973 -0.3112 +83 2009 2017 -0.4059 -0.5 -0.3118 +83 2009 2018 -0.393 -0.4802 -0.3057 +83 2009 2019 -0.3509 -0.4454 -0.2563 +83 2009 2020 -0.3015 -0.3975 -0.2055 +83 2009 2021 -0.2523 -0.3375 -0.1671 +83 2009 2022 -0.2908 -0.3907 -0.1909 +83 2009 2023 -0.356 -0.454 -0.258 +83 2009 2024 -0.3828 -0.4677 -0.2978 +83 2009 2025 -0.378 -0.465 -0.291 +83 2010 2011 0.0348 -0.0538 0.1235 +83 2010 2012 -0.0351 -0.1312 0.061 +83 2010 2013 -0.2191 -0.3042 -0.1339 +83 2010 2014 -0.2475 -0.3415 -0.1535 +83 2010 2015 -0.1625 -0.2569 -0.0681 +83 2010 2016 -0.3194 -0.4015 -0.2372 +83 2010 2017 -0.321 -0.4132 -0.2287 +83 2010 2018 -0.308 -0.4017 -0.2143 +83 2010 2019 -0.2659 -0.3513 -0.1805 +83 2010 2020 -0.2166 -0.3106 -0.1225 +83 2010 2021 -0.1674 -0.2589 -0.0758 +83 2010 2022 -0.2059 -0.2981 -0.1137 +83 2010 2023 -0.2711 -0.3679 -0.1743 +83 2010 2024 -0.2979 -0.3878 -0.2079 +83 2010 2025 -0.293 -0.3728 -0.2133 +83 2011 2012 -0.07 -0.165 0.0251 +83 2011 2013 -0.2539 -0.3508 -0.157 +83 2011 2014 -0.2824 -0.3699 -0.1948 +83 2011 2015 -0.1973 -0.2939 -0.1008 +83 2011 2016 -0.3542 -0.4484 -0.26 +83 2011 2017 -0.3558 -0.4414 -0.2702 +83 2011 2018 -0.3429 -0.4392 -0.2466 +83 2011 2019 -0.3008 -0.396 -0.2055 +83 2011 2020 -0.2514 -0.3393 -0.1635 +83 2011 2021 -0.2022 -0.2954 -0.109 +83 2011 2022 -0.2407 -0.3414 -0.14 +83 2011 2023 -0.3059 -0.3969 -0.215 +83 2011 2024 -0.3327 -0.4261 -0.2393 +83 2011 2025 -0.3279 -0.4159 -0.2399 +83 2012 2013 -0.184 -0.2826 -0.0853 +83 2012 2014 -0.2124 -0.3134 -0.1114 +83 2012 2015 -0.1274 -0.2207 -0.034 +83 2012 2016 -0.2842 -0.3838 -0.1847 +83 2012 2017 -0.2859 -0.3854 -0.1863 +83 2012 2018 -0.2729 -0.3663 -0.1796 +83 2012 2019 -0.2308 -0.3312 -0.1304 +83 2012 2020 -0.1815 -0.2827 -0.0803 +83 2012 2021 -0.1322 -0.2241 -0.0404 +83 2012 2022 -0.1708 -0.2763 -0.0652 +83 2012 2023 -0.236 -0.3393 -0.1326 +83 2012 2024 -0.2628 -0.3564 -0.1691 +83 2012 2025 -0.2579 -0.3519 -0.164 +83 2013 2014 -0.0284 -0.1244 0.0675 +83 2013 2015 0.0566 -0.0438 0.1569 +83 2013 2016 -0.1003 -0.1883 -0.0123 +83 2013 2017 -0.1019 -0.1998 -0.004 +83 2013 2018 -0.089 -0.1885 0.0106 +83 2013 2019 -0.0469 -0.1381 0.0444 +83 2013 2020 0.0025 -0.0973 0.1023 +83 2013 2021 0.0517 -0.0462 0.1497 +83 2013 2022 0.0132 -0.084 0.1104 +83 2013 2023 -0.052 -0.1541 0.0501 +83 2013 2024 -0.0788 -0.1752 0.0176 +83 2013 2025 -0.074 -0.1606 0.0126 +83 2014 2015 0.085 -0.0113 0.1813 +83 2014 2016 -0.0718 -0.1682 0.0245 +83 2014 2017 -0.0735 -0.1606 0.0136 +83 2014 2018 -0.0605 -0.1589 0.0378 +83 2014 2019 -0.0184 -0.1161 0.0792 +83 2014 2020 0.0309 -0.059 0.1209 +83 2014 2021 0.0802 -0.016 0.1763 +83 2014 2022 0.0416 -0.0615 0.1447 +83 2014 2023 -0.0236 -0.1164 0.0693 +83 2014 2024 -0.0504 -0.1462 0.0455 +83 2014 2025 -0.0455 -0.1362 0.0451 +83 2015 2016 -0.1569 -0.2509 -0.0628 +83 2015 2017 -0.1585 -0.2557 -0.0612 +83 2015 2018 -0.1455 -0.2372 -0.0539 +83 2015 2019 -0.1034 -0.2009 -0.0059 +83 2015 2020 -0.0541 -0.1536 0.0455 +83 2015 2021 -0.0049 -0.0951 0.0854 +83 2015 2022 -0.0434 -0.1464 0.0596 +83 2015 2023 -0.1086 -0.21 -0.0072 +83 2015 2024 -0.1354 -0.2269 -0.0438 +83 2015 2025 -0.1306 -0.2209 -0.0403 +83 2016 2017 -0.0016 -0.0936 0.0904 +83 2016 2018 0.0113 -0.0848 0.1075 +83 2016 2019 0.0534 -0.0321 0.1389 +83 2016 2020 0.1028 0.0062 0.1993 +83 2016 2021 0.152 0.0573 0.2467 +83 2016 2022 0.1135 0.0209 0.206 +83 2016 2023 0.0483 -0.0509 0.1475 +83 2016 2024 0.0215 -0.0713 0.1143 +83 2016 2025 0.0263 -0.0564 0.109 +83 2017 2018 0.0129 -0.0806 0.1065 +83 2017 2019 0.055 -0.0404 0.1505 +83 2017 2020 0.1044 0.0181 0.1907 +83 2017 2021 0.1536 0.0604 0.2469 +83 2017 2022 0.1151 0.014 0.2162 +83 2017 2023 0.0499 -0.0397 0.1395 +83 2017 2024 0.0231 -0.0706 0.1168 +83 2017 2025 0.0279 -0.0612 0.117 +83 2018 2019 0.0421 -0.0517 0.1359 +83 2018 2020 0.0915 -0.0066 0.1896 +83 2018 2021 0.1407 0.0543 0.227 +83 2018 2022 0.1021 0 0.2043 +83 2018 2023 0.037 -0.0634 0.1373 +83 2018 2024 0.0102 -0.0782 0.0985 +83 2018 2025 0.015 -0.075 0.105 +83 2019 2020 0.0494 -0.0452 0.1439 +83 2019 2021 0.0986 0.0038 0.1934 +83 2019 2022 0.06 -0.0303 0.1504 +83 2019 2023 -0.0051 -0.1049 0.0946 +83 2019 2024 -0.0319 -0.1264 0.0625 +83 2019 2025 -0.0271 -0.1104 0.0562 +83 2020 2021 0.0492 -0.0436 0.1421 +83 2020 2022 0.0107 -0.0917 0.1131 +83 2020 2023 -0.0545 -0.1438 0.0348 +83 2020 2024 -0.0813 -0.177 0.0144 +83 2020 2025 -0.0765 -0.1682 0.0153 +83 2021 2022 -0.0385 -0.135 0.0579 +83 2021 2023 -0.1037 -0.2005 -0.0069 +83 2021 2024 -0.1305 -0.2147 -0.0463 +83 2021 2025 -0.1257 -0.2133 -0.0381 +83 2022 2023 -0.0652 -0.1659 0.0356 +83 2022 2024 -0.092 -0.1911 0.0072 +83 2022 2025 -0.0872 -0.1754 0.001 +83 2023 2024 -0.0268 -0.1216 0.068 +83 2023 2025 -0.022 -0.116 0.072 +83 2024 2025 0.0048 -0.08 0.0896 +84 2007 2008 1e-04 -0.0985 0.0986 +84 2007 2009 -0.0742 -0.1845 0.0361 +84 2007 2010 -0.0732 -0.1811 0.0347 +84 2007 2011 -0.1178 -0.2298 -0.0059 +84 2007 2012 -0.1045 -0.2212 0.0122 +84 2007 2013 -0.1314 -0.2458 -0.017 +84 2007 2014 -0.0933 -0.2086 0.022 +84 2007 2015 -0.0463 -0.1622 0.0697 +84 2007 2016 0.1298 0.0227 0.2369 +84 2007 2017 0.1635 0.053 0.274 +84 2007 2018 0.1043 -0.0063 0.215 +84 2007 2019 0.1314 0.0223 0.2405 +84 2007 2020 0.2218 0.1082 0.3353 +84 2007 2021 0.2234 0.115 0.3317 +84 2007 2022 0.3611 0.2531 0.4692 +84 2007 2023 0.3882 0.2779 0.4986 +84 2007 2024 0.4587 0.3542 0.5633 +84 2007 2025 0.5889 0.4915 0.6862 +84 2008 2009 -0.0743 -0.1701 0.0215 +84 2008 2010 -0.0733 -0.1775 0.0309 +84 2008 2011 -0.1179 -0.219 -0.0168 +84 2008 2012 -0.1046 -0.2142 0.005 +84 2008 2013 -0.1315 -0.2429 -0.0201 +84 2008 2014 -0.0934 -0.1984 0.0117 +84 2008 2015 -0.0463 -0.1554 0.0627 +84 2008 2016 0.1297 0.0259 0.2336 +84 2008 2017 0.1634 0.0645 0.2624 +84 2008 2018 0.1043 0.0013 0.2073 +84 2008 2019 0.1313 0.0259 0.2367 +84 2008 2020 0.2217 0.1192 0.3242 +84 2008 2021 0.2233 0.1236 0.323 +84 2008 2022 0.3611 0.2568 0.4653 +84 2008 2023 0.3882 0.2897 0.4867 +84 2008 2024 0.4587 0.3628 0.5546 +84 2008 2025 0.5888 0.4954 0.6822 +84 2009 2010 0.001 -0.0974 0.0994 +84 2009 2011 -0.0436 -0.1492 0.062 +84 2009 2012 -0.0303 -0.1375 0.0768 +84 2009 2013 -0.0572 -0.1699 0.0555 +84 2009 2014 -0.0191 -0.1292 0.0911 +84 2009 2015 0.0279 -0.078 0.1339 +84 2009 2016 0.204 0.0972 0.3109 +84 2009 2017 0.2377 0.1321 0.3433 +84 2009 2018 0.1785 0.0797 0.2774 +84 2009 2019 0.2056 0.0986 0.3126 +84 2009 2020 0.296 0.1874 0.4046 +84 2009 2021 0.2976 0.2014 0.3938 +84 2009 2022 0.4353 0.3287 0.542 +84 2009 2023 0.4624 0.3582 0.5667 +84 2009 2024 0.5329 0.441 0.6249 +84 2009 2025 0.6631 0.5669 0.7593 +84 2010 2011 -0.0446 -0.1436 0.0544 +84 2010 2012 -0.0313 -0.1425 0.0799 +84 2010 2013 -0.0582 -0.1699 0.0534 +84 2010 2014 -0.0201 -0.1328 0.0926 +84 2010 2015 0.0269 -0.0858 0.1397 +84 2010 2016 0.203 0.0985 0.3076 +84 2010 2017 0.2367 0.1291 0.3443 +84 2010 2018 0.1775 0.0705 0.2846 +84 2010 2019 0.2046 0.0973 0.3119 +84 2010 2020 0.295 0.184 0.4059 +84 2010 2021 0.2966 0.192 0.4011 +84 2010 2022 0.4343 0.3288 0.5399 +84 2010 2023 0.4614 0.354 0.5689 +84 2010 2024 0.5319 0.4314 0.6325 +84 2010 2025 0.6621 0.5666 0.7575 +84 2011 2012 0.0133 -0.0877 0.1143 +84 2011 2013 -0.0136 -0.125 0.0978 +84 2011 2014 0.0245 -0.0833 0.1324 +84 2011 2015 0.0716 -0.0398 0.1829 +84 2011 2016 0.2476 0.14 0.3553 +84 2011 2017 0.2813 0.1779 0.3847 +84 2011 2018 0.2222 0.116 0.3284 +84 2011 2019 0.2492 0.1405 0.3579 +84 2011 2020 0.3396 0.2327 0.4465 +84 2011 2021 0.3412 0.238 0.4444 +84 2011 2022 0.479 0.3708 0.5871 +84 2011 2023 0.5061 0.4033 0.6089 +84 2011 2024 0.5766 0.4773 0.6758 +84 2011 2025 0.7067 0.6091 0.8042 +84 2012 2013 -0.0269 -0.1308 0.077 +84 2012 2014 0.0112 -0.1011 0.1235 +84 2012 2015 0.0583 -0.0525 0.169 +84 2012 2016 0.2343 0.1233 0.3453 +84 2012 2017 0.268 0.1572 0.3789 +84 2012 2018 0.2089 0.1026 0.3152 +84 2012 2019 0.2359 0.1238 0.348 +84 2012 2020 0.3263 0.2124 0.4402 +84 2012 2021 0.3279 0.224 0.4317 +84 2012 2022 0.4656 0.354 0.5773 +84 2012 2023 0.4928 0.3824 0.6031 +84 2012 2024 0.5633 0.4632 0.6633 +84 2012 2025 0.6934 0.5915 0.7953 +84 2013 2014 0.0381 -0.0653 0.1416 +84 2013 2015 0.0852 -0.028 0.1983 +84 2013 2016 0.2612 0.152 0.3705 +84 2013 2017 0.2949 0.1823 0.4076 +84 2013 2018 0.2358 0.1244 0.3471 +84 2013 2019 0.2628 0.1513 0.3743 +84 2013 2020 0.3532 0.2375 0.4689 +84 2013 2021 0.3548 0.2459 0.4637 +84 2013 2022 0.4926 0.3819 0.6032 +84 2013 2023 0.5197 0.4077 0.6316 +84 2013 2024 0.5902 0.4848 0.6956 +84 2013 2025 0.7203 0.619 0.8215 +84 2014 2015 0.047 -0.0546 0.1486 +84 2014 2016 0.2231 0.1147 0.3315 +84 2014 2017 0.2568 0.1514 0.3622 +84 2014 2018 0.1976 0.0891 0.3061 +84 2014 2019 0.2247 0.1134 0.336 +84 2014 2020 0.3151 0.2064 0.4237 +84 2014 2021 0.3167 0.2112 0.4221 +84 2014 2022 0.4544 0.3435 0.5653 +84 2014 2023 0.4815 0.3767 0.5863 +84 2014 2024 0.552 0.4498 0.6543 +84 2014 2025 0.6821 0.5802 0.7841 +84 2015 2016 0.1761 0.0756 0.2766 +84 2015 2017 0.2098 0.1015 0.318 +84 2015 2018 0.1506 0.0471 0.2541 +84 2015 2019 0.1777 0.0677 0.2877 +84 2015 2020 0.268 0.1554 0.3807 +84 2015 2021 0.2696 0.1687 0.3705 +84 2015 2022 0.4074 0.297 0.5178 +84 2015 2023 0.4345 0.326 0.543 +84 2015 2024 0.505 0.4076 0.6024 +84 2015 2025 0.6351 0.5347 0.7356 +84 2016 2017 0.0337 -0.0619 0.1292 +84 2016 2018 -0.0255 -0.1291 0.0781 +84 2016 2019 0.0016 -0.1011 0.1043 +84 2016 2020 0.092 -0.0155 0.1994 +84 2016 2021 0.0935 -0.0086 0.1957 +84 2016 2022 0.2313 0.1311 0.3316 +84 2016 2023 0.2584 0.1542 0.3626 +84 2016 2024 0.3289 0.2308 0.427 +84 2016 2025 0.459 0.3691 0.549 +84 2017 2018 -0.0592 -0.1547 0.0364 +84 2017 2019 -0.0321 -0.1366 0.0724 +84 2017 2020 0.0583 -0.0419 0.1585 +84 2017 2021 0.0599 -0.0398 0.1596 +84 2017 2022 0.1976 0.0935 0.3017 +84 2017 2023 0.2247 0.1279 0.3216 +84 2017 2024 0.2952 0.199 0.3915 +84 2017 2025 0.4254 0.331 0.5197 +84 2018 2019 0.0271 -0.0686 0.1227 +84 2018 2020 0.1174 0.013 0.2219 +84 2018 2021 0.119 0.0276 0.2105 +84 2018 2022 0.2568 0.1528 0.3608 +84 2018 2023 0.2839 0.182 0.3858 +84 2018 2024 0.3544 0.2664 0.4423 +84 2018 2025 0.4845 0.3905 0.5785 +84 2019 2020 0.0904 -0.0085 0.1893 +84 2019 2021 0.092 -0.0081 0.192 +84 2019 2022 0.2297 0.1285 0.331 +84 2019 2023 0.2568 0.152 0.3617 +84 2019 2024 0.3273 0.2293 0.4254 +84 2019 2025 0.4575 0.3653 0.5496 +84 2020 2021 0.0016 -0.0938 0.0969 +84 2020 2022 0.1394 0.0335 0.2452 +84 2020 2023 0.1665 0.0672 0.2657 +84 2020 2024 0.237 0.1376 0.3363 +84 2020 2025 0.3671 0.2682 0.4659 +84 2021 2022 0.1378 0.0441 0.2314 +84 2021 2023 0.1649 0.0689 0.2609 +84 2021 2024 0.2354 0.1524 0.3183 +84 2021 2025 0.3655 0.2741 0.4568 +84 2022 2023 0.0271 -0.0682 0.1224 +84 2022 2024 0.0976 0.0014 0.1939 +84 2022 2025 0.2277 0.1388 0.3167 +84 2023 2024 0.0705 -0.019 0.16 +84 2023 2025 0.2006 0.1059 0.2953 +84 2024 2025 0.1301 0.0478 0.2124 +85 2007 2008 0.0155 -0.0651 0.0961 +85 2007 2009 -0.0567 -0.1589 0.0454 +85 2007 2010 -0.0262 -0.1332 0.0807 +85 2007 2011 -0.074 -0.1898 0.0418 +85 2007 2012 -0.0701 -0.191 0.0509 +85 2007 2013 -0.1191 -0.2456 0.0075 +85 2007 2014 -0.1168 -0.246 0.0123 +85 2007 2015 -0.1212 -0.2537 0.0112 +85 2007 2016 -0.1568 -0.2896 -0.024 +85 2007 2017 -0.2106 -0.349 -0.0722 +85 2007 2018 -0.2177 -0.3563 -0.079 +85 2007 2019 -0.255 -0.3952 -0.1148 +85 2007 2020 -0.28 -0.4271 -0.1329 +85 2007 2021 -0.2868 -0.4354 -0.1382 +85 2007 2022 -0.3514 -0.5123 -0.1905 +85 2007 2023 -0.3238 -0.4825 -0.1652 +85 2007 2024 -0.322 -0.4833 -0.1608 +85 2007 2025 -0.2802 -0.4391 -0.1213 +85 2008 2009 -0.0722 -0.1586 0.0142 +85 2008 2010 -0.0417 -0.135 0.0516 +85 2008 2011 -0.0894 -0.1965 0.0176 +85 2008 2012 -0.0855 -0.1972 0.0261 +85 2008 2013 -0.1345 -0.2557 -0.0134 +85 2008 2014 -0.1323 -0.2537 -0.0109 +85 2008 2015 -0.1367 -0.2605 -0.0128 +85 2008 2016 -0.1723 -0.2983 -0.0462 +85 2008 2017 -0.226 -0.3593 -0.0928 +85 2008 2018 -0.2331 -0.3647 -0.1015 +85 2008 2019 -0.2704 -0.4057 -0.1352 +85 2008 2020 -0.2954 -0.438 -0.1529 +85 2008 2021 -0.3023 -0.4457 -0.1589 +85 2008 2022 -0.3669 -0.5275 -0.2062 +85 2008 2023 -0.3393 -0.495 -0.1836 +85 2008 2024 -0.3375 -0.4963 -0.1787 +85 2008 2025 -0.2957 -0.4495 -0.1418 +85 2009 2010 0.0305 -0.053 0.114 +85 2009 2011 -0.0173 -0.1129 0.0783 +85 2009 2012 -0.0133 -0.1218 0.0951 +85 2009 2013 -0.0624 -0.1756 0.0509 +85 2009 2014 -0.0601 -0.1804 0.0602 +85 2009 2015 -0.0645 -0.1906 0.0617 +85 2009 2016 -0.1001 -0.2259 0.0257 +85 2009 2017 -0.1539 -0.2821 -0.0256 +85 2009 2018 -0.161 -0.2929 -0.029 +85 2009 2019 -0.1983 -0.3306 -0.0659 +85 2009 2020 -0.2233 -0.3615 -0.0851 +85 2009 2021 -0.2301 -0.3712 -0.089 +85 2009 2022 -0.2947 -0.4415 -0.1479 +85 2009 2023 -0.2671 -0.4156 -0.1186 +85 2009 2024 -0.2653 -0.4162 -0.1145 +85 2009 2025 -0.2235 -0.3767 -0.0703 +85 2010 2011 -0.0477 -0.1294 0.0339 +85 2010 2012 -0.0438 -0.1404 0.0527 +85 2010 2013 -0.0928 -0.2014 0.0157 +85 2010 2014 -0.0906 -0.2034 0.0222 +85 2010 2015 -0.095 -0.2121 0.0222 +85 2010 2016 -0.1306 -0.2497 -0.0115 +85 2010 2017 -0.1843 -0.311 -0.0576 +85 2010 2018 -0.1914 -0.3178 -0.065 +85 2010 2019 -0.2287 -0.3579 -0.0995 +85 2010 2020 -0.2537 -0.3908 -0.1167 +85 2010 2021 -0.2606 -0.399 -0.1221 +85 2010 2022 -0.3251 -0.4786 -0.1716 +85 2010 2023 -0.2976 -0.4478 -0.1474 +85 2010 2024 -0.2958 -0.4492 -0.1424 +85 2010 2025 -0.254 -0.4039 -0.104 +85 2011 2012 0.0039 -0.0772 0.0851 +85 2011 2013 -0.0451 -0.1425 0.0523 +85 2011 2014 -0.0428 -0.1512 0.0655 +85 2011 2015 -0.0472 -0.1643 0.0699 +85 2011 2016 -0.0828 -0.2009 0.0352 +85 2011 2017 -0.1366 -0.2585 -0.0146 +85 2011 2018 -0.1437 -0.27 -0.0174 +85 2011 2019 -0.181 -0.3082 -0.0538 +85 2011 2020 -0.206 -0.3396 -0.0724 +85 2011 2021 -0.2128 -0.3497 -0.076 +85 2011 2022 -0.2774 -0.4218 -0.1331 +85 2011 2023 -0.2499 -0.3951 -0.1046 +85 2011 2024 -0.2481 -0.396 -0.1001 +85 2011 2025 -0.2062 -0.3556 -0.0569 +85 2012 2013 -0.049 -0.1314 0.0334 +85 2012 2014 -0.0468 -0.146 0.0525 +85 2012 2015 -0.0512 -0.1604 0.0581 +85 2012 2016 -0.0867 -0.2006 0.0271 +85 2012 2017 -0.1405 -0.2624 -0.0186 +85 2012 2018 -0.1476 -0.271 -0.0242 +85 2012 2019 -0.1849 -0.3114 -0.0584 +85 2012 2020 -0.2099 -0.3443 -0.0755 +85 2012 2021 -0.2168 -0.3531 -0.0804 +85 2012 2022 -0.2813 -0.431 -0.1316 +85 2012 2023 -0.2538 -0.4014 -0.1062 +85 2012 2024 -0.252 -0.4027 -0.1013 +85 2012 2025 -0.2102 -0.3588 -0.0615 +85 2013 2014 0.0023 -0.0809 0.0854 +85 2013 2015 -0.0021 -0.1063 0.102 +85 2013 2016 -0.0377 -0.1478 0.0723 +85 2013 2017 -0.0915 -0.2092 0.0262 +85 2013 2018 -0.0986 -0.2218 0.0246 +85 2013 2019 -0.1359 -0.2604 -0.0114 +85 2013 2020 -0.1609 -0.2931 -0.0287 +85 2013 2021 -0.1677 -0.3035 -0.032 +85 2013 2022 -0.2323 -0.3757 -0.089 +85 2013 2023 -0.2048 -0.3495 -0.06 +85 2013 2024 -0.203 -0.3507 -0.0552 +85 2013 2025 -0.1611 -0.3103 -0.012 +85 2014 2015 -0.0044 -0.0872 0.0784 +85 2014 2016 -0.04 -0.1401 0.0601 +85 2014 2017 -0.0937 -0.2071 0.0196 +85 2014 2018 -0.1008 -0.2188 0.0171 +85 2014 2019 -0.1381 -0.2606 -0.0157 +85 2014 2020 -0.1632 -0.2942 -0.0321 +85 2014 2021 -0.17 -0.3039 -0.0361 +85 2014 2022 -0.2346 -0.382 -0.0871 +85 2014 2023 -0.207 -0.3528 -0.0613 +85 2014 2024 -0.2052 -0.3545 -0.056 +85 2014 2025 -0.1634 -0.311 -0.0158 +85 2015 2016 -0.0356 -0.1179 0.0467 +85 2015 2017 -0.0894 -0.1958 0.0171 +85 2015 2018 -0.0965 -0.2085 0.0155 +85 2015 2019 -0.1338 -0.2535 -0.014 +85 2015 2020 -0.1588 -0.2889 -0.0286 +85 2015 2021 -0.1656 -0.2981 -0.0332 +85 2015 2022 -0.2302 -0.38 -0.0803 +85 2015 2023 -0.2026 -0.3492 -0.056 +85 2015 2024 -0.2008 -0.3512 -0.0505 +85 2015 2025 -0.159 -0.3057 -0.0123 +85 2016 2017 -0.0538 -0.1381 0.0305 +85 2016 2018 -0.0609 -0.1619 0.0401 +85 2016 2019 -0.0982 -0.2089 0.0126 +85 2016 2020 -0.1232 -0.2461 -3e-04 +85 2016 2021 -0.13 -0.2571 -0.003 +85 2016 2022 -0.1946 -0.3368 -0.0524 +85 2016 2023 -0.167 -0.308 -0.0261 +85 2016 2024 -0.1652 -0.3101 -0.0204 +85 2016 2025 -0.1234 -0.2664 0.0196 +85 2017 2018 -0.0071 -0.0925 0.0783 +85 2017 2019 -0.0444 -0.1475 0.0587 +85 2017 2020 -0.0694 -0.1862 0.0473 +85 2017 2021 -0.0763 -0.2001 0.0476 +85 2017 2022 -0.1408 -0.2758 -0.0058 +85 2017 2023 -0.1133 -0.2501 0.0235 +85 2017 2024 -0.1115 -0.2524 0.0294 +85 2017 2025 -0.0697 -0.2126 0.0733 +85 2018 2019 -0.0373 -0.1207 0.0461 +85 2018 2020 -0.0623 -0.1693 0.0447 +85 2018 2021 -0.0692 -0.1844 0.0461 +85 2018 2022 -0.1337 -0.2689 0.0014 +85 2018 2023 -0.1062 -0.2408 0.0285 +85 2018 2024 -0.1044 -0.2437 0.035 +85 2018 2025 -0.0626 -0.2009 0.0758 +85 2019 2020 -0.025 -0.1098 0.0598 +85 2019 2021 -0.0319 -0.1359 0.0721 +85 2019 2022 -0.0964 -0.2199 0.027 +85 2019 2023 -0.0689 -0.196 0.0583 +85 2019 2024 -0.0671 -0.2001 0.0659 +85 2019 2025 -0.0253 -0.1595 0.109 +85 2020 2021 -0.0068 -0.0929 0.0792 +85 2020 2022 -0.0714 -0.1853 0.0425 +85 2020 2023 -0.0439 -0.166 0.0783 +85 2020 2024 -0.0421 -0.1722 0.0881 +85 2020 2025 -2e-04 -0.1345 0.134 +85 2021 2022 -0.0646 -0.1604 0.0313 +85 2021 2023 -0.037 -0.1476 0.0736 +85 2021 2024 -0.0352 -0.1576 0.0872 +85 2021 2025 0.0066 -0.1205 0.1337 +85 2022 2023 0.0275 -0.0626 0.1177 +85 2022 2024 0.0293 -0.0812 0.1399 +85 2022 2025 0.0712 -0.0574 0.1998 +85 2023 2024 0.0018 -0.0859 0.0895 +85 2023 2025 0.0436 -0.068 0.1552 +85 2024 2025 0.0418 -0.0483 0.132 +86 2007 2008 0.1232 0.0155 0.231 +86 2007 2009 0.1278 0.0054 0.2503 +86 2007 2010 0.081 -0.0363 0.1984 +86 2007 2011 0.0424 -0.0805 0.1654 +86 2007 2012 0.035 -0.0912 0.1611 +86 2007 2013 0.0143 -0.1103 0.1388 +86 2007 2014 -0.0622 -0.185 0.0605 +86 2007 2015 -0.0961 -0.2187 0.0265 +86 2007 2016 -0.1081 -0.2291 0.0128 +86 2007 2017 -0.1104 -0.235 0.0142 +86 2007 2018 -0.1442 -0.2703 -0.0181 +86 2007 2019 -0.2202 -0.3412 -0.0991 +86 2007 2020 -0.2497 -0.3726 -0.1267 +86 2007 2021 -0.242 -0.3653 -0.1186 +86 2007 2022 -0.2206 -0.3481 -0.0931 +86 2007 2023 -0.2631 -0.3871 -0.1391 +86 2007 2024 -0.2905 -0.4128 -0.1682 +86 2007 2025 -0.2452 -0.3707 -0.1197 +86 2008 2009 0.0046 -0.0857 0.0948 +86 2008 2010 -0.0422 -0.1452 0.0608 +86 2008 2011 -0.0808 -0.1919 0.0303 +86 2008 2012 -0.0883 -0.2004 0.0239 +86 2008 2013 -0.109 -0.2189 0.001 +86 2008 2014 -0.1855 -0.2997 -0.0713 +86 2008 2015 -0.2193 -0.3347 -0.104 +86 2008 2016 -0.2314 -0.3442 -0.1185 +86 2008 2017 -0.2336 -0.342 -0.1252 +86 2008 2018 -0.2674 -0.3794 -0.1554 +86 2008 2019 -0.3434 -0.4615 -0.2253 +86 2008 2020 -0.3729 -0.4914 -0.2544 +86 2008 2021 -0.3652 -0.4804 -0.2499 +86 2008 2022 -0.3438 -0.4583 -0.2293 +86 2008 2023 -0.3863 -0.5019 -0.2707 +86 2008 2024 -0.4137 -0.5342 -0.2932 +86 2008 2025 -0.3684 -0.4852 -0.2517 +86 2009 2010 -0.0468 -0.1372 0.0436 +86 2009 2011 -0.0854 -0.1936 0.0228 +86 2009 2012 -0.0928 -0.2013 0.0157 +86 2009 2013 -0.1135 -0.2224 -0.0047 +86 2009 2014 -0.19 -0.3051 -0.075 +86 2009 2015 -0.2239 -0.3375 -0.1103 +86 2009 2016 -0.2359 -0.3482 -0.1236 +86 2009 2017 -0.2382 -0.3485 -0.1278 +86 2009 2018 -0.272 -0.3821 -0.1619 +86 2009 2019 -0.3479 -0.4655 -0.2304 +86 2009 2020 -0.3775 -0.4968 -0.2582 +86 2009 2021 -0.3698 -0.483 -0.2565 +86 2009 2022 -0.3484 -0.4625 -0.2342 +86 2009 2023 -0.3909 -0.5074 -0.2744 +86 2009 2024 -0.4183 -0.5369 -0.2997 +86 2009 2025 -0.373 -0.4894 -0.2566 +86 2010 2011 -0.0386 -0.1292 0.052 +86 2010 2012 -0.0461 -0.1488 0.0567 +86 2010 2013 -0.0668 -0.1696 0.0361 +86 2010 2014 -0.1433 -0.2527 -0.0339 +86 2010 2015 -0.1771 -0.2866 -0.0676 +86 2010 2016 -0.1892 -0.2954 -0.0829 +86 2010 2017 -0.1914 -0.2994 -0.0835 +86 2010 2018 -0.2252 -0.3341 -0.1163 +86 2010 2019 -0.3012 -0.4116 -0.1907 +86 2010 2020 -0.3307 -0.444 -0.2175 +86 2010 2021 -0.323 -0.4329 -0.2131 +86 2010 2022 -0.3016 -0.4123 -0.191 +86 2010 2023 -0.3441 -0.4562 -0.232 +86 2010 2024 -0.3715 -0.4851 -0.258 +86 2010 2025 -0.3262 -0.4383 -0.2142 +86 2011 2012 -0.0074 -0.1 0.0851 +86 2011 2013 -0.0281 -0.1337 0.0774 +86 2011 2014 -0.1047 -0.2147 0.0054 +86 2011 2015 -0.1385 -0.2509 -0.0261 +86 2011 2016 -0.1505 -0.2621 -0.039 +86 2011 2017 -0.1528 -0.2637 -0.0419 +86 2011 2018 -0.1866 -0.3 -0.0731 +86 2011 2019 -0.2626 -0.3773 -0.1478 +86 2011 2020 -0.2921 -0.4069 -0.1773 +86 2011 2021 -0.2844 -0.398 -0.1708 +86 2011 2022 -0.263 -0.3793 -0.1467 +86 2011 2023 -0.3055 -0.4199 -0.1911 +86 2011 2024 -0.3329 -0.4496 -0.2162 +86 2011 2025 -0.2876 -0.4058 -0.1694 +86 2012 2013 -0.0207 -0.1116 0.0702 +86 2012 2014 -0.0972 -0.2045 0.01 +86 2012 2015 -0.131 -0.2406 -0.0215 +86 2012 2016 -0.1431 -0.2539 -0.0323 +86 2012 2017 -0.1453 -0.2564 -0.0343 +86 2012 2018 -0.1791 -0.2898 -0.0684 +86 2012 2019 -0.2551 -0.3703 -0.1399 +86 2012 2020 -0.2846 -0.4015 -0.1678 +86 2012 2021 -0.2769 -0.3895 -0.1644 +86 2012 2022 -0.2556 -0.3705 -0.1406 +86 2012 2023 -0.298 -0.4136 -0.1824 +86 2012 2024 -0.3255 -0.4417 -0.2092 +86 2012 2025 -0.2802 -0.3972 -0.1632 +86 2013 2014 -0.0765 -0.1693 0.0162 +86 2013 2015 -0.1104 -0.2157 -0.005 +86 2013 2016 -0.1224 -0.228 -0.0169 +86 2013 2017 -0.1247 -0.2329 -0.0164 +86 2013 2018 -0.1584 -0.2684 -0.0485 +86 2013 2019 -0.2344 -0.3469 -0.1219 +86 2013 2020 -0.2639 -0.3796 -0.1483 +86 2013 2021 -0.2562 -0.3684 -0.144 +86 2013 2022 -0.2349 -0.3461 -0.1236 +86 2013 2023 -0.2773 -0.3914 -0.1633 +86 2013 2024 -0.3048 -0.421 -0.1885 +86 2013 2025 -0.2595 -0.3727 -0.1462 +86 2014 2015 -0.0338 -0.1251 0.0574 +86 2014 2016 -0.0459 -0.1499 0.0581 +86 2014 2017 -0.0481 -0.1554 0.0591 +86 2014 2018 -0.0819 -0.1935 0.0296 +86 2014 2019 -0.1579 -0.2702 -0.0456 +86 2014 2020 -0.1874 -0.2995 -0.0754 +86 2014 2021 -0.1797 -0.2916 -0.0678 +86 2014 2022 -0.1583 -0.2736 -0.043 +86 2014 2023 -0.2008 -0.3131 -0.0886 +86 2014 2024 -0.2282 -0.3424 -0.1141 +86 2014 2025 -0.183 -0.2999 -0.066 +86 2015 2016 -0.012 -0.1023 0.0782 +86 2015 2017 -0.0143 -0.1186 0.09 +86 2015 2018 -0.0481 -0.1556 0.0595 +86 2015 2019 -0.1241 -0.2348 -0.0133 +86 2015 2020 -0.1536 -0.266 -0.0412 +86 2015 2021 -0.1459 -0.2554 -0.0363 +86 2015 2022 -0.1245 -0.2388 -0.0102 +86 2015 2023 -0.167 -0.2796 -0.0544 +86 2015 2024 -0.1944 -0.3063 -0.0825 +86 2015 2025 -0.1491 -0.2649 -0.0334 +86 2016 2017 -0.0022 -0.0924 0.0879 +86 2016 2018 -0.036 -0.1397 0.0676 +86 2016 2019 -0.112 -0.2188 -0.0053 +86 2016 2020 -0.1415 -0.2524 -0.0307 +86 2016 2021 -0.1338 -0.243 -0.0247 +86 2016 2022 -0.1125 -0.2229 -0.0021 +86 2016 2023 -0.1549 -0.266 -0.0439 +86 2016 2024 -0.1824 -0.2946 -0.0701 +86 2016 2025 -0.1371 -0.2498 -0.0243 +86 2017 2018 -0.0338 -0.1237 0.0561 +86 2017 2019 -0.1098 -0.2152 -0.0043 +86 2017 2020 -0.1393 -0.2477 -0.0309 +86 2017 2021 -0.1316 -0.2401 -0.0231 +86 2017 2022 -0.1102 -0.2209 4e-04 +86 2017 2023 -0.1527 -0.2621 -0.0433 +86 2017 2024 -0.1801 -0.2939 -0.0663 +86 2017 2025 -0.1348 -0.2494 -0.0203 +86 2018 2019 -0.076 -0.1685 0.0166 +86 2018 2020 -0.1055 -0.2121 0.0011 +86 2018 2021 -0.0978 -0.2031 0.0075 +86 2018 2022 -0.0764 -0.1868 0.0339 +86 2018 2023 -0.1189 -0.2305 -0.0073 +86 2018 2024 -0.1463 -0.2583 -0.0343 +86 2018 2025 -0.101 -0.2152 0.0131 +86 2019 2020 -0.0295 -0.1208 0.0617 +86 2019 2021 -0.0218 -0.1252 0.0816 +86 2019 2022 -4e-04 -0.1101 0.1092 +86 2019 2023 -0.0429 -0.154 0.0681 +86 2019 2024 -0.0703 -0.1818 0.0411 +86 2019 2025 -0.0251 -0.1392 0.089 +86 2020 2021 0.0077 -0.0837 0.0991 +86 2020 2022 0.0291 -0.0799 0.138 +86 2020 2023 -0.0134 -0.1222 0.0954 +86 2020 2024 -0.0408 -0.153 0.0713 +86 2020 2025 0.0045 -0.1136 0.1225 +86 2021 2022 0.0214 -0.0707 0.1134 +86 2021 2023 -0.0211 -0.1249 0.0827 +86 2021 2024 -0.0485 -0.1558 0.0588 +86 2021 2025 -0.0033 -0.1169 0.1104 +86 2022 2023 -0.0425 -0.1354 0.0504 +86 2022 2024 -0.0699 -0.1787 0.0388 +86 2022 2025 -0.0246 -0.1357 0.0865 +86 2023 2024 -0.0274 -0.1199 0.065 +86 2023 2025 0.0179 -0.0914 0.1271 +86 2024 2025 0.0453 -0.0499 0.1405 +87 2007 2010 0.1861 -0.0239 0.3961 +87 2007 2013 0.0537 -0.173 0.2804 +87 2007 2016 -0.0085 -0.2457 0.2287 +87 2007 2019 0.202 -0.0522 0.4562 +87 2007 2022 0.1478 -0.1022 0.3977 +87 2007 2025 0.1078 -0.1564 0.372 +87 2010 2013 -0.1324 -0.328 0.0632 +87 2010 2016 -0.1946 -0.4335 0.0444 +87 2010 2019 0.0159 -0.2009 0.2328 +87 2010 2022 -0.0383 -0.2741 0.1975 +87 2010 2025 -0.0783 -0.3425 0.1859 +87 2013 2016 -0.0622 -0.2597 0.1352 +87 2013 2019 0.1483 -0.0647 0.3613 +87 2013 2022 0.0941 -0.1357 0.3238 +87 2013 2025 0.0541 -0.2 0.3082 +87 2016 2019 0.2106 -0.0067 0.4278 +87 2016 2022 0.1563 -0.0777 0.3902 +87 2016 2025 0.1163 -0.145 0.3775 +87 2019 2022 -0.0543 -0.2584 0.1498 +87 2019 2025 -0.0942 -0.3545 0.166 +87 2022 2025 -0.04 -0.2647 0.1846 +88 2007 2008 -0.206 -1.5738 1.1617 +88 2007 2009 0.1352 -1.4304 1.7009 +88 2007 2010 -0.4856 -2.1354 1.1641 +88 2007 2011 -0.0726 -1.6104 1.4652 +88 2007 2012 -0.5729 -2.2326 1.0868 +88 2007 2013 0.3744 -1.2544 2.0033 +88 2007 2014 -0.8777 -2.4893 0.734 +88 2007 2015 -0.831 -2.5122 0.8501 +88 2007 2016 -0.3522 -2.0726 1.3682 +88 2007 2017 0.3406 -1.1498 1.8309 +88 2007 2018 0.701 -0.8085 2.2104 +88 2007 2019 -0.3417 -2.0621 1.3787 +88 2007 2020 -0.7865 -2.4459 0.873 +88 2007 2021 -0.0963 -1.6627 1.4702 +88 2007 2022 -0.2504 -1.9399 1.4392 +88 2007 2023 0.8566 -0.628 2.3411 +88 2007 2024 -0.142 -1.7782 1.4942 +88 2007 2025 0.5794 -1.0147 2.1734 +88 2008 2009 0.3412 -0.4462 1.1286 +88 2008 2010 -0.2796 -1.1873 0.6282 +88 2008 2011 0.1334 -0.606 0.8728 +88 2008 2012 -0.3668 -1.2978 0.5642 +88 2008 2013 0.5802 -0.3416 1.502 +88 2008 2014 -0.6716 -1.5187 0.1756 +88 2008 2015 -0.625 -1.588 0.3381 +88 2008 2016 -0.1461 -1.1671 0.8749 +88 2008 2017 0.5465 -0.0983 1.1914 +88 2008 2018 0.9069 0.2173 1.5966 +88 2008 2019 -0.1356 -1.1533 0.8821 +88 2008 2020 -0.5803 -1.4968 0.3361 +88 2008 2021 0.1097 -0.6791 0.8986 +88 2008 2022 -0.0443 -1.0187 0.9301 +88 2008 2023 1.0625 0.421 1.7039 +88 2008 2024 0.0641 -0.8211 0.9493 +88 2008 2025 0.7853 -0.0619 1.6324 +88 2009 2010 -0.6208 -1.5103 0.2687 +88 2009 2011 -0.2078 -1.0434 0.6278 +88 2009 2012 -0.708 -1.7097 0.2937 +88 2009 2013 0.2391 -0.7343 1.2125 +88 2009 2014 -1.0128 -1.9688 -0.0567 +88 2009 2015 -0.9661 -1.9982 0.0659 +88 2009 2016 -0.4873 -1.5858 0.6112 +88 2009 2017 0.2054 -0.5751 0.9859 +88 2009 2018 0.5658 -0.1687 1.3002 +88 2009 2019 -0.4768 -1.5638 0.6101 +88 2009 2020 -0.9215 -1.9388 0.0958 +88 2009 2021 -0.2314 -1.0714 0.6086 +88 2009 2022 -0.3855 -1.4404 0.6695 +88 2009 2023 0.7213 -0.0509 1.4936 +88 2009 2024 -0.2771 -1.2319 0.6778 +88 2009 2025 0.4441 -0.4793 1.3676 +88 2010 2011 0.413 -0.4328 1.2589 +88 2010 2012 -0.0873 -1.1134 0.9389 +88 2010 2013 0.8598 -0.1937 1.9134 +88 2010 2014 -0.3921 -1.3804 0.5962 +88 2010 2015 -0.3454 -1.41 0.7192 +88 2010 2016 0.1335 -0.9937 1.2606 +88 2010 2017 0.8261 -0.0253 1.6775 +88 2010 2018 1.1865 0.3599 2.0131 +88 2010 2019 0.1439 -0.9638 1.2517 +88 2010 2020 -0.3008 -1.3347 0.7331 +88 2010 2021 0.3893 -0.5219 1.3005 +88 2010 2022 0.2353 -0.8352 1.3058 +88 2010 2023 1.3421 0.4834 2.2007 +88 2010 2024 0.3437 -0.6479 1.3352 +88 2010 2025 1.0648 0.0836 2.046 +88 2011 2012 -0.5003 -1.3466 0.3461 +88 2011 2013 0.4469 -0.4352 1.3289 +88 2011 2014 -0.805 -1.6508 0.0408 +88 2011 2015 -0.7584 -1.7242 0.2075 +88 2011 2016 -0.2795 -1.2996 0.7406 +88 2011 2017 0.4132 -0.2319 1.0582 +88 2011 2018 0.7735 0.0828 1.4643 +88 2011 2019 -0.269 -1.2893 0.7512 +88 2011 2020 -0.7137 -1.6387 0.2112 +88 2011 2021 -0.0236 -0.8137 0.7664 +88 2011 2022 -0.1777 -1.1544 0.799 +88 2011 2023 0.9291 0.2921 1.5661 +88 2011 2024 -0.0693 -0.9627 0.8241 +88 2011 2025 0.6519 -0.184 1.4878 +88 2012 2013 0.9472 -0.0095 1.9039 +88 2012 2014 -0.3048 -1.2716 0.6619 +88 2012 2015 -0.2582 -1.3315 0.8152 +88 2012 2016 0.2207 -0.9123 1.3537 +88 2012 2017 0.9134 0.0606 1.7661 +88 2012 2018 1.2737 0.4138 2.1336 +88 2012 2019 0.2312 -0.8886 1.351 +88 2012 2020 -0.2136 -1.2512 0.8241 +88 2012 2021 0.4765 -0.4612 1.4143 +88 2012 2022 0.3225 -0.7582 1.4033 +88 2012 2023 1.4293 0.572 2.2867 +88 2012 2024 0.4309 -0.5706 1.4324 +88 2012 2025 1.1521 0.1562 2.148 +88 2013 2014 -1.2519 -2.1648 -0.3391 +88 2013 2015 -1.2053 -2.2819 -0.1286 +88 2013 2016 -0.7264 -1.8427 0.3899 +88 2013 2017 -0.0337 -0.8701 0.8027 +88 2013 2018 0.3267 -0.5142 1.1676 +88 2013 2019 -0.7159 -1.842 0.4102 +88 2013 2020 -1.1606 -2.25 -0.0712 +88 2013 2021 -0.4705 -1.4003 0.4593 +88 2013 2022 -0.6245 -1.7067 0.4576 +88 2013 2023 0.4823 -0.3357 1.3002 +88 2013 2024 -0.5161 -1.5612 0.5289 +88 2013 2025 0.2051 -0.7028 1.113 +88 2014 2015 0.0467 -0.8523 0.9456 +88 2014 2016 0.5255 -0.5147 1.5658 +88 2014 2017 1.2181 0.4619 1.9744 +88 2014 2018 1.5785 0.7796 2.3775 +88 2014 2019 0.536 -0.5336 1.6056 +88 2014 2020 0.0913 -0.8838 1.0664 +88 2014 2021 0.7813 -0.0993 1.662 +88 2014 2022 0.6273 -0.3984 1.6531 +88 2014 2023 1.7341 0.97 2.4982 +88 2014 2024 0.7357 -0.2152 1.6867 +88 2014 2025 1.4569 0.5223 2.3914 +88 2015 2016 0.4789 -0.4983 1.4561 +88 2015 2017 1.1715 0.2954 2.0476 +88 2015 2018 1.5319 0.6634 2.4004 +88 2015 2019 0.4894 -0.6565 1.6352 +88 2015 2020 0.0446 -1.0246 1.1138 +88 2015 2021 0.7347 -0.2168 1.6862 +88 2015 2022 0.5807 -0.5305 1.6918 +88 2015 2023 1.6875 0.7887 2.5863 +88 2015 2024 0.6891 -0.3407 1.7189 +88 2015 2025 1.4103 0.3795 2.441 +88 2016 2017 0.6927 -0.2019 1.5873 +88 2016 2018 1.0531 0.0985 2.0077 +88 2016 2019 0.0105 -1.1834 1.2044 +88 2016 2020 -0.4343 -1.5625 0.694 +88 2016 2021 0.2559 -0.7738 1.2855 +88 2016 2022 0.1018 -1.0523 1.2559 +88 2016 2023 1.2087 0.2572 2.1601 +88 2016 2024 0.2102 -0.8874 1.3078 +88 2016 2025 0.9314 -0.132 1.9948 +88 2017 2018 0.3604 -0.2213 0.9421 +88 2017 2019 -0.6822 -1.6277 0.2633 +88 2017 2020 -1.1269 -1.9627 -0.2911 +88 2017 2021 -0.4368 -1.1431 0.2694 +88 2017 2022 -0.5908 -1.4925 0.3108 +88 2017 2023 0.5159 0.0022 1.0297 +88 2017 2024 -0.4824 -1.2972 0.3323 +88 2017 2025 0.2387 -0.5385 1.016 +88 2018 2019 -1.0426 -1.9357 -0.1495 +88 2018 2020 -1.4873 -2.3339 -0.6407 +88 2018 2021 -0.7972 -1.4329 -0.1615 +88 2018 2022 -0.9512 -1.8566 -0.0459 +88 2018 2023 0.1556 -0.4395 0.7506 +88 2018 2024 -0.8428 -1.6306 -0.055 +88 2018 2025 -0.1216 -0.8973 0.654 +88 2019 2020 -0.4448 -1.3927 0.5031 +88 2019 2021 0.2454 -0.7414 1.2322 +88 2019 2022 0.0913 -1.0386 1.2212 +88 2019 2023 1.1982 0.2439 2.1524 +88 2019 2024 0.1997 -0.8742 1.2736 +88 2019 2025 0.9209 -0.1348 1.9766 +88 2020 2021 0.6901 -0.1636 1.5439 +88 2020 2022 0.5361 -0.5133 1.5855 +88 2020 2023 1.6429 0.8023 2.4835 +88 2020 2024 0.6445 -0.3456 1.6345 +88 2020 2025 1.3656 0.3579 2.3734 +88 2021 2022 -0.1541 -1.0413 0.7331 +88 2021 2023 0.9528 0.2558 1.6497 +88 2021 2024 -0.0456 -0.9174 0.8261 +88 2021 2025 0.6755 -0.1878 1.5389 +88 2022 2023 1.1069 0.241 1.9728 +88 2022 2024 0.1084 -0.9205 1.1373 +88 2022 2025 0.8296 -0.1795 1.8386 +88 2023 2024 -0.9985 -1.7879 -0.209 +88 2023 2025 -0.2772 -1.0398 0.4854 +88 2024 2025 0.7212 -0.1491 1.5915 +89 2007 2010 -0.1978 -0.4057 0.0102 +89 2007 2013 -0.3926 -0.6261 -0.159 +89 2007 2016 -0.5867 -0.8132 -0.3602 +89 2007 2019 -1.2529 -1.509 -0.9968 +89 2007 2022 -1.7349 -2.0381 -1.4317 +89 2007 2025 -1.4777 -1.8296 -1.1258 +89 2010 2013 -0.1948 -0.425 0.0355 +89 2010 2016 -0.3889 -0.6193 -0.1586 +89 2010 2019 -1.0552 -1.312 -0.7983 +89 2010 2022 -1.5371 -1.8403 -1.234 +89 2010 2025 -1.2799 -1.6311 -0.9287 +89 2013 2016 -0.1941 -0.4244 0.0362 +89 2013 2019 -0.8604 -1.1222 -0.5986 +89 2013 2022 -1.3423 -1.6529 -1.0317 +89 2013 2025 -1.0851 -1.4441 -0.7261 +89 2016 2019 -0.6662 -0.9083 -0.4242 +89 2016 2022 -1.1482 -1.4545 -0.8419 +89 2016 2025 -0.891 -1.239 -0.543 +89 2019 2022 -0.482 -0.7715 -0.1925 +89 2019 2025 -0.2248 -0.581 0.1315 +89 2022 2025 0.2573 -0.1085 0.6231 +90 2007 2008 -0.0098 -0.1751 0.1554 +90 2007 2009 0.0118 -0.2061 0.2297 +90 2007 2010 0.0281 -0.2226 0.2788 +90 2007 2011 0.0693 -0.2072 0.3459 +90 2007 2012 0.0827 -0.207 0.3723 +90 2007 2013 0.0904 -0.2065 0.3873 +90 2007 2014 0.09 -0.2127 0.3926 +90 2007 2015 0.0887 -0.2213 0.3987 +90 2007 2016 0.1445 -0.1665 0.4555 +90 2007 2017 0.1837 -0.1351 0.5025 +90 2007 2018 0.2166 -0.1101 0.5433 +90 2007 2019 0.2689 -0.0837 0.6215 +90 2007 2020 0.2233 -0.1056 0.5522 +90 2007 2021 0.2225 -0.1057 0.5507 +90 2007 2022 0.2173 -0.1145 0.5491 +90 2007 2023 0.2476 -0.0936 0.5887 +90 2007 2024 0.2746 -0.0796 0.6289 +90 2007 2025 0.2376 -0.119 0.5942 +90 2008 2009 0.0216 -0.1392 0.1825 +90 2008 2010 0.038 -0.1731 0.2491 +90 2008 2011 0.0793 -0.1697 0.3283 +90 2008 2012 0.0927 -0.1733 0.3586 +90 2008 2013 0.1004 -0.1744 0.3752 +90 2008 2014 0.1 -0.1798 0.3797 +90 2008 2015 0.0987 -0.187 0.3844 +90 2008 2016 0.1546 -0.1383 0.4474 +90 2008 2017 0.1938 -0.1105 0.4981 +90 2008 2018 0.2267 -0.0885 0.5418 +90 2008 2019 0.279 -0.0683 0.6263 +90 2008 2020 0.2334 -0.0824 0.5491 +90 2008 2021 0.2325 -0.0818 0.5469 +90 2008 2022 0.2273 -0.0891 0.5438 +90 2008 2023 0.2576 -0.0722 0.5874 +90 2008 2024 0.2847 -0.0616 0.631 +90 2008 2025 0.2476 -0.0958 0.5911 +90 2009 2010 0.0163 -0.1416 0.1742 +90 2009 2011 0.0575 -0.1539 0.2688 +90 2009 2012 0.0708 -0.1663 0.308 +90 2009 2013 0.0786 -0.173 0.3302 +90 2009 2014 0.0782 -0.1834 0.3398 +90 2009 2015 0.077 -0.1949 0.3489 +90 2009 2016 0.1327 -0.1426 0.4081 +90 2009 2017 0.172 -0.1134 0.4573 +90 2009 2018 0.2048 -0.0903 0.5 +90 2009 2019 0.2571 -0.0676 0.5819 +90 2009 2020 0.2115 -0.0866 0.5097 +90 2009 2021 0.2107 -0.0868 0.5082 +90 2009 2022 0.2055 -0.0959 0.507 +90 2009 2023 0.2358 -0.0764 0.548 +90 2009 2024 0.2629 -0.0639 0.5897 +90 2009 2025 0.2258 -0.103 0.5546 +90 2010 2011 0.0411 -0.1213 0.2034 +90 2010 2012 0.0545 -0.1526 0.2615 +90 2010 2013 0.0623 -0.1688 0.2933 +90 2010 2014 0.0619 -0.1849 0.3087 +90 2010 2015 0.0607 -0.2004 0.3218 +90 2010 2016 0.1164 -0.1485 0.3813 +90 2010 2017 0.1556 -0.1195 0.4307 +90 2010 2018 0.1885 -0.0963 0.4733 +90 2010 2019 0.2408 -0.0729 0.5546 +90 2010 2020 0.1953 -0.0941 0.4846 +90 2010 2021 0.1944 -0.0948 0.4837 +90 2010 2022 0.1892 -0.1048 0.4833 +90 2010 2023 0.2195 -0.0842 0.5232 +90 2010 2024 0.2466 -0.0711 0.5642 +90 2010 2025 0.2095 -0.1123 0.5314 +90 2011 2012 0.0133 -0.1439 0.1706 +90 2011 2013 0.0211 -0.1826 0.2248 +90 2011 2014 0.0208 -0.2128 0.2543 +90 2011 2015 0.0196 -0.2384 0.2777 +90 2011 2016 0.0752 -0.1808 0.3311 +90 2011 2017 0.1143 -0.1486 0.3771 +90 2011 2018 0.1471 -0.1222 0.4165 +90 2011 2019 0.1995 -0.089 0.4879 +90 2011 2020 0.1539 -0.1259 0.4338 +90 2011 2021 0.1531 -0.1286 0.4349 +90 2011 2022 0.148 -0.1425 0.4384 +90 2011 2023 0.1782 -0.1145 0.4709 +90 2011 2024 0.2052 -0.0953 0.5058 +90 2011 2025 0.1682 -0.1484 0.4848 +90 2012 2013 0.0078 -0.1491 0.1647 +90 2012 2014 0.0075 -0.1986 0.2136 +90 2012 2015 0.0064 -0.2333 0.2461 +90 2012 2016 0.0619 -0.1813 0.305 +90 2012 2017 0.101 -0.1524 0.3543 +90 2012 2018 0.1338 -0.1279 0.3956 +90 2012 2019 0.1862 -0.0958 0.4682 +90 2012 2020 0.1407 -0.1334 0.4147 +90 2012 2021 0.1399 -0.1366 0.4163 +90 2012 2022 0.1347 -0.1509 0.4203 +90 2012 2023 0.1649 -0.1231 0.453 +90 2012 2024 0.192 -0.104 0.4879 +90 2012 2025 0.155 -0.1576 0.4675 +90 2013 2014 -2e-04 -0.1583 0.1578 +90 2013 2015 -0.0013 -0.2112 0.2086 +90 2013 2016 0.0541 -0.1704 0.2787 +90 2013 2017 0.0933 -0.1479 0.3345 +90 2013 2018 0.1261 -0.1273 0.3796 +90 2013 2019 0.1785 -0.0993 0.4563 +90 2013 2020 0.133 -0.1348 0.4007 +90 2013 2021 0.1322 -0.1385 0.4028 +90 2013 2022 0.127 -0.1527 0.4067 +90 2013 2023 0.1572 -0.1266 0.441 +90 2013 2024 0.1843 -0.1088 0.4774 +90 2013 2025 0.1473 -0.1609 0.4554 +90 2014 2015 -9e-04 -0.1601 0.1582 +90 2014 2016 0.0545 -0.1457 0.2547 +90 2014 2017 0.0937 -0.1356 0.3229 +90 2014 2018 0.1266 -0.1221 0.3753 +90 2014 2019 0.1791 -0.1025 0.4607 +90 2014 2020 0.1334 -0.1314 0.3982 +90 2014 2021 0.1326 -0.1354 0.4006 +90 2014 2022 0.1274 -0.1485 0.4033 +90 2014 2023 0.1577 -0.1264 0.4418 +90 2014 2024 0.1848 -0.1121 0.4817 +90 2014 2025 0.1477 -0.159 0.4544 +90 2015 2016 0.0555 -0.1086 0.2196 +90 2015 2017 0.0948 -0.1207 0.3103 +90 2015 2018 0.1279 -0.118 0.3737 +90 2015 2019 0.1805 -0.1087 0.4696 +90 2015 2020 0.1347 -0.1306 0.3999 +90 2015 2021 0.1339 -0.1351 0.4028 +90 2015 2022 0.1287 -0.1468 0.4042 +90 2015 2023 0.159 -0.1298 0.4478 +90 2015 2024 0.1861 -0.1194 0.4916 +90 2015 2025 0.149 -0.1598 0.4579 +90 2016 2017 0.0391 -0.1171 0.1952 +90 2016 2018 0.072 -0.1298 0.2737 +90 2016 2019 0.1243 -0.1184 0.367 +90 2016 2020 0.0789 -0.1626 0.3204 +90 2016 2021 0.0781 -0.172 0.3281 +90 2016 2022 0.0729 -0.1899 0.3357 +90 2016 2023 0.1031 -0.1653 0.3716 +90 2016 2024 0.1302 -0.1481 0.4085 +90 2016 2025 0.0932 -0.2033 0.3896 +90 2017 2018 0.0328 -0.122 0.1876 +90 2017 2019 0.085 -0.1247 0.2947 +90 2017 2020 0.0398 -0.1858 0.2653 +90 2017 2021 0.039 -0.2009 0.2788 +90 2017 2022 0.0338 -0.2233 0.2909 +90 2017 2023 0.064 -0.1967 0.3247 +90 2017 2024 0.091 -0.1769 0.3589 +90 2017 2025 0.054 -0.2391 0.3472 +90 2018 2019 0.052 -0.1105 0.2145 +90 2018 2020 0.007 -0.1947 0.2087 +90 2018 2021 0.0062 -0.2191 0.2314 +90 2018 2022 0.001 -0.2473 0.2493 +90 2018 2023 0.0311 -0.2211 0.2833 +90 2018 2024 0.0582 -0.2005 0.3168 +90 2018 2025 0.0212 -0.2679 0.3103 +90 2019 2020 -0.045 -0.2192 0.1291 +90 2019 2021 -0.046 -0.2623 0.1704 +90 2019 2022 -0.0511 -0.3015 0.1992 +90 2019 2023 -0.021 -0.2717 0.2297 +90 2019 2024 0.006 -0.2464 0.2583 +90 2019 2025 -0.031 -0.3269 0.265 +90 2020 2021 -7e-04 -0.1559 0.1545 +90 2020 2022 -0.0058 -0.2104 0.1988 +90 2020 2023 0.0242 -0.2028 0.2513 +90 2020 2024 0.0513 -0.1947 0.2972 +90 2020 2025 0.0144 -0.2598 0.2885 +90 2021 2022 -0.005 -0.1619 0.1519 +90 2021 2023 0.025 -0.1752 0.2251 +90 2021 2024 0.052 -0.178 0.2821 +90 2021 2025 0.0151 -0.245 0.2753 +90 2022 2023 0.03 -0.1301 0.1901 +90 2022 2024 0.0571 -0.1562 0.2703 +90 2022 2025 0.0203 -0.2249 0.2654 +90 2023 2024 0.0268 -0.1325 0.1862 +90 2023 2025 -0.0098 -0.2262 0.2067 +90 2024 2025 -0.0366 -0.2078 0.1345 +91 2007 2010 0.1242 0.0196 0.2287 +91 2007 2013 0.1429 0.0246 0.2613 +91 2007 2016 0.1586 0.0443 0.2728 +91 2007 2019 0.2747 0.1595 0.3899 +91 2007 2022 0.3458 0.2332 0.4585 +91 2007 2025 0.4009 0.2663 0.5355 +91 2010 2013 0.0188 -0.0866 0.1241 +91 2010 2016 0.0344 -0.0771 0.1459 +91 2010 2019 0.1505 0.0385 0.2625 +91 2010 2022 0.2217 0.1118 0.3316 +91 2010 2025 0.2768 0.1449 0.4086 +91 2013 2016 0.0156 -0.0893 0.1206 +91 2013 2019 0.1317 0.0181 0.2454 +91 2013 2022 0.2029 0.0895 0.3163 +91 2013 2025 0.258 0.1213 0.3946 +91 2016 2019 0.1161 0.018 0.2142 +91 2016 2022 0.1873 0.0834 0.2912 +91 2016 2025 0.2424 0.1114 0.3734 +91 2019 2022 0.0712 -0.0225 0.1648 +91 2019 2025 0.1263 -4e-04 0.253 +91 2022 2025 0.0551 -0.0573 0.1675 +92 2007 2008 -0.0428 -0.2196 0.134 +92 2007 2009 -0.0674 -0.2952 0.1604 +92 2007 2010 0.0041 -0.2265 0.2347 +92 2007 2011 0.0267 -0.2254 0.2788 +92 2007 2012 0.0766 -0.1825 0.3356 +92 2007 2013 0.1048 -0.1595 0.3691 +92 2007 2014 0.1157 -0.1596 0.3911 +92 2007 2015 0.076 -0.2024 0.3543 +92 2007 2016 -0.0165 -0.3062 0.2732 +92 2007 2017 -0.0153 -0.3015 0.2709 +92 2007 2018 0.0191 -0.2622 0.3003 +92 2007 2019 -0.0224 -0.3083 0.2634 +92 2007 2020 -0.0506 -0.3461 0.245 +92 2007 2021 -0.038 -0.3302 0.2543 +92 2007 2022 -0.0771 -0.3779 0.2237 +92 2007 2023 -0.0218 -0.3145 0.271 +92 2007 2024 -0.0356 -0.3269 0.2556 +92 2007 2025 -0.037 -0.3499 0.276 +92 2008 2009 -0.0246 -0.1963 0.1472 +92 2008 2010 0.0469 -0.1598 0.2536 +92 2008 2011 0.0695 -0.1637 0.3028 +92 2008 2012 0.1194 -0.1302 0.3691 +92 2008 2013 0.1477 -0.1133 0.4086 +92 2008 2014 0.1586 -0.1155 0.4327 +92 2008 2015 0.1188 -0.153 0.3906 +92 2008 2016 0.0263 -0.2441 0.2967 +92 2008 2017 0.0275 -0.2412 0.2962 +92 2008 2018 0.0619 -0.2102 0.334 +92 2008 2019 0.0204 -0.2519 0.2927 +92 2008 2020 -0.0077 -0.2864 0.2709 +92 2008 2021 0.0049 -0.2743 0.284 +92 2008 2022 -0.0343 -0.3163 0.2478 +92 2008 2023 0.0211 -0.2628 0.3049 +92 2008 2024 0.0072 -0.2734 0.2878 +92 2008 2025 0.0058 -0.2978 0.3094 +92 2009 2010 0.0715 -0.1028 0.2459 +92 2009 2011 0.0942 -0.1232 0.3115 +92 2009 2012 0.1441 -0.1002 0.3884 +92 2009 2013 0.1723 -0.09 0.4347 +92 2009 2014 0.1833 -0.0954 0.4619 +92 2009 2015 0.1434 -0.1285 0.4154 +92 2009 2016 0.0509 -0.2104 0.3123 +92 2009 2017 0.0521 -0.2104 0.3146 +92 2009 2018 0.0865 -0.1844 0.3574 +92 2009 2019 0.045 -0.2231 0.3131 +92 2009 2020 0.0169 -0.2558 0.2896 +92 2009 2021 0.0295 -0.2462 0.3051 +92 2009 2022 -0.0097 -0.2838 0.2645 +92 2009 2023 0.0457 -0.2385 0.3299 +92 2009 2024 0.0318 -0.2467 0.3103 +92 2009 2025 0.0304 -0.271 0.3319 +92 2010 2011 0.0226 -0.1422 0.1874 +92 2010 2012 0.0725 -0.1296 0.2746 +92 2010 2013 0.1007 -0.1206 0.3221 +92 2010 2014 0.1117 -0.1279 0.3513 +92 2010 2015 0.0719 -0.1714 0.3152 +92 2010 2016 -0.0206 -0.274 0.2328 +92 2010 2017 -0.0194 -0.2707 0.2319 +92 2010 2018 0.015 -0.2336 0.2636 +92 2010 2019 -0.0265 -0.2791 0.226 +92 2010 2020 -0.0547 -0.3177 0.2084 +92 2010 2021 -0.0421 -0.303 0.2188 +92 2010 2022 -0.0812 -0.3496 0.1873 +92 2010 2023 -0.0259 -0.289 0.2373 +92 2010 2024 -0.0397 -0.3005 0.2211 +92 2010 2025 -0.0411 -0.3254 0.2432 +92 2011 2012 0.0499 -0.1176 0.2174 +92 2011 2013 0.0781 -0.1303 0.2866 +92 2011 2014 0.0891 -0.1439 0.3221 +92 2011 2015 0.0493 -0.1924 0.2909 +92 2011 2016 -0.0432 -0.2977 0.2113 +92 2011 2017 -0.042 -0.2949 0.2108 +92 2011 2018 -0.0076 -0.2595 0.2442 +92 2011 2019 -0.0491 -0.3065 0.2083 +92 2011 2020 -0.0773 -0.3444 0.1899 +92 2011 2021 -0.0647 -0.3304 0.2011 +92 2011 2022 -0.1038 -0.3777 0.1702 +92 2011 2023 -0.0484 -0.3162 0.2193 +92 2011 2024 -0.0623 -0.3292 0.2045 +92 2011 2025 -0.0637 -0.3549 0.2275 +92 2012 2013 0.0282 -0.1374 0.1939 +92 2012 2014 0.0392 -0.1691 0.2474 +92 2012 2015 -6e-04 -0.2275 0.2263 +92 2012 2016 -0.0931 -0.3473 0.1611 +92 2012 2017 -0.0919 -0.3452 0.1614 +92 2012 2018 -0.0575 -0.3037 0.1887 +92 2012 2019 -0.099 -0.3568 0.1588 +92 2012 2020 -0.1271 -0.3982 0.1439 +92 2012 2021 -0.1145 -0.381 0.152 +92 2012 2022 -0.1537 -0.4344 0.1271 +92 2012 2023 -0.0983 -0.3652 0.1685 +92 2012 2024 -0.1122 -0.3794 0.155 +92 2012 2025 -0.1135 -0.4057 0.1787 +92 2013 2014 0.0109 -0.1559 0.1777 +92 2013 2015 -0.0288 -0.2369 0.1792 +92 2013 2016 -0.1214 -0.3693 0.1265 +92 2013 2017 -0.1202 -0.3708 0.1305 +92 2013 2018 -0.0857 -0.3296 0.1581 +92 2013 2019 -0.1273 -0.385 0.1305 +92 2013 2020 -0.1554 -0.4285 0.1178 +92 2013 2021 -0.1428 -0.4107 0.1251 +92 2013 2022 -0.1819 -0.4665 0.1027 +92 2013 2023 -0.1266 -0.3935 0.1404 +92 2013 2024 -0.1404 -0.4095 0.1286 +92 2013 2025 -0.1418 -0.4348 0.1513 +92 2014 2015 -0.0398 -0.2095 0.1299 +92 2014 2016 -0.1324 -0.3677 0.103 +92 2014 2017 -0.1311 -0.3753 0.113 +92 2014 2018 -0.0967 -0.337 0.1437 +92 2014 2019 -0.1382 -0.3975 0.1211 +92 2014 2020 -0.1663 -0.442 0.1093 +92 2014 2021 -0.1537 -0.4239 0.1165 +92 2014 2022 -0.1929 -0.4831 0.0974 +92 2014 2023 -0.1375 -0.4072 0.1322 +92 2014 2024 -0.1514 -0.4254 0.1226 +92 2014 2025 -0.1527 -0.4517 0.1462 +92 2015 2016 -0.0925 -0.2777 0.0927 +92 2015 2017 -0.0913 -0.3078 0.1251 +92 2015 2018 -0.0569 -0.2827 0.1689 +92 2015 2019 -0.0984 -0.3453 0.1485 +92 2015 2020 -0.1266 -0.3901 0.137 +92 2015 2021 -0.1139 -0.3752 0.1473 +92 2015 2022 -0.1531 -0.431 0.1249 +92 2015 2023 -0.0977 -0.3631 0.1676 +92 2015 2024 -0.1116 -0.3783 0.1551 +92 2015 2025 -0.1129 -0.4061 0.1802 +92 2016 2017 0.0011 -0.17 0.1722 +92 2016 2018 0.0355 -0.185 0.256 +92 2016 2019 -0.006 -0.2443 0.2324 +92 2016 2020 -0.0341 -0.287 0.2188 +92 2016 2021 -0.0215 -0.2821 0.2391 +92 2016 2022 -0.0606 -0.3253 0.2041 +92 2016 2023 -0.0053 -0.2778 0.2672 +92 2016 2024 -0.0192 -0.2897 0.2514 +92 2016 2025 -0.0205 -0.3157 0.2748 +92 2017 2018 0.0343 -0.1401 0.2087 +92 2017 2019 -0.0071 -0.2207 0.2064 +92 2017 2020 -0.0352 -0.2707 0.2002 +92 2017 2021 -0.0227 -0.2687 0.2234 +92 2017 2022 -0.0618 -0.3179 0.1944 +92 2017 2023 -0.0064 -0.2669 0.254 +92 2017 2024 -0.0203 -0.2823 0.2416 +92 2017 2025 -0.0217 -0.3108 0.2674 +92 2018 2019 -0.0415 -0.2119 0.129 +92 2018 2020 -0.0696 -0.2855 0.1463 +92 2018 2021 -0.0571 -0.2851 0.171 +92 2018 2022 -0.0962 -0.3481 0.1557 +92 2018 2023 -0.0408 -0.2892 0.2075 +92 2018 2024 -0.0547 -0.3068 0.1973 +92 2018 2025 -0.0561 -0.3377 0.2255 +92 2019 2020 -0.0281 -0.1991 0.1429 +92 2019 2021 -0.0156 -0.2256 0.1945 +92 2019 2022 -0.0546 -0.2909 0.1816 +92 2019 2023 7e-04 -0.2455 0.2469 +92 2019 2024 -0.0132 -0.2649 0.2385 +92 2019 2025 -0.0146 -0.2944 0.2653 +92 2020 2021 0.0125 -0.1598 0.1849 +92 2020 2022 -0.0265 -0.2441 0.1911 +92 2020 2023 0.0288 -0.212 0.2696 +92 2020 2024 0.0149 -0.2372 0.267 +92 2020 2025 0.0136 -0.2691 0.2963 +92 2021 2022 -0.039 -0.2149 0.1368 +92 2021 2023 0.0162 -0.1988 0.2312 +92 2021 2024 0.0023 -0.2334 0.238 +92 2021 2025 0.001 -0.2703 0.2723 +92 2022 2023 0.0552 -0.1257 0.2362 +92 2022 2024 0.0414 -0.1793 0.2621 +92 2022 2025 0.0401 -0.2211 0.3013 +92 2023 2024 -0.0139 -0.1864 0.1587 +92 2023 2025 -0.0152 -0.2481 0.2177 +92 2024 2025 -0.0013 -0.1801 0.1774 +93 2007 2010 -0.133 -0.2967 0.0307 +93 2007 2013 -0.2659 -0.4507 -0.081 +93 2007 2016 -0.5302 -0.7269 -0.3335 +93 2007 2019 -0.959 -1.193 -0.7249 +93 2007 2022 -1.0806 -1.3252 -0.836 +93 2007 2025 -1.1368 -1.4307 -0.8429 +93 2010 2013 -0.1329 -0.3088 0.043 +93 2010 2016 -0.3972 -0.5955 -0.1989 +93 2010 2019 -0.826 -1.0614 -0.5906 +93 2010 2022 -0.9477 -1.1953 -0.7 +93 2010 2025 -1.0038 -1.3008 -0.7069 +93 2013 2016 -0.2644 -0.4554 -0.0733 +93 2013 2019 -0.6931 -0.9367 -0.4496 +93 2013 2022 -0.8148 -1.0722 -0.5573 +93 2013 2025 -0.8709 -1.1766 -0.5653 +93 2016 2019 -0.4288 -0.6553 -0.2023 +93 2016 2022 -0.5504 -0.8081 -0.2927 +93 2016 2025 -0.6066 -0.9173 -0.2959 +93 2019 2022 -0.1216 -0.3604 0.1171 +93 2019 2025 -0.1778 -0.4899 0.1343 +93 2022 2025 -0.0562 -0.3274 0.215 +94 2007 2010 -0.0891 -0.229 0.0507 +94 2007 2013 -0.1344 -0.2879 0.019 +94 2007 2016 -0.2773 -0.4411 -0.1134 +94 2007 2019 -0.1049 -0.2574 0.0476 +94 2007 2022 0.0344 -0.1147 0.1836 +94 2007 2025 0.1149 -0.0684 0.2981 +94 2010 2013 -0.0453 -0.1917 0.1011 +94 2010 2016 -0.1881 -0.3513 -0.025 +94 2010 2019 -0.0157 -0.1725 0.141 +94 2010 2022 0.1236 -0.0313 0.2784 +94 2010 2025 0.204 0.0142 0.3938 +94 2013 2016 -0.1428 -0.2973 0.0117 +94 2013 2019 0.0296 -0.1267 0.1858 +94 2013 2022 0.1689 0.0131 0.3247 +94 2013 2025 0.2493 0.0578 0.4408 +94 2016 2019 0.1724 0.0233 0.3215 +94 2016 2022 0.3117 0.1503 0.4731 +94 2016 2025 0.3921 0.1906 0.5937 +94 2019 2022 0.1393 0.001 0.2776 +94 2019 2025 0.2198 0.0334 0.4062 +94 2022 2025 0.0805 -0.0863 0.2473 +95 2007 2008 -0.0617 -0.1994 0.076 +95 2007 2009 -0.1092 -0.2887 0.0704 +95 2007 2010 -0.0017 -0.1856 0.1821 +95 2007 2011 0.0843 -0.101 0.2696 +95 2007 2012 0.149 -0.0469 0.3449 +95 2007 2013 0.1746 -0.0182 0.3673 +95 2007 2014 0.2876 0.0948 0.4803 +95 2007 2015 0.3634 0.1629 0.5639 +95 2007 2016 0.3463 0.1589 0.5337 +95 2007 2017 0.3963 0.205 0.5875 +95 2007 2018 0.4463 0.2556 0.6371 +95 2007 2019 0.4155 0.2309 0.6001 +95 2007 2020 0.3418 0.1451 0.5386 +95 2007 2021 0.3964 0.2064 0.5865 +95 2007 2022 0.4155 0.2277 0.6032 +95 2007 2023 0.3609 0.1697 0.5521 +95 2007 2024 0.3122 0.1202 0.5042 +95 2007 2025 0.3146 0.1202 0.509 +95 2008 2009 -0.0475 -0.1851 0.0901 +95 2008 2010 0.0599 -0.0984 0.2182 +95 2008 2011 0.1459 -0.018 0.3098 +95 2008 2012 0.2107 0.0297 0.3916 +95 2008 2013 0.2362 0.0559 0.4166 +95 2008 2014 0.3492 0.1685 0.5299 +95 2008 2015 0.4251 0.2337 0.6165 +95 2008 2016 0.408 0.2298 0.5861 +95 2008 2017 0.4579 0.2779 0.638 +95 2008 2018 0.508 0.3261 0.6899 +95 2008 2019 0.4772 0.3012 0.6533 +95 2008 2020 0.4035 0.2195 0.5875 +95 2008 2021 0.4581 0.2786 0.6377 +95 2008 2022 0.4771 0.2967 0.6576 +95 2008 2023 0.4226 0.2433 0.6019 +95 2008 2024 0.3738 0.194 0.5537 +95 2008 2025 0.3763 0.1924 0.5602 +95 2009 2010 0.1074 -0.0288 0.2437 +95 2009 2011 0.1934 0.0271 0.3597 +95 2009 2012 0.2581 0.0705 0.4458 +95 2009 2013 0.2837 0.0938 0.4737 +95 2009 2014 0.3967 0.2005 0.5929 +95 2009 2015 0.4725 0.2664 0.6787 +95 2009 2016 0.4554 0.2641 0.6468 +95 2009 2017 0.5054 0.3106 0.7002 +95 2009 2018 0.5555 0.3587 0.7522 +95 2009 2019 0.5247 0.3354 0.714 +95 2009 2020 0.451 0.2576 0.6444 +95 2009 2021 0.5056 0.3125 0.6987 +95 2009 2022 0.5246 0.3281 0.7211 +95 2009 2023 0.4701 0.2767 0.6634 +95 2009 2024 0.4213 0.2318 0.6109 +95 2009 2025 0.4238 0.2312 0.6163 +95 2010 2011 0.086 -0.0481 0.2201 +95 2010 2012 0.1507 -0.0186 0.32 +95 2010 2013 0.1763 -3e-04 0.3529 +95 2010 2014 0.2893 0.1051 0.4735 +95 2010 2015 0.3651 0.1698 0.5604 +95 2010 2016 0.348 0.1664 0.5296 +95 2010 2017 0.398 0.2122 0.5838 +95 2010 2018 0.448 0.2606 0.6355 +95 2010 2019 0.4173 0.2366 0.5979 +95 2010 2020 0.3436 0.1549 0.5322 +95 2010 2021 0.3982 0.2123 0.584 +95 2010 2022 0.4172 0.2305 0.6039 +95 2010 2023 0.3626 0.1764 0.5489 +95 2010 2024 0.3139 0.1293 0.4985 +95 2010 2025 0.3163 0.1288 0.5039 +95 2011 2012 0.0647 -0.07 0.1994 +95 2011 2013 0.0903 -0.0687 0.2494 +95 2011 2014 0.2033 0.0345 0.3722 +95 2011 2015 0.2791 0.0952 0.4631 +95 2011 2016 0.262 0.0872 0.4369 +95 2011 2017 0.312 0.1348 0.4893 +95 2011 2018 0.3621 0.1828 0.5413 +95 2011 2019 0.3313 0.1554 0.5071 +95 2011 2020 0.2576 0.0728 0.4424 +95 2011 2021 0.3122 0.1325 0.4918 +95 2011 2022 0.3312 0.1508 0.5116 +95 2011 2023 0.2766 0.0969 0.4564 +95 2011 2024 0.2279 0.0475 0.4083 +95 2011 2025 0.2304 0.045 0.4157 +95 2012 2013 0.0256 -0.1094 0.1606 +95 2012 2014 0.1386 -0.0248 0.3019 +95 2012 2015 0.2144 0.0325 0.3963 +95 2012 2016 0.1973 0.0197 0.375 +95 2012 2017 0.2473 0.0651 0.4294 +95 2012 2018 0.2973 0.1153 0.4793 +95 2012 2019 0.2666 0.0857 0.4474 +95 2012 2020 0.1928 0.001 0.3846 +95 2012 2021 0.2475 0.0635 0.4315 +95 2012 2022 0.2665 0.0816 0.4513 +95 2012 2023 0.2119 0.0256 0.3982 +95 2012 2024 0.1632 -0.023 0.3493 +95 2012 2025 0.1656 -0.0261 0.3573 +95 2013 2014 0.113 -0.0216 0.2476 +95 2013 2015 0.1888 0.0212 0.3565 +95 2013 2016 0.1717 0.0048 0.3387 +95 2013 2017 0.2217 0.046 0.3974 +95 2013 2018 0.2718 0.0934 0.4501 +95 2013 2019 0.241 0.066 0.4159 +95 2013 2020 0.1673 -0.0193 0.3539 +95 2013 2021 0.2219 0.0413 0.4025 +95 2013 2022 0.2409 0.0609 0.4209 +95 2013 2023 0.1863 0.0043 0.3684 +95 2013 2024 0.1376 -0.045 0.3202 +95 2013 2025 0.1401 -0.0466 0.3267 +95 2014 2015 0.0758 -0.0586 0.2102 +95 2014 2016 0.0587 -0.0957 0.2132 +95 2014 2017 0.1087 -0.0569 0.2743 +95 2014 2018 0.1588 -0.0122 0.3297 +95 2014 2019 0.128 -0.0444 0.3003 +95 2014 2020 0.0543 -0.131 0.2395 +95 2014 2021 0.1089 -0.0678 0.2856 +95 2014 2022 0.1279 -0.0481 0.3039 +95 2014 2023 0.0733 -0.1047 0.2514 +95 2014 2024 0.0246 -0.1574 0.2066 +95 2014 2025 0.0271 -0.1616 0.2157 +95 2015 2016 -0.0171 -0.1518 0.1176 +95 2015 2017 0.0329 -0.1302 0.196 +95 2015 2018 0.0829 -0.0881 0.254 +95 2015 2019 0.0521 -0.1239 0.2282 +95 2015 2020 -0.0216 -0.2131 0.17 +95 2015 2021 0.0331 -0.1478 0.2139 +95 2015 2022 0.0521 -0.1284 0.2325 +95 2015 2023 -0.0025 -0.1874 0.1824 +95 2015 2024 -0.0512 -0.2384 0.136 +95 2015 2025 -0.0488 -0.2431 0.1455 +95 2016 2017 0.05 -0.0797 0.1796 +95 2016 2018 0.1 -0.0532 0.2532 +95 2016 2019 0.0692 -0.0877 0.2262 +95 2016 2020 -0.0045 -0.1787 0.1697 +95 2016 2021 0.0501 -0.1175 0.2177 +95 2016 2022 0.0692 -0.0971 0.2354 +95 2016 2023 0.0146 -0.1564 0.1856 +95 2016 2024 -0.0341 -0.2066 0.1383 +95 2016 2025 -0.0317 -0.2086 0.1453 +95 2017 2018 0.0501 -0.0798 0.1799 +95 2017 2019 0.0193 -0.1327 0.1712 +95 2017 2020 -0.0544 -0.2251 0.1162 +95 2017 2021 2e-04 -0.1651 0.1654 +95 2017 2022 0.0192 -0.148 0.1864 +95 2017 2023 -0.0354 -0.2048 0.1341 +95 2017 2024 -0.0841 -0.2571 0.0889 +95 2017 2025 -0.0816 -0.2625 0.0992 +95 2018 2019 -0.0308 -0.1589 0.0973 +95 2018 2020 -0.1045 -0.2666 0.0576 +95 2018 2021 -0.0499 -0.2042 0.1045 +95 2018 2022 -0.0309 -0.1913 0.1295 +95 2018 2023 -0.0854 -0.2526 0.0817 +95 2018 2024 -0.1342 -0.3018 0.0335 +95 2018 2025 -0.1317 -0.3102 0.0468 +95 2019 2020 -0.0737 -0.2057 0.0583 +95 2019 2021 -0.0191 -0.165 0.1269 +95 2019 2022 -1e-04 -0.153 0.1529 +95 2019 2023 -0.0546 -0.2171 0.1079 +95 2019 2024 -0.1034 -0.2677 0.061 +95 2019 2025 -0.1009 -0.2706 0.0688 +95 2020 2021 0.0546 -0.0793 0.1885 +95 2020 2022 0.0736 -0.0872 0.2345 +95 2020 2023 0.0191 -0.1495 0.1876 +95 2020 2024 -0.0297 -0.2022 0.1428 +95 2020 2025 -0.0272 -0.2071 0.1527 +95 2021 2022 0.019 -0.1083 0.1463 +95 2021 2023 -0.0355 -0.1866 0.1155 +95 2021 2024 -0.0843 -0.2436 0.075 +95 2021 2025 -0.0818 -0.2546 0.0909 +95 2022 2023 -0.0546 -0.1841 0.075 +95 2022 2024 -0.1033 -0.2573 0.0507 +95 2022 2025 -0.1008 -0.2684 0.0667 +95 2023 2024 -0.0487 -0.1798 0.0823 +95 2023 2025 -0.0463 -0.2069 0.1143 +95 2024 2025 0.0025 -0.1286 0.1335 +96 2007 2008 0.2102 0.0099 0.4105 +96 2007 2009 0.1256 -0.1116 0.3627 +96 2007 2010 0.1559 -0.0918 0.4037 +96 2007 2011 0.1357 -0.1275 0.3988 +96 2007 2012 0.3004 0.0161 0.5846 +96 2007 2013 0.3765 0.0847 0.6683 +96 2007 2014 0.4092 0.1128 0.7056 +96 2007 2015 0.4792 0.1644 0.7941 +96 2007 2016 0.5504 0.2333 0.8675 +96 2007 2017 0.5352 0.2142 0.8562 +96 2007 2018 0.6138 0.2798 0.9477 +96 2007 2019 0.6444 0.3086 0.9803 +96 2007 2020 0.8062 0.4426 1.1698 +96 2007 2021 0.8425 0.4712 1.2138 +96 2007 2022 0.601 0.2517 0.9503 +96 2007 2023 0.6796 0.3011 1.0581 +96 2007 2024 0.5746 0.2035 0.9457 +96 2007 2025 0.5986 0.2127 0.9844 +96 2008 2009 -0.0846 -0.2773 0.108 +96 2008 2010 -0.0543 -0.2677 0.1591 +96 2008 2011 -0.0745 -0.312 0.1629 +96 2008 2012 0.0902 -0.1625 0.3429 +96 2008 2013 0.1663 -0.0948 0.4274 +96 2008 2014 0.199 -0.0656 0.4636 +96 2008 2015 0.269 -0.0118 0.5498 +96 2008 2016 0.3402 0.0572 0.6232 +96 2008 2017 0.325 0.0354 0.6146 +96 2008 2018 0.4036 0.1083 0.6988 +96 2008 2019 0.4343 0.1354 0.7331 +96 2008 2020 0.596 0.2857 0.9063 +96 2008 2021 0.6323 0.3165 0.9481 +96 2008 2022 0.3908 0.0757 0.706 +96 2008 2023 0.4694 0.1429 0.796 +96 2008 2024 0.3644 0.0373 0.6915 +96 2008 2025 0.3884 0.0496 0.7272 +96 2009 2010 0.0304 -0.1525 0.2133 +96 2009 2011 0.0101 -0.2105 0.2307 +96 2009 2012 0.1748 -0.0711 0.4207 +96 2009 2013 0.2509 -0.0063 0.5082 +96 2009 2014 0.2836 0.0202 0.5471 +96 2009 2015 0.3537 0.0716 0.6357 +96 2009 2016 0.4248 0.1391 0.7106 +96 2009 2017 0.4096 0.1191 0.7001 +96 2009 2018 0.4882 0.1867 0.7898 +96 2009 2019 0.5189 0.2137 0.8241 +96 2009 2020 0.6807 0.3518 1.0095 +96 2009 2021 0.7169 0.3809 1.0529 +96 2009 2022 0.4754 0.1552 0.7956 +96 2009 2023 0.5541 0.2089 0.8992 +96 2009 2024 0.449 0.1093 0.7888 +96 2009 2025 0.473 0.1179 0.8281 +96 2010 2011 -0.0203 -0.1936 0.153 +96 2010 2012 0.1444 -0.0679 0.3567 +96 2010 2013 0.2205 -0.0071 0.4482 +96 2010 2014 0.2533 0.0139 0.4927 +96 2010 2015 0.3233 0.0611 0.5854 +96 2010 2016 0.3945 0.1288 0.6601 +96 2010 2017 0.3792 0.1053 0.6532 +96 2010 2018 0.4578 0.1718 0.7438 +96 2010 2019 0.4885 0.2 0.777 +96 2010 2020 0.6503 0.3366 0.9639 +96 2010 2021 0.6865 0.3647 1.0084 +96 2010 2022 0.4451 0.1389 0.7512 +96 2010 2023 0.5237 0.1925 0.8549 +96 2010 2024 0.4186 0.0917 0.7455 +96 2010 2025 0.4426 0.1012 0.7841 +96 2011 2012 0.1647 -0.0153 0.3448 +96 2011 2013 0.2408 0.029 0.4526 +96 2011 2014 0.2735 0.0467 0.5004 +96 2011 2015 0.3436 0.0883 0.5989 +96 2011 2016 0.4147 0.1531 0.6764 +96 2011 2017 0.3995 0.1331 0.666 +96 2011 2018 0.4781 0.1929 0.7633 +96 2011 2019 0.5088 0.2196 0.7979 +96 2011 2020 0.6705 0.3535 0.9876 +96 2011 2021 0.7068 0.3783 1.0353 +96 2011 2022 0.4653 0.1582 0.7725 +96 2011 2023 0.5439 0.208 0.8799 +96 2011 2024 0.4389 0.1083 0.7695 +96 2011 2025 0.4629 0.1173 0.8085 +96 2012 2013 0.0761 -0.1012 0.2534 +96 2012 2014 0.1088 -0.103 0.3207 +96 2012 2015 0.1788 -0.0604 0.4181 +96 2012 2016 0.25 5e-04 0.4996 +96 2012 2017 0.2348 -0.0273 0.497 +96 2012 2018 0.3134 0.0397 0.5871 +96 2012 2019 0.3441 0.0642 0.6239 +96 2012 2020 0.5059 0.2019 0.8098 +96 2012 2021 0.5421 0.2315 0.8528 +96 2012 2022 0.3006 -4e-04 0.6017 +96 2012 2023 0.3793 0.0551 0.7034 +96 2012 2024 0.2742 -0.0462 0.5946 +96 2012 2025 0.2982 -0.0386 0.635 +96 2013 2014 0.0327 -0.1426 0.2081 +96 2013 2015 0.1027 -0.1174 0.3228 +96 2013 2016 0.1739 -0.057 0.4048 +96 2013 2017 0.1587 -0.09 0.4074 +96 2013 2018 0.2373 -0.0273 0.5019 +96 2013 2019 0.268 -5e-04 0.5364 +96 2013 2020 0.4298 0.1354 0.7241 +96 2013 2021 0.466 0.1619 0.7701 +96 2013 2022 0.2245 -0.0687 0.5177 +96 2013 2023 0.3032 -0.0132 0.6195 +96 2013 2024 0.1981 -0.117 0.5133 +96 2013 2025 0.2221 -0.1073 0.5515 +96 2014 2015 0.07 -0.1116 0.2516 +96 2014 2016 0.1412 -0.0688 0.3512 +96 2014 2017 0.126 -0.1016 0.3536 +96 2014 2018 0.2046 -0.0449 0.4541 +96 2014 2019 0.2352 -0.0228 0.4933 +96 2014 2020 0.397 0.1162 0.6778 +96 2014 2021 0.4333 0.1394 0.7272 +96 2014 2022 0.1918 -0.0934 0.4771 +96 2014 2023 0.2704 -0.0358 0.5766 +96 2014 2024 0.1654 -0.1412 0.472 +96 2014 2025 0.1894 -0.1327 0.5114 +96 2015 2016 0.0712 -0.109 0.2514 +96 2015 2017 0.056 -0.1627 0.2747 +96 2015 2018 0.1346 -0.1038 0.3729 +96 2015 2019 0.1652 -0.0876 0.418 +96 2015 2020 0.327 0.0503 0.6038 +96 2015 2021 0.3633 0.078 0.6486 +96 2015 2022 0.1218 -0.1628 0.4064 +96 2015 2023 0.2004 -0.1038 0.5046 +96 2015 2024 0.0954 -0.2078 0.3986 +96 2015 2025 0.1194 -0.2016 0.4404 +96 2016 2017 -0.0152 -0.1908 0.1603 +96 2016 2018 0.0634 -0.1497 0.2764 +96 2016 2019 0.094 -0.1325 0.3206 +96 2016 2020 0.2558 -0.0023 0.514 +96 2016 2021 0.2921 0.0207 0.5636 +96 2016 2022 0.0506 -0.2172 0.3184 +96 2016 2023 0.1293 -0.1609 0.4194 +96 2016 2024 0.0242 -0.2678 0.3162 +96 2016 2025 0.0482 -0.259 0.3554 +96 2017 2018 0.0786 -0.1012 0.2584 +96 2017 2019 0.1093 -0.1016 0.3201 +96 2017 2020 0.2711 0.0265 0.5156 +96 2017 2021 0.3073 0.0427 0.572 +96 2017 2022 0.0658 -0.1944 0.326 +96 2017 2023 0.1445 -0.1388 0.4277 +96 2017 2024 0.0394 -0.2463 0.3251 +96 2017 2025 0.0634 -0.2402 0.367 +96 2018 2019 0.0307 -0.1431 0.2044 +96 2018 2020 0.1925 -0.0251 0.41 +96 2018 2021 0.2288 -0.0032 0.4607 +96 2018 2022 -0.0128 -0.259 0.2334 +96 2018 2023 0.0659 -0.199 0.3308 +96 2018 2024 -0.0392 -0.3051 0.2268 +96 2018 2025 -0.0152 -0.3031 0.2727 +96 2019 2020 0.1618 -0.0229 0.3465 +96 2019 2021 0.1981 -0.0214 0.4175 +96 2019 2022 -0.0434 -0.272 0.1851 +96 2019 2023 0.0352 -0.2194 0.2898 +96 2019 2024 -0.0698 -0.3309 0.1912 +96 2019 2025 -0.0458 -0.3236 0.2319 +96 2020 2021 0.0363 -0.1402 0.2128 +96 2020 2022 -0.2052 -0.4306 0.0201 +96 2020 2023 -0.1266 -0.356 0.1028 +96 2020 2024 -0.2316 -0.4826 0.0193 +96 2020 2025 -0.2077 -0.4758 0.0605 +96 2021 2022 -0.2415 -0.4365 -0.0466 +96 2021 2023 -0.1629 -0.3747 0.049 +96 2021 2024 -0.2679 -0.4993 -0.0366 +96 2021 2025 -0.2439 -0.4977 0.0098 +96 2022 2023 0.0787 -0.117 0.2744 +96 2022 2024 -0.0264 -0.2503 0.1975 +96 2022 2025 -0.0024 -0.2495 0.2447 +96 2023 2024 -0.1051 -0.2938 0.0837 +96 2023 2025 -0.0811 -0.3055 0.1433 +96 2024 2025 0.024 -0.1622 0.2102 +97 2007 2010 -0.0492 -0.1258 0.0274 +97 2007 2013 -0.1364 -0.2187 -0.0542 +97 2007 2016 -0.2035 -0.2854 -0.1216 +97 2007 2019 -0.3352 -0.4225 -0.2479 +97 2007 2022 -0.3468 -0.4345 -0.259 +97 2007 2025 -0.305 -0.4109 -0.1991 +97 2010 2013 -0.0872 -0.1632 -0.0113 +97 2010 2016 -0.1543 -0.2342 -0.0744 +97 2010 2019 -0.286 -0.3714 -0.2006 +97 2010 2022 -0.2976 -0.384 -0.2112 +97 2010 2025 -0.2558 -0.3615 -0.1502 +97 2013 2016 -0.067 -0.1418 0.0077 +97 2013 2019 -0.1987 -0.2811 -0.1164 +97 2013 2022 -0.2103 -0.2943 -0.1264 +97 2013 2025 -0.1686 -0.2733 -0.0638 +97 2016 2019 -0.1317 -0.208 -0.0553 +97 2016 2022 -0.1433 -0.2248 -0.0618 +97 2016 2025 -0.1015 -0.2056 0.0025 +97 2019 2022 -0.0116 -0.0883 0.0651 +97 2019 2025 0.0302 -0.0751 0.1354 +97 2022 2025 0.0418 -0.0555 0.1391 +98 2007 2010 -0.0404 -0.3801 0.2993 +98 2007 2013 -0.2082 -0.5802 0.1637 +98 2007 2016 -0.0335 -0.3854 0.3183 +98 2007 2019 0.2854 -0.0657 0.6365 +98 2007 2022 0.63 0.2762 0.9837 +98 2007 2025 0.3956 -0.0645 0.8557 +98 2010 2013 -0.1679 -0.5106 0.1748 +98 2010 2016 0.0068 -0.3297 0.3433 +98 2010 2019 0.3258 -0.0136 0.6651 +98 2010 2022 0.6703 0.3261 1.0146 +98 2010 2025 0.4359 -0.0209 0.8928 +98 2013 2016 0.1747 -0.1497 0.4991 +98 2013 2019 0.4936 0.1499 0.8373 +98 2013 2022 0.8382 0.4842 1.1922 +98 2013 2025 0.6038 0.1422 1.0654 +98 2016 2019 0.3189 0.0158 0.6221 +98 2016 2022 0.6635 0.3391 0.988 +98 2016 2025 0.4291 -0.018 0.8763 +98 2019 2022 0.3446 0.0439 0.6452 +98 2019 2025 0.1102 -0.3298 0.5502 +98 2022 2025 -0.2344 -0.6547 0.1859 +99 2007 2010 -0.0831 -0.1555 -0.0107 +99 2007 2013 -0.0374 -0.1121 0.0373 +99 2007 2016 -0.106 -0.181 -0.0311 +99 2007 2019 -0.1122 -0.1887 -0.0357 +99 2007 2022 -0.0482 -0.1251 0.0287 +99 2007 2025 0.1787 0.088 0.2694 +99 2010 2013 0.0456 -0.0289 0.1201 +99 2010 2016 -0.023 -0.0996 0.0536 +99 2010 2019 -0.0291 -0.1076 0.0494 +99 2010 2022 0.0348 -0.0438 0.1135 +99 2010 2025 0.2618 0.1647 0.3589 +99 2013 2016 -0.0686 -0.1419 0.0047 +99 2013 2019 -0.0747 -0.153 0.0035 +99 2013 2022 -0.0108 -0.0899 0.0683 +99 2013 2025 0.2162 0.123 0.3093 +99 2016 2019 -0.0061 -0.0782 0.0659 +99 2016 2022 0.0578 -0.0177 0.1333 +99 2016 2025 0.2848 0.1902 0.3793 +99 2019 2022 0.064 -0.0083 0.1363 +99 2019 2025 0.2909 0.1956 0.3862 +99 2022 2025 0.2269 0.1353 0.3186 +100 2007 2010 -0.0549 -0.2634 0.1536 +100 2007 2013 -0.0156 -0.258 0.2268 +100 2007 2016 -0.0548 -0.3096 0.1999 +100 2007 2019 -0.1206 -0.3835 0.1424 +100 2007 2022 -0.1838 -0.461 0.0933 +100 2007 2025 -0.1974 -0.5285 0.1337 +100 2010 2013 0.0393 -0.1638 0.2424 +100 2010 2016 1e-04 -0.2353 0.2355 +100 2010 2019 -0.0657 -0.3143 0.1829 +100 2010 2022 -0.129 -0.3928 0.1349 +100 2010 2025 -0.1425 -0.4631 0.1781 +100 2013 2016 -0.0392 -0.2363 0.1578 +100 2013 2019 -0.105 -0.3374 0.1275 +100 2013 2022 -0.1682 -0.4242 0.0877 +100 2013 2025 -0.1818 -0.4972 0.1336 +100 2016 2019 -0.0657 -0.2631 0.1316 +100 2016 2022 -0.129 -0.3691 0.111 +100 2016 2025 -0.1426 -0.4483 0.1632 +100 2019 2022 -0.0633 -0.2665 0.14 +100 2019 2025 -0.0768 -0.3631 0.2095 +100 2022 2025 -0.0135 -0.2488 0.2217 +101 2007 2010 -0.2437 -0.461 -0.0265 +101 2007 2013 -0.649 -0.9214 -0.3766 +101 2007 2016 -0.7555 -1.0279 -0.483 +101 2007 2019 -0.8284 -1.1023 -0.5544 +101 2007 2022 -0.8864 -1.161 -0.6118 +101 2007 2025 -0.9164 -1.2687 -0.564 +101 2010 2013 -0.4053 -0.6351 -0.1756 +101 2010 2016 -0.5118 -0.7573 -0.2662 +101 2010 2019 -0.5846 -0.8366 -0.3327 +101 2010 2022 -0.6427 -0.8957 -0.3897 +101 2010 2025 -0.6726 -1.0158 -0.3295 +101 2013 2016 -0.1064 -0.3405 0.1276 +101 2013 2019 -0.1793 -0.4379 0.0793 +101 2013 2022 -0.2374 -0.5016 0.0268 +101 2013 2025 -0.2673 -0.6209 0.0862 +101 2016 2019 -0.0729 -0.3113 0.1656 +101 2016 2022 -0.1309 -0.3931 0.1312 +101 2016 2025 -0.1609 -0.5155 0.1937 +101 2019 2022 -0.0581 -0.2981 0.182 +101 2019 2025 -0.088 -0.4364 0.2604 +101 2022 2025 -0.0299 -0.3373 0.2774 +102 2007 2010 -0.0181 -0.1469 0.1106 +102 2007 2013 -0.0368 -0.2058 0.1322 +102 2007 2016 0.0192 -0.1669 0.2053 +102 2007 2019 0.047 -0.1537 0.2477 +102 2007 2022 0.0763 -0.1377 0.2903 +102 2007 2025 0.1108 -0.1316 0.3532 +102 2010 2013 -0.0186 -0.146 0.1089 +102 2010 2016 0.0374 -0.1235 0.1983 +102 2010 2019 0.0652 -0.1177 0.2481 +102 2010 2022 0.0945 -0.1072 0.2962 +102 2010 2025 0.1291 -0.1064 0.3645 +102 2013 2016 0.056 -0.0742 0.1862 +102 2013 2019 0.0839 -0.0835 0.2513 +102 2013 2022 0.1133 -0.0809 0.3074 +102 2013 2025 0.1479 -0.0857 0.3815 +102 2016 2019 0.0278 -0.0955 0.1512 +102 2016 2022 0.0571 -0.1024 0.2166 +102 2016 2025 0.0916 -0.1101 0.2934 +102 2019 2022 0.0293 -0.0957 0.1543 +102 2019 2025 0.0638 -0.1148 0.2423 +102 2022 2025 0.0345 -0.1024 0.1713 +103 2007 2008 -0.3774 -1.0092 0.2544 +103 2007 2009 -0.3551 -1.087 0.3769 +103 2007 2010 -0.2392 -1.0828 0.6043 +103 2007 2011 0.0695 -0.7732 0.9123 +103 2007 2012 0.4926 -0.2876 1.2728 +103 2007 2013 0.9161 0.2071 1.6251 +103 2007 2014 0.8078 0.0631 1.5524 +103 2007 2015 0.7746 0.0169 1.5323 +103 2007 2016 1.0092 0.3032 1.7153 +103 2007 2017 1.1219 0.3942 1.8497 +103 2007 2018 1.2128 0.4795 1.9462 +103 2007 2019 0.9919 0.2293 1.7544 +103 2007 2020 1.0274 0.2358 1.8189 +103 2007 2021 1.1849 0.4209 1.949 +103 2007 2022 0.7445 -0.0521 1.5411 +103 2007 2023 0.6809 -0.1183 1.4801 +103 2007 2024 0.6103 -0.1275 1.3481 +103 2007 2025 0.3719 -0.4473 1.1911 +103 2008 2009 0.0222 -0.5316 0.576 +103 2008 2010 0.1381 -0.5815 0.8577 +103 2008 2011 0.4468 -0.327 1.2206 +103 2008 2012 0.8698 0.0868 1.6528 +103 2008 2013 1.2933 0.5012 2.0853 +103 2008 2014 1.1849 0.4248 1.945 +103 2008 2015 1.1518 0.4041 1.8994 +103 2008 2016 1.3864 0.6381 2.1346 +103 2008 2017 1.4991 0.7317 2.2664 +103 2008 2018 1.59 0.7948 2.3852 +103 2008 2019 1.369 0.6016 2.1364 +103 2008 2020 1.4045 0.6001 2.2089 +103 2008 2021 1.5621 0.7273 2.3969 +103 2008 2022 1.1216 0.3452 1.898 +103 2008 2023 1.0581 0.2598 1.8564 +103 2008 2024 0.9874 0.2303 1.7445 +103 2008 2025 0.749 -0.0456 1.5436 +103 2009 2010 0.1159 -0.4484 0.6802 +103 2009 2011 0.4246 -0.2556 1.1047 +103 2009 2012 0.8476 0.1306 1.5646 +103 2009 2013 1.271 0.5232 2.0188 +103 2009 2014 1.1627 0.4369 1.8885 +103 2009 2015 1.1295 0.4217 1.8373 +103 2009 2016 1.3641 0.6527 2.0755 +103 2009 2017 1.4768 0.7406 2.213 +103 2009 2018 1.5677 0.8118 2.3236 +103 2009 2019 1.3467 0.6124 2.0811 +103 2009 2020 1.3823 0.6065 2.158 +103 2009 2021 1.5398 0.7382 2.3414 +103 2009 2022 1.0994 0.3544 1.8444 +103 2009 2023 1.0358 0.2704 1.8012 +103 2009 2024 0.9651 0.2531 1.6771 +103 2009 2025 0.7268 -0.031 1.4846 +103 2010 2011 0.3087 -0.2686 0.886 +103 2010 2012 0.7318 0.0137 1.4498 +103 2010 2013 1.1554 0.3623 1.9484 +103 2010 2014 1.0469 0.2651 1.8287 +103 2010 2015 1.0137 0.2465 1.781 +103 2010 2016 1.2484 0.4755 2.0212 +103 2010 2017 1.3611 0.5597 2.1624 +103 2010 2018 1.452 0.628 2.276 +103 2010 2019 1.2309 0.4361 2.0258 +103 2010 2020 1.2665 0.4292 2.1038 +103 2010 2021 1.4241 0.5559 2.2923 +103 2010 2022 0.9835 0.18 1.7871 +103 2010 2023 0.92 0.0902 1.7498 +103 2010 2024 0.8493 0.0628 1.6359 +103 2010 2025 0.6109 -0.2059 1.4278 +103 2011 2012 0.423 -0.157 1.003 +103 2011 2013 0.8467 0.1271 1.5663 +103 2011 2014 0.7382 -0.0048 1.4813 +103 2011 2015 0.705 -0.0366 1.4466 +103 2011 2016 0.9397 0.2022 1.6772 +103 2011 2017 1.0524 0.2863 1.8185 +103 2011 2018 1.1433 0.3588 1.9279 +103 2011 2019 0.9222 0.1489 1.6956 +103 2011 2020 0.9578 0.1453 1.7703 +103 2011 2021 1.1154 0.2879 1.9429 +103 2011 2022 0.6749 -0.1164 1.4661 +103 2011 2023 0.6113 -0.2007 1.4233 +103 2011 2024 0.5407 -0.2228 1.3042 +103 2011 2025 0.3023 -0.5042 1.1087 +103 2012 2013 0.4236 -0.1202 0.9674 +103 2012 2014 0.3152 -0.3267 0.957 +103 2012 2015 0.282 -0.3815 0.9455 +103 2012 2016 0.5167 -0.124 1.1573 +103 2012 2017 0.6294 -0.0422 1.3009 +103 2012 2018 0.7203 0.0425 1.3981 +103 2012 2019 0.4992 -0.2045 1.203 +103 2012 2020 0.5348 -0.2049 1.2745 +103 2012 2021 0.6924 -0.0351 1.4199 +103 2012 2022 0.2519 -0.4877 0.9914 +103 2012 2023 0.1883 -0.5596 0.9362 +103 2012 2024 0.1177 -0.5675 0.8028 +103 2012 2025 -0.1207 -0.88 0.6386 +103 2013 2014 -0.1084 -0.6163 0.3994 +103 2013 2015 -0.1416 -0.7367 0.4535 +103 2013 2016 0.0931 -0.4415 0.6278 +103 2013 2017 0.2058 -0.3724 0.784 +103 2013 2018 0.2968 -0.2883 0.8818 +103 2013 2019 0.0757 -0.5659 0.7174 +103 2013 2020 0.1112 -0.5594 0.7818 +103 2013 2021 0.2689 -0.3569 0.8946 +103 2013 2022 -0.1716 -0.8668 0.5235 +103 2013 2023 -0.2352 -0.9273 0.4569 +103 2013 2024 -0.3058 -0.9268 0.3153 +103 2013 2025 -0.5441 -1.2675 0.1792 +103 2014 2015 -0.0332 -0.5313 0.465 +103 2014 2016 0.2015 -0.3367 0.7397 +103 2014 2017 0.3142 -0.2577 0.8861 +103 2014 2018 0.4051 -0.2002 1.0105 +103 2014 2019 0.1841 -0.445 0.8131 +103 2014 2020 0.2196 -0.4311 0.8703 +103 2014 2021 0.3772 -0.2773 1.0318 +103 2014 2022 -0.0633 -0.7372 0.6106 +103 2014 2023 -0.1269 -0.8025 0.5488 +103 2014 2024 -0.1975 -0.8208 0.4258 +103 2014 2025 -0.4359 -1.1442 0.2724 +103 2015 2016 0.2347 -0.2522 0.7215 +103 2015 2017 0.3474 -0.2277 0.9225 +103 2015 2018 0.4383 -0.1648 1.0413 +103 2015 2019 0.2172 -0.4067 0.8412 +103 2015 2020 0.2528 -0.4135 0.919 +103 2015 2021 0.4104 -0.2624 1.0832 +103 2015 2022 -0.0301 -0.6962 0.6359 +103 2015 2023 -0.0937 -0.7706 0.5832 +103 2015 2024 -0.1643 -0.7809 0.4522 +103 2015 2025 -0.4027 -1.0975 0.2921 +103 2016 2017 0.1127 -0.3537 0.5792 +103 2016 2018 0.2036 -0.3307 0.738 +103 2016 2019 -0.0174 -0.5934 0.5586 +103 2016 2020 0.0181 -0.6097 0.6459 +103 2016 2021 0.1757 -0.437 0.7885 +103 2016 2022 -0.2648 -0.9054 0.3758 +103 2016 2023 -0.3284 -0.9743 0.3176 +103 2016 2024 -0.399 -0.9773 0.1793 +103 2016 2025 -0.6373 -1.3087 0.0341 +103 2017 2018 0.0909 -0.3869 0.5688 +103 2017 2019 -0.1301 -0.7077 0.4475 +103 2017 2020 -0.0946 -0.7185 0.5293 +103 2017 2021 0.0631 -0.5448 0.6709 +103 2017 2022 -0.3775 -1.0276 0.2726 +103 2017 2023 -0.4411 -1.0858 0.2037 +103 2017 2024 -0.5117 -1.098 0.0747 +103 2017 2025 -0.75 -1.4326 -0.0674 +103 2018 2019 -0.2211 -0.7344 0.2922 +103 2018 2020 -0.1856 -0.7944 0.4233 +103 2018 2021 -0.0279 -0.6184 0.5627 +103 2018 2022 -0.4685 -1.1301 0.1932 +103 2018 2023 -0.532 -1.1929 0.1289 +103 2018 2024 -0.6026 -1.1868 -0.0184 +103 2018 2025 -0.8409 -1.5424 -0.1395 +103 2019 2020 0.0355 -0.4831 0.5542 +103 2019 2021 0.1932 -0.4158 0.8022 +103 2019 2022 -0.2474 -0.8754 0.3806 +103 2019 2023 -0.311 -0.9737 0.3518 +103 2019 2024 -0.3816 -0.9947 0.2316 +103 2019 2025 -0.62 -1.3141 0.0742 +103 2020 2021 0.1577 -0.3814 0.6968 +103 2020 2022 -0.2829 -0.9198 0.354 +103 2020 2023 -0.3465 -1.024 0.331 +103 2020 2024 -0.4171 -1.0548 0.2206 +103 2020 2025 -0.6555 -1.3839 0.0729 +103 2021 2022 -0.4407 -1.0039 0.1225 +103 2021 2023 -0.5042 -1.1364 0.128 +103 2021 2024 -0.5747 -1.1636 0.0141 +103 2021 2025 -0.8131 -1.5366 -0.0896 +103 2022 2023 -0.0636 -0.5926 0.4654 +103 2022 2024 -0.1342 -0.7235 0.4552 +103 2022 2025 -0.3726 -1.0566 0.3115 +103 2023 2024 -0.0706 -0.5874 0.4461 +103 2023 2025 -0.309 -0.9769 0.3588 +103 2024 2025 -0.2385 -0.7675 0.2906 +104 2007 2008 0.1422 -0.0725 0.3568 +104 2007 2009 0.3288 0.0542 0.6034 +104 2007 2010 0.4226 0.1322 0.713 +104 2007 2011 0.4328 0.1298 0.7358 +104 2007 2012 0.4143 0.1136 0.7151 +104 2007 2013 0.4045 0.1106 0.6984 +104 2007 2014 0.3739 0.0751 0.6727 +104 2007 2015 0.2695 -0.02 0.559 +104 2007 2016 0.3263 0.0431 0.6095 +104 2007 2017 0.2971 0.0055 0.5888 +104 2007 2018 0.4434 0.1227 0.7641 +104 2007 2019 0.2421 -0.0433 0.5276 +104 2007 2020 0.2975 -0.0069 0.6019 +104 2007 2021 0.1754 -0.1126 0.4634 +104 2007 2022 0.1827 -0.1035 0.469 +104 2007 2023 0.1945 -0.0958 0.4848 +104 2007 2024 0.2981 0.0102 0.586 +104 2007 2025 0.5512 0.2229 0.8796 +104 2008 2009 0.1866 -0.0182 0.3915 +104 2008 2010 0.2805 0.0405 0.5205 +104 2008 2011 0.2907 0.0338 0.5475 +104 2008 2012 0.2722 0.013 0.5314 +104 2008 2013 0.2624 0.0075 0.5174 +104 2008 2014 0.2318 -0.0263 0.4899 +104 2008 2015 0.1274 -0.1315 0.3862 +104 2008 2016 0.1842 -0.063 0.4314 +104 2008 2017 0.155 -0.1029 0.413 +104 2008 2018 0.3013 0.0269 0.5756 +104 2008 2019 0.1 -0.1566 0.3566 +104 2008 2020 0.1554 -0.1081 0.4188 +104 2008 2021 0.0333 -0.2234 0.29 +104 2008 2022 0.0406 -0.216 0.2971 +104 2008 2023 0.0524 -0.2092 0.3139 +104 2008 2024 0.156 -0.0998 0.4117 +104 2008 2025 0.4092 0.1235 0.6949 +104 2009 2010 0.0939 -0.0949 0.2827 +104 2009 2011 0.1041 -0.1258 0.3339 +104 2009 2012 0.0856 -0.1506 0.3219 +104 2009 2013 0.0758 -0.1604 0.312 +104 2009 2014 0.0451 -0.1994 0.2896 +104 2009 2015 -0.0593 -0.3123 0.1938 +104 2009 2016 -0.0024 -0.2352 0.2303 +104 2009 2017 -0.0316 -0.2839 0.2207 +104 2009 2018 0.1147 -0.1291 0.3585 +104 2009 2019 -0.0866 -0.34 0.1669 +104 2009 2020 -0.0313 -0.2815 0.219 +104 2009 2021 -0.1533 -0.4062 0.0995 +104 2009 2022 -0.146 -0.3988 0.1067 +104 2009 2023 -0.1342 -0.3967 0.1283 +104 2009 2024 -0.0306 -0.2787 0.2174 +104 2009 2025 0.2226 -0.0344 0.4796 +104 2010 2011 0.0102 -0.182 0.2024 +104 2010 2012 -0.0083 -0.2302 0.2136 +104 2010 2013 -0.0181 -0.2414 0.2053 +104 2010 2014 -0.0487 -0.2868 0.1894 +104 2010 2015 -0.1531 -0.4055 0.0992 +104 2010 2016 -0.0963 -0.3226 0.1299 +104 2010 2017 -0.1255 -0.375 0.1241 +104 2010 2018 0.0208 -0.2173 0.2589 +104 2010 2019 -0.1805 -0.4301 0.0692 +104 2010 2020 -0.1251 -0.3706 0.1203 +104 2010 2021 -0.2472 -0.4998 0.0054 +104 2010 2022 -0.2399 -0.4886 0.0088 +104 2010 2023 -0.2281 -0.4893 0.0331 +104 2010 2024 -0.1245 -0.3702 0.1212 +104 2010 2025 0.1287 -0.1176 0.3751 +104 2011 2012 -0.0185 -0.2135 0.1765 +104 2011 2013 -0.0283 -0.2524 0.1958 +104 2011 2014 -0.0589 -0.2997 0.1818 +104 2011 2015 -0.1633 -0.4207 0.094 +104 2011 2016 -0.1065 -0.3448 0.1318 +104 2011 2017 -0.1357 -0.3909 0.1196 +104 2011 2018 0.0106 -0.24 0.2612 +104 2011 2019 -0.1907 -0.4491 0.0677 +104 2011 2020 -0.1353 -0.3886 0.118 +104 2011 2021 -0.2574 -0.517 0.0022 +104 2011 2022 -0.2501 -0.5083 0.0081 +104 2011 2023 -0.2383 -0.5047 0.0281 +104 2011 2024 -0.1347 -0.3885 0.1191 +104 2011 2025 0.1186 -0.1414 0.3785 +104 2012 2013 -0.0098 -0.2005 0.1808 +104 2012 2014 -0.0405 -0.2688 0.1878 +104 2012 2015 -0.1449 -0.3904 0.1007 +104 2012 2016 -0.088 -0.3208 0.1448 +104 2012 2017 -0.1172 -0.3681 0.1337 +104 2012 2018 0.0291 -0.2185 0.2767 +104 2012 2019 -0.1722 -0.4246 0.0802 +104 2012 2020 -0.1169 -0.3688 0.1351 +104 2012 2021 -0.2389 -0.4912 0.0133 +104 2012 2022 -0.2316 -0.4841 0.0208 +104 2012 2023 -0.2198 -0.4808 0.0411 +104 2012 2024 -0.1163 -0.3622 0.1297 +104 2012 2025 0.137 -0.1221 0.3961 +104 2013 2014 -0.0306 -0.2206 0.1593 +104 2013 2015 -0.1351 -0.3636 0.0935 +104 2013 2016 -0.0782 -0.2955 0.1391 +104 2013 2017 -0.1074 -0.3491 0.1344 +104 2013 2018 0.0389 -0.2024 0.2802 +104 2013 2019 -0.1624 -0.4046 0.0798 +104 2013 2020 -0.107 -0.3503 0.1362 +104 2013 2021 -0.2291 -0.4743 0.0161 +104 2013 2022 -0.2218 -0.4635 0.0199 +104 2013 2023 -0.21 -0.4627 0.0426 +104 2013 2024 -0.1064 -0.3456 0.1328 +104 2013 2025 0.1468 -0.1017 0.3953 +104 2014 2015 -0.1044 -0.3027 0.0939 +104 2014 2016 -0.0476 -0.2627 0.1675 +104 2014 2017 -0.0767 -0.3158 0.1623 +104 2014 2018 0.0695 -0.1746 0.3137 +104 2014 2019 -0.1317 -0.3782 0.1147 +104 2014 2020 -0.0764 -0.321 0.1682 +104 2014 2021 -0.1985 -0.4461 0.0491 +104 2014 2022 -0.1912 -0.4385 0.0562 +104 2014 2023 -0.1794 -0.433 0.0742 +104 2014 2024 -0.0758 -0.3198 0.1681 +104 2014 2025 0.1775 -0.0807 0.4356 +104 2015 2016 0.0568 -0.1346 0.2482 +104 2015 2017 0.0277 -0.2024 0.2578 +104 2015 2018 0.1739 -0.0804 0.4283 +104 2015 2019 -0.0273 -0.2686 0.2139 +104 2015 2020 0.028 -0.226 0.2821 +104 2015 2021 -0.0941 -0.3369 0.1488 +104 2015 2022 -0.0868 -0.3324 0.1588 +104 2015 2023 -0.075 -0.3255 0.1755 +104 2015 2024 0.0286 -0.2129 0.2701 +104 2015 2025 0.2818 0.006 0.5577 +104 2016 2017 -0.0292 -0.2184 0.1601 +104 2016 2018 0.1171 -0.1039 0.3382 +104 2016 2019 -0.0842 -0.3061 0.1378 +104 2016 2020 -0.0288 -0.2612 0.2036 +104 2016 2021 -0.1509 -0.3828 0.081 +104 2016 2022 -0.1436 -0.3732 0.086 +104 2016 2023 -0.1318 -0.3718 0.1082 +104 2016 2024 -0.0282 -0.2563 0.1999 +104 2016 2025 0.225 -0.021 0.471 +104 2017 2018 0.1463 -0.0634 0.356 +104 2017 2019 -0.055 -0.2794 0.1694 +104 2017 2020 3e-04 -0.241 0.2417 +104 2017 2021 -0.1218 -0.3611 0.1176 +104 2017 2022 -0.1144 -0.3567 0.1278 +104 2017 2023 -0.1026 -0.3489 0.1436 +104 2017 2024 9e-04 -0.2396 0.2415 +104 2017 2025 0.2542 -0.0161 0.5245 +104 2018 2019 -0.2013 -0.4144 0.0117 +104 2018 2020 -0.1459 -0.3746 0.0827 +104 2018 2021 -0.268 -0.5179 -0.0181 +104 2018 2022 -0.2607 -0.5154 -0.006 +104 2018 2023 -0.2489 -0.5167 0.0189 +104 2018 2024 -0.1453 -0.3953 0.1047 +104 2018 2025 0.108 -0.1376 0.3535 +104 2019 2020 0.0554 -0.1439 0.2546 +104 2019 2021 -0.0668 -0.2875 0.154 +104 2019 2022 -0.0594 -0.2894 0.1705 +104 2019 2023 -0.0476 -0.29 0.1947 +104 2019 2024 0.0559 -0.1802 0.292 +104 2019 2025 0.3092 0.0425 0.5759 +104 2020 2021 -0.1221 -0.3211 0.0768 +104 2020 2022 -0.1148 -0.3447 0.1151 +104 2020 2023 -0.103 -0.3506 0.1446 +104 2020 2024 6e-04 -0.2423 0.2435 +104 2020 2025 0.2539 -0.0023 0.51 +104 2021 2022 0.0073 -0.1816 0.1962 +104 2021 2023 0.0191 -0.2052 0.2434 +104 2021 2024 0.1227 -0.105 0.3503 +104 2021 2025 0.3759 0.1083 0.6436 +104 2022 2023 0.0118 -0.1804 0.204 +104 2022 2024 0.1154 -0.1022 0.333 +104 2022 2025 0.3686 0.1119 0.6253 +104 2023 2024 0.1036 -0.0892 0.2964 +104 2023 2025 0.3569 0.0949 0.6189 +104 2024 2025 0.2533 0.0391 0.4675 +105 2007 2008 -0.1028 -0.3348 0.1293 +105 2007 2009 -0.1621 -0.458 0.1338 +105 2007 2010 -0.1459 -0.4718 0.1801 +105 2007 2011 0.1118 -0.1857 0.4094 +105 2007 2012 0.1059 -0.1934 0.4052 +105 2007 2013 0.0744 -0.2281 0.377 +105 2007 2014 0.0553 -0.2566 0.3673 +105 2007 2015 0.0189 -0.297 0.3348 +105 2007 2016 0.0023 -0.3175 0.3222 +105 2007 2017 -0.0129 -0.3508 0.325 +105 2007 2018 0.1711 -0.1304 0.4725 +105 2007 2019 0.212 -0.0949 0.5189 +105 2007 2020 0.2025 -0.1079 0.513 +105 2007 2021 0.0718 -0.2427 0.3863 +105 2007 2022 0.0523 -0.269 0.3737 +105 2007 2023 0.0905 -0.2283 0.4092 +105 2007 2024 0.1023 -0.2056 0.4102 +105 2007 2025 0.0527 -0.273 0.3784 +105 2008 2009 -0.0592 -0.2726 0.1541 +105 2008 2010 -0.043 -0.3053 0.2193 +105 2008 2011 0.2145 -0.0672 0.4963 +105 2008 2012 0.2086 -0.0691 0.4862 +105 2008 2013 0.1771 -0.0996 0.4538 +105 2008 2014 0.158 -0.1228 0.4388 +105 2008 2015 0.1216 -0.1564 0.3995 +105 2008 2016 0.105 -0.174 0.3841 +105 2008 2017 0.0898 -0.1971 0.3766 +105 2008 2018 0.2737 -0.0123 0.5597 +105 2008 2019 0.3147 0.0135 0.6159 +105 2008 2020 0.3052 0.004 0.6064 +105 2008 2021 0.1745 -0.0998 0.4487 +105 2008 2022 0.155 -0.128 0.438 +105 2008 2023 0.1931 -0.0959 0.4822 +105 2008 2024 0.2049 -0.0772 0.487 +105 2008 2025 0.1553 -0.1372 0.4479 +105 2009 2010 0.0162 -0.1934 0.2259 +105 2009 2011 0.2738 -0.0193 0.567 +105 2009 2012 0.2679 -0.016 0.5517 +105 2009 2013 0.2363 -0.0432 0.5159 +105 2009 2014 0.2172 -0.0661 0.5005 +105 2009 2015 0.1808 -0.091 0.4525 +105 2009 2016 0.1642 -0.107 0.4354 +105 2009 2017 0.149 -0.1244 0.4223 +105 2009 2018 0.3329 0.0332 0.6326 +105 2009 2019 0.3739 0.0534 0.6943 +105 2009 2020 0.3644 0.0434 0.6853 +105 2009 2021 0.2337 -0.036 0.5033 +105 2009 2022 0.2142 -0.0644 0.4928 +105 2009 2023 0.2523 -0.0417 0.5463 +105 2009 2024 0.2641 -0.0241 0.5523 +105 2009 2025 0.2145 -0.0773 0.5063 +105 2010 2011 0.2579 -0.0223 0.538 +105 2010 2012 0.2517 -0.0346 0.538 +105 2010 2013 0.2202 -0.0639 0.5043 +105 2010 2014 0.2011 -0.0912 0.4933 +105 2010 2015 0.1646 -0.1187 0.4479 +105 2010 2016 0.148 -0.1319 0.428 +105 2010 2017 0.1328 -0.1472 0.4127 +105 2010 2018 0.3168 0.004 0.6297 +105 2010 2019 0.3578 0.0269 0.6886 +105 2010 2020 0.3483 0.0158 0.6808 +105 2010 2021 0.2175 -0.0633 0.4982 +105 2010 2022 0.198 -0.0896 0.4856 +105 2010 2023 0.2362 -0.0694 0.5417 +105 2010 2024 0.248 -0.0539 0.5498 +105 2010 2025 0.1983 -0.1028 0.4994 +105 2011 2012 -0.0059 -0.2113 0.1995 +105 2011 2013 -0.0374 -0.2868 0.212 +105 2011 2014 -0.0565 -0.323 0.21 +105 2011 2015 -0.093 -0.3727 0.1868 +105 2011 2016 -0.1095 -0.4015 0.1824 +105 2011 2017 -0.1248 -0.4393 0.1897 +105 2011 2018 0.0593 -0.199 0.3176 +105 2011 2019 0.1002 -0.1652 0.3657 +105 2011 2020 0.0908 -0.1743 0.3558 +105 2011 2021 -0.04 -0.3246 0.2446 +105 2011 2022 -0.0595 -0.3555 0.2365 +105 2011 2023 -0.0213 -0.3066 0.2639 +105 2011 2024 -0.0095 -0.2822 0.2632 +105 2011 2025 -0.0591 -0.361 0.2427 +105 2012 2013 -0.0314 -0.2351 0.1722 +105 2012 2014 -0.0506 -0.2929 0.1917 +105 2012 2015 -0.087 -0.3421 0.168 +105 2012 2016 -0.1036 -0.3739 0.1668 +105 2012 2017 -0.1189 -0.4104 0.1727 +105 2012 2018 0.0652 -0.1819 0.3123 +105 2012 2019 0.1062 -0.1531 0.3654 +105 2012 2020 0.0967 -0.1652 0.3585 +105 2012 2021 -0.0341 -0.2989 0.2307 +105 2012 2022 -0.0535 -0.3315 0.2244 +105 2012 2023 -0.0154 -0.2889 0.2581 +105 2012 2024 -0.0036 -0.2625 0.2553 +105 2012 2025 -0.0532 -0.3393 0.2329 +105 2013 2014 -0.0191 -0.225 0.1867 +105 2013 2015 -0.0556 -0.2964 0.1852 +105 2013 2016 -0.0721 -0.3289 0.1846 +105 2013 2017 -0.0874 -0.3663 0.1915 +105 2013 2018 0.0967 -0.1577 0.351 +105 2013 2019 0.1376 -0.1267 0.402 +105 2013 2020 0.1281 -0.1412 0.3974 +105 2013 2021 -0.0026 -0.2648 0.2595 +105 2013 2022 -0.0221 -0.2936 0.2494 +105 2013 2023 0.016 -0.2575 0.2895 +105 2013 2024 0.0279 -0.2341 0.2898 +105 2013 2025 -0.0218 -0.3014 0.2579 +105 2014 2015 -0.0364 -0.2432 0.1703 +105 2014 2016 -0.053 -0.3002 0.1942 +105 2014 2017 -0.0683 -0.3406 0.204 +105 2014 2018 0.1158 -0.1408 0.3724 +105 2014 2019 0.1567 -0.1138 0.4273 +105 2014 2020 0.1472 -0.1254 0.4199 +105 2014 2021 0.0165 -0.2478 0.2808 +105 2014 2022 -0.003 -0.2783 0.2723 +105 2014 2023 0.0352 -0.2411 0.3114 +105 2014 2024 0.047 -0.2196 0.3135 +105 2014 2025 -0.0027 -0.2879 0.2826 +105 2015 2016 -0.0166 -0.2212 0.1881 +105 2015 2017 -0.0318 -0.2811 0.2174 +105 2015 2018 0.1522 -0.097 0.4015 +105 2015 2019 0.1932 -0.0778 0.4642 +105 2015 2020 0.1837 -0.0923 0.4596 +105 2015 2021 0.0529 -0.2016 0.3074 +105 2015 2022 0.0334 -0.234 0.3009 +105 2015 2023 0.0716 -0.2019 0.345 +105 2015 2024 0.0834 -0.1789 0.3457 +105 2015 2025 0.0338 -0.2455 0.313 +105 2016 2017 -0.0152 -0.2245 0.1941 +105 2016 2018 0.1689 -0.0764 0.4141 +105 2016 2019 0.2098 -0.0612 0.4807 +105 2016 2020 0.2003 -0.0794 0.4799 +105 2016 2021 0.0695 -0.1857 0.3247 +105 2016 2022 0.05 -0.2146 0.3146 +105 2016 2023 0.0881 -0.1866 0.3629 +105 2016 2024 0.0999 -0.1672 0.3671 +105 2016 2025 0.0503 -0.2274 0.328 +105 2017 2018 0.1843 -0.0502 0.4188 +105 2017 2019 0.2252 -0.055 0.5053 +105 2017 2020 0.2156 -0.0755 0.5068 +105 2017 2021 0.0847 -0.1748 0.3443 +105 2017 2022 0.0653 -0.2064 0.3369 +105 2017 2023 0.1034 -0.1809 0.3878 +105 2017 2024 0.1152 -0.1655 0.3959 +105 2017 2025 0.0656 -0.2232 0.3544 +105 2018 2019 0.041 -0.1577 0.2397 +105 2018 2020 0.0315 -0.2001 0.263 +105 2018 2021 -0.0993 -0.3415 0.1428 +105 2018 2022 -0.1188 -0.3804 0.1429 +105 2018 2023 -0.0806 -0.3406 0.1794 +105 2018 2024 -0.0688 -0.3136 0.1761 +105 2018 2025 -0.1184 -0.3947 0.1578 +105 2019 2020 -0.0095 -0.2122 0.1932 +105 2019 2021 -0.1404 -0.3859 0.1052 +105 2019 2022 -0.1598 -0.4259 0.1063 +105 2019 2023 -0.1216 -0.3894 0.1462 +105 2019 2024 -0.1098 -0.3677 0.1482 +105 2019 2025 -0.1594 -0.4451 0.1263 +105 2020 2021 -0.1309 -0.3476 0.0857 +105 2020 2022 -0.1504 -0.4083 0.1076 +105 2020 2023 -0.1121 -0.3743 0.15 +105 2020 2024 -0.1003 -0.3583 0.1577 +105 2020 2025 -0.1499 -0.4388 0.1389 +105 2021 2022 -0.0195 -0.2199 0.1809 +105 2021 2023 0.0187 -0.2203 0.2576 +105 2021 2024 0.0305 -0.2096 0.2705 +105 2021 2025 -0.0192 -0.2835 0.2451 +105 2022 2023 0.0381 -0.1703 0.2466 +105 2022 2024 0.05 -0.1886 0.2885 +105 2022 2025 3e-04 -0.2639 0.2645 +105 2023 2024 0.0118 -0.1931 0.2167 +105 2023 2025 -0.0378 -0.2962 0.2205 +105 2024 2025 -0.0497 -0.2601 0.1608 +106 2007 2008 -0.0123 -0.1913 0.1666 +106 2007 2009 -0.079 -0.2873 0.1293 +106 2007 2010 -0.1663 -0.37 0.0374 +106 2007 2011 0.0055 -0.2151 0.2261 +106 2007 2012 -0.2361 -0.4617 -0.0104 +106 2007 2013 -0.3834 -0.6004 -0.1664 +106 2007 2014 -0.5202 -0.7596 -0.2808 +106 2007 2015 -0.5125 -0.7475 -0.2776 +106 2007 2016 -0.4558 -0.6762 -0.2354 +106 2007 2017 -0.4856 -0.7225 -0.2487 +106 2007 2018 -0.5107 -0.7412 -0.2803 +106 2007 2019 -0.4732 -0.6914 -0.2551 +106 2007 2020 -0.5074 -0.7391 -0.2757 +106 2007 2021 -0.5382 -0.7699 -0.3065 +106 2007 2022 -0.7913 -1.0393 -0.5433 +106 2007 2023 -0.9344 -1.1901 -0.6786 +106 2007 2024 -0.961 -1.2041 -0.7179 +106 2007 2025 -1.1428 -1.4138 -0.8717 +106 2008 2009 -0.0666 -0.2583 0.125 +106 2008 2010 -0.154 -0.3636 0.0557 +106 2008 2011 0.0178 -0.2018 0.2375 +106 2008 2012 -0.2237 -0.4558 0.0083 +106 2008 2013 -0.3711 -0.5975 -0.1447 +106 2008 2014 -0.5079 -0.7549 -0.2609 +106 2008 2015 -0.5002 -0.7435 -0.2569 +106 2008 2016 -0.4434 -0.6726 -0.2143 +106 2008 2017 -0.4733 -0.716 -0.2305 +106 2008 2018 -0.4984 -0.7357 -0.2611 +106 2008 2019 -0.4609 -0.6858 -0.2359 +106 2008 2020 -0.495 -0.7314 -0.2587 +106 2008 2021 -0.5258 -0.7613 -0.2904 +106 2008 2022 -0.779 -1.0347 -0.5232 +106 2008 2023 -0.922 -1.1847 -0.6594 +106 2008 2024 -0.9487 -1.1975 -0.6998 +106 2008 2025 -1.1304 -1.4104 -0.8504 +106 2009 2010 -0.0873 -0.2823 0.1077 +106 2009 2011 0.0845 -0.1474 0.3164 +106 2009 2012 -0.1571 -0.3954 0.0812 +106 2009 2013 -0.3045 -0.5386 -0.0704 +106 2009 2014 -0.4412 -0.6952 -0.1873 +106 2009 2015 -0.4335 -0.6838 -0.1832 +106 2009 2016 -0.3768 -0.616 -0.1376 +106 2009 2017 -0.4066 -0.6588 -0.1545 +106 2009 2018 -0.4318 -0.6754 -0.1881 +106 2009 2019 -0.3942 -0.6305 -0.1579 +106 2009 2020 -0.4284 -0.6765 -0.1803 +106 2009 2021 -0.4592 -0.7053 -0.213 +106 2009 2022 -0.7123 -0.9742 -0.4504 +106 2009 2023 -0.8554 -1.1241 -0.5867 +106 2009 2024 -0.882 -1.1384 -0.6256 +106 2009 2025 -1.0638 -1.3472 -0.7804 +106 2010 2011 0.1718 -0.0465 0.3902 +106 2010 2012 -0.0697 -0.2954 0.1559 +106 2010 2013 -0.2172 -0.4374 0.0031 +106 2010 2014 -0.3539 -0.5924 -0.1155 +106 2010 2015 -0.3462 -0.5861 -0.1063 +106 2010 2016 -0.2895 -0.5221 -0.0568 +106 2010 2017 -0.3193 -0.5651 -0.0736 +106 2010 2018 -0.3444 -0.582 -0.1069 +106 2010 2019 -0.3069 -0.5374 -0.0764 +106 2010 2020 -0.3411 -0.585 -0.0971 +106 2010 2021 -0.3719 -0.6195 -0.1243 +106 2010 2022 -0.625 -0.8746 -0.3754 +106 2010 2023 -0.7681 -1.0241 -0.5121 +106 2010 2024 -0.7947 -1.0455 -0.5439 +106 2010 2025 -0.9765 -1.243 -0.71 +106 2011 2012 -0.2416 -0.4579 -0.0252 +106 2011 2013 -0.389 -0.6276 -0.1503 +106 2011 2014 -0.5257 -0.7965 -0.255 +106 2011 2015 -0.518 -0.7821 -0.254 +106 2011 2016 -0.4613 -0.7031 -0.2194 +106 2011 2017 -0.4911 -0.7481 -0.2341 +106 2011 2018 -0.5162 -0.7721 -0.2603 +106 2011 2019 -0.4787 -0.7161 -0.2413 +106 2011 2020 -0.5129 -0.7597 -0.2661 +106 2011 2021 -0.5437 -0.7809 -0.3064 +106 2011 2022 -0.7968 -1.0746 -0.519 +106 2011 2023 -0.9399 -1.2278 -0.6519 +106 2011 2024 -0.9665 -1.2307 -0.7023 +106 2011 2025 -1.1482 -1.4595 -0.8369 +106 2012 2013 -0.1474 -0.351 0.0562 +106 2012 2014 -0.2842 -0.5308 -0.0376 +106 2012 2015 -0.2765 -0.5274 -0.0255 +106 2012 2016 -0.2197 -0.4654 0.026 +106 2012 2017 -0.2496 -0.5085 0.0093 +106 2012 2018 -0.2747 -0.5265 -0.0229 +106 2012 2019 -0.2371 -0.4824 0.0081 +106 2012 2020 -0.2713 -0.5274 -0.0153 +106 2012 2021 -0.3021 -0.5579 -0.0464 +106 2012 2022 -0.5553 -0.8239 -0.2866 +106 2012 2023 -0.6983 -0.9731 -0.4236 +106 2012 2024 -0.725 -0.9889 -0.461 +106 2012 2025 -0.9067 -1.1953 -0.6182 +106 2013 2014 -0.1368 -0.3447 0.0711 +106 2013 2015 -0.1291 -0.3626 0.1044 +106 2013 2016 -0.0723 -0.3055 0.1609 +106 2013 2017 -0.1022 -0.3516 0.1473 +106 2013 2018 -0.1273 -0.3714 0.1169 +106 2013 2019 -0.0898 -0.3264 0.1469 +106 2013 2020 -0.1239 -0.3722 0.1244 +106 2013 2021 -0.1547 -0.4066 0.0972 +106 2013 2022 -0.4079 -0.6663 -0.1494 +106 2013 2023 -0.5509 -0.8155 -0.2864 +106 2013 2024 -0.5776 -0.8337 -0.3214 +106 2013 2025 -0.7593 -1.0348 -0.4839 +106 2014 2015 0.0077 -0.2057 0.2211 +106 2014 2016 0.0645 -0.1795 0.3084 +106 2014 2017 0.0346 -0.2268 0.296 +106 2014 2018 0.0095 -0.2499 0.2689 +106 2014 2019 0.047 -0.2111 0.3052 +106 2014 2020 0.0128 -0.2545 0.2801 +106 2014 2021 -0.0179 -0.2935 0.2576 +106 2014 2022 -0.2711 -0.5419 -3e-04 +106 2014 2023 -0.4141 -0.6882 -0.1401 +106 2014 2024 -0.4408 -0.7143 -0.1673 +106 2014 2025 -0.6226 -0.9053 -0.3399 +106 2015 2016 0.0568 -0.1536 0.2671 +106 2015 2017 0.0269 -0.223 0.2768 +106 2015 2018 0.0018 -0.251 0.2546 +106 2015 2019 0.0393 -0.2119 0.2905 +106 2015 2020 0.0051 -0.2577 0.268 +106 2015 2021 -0.0257 -0.2918 0.2405 +106 2015 2022 -0.2788 -0.5484 -0.0091 +106 2015 2023 -0.4219 -0.6966 -0.1471 +106 2015 2024 -0.4485 -0.7171 -0.1799 +106 2015 2025 -0.6303 -0.9158 -0.3447 +106 2016 2017 -0.0299 -0.2389 0.1792 +106 2016 2018 -0.055 -0.2892 0.1792 +106 2016 2019 -0.0174 -0.25 0.2151 +106 2016 2020 -0.0516 -0.2993 0.1961 +106 2016 2021 -0.0824 -0.3298 0.165 +106 2016 2022 -0.3355 -0.5989 -0.0721 +106 2016 2023 -0.4786 -0.7503 -0.2069 +106 2016 2024 -0.5052 -0.7639 -0.2466 +106 2016 2025 -0.687 -0.9729 -0.4011 +106 2017 2018 -0.0251 -0.2378 0.1876 +106 2017 2019 0.0124 -0.2255 0.2504 +106 2017 2020 -0.0218 -0.2773 0.2338 +106 2017 2021 -0.0525 -0.3125 0.2074 +106 2017 2022 -0.3057 -0.579 -0.0324 +106 2017 2023 -0.4488 -0.7287 -0.1688 +106 2017 2024 -0.4754 -0.7458 -0.205 +106 2017 2025 -0.6572 -0.9517 -0.3626 +106 2018 2019 0.0375 -0.1689 0.244 +106 2018 2020 0.0034 -0.2411 0.2478 +106 2018 2021 -0.0274 -0.2799 0.2251 +106 2018 2022 -0.2806 -0.5462 -0.0149 +106 2018 2023 -0.4236 -0.6972 -0.1501 +106 2018 2024 -0.4503 -0.7147 -0.1858 +106 2018 2025 -0.6321 -0.9192 -0.3449 +106 2019 2020 -0.0342 -0.2388 0.1704 +106 2019 2021 -0.065 -0.2947 0.1648 +106 2019 2022 -0.3181 -0.5729 -0.0633 +106 2019 2023 -0.4612 -0.7293 -0.1931 +106 2019 2024 -0.4878 -0.743 -0.2326 +106 2019 2025 -0.6696 -0.9551 -0.3841 +106 2020 2021 -0.0308 -0.2398 0.1783 +106 2020 2022 -0.2839 -0.5391 -0.0288 +106 2020 2023 -0.427 -0.6988 -0.1552 +106 2020 2024 -0.4536 -0.716 -0.1913 +106 2020 2025 -0.6354 -0.93 -0.3408 +106 2021 2022 -0.2532 -0.4808 -0.0256 +106 2021 2023 -0.3962 -0.6624 -0.1301 +106 2021 2024 -0.4228 -0.6782 -0.1675 +106 2021 2025 -0.6046 -0.9044 -0.3048 +106 2022 2023 -0.1431 -0.3651 0.0789 +106 2022 2024 -0.1697 -0.4245 0.0851 +106 2022 2025 -0.3515 -0.6306 -0.0725 +106 2023 2024 -0.0266 -0.2526 0.1994 +106 2023 2025 -0.2085 -0.4784 0.0615 +106 2024 2025 -0.1818 -0.4168 0.0531 +107 2007 2010 -0.149 -0.1846 -0.1134 +107 2007 2013 -0.0915 -0.1271 -0.0558 +107 2007 2016 -0.0112 -0.045 0.0226 +107 2007 2019 -0.1834 -0.2192 -0.1475 +107 2007 2022 -0.1443 -0.1798 -0.1088 +107 2007 2025 0.1004 0.0599 0.141 +107 2010 2013 0.0575 0.0194 0.0957 +107 2010 2016 0.1378 0.1007 0.1749 +107 2010 2019 -0.0344 -0.0732 0.0045 +107 2010 2022 0.0047 -0.0339 0.0433 +107 2010 2025 0.2494 0.2054 0.2934 +107 2013 2016 0.0803 0.0444 0.1162 +107 2013 2019 -0.0919 -0.13 -0.0538 +107 2013 2022 -0.0528 -0.0908 -0.0148 +107 2013 2025 0.1919 0.1486 0.2352 +107 2016 2019 -0.1722 -0.2074 -0.1369 +107 2016 2022 -0.1331 -0.1684 -0.0977 +107 2016 2025 0.1116 0.0699 0.1534 +107 2019 2022 0.0391 0.0029 0.0753 +107 2019 2025 0.2838 0.2402 0.3273 +107 2022 2025 0.2447 0.2017 0.2876 +108 2007 2008 -0.0067 -0.2204 0.2071 +108 2007 2009 -0.0298 -0.3247 0.2651 +108 2007 2010 -0.0509 -0.3998 0.2981 +108 2007 2011 -0.0474 -0.4367 0.3418 +108 2007 2012 -0.0467 -0.4635 0.3701 +108 2007 2013 -0.0138 -0.4552 0.4275 +108 2007 2014 0.0014 -0.4585 0.4613 +108 2007 2015 0.0073 -0.4599 0.4745 +108 2007 2016 0.0133 -0.4677 0.4943 +108 2007 2017 -0.0036 -0.4933 0.4861 +108 2007 2018 0.0149 -0.4746 0.5044 +108 2007 2019 0.0113 -0.486 0.5086 +108 2007 2020 -0.0183 -0.5249 0.4884 +108 2007 2021 -0.0593 -0.5642 0.4456 +108 2007 2022 -0.0197 -0.5313 0.4918 +108 2007 2023 0.0318 -0.4907 0.5543 +108 2007 2024 0.1001 -0.4253 0.6255 +108 2007 2025 0.137 -0.4123 0.6862 +108 2008 2009 -0.0231 -0.2375 0.1912 +108 2008 2010 -0.0442 -0.3342 0.2458 +108 2008 2011 -0.0408 -0.3805 0.299 +108 2008 2012 -0.04 -0.4133 0.3333 +108 2008 2013 -0.0072 -0.4092 0.3948 +108 2008 2014 0.008 -0.415 0.431 +108 2008 2015 0.0139 -0.4179 0.4458 +108 2008 2016 0.02 -0.4276 0.4675 +108 2008 2017 0.003 -0.4542 0.4603 +108 2008 2018 0.0216 -0.4358 0.479 +108 2008 2019 0.0179 -0.4483 0.4841 +108 2008 2020 -0.0116 -0.4878 0.4645 +108 2008 2021 -0.0527 -0.5273 0.422 +108 2008 2022 -0.0131 -0.4952 0.469 +108 2008 2023 0.0385 -0.4554 0.5323 +108 2008 2024 0.1067 -0.3906 0.6041 +108 2008 2025 0.1436 -0.3795 0.6667 +108 2009 2010 -0.0211 -0.2299 0.1878 +108 2009 2011 -0.0176 -0.2971 0.2619 +108 2009 2012 -0.0169 -0.3393 0.3056 +108 2009 2013 0.0159 -0.3417 0.3736 +108 2009 2014 0.0312 -0.3517 0.414 +108 2009 2015 0.0371 -0.3569 0.4312 +108 2009 2016 0.0431 -0.3692 0.4555 +108 2009 2017 0.0262 -0.3969 0.4493 +108 2009 2018 0.0448 -0.3793 0.4688 +108 2009 2019 0.0411 -0.3926 0.4748 +108 2009 2020 0.0115 -0.4322 0.4553 +108 2009 2021 -0.0295 -0.4709 0.4118 +108 2009 2022 0.0101 -0.4405 0.4606 +108 2009 2023 0.0616 -0.4026 0.5259 +108 2009 2024 0.1299 -0.3401 0.5999 +108 2009 2025 0.1668 -0.3314 0.6649 +108 2010 2011 0.0034 -0.204 0.2109 +108 2010 2012 0.0042 -0.2714 0.2798 +108 2010 2013 0.037 -0.2861 0.3601 +108 2010 2014 0.0523 -0.3038 0.4083 +108 2010 2015 0.0582 -0.3144 0.4308 +108 2010 2016 0.0642 -0.3302 0.4586 +108 2010 2017 0.0473 -0.3597 0.4543 +108 2010 2018 0.0659 -0.3441 0.4758 +108 2010 2019 0.0622 -0.3583 0.4827 +108 2010 2020 0.0326 -0.3979 0.4632 +108 2010 2021 -0.0084 -0.4357 0.4188 +108 2010 2022 0.0312 -0.4069 0.4692 +108 2010 2023 0.0827 -0.3708 0.5363 +108 2010 2024 0.151 -0.3105 0.6125 +108 2010 2025 0.1879 -0.303 0.6787 +108 2011 2012 8e-04 -0.2073 0.2089 +108 2011 2013 0.0336 -0.2455 0.3126 +108 2011 2014 0.0488 -0.2743 0.3719 +108 2011 2015 0.0547 -0.2925 0.4019 +108 2011 2016 0.0607 -0.313 0.4345 +108 2011 2017 0.0438 -0.3455 0.4332 +108 2011 2018 0.0624 -0.332 0.4568 +108 2011 2019 0.0587 -0.3481 0.4655 +108 2011 2020 0.0292 -0.3889 0.4472 +108 2011 2021 -0.0119 -0.4278 0.404 +108 2011 2022 0.0277 -0.3997 0.4551 +108 2011 2023 0.0793 -0.3638 0.5224 +108 2011 2024 0.1476 -0.3034 0.5985 +108 2011 2025 0.1844 -0.2967 0.6655 +108 2012 2013 0.0328 -0.174 0.2395 +108 2012 2014 0.048 -0.2257 0.3217 +108 2012 2015 0.054 -0.2555 0.3634 +108 2012 2016 0.06 -0.283 0.403 +108 2012 2017 0.0431 -0.3195 0.4056 +108 2012 2018 0.0616 -0.3089 0.4322 +108 2012 2019 0.058 -0.327 0.443 +108 2012 2020 0.0284 -0.3691 0.4259 +108 2012 2021 -0.0126 -0.4084 0.3831 +108 2012 2022 0.027 -0.3817 0.4356 +108 2012 2023 0.0785 -0.3471 0.5041 +108 2012 2024 0.1468 -0.2876 0.5813 +108 2012 2025 0.1837 -0.2824 0.6498 +108 2013 2014 0.0152 -0.1906 0.2209 +108 2013 2015 0.0211 -0.2478 0.2901 +108 2013 2016 0.0271 -0.287 0.3413 +108 2013 2017 0.0102 -0.3322 0.3526 +108 2013 2018 0.0288 -0.3265 0.384 +108 2013 2019 0.0251 -0.3481 0.3983 +108 2013 2020 -0.0044 -0.3944 0.3855 +108 2013 2021 -0.0455 -0.438 0.3471 +108 2013 2022 -0.0059 -0.4102 0.3984 +108 2013 2023 0.0457 -0.3743 0.4657 +108 2013 2024 0.114 -0.3122 0.5401 +108 2013 2025 0.1508 -0.3061 0.6077 +108 2014 2015 0.0059 -0.1998 0.2116 +108 2014 2016 0.0119 -0.2629 0.2866 +108 2014 2017 -0.005 -0.3202 0.3102 +108 2014 2018 0.0135 -0.322 0.3491 +108 2014 2019 0.0099 -0.3488 0.3686 +108 2014 2020 -0.0196 -0.3991 0.3598 +108 2014 2021 -0.0607 -0.447 0.3256 +108 2014 2022 -0.0211 -0.4194 0.3771 +108 2014 2023 0.0305 -0.383 0.4439 +108 2014 2024 0.0987 -0.3195 0.5169 +108 2014 2025 0.1356 -0.3133 0.5845 +108 2015 2016 0.006 -0.1985 0.2105 +108 2015 2017 -0.0109 -0.2789 0.2571 +108 2015 2018 0.0076 -0.2922 0.3075 +108 2015 2019 0.004 -0.326 0.334 +108 2015 2020 -0.0256 -0.3815 0.3304 +108 2015 2021 -0.0666 -0.4334 0.3001 +108 2015 2022 -0.027 -0.407 0.3529 +108 2015 2023 0.0245 -0.3714 0.4205 +108 2015 2024 0.0928 -0.3078 0.4933 +108 2015 2025 0.1297 -0.3027 0.562 +108 2016 2017 -0.0169 -0.2212 0.1875 +108 2016 2018 0.0016 -0.2625 0.2657 +108 2016 2019 -0.002 -0.3088 0.3047 +108 2016 2020 -0.0315 -0.3727 0.3096 +108 2016 2021 -0.0726 -0.4314 0.2862 +108 2016 2022 -0.033 -0.4065 0.3404 +108 2016 2023 0.0185 -0.372 0.4091 +108 2016 2024 0.0868 -0.3084 0.482 +108 2016 2025 0.1236 -0.303 0.5503 +108 2017 2018 0.0185 -0.1858 0.2228 +108 2017 2019 0.0149 -0.2564 0.2862 +108 2017 2020 -0.0146 -0.3302 0.301 +108 2017 2021 -0.0556 -0.395 0.2838 +108 2017 2022 -0.0161 -0.3758 0.3437 +108 2017 2023 0.0355 -0.3451 0.416 +108 2017 2024 0.1037 -0.2852 0.4926 +108 2017 2025 0.1406 -0.2813 0.5625 +108 2018 2019 -0.0036 -0.207 0.1997 +108 2018 2020 -0.0331 -0.3041 0.2378 +108 2018 2021 -0.0742 -0.3823 0.2339 +108 2018 2022 -0.0347 -0.3682 0.2989 +108 2018 2023 0.0169 -0.3408 0.3746 +108 2018 2024 0.0852 -0.2822 0.4525 +108 2018 2025 0.122 -0.2805 0.5245 +108 2019 2020 -0.0294 -0.2351 0.1762 +108 2019 2021 -0.0705 -0.3409 0.1999 +108 2019 2022 -0.031 -0.3385 0.2765 +108 2019 2023 0.0206 -0.3188 0.3599 +108 2019 2024 0.0888 -0.2662 0.4438 +108 2019 2025 0.1257 -0.2664 0.5178 +108 2020 2021 -0.0409 -0.2486 0.1668 +108 2020 2022 -0.0014 -0.2746 0.2717 +108 2020 2023 0.0501 -0.2688 0.369 +108 2020 2024 0.1184 -0.2278 0.4645 +108 2020 2025 0.1552 -0.2328 0.5433 +108 2021 2022 0.0395 -0.167 0.246 +108 2021 2023 0.0911 -0.1871 0.3693 +108 2021 2024 0.1595 -0.164 0.4829 +108 2021 2025 0.1964 -0.1767 0.5694 +108 2022 2023 0.0515 -0.1562 0.2592 +108 2022 2024 0.1198 -0.1566 0.3963 +108 2022 2025 0.1567 -0.1785 0.4919 +108 2023 2024 0.0682 -0.1415 0.2778 +108 2023 2025 0.105 -0.1847 0.3948 +108 2024 2025 0.0368 -0.1749 0.2485 +109 2007 2008 -0.0329 -0.2162 0.1504 +109 2007 2009 -0.0372 -0.2766 0.2022 +109 2007 2010 -0.0617 -0.3312 0.2079 +109 2007 2011 -0.0606 -0.3515 0.2303 +109 2007 2012 -0.0924 -0.4012 0.2164 +109 2007 2013 -0.0614 -0.3701 0.2473 +109 2007 2014 -0.0316 -0.3428 0.2796 +109 2007 2015 -0.1305 -0.4534 0.1925 +109 2007 2016 -0.1546 -0.4805 0.1713 +109 2007 2017 -0.0886 -0.407 0.2299 +109 2007 2018 -0.0649 -0.3839 0.2541 +109 2007 2019 -0.1145 -0.4352 0.2062 +109 2007 2020 -0.0945 -0.4195 0.2306 +109 2007 2021 -0.1566 -0.4787 0.1655 +109 2007 2022 -0.1901 -0.5173 0.137 +109 2007 2023 -0.2438 -0.5819 0.0943 +109 2007 2024 -0.251 -0.5954 0.0934 +109 2007 2025 -0.2686 -0.6338 0.0966 +109 2008 2009 -0.0042 -0.181 0.1725 +109 2008 2010 -0.0287 -0.2542 0.1967 +109 2008 2011 -0.0277 -0.2833 0.2279 +109 2008 2012 -0.0595 -0.3364 0.2175 +109 2008 2013 -0.0284 -0.3098 0.253 +109 2008 2014 0.0013 -0.286 0.2886 +109 2008 2015 -0.0975 -0.3932 0.1981 +109 2008 2016 -0.1217 -0.4205 0.1771 +109 2008 2017 -0.0556 -0.3506 0.2394 +109 2008 2018 -0.032 -0.3297 0.2657 +109 2008 2019 -0.0815 -0.3791 0.216 +109 2008 2020 -0.0615 -0.3659 0.2429 +109 2008 2021 -0.1237 -0.4225 0.1751 +109 2008 2022 -0.1572 -0.4611 0.1467 +109 2008 2023 -0.2109 -0.5245 0.1027 +109 2008 2024 -0.2181 -0.5393 0.1031 +109 2008 2025 -0.2357 -0.5789 0.1075 +109 2009 2010 -0.0245 -0.2004 0.1515 +109 2009 2011 -0.0235 -0.2508 0.2039 +109 2009 2012 -0.0552 -0.3136 0.2032 +109 2009 2013 -0.0242 -0.2923 0.2439 +109 2009 2014 0.0055 -0.2718 0.2829 +109 2009 2015 -0.0933 -0.3816 0.1951 +109 2009 2016 -0.1175 -0.4103 0.1754 +109 2009 2017 -0.0514 -0.3407 0.2379 +109 2009 2018 -0.0277 -0.3195 0.264 +109 2009 2019 -0.0773 -0.3698 0.2152 +109 2009 2020 -0.0573 -0.3567 0.2421 +109 2009 2021 -0.1194 -0.4134 0.1745 +109 2009 2022 -0.153 -0.4524 0.1465 +109 2009 2023 -0.2067 -0.5164 0.1031 +109 2009 2024 -0.2138 -0.531 0.1034 +109 2009 2025 -0.2315 -0.5711 0.1082 +109 2010 2011 0.001 -0.1747 0.1767 +109 2010 2012 -0.0307 -0.2573 0.1958 +109 2010 2013 3e-04 -0.2479 0.2484 +109 2010 2014 0.03 -0.2356 0.2957 +109 2010 2015 -0.0688 -0.3451 0.2076 +109 2010 2016 -0.093 -0.3752 0.1893 +109 2010 2017 -0.0269 -0.3099 0.2561 +109 2010 2018 -0.0033 -0.2909 0.2844 +109 2010 2019 -0.0528 -0.3398 0.2342 +109 2010 2020 -0.0328 -0.3289 0.2633 +109 2010 2021 -0.0949 -0.3841 0.1942 +109 2010 2022 -0.1285 -0.4226 0.1657 +109 2010 2023 -0.1822 -0.4858 0.1214 +109 2010 2024 -0.1894 -0.5009 0.1222 +109 2010 2025 -0.207 -0.5408 0.1269 +109 2011 2012 -0.0317 -0.21 0.1465 +109 2011 2013 -7e-04 -0.2238 0.2223 +109 2011 2014 0.029 -0.222 0.28 +109 2011 2015 -0.0698 -0.3399 0.2002 +109 2011 2016 -0.094 -0.3741 0.1861 +109 2011 2017 -0.0279 -0.3091 0.2533 +109 2011 2018 -0.0043 -0.2911 0.2825 +109 2011 2019 -0.0539 -0.3421 0.2344 +109 2011 2020 -0.0338 -0.3305 0.2628 +109 2011 2021 -0.096 -0.3871 0.1951 +109 2011 2022 -0.1295 -0.4262 0.1672 +109 2011 2023 -0.1832 -0.49 0.1236 +109 2011 2024 -0.1904 -0.5051 0.1243 +109 2011 2025 -0.208 -0.5452 0.1292 +109 2012 2013 0.031 -0.1481 0.21 +109 2012 2014 0.0607 -0.1734 0.2949 +109 2012 2015 -0.038 -0.2944 0.2183 +109 2012 2016 -0.0622 -0.3336 0.2092 +109 2012 2017 0.0038 -0.2774 0.285 +109 2012 2018 0.0275 -0.263 0.318 +109 2012 2019 -0.0221 -0.3126 0.2684 +109 2012 2020 -0.0021 -0.3045 0.3004 +109 2012 2021 -0.0642 -0.3587 0.2303 +109 2012 2022 -0.0977 -0.3976 0.2021 +109 2012 2023 -0.1514 -0.4593 0.1565 +109 2012 2024 -0.1586 -0.475 0.1578 +109 2012 2025 -0.1762 -0.5147 0.1622 +109 2013 2014 0.0297 -0.1484 0.2078 +109 2013 2015 -0.069 -0.2989 0.1608 +109 2013 2016 -0.0932 -0.3489 0.1625 +109 2013 2017 -0.0272 -0.2915 0.2371 +109 2013 2018 -0.0035 -0.2782 0.2712 +109 2013 2019 -0.0531 -0.3331 0.2269 +109 2013 2020 -0.0331 -0.3229 0.2568 +109 2013 2021 -0.0952 -0.3817 0.1912 +109 2013 2022 -0.1288 -0.4217 0.1642 +109 2013 2023 -0.1825 -0.4868 0.1219 +109 2013 2024 -0.1896 -0.5021 0.1228 +109 2013 2025 -0.2073 -0.5427 0.1281 +109 2014 2015 -0.0987 -0.2875 0.0902 +109 2014 2016 -0.1229 -0.3594 0.1136 +109 2014 2017 -0.0569 -0.3031 0.1893 +109 2014 2018 -0.0333 -0.2933 0.2267 +109 2014 2019 -0.0829 -0.3558 0.1901 +109 2014 2020 -0.0628 -0.3432 0.2175 +109 2014 2021 -0.125 -0.4076 0.1576 +109 2014 2022 -0.1585 -0.4496 0.1326 +109 2014 2023 -0.2122 -0.5179 0.0935 +109 2014 2024 -0.2194 -0.5329 0.0942 +109 2014 2025 -0.237 -0.5746 0.1006 +109 2015 2016 -0.0242 -0.1998 0.1515 +109 2015 2017 0.0418 -0.1858 0.2695 +109 2015 2018 0.0655 -0.1924 0.3234 +109 2015 2019 0.016 -0.2515 0.2834 +109 2015 2020 0.036 -0.2508 0.3228 +109 2015 2021 -0.0262 -0.3078 0.2554 +109 2015 2022 -0.0597 -0.349 0.2296 +109 2015 2023 -0.1134 -0.4113 0.1845 +109 2015 2024 -0.1206 -0.4285 0.1874 +109 2015 2025 -0.1382 -0.4692 0.1928 +109 2016 2017 0.066 -0.118 0.2499 +109 2016 2018 0.0896 -0.147 0.3262 +109 2016 2019 0.0401 -0.2133 0.2935 +109 2016 2020 0.0601 -0.2193 0.3396 +109 2016 2021 -0.002 -0.2779 0.2739 +109 2016 2022 -0.0355 -0.3203 0.2493 +109 2016 2023 -0.0892 -0.3828 0.2044 +109 2016 2024 -0.0964 -0.4011 0.2083 +109 2016 2025 -0.114 -0.4418 0.2138 +109 2017 2018 0.0236 -0.1518 0.1991 +109 2017 2019 -0.0259 -0.2482 0.1964 +109 2017 2020 -0.0059 -0.2567 0.2449 +109 2017 2021 -0.0681 -0.3285 0.1924 +109 2017 2022 -0.1016 -0.3762 0.173 +109 2017 2023 -0.1553 -0.446 0.1354 +109 2017 2024 -0.1625 -0.464 0.1391 +109 2017 2025 -0.1801 -0.5071 0.1469 +109 2018 2019 -0.0495 -0.2261 0.1271 +109 2018 2020 -0.0295 -0.2524 0.1933 +109 2018 2021 -0.0917 -0.3376 0.1542 +109 2018 2022 -0.1252 -0.3914 0.141 +109 2018 2023 -0.1789 -0.4666 0.1088 +109 2018 2024 -0.1861 -0.4852 0.113 +109 2018 2025 -0.2037 -0.5297 0.1223 +109 2019 2020 0.02 -0.1577 0.1976 +109 2019 2021 -0.0421 -0.2608 0.1766 +109 2019 2022 -0.0756 -0.3236 0.1723 +109 2019 2023 -0.1294 -0.4014 0.1427 +109 2019 2024 -0.1365 -0.424 0.151 +109 2019 2025 -0.1542 -0.4695 0.1611 +109 2020 2021 -0.0621 -0.2402 0.1159 +109 2020 2022 -0.0957 -0.3256 0.1343 +109 2020 2023 -0.1494 -0.4157 0.117 +109 2020 2024 -0.1566 -0.4423 0.1292 +109 2020 2025 -0.1742 -0.4907 0.1423 +109 2021 2022 -0.0335 -0.2082 0.1411 +109 2021 2023 -0.0872 -0.3155 0.1411 +109 2021 2024 -0.0944 -0.3525 0.1636 +109 2021 2025 -0.112 -0.4056 0.1816 +109 2022 2023 -0.0537 -0.2321 0.1248 +109 2022 2024 -0.0609 -0.2908 0.1691 +109 2022 2025 -0.0785 -0.3525 0.1954 +109 2023 2024 -0.0072 -0.1863 0.1719 +109 2023 2025 -0.0248 -0.2672 0.2175 +109 2024 2025 -0.0176 -0.2018 0.1665 +110 2007 2008 -0.1607 -0.3172 -0.0043 +110 2007 2009 -0.1519 -0.3536 0.0498 +110 2007 2010 0.0034 -0.2075 0.2143 +110 2007 2011 0.0907 -0.1185 0.2998 +110 2007 2012 -0.0126 -0.2444 0.2191 +110 2007 2013 0.114 -0.1205 0.3484 +110 2007 2014 0.0577 -0.1648 0.2802 +110 2007 2015 0.0704 -0.1716 0.3124 +110 2007 2016 0.0641 -0.1795 0.3077 +110 2007 2017 0.0393 -0.1929 0.2716 +110 2007 2018 0.0755 -0.1735 0.3245 +110 2007 2019 -0.0739 -0.326 0.1782 +110 2007 2020 0.0213 -0.2211 0.2638 +110 2007 2021 0.0559 -0.1987 0.3105 +110 2007 2022 -8e-04 -0.2584 0.2568 +110 2007 2023 -0.0363 -0.2819 0.2094 +110 2007 2024 0.0966 -0.1694 0.3626 +110 2007 2025 0.0412 -0.2439 0.3263 +110 2008 2009 0.0088 -0.1392 0.1568 +110 2008 2010 0.1641 -0.0101 0.3383 +110 2008 2011 0.2514 0.075 0.4277 +110 2008 2012 0.1481 -0.0514 0.3476 +110 2008 2013 0.2747 0.0665 0.4828 +110 2008 2014 0.2184 0.0292 0.4075 +110 2008 2015 0.2312 0.0169 0.4454 +110 2008 2016 0.2248 0.0075 0.4421 +110 2008 2017 0.2001 -5e-04 0.4006 +110 2008 2018 0.2363 0.0122 0.4603 +110 2008 2019 0.0868 -0.1345 0.3082 +110 2008 2020 0.182 -0.0312 0.3953 +110 2008 2021 0.2166 -0.0122 0.4454 +110 2008 2022 0.1599 -0.0702 0.39 +110 2008 2023 0.1245 -0.0894 0.3384 +110 2008 2024 0.2573 0.0145 0.5001 +110 2008 2025 0.2019 -0.0578 0.4616 +110 2009 2010 0.1553 0.004 0.3066 +110 2009 2011 0.2426 0.0627 0.4224 +110 2009 2012 0.1393 -0.0653 0.3438 +110 2009 2013 0.2659 0.0496 0.4821 +110 2009 2014 0.2096 0.0077 0.4114 +110 2009 2015 0.2223 -0.0017 0.4464 +110 2009 2016 0.216 -0.0117 0.4437 +110 2009 2017 0.1912 -0.0215 0.404 +110 2009 2018 0.2274 -0.0058 0.4607 +110 2009 2019 0.078 -0.1538 0.3098 +110 2009 2020 0.1732 -0.0511 0.3976 +110 2009 2021 0.2078 -0.0302 0.4458 +110 2009 2022 0.1511 -0.0889 0.3911 +110 2009 2023 0.1156 -0.1093 0.3406 +110 2009 2024 0.2485 -0.0031 0.5001 +110 2009 2025 0.1931 -0.0759 0.4621 +110 2010 2011 0.0873 -0.0564 0.231 +110 2010 2012 -0.016 -0.2029 0.1708 +110 2010 2013 0.1106 -0.0868 0.3079 +110 2010 2014 0.0543 -0.1365 0.2451 +110 2010 2015 0.067 -0.1465 0.2806 +110 2010 2016 0.0607 -0.155 0.2764 +110 2010 2017 0.036 -0.1672 0.2391 +110 2010 2018 0.0722 -0.1497 0.2941 +110 2010 2019 -0.0773 -0.3034 0.1488 +110 2010 2020 0.018 -0.1971 0.233 +110 2010 2021 0.0525 -0.176 0.281 +110 2010 2022 -0.0042 -0.2362 0.2278 +110 2010 2023 -0.0396 -0.2587 0.1795 +110 2010 2024 0.0932 -0.1481 0.3345 +110 2010 2025 0.0378 -0.2246 0.3003 +110 2011 2012 -0.1033 -0.251 0.0443 +110 2011 2013 0.0233 -0.1427 0.1893 +110 2011 2014 -0.033 -0.1972 0.1312 +110 2011 2015 -0.0202 -0.2105 0.1701 +110 2011 2016 -0.0266 -0.2203 0.1671 +110 2011 2017 -0.0513 -0.2304 0.1277 +110 2011 2018 -0.0151 -0.2148 0.1846 +110 2011 2019 -0.1646 -0.3739 0.0448 +110 2011 2020 -0.0693 -0.2623 0.1236 +110 2011 2021 -0.0348 -0.2429 0.1734 +110 2011 2022 -0.0914 -0.3052 0.1223 +110 2011 2023 -0.1269 -0.3268 0.073 +110 2011 2024 0.0059 -0.2154 0.2273 +110 2011 2025 -0.0495 -0.2959 0.197 +110 2012 2013 0.1266 -0.021 0.2742 +110 2012 2014 0.0703 -0.0992 0.2398 +110 2012 2015 0.0831 -0.1164 0.2826 +110 2012 2016 0.0767 -0.1314 0.2849 +110 2012 2017 0.052 -0.1463 0.2503 +110 2012 2018 0.0882 -0.1309 0.3072 +110 2012 2019 -0.0613 -0.2841 0.1616 +110 2012 2020 0.034 -0.1794 0.2473 +110 2012 2021 0.0686 -0.1587 0.2958 +110 2012 2022 0.0119 -0.2192 0.2429 +110 2012 2023 -0.0236 -0.241 0.1937 +110 2012 2024 0.1092 -0.1324 0.3509 +110 2012 2025 0.0538 -0.2092 0.3169 +110 2013 2014 -0.0563 -0.2027 0.0901 +110 2013 2015 -0.0435 -0.2316 0.1446 +110 2013 2016 -0.0499 -0.2494 0.1497 +110 2013 2017 -0.0746 -0.2701 0.1209 +110 2013 2018 -0.0384 -0.2546 0.1778 +110 2013 2019 -0.1879 -0.4119 0.0362 +110 2013 2020 -0.0926 -0.3055 0.1203 +110 2013 2021 -0.058 -0.2851 0.169 +110 2013 2022 -0.1147 -0.3464 0.1169 +110 2013 2023 -0.1502 -0.3702 0.0698 +110 2013 2024 -0.0174 -0.2585 0.2238 +110 2013 2025 -0.0728 -0.3372 0.1917 +110 2014 2015 0.0128 -0.1362 0.1617 +110 2014 2016 0.0064 -0.1673 0.1801 +110 2014 2017 -0.0183 -0.1886 0.1519 +110 2014 2018 0.0179 -0.1815 0.2173 +110 2014 2019 -0.1316 -0.3361 0.073 +110 2014 2020 -0.0363 -0.2304 0.1577 +110 2014 2021 -0.0018 -0.2137 0.2102 +110 2014 2022 -0.0585 -0.2744 0.1575 +110 2014 2023 -0.0939 -0.2946 0.1068 +110 2014 2024 0.0389 -0.1903 0.2682 +110 2014 2025 -0.0165 -0.268 0.2351 +110 2015 2016 -0.0064 -0.1559 0.1432 +110 2015 2017 -0.0311 -0.2059 0.1437 +110 2015 2018 0.0051 -0.1985 0.2087 +110 2015 2019 -0.1443 -0.3606 0.0719 +110 2015 2020 -0.0491 -0.2575 0.1593 +110 2015 2021 -0.0145 -0.2378 0.2088 +110 2015 2022 -0.0712 -0.3011 0.1586 +110 2015 2023 -0.1067 -0.3245 0.1111 +110 2015 2024 0.0262 -0.2144 0.2667 +110 2015 2025 -0.0292 -0.2943 0.2358 +110 2016 2017 -0.0247 -0.1729 0.1235 +110 2016 2018 0.0115 -0.1787 0.2017 +110 2016 2019 -0.138 -0.3443 0.0684 +110 2016 2020 -0.0427 -0.2449 0.1594 +110 2016 2021 -0.0082 -0.2276 0.2113 +110 2016 2022 -0.0649 -0.2903 0.1606 +110 2016 2023 -0.1003 -0.3151 0.1145 +110 2016 2024 0.0325 -0.2059 0.271 +110 2016 2025 -0.0229 -0.2859 0.2401 +110 2017 2018 0.0362 -0.1131 0.1855 +110 2017 2019 -0.1133 -0.289 0.0624 +110 2017 2020 -0.018 -0.191 0.155 +110 2017 2021 0.0166 -0.1803 0.2135 +110 2017 2022 -0.0401 -0.2448 0.1646 +110 2017 2023 -0.0756 -0.2662 0.115 +110 2017 2024 0.0572 -0.1636 0.2781 +110 2017 2025 0.0019 -0.2451 0.2488 +110 2018 2019 -0.1495 -0.3051 0.0062 +110 2018 2020 -0.0542 -0.2305 0.1221 +110 2018 2021 -0.0196 -0.2188 0.1795 +110 2018 2022 -0.0763 -0.2911 0.1385 +110 2018 2023 -0.1118 -0.32 0.0964 +110 2018 2024 0.021 -0.2076 0.2497 +110 2018 2025 -0.0343 -0.2934 0.2247 +110 2019 2020 0.0952 -0.0572 0.2477 +110 2019 2021 0.1298 -0.064 0.3237 +110 2019 2022 0.0731 -0.1349 0.2812 +110 2019 2023 0.0376 -0.1667 0.242 +110 2019 2024 0.1705 -0.0655 0.4065 +110 2019 2025 0.1151 -0.1433 0.3735 +110 2020 2021 0.0346 -0.1177 0.1868 +110 2020 2022 -0.0221 -0.2048 0.1606 +110 2020 2023 -0.0576 -0.241 0.1258 +110 2020 2024 0.0753 -0.1414 0.2919 +110 2020 2025 0.0199 -0.2253 0.265 +110 2021 2022 -0.0567 -0.2104 0.0969 +110 2021 2023 -0.0922 -0.2739 0.0895 +110 2021 2024 0.0407 -0.1717 0.2531 +110 2021 2025 -0.0147 -0.2606 0.2311 +110 2022 2023 -0.0355 -0.1902 0.1193 +110 2022 2024 0.0974 -0.1058 0.3006 +110 2022 2025 0.042 -0.1931 0.277 +110 2023 2024 0.1329 -0.0312 0.2969 +110 2023 2025 0.0775 -0.1287 0.2836 +110 2024 2025 -0.0554 -0.219 0.1082 +111 2007 2010 -0.8199 -1.4343 -0.2055 +111 2007 2013 -0.2563 -0.807 0.2943 +111 2007 2016 -0.4714 -1.0088 0.0661 +111 2007 2019 0.8709 0.3737 1.368 +111 2007 2022 -0.6717 -1.366 0.0226 +111 2007 2025 -0.2443 -1.2271 0.7384 +111 2010 2013 0.5636 -0.0518 1.1789 +111 2010 2016 0.3485 -0.2858 0.9827 +111 2010 2019 1.6908 1.0406 2.341 +111 2010 2022 0.1482 -0.6069 0.9033 +111 2010 2025 0.5756 -0.4898 1.641 +111 2013 2016 -0.2151 -0.73 0.2999 +111 2013 2019 1.1272 0.607 1.6474 +111 2013 2022 -0.4153 -1.1169 0.2862 +111 2013 2025 0.012 -0.9849 1.009 +111 2016 2019 1.3423 0.8611 1.8235 +111 2016 2022 -0.2003 -0.8586 0.4581 +111 2016 2025 0.2271 -0.7528 1.2071 +111 2019 2022 -1.5426 -2.1408 -0.9445 +111 2019 2025 -1.1152 -2.0289 -0.2015 +111 2022 2025 0.4275 -0.4551 1.31 +112 2007 2010 -0.0691 -0.1383 1e-04 +112 2007 2013 -0.0794 -0.1532 -0.0056 +112 2007 2016 0.1607 0.0935 0.2278 +112 2007 2019 0.2162 0.1484 0.284 +112 2007 2022 0.4365 0.3715 0.5016 +112 2007 2025 0.6612 0.5848 0.7375 +112 2010 2013 -0.0103 -0.0846 0.064 +112 2010 2016 0.2298 0.1593 0.3002 +112 2010 2019 0.2853 0.2141 0.3565 +112 2010 2022 0.5056 0.437 0.5742 +112 2010 2025 0.7303 0.6507 0.8098 +112 2013 2016 0.2401 0.1688 0.3113 +112 2013 2019 0.2956 0.2228 0.3684 +112 2013 2022 0.5159 0.4452 0.5866 +112 2013 2025 0.7406 0.6582 0.823 +112 2016 2019 0.0555 -0.008 0.1191 +112 2016 2022 0.2758 0.2141 0.3375 +112 2016 2025 0.5005 0.426 0.5751 +112 2019 2022 0.2203 0.1603 0.2804 +112 2019 2025 0.445 0.3692 0.5208 +112 2022 2025 0.2247 0.1533 0.296 +113 2007 2008 -0.0462 -0.2337 0.1412 +113 2007 2009 -0.1069 -0.349 0.1352 +113 2007 2010 -0.0738 -0.3209 0.1733 +113 2007 2011 -0.1764 -0.4475 0.0948 +113 2007 2012 -0.2152 -0.4881 0.0577 +113 2007 2013 -0.2786 -0.5571 -2e-04 +113 2007 2014 -0.3139 -0.5957 -0.0321 +113 2007 2015 -0.3432 -0.6341 -0.0523 +113 2007 2016 -0.35 -0.6405 -0.0594 +113 2007 2017 -0.2718 -0.5401 -0.0035 +113 2007 2018 -0.2215 -0.4937 0.0507 +113 2007 2019 -0.1752 -0.4414 0.091 +113 2007 2020 -0.0936 -0.3575 0.1703 +113 2007 2021 -0.1335 -0.4026 0.1357 +113 2007 2022 -0.1839 -0.4574 0.0896 +113 2007 2023 -0.1624 -0.4307 0.1059 +113 2007 2024 -0.1637 -0.4365 0.1091 +113 2007 2025 -0.2296 -0.5111 0.052 +113 2008 2009 -0.0607 -0.2463 0.1249 +113 2008 2010 -0.0276 -0.2428 0.1877 +113 2008 2011 -0.1301 -0.3718 0.1115 +113 2008 2012 -0.169 -0.4166 0.0787 +113 2008 2013 -0.2324 -0.4866 0.0217 +113 2008 2014 -0.2677 -0.523 -0.0124 +113 2008 2015 -0.2969 -0.562 -0.0319 +113 2008 2016 -0.3038 -0.5699 -0.0376 +113 2008 2017 -0.2256 -0.4706 0.0195 +113 2008 2018 -0.1753 -0.4252 0.0747 +113 2008 2019 -0.129 -0.3745 0.1165 +113 2008 2020 -0.0474 -0.291 0.1962 +113 2008 2021 -0.0872 -0.3342 0.1598 +113 2008 2022 -0.1377 -0.3884 0.1131 +113 2008 2023 -0.1162 -0.3613 0.1289 +113 2008 2024 -0.1175 -0.3702 0.1353 +113 2008 2025 -0.1833 -0.4456 0.079 +113 2009 2010 0.0331 -0.1564 0.2226 +113 2009 2011 -0.0695 -0.3007 0.1618 +113 2009 2012 -0.1083 -0.3534 0.1368 +113 2009 2013 -0.1718 -0.4258 0.0823 +113 2009 2014 -0.207 -0.4651 0.0511 +113 2009 2015 -0.2363 -0.5008 0.0282 +113 2009 2016 -0.2431 -0.5089 0.0226 +113 2009 2017 -0.1649 -0.4185 0.0887 +113 2009 2018 -0.1146 -0.3714 0.1422 +113 2009 2019 -0.0683 -0.3229 0.1863 +113 2009 2020 0.0133 -0.2469 0.2735 +113 2009 2021 -0.0266 -0.2827 0.2296 +113 2009 2022 -0.077 -0.3339 0.1798 +113 2009 2023 -0.0555 -0.3125 0.2014 +113 2009 2024 -0.0568 -0.3203 0.2067 +113 2009 2025 -0.1227 -0.3924 0.147 +113 2010 2011 -0.1026 -0.2921 0.0869 +113 2010 2012 -0.1414 -0.3646 0.0817 +113 2010 2013 -0.2049 -0.4479 0.0382 +113 2010 2014 -0.2401 -0.4936 0.0133 +113 2010 2015 -0.2694 -0.5349 -0.0039 +113 2010 2016 -0.2762 -0.5452 -0.0072 +113 2010 2017 -0.198 -0.4476 0.0516 +113 2010 2018 -0.1477 -0.3987 0.1033 +113 2010 2019 -0.1014 -0.3471 0.1443 +113 2010 2020 -0.0198 -0.2631 0.2235 +113 2010 2021 -0.0597 -0.3065 0.1871 +113 2010 2022 -0.1101 -0.363 0.1427 +113 2010 2023 -0.0886 -0.3377 0.1605 +113 2010 2024 -0.0899 -0.3449 0.1651 +113 2010 2025 -0.1558 -0.425 0.1134 +113 2011 2012 -0.0388 -0.224 0.1463 +113 2011 2013 -0.1023 -0.3291 0.1245 +113 2011 2014 -0.1376 -0.3817 0.1066 +113 2011 2015 -0.1669 -0.4254 0.0917 +113 2011 2016 -0.1737 -0.4363 0.0889 +113 2011 2017 -0.0955 -0.3478 0.1568 +113 2011 2018 -0.0451 -0.3034 0.2131 +113 2011 2019 0.0012 -0.2544 0.2568 +113 2011 2020 0.0828 -0.1773 0.3428 +113 2011 2021 0.0429 -0.2157 0.3015 +113 2011 2022 -0.0076 -0.266 0.2509 +113 2011 2023 0.0139 -0.244 0.2719 +113 2011 2024 0.0126 -0.2546 0.2799 +113 2011 2025 -0.0532 -0.3277 0.2212 +113 2012 2013 -0.0635 -0.2485 0.1216 +113 2012 2014 -0.0987 -0.3237 0.1262 +113 2012 2015 -0.128 -0.3754 0.1194 +113 2012 2016 -0.1348 -0.3913 0.1216 +113 2012 2017 -0.0566 -0.3045 0.1912 +113 2012 2018 -0.0063 -0.2598 0.2472 +113 2012 2019 0.04 -0.2122 0.2922 +113 2012 2020 0.1216 -0.1351 0.3783 +113 2012 2021 0.0817 -0.1728 0.3363 +113 2012 2022 0.0313 -0.2248 0.2873 +113 2012 2023 0.0528 -0.2027 0.3082 +113 2012 2024 0.0515 -0.212 0.315 +113 2012 2025 -0.0144 -0.2871 0.2583 +113 2013 2014 -0.0353 -0.2192 0.1487 +113 2013 2015 -0.0646 -0.292 0.1629 +113 2013 2016 -0.0714 -0.3139 0.1712 +113 2013 2017 0.0068 -0.2365 0.2501 +113 2013 2018 0.0572 -0.1957 0.3101 +113 2013 2019 0.1035 -0.1478 0.3547 +113 2013 2020 0.1851 -0.0766 0.4467 +113 2013 2021 0.1452 -0.1126 0.403 +113 2013 2022 0.0947 -0.1595 0.3489 +113 2013 2023 0.1162 -0.1409 0.3733 +113 2013 2024 0.1149 -0.1516 0.3815 +113 2013 2025 0.0491 -0.2211 0.3192 +113 2014 2015 -0.0293 -0.2145 0.156 +113 2014 2016 -0.0361 -0.2602 0.188 +113 2014 2017 0.0421 -0.1902 0.2744 +113 2014 2018 0.0924 -0.1552 0.3401 +113 2014 2019 0.1387 -0.1108 0.3883 +113 2014 2020 0.2203 -0.0386 0.4793 +113 2014 2021 0.1804 -0.0761 0.4369 +113 2014 2022 0.13 -0.1241 0.3841 +113 2014 2023 0.1515 -0.1035 0.4064 +113 2014 2024 0.1502 -0.1162 0.4167 +113 2014 2025 0.0843 -0.1871 0.3558 +113 2015 2016 -0.0068 -0.192 0.1783 +113 2015 2017 0.0714 -0.1509 0.2937 +113 2015 2018 0.1217 -0.1225 0.366 +113 2015 2019 0.168 -0.0839 0.42 +113 2015 2020 0.2496 -0.0178 0.517 +113 2015 2021 0.2097 -0.0514 0.4709 +113 2015 2022 0.1593 -0.0991 0.4177 +113 2015 2023 0.1808 -0.0819 0.4434 +113 2015 2024 0.1795 -0.0926 0.4516 +113 2015 2025 0.1136 -0.1614 0.3886 +113 2016 2017 0.0782 -0.1086 0.265 +113 2016 2018 0.1285 -0.1019 0.359 +113 2016 2019 0.1748 -0.0692 0.4189 +113 2016 2020 0.2564 -0.01 0.5229 +113 2016 2021 0.2166 -0.0448 0.4779 +113 2016 2022 0.1661 -0.0895 0.4217 +113 2016 2023 0.1876 -0.0749 0.45 +113 2016 2024 0.1863 -0.0868 0.4594 +113 2016 2025 0.1204 -0.1516 0.3925 +113 2017 2018 0.0503 -0.1303 0.2309 +113 2017 2019 0.0966 -0.1176 0.3108 +113 2017 2020 0.1782 -0.0546 0.4111 +113 2017 2021 0.1383 -0.1006 0.3773 +113 2017 2022 0.0879 -0.1544 0.3302 +113 2017 2023 0.1094 -0.1329 0.3517 +113 2017 2024 0.1081 -0.1462 0.3624 +113 2017 2025 0.0422 -0.2212 0.3056 +113 2018 2019 0.0463 -0.134 0.2266 +113 2018 2020 0.1279 -0.0928 0.3487 +113 2018 2021 0.088 -0.1443 0.3203 +113 2018 2022 0.0376 -0.2044 0.2796 +113 2018 2023 0.0591 -0.1855 0.3036 +113 2018 2024 0.0578 -0.1958 0.3114 +113 2018 2025 -0.0081 -0.2738 0.2576 +113 2019 2020 0.0816 -0.101 0.2643 +113 2019 2021 0.0417 -0.1739 0.2574 +113 2019 2022 -0.0087 -0.238 0.2206 +113 2019 2023 0.0128 -0.2235 0.249 +113 2019 2024 0.0115 -0.2365 0.2595 +113 2019 2025 -0.0544 -0.3132 0.2044 +113 2020 2021 -0.0399 -0.2208 0.141 +113 2020 2022 -0.0904 -0.3133 0.1326 +113 2020 2023 -0.0689 -0.297 0.1593 +113 2020 2024 -0.0701 -0.3147 0.1745 +113 2020 2025 -0.136 -0.4036 0.1316 +113 2021 2022 -0.0505 -0.2329 0.132 +113 2021 2023 -0.029 -0.2442 0.1863 +113 2021 2024 -0.0302 -0.2664 0.206 +113 2021 2025 -0.0961 -0.3541 0.1618 +113 2022 2023 0.0215 -0.1603 0.2033 +113 2022 2024 0.0202 -0.2048 0.2453 +113 2022 2025 -0.0457 -0.2906 0.1992 +113 2023 2024 -0.0013 -0.1844 0.1819 +113 2023 2025 -0.0672 -0.2971 0.1628 +113 2024 2025 -0.0659 -0.2574 0.1256 +114 2007 2010 0.0344 -0.126 0.1947 +114 2007 2013 0.138 -0.0632 0.3392 +114 2007 2016 0.2543 0.012 0.4966 +114 2007 2019 0.1134 -0.1029 0.3297 +114 2007 2022 0.1463 -0.0849 0.3776 +114 2007 2025 0.1984 -0.076 0.4729 +114 2010 2013 0.1036 -0.0517 0.2589 +114 2010 2016 0.22 0.0096 0.4304 +114 2010 2019 0.0791 -0.1098 0.2679 +114 2010 2022 0.112 -0.0937 0.3177 +114 2010 2025 0.1641 -0.0877 0.4159 +114 2013 2016 0.1164 -0.0409 0.2737 +114 2013 2019 -0.0245 -0.1979 0.1488 +114 2013 2022 0.0084 -0.1852 0.2019 +114 2013 2025 0.0605 -0.1785 0.2994 +114 2016 2019 -0.141 -0.3145 0.0326 +114 2016 2022 -0.108 -0.3087 0.0928 +114 2016 2025 -0.0559 -0.2967 0.185 +114 2019 2022 0.0329 -0.1163 0.1821 +114 2019 2025 0.085 -0.1285 0.2986 +114 2022 2025 0.0521 -0.122 0.2262 +115 2007 2010 0.0439 -0.2897 0.3775 +115 2007 2013 0.2064 -0.2094 0.6221 +115 2007 2016 0.3202 -0.1191 0.7594 +115 2007 2019 0.4251 -0.0487 0.8989 +115 2007 2022 0.4186 -0.0793 0.9166 +115 2007 2025 0.4355 -0.1481 1.0191 +115 2010 2013 0.1625 -0.1682 0.4931 +115 2010 2016 0.2763 -0.1188 0.6713 +115 2010 2019 0.3812 -0.0572 0.8196 +115 2010 2022 0.3748 -0.09 0.8395 +115 2010 2025 0.3916 -0.1665 0.9497 +115 2013 2016 0.1138 -0.1945 0.4221 +115 2013 2019 0.2188 -0.1598 0.5973 +115 2013 2022 0.2123 -0.2059 0.6305 +115 2013 2025 0.2291 -0.29 0.7482 +115 2016 2019 0.105 -0.1906 0.4005 +115 2016 2022 0.0985 -0.2685 0.4655 +115 2016 2025 0.1153 -0.3665 0.5971 +115 2019 2022 -0.0065 -0.3099 0.297 +115 2019 2025 0.0103 -0.4329 0.4536 +115 2022 2025 0.0168 -0.3376 0.3712 +116 2007 2010 -0.5808 -1.1806 0.0189 +116 2007 2013 -0.8661 -1.5251 -0.2071 +116 2007 2016 0.0862 -0.4355 0.6079 +116 2007 2019 1.3541 0.9187 1.7894 +116 2007 2022 1.836 1.4137 2.2583 +116 2007 2025 2.6005 2.1297 3.0713 +116 2010 2013 -0.2853 -0.9311 0.3605 +116 2010 2016 0.667 0.0703 1.2636 +116 2010 2019 1.9349 1.4029 2.4669 +116 2010 2022 2.4168 1.8961 2.9375 +116 2010 2025 3.1813 2.6207 3.742 +116 2013 2016 0.9523 0.38 1.5245 +116 2013 2019 2.2202 1.6751 2.7653 +116 2013 2022 2.7021 2.1672 3.237 +116 2013 2025 3.4666 2.8865 4.0467 +116 2016 2019 1.2679 0.906 1.6298 +116 2016 2022 1.7498 1.3958 2.1038 +116 2016 2025 2.5144 2.1016 2.9271 +116 2019 2022 0.4819 0.2636 0.7001 +116 2019 2025 1.2464 0.9446 1.5482 +116 2022 2025 0.7646 0.486 1.0431 +117 2007 2008 0.0589 -0.0275 0.1453 +117 2007 2009 0.1939 0.1008 0.2871 +117 2007 2010 0.2879 0.2032 0.3726 +117 2007 2011 0.3922 0.3017 0.4826 +117 2007 2012 0.3496 0.252 0.4473 +117 2007 2013 0.1923 0.0997 0.2848 +117 2007 2014 0.3482 0.2531 0.4434 +117 2007 2015 0.3616 0.2661 0.457 +117 2007 2016 0.3428 0.255 0.4307 +117 2007 2017 0.3482 0.2548 0.4417 +117 2007 2018 0.4179 0.3257 0.5102 +117 2007 2019 0.4451 0.3578 0.5324 +117 2007 2020 0.4333 0.3367 0.5299 +117 2007 2021 0.376 0.2851 0.4668 +117 2007 2022 0.3953 0.3022 0.4885 +117 2007 2023 0.3618 0.2656 0.4579 +117 2007 2024 0.4279 0.3386 0.5171 +117 2007 2025 0.5318 0.4511 0.6126 +117 2008 2009 0.1351 0.0507 0.2194 +117 2008 2010 0.229 0.1429 0.3152 +117 2008 2011 0.3333 0.2549 0.4116 +117 2008 2012 0.2907 0.1978 0.3837 +117 2008 2013 0.1334 0.0401 0.2267 +117 2008 2014 0.2893 0.2042 0.3744 +117 2008 2015 0.3027 0.2121 0.3932 +117 2008 2016 0.2839 0.196 0.3719 +117 2008 2017 0.2893 0.2063 0.3723 +117 2008 2018 0.359 0.2717 0.4464 +117 2008 2019 0.3862 0.2992 0.4732 +117 2008 2020 0.3744 0.2877 0.461 +117 2008 2021 0.3171 0.2325 0.4016 +117 2008 2022 0.3364 0.244 0.4289 +117 2008 2023 0.3029 0.2168 0.389 +117 2008 2024 0.369 0.285 0.4529 +117 2008 2025 0.4729 0.3942 0.5517 +117 2009 2010 0.094 0.0103 0.1777 +117 2009 2011 0.1982 0.1123 0.2842 +117 2009 2012 0.1557 0.0682 0.2432 +117 2009 2013 -0.0017 -0.0968 0.0935 +117 2009 2014 0.1543 0.0635 0.245 +117 2009 2015 0.1676 0.0814 0.2538 +117 2009 2016 0.1489 0.0599 0.2379 +117 2009 2017 0.1543 0.0647 0.2438 +117 2009 2018 0.224 0.1419 0.3061 +117 2009 2019 0.2511 0.163 0.3393 +117 2009 2020 0.2393 0.1469 0.3318 +117 2009 2021 0.182 0.1009 0.2632 +117 2009 2022 0.2014 0.108 0.2948 +117 2009 2023 0.1678 0.0754 0.2602 +117 2009 2024 0.2339 0.1545 0.3133 +117 2009 2025 0.3379 0.2581 0.4177 +117 2010 2011 0.1042 0.0226 0.1859 +117 2010 2012 0.0617 -0.0301 0.1535 +117 2010 2013 -0.0956 -0.1835 -0.0078 +117 2010 2014 0.0603 -0.0297 0.1503 +117 2010 2015 0.0736 -0.0164 0.1637 +117 2010 2016 0.0549 -0.0274 0.1372 +117 2010 2017 0.0603 -0.0282 0.1488 +117 2010 2018 0.13 0.0436 0.2165 +117 2010 2019 0.1572 0.0747 0.2396 +117 2010 2020 0.1453 0.0537 0.237 +117 2010 2021 0.088 0.0029 0.1732 +117 2010 2022 0.1074 0.0196 0.1952 +117 2010 2023 0.0738 -0.0177 0.1653 +117 2010 2024 0.1399 0.0565 0.2233 +117 2010 2025 0.2439 0.1684 0.3194 +117 2011 2012 -0.0426 -0.1284 0.0433 +117 2011 2013 -0.1999 -0.293 -0.1067 +117 2011 2014 -0.044 -0.1258 0.0379 +117 2011 2015 -0.0306 -0.119 0.0578 +117 2011 2016 -0.0493 -0.1357 0.0371 +117 2011 2017 -0.044 -0.1247 0.0368 +117 2011 2018 0.0258 -0.0595 0.111 +117 2011 2019 0.0529 -0.0323 0.1381 +117 2011 2020 0.0411 -0.0429 0.1251 +117 2011 2021 -0.0162 -0.0994 0.067 +117 2011 2022 0.0032 -0.0876 0.0939 +117 2011 2023 -0.0304 -0.1153 0.0545 +117 2011 2024 0.0357 -0.0466 0.118 +117 2011 2025 0.1397 0.0634 0.216 +117 2012 2013 -0.1573 -0.2512 -0.0635 +117 2012 2014 -0.0014 -0.0952 0.0924 +117 2012 2015 0.012 -0.0774 0.1013 +117 2012 2016 -0.0068 -0.1 0.0864 +117 2012 2017 -0.0014 -0.0953 0.0925 +117 2012 2018 0.0683 -0.0186 0.1552 +117 2012 2019 0.0955 0.0034 0.1876 +117 2012 2020 0.0836 -0.0128 0.1801 +117 2012 2021 0.0264 -0.0603 0.113 +117 2012 2022 0.0457 -0.0518 0.1432 +117 2012 2023 0.0122 -0.0849 0.1092 +117 2012 2024 0.0782 -0.0071 0.1636 +117 2012 2025 0.1822 0.0972 0.2673 +117 2013 2014 0.1559 0.0638 0.2481 +117 2013 2015 0.1693 0.073 0.2656 +117 2013 2016 0.1506 0.0619 0.2392 +117 2013 2017 0.1559 0.0611 0.2508 +117 2013 2018 0.2257 0.1315 0.3198 +117 2013 2019 0.2528 0.1627 0.3429 +117 2013 2020 0.241 0.1423 0.3396 +117 2013 2021 0.1837 0.0917 0.2757 +117 2013 2022 0.2031 0.1083 0.2978 +117 2013 2023 0.1695 0.0722 0.2667 +117 2013 2024 0.2356 0.1448 0.3263 +117 2013 2025 0.3396 0.2558 0.4233 +117 2014 2015 0.0134 -0.0739 0.1006 +117 2014 2016 -0.0054 -0.0954 0.0847 +117 2014 2017 0 -0.0841 0.0841 +117 2014 2018 0.0697 -0.0194 0.1589 +117 2014 2019 0.0969 0.0073 0.1865 +117 2014 2020 0.0851 -0.0019 0.172 +117 2014 2021 0.0278 -0.0591 0.1146 +117 2014 2022 0.0471 -0.0476 0.1419 +117 2014 2023 0.0136 -0.0742 0.1013 +117 2014 2024 0.0796 -0.0069 0.1662 +117 2014 2025 0.1836 0.101 0.2663 +117 2015 2016 -0.0187 -0.1044 0.0669 +117 2015 2017 -0.0134 -0.104 0.0773 +117 2015 2018 0.0564 -0.0279 0.1406 +117 2015 2019 0.0835 -0.0053 0.1723 +117 2015 2020 0.0717 -0.0222 0.1656 +117 2015 2021 0.0144 -0.0692 0.098 +117 2015 2022 0.0338 -0.0611 0.1286 +117 2015 2023 2e-04 -0.0941 0.0944 +117 2015 2024 0.0663 -0.0161 0.1486 +117 2015 2025 0.1703 0.0884 0.2521 +117 2016 2017 0.0054 -0.0793 0.0901 +117 2016 2018 0.0751 -0.0119 0.1621 +117 2016 2019 0.1023 0.0208 0.1838 +117 2016 2020 0.0904 -0.0015 0.1823 +117 2016 2021 0.0331 -0.0527 0.119 +117 2016 2022 0.0525 -0.0347 0.1397 +117 2016 2023 0.0189 -0.0727 0.1106 +117 2016 2024 0.085 0.001 0.169 +117 2016 2025 0.189 0.1136 0.2644 +117 2017 2018 0.0697 -0.014 0.1534 +117 2017 2019 0.0969 0.0093 0.1845 +117 2017 2020 0.085 0.0013 0.1688 +117 2017 2021 0.0278 -0.0566 0.1121 +117 2017 2022 0.0471 -0.0459 0.1402 +117 2017 2023 0.0135 -0.0705 0.0976 +117 2017 2024 0.0796 -0.0047 0.1639 +117 2017 2025 0.1836 0.1025 0.2648 +117 2018 2019 0.0272 -0.055 0.1093 +117 2018 2020 0.0153 -0.0746 0.1052 +117 2018 2021 -0.042 -0.119 0.0351 +117 2018 2022 -0.0226 -0.1141 0.0689 +117 2018 2023 -0.0562 -0.1467 0.0344 +117 2018 2024 0.0099 -0.0661 0.0859 +117 2018 2025 0.1139 0.0353 0.1925 +117 2019 2020 -0.0118 -0.0982 0.0745 +117 2019 2021 -0.0691 -0.1534 0.0152 +117 2019 2022 -0.0498 -0.135 0.0355 +117 2019 2023 -0.0833 -0.1743 0.0076 +117 2019 2024 -0.0172 -0.1005 0.066 +117 2019 2025 0.0867 0.013 0.1605 +117 2020 2021 -0.0573 -0.1415 0.0269 +117 2020 2022 -0.0379 -0.1331 0.0573 +117 2020 2023 -0.0715 -0.1586 0.0157 +117 2020 2024 -0.0054 -0.0931 0.0823 +117 2020 2025 0.0986 0.0141 0.1831 +117 2021 2022 0.0194 -0.066 0.1047 +117 2021 2023 -0.0142 -0.1003 0.0718 +117 2021 2024 0.0519 -0.0218 0.1255 +117 2021 2025 0.1559 0.0785 0.2333 +117 2022 2023 -0.0336 -0.1235 0.0564 +117 2022 2024 0.0325 -0.0556 0.1207 +117 2022 2025 0.1365 0.0566 0.2164 +117 2023 2024 0.0661 -0.0175 0.1497 +117 2023 2025 0.1701 0.0857 0.2545 +117 2024 2025 0.104 0.0313 0.1767 +118 2007 2008 -0.0025 -0.4709 0.4659 +118 2007 2009 0.2908 -0.2528 0.8344 +118 2007 2010 0.3274 -0.2511 0.9059 +118 2007 2011 0.5867 -0.0182 1.1916 +118 2007 2012 0.636 0.02 1.2521 +118 2007 2013 0.7177 0.0994 1.3361 +118 2007 2014 0.6329 -0.0014 1.2673 +118 2007 2015 0.5342 -0.1023 1.1706 +118 2007 2016 0.868 0.2192 1.5168 +118 2007 2017 0.6653 8e-04 1.3299 +118 2007 2018 0.4225 -0.2465 1.0914 +118 2007 2019 0.482 -0.1889 1.153 +118 2007 2020 0.4859 -0.2293 1.2012 +118 2007 2021 0.4319 -0.2664 1.1302 +118 2007 2022 0.3423 -0.3938 1.0784 +118 2007 2023 0.2954 -0.4735 1.0642 +118 2007 2024 0.2692 -0.4644 1.0028 +118 2007 2025 -0.0812 -0.8432 0.6808 +118 2008 2009 0.2933 -0.1702 0.7568 +118 2008 2010 0.33 -0.2227 0.8826 +118 2008 2011 0.5893 0.003 1.1755 +118 2008 2012 0.6386 0.0377 1.2395 +118 2008 2013 0.7203 0.0978 1.3428 +118 2008 2014 0.6354 0.0157 1.2552 +118 2008 2015 0.5367 -0.0704 1.1437 +118 2008 2016 0.8706 0.2237 1.5174 +118 2008 2017 0.6678 0.0191 1.3166 +118 2008 2018 0.4249 -0.2221 1.072 +118 2008 2019 0.4845 -0.1748 1.1438 +118 2008 2020 0.4884 -0.2192 1.1961 +118 2008 2021 0.4344 -0.2573 1.1262 +118 2008 2022 0.3448 -0.3838 1.0734 +118 2008 2023 0.2979 -0.4651 1.0608 +118 2008 2024 0.2717 -0.4605 1.0039 +118 2008 2025 -0.0787 -0.8246 0.6671 +118 2009 2010 0.0367 -0.4073 0.4806 +118 2009 2011 0.296 -0.2017 0.7937 +118 2009 2012 0.3453 -0.1689 0.8595 +118 2009 2013 0.427 -0.1225 0.9766 +118 2009 2014 0.3422 -0.2131 0.8975 +118 2009 2015 0.2434 -0.3024 0.7893 +118 2009 2016 0.5773 0.0158 1.1389 +118 2009 2017 0.3746 -0.2174 0.9666 +118 2009 2018 0.1317 -0.4744 0.7378 +118 2009 2019 0.1913 -0.4103 0.7929 +118 2009 2020 0.1952 -0.4582 0.8486 +118 2009 2021 0.1412 -0.4948 0.7772 +118 2009 2022 0.0516 -0.6307 0.7338 +118 2009 2023 0.0046 -0.7133 0.7225 +118 2009 2024 -0.0215 -0.6994 0.6563 +118 2009 2025 -0.3719 -1.0984 0.3546 +118 2010 2011 0.2593 -0.2011 0.7198 +118 2010 2012 0.3087 -0.2302 0.8475 +118 2010 2013 0.3904 -0.1907 0.9715 +118 2010 2014 0.3055 -0.2799 0.891 +118 2010 2015 0.2067 -0.3829 0.7964 +118 2010 2016 0.5407 -0.0704 1.1518 +118 2010 2017 0.3379 -0.2943 0.9701 +118 2010 2018 0.095 -0.5422 0.7323 +118 2010 2019 0.1546 -0.4836 0.7929 +118 2010 2020 0.1585 -0.5272 0.8442 +118 2010 2021 0.1045 -0.563 0.7721 +118 2010 2022 0.0149 -0.6948 0.7246 +118 2010 2023 -0.032 -0.7768 0.7128 +118 2010 2024 -0.0582 -0.7658 0.6495 +118 2010 2025 -0.4086 -1.15 0.3327 +118 2011 2012 0.0493 -0.3767 0.4753 +118 2011 2013 0.1311 -0.3688 0.6309 +118 2011 2014 0.0462 -0.4705 0.5629 +118 2011 2015 -0.0526 -0.6186 0.5135 +118 2011 2016 0.2814 -0.2654 0.8281 +118 2011 2017 0.0786 -0.5113 0.6685 +118 2011 2018 -0.1643 -0.776 0.4475 +118 2011 2019 -0.1047 -0.6976 0.4883 +118 2011 2020 -0.1008 -0.7351 0.5336 +118 2011 2021 -0.1547 -0.769 0.4595 +118 2011 2022 -0.2444 -0.9098 0.4211 +118 2011 2023 -0.2913 -0.9909 0.4082 +118 2011 2024 -0.3174 -0.9694 0.3346 +118 2011 2025 -0.6679 -1.3902 0.0544 +118 2012 2013 0.0817 -0.3464 0.5098 +118 2012 2014 -0.0031 -0.5063 0.5001 +118 2012 2015 -0.1019 -0.6455 0.4417 +118 2012 2016 0.232 -0.3019 0.766 +118 2012 2017 0.0293 -0.5497 0.6083 +118 2012 2018 -0.2136 -0.8086 0.3815 +118 2012 2019 -0.154 -0.7358 0.4278 +118 2012 2020 -0.1501 -0.774 0.4738 +118 2012 2021 -0.2041 -0.7992 0.391 +118 2012 2022 -0.2937 -0.9422 0.3548 +118 2012 2023 -0.3407 -1.0238 0.3425 +118 2012 2024 -0.3668 -0.9996 0.266 +118 2012 2025 -0.7172 -1.4198 -0.0146 +118 2013 2014 -0.0849 -0.5225 0.3528 +118 2013 2015 -0.1837 -0.7193 0.352 +118 2013 2016 0.1503 -0.3612 0.6618 +118 2013 2017 -0.0524 -0.6292 0.5243 +118 2013 2018 -0.2953 -0.9008 0.3101 +118 2013 2019 -0.2357 -0.8204 0.349 +118 2013 2020 -0.2318 -0.8598 0.3961 +118 2013 2021 -0.2858 -0.8886 0.3171 +118 2013 2022 -0.3754 -1.0286 0.2777 +118 2013 2023 -0.4224 -1.1095 0.2648 +118 2013 2024 -0.4485 -1.084 0.1871 +118 2013 2025 -0.7989 -1.5076 -0.0903 +118 2014 2015 -0.0988 -0.5503 0.3527 +118 2014 2016 0.2352 -0.279 0.7494 +118 2014 2017 0.0324 -0.5407 0.6055 +118 2014 2018 -0.2105 -0.8091 0.3881 +118 2014 2019 -0.1509 -0.741 0.4393 +118 2014 2020 -0.147 -0.7867 0.4927 +118 2014 2021 -0.201 -0.8189 0.4169 +118 2014 2022 -0.2906 -0.9566 0.3754 +118 2014 2023 -0.3376 -1.0394 0.3643 +118 2014 2024 -0.3637 -1.0213 0.2939 +118 2014 2025 -0.7141 -1.424 -0.0042 +118 2015 2016 0.334 -0.1478 0.8159 +118 2015 2017 0.1312 -0.4262 0.6886 +118 2015 2018 -0.1117 -0.6891 0.4657 +118 2015 2019 -0.0521 -0.6427 0.5385 +118 2015 2020 -0.0482 -0.7014 0.6051 +118 2015 2021 -0.1022 -0.7373 0.5329 +118 2015 2022 -0.1918 -0.8688 0.4852 +118 2015 2023 -0.2388 -0.9568 0.4792 +118 2015 2024 -0.2649 -0.949 0.4192 +118 2015 2025 -0.6154 -1.3202 0.0894 +118 2016 2017 -0.2028 -0.6462 0.2407 +118 2016 2018 -0.4457 -0.9838 0.0924 +118 2016 2019 -0.386 -0.9008 0.1288 +118 2016 2020 -0.3821 -0.9644 0.2001 +118 2016 2021 -0.4361 -1.0031 0.1309 +118 2016 2022 -0.5257 -1.1443 0.0928 +118 2016 2023 -0.5727 -1.2329 0.0875 +118 2016 2024 -0.5988 -1.2088 0.0112 +118 2016 2025 -0.9492 -1.6444 -0.254 +118 2017 2018 -0.2429 -0.6951 0.2093 +118 2017 2019 -0.1833 -0.6951 0.3286 +118 2017 2020 -0.1794 -0.7752 0.4164 +118 2017 2021 -0.2334 -0.8189 0.3522 +118 2017 2022 -0.323 -0.9644 0.3184 +118 2017 2023 -0.37 -1.0523 0.3123 +118 2017 2024 -0.3961 -1.0345 0.2424 +118 2017 2025 -0.7465 -1.4415 -0.0515 +118 2018 2019 0.0596 -0.3848 0.5041 +118 2018 2020 0.0635 -0.4996 0.6267 +118 2018 2021 0.0095 -0.5467 0.5658 +118 2018 2022 -0.0801 -0.7058 0.5456 +118 2018 2023 -0.1271 -0.7977 0.5436 +118 2018 2024 -0.1532 -0.787 0.4806 +118 2018 2025 -0.5037 -1.179 0.1716 +118 2019 2020 0.0039 -0.4533 0.4611 +118 2019 2021 -0.0501 -0.5669 0.4668 +118 2019 2022 -0.1397 -0.7362 0.4567 +118 2019 2023 -0.1867 -0.8279 0.4546 +118 2019 2024 -0.2128 -0.8153 0.3898 +118 2019 2025 -0.5633 -1.2382 0.1117 +118 2020 2021 -0.054 -0.5046 0.3967 +118 2020 2022 -0.1436 -0.716 0.4287 +118 2020 2023 -0.1906 -0.8053 0.4242 +118 2020 2024 -0.2166 -0.8037 0.3704 +118 2020 2025 -0.5672 -1.2509 0.1165 +118 2021 2022 -0.0897 -0.5373 0.358 +118 2021 2023 -0.1366 -0.6709 0.3977 +118 2021 2024 -0.1627 -0.6538 0.3284 +118 2021 2025 -0.5132 -1.1298 0.1035 +118 2022 2023 -0.047 -0.511 0.4171 +118 2022 2024 -0.073 -0.5874 0.4413 +118 2022 2025 -0.4236 -1.0362 0.1891 +118 2023 2024 -0.0261 -0.4903 0.4382 +118 2023 2025 -0.3767 -0.9989 0.2456 +118 2024 2025 -0.3506 -0.8587 0.1575 +119 2007 2010 -0.3617 -0.7245 0.0012 +119 2007 2013 -0.6808 -1.1119 -0.2497 +119 2007 2016 -0.9093 -1.3798 -0.4387 +119 2007 2019 -0.8145 -1.2525 -0.3764 +119 2007 2022 -0.8278 -1.292 -0.3637 +119 2007 2025 -0.9542 -1.6185 -0.2899 +119 2010 2013 -0.3192 -0.6645 0.0262 +119 2010 2016 -0.5477 -0.9471 -0.1482 +119 2010 2019 -0.4529 -0.8377 -0.068 +119 2010 2022 -0.4662 -0.8839 -0.0486 +119 2010 2025 -0.5925 -1.2177 0.0326 +119 2013 2016 -0.2286 -0.6035 0.1464 +119 2013 2019 -0.1337 -0.5323 0.2649 +119 2013 2022 -0.1471 -0.5811 0.2869 +119 2013 2025 -0.2734 -0.9025 0.3558 +119 2016 2019 0.0949 -0.2889 0.4786 +119 2016 2022 0.0815 -0.3646 0.5275 +119 2016 2025 -0.0448 -0.6788 0.5891 +119 2019 2022 -0.0134 -0.3997 0.373 +119 2019 2025 -0.1397 -0.7516 0.4722 +119 2022 2025 -0.1263 -0.6601 0.4074 +120 2007 2010 0.0347 -0.2794 0.3489 +120 2007 2013 0.1237 -0.2915 0.539 +120 2007 2016 0.3069 -0.1805 0.7943 +120 2007 2019 0.3985 -0.0985 0.8955 +120 2007 2022 0.3398 -0.193 0.8725 +120 2007 2025 0.4155 -0.1786 1.0097 +120 2010 2013 0.089 -0.2216 0.3996 +120 2010 2016 0.2722 -0.1584 0.7029 +120 2010 2019 0.3639 -0.0864 0.8143 +120 2010 2022 0.3052 -0.1779 0.7883 +120 2010 2025 0.381 -0.1673 0.9292 +120 2013 2016 0.1829 -0.1496 0.5154 +120 2013 2019 0.2748 -0.1122 0.6618 +120 2013 2022 0.2161 -0.2177 0.6499 +120 2013 2025 0.2919 -0.2185 0.8022 +120 2016 2019 0.0916 -0.1861 0.3692 +120 2016 2022 0.0328 -0.3339 0.3995 +120 2016 2025 0.1086 -0.3511 0.5683 +120 2019 2022 -0.0587 -0.3401 0.2226 +120 2019 2025 0.0171 -0.3797 0.4138 +120 2022 2025 0.0758 -0.2352 0.3869 +121 2007 2010 -0.1564 -0.2333 -0.0795 +121 2007 2013 -0.1502 -0.231 -0.0694 +121 2007 2016 -0.274 -0.354 -0.194 +121 2007 2019 -0.2654 -0.3467 -0.1841 +121 2007 2022 -0.2336 -0.3152 -0.1521 +121 2007 2025 -0.463 -0.5649 -0.3611 +121 2010 2013 0.0062 -0.0762 0.0886 +121 2010 2016 -0.1176 -0.2006 -0.0346 +121 2010 2019 -0.109 -0.1937 -0.0242 +121 2010 2022 -0.0772 -0.1629 0.0084 +121 2010 2025 -0.3066 -0.4112 -0.2021 +121 2013 2016 -0.1238 -0.2056 -0.0419 +121 2013 2019 -0.1152 -0.2006 -0.0297 +121 2013 2022 -0.0834 -0.1697 0.0029 +121 2013 2025 -0.3128 -0.4183 -0.2073 +121 2016 2019 0.0086 -0.0709 0.0882 +121 2016 2022 0.0404 -0.042 0.1227 +121 2016 2025 -0.189 -0.2932 -0.0849 +121 2019 2022 0.0317 -0.0489 0.1124 +121 2019 2025 -0.1977 -0.3025 -0.0928 +121 2022 2025 -0.2294 -0.3331 -0.1257 +122 2007 2010 0.0429 -0.2409 0.3266 +122 2007 2013 -0.0967 -0.4548 0.2613 +122 2007 2016 -0.3168 -0.7421 0.1084 +122 2007 2019 -0.2525 -0.6613 0.1563 +122 2007 2022 -0.2797 -0.7065 0.1471 +122 2007 2025 -0.2777 -0.7389 0.1835 +122 2010 2013 -0.1397 -0.424 0.1446 +122 2010 2016 -0.3601 -0.7802 0.0601 +122 2010 2019 -0.2954 -0.6726 0.0819 +122 2010 2022 -0.3225 -0.7209 0.0759 +122 2010 2025 -0.3206 -0.7527 0.1115 +122 2013 2016 -0.2205 -0.5499 0.1089 +122 2013 2019 -0.1558 -0.498 0.1863 +122 2013 2022 -0.1831 -0.5542 0.1881 +122 2013 2025 -0.1811 -0.599 0.2368 +122 2016 2019 0.064 -0.2554 0.3834 +122 2016 2022 0.0368 -0.3402 0.4139 +122 2016 2025 0.0388 -0.3964 0.474 +122 2019 2022 -0.0272 -0.3124 0.2579 +122 2019 2025 -0.0253 -0.3899 0.3393 +122 2022 2025 0.0019 -0.3037 0.3075 +123 2007 2010 0.1282 0.051 0.2054 +123 2007 2013 0.0828 0.003 0.1626 +123 2007 2016 -0.0034 -0.0829 0.0762 +123 2007 2019 -0.0252 -0.1066 0.0562 +123 2007 2022 -0.0828 -0.1679 0.0022 +123 2007 2025 0.06 -0.0345 0.1545 +123 2010 2013 -0.0454 -0.1222 0.0313 +123 2010 2016 -0.1316 -0.2114 -0.0517 +123 2010 2019 -0.1534 -0.2352 -0.0717 +123 2010 2022 -0.2111 -0.2984 -0.1237 +123 2010 2025 -0.0682 -0.1627 0.0263 +123 2013 2016 -0.0862 -0.1612 -0.0111 +123 2013 2019 -0.108 -0.1879 -0.0281 +123 2013 2022 -0.1656 -0.2509 -0.0804 +123 2013 2025 -0.0228 -0.1165 0.071 +123 2016 2019 -0.0219 -0.0971 0.0534 +123 2016 2022 -0.0795 -0.1622 0.0032 +123 2016 2025 0.0634 -0.0301 0.1568 +123 2019 2022 -0.0576 -0.1375 0.0222 +123 2019 2025 0.0852 -0.009 0.1794 +123 2022 2025 0.1429 0.0493 0.2365 +124 2007 2008 -0.0178 -0.308 0.2725 +124 2007 2009 -0.0687 -0.4689 0.3315 +124 2007 2010 -0.051 -0.513 0.4111 +124 2007 2011 0.0201 -0.4823 0.5225 +124 2007 2012 0.0145 -0.5131 0.5421 +124 2007 2013 0.0943 -0.4507 0.6394 +124 2007 2014 0.1788 -0.383 0.7405 +124 2007 2015 0.1953 -0.3741 0.7647 +124 2007 2016 0.2143 -0.3555 0.784 +124 2007 2017 0.3175 -0.2506 0.8856 +124 2007 2018 0.3801 -0.1974 0.9576 +124 2007 2019 0.4055 -0.1895 1.0005 +124 2007 2020 0.397 -0.202 0.996 +124 2007 2021 0.4733 -0.1166 1.0631 +124 2007 2022 0.4531 -0.1502 1.0564 +124 2007 2023 0.4151 -0.202 1.0322 +124 2007 2024 0.3448 -0.2727 0.9623 +124 2007 2025 0.3482 -0.3029 0.9993 +124 2008 2009 -0.0509 -0.3361 0.2342 +124 2008 2010 -0.0332 -0.4073 0.3409 +124 2008 2011 0.0379 -0.39 0.4657 +124 2008 2012 0.0323 -0.4271 0.4916 +124 2008 2013 0.1121 -0.3695 0.5937 +124 2008 2014 0.1965 -0.3058 0.6989 +124 2008 2015 0.2131 -0.2973 0.7235 +124 2008 2016 0.232 -0.2784 0.7425 +124 2008 2017 0.3353 -0.1749 0.8455 +124 2008 2018 0.3979 -0.1242 0.92 +124 2008 2019 0.4233 -0.1179 0.9644 +124 2008 2020 0.4148 -0.1298 0.9594 +124 2008 2021 0.491 -0.0461 1.0282 +124 2008 2022 0.4709 -0.0801 1.0219 +124 2008 2023 0.4329 -0.1322 0.9979 +124 2008 2024 0.3626 -0.2021 0.9273 +124 2008 2025 0.366 -0.2354 0.9673 +124 2009 2010 0.0178 -0.2598 0.2953 +124 2009 2011 0.0888 -0.2805 0.4581 +124 2009 2012 0.0833 -0.3318 0.4983 +124 2009 2013 0.1631 -0.2903 0.6165 +124 2009 2014 0.2475 -0.2391 0.7342 +124 2009 2015 0.2641 -0.2324 0.7605 +124 2009 2016 0.283 -0.215 0.7811 +124 2009 2017 0.3863 -0.1217 0.8943 +124 2009 2018 0.4489 -0.071 0.9688 +124 2009 2019 0.4742 -0.0632 1.0117 +124 2009 2020 0.4658 -0.0722 1.0037 +124 2009 2021 0.542 0.0069 1.0771 +124 2009 2022 0.5219 -0.0244 1.0681 +124 2009 2023 0.4839 -0.074 1.0417 +124 2009 2024 0.4136 -0.1402 0.9673 +124 2009 2025 0.417 -0.1765 1.0104 +124 2010 2011 0.0711 -0.207 0.3492 +124 2010 2012 0.0655 -0.2937 0.4247 +124 2010 2013 0.1453 -0.27 0.5607 +124 2010 2014 0.2298 -0.2303 0.6898 +124 2010 2015 0.2463 -0.2309 0.7235 +124 2010 2016 0.2653 -0.2187 0.7493 +124 2010 2017 0.3685 -0.1302 0.8672 +124 2010 2018 0.4311 -0.0797 0.942 +124 2010 2019 0.4565 -0.0723 0.9853 +124 2010 2020 0.448 -0.0818 0.9778 +124 2010 2021 0.5243 -0.0019 1.0505 +124 2010 2022 0.5041 -0.033 1.0412 +124 2010 2023 0.4661 -0.0832 1.0154 +124 2010 2024 0.3958 -0.1494 0.9411 +124 2010 2025 0.3992 -0.1866 0.985 +124 2011 2012 -0.0056 -0.283 0.2718 +124 2011 2013 0.0742 -0.2906 0.439 +124 2011 2014 0.1586 -0.2648 0.5821 +124 2011 2015 0.1752 -0.2781 0.6285 +124 2011 2016 0.1942 -0.2753 0.6636 +124 2011 2017 0.2974 -0.1879 0.7827 +124 2011 2018 0.36 -0.1382 0.8583 +124 2011 2019 0.3854 -0.1337 0.9045 +124 2011 2020 0.3769 -0.146 0.8998 +124 2011 2021 0.4532 -0.062 0.9684 +124 2011 2022 0.433 -0.0957 0.9618 +124 2011 2023 0.395 -0.148 0.938 +124 2011 2024 0.3247 -0.2165 0.866 +124 2011 2025 0.3281 -0.2536 0.9098 +124 2012 2013 0.0798 -0.1984 0.358 +124 2012 2014 0.1642 -0.2066 0.5351 +124 2012 2015 0.1808 -0.233 0.5946 +124 2012 2016 0.1998 -0.2387 0.6382 +124 2012 2017 0.303 -0.1603 0.7664 +124 2012 2018 0.3656 -0.1134 0.8447 +124 2012 2019 0.391 -0.1104 0.8925 +124 2012 2020 0.3825 -0.1226 0.8876 +124 2012 2021 0.4588 -0.0414 0.959 +124 2012 2022 0.4386 -0.0751 0.9523 +124 2012 2023 0.4006 -0.127 0.9282 +124 2012 2024 0.3303 -0.194 0.8546 +124 2012 2025 0.3337 -0.2339 0.9013 +124 2013 2014 0.0844 -0.1918 0.3606 +124 2013 2015 0.101 -0.2548 0.4567 +124 2013 2016 0.1199 -0.2796 0.5194 +124 2013 2017 0.2232 -0.2075 0.6538 +124 2013 2018 0.2858 -0.1651 0.7366 +124 2013 2019 0.3111 -0.1664 0.7887 +124 2013 2020 0.3027 -0.1829 0.7882 +124 2013 2021 0.3789 -0.0974 0.8553 +124 2013 2022 0.3588 -0.1338 0.8513 +124 2013 2023 0.3208 -0.1891 0.8306 +124 2013 2024 0.2505 -0.2589 0.7599 +124 2013 2025 0.2539 -0.2988 0.8065 +124 2014 2015 0.0166 -0.2569 0.29 +124 2014 2016 0.0355 -0.3194 0.3904 +124 2014 2017 0.1388 -0.2588 0.5363 +124 2014 2018 0.2014 -0.2245 0.6272 +124 2014 2019 0.2267 -0.2325 0.686 +124 2014 2020 0.2183 -0.2543 0.6908 +124 2014 2021 0.2945 -0.1664 0.7554 +124 2014 2022 0.2744 -0.2065 0.7552 +124 2014 2023 0.2364 -0.264 0.7367 +124 2014 2024 0.1661 -0.3367 0.6688 +124 2014 2025 0.1694 -0.3766 0.7155 +124 2015 2016 0.019 -0.2525 0.2905 +124 2015 2017 0.1222 -0.2285 0.4729 +124 2015 2018 0.1848 -0.2095 0.5792 +124 2015 2019 0.2102 -0.2252 0.6456 +124 2015 2020 0.2017 -0.2507 0.6541 +124 2015 2021 0.278 -0.1684 0.7244 +124 2015 2022 0.2578 -0.2105 0.7262 +124 2015 2023 0.2198 -0.2693 0.7089 +124 2015 2024 0.1495 -0.3422 0.6412 +124 2015 2025 0.1529 -0.3843 0.6901 +124 2016 2017 0.1032 -0.1688 0.3752 +124 2016 2018 0.1658 -0.1833 0.515 +124 2016 2019 0.1912 -0.2105 0.5929 +124 2016 2020 0.1828 -0.2417 0.6072 +124 2016 2021 0.259 -0.1673 0.6854 +124 2016 2022 0.2389 -0.2112 0.6889 +124 2016 2023 0.2009 -0.2713 0.673 +124 2016 2024 0.1306 -0.3452 0.6063 +124 2016 2025 0.1339 -0.3899 0.6578 +124 2017 2018 0.0626 -0.2049 0.3301 +124 2017 2019 0.088 -0.264 0.44 +124 2017 2020 0.0795 -0.3125 0.4716 +124 2017 2021 0.1558 -0.2437 0.5553 +124 2017 2022 0.1356 -0.2967 0.568 +124 2017 2023 0.0976 -0.3624 0.5576 +124 2017 2024 0.0273 -0.4417 0.4963 +124 2017 2025 0.0307 -0.486 0.5474 +124 2018 2019 0.0254 -0.2426 0.2934 +124 2018 2020 0.0169 -0.3243 0.3582 +124 2018 2021 0.0932 -0.2699 0.4563 +124 2018 2022 0.073 -0.3338 0.4798 +124 2018 2023 0.035 -0.4057 0.4758 +124 2018 2024 -0.0353 -0.4882 0.4176 +124 2018 2025 -0.0319 -0.5348 0.471 +124 2019 2020 -0.0085 -0.278 0.2611 +124 2019 2021 0.0678 -0.2686 0.4042 +124 2019 2022 0.0476 -0.3451 0.4404 +124 2019 2023 0.0096 -0.4242 0.4435 +124 2019 2024 -0.0607 -0.5112 0.3898 +124 2019 2025 -0.0573 -0.5591 0.4446 +124 2020 2021 0.0762 -0.1956 0.3481 +124 2020 2022 0.0561 -0.2998 0.412 +124 2020 2023 0.0181 -0.3888 0.425 +124 2020 2024 -0.0522 -0.4809 0.3765 +124 2020 2025 -0.0488 -0.5346 0.437 +124 2021 2022 -0.0202 -0.2858 0.2455 +124 2021 2023 -0.0582 -0.4045 0.2881 +124 2021 2024 -0.1285 -0.5121 0.2551 +124 2021 2025 -0.1251 -0.5718 0.3216 +124 2022 2023 -0.038 -0.3068 0.2308 +124 2022 2024 -0.1083 -0.4506 0.2339 +124 2022 2025 -0.1049 -0.5214 0.3115 +124 2023 2024 -0.0703 -0.3403 0.1997 +124 2023 2025 -0.0669 -0.4403 0.3064 +124 2024 2025 0.0034 -0.2784 0.2851 +125 2007 2008 -0.054 -0.1968 0.0887 +125 2007 2009 -0.2129 -0.3645 -0.0612 +125 2007 2010 -0.2058 -0.3292 -0.0825 +125 2007 2011 -0.228 -0.3815 -0.0744 +125 2007 2012 -0.356 -0.5161 -0.1959 +125 2007 2013 -0.2661 -0.3982 -0.1341 +125 2007 2014 -0.7085 -0.8693 -0.5477 +125 2007 2015 -0.6314 -0.7851 -0.4777 +125 2007 2016 -0.7212 -0.8567 -0.5857 +125 2007 2017 -0.9196 -1.0755 -0.7637 +125 2007 2018 -0.8426 -1.0002 -0.685 +125 2007 2019 -1.1327 -1.2763 -0.989 +125 2007 2020 -1.0993 -1.2632 -0.9354 +125 2007 2021 -1.1097 -1.267 -0.9524 +125 2007 2022 -1.2377 -1.3925 -1.0829 +125 2007 2023 -1.1977 -1.363 -1.0324 +125 2007 2024 -1.3733 -1.5357 -1.211 +125 2007 2025 -1.0821 -1.212 -0.9523 +125 2008 2009 -0.1588 -0.3137 -0.0039 +125 2008 2010 -0.1518 -0.301 -0.0027 +125 2008 2011 -0.1739 -0.3102 -0.0377 +125 2008 2012 -0.302 -0.4674 -0.1366 +125 2008 2013 -0.2121 -0.3657 -0.0585 +125 2008 2014 -0.6545 -0.7986 -0.5103 +125 2008 2015 -0.5774 -0.7361 -0.4187 +125 2008 2016 -0.6671 -0.8239 -0.5104 +125 2008 2017 -0.8656 -1.0046 -0.7266 +125 2008 2018 -0.7885 -0.9523 -0.6248 +125 2008 2019 -1.0787 -1.2422 -0.9151 +125 2008 2020 -1.0453 -1.1938 -0.8967 +125 2008 2021 -1.0557 -1.2174 -0.8939 +125 2008 2022 -1.1837 -1.3554 -1.0119 +125 2008 2023 -1.1437 -1.2942 -0.9932 +125 2008 2024 -1.3193 -1.4867 -1.1519 +125 2008 2025 -1.0281 -1.1763 -0.8799 +125 2009 2010 0.007 -0.1465 0.1605 +125 2009 2011 -0.0151 -0.1789 0.1486 +125 2009 2012 -0.1432 -0.2923 0.006 +125 2009 2013 -0.0533 -0.2146 0.1081 +125 2009 2014 -0.4956 -0.6659 -0.3254 +125 2009 2015 -0.4185 -0.567 -0.27 +125 2009 2016 -0.5083 -0.6719 -0.3447 +125 2009 2017 -0.7068 -0.8727 -0.5408 +125 2009 2018 -0.6297 -0.7794 -0.48 +125 2009 2019 -0.9198 -1.0897 -0.75 +125 2009 2020 -0.8864 -1.0603 -0.7126 +125 2009 2021 -0.8968 -1.0495 -0.7442 +125 2009 2022 -1.0248 -1.2029 -0.8468 +125 2009 2023 -0.9849 -1.1587 -0.811 +125 2009 2024 -1.1605 -1.3171 -1.0039 +125 2009 2025 -0.8693 -1.0251 -0.7134 +125 2010 2011 -0.0221 -0.1785 0.1342 +125 2010 2012 -0.1502 -0.3148 0.0144 +125 2010 2013 -0.0603 -0.1958 0.0752 +125 2010 2014 -0.5027 -0.668 -0.3373 +125 2010 2015 -0.4256 -0.5832 -0.2679 +125 2010 2016 -0.5153 -0.6554 -0.3753 +125 2010 2017 -0.7138 -0.8748 -0.5528 +125 2010 2018 -0.6367 -0.7981 -0.4753 +125 2010 2019 -0.9268 -1.0769 -0.7767 +125 2010 2020 -0.8935 -1.0615 -0.7254 +125 2010 2021 -0.9039 -1.0642 -0.7435 +125 2010 2022 -1.0319 -1.1914 -0.8723 +125 2010 2023 -0.9919 -1.1614 -0.8224 +125 2010 2024 -1.1675 -1.3338 -1.0012 +125 2010 2025 -0.8763 -1.0127 -0.7399 +125 2011 2012 -0.1281 -0.2977 0.0416 +125 2011 2013 -0.0381 -0.2014 0.1251 +125 2011 2014 -0.4805 -0.6327 -0.3284 +125 2011 2015 -0.4034 -0.5695 -0.2373 +125 2011 2016 -0.4932 -0.6588 -0.3276 +125 2011 2017 -0.6916 -0.8403 -0.543 +125 2011 2018 -0.6146 -0.7862 -0.443 +125 2011 2019 -0.9047 -1.0769 -0.7325 +125 2011 2020 -0.8713 -1.029 -0.7136 +125 2011 2021 -0.8817 -1.0516 -0.7118 +125 2011 2022 -1.0097 -1.1901 -0.8293 +125 2011 2023 -0.9698 -1.1291 -0.8104 +125 2011 2024 -1.1454 -1.321 -0.9697 +125 2011 2025 -0.8542 -1.0115 -0.6968 +125 2012 2013 0.0899 -0.0774 0.2572 +125 2012 2014 -0.3524 -0.5306 -0.1743 +125 2012 2015 -0.2754 -0.4316 -0.1191 +125 2012 2016 -0.3651 -0.537 -0.1933 +125 2012 2017 -0.5636 -0.7378 -0.3893 +125 2012 2018 -0.4865 -0.6467 -0.3264 +125 2012 2019 -0.7766 -0.9543 -0.5989 +125 2012 2020 -0.7432 -0.9248 -0.5617 +125 2012 2021 -0.7536 -0.9164 -0.5909 +125 2012 2022 -0.8817 -1.0674 -0.6959 +125 2012 2023 -0.8417 -1.0238 -0.6596 +125 2012 2024 -1.0173 -1.184 -0.8505 +125 2012 2025 -0.7261 -0.8913 -0.5609 +125 2013 2014 -0.4424 -0.6105 -0.2742 +125 2013 2015 -0.3653 -0.5283 -0.2022 +125 2013 2016 -0.4551 -0.5969 -0.3133 +125 2013 2017 -0.6535 -0.8193 -0.4877 +125 2013 2018 -0.5764 -0.7436 -0.4093 +125 2013 2019 -0.8666 -1.02 -0.7131 +125 2013 2020 -0.8332 -1.0059 -0.6604 +125 2013 2021 -0.8436 -1.0095 -0.6777 +125 2013 2022 -0.9716 -1.1336 -0.8096 +125 2013 2023 -0.9316 -1.1056 -0.7576 +125 2013 2024 -1.1072 -1.2798 -0.9346 +125 2013 2025 -0.816 -0.9568 -0.6752 +125 2014 2015 0.0771 -0.0934 0.2476 +125 2014 2016 -0.0127 -0.1845 0.1591 +125 2014 2017 -0.2111 -0.3621 -0.0601 +125 2014 2018 -0.1341 -0.3122 0.044 +125 2014 2019 -0.4242 -0.6014 -0.247 +125 2014 2020 -0.3908 -0.5519 -0.2297 +125 2014 2021 -0.4012 -0.577 -0.2254 +125 2014 2022 -0.5292 -0.7144 -0.344 +125 2014 2023 -0.4892 -0.6518 -0.3267 +125 2014 2024 -0.6648 -0.8444 -0.4853 +125 2014 2025 -0.3736 -0.5372 -0.21 +125 2015 2016 -0.0898 -0.2523 0.0727 +125 2015 2017 -0.2882 -0.4566 -0.1199 +125 2015 2018 -0.2112 -0.3657 -0.0566 +125 2015 2019 -0.5013 -0.6726 -0.33 +125 2015 2020 -0.4679 -0.6437 -0.2921 +125 2015 2021 -0.4783 -0.6363 -0.3203 +125 2015 2022 -0.6063 -0.7862 -0.4264 +125 2015 2023 -0.5663 -0.7421 -0.3906 +125 2015 2024 -0.7419 -0.906 -0.5779 +125 2015 2025 -0.4507 -0.6075 -0.294 +125 2016 2017 -0.1984 -0.3634 -0.0335 +125 2016 2018 -0.1214 -0.2907 0.048 +125 2016 2019 -0.4115 -0.5632 -0.2599 +125 2016 2020 -0.3781 -0.5521 -0.2041 +125 2016 2021 -0.3885 -0.5569 -0.2201 +125 2016 2022 -0.5165 -0.6785 -0.3546 +125 2016 2023 -0.4765 -0.6522 -0.3009 +125 2016 2024 -0.6522 -0.8259 -0.4785 +125 2016 2025 -0.361 -0.5027 -0.2192 +125 2017 2018 0.0771 -0.0934 0.2475 +125 2017 2019 -0.2131 -0.386 -0.0402 +125 2017 2020 -0.1797 -0.3312 -0.0282 +125 2017 2021 -0.1901 -0.3607 -0.0195 +125 2017 2022 -0.3181 -0.4991 -0.1371 +125 2017 2023 -0.2781 -0.4311 -0.1251 +125 2017 2024 -0.4537 -0.6287 -0.2787 +125 2017 2025 -0.1625 -0.3219 -0.0032 +125 2018 2019 -0.2901 -0.4626 -0.1177 +125 2018 2020 -0.2567 -0.4366 -0.0768 +125 2018 2021 -0.2671 -0.4221 -0.1121 +125 2018 2022 -0.3951 -0.5783 -0.212 +125 2018 2023 -0.3552 -0.5355 -0.1748 +125 2018 2024 -0.5308 -0.6936 -0.3679 +125 2018 2025 -0.2396 -0.4006 -0.0785 +125 2019 2020 0.0334 -0.1435 0.2103 +125 2019 2021 0.023 -0.1511 0.1971 +125 2019 2022 -0.105 -0.2695 0.0595 +125 2019 2023 -0.065 -0.2466 0.1165 +125 2019 2024 -0.2407 -0.4195 -0.0618 +125 2019 2025 0.0506 -0.0966 0.1977 +125 2020 2021 -0.0104 -0.1856 0.1648 +125 2020 2022 -0.1384 -0.3258 0.049 +125 2020 2023 -0.0984 -0.2578 0.0609 +125 2020 2024 -0.2741 -0.4575 -0.0906 +125 2020 2025 0.0172 -0.1499 0.1842 +125 2021 2022 -0.128 -0.305 0.049 +125 2021 2023 -0.088 -0.2658 0.0897 +125 2021 2024 -0.2636 -0.4267 -0.1006 +125 2021 2025 0.0276 -0.132 0.1871 +125 2022 2023 0.04 -0.1446 0.2245 +125 2022 2024 -0.1356 -0.322 0.0507 +125 2022 2025 0.1556 5e-04 0.3107 +125 2023 2024 -0.1756 -0.3561 0.0049 +125 2023 2025 0.1156 -0.0526 0.2838 +125 2024 2025 0.2912 0.1271 0.4553 +126 2007 2008 -0.0011 -0.1021 0.1 +126 2007 2009 0.0814 -0.0262 0.189 +126 2007 2010 0.2 0.1091 0.2909 +126 2007 2011 0.1747 0.0681 0.2814 +126 2007 2012 0.3268 0.2215 0.4322 +126 2007 2013 0.2479 0.1537 0.3422 +126 2007 2014 0.0552 -0.0569 0.1673 +126 2007 2015 0.0814 -0.0263 0.1891 +126 2007 2016 0.0543 -0.0406 0.1492 +126 2007 2017 -0.0709 -0.1813 0.0395 +126 2007 2018 -0.0187 -0.1285 0.0912 +126 2007 2019 0.1096 0.0127 0.2064 +126 2007 2020 0.0176 -0.0974 0.1326 +126 2007 2021 0.0058 -0.1006 0.1122 +126 2007 2022 0.1835 0.0821 0.2849 +126 2007 2023 0.0779 -0.0318 0.1877 +126 2007 2024 0.0411 -0.0671 0.1494 +126 2007 2025 0.3389 0.2539 0.4239 +126 2008 2009 0.0824 -0.02 0.1849 +126 2008 2010 0.201 0.0975 0.3046 +126 2008 2011 0.1758 0.0836 0.2679 +126 2008 2012 0.3279 0.2213 0.4344 +126 2008 2013 0.249 0.1432 0.3547 +126 2008 2014 0.0562 -0.0418 0.1543 +126 2008 2015 0.0824 -0.025 0.1899 +126 2008 2016 0.0554 -0.0506 0.1614 +126 2008 2017 -0.0698 -0.166 0.0263 +126 2008 2018 -0.0176 -0.1246 0.0893 +126 2008 2019 0.1106 0.003 0.2182 +126 2008 2020 0.0186 -0.0832 0.1205 +126 2008 2021 0.0068 -0.0929 0.1065 +126 2008 2022 0.1846 0.0726 0.2965 +126 2008 2023 0.079 -0.0171 0.175 +126 2008 2024 0.0422 -0.0602 0.1446 +126 2008 2025 0.3399 0.2448 0.435 +126 2009 2010 0.1186 0.0154 0.2219 +126 2009 2011 0.0933 -0.0146 0.2012 +126 2009 2012 0.2454 0.1461 0.3447 +126 2009 2013 0.1665 0.0584 0.2747 +126 2009 2014 -0.0262 -0.1388 0.0864 +126 2009 2015 0 -0.1025 0.1025 +126 2009 2016 -0.0271 -0.1359 0.0818 +126 2009 2017 -0.1523 -0.2634 -0.0412 +126 2009 2018 -0.1001 -0.2026 0.0024 +126 2009 2019 0.0282 -0.0819 0.1383 +126 2009 2020 -0.0638 -0.1791 0.0514 +126 2009 2021 -0.0756 -0.1744 0.0232 +126 2009 2022 0.1021 -0.0124 0.2166 +126 2009 2023 -0.0035 -0.1138 0.1068 +126 2009 2024 -0.0403 -0.1401 0.0596 +126 2009 2025 0.2575 0.1589 0.3561 +126 2010 2011 -0.0253 -0.129 0.0785 +126 2010 2012 0.1268 0.0227 0.2309 +126 2010 2013 0.0479 -0.0439 0.1398 +126 2010 2014 -0.1448 -0.2572 -0.0324 +126 2010 2015 -0.1186 -0.2255 -0.0118 +126 2010 2016 -0.1457 -0.2385 -0.0528 +126 2010 2017 -0.2709 -0.382 -0.1598 +126 2010 2018 -0.2187 -0.3275 -0.1098 +126 2010 2019 -0.0904 -0.1857 0.0049 +126 2010 2020 -0.1824 -0.2974 -0.0674 +126 2010 2021 -0.1942 -0.2997 -0.0887 +126 2010 2022 -0.0165 -0.1156 0.0827 +126 2010 2023 -0.1221 -0.232 -0.0121 +126 2010 2024 -0.1589 -0.2666 -0.0511 +126 2010 2025 0.1389 0.0543 0.2235 +126 2011 2012 0.1521 0.0466 0.2576 +126 2011 2013 0.0732 -0.0351 0.1815 +126 2011 2014 -0.1195 -0.2198 -0.0192 +126 2011 2015 -0.0933 -0.2033 0.0166 +126 2011 2016 -0.1204 -0.2291 -0.0117 +126 2011 2017 -0.2456 -0.344 -0.1472 +126 2011 2018 -0.1934 -0.3029 -0.0839 +126 2011 2019 -0.0651 -0.1755 0.0453 +126 2011 2020 -0.1571 -0.2616 -0.0526 +126 2011 2021 -0.1689 -0.2716 -0.0663 +126 2011 2022 0.0088 -0.1061 0.1236 +126 2011 2023 -0.0968 -0.1963 0.0027 +126 2011 2024 -0.1336 -0.2386 -0.0286 +126 2011 2025 0.1642 0.0662 0.2621 +126 2012 2013 -0.0789 -0.1814 0.0236 +126 2012 2014 -0.2716 -0.3851 -0.1581 +126 2012 2015 -0.2454 -0.3453 -0.1456 +126 2012 2016 -0.2725 -0.379 -0.166 +126 2012 2017 -0.3977 -0.5103 -0.2851 +126 2012 2018 -0.3455 -0.448 -0.243 +126 2012 2019 -0.2172 -0.3244 -0.1101 +126 2012 2020 -0.3092 -0.4255 -0.193 +126 2012 2021 -0.321 -0.4214 -0.2206 +126 2012 2022 -0.1433 -0.2546 -0.032 +126 2012 2023 -0.2489 -0.3604 -0.1373 +126 2012 2024 -0.2857 -0.3883 -0.183 +126 2012 2025 0.0121 -0.0845 0.1087 +126 2013 2014 -0.1927 -0.3029 -0.0826 +126 2013 2015 -0.1666 -0.2746 -0.0585 +126 2013 2016 -0.1936 -0.2879 -0.0992 +126 2013 2017 -0.3188 -0.4314 -0.2063 +126 2013 2018 -0.2666 -0.3775 -0.1557 +126 2013 2019 -0.1384 -0.2361 -0.0406 +126 2013 2020 -0.2304 -0.3468 -0.1139 +126 2013 2021 -0.2421 -0.3496 -0.1347 +126 2013 2022 -0.0644 -0.1656 0.0368 +126 2013 2023 -0.17 -0.2816 -0.0584 +126 2013 2024 -0.2068 -0.3166 -0.097 +126 2013 2025 0.091 0.0038 0.1781 +126 2014 2015 0.0262 -0.0837 0.136 +126 2014 2016 -9e-04 -0.1143 0.1126 +126 2014 2017 -0.1261 -0.2276 -0.0246 +126 2014 2018 -0.0739 -0.1872 0.0395 +126 2014 2019 0.0544 -0.0613 0.1701 +126 2014 2020 -0.0376 -0.1445 0.0692 +126 2014 2021 -0.0494 -0.1559 0.0571 +126 2014 2022 0.1283 0.0083 0.2483 +126 2014 2023 0.0227 -0.0796 0.1251 +126 2014 2024 -0.0141 -0.1229 0.0947 +126 2014 2025 0.2837 0.1791 0.3883 +126 2015 2016 -0.027 -0.1318 0.0778 +126 2015 2017 -0.1523 -0.2648 -0.0398 +126 2015 2018 -0.1 -0.2045 0.0044 +126 2015 2019 0.0282 -0.0811 0.1375 +126 2015 2020 -0.0638 -0.1806 0.053 +126 2015 2021 -0.0756 -0.1774 0.0263 +126 2015 2022 0.1021 -0.0117 0.216 +126 2015 2023 -0.0034 -0.1153 0.1084 +126 2015 2024 -0.0402 -0.1437 0.0632 +126 2015 2025 0.2575 0.159 0.356 +126 2016 2017 -0.1252 -0.2341 -0.0163 +126 2016 2018 -0.073 -0.1836 0.0375 +126 2016 2019 0.0552 -0.0413 0.1518 +126 2016 2020 -0.0368 -0.153 0.0795 +126 2016 2021 -0.0486 -0.156 0.0589 +126 2016 2022 0.1292 0.0289 0.2295 +126 2016 2023 0.0236 -0.0876 0.1348 +126 2016 2024 -0.0132 -0.1229 0.0965 +126 2016 2025 0.2846 0.1974 0.3718 +126 2017 2018 0.0522 -0.0552 0.1597 +126 2017 2019 0.1805 0.0666 0.2944 +126 2017 2020 0.0885 -0.0157 0.1927 +126 2017 2021 0.0767 -0.0272 0.1805 +126 2017 2022 0.2544 0.1359 0.373 +126 2017 2023 0.1488 0.0497 0.2479 +126 2017 2024 0.112 0.0053 0.2187 +126 2017 2025 0.4098 0.3063 0.5133 +126 2018 2019 0.1282 0.0204 0.2361 +126 2018 2020 0.0362 -0.0792 0.1517 +126 2018 2021 0.0245 -0.0738 0.1227 +126 2018 2022 0.2022 0.0861 0.3183 +126 2018 2023 0.0966 -0.0144 0.2076 +126 2018 2024 0.0598 -0.0398 0.1594 +126 2018 2025 0.3576 0.2568 0.4583 +126 2019 2020 -0.092 -0.2056 0.0216 +126 2019 2021 -0.1038 -0.2121 0.0045 +126 2019 2022 0.0739 -0.0248 0.1727 +126 2019 2023 -0.0316 -0.1444 0.0811 +126 2019 2024 -0.0684 -0.1798 0.0429 +126 2019 2025 0.2293 0.143 0.3157 +126 2020 2021 -0.0118 -0.1174 0.0938 +126 2020 2022 0.1659 0.0445 0.2874 +126 2020 2023 0.0604 -0.0438 0.1645 +126 2020 2024 0.0236 -0.0881 0.1353 +126 2020 2025 0.3213 0.2137 0.429 +126 2021 2022 0.1777 0.0684 0.287 +126 2021 2023 0.0721 -0.0303 0.1746 +126 2021 2024 0.0354 -0.0584 0.1291 +126 2021 2025 0.3331 0.236 0.4303 +126 2022 2023 -0.1056 -0.2182 0.007 +126 2022 2024 -0.1424 -0.2581 -0.0267 +126 2022 2025 0.1554 0.0645 0.2462 +126 2023 2024 -0.0368 -0.14 0.0664 +126 2023 2025 0.261 0.159 0.3629 +126 2024 2025 0.2977 0.2006 0.3949 +127 2007 2008 0.1465 -0.1539 0.447 +127 2007 2009 0.2637 -0.1016 0.6291 +127 2007 2010 0.3312 -0.0257 0.6881 +127 2007 2011 0.6415 0.2418 1.0412 +127 2007 2012 0.8653 0.4246 1.306 +127 2007 2013 0.8408 0.4428 1.2389 +127 2007 2014 0.9854 0.5418 1.429 +127 2007 2015 0.9833 0.5264 1.4402 +127 2007 2016 0.9879 0.5757 1.4001 +127 2007 2017 1.026 0.5906 1.4614 +127 2007 2018 1.0286 0.5814 1.4759 +127 2007 2019 1.0975 0.6764 1.5185 +127 2007 2020 1.1618 0.7242 1.5994 +127 2007 2021 1.2782 0.8256 1.7309 +127 2007 2022 1.3478 0.8895 1.8061 +127 2007 2023 1.6405 1.1691 2.112 +127 2007 2024 1.8778 1.4225 2.3331 +127 2007 2025 2.0552 1.6009 2.5095 +127 2008 2009 0.1172 -0.1908 0.4252 +127 2008 2010 0.1846 -0.1604 0.5296 +127 2008 2011 0.495 0.1096 0.8804 +127 2008 2012 0.7188 0.2894 1.1483 +127 2008 2013 0.6943 0.2932 1.0955 +127 2008 2014 0.8389 0.3987 1.2791 +127 2008 2015 0.8368 0.3791 1.2944 +127 2008 2016 0.8414 0.4229 1.2599 +127 2008 2017 0.8795 0.4427 1.3164 +127 2008 2018 0.8821 0.4293 1.3349 +127 2008 2019 0.951 0.5219 1.38 +127 2008 2020 1.0153 0.5749 1.4556 +127 2008 2021 1.1317 0.675 1.5884 +127 2008 2022 1.2013 0.7317 1.671 +127 2008 2023 1.494 1.0206 1.9675 +127 2008 2024 1.7313 1.2748 2.1879 +127 2008 2025 1.9087 1.4537 2.3638 +127 2009 2010 0.0675 -0.2358 0.3708 +127 2009 2011 0.3779 0.0097 0.746 +127 2009 2012 0.6017 0.1886 1.0148 +127 2009 2013 0.5772 0.1807 0.9736 +127 2009 2014 0.7217 0.2892 1.1543 +127 2009 2015 0.7196 0.2705 1.1687 +127 2009 2016 0.7242 0.3119 1.1366 +127 2009 2017 0.7623 0.3329 1.1918 +127 2009 2018 0.7649 0.3189 1.211 +127 2009 2019 0.8338 0.4111 1.2565 +127 2009 2020 0.8981 0.4643 1.332 +127 2009 2021 1.0145 0.5618 1.4672 +127 2009 2022 1.0841 0.6144 1.5539 +127 2009 2023 1.3769 0.904 1.8497 +127 2009 2024 1.6142 1.1615 2.0668 +127 2009 2025 1.7916 1.3436 2.2395 +127 2010 2011 0.3104 0.0011 0.6197 +127 2010 2012 0.5342 0.1434 0.9251 +127 2010 2013 0.5097 0.1492 0.8702 +127 2010 2014 0.6543 0.2458 1.0628 +127 2010 2015 0.6521 0.226 1.0783 +127 2010 2016 0.6567 0.2746 1.0389 +127 2010 2017 0.6949 0.2943 1.0954 +127 2010 2018 0.6975 0.2796 1.1153 +127 2010 2019 0.7663 0.3756 1.157 +127 2010 2020 0.8306 0.427 1.2343 +127 2010 2021 0.9471 0.5176 1.3765 +127 2010 2022 1.0167 0.575 1.4584 +127 2010 2023 1.3094 0.8549 1.7639 +127 2010 2024 1.5467 1.1099 1.9835 +127 2010 2025 1.7241 1.2913 2.1568 +127 2011 2012 0.2238 -0.0841 0.5317 +127 2011 2013 0.1993 -0.1409 0.5395 +127 2011 2014 0.3439 -0.025 0.7128 +127 2011 2015 0.3418 -0.0616 0.7451 +127 2011 2016 0.3464 -0.0241 0.7169 +127 2011 2017 0.3845 0.0103 0.7587 +127 2011 2018 0.3871 -0.0243 0.7986 +127 2011 2019 0.456 0.0652 0.8467 +127 2011 2020 0.5203 0.1302 0.9104 +127 2011 2021 0.6367 0.2109 1.0626 +127 2011 2022 0.7063 0.2508 1.1618 +127 2011 2023 0.999 0.5474 1.4507 +127 2011 2024 1.2364 0.8092 1.6635 +127 2011 2025 1.4138 0.9921 1.8355 +127 2012 2013 -0.0245 -0.342 0.293 +127 2012 2014 0.1201 -0.2552 0.4954 +127 2012 2015 0.1179 -0.2952 0.5311 +127 2012 2016 0.1226 -0.2703 0.5155 +127 2012 2017 0.1607 -0.25 0.5714 +127 2012 2018 0.1633 -0.2812 0.6078 +127 2012 2019 0.2321 -0.1941 0.6584 +127 2012 2020 0.2965 -0.1341 0.727 +127 2012 2021 0.4129 -0.0446 0.8704 +127 2012 2022 0.4825 -0.0093 0.9743 +127 2012 2023 0.7752 0.2966 1.2538 +127 2012 2024 1.0126 0.5636 1.4615 +127 2012 2025 1.19 0.7498 1.6302 +127 2013 2014 0.1446 -0.1632 0.4523 +127 2013 2015 0.1424 -0.2234 0.5083 +127 2013 2016 0.1471 -0.1878 0.482 +127 2013 2017 0.1852 -0.1921 0.5624 +127 2013 2018 0.1878 -0.2238 0.5994 +127 2013 2019 0.2566 -0.1349 0.6482 +127 2013 2020 0.321 -0.0787 0.7207 +127 2013 2021 0.4374 0.0063 0.8685 +127 2013 2022 0.507 0.0536 0.9604 +127 2013 2023 0.7997 0.3451 1.2544 +127 2013 2024 1.037 0.6066 1.4675 +127 2013 2025 1.2145 0.7879 1.641 +127 2014 2015 -0.0021 -0.3163 0.312 +127 2014 2016 0.0025 -0.3442 0.3491 +127 2014 2017 0.0406 -0.3414 0.4226 +127 2014 2018 0.0432 -0.3828 0.4692 +127 2014 2019 0.1121 -0.2977 0.5218 +127 2014 2020 0.1764 -0.2325 0.5853 +127 2014 2021 0.2928 -0.1507 0.7363 +127 2014 2022 0.3624 -0.1112 0.8361 +127 2014 2023 0.6551 0.1908 1.1194 +127 2014 2024 0.8925 0.4544 1.3306 +127 2014 2025 1.0699 0.6358 1.504 +127 2015 2016 0.0046 -0.3054 0.3147 +127 2015 2017 0.0427 -0.3413 0.4268 +127 2015 2018 0.0453 -0.3834 0.4741 +127 2015 2019 0.1142 -0.305 0.5334 +127 2015 2020 0.1785 -0.2472 0.6042 +127 2015 2021 0.2949 -0.1581 0.748 +127 2015 2022 0.3645 -0.112 0.8411 +127 2015 2023 0.6573 0.1848 1.1297 +127 2015 2024 0.8946 0.4474 1.3418 +127 2015 2025 1.072 0.6269 1.5172 +127 2016 2017 0.0381 -0.2632 0.3394 +127 2016 2018 0.0407 -0.3314 0.4128 +127 2016 2019 0.1096 -0.2574 0.4765 +127 2016 2020 0.1739 -0.2078 0.5556 +127 2016 2021 0.2903 -0.1208 0.7014 +127 2016 2022 0.3599 -0.0701 0.7899 +127 2016 2023 0.6526 0.2207 1.0846 +127 2016 2024 0.89 0.4838 1.2961 +127 2016 2025 1.0674 0.6596 1.4752 +127 2017 2018 0.0026 -0.311 0.3162 +127 2017 2019 0.0714 -0.2806 0.4235 +127 2017 2020 0.1358 -0.2332 0.5047 +127 2017 2021 0.2522 -0.1588 0.6632 +127 2017 2022 0.3218 -0.1178 0.7614 +127 2017 2023 0.6145 0.1742 1.0549 +127 2017 2024 0.8519 0.4314 1.2724 +127 2017 2025 1.0293 0.6065 1.4521 +127 2018 2019 0.0688 -0.24 0.3777 +127 2018 2020 0.1332 -0.2373 0.5037 +127 2018 2021 0.2496 -0.1594 0.6586 +127 2018 2022 0.3192 -0.1177 0.756 +127 2018 2023 0.6119 0.1688 1.055 +127 2018 2024 0.8493 0.4205 1.278 +127 2018 2025 1.0267 0.593 1.4604 +127 2019 2020 0.0643 -0.2353 0.364 +127 2019 2021 0.1808 -0.189 0.5505 +127 2019 2022 0.2503 -0.1528 0.6535 +127 2019 2023 0.5431 0.129 0.9571 +127 2019 2024 0.7804 0.3832 1.1776 +127 2019 2025 0.9578 0.5623 1.3534 +127 2020 2021 0.1164 -0.1967 0.4296 +127 2020 2022 0.186 -0.1984 0.5704 +127 2020 2023 0.4788 0.0746 0.8829 +127 2020 2024 0.7161 0.3149 1.1173 +127 2020 2025 0.8935 0.4821 1.3049 +127 2021 2022 0.0696 -0.2481 0.3873 +127 2021 2023 0.3623 -0.0114 0.7361 +127 2021 2024 0.5997 0.21 0.9893 +127 2021 2025 0.7771 0.3648 1.1894 +127 2022 2023 0.2927 -0.0313 0.6168 +127 2022 2024 0.5301 0.1449 0.9153 +127 2022 2025 0.7075 0.2907 1.1243 +127 2023 2024 0.2374 -0.0804 0.5551 +127 2023 2025 0.4148 0.0277 0.802 +127 2024 2025 0.1774 -0.1251 0.48 +128 2007 2010 0.1007 -8e-04 0.2021 +128 2007 2013 0.0469 -0.0615 0.1552 +128 2007 2016 -0.0026 -0.1146 0.1094 +128 2007 2019 -0.0777 -0.1918 0.0365 +128 2007 2022 -0.1006 -0.2145 0.0133 +128 2007 2025 -0.1351 -0.2808 0.0106 +128 2010 2013 -0.0538 -0.1513 0.0437 +128 2010 2016 -0.1033 -0.2106 0.0041 +128 2010 2019 -0.1783 -0.2923 -0.0643 +128 2010 2022 -0.2013 -0.3145 -0.088 +128 2010 2025 -0.2357 -0.3825 -0.089 +128 2013 2016 -0.0495 -0.1475 0.0486 +128 2013 2019 -0.1245 -0.2336 -0.0155 +128 2013 2022 -0.1475 -0.2573 -0.0376 +128 2013 2025 -0.1819 -0.3254 -0.0385 +128 2016 2019 -0.0751 -0.1749 0.0248 +128 2016 2022 -0.098 -0.2056 0.0096 +128 2016 2025 -0.1325 -0.2749 0.01 +128 2019 2022 -0.0229 -0.1229 0.077 +128 2019 2025 -0.0574 -0.1976 0.0828 +128 2022 2025 -0.0345 -0.1606 0.0916 +129 2007 2008 -0.0291 -0.1726 0.1145 +129 2007 2009 -0.0946 -0.2782 0.0891 +129 2007 2010 -0.0758 -0.2582 0.1067 +129 2007 2011 -0.0379 -0.2289 0.1532 +129 2007 2012 -0.0492 -0.247 0.1485 +129 2007 2013 -0.1081 -0.3109 0.0947 +129 2007 2014 -0.1608 -0.3809 0.0593 +129 2007 2015 -0.1518 -0.3675 0.0638 +129 2007 2016 -0.0924 -0.2944 0.1096 +129 2007 2017 -0.0843 -0.2964 0.1279 +129 2007 2018 -0.0011 -0.204 0.2018 +129 2007 2019 0.0497 -0.1516 0.251 +129 2007 2020 0.1406 -0.0618 0.343 +129 2007 2021 0.2099 0.0103 0.4095 +129 2007 2022 0.1913 -0.0126 0.3953 +129 2007 2023 0.1661 -0.0478 0.3799 +129 2007 2024 0.1984 -0.0087 0.4054 +129 2007 2025 0.3232 0.1249 0.5214 +129 2008 2009 -0.0655 -0.2155 0.0845 +129 2008 2010 -0.0467 -0.2155 0.1221 +129 2008 2011 -0.0088 -0.1913 0.1737 +129 2008 2012 -0.0202 -0.2123 0.172 +129 2008 2013 -0.079 -0.2767 0.1186 +129 2008 2014 -0.1318 -0.3435 0.08 +129 2008 2015 -0.1228 -0.3308 0.0852 +129 2008 2016 -0.0633 -0.2611 0.1345 +129 2008 2017 -0.0552 -0.2604 0.1499 +129 2008 2018 0.0279 -0.1702 0.2261 +129 2008 2019 0.0787 -0.1185 0.276 +129 2008 2020 0.1697 -0.029 0.3684 +129 2008 2021 0.2389 0.0415 0.4364 +129 2008 2022 0.2204 0.0195 0.4213 +129 2008 2023 0.1951 -0.0122 0.4024 +129 2008 2024 0.2274 0.026 0.4288 +129 2008 2025 0.3522 0.153 0.5515 +129 2009 2010 0.0188 -0.1249 0.1625 +129 2009 2011 0.0567 -0.1255 0.2388 +129 2009 2012 0.0453 -0.1492 0.2398 +129 2009 2013 -0.0136 -0.209 0.1819 +129 2009 2014 -0.0663 -0.2687 0.1361 +129 2009 2015 -0.0573 -0.2566 0.142 +129 2009 2016 0.0021 -0.1969 0.2012 +129 2009 2017 0.0103 -0.1902 0.2107 +129 2009 2018 0.0934 -0.1069 0.2937 +129 2009 2019 0.1442 -0.0554 0.3439 +129 2009 2020 0.2352 0.0276 0.4428 +129 2009 2021 0.3044 0.0943 0.5146 +129 2009 2022 0.2859 0.0791 0.4926 +129 2009 2023 0.2606 0.0565 0.4646 +129 2009 2024 0.2929 0.0954 0.4904 +129 2009 2025 0.4177 0.2028 0.6326 +129 2010 2011 0.0379 -0.1058 0.1816 +129 2010 2012 0.0265 -0.1458 0.1988 +129 2010 2013 -0.0323 -0.2134 0.1487 +129 2010 2014 -0.0851 -0.2816 0.1115 +129 2010 2015 -0.0761 -0.2708 0.1187 +129 2010 2016 -0.0166 -0.2057 0.1724 +129 2010 2017 -0.0085 -0.204 0.187 +129 2010 2018 0.0746 -0.1176 0.2669 +129 2010 2019 0.1255 -0.0657 0.3166 +129 2010 2020 0.2164 0.0199 0.4128 +129 2010 2021 0.2857 0.0885 0.4828 +129 2010 2022 0.2671 0.0701 0.4641 +129 2010 2023 0.2418 0.0418 0.4418 +129 2010 2024 0.2741 0.0807 0.4675 +129 2010 2025 0.3989 0.1989 0.599 +129 2011 2012 -0.0114 -0.1535 0.1308 +129 2011 2013 -0.0702 -0.2452 0.1047 +129 2011 2014 -0.123 -0.3238 0.0779 +129 2011 2015 -0.114 -0.3158 0.0878 +129 2011 2016 -0.0545 -0.2475 0.1384 +129 2011 2017 -0.0464 -0.249 0.1562 +129 2011 2018 0.0368 -0.1585 0.232 +129 2011 2019 0.0876 -0.1082 0.2833 +129 2011 2020 0.1785 -0.0162 0.3732 +129 2011 2021 0.2478 0.0551 0.4404 +129 2011 2022 0.2292 0.0304 0.428 +129 2011 2023 0.2039 -0.0035 0.4114 +129 2011 2024 0.2362 0.0344 0.438 +129 2011 2025 0.3611 0.1649 0.5572 +129 2012 2013 -0.0588 -0.2054 0.0877 +129 2012 2014 -0.1116 -0.301 0.0778 +129 2012 2015 -0.1026 -0.2979 0.0927 +129 2012 2016 -0.0432 -0.2342 0.1478 +129 2012 2017 -0.0351 -0.2379 0.1678 +129 2012 2018 0.0481 -0.1471 0.2434 +129 2012 2019 0.0989 -0.0982 0.2961 +129 2012 2020 0.1899 -0.0073 0.387 +129 2012 2021 0.2591 0.065 0.4532 +129 2012 2022 0.2406 0.0399 0.4412 +129 2012 2023 0.2153 0.0058 0.4248 +129 2012 2024 0.2476 0.0447 0.4505 +129 2012 2025 0.3724 0.1729 0.5719 +129 2013 2014 -0.0527 -0.202 0.0966 +129 2013 2015 -0.0438 -0.2188 0.1313 +129 2013 2016 0.0157 -0.167 0.1983 +129 2013 2017 0.0238 -0.1703 0.2179 +129 2013 2018 0.107 -0.0875 0.3015 +129 2013 2019 0.1578 -0.0377 0.3533 +129 2013 2020 0.2487 0.0472 0.4502 +129 2013 2021 0.318 0.1147 0.5213 +129 2013 2022 0.2994 0.0966 0.5023 +129 2013 2023 0.2741 0.0689 0.4794 +129 2013 2024 0.3064 0.1068 0.5061 +129 2013 2025 0.4313 0.2222 0.6403 +129 2014 2015 0.009 -0.1363 0.1542 +129 2014 2016 0.0684 -0.1111 0.2479 +129 2014 2017 0.0765 -0.1137 0.2668 +129 2014 2018 0.1597 -0.0405 0.3599 +129 2014 2019 0.2105 0.0083 0.4127 +129 2014 2020 0.3014 0.0886 0.5143 +129 2014 2021 0.3707 0.1505 0.5909 +129 2014 2022 0.3522 0.1382 0.5661 +129 2014 2023 0.3269 0.119 0.5347 +129 2014 2024 0.3592 0.155 0.5633 +129 2014 2025 0.484 0.2552 0.7128 +129 2015 2016 0.0594 -0.0872 0.2061 +129 2015 2017 0.0676 -0.107 0.2421 +129 2015 2018 0.1507 -0.0373 0.3387 +129 2015 2019 0.2015 0.0081 0.395 +129 2015 2020 0.2925 0.0866 0.4983 +129 2015 2021 0.3617 0.1497 0.5738 +129 2015 2022 0.3432 0.1357 0.5507 +129 2015 2023 0.3179 0.1143 0.5214 +129 2015 2024 0.3502 0.1519 0.5485 +129 2015 2025 0.475 0.2531 0.6969 +129 2016 2017 0.0081 -0.137 0.1532 +129 2016 2018 0.0913 -0.0779 0.2605 +129 2016 2019 0.1421 -0.038 0.3222 +129 2016 2020 0.233 0.0424 0.4237 +129 2016 2021 0.3023 0.1074 0.4972 +129 2016 2022 0.2837 0.0878 0.4797 +129 2016 2023 0.2585 0.0574 0.4595 +129 2016 2024 0.2907 0.0949 0.4866 +129 2016 2025 0.4156 0.2114 0.6197 +129 2017 2018 0.0832 -0.0619 0.2283 +129 2017 2019 0.134 -0.0384 0.3063 +129 2017 2020 0.2249 0.0346 0.4152 +129 2017 2021 0.2942 0.0924 0.496 +129 2017 2022 0.2756 0.0751 0.4762 +129 2017 2023 0.2503 0.0512 0.4495 +129 2017 2024 0.2826 0.087 0.4782 +129 2017 2025 0.4075 0.1919 0.6231 +129 2018 2019 0.0508 -0.0899 0.1916 +129 2018 2020 0.1417 -0.0294 0.3129 +129 2018 2021 0.211 0.0291 0.3929 +129 2018 2022 0.1925 0.0024 0.3826 +129 2018 2023 0.1672 -0.0306 0.3649 +129 2018 2024 0.1995 0.0072 0.3917 +129 2018 2025 0.3243 0.1244 0.5242 +129 2019 2020 0.0909 -0.0523 0.2341 +129 2019 2021 0.1602 -0.0119 0.3323 +129 2019 2022 0.1416 -0.041 0.3243 +129 2019 2023 0.1164 -0.0765 0.3092 +129 2019 2024 0.1487 -0.0408 0.3381 +129 2019 2025 0.2735 0.0773 0.4697 +129 2020 2021 0.0693 -0.0727 0.2112 +129 2020 2022 0.0507 -0.1233 0.2247 +129 2020 2023 0.0254 -0.1681 0.219 +129 2020 2024 0.0577 -0.1361 0.2515 +129 2020 2025 0.1826 -0.0103 0.3754 +129 2021 2022 -0.0186 -0.1623 0.1252 +129 2021 2023 -0.0439 -0.2285 0.1408 +129 2021 2024 -0.0116 -0.1996 0.1764 +129 2021 2025 0.1133 -0.0694 0.296 +129 2022 2023 -0.0253 -0.1744 0.1238 +129 2022 2024 0.007 -0.1661 0.1801 +129 2022 2025 0.1319 -0.0533 0.3171 +129 2023 2024 0.0323 -0.1106 0.1752 +129 2023 2025 0.1572 -0.0333 0.3477 +129 2024 2025 0.1249 -0.0347 0.2845 +130 2007 2010 -0.0348 -0.1304 0.0608 +130 2007 2013 -0.2453 -0.3486 -0.1421 +130 2007 2016 0.0409 -0.056 0.1378 +130 2007 2019 0.0816 -0.0168 0.18 +130 2007 2022 -0.0109 -0.1123 0.0906 +130 2007 2025 0.3044 0.1843 0.4244 +130 2010 2013 -0.2105 -0.3153 -0.1058 +130 2010 2016 0.0757 -0.0245 0.1759 +130 2010 2019 0.1164 0.0149 0.2179 +130 2010 2022 0.024 -0.0814 0.1293 +130 2010 2025 0.3392 0.2159 0.4625 +130 2013 2016 0.2862 0.185 0.3875 +130 2013 2019 0.327 0.2231 0.4308 +130 2013 2022 0.2345 0.1293 0.3396 +130 2013 2025 0.5497 0.4213 0.6781 +130 2016 2019 0.0407 -0.0526 0.134 +130 2016 2022 -0.0518 -0.1516 0.0481 +130 2016 2025 0.2635 0.1426 0.3843 +130 2019 2022 -0.0925 -0.1887 0.0038 +130 2019 2025 0.2227 0.1022 0.3432 +130 2022 2025 0.3152 0.1929 0.4375 +131 2007 2010 0.1448 -0.0322 0.3219 +131 2007 2013 0.1178 -0.0664 0.302 +131 2007 2016 0.2754 0.0957 0.455 +131 2007 2019 0.184 0.0016 0.3663 +131 2007 2022 0.3445 0.1663 0.5227 +131 2007 2025 0.6424 0.4139 0.8709 +131 2010 2013 -0.0271 -0.2001 0.1459 +131 2010 2016 0.1306 -0.0416 0.3027 +131 2010 2019 0.0391 -0.1465 0.2248 +131 2010 2022 0.1997 0.0217 0.3776 +131 2010 2025 0.4976 0.2759 0.7193 +131 2013 2016 0.1576 -0.0073 0.3226 +131 2013 2019 0.0662 -0.1068 0.2392 +131 2013 2022 0.2267 0.0544 0.399 +131 2013 2025 0.5246 0.2843 0.765 +131 2016 2019 -0.0914 -0.256 0.0732 +131 2016 2022 0.0691 -0.0966 0.2348 +131 2016 2025 0.3671 0.1493 0.5848 +131 2019 2022 0.1605 0.0045 0.3165 +131 2019 2025 0.4584 0.2195 0.6973 +131 2022 2025 0.298 0.0851 0.5109 +132 2007 2010 0.1489 -0.1043 0.4021 +132 2007 2013 0.0936 -0.1743 0.3616 +132 2007 2016 0.0941 -0.1938 0.382 +132 2007 2019 0.0242 -0.2695 0.3179 +132 2007 2022 -0.0201 -0.3363 0.2962 +132 2007 2025 -0.0384 -0.3879 0.3111 +132 2010 2013 -0.0498 -0.2578 0.1583 +132 2010 2016 -0.0482 -0.287 0.1906 +132 2010 2019 -0.1175 -0.397 0.1621 +132 2010 2022 -0.1624 -0.48 0.1553 +132 2010 2025 -0.1809 -0.5366 0.1748 +132 2013 2016 0.0014 -0.1951 0.1979 +132 2013 2019 -0.0678 -0.3134 0.1778 +132 2013 2022 -0.1135 -0.4011 0.1741 +132 2013 2025 -0.132 -0.4615 0.1976 +132 2016 2019 -0.0706 -0.2725 0.1312 +132 2016 2022 -0.1136 -0.3767 0.1494 +132 2016 2025 -0.1327 -0.4463 0.181 +132 2019 2022 -0.0454 -0.2559 0.1651 +132 2019 2025 -0.064 -0.3455 0.2176 +132 2022 2025 -0.0186 -0.2445 0.2072 +133 2007 2010 -0.0566 -0.2726 0.1595 +133 2007 2013 6e-04 -0.2434 0.2446 +133 2007 2016 0.0289 -0.2269 0.2848 +133 2007 2019 0.0072 -0.2466 0.2609 +133 2007 2022 -0.1019 -0.3849 0.1811 +133 2007 2025 -0.0664 -0.3484 0.2156 +133 2010 2013 0.0571 -0.1559 0.2702 +133 2010 2016 0.0855 -0.1551 0.3261 +133 2010 2019 0.0637 -0.1786 0.306 +133 2010 2022 -0.0454 -0.2998 0.2091 +133 2010 2025 -0.0098 -0.2737 0.254 +133 2013 2016 0.0283 -0.1772 0.2338 +133 2013 2019 0.0066 -0.2175 0.2306 +133 2013 2022 -0.1025 -0.3642 0.1591 +133 2013 2025 -0.067 -0.329 0.1951 +133 2016 2019 -0.0218 -0.2157 0.1721 +133 2016 2022 -0.1309 -0.3803 0.1186 +133 2016 2025 -0.0953 -0.3511 0.1605 +133 2019 2022 -0.1091 -0.3211 0.1029 +133 2019 2025 -0.0735 -0.306 0.1589 +133 2022 2025 0.0355 -0.1913 0.2624 +134 2007 2008 -0.0472 -0.3255 0.2311 +134 2007 2009 -0.028 -0.3981 0.3422 +134 2007 2010 -0.0069 -0.4316 0.4178 +134 2007 2011 0.0892 -0.3621 0.5404 +134 2007 2012 0.1332 -0.3392 0.6056 +134 2007 2013 0.2144 -0.2681 0.6969 +134 2007 2014 0.1751 -0.3215 0.6716 +134 2007 2015 0.1933 -0.3131 0.6997 +134 2007 2016 0.2875 -0.2188 0.7937 +134 2007 2017 0.4811 -0.0634 1.0256 +134 2007 2018 0.5009 -0.0535 1.0552 +134 2007 2019 0.5011 -0.0604 1.0626 +134 2007 2020 0.4536 -0.1026 1.0099 +134 2007 2021 0.3375 -0.1854 0.8604 +134 2007 2022 0.2131 -0.3228 0.749 +134 2007 2023 0.1832 -0.365 0.7315 +134 2007 2024 0.1471 -0.3965 0.6908 +134 2007 2025 0.0512 -0.5296 0.632 +134 2008 2009 0.0193 -0.2441 0.2826 +134 2008 2010 0.0404 -0.3033 0.3841 +134 2008 2011 0.1366 -0.2524 0.5255 +134 2008 2012 0.1806 -0.2372 0.5984 +134 2008 2013 0.2619 -0.1797 0.7034 +134 2008 2014 0.2224 -0.2232 0.6681 +134 2008 2015 0.2406 -0.2131 0.6944 +134 2008 2016 0.3348 -0.1297 0.7992 +134 2008 2017 0.5289 -0.0084 1.0661 +134 2008 2018 0.5486 6e-04 1.0965 +134 2008 2019 0.5487 -0.007 1.1045 +134 2008 2020 0.5012 -0.0449 1.0473 +134 2008 2021 0.3849 -0.1107 0.8804 +134 2008 2022 0.2604 -0.2318 0.7527 +134 2008 2023 0.2305 -0.2761 0.7371 +134 2008 2024 0.1945 -0.307 0.696 +134 2008 2025 0.0985 -0.4325 0.6296 +134 2009 2010 0.0212 -0.2377 0.28 +134 2009 2011 0.1173 -0.2183 0.4529 +134 2009 2012 0.1614 -0.2157 0.5384 +134 2009 2013 0.2427 -0.1674 0.6527 +134 2009 2014 0.2032 -0.2144 0.6209 +134 2009 2015 0.2214 -0.2056 0.6484 +134 2009 2016 0.3156 -0.1248 0.7559 +134 2009 2017 0.5097 -0.0084 1.0279 +134 2009 2018 0.5294 8e-04 1.058 +134 2009 2019 0.5295 -0.0072 1.0663 +134 2009 2020 0.482 -0.0455 1.0095 +134 2009 2021 0.3657 -0.1099 0.8412 +134 2009 2022 0.2412 -0.2304 0.7129 +134 2009 2023 0.2113 -0.2753 0.6979 +134 2009 2024 0.1753 -0.3058 0.6563 +134 2009 2025 0.0793 -0.4319 0.5906 +134 2010 2011 0.0961 -0.1663 0.3586 +134 2010 2012 0.1402 -0.1949 0.4754 +134 2010 2013 0.2216 -0.1623 0.6054 +134 2010 2014 0.1821 -0.2148 0.5791 +134 2010 2015 0.2003 -0.2103 0.611 +134 2010 2016 0.2945 -0.1314 0.7204 +134 2010 2017 0.4887 -0.0191 0.9964 +134 2010 2018 0.5084 -0.0098 1.0265 +134 2010 2019 0.5085 -0.0181 1.0351 +134 2010 2020 0.4609 -0.0573 0.9791 +134 2010 2021 0.3446 -0.1209 0.8101 +134 2010 2022 0.2202 -0.2406 0.681 +134 2010 2023 0.1902 -0.2869 0.6674 +134 2010 2024 0.1542 -0.3179 0.6263 +134 2010 2025 0.0582 -0.4421 0.5585 +134 2011 2012 0.044 -0.211 0.2991 +134 2011 2013 0.1252 -0.2021 0.4525 +134 2011 2014 0.086 -0.2804 0.4523 +134 2011 2015 0.1042 -0.288 0.4963 +134 2011 2016 0.1984 -0.2022 0.5989 +134 2011 2017 0.392 -0.0577 0.8418 +134 2011 2018 0.4118 -0.0515 0.8751 +134 2011 2019 0.412 -0.0613 0.8853 +134 2011 2020 0.3645 -0.1056 0.8346 +134 2011 2021 0.2484 -0.1857 0.6826 +134 2011 2022 0.124 -0.3258 0.5738 +134 2011 2023 0.0941 -0.3713 0.5595 +134 2011 2024 0.058 -0.4026 0.5186 +134 2011 2025 -0.0379 -0.5405 0.4647 +134 2012 2013 0.0811 -0.1765 0.3387 +134 2012 2014 0.042 -0.2863 0.3703 +134 2012 2015 0.0602 -0.3072 0.4277 +134 2012 2016 0.1544 -0.2284 0.5372 +134 2012 2017 0.348 -0.0816 0.7777 +134 2012 2018 0.3677 -0.0765 0.812 +134 2012 2019 0.368 -0.0874 0.8234 +134 2012 2020 0.3206 -0.1351 0.7762 +134 2012 2021 0.2045 -0.2205 0.6295 +134 2012 2022 0.08 -0.3634 0.5234 +134 2012 2023 0.0501 -0.4092 0.5094 +134 2012 2024 0.014 -0.4405 0.4686 +134 2012 2025 -0.0819 -0.5803 0.4165 +134 2013 2014 -0.0391 -0.3005 0.2223 +134 2013 2015 -0.0208 -0.3546 0.313 +134 2013 2016 0.0733 -0.2826 0.4291 +134 2013 2017 0.2669 -0.1166 0.6503 +134 2013 2018 0.2865 -0.1162 0.6893 +134 2013 2019 0.2868 -0.1284 0.702 +134 2013 2020 0.2394 -0.1834 0.6622 +134 2013 2021 0.1233 -0.2834 0.53 +134 2013 2022 -0.0011 -0.4384 0.4362 +134 2013 2023 -0.0311 -0.4838 0.4217 +134 2013 2024 -0.0671 -0.5162 0.382 +134 2013 2025 -0.1631 -0.6656 0.3393 +134 2014 2015 0.0183 -0.2362 0.2729 +134 2014 2016 0.1125 -0.2074 0.4324 +134 2014 2017 0.3064 -0.0922 0.7051 +134 2014 2018 0.3261 -0.097 0.7491 +134 2014 2019 0.3262 -0.1128 0.7653 +134 2014 2020 0.2788 -0.1646 0.7222 +134 2014 2021 0.1626 -0.2518 0.577 +134 2014 2022 0.0381 -0.3931 0.4693 +134 2014 2023 0.0082 -0.4408 0.4572 +134 2014 2024 -0.0279 -0.4732 0.4174 +134 2014 2025 -0.1238 -0.6099 0.3623 +134 2015 2016 0.0943 -0.1614 0.3499 +134 2015 2017 0.2886 -0.0923 0.6696 +134 2015 2018 0.3081 -0.1051 0.7214 +134 2015 2019 0.3083 -0.1259 0.7425 +134 2015 2020 0.2607 -0.1809 0.7023 +134 2015 2021 0.1444 -0.2674 0.5562 +134 2015 2022 0.0199 -0.4053 0.4451 +134 2015 2023 -0.01 -0.4545 0.4344 +134 2015 2024 -0.0461 -0.4871 0.3949 +134 2015 2025 -0.142 -0.6203 0.3362 +134 2016 2017 0.1942 -0.0965 0.4848 +134 2016 2018 0.2138 -0.1348 0.5623 +134 2016 2019 0.2139 -0.1667 0.5944 +134 2016 2020 0.1663 -0.2329 0.5655 +134 2016 2021 0.0501 -0.334 0.4342 +134 2016 2022 -0.0743 -0.4851 0.3365 +134 2016 2023 -0.1042 -0.5351 0.3266 +134 2016 2024 -0.1403 -0.5699 0.2893 +134 2016 2025 -0.2363 -0.7143 0.2417 +134 2017 2018 0.0198 -0.2268 0.2664 +134 2017 2019 0.02 -0.2882 0.3282 +134 2017 2020 -0.0274 -0.3697 0.315 +134 2017 2021 -0.1435 -0.5088 0.2218 +134 2017 2022 -0.2682 -0.7022 0.1659 +134 2017 2023 -0.298 -0.7508 0.1548 +134 2017 2024 -0.3339 -0.7931 0.1252 +134 2017 2025 -0.4301 -0.9699 0.1098 +134 2018 2019 2e-04 -0.2445 0.245 +134 2018 2020 -0.0471 -0.3559 0.2616 +134 2018 2021 -0.1633 -0.5045 0.1779 +134 2018 2022 -0.288 -0.7053 0.1294 +134 2018 2023 -0.3178 -0.7576 0.1221 +134 2018 2024 -0.3537 -0.802 0.0946 +134 2018 2025 -0.4499 -0.9823 0.0825 +134 2019 2020 -0.0474 -0.2953 0.2005 +134 2019 2021 -0.1637 -0.4805 0.1532 +134 2019 2022 -0.2884 -0.6913 0.1145 +134 2019 2023 -0.3181 -0.7494 0.1131 +134 2019 2024 -0.354 -0.799 0.091 +134 2019 2025 -0.4502 -0.9804 0.08 +134 2020 2021 -0.1161 -0.3742 0.1419 +134 2020 2022 -0.2411 -0.6065 0.1243 +134 2020 2023 -0.2709 -0.6729 0.1311 +134 2020 2024 -0.3068 -0.7282 0.1146 +134 2020 2025 -0.4029 -0.9107 0.1048 +134 2021 2022 -0.1245 -0.3863 0.1373 +134 2021 2023 -0.1545 -0.482 0.1729 +134 2021 2024 -0.1906 -0.545 0.1638 +134 2021 2025 -0.2868 -0.7215 0.1479 +134 2022 2023 -0.03 -0.2868 0.2267 +134 2022 2024 -0.0661 -0.3885 0.2563 +134 2022 2025 -0.1621 -0.5561 0.2319 +134 2023 2024 -0.0361 -0.2936 0.2213 +134 2023 2025 -0.1321 -0.4916 0.2274 +134 2024 2025 -0.0959 -0.3708 0.1789 +135 2007 2010 0 -0.1067 0.1068 +135 2007 2013 0.2177 0.1035 0.3319 +135 2007 2016 0.3075 0.196 0.419 +135 2007 2019 0.4498 0.3374 0.5622 +135 2007 2022 0.4899 0.3774 0.6024 +135 2007 2025 0.5252 0.3948 0.6556 +135 2010 2013 0.2177 0.1096 0.3259 +135 2010 2016 0.3075 0.1979 0.4171 +135 2010 2019 0.4497 0.3352 0.5643 +135 2010 2022 0.4899 0.3763 0.6034 +135 2010 2025 0.5252 0.393 0.6574 +135 2013 2016 0.0898 -0.0071 0.1867 +135 2013 2019 0.232 0.1296 0.3345 +135 2013 2022 0.2722 0.1669 0.3774 +135 2013 2025 0.3075 0.1832 0.4318 +135 2016 2019 0.1423 0.0501 0.2344 +135 2016 2022 0.1824 0.0833 0.2815 +135 2016 2025 0.2177 0.0969 0.3384 +135 2019 2022 0.0401 -0.0507 0.1309 +135 2019 2025 0.0754 -0.0418 0.1926 +135 2022 2025 0.0353 -0.0726 0.1433 +136 2007 2010 -0.108 -0.2281 0.0122 +136 2007 2013 -0.2094 -0.347 -0.0717 +136 2007 2016 -0.3391 -0.4913 -0.1869 +136 2007 2019 -0.5278 -0.6903 -0.3653 +136 2007 2022 -0.6726 -0.8512 -0.494 +136 2007 2025 -0.6427 -0.8563 -0.4291 +136 2010 2013 -0.1014 -0.2227 0.0199 +136 2010 2016 -0.2311 -0.3771 -0.0851 +136 2010 2019 -0.4199 -0.5791 -0.2606 +136 2010 2022 -0.5646 -0.7402 -0.3891 +136 2010 2025 -0.5347 -0.7466 -0.3228 +136 2013 2016 -0.1297 -0.2573 -0.0021 +136 2013 2019 -0.3185 -0.4706 -0.1664 +136 2013 2022 -0.4632 -0.6364 -0.2901 +136 2013 2025 -0.4333 -0.6439 -0.2227 +136 2016 2019 -0.1888 -0.3205 -0.0571 +136 2016 2022 -0.3335 -0.4978 -0.1692 +136 2016 2025 -0.3036 -0.511 -0.0963 +136 2019 2022 -0.1448 -0.2849 -0.0046 +136 2019 2025 -0.1148 -0.3112 0.0815 +136 2022 2025 0.0299 -0.1329 0.1928 +137 2007 2010 0.1199 0.03 0.2097 +137 2007 2013 0.1088 0.015 0.2027 +137 2007 2016 0.1075 0.0154 0.1996 +137 2007 2019 0.2639 0.1723 0.3555 +137 2007 2022 0.1457 0.0524 0.239 +137 2007 2025 0.0942 -0.0139 0.2023 +137 2010 2013 -0.011 -0.1013 0.0793 +137 2010 2016 -0.0124 -0.1057 0.081 +137 2010 2019 0.1441 0.0547 0.2335 +137 2010 2022 0.0258 -0.0689 0.1205 +137 2010 2025 -0.0257 -0.136 0.0846 +137 2013 2016 -0.0013 -0.0895 0.0868 +137 2013 2019 0.1551 0.0652 0.245 +137 2013 2022 0.0368 -0.0567 0.1304 +137 2013 2025 -0.0147 -0.1244 0.0951 +137 2016 2019 0.1564 0.0718 0.241 +137 2016 2022 0.0382 -0.0512 0.1276 +137 2016 2025 -0.0133 -0.1214 0.0948 +137 2019 2022 -0.1183 -0.2019 -0.0347 +137 2019 2025 -0.1698 -0.2756 -0.064 +137 2022 2025 -0.0515 -0.1537 0.0507 +138 2007 2010 0.3164 0.2591 0.3737 +138 2007 2013 0.453 0.394 0.5121 +138 2007 2016 0.5389 0.4812 0.5967 +138 2007 2019 0.5794 0.521 0.6378 +138 2007 2022 0.71 0.6506 0.7694 +138 2007 2025 0.9547 0.8829 1.0266 +138 2010 2013 0.1366 0.0786 0.1947 +138 2010 2016 0.2225 0.1653 0.2798 +138 2010 2019 0.263 0.2046 0.3214 +138 2010 2022 0.3936 0.3338 0.4534 +138 2010 2025 0.6384 0.5664 0.7103 +138 2013 2016 0.0859 0.0298 0.142 +138 2013 2019 0.1264 0.0687 0.184 +138 2013 2022 0.257 0.1981 0.3159 +138 2013 2025 0.5017 0.4304 0.573 +138 2016 2019 0.0405 -0.0133 0.0943 +138 2016 2022 0.1711 0.1155 0.2266 +138 2016 2025 0.4158 0.3459 0.4857 +138 2019 2022 0.1306 0.0767 0.1845 +138 2019 2025 0.3754 0.3056 0.4451 +138 2022 2025 0.2447 0.1746 0.3149 +139 2007 2008 -0.0215 -0.1645 0.1215 +139 2007 2009 -0.0142 -0.2054 0.177 +139 2007 2010 -0.0157 -0.2348 0.2033 +139 2007 2011 -3e-04 -0.2387 0.238 +139 2007 2012 0.0237 -0.2271 0.2744 +139 2007 2013 0.0375 -0.2261 0.301 +139 2007 2014 0.0523 -0.2159 0.3204 +139 2007 2015 0.072 -0.205 0.3489 +139 2007 2016 0.0152 -0.2621 0.2924 +139 2007 2017 -0.0296 -0.3078 0.2486 +139 2007 2018 -0.0669 -0.351 0.2172 +139 2007 2019 -0.0937 -0.3853 0.1979 +139 2007 2020 -0.1099 -0.4044 0.1847 +139 2007 2021 -0.1269 -0.4209 0.1671 +139 2007 2022 -0.1378 -0.4353 0.1597 +139 2007 2023 -0.1633 -0.4608 0.1342 +139 2007 2024 -0.2101 -0.516 0.0958 +139 2007 2025 -0.2537 -0.5785 0.0711 +139 2008 2009 0.0073 -0.1282 0.1428 +139 2008 2010 0.0058 -0.1707 0.1823 +139 2008 2011 0.0212 -0.1815 0.2239 +139 2008 2012 0.0452 -0.1754 0.2658 +139 2008 2013 0.059 -0.1782 0.2962 +139 2008 2014 0.0738 -0.1709 0.3185 +139 2008 2015 0.0935 -0.164 0.351 +139 2008 2016 0.0367 -0.2176 0.291 +139 2008 2017 -0.008 -0.2613 0.2452 +139 2008 2018 -0.0454 -0.3038 0.2131 +139 2008 2019 -0.0722 -0.3383 0.194 +139 2008 2020 -0.0883 -0.3581 0.1814 +139 2008 2021 -0.1054 -0.3747 0.164 +139 2008 2022 -0.1162 -0.39 0.1576 +139 2008 2023 -0.1417 -0.415 0.1315 +139 2008 2024 -0.1885 -0.4683 0.0912 +139 2008 2025 -0.2322 -0.5301 0.0657 +139 2009 2010 -0.0015 -0.1368 0.1338 +139 2009 2011 0.0139 -0.1642 0.1919 +139 2009 2012 0.0379 -0.1655 0.2413 +139 2009 2013 0.0517 -0.1726 0.276 +139 2009 2014 0.0665 -0.1679 0.3009 +139 2009 2015 0.0862 -0.1623 0.3347 +139 2009 2016 0.0294 -0.218 0.2768 +139 2009 2017 -0.0154 -0.2629 0.2322 +139 2009 2018 -0.0527 -0.3062 0.2008 +139 2009 2019 -0.0795 -0.3413 0.1824 +139 2009 2020 -0.0956 -0.3613 0.17 +139 2009 2021 -0.1127 -0.3781 0.1528 +139 2009 2022 -0.1235 -0.3935 0.1465 +139 2009 2023 -0.1491 -0.4185 0.1204 +139 2009 2024 -0.1958 -0.4724 0.0808 +139 2009 2025 -0.2395 -0.535 0.0561 +139 2010 2011 0.0154 -0.1202 0.151 +139 2010 2012 0.0394 -0.1388 0.2175 +139 2010 2013 0.0532 -0.1537 0.2601 +139 2010 2014 0.068 -0.1543 0.2904 +139 2010 2015 0.0877 -0.1523 0.3278 +139 2010 2016 0.0309 -0.2089 0.2708 +139 2010 2017 -0.0138 -0.255 0.2273 +139 2010 2018 -0.0512 -0.2986 0.1963 +139 2010 2019 -0.078 -0.3341 0.1781 +139 2010 2020 -0.0941 -0.3545 0.1662 +139 2010 2021 -0.1112 -0.3715 0.1492 +139 2010 2022 -0.122 -0.3872 0.1432 +139 2010 2023 -0.1475 -0.4121 0.117 +139 2010 2024 -0.1943 -0.4654 0.0768 +139 2010 2025 -0.238 -0.5276 0.0516 +139 2011 2012 0.024 -0.1125 0.1605 +139 2011 2013 0.0378 -0.1435 0.219 +139 2011 2014 0.0526 -0.1519 0.2572 +139 2011 2015 0.0723 -0.1537 0.2983 +139 2011 2016 0.0155 -0.2152 0.2463 +139 2011 2017 -0.0292 -0.2643 0.2059 +139 2011 2018 -0.0665 -0.3097 0.1766 +139 2011 2019 -0.0933 -0.3461 0.1594 +139 2011 2020 -0.1095 -0.3666 0.1476 +139 2011 2021 -0.1265 -0.384 0.1309 +139 2011 2022 -0.1374 -0.3997 0.1249 +139 2011 2023 -0.1629 -0.4252 0.0994 +139 2011 2024 -0.2097 -0.4804 0.061 +139 2011 2025 -0.2534 -0.5442 0.0375 +139 2012 2013 0.0138 -0.1217 0.1493 +139 2012 2014 0.0286 -0.1461 0.2033 +139 2012 2015 0.0483 -0.1541 0.2507 +139 2012 2016 -0.0085 -0.2236 0.2066 +139 2012 2017 -0.0532 -0.2775 0.171 +139 2012 2018 -0.0906 -0.3258 0.1446 +139 2012 2019 -0.1174 -0.3637 0.129 +139 2012 2020 -0.1335 -0.3847 0.1176 +139 2012 2021 -0.1506 -0.4027 0.1016 +139 2012 2022 -0.1614 -0.4186 0.0958 +139 2012 2023 -0.1869 -0.4456 0.0717 +139 2012 2024 -0.2337 -0.5044 0.0369 +139 2012 2025 -0.2774 -0.5713 0.0165 +139 2013 2014 0.0148 -0.1207 0.1502 +139 2013 2015 0.0345 -0.1452 0.2141 +139 2013 2016 -0.0223 -0.2245 0.1799 +139 2013 2017 -0.067 -0.2842 0.1502 +139 2013 2018 -0.1044 -0.336 0.1272 +139 2013 2019 -0.1312 -0.3758 0.1134 +139 2013 2020 -0.1473 -0.3977 0.103 +139 2013 2021 -0.1644 -0.417 0.0882 +139 2013 2022 -0.1752 -0.4334 0.083 +139 2013 2023 -0.2007 -0.4617 0.0602 +139 2013 2024 -0.2475 -0.5228 0.0277 +139 2013 2025 -0.2912 -0.5912 0.0087 +139 2014 2015 0.0196 -0.1158 0.1551 +139 2014 2016 -0.0371 -0.2124 0.1383 +139 2014 2017 -0.0819 -0.2811 0.1174 +139 2014 2018 -0.1192 -0.3382 0.0999 +139 2014 2019 -0.146 -0.381 0.089 +139 2014 2020 -0.1622 -0.4042 0.0799 +139 2014 2021 -0.1792 -0.4252 0.0669 +139 2014 2022 -0.19 -0.4425 0.0625 +139 2014 2023 -0.2156 -0.4727 0.0416 +139 2014 2024 -0.2623 -0.5374 0.0127 +139 2014 2025 -0.306 -0.6082 -0.0039 +139 2015 2016 -0.0568 -0.1948 0.0813 +139 2015 2017 -0.1016 -0.2834 0.0803 +139 2015 2018 -0.1389 -0.35 0.0722 +139 2015 2019 -0.1657 -0.3978 0.0663 +139 2015 2020 -0.1819 -0.4235 0.0597 +139 2015 2021 -0.1989 -0.4463 0.0485 +139 2015 2022 -0.2097 -0.4641 0.0446 +139 2015 2023 -0.2353 -0.4967 0.0261 +139 2015 2024 -0.2821 -0.5651 0.001 +139 2015 2025 -0.3258 -0.6385 -0.013 +139 2016 2017 -0.0447 -0.1803 0.0908 +139 2016 2018 -0.0821 -0.2612 0.0971 +139 2016 2019 -0.1089 -0.3158 0.098 +139 2016 2020 -0.1251 -0.3466 0.0965 +139 2016 2021 -0.1421 -0.372 0.0878 +139 2016 2022 -0.1529 -0.3927 0.0869 +139 2016 2023 -0.1785 -0.4241 0.0672 +139 2016 2024 -0.2253 -0.4875 0.037 +139 2016 2025 -0.269 -0.5576 0.0196 +139 2017 2018 -0.0373 -0.1721 0.0974 +139 2017 2019 -0.0641 -0.2418 0.1135 +139 2017 2020 -0.0803 -0.2809 0.1203 +139 2017 2021 -0.0973 -0.3111 0.1164 +139 2017 2022 -0.1082 -0.3357 0.1193 +139 2017 2023 -0.1337 -0.3678 0.1003 +139 2017 2024 -0.1805 -0.4284 0.0674 +139 2017 2025 -0.2242 -0.4964 0.0481 +139 2018 2019 -0.0268 -0.1621 0.1085 +139 2018 2020 -0.043 -0.2188 0.1328 +139 2018 2021 -0.06 -0.258 0.1379 +139 2018 2022 -0.0709 -0.2882 0.1464 +139 2018 2023 -0.0964 -0.323 0.1301 +139 2018 2024 -0.1432 -0.3826 0.0962 +139 2018 2025 -0.1869 -0.4492 0.0754 +139 2019 2020 -0.0162 -0.152 0.1195 +139 2019 2021 -0.0332 -0.2097 0.1432 +139 2019 2022 -0.0441 -0.2486 0.1603 +139 2019 2023 -0.0696 -0.2886 0.1494 +139 2019 2024 -0.1164 -0.3503 0.1175 +139 2019 2025 -0.1601 -0.417 0.0968 +139 2020 2021 -0.017 -0.1528 0.1187 +139 2020 2022 -0.0279 -0.2082 0.1524 +139 2020 2023 -0.0535 -0.257 0.1501 +139 2020 2024 -0.1002 -0.3241 0.1236 +139 2020 2025 -0.1439 -0.3938 0.106 +139 2021 2022 -0.0109 -0.1468 0.1251 +139 2021 2023 -0.0364 -0.2124 0.1396 +139 2021 2024 -0.0832 -0.2881 0.1216 +139 2021 2025 -0.1269 -0.3626 0.1088 +139 2022 2023 -0.0255 -0.1614 0.1103 +139 2022 2024 -0.0723 -0.2552 0.1105 +139 2022 2025 -0.116 -0.3378 0.1057 +139 2023 2024 -0.0468 -0.1852 0.0917 +139 2023 2025 -0.0905 -0.2823 0.1014 +139 2024 2025 -0.0436 -0.1842 0.0969 +140 2007 2010 0.0499 -0.2012 0.301 +140 2007 2013 -0.0221 -0.3381 0.2939 +140 2007 2016 -0.1136 -0.4568 0.2295 +140 2007 2019 0.0807 -0.279 0.4405 +140 2007 2022 0.3391 -0.0743 0.7524 +140 2007 2025 0.3686 -0.0906 0.8278 +140 2010 2013 -0.0721 -0.3157 0.1715 +140 2010 2016 -0.1636 -0.467 0.1398 +140 2010 2019 0.0308 -0.2843 0.3458 +140 2010 2022 0.2892 -0.0714 0.6497 +140 2010 2025 0.3187 -0.0933 0.7307 +140 2013 2016 -0.0915 -0.3421 0.1591 +140 2013 2019 0.1028 -0.1909 0.3965 +140 2013 2022 0.3612 0.005 0.7175 +140 2013 2025 0.3907 -0.0188 0.8003 +140 2016 2019 0.1944 -0.0651 0.4539 +140 2016 2022 0.4528 0.0843 0.8213 +140 2016 2025 0.4823 0.059 0.9055 +140 2019 2022 0.2585 -0.0058 0.5228 +140 2019 2025 0.288 -0.0557 0.6317 +140 2022 2025 0.0295 -0.2287 0.2877 +141 2007 2010 -0.0054 -0.0338 0.0229 +141 2007 2013 -0.0459 -0.0755 -0.0164 +141 2007 2016 -0.1399 -0.1692 -0.1105 +141 2007 2019 -0.6172 -0.6515 -0.5828 +141 2007 2022 -0.4342 -0.467 -0.4014 +141 2007 2025 -0.4187 -0.4593 -0.3781 +141 2010 2013 -0.0405 -0.0713 -0.0097 +141 2010 2016 -0.1344 -0.1652 -0.1037 +141 2010 2019 -0.6117 -0.6474 -0.576 +141 2010 2022 -0.4288 -0.4632 -0.3944 +141 2010 2025 -0.4133 -0.4552 -0.3714 +141 2013 2016 -0.0939 -0.125 -0.0628 +141 2013 2019 -0.5712 -0.6073 -0.5352 +141 2013 2022 -0.3883 -0.423 -0.3535 +141 2013 2025 -0.3727 -0.4151 -0.3304 +141 2016 2019 -0.4773 -0.5123 -0.4424 +141 2016 2022 -0.2944 -0.3281 -0.2606 +141 2016 2025 -0.2788 -0.321 -0.2367 +141 2019 2022 0.183 0.1455 0.2204 +141 2019 2025 0.1985 0.1528 0.2441 +141 2022 2025 0.0155 -0.029 0.06 +142 2007 2008 0.1347 0.0647 0.2046 +142 2007 2009 0.2271 0.1534 0.3007 +142 2007 2010 0.1496 0.0844 0.2149 +142 2007 2011 0.2451 0.1712 0.319 +142 2007 2012 0.3121 0.2358 0.3884 +142 2007 2013 0.3752 0.3068 0.4436 +142 2007 2014 0.243 0.1666 0.3195 +142 2007 2015 0.37 0.2954 0.4446 +142 2007 2016 0.3985 0.3321 0.4649 +142 2007 2017 0.2523 0.1773 0.3272 +142 2007 2018 0.2509 0.1764 0.3254 +142 2007 2019 0.3445 0.2764 0.4126 +142 2007 2020 0.3099 0.2331 0.3867 +142 2007 2021 0.144 0.0697 0.2182 +142 2007 2022 0.2939 0.2204 0.3673 +142 2007 2023 0.1736 0.0958 0.2514 +142 2007 2024 0.2373 0.1649 0.3097 +142 2007 2025 0.4549 0.392 0.5178 +142 2008 2009 0.0924 0.021 0.1638 +142 2008 2010 0.015 -0.0573 0.0872 +142 2008 2011 0.1104 0.0442 0.1766 +142 2008 2012 0.1774 0.1013 0.2536 +142 2008 2013 0.2405 0.166 0.315 +142 2008 2014 0.1084 0.0389 0.1778 +142 2008 2015 0.2353 0.1611 0.3096 +142 2008 2016 0.2638 0.1913 0.3364 +142 2008 2017 0.1176 0.0498 0.1853 +142 2008 2018 0.1162 0.0419 0.1904 +142 2008 2019 0.2099 0.1363 0.2834 +142 2008 2020 0.1752 0.1054 0.245 +142 2008 2021 0.0093 -0.0636 0.0822 +142 2008 2022 0.1592 0.0808 0.2376 +142 2008 2023 0.039 -0.032 0.1099 +142 2008 2024 0.1026 0.0307 0.1746 +142 2008 2025 0.3202 0.2528 0.3876 +142 2009 2010 -0.0774 -0.1485 -0.0064 +142 2009 2011 0.018 -0.057 0.093 +142 2009 2012 0.085 0.0154 0.1547 +142 2009 2013 0.1481 0.0735 0.2227 +142 2009 2014 0.016 -0.0621 0.094 +142 2009 2015 0.1429 0.0745 0.2113 +142 2009 2016 0.1714 0.0989 0.2439 +142 2009 2017 0.0252 -0.051 0.1014 +142 2009 2018 0.0238 -0.045 0.0926 +142 2009 2019 0.1175 0.0434 0.1915 +142 2009 2020 0.0828 0.0055 0.1602 +142 2009 2021 -0.0831 -0.1527 -0.0135 +142 2009 2022 0.0668 -0.0118 0.1454 +142 2009 2023 -0.0534 -0.1322 0.0253 +142 2009 2024 0.0102 -0.0575 0.0779 +142 2009 2025 0.2278 0.16 0.2956 +142 2010 2011 0.0954 0.0234 0.1675 +142 2010 2012 0.1625 0.0863 0.2386 +142 2010 2013 0.2255 0.1574 0.2937 +142 2010 2014 0.0934 0.0165 0.1703 +142 2010 2015 0.2204 0.1458 0.2949 +142 2010 2016 0.2489 0.1826 0.3151 +142 2010 2017 0.1026 0.0272 0.1781 +142 2010 2018 0.1012 0.0269 0.1756 +142 2010 2019 0.1949 0.1264 0.2634 +142 2010 2020 0.1603 0.0831 0.2374 +142 2010 2021 -0.0057 -0.0797 0.0684 +142 2010 2022 0.1442 0.0707 0.2178 +142 2010 2023 0.024 -0.0542 0.1022 +142 2010 2024 0.0877 0.0151 0.1602 +142 2010 2025 0.3052 0.2415 0.3689 +142 2011 2012 0.067 -0.0079 0.1419 +142 2011 2013 0.1301 0.0542 0.206 +142 2011 2014 -0.002 -0.0726 0.0685 +142 2011 2015 0.1249 0.049 0.2008 +142 2011 2016 0.1534 0.0793 0.2275 +142 2011 2017 0.0072 -0.0616 0.0759 +142 2011 2018 0.0058 -0.0703 0.0819 +142 2011 2019 0.0995 0.0241 0.1748 +142 2011 2020 0.0648 -0.0062 0.1358 +142 2011 2021 -0.1011 -0.1761 -0.0261 +142 2011 2022 0.0488 -0.0313 0.1289 +142 2011 2023 -0.0714 -0.1443 0.0014 +142 2011 2024 -0.0078 -0.0817 0.0661 +142 2011 2025 0.2098 0.1405 0.2791 +142 2012 2013 0.0631 -0.0121 0.1382 +142 2012 2014 -0.0691 -0.1486 0.0105 +142 2012 2015 0.0579 -0.013 0.1288 +142 2012 2016 0.0864 0.0105 0.1623 +142 2012 2017 -0.0598 -0.1382 0.0185 +142 2012 2018 -0.0612 -0.1327 0.0103 +142 2012 2019 0.0325 -0.0446 0.1095 +142 2012 2020 -0.0022 -0.082 0.0776 +142 2012 2021 -0.1681 -0.2403 -0.096 +142 2012 2022 -0.0182 -0.1 0.0636 +142 2012 2023 -0.1385 -0.2194 -0.0575 +142 2012 2024 -0.0748 -0.1457 -0.0039 +142 2012 2025 0.1428 0.0711 0.2145 +142 2013 2014 -0.1321 -0.2095 -0.0548 +142 2013 2015 -0.0052 -0.0806 0.0702 +142 2013 2016 0.0233 -0.0419 0.0886 +142 2013 2017 -0.1229 -0.201 -0.0449 +142 2013 2018 -0.1243 -0.2015 -0.0471 +142 2013 2019 -0.0306 -0.0992 0.0379 +142 2013 2020 -0.0653 -0.1437 0.0132 +142 2013 2021 -0.2312 -0.3085 -0.1539 +142 2013 2022 -0.0813 -0.1541 -0.0086 +142 2013 2023 -0.2015 -0.2824 -0.1207 +142 2013 2024 -0.1379 -0.2132 -0.0626 +142 2013 2025 0.0797 0.0156 0.1438 +142 2014 2015 0.127 0.0511 0.2028 +142 2014 2016 0.1555 0.0778 0.2331 +142 2014 2017 0.0092 -0.0599 0.0783 +142 2014 2018 0.0078 -0.0693 0.0849 +142 2014 2019 0.1015 0.0226 0.1804 +142 2014 2020 0.0669 -0.0057 0.1394 +142 2014 2021 -0.0991 -0.1744 -0.0237 +142 2014 2022 0.0508 -0.0332 0.1349 +142 2014 2023 -0.0694 -0.1422 0.0034 +142 2014 2024 -0.0057 -0.0808 0.0693 +142 2014 2025 0.2118 0.1385 0.2852 +142 2015 2016 0.0285 -0.0425 0.0995 +142 2015 2017 -0.1177 -0.1941 -0.0414 +142 2015 2018 -0.1191 -0.1889 -0.0494 +142 2015 2019 -0.0254 -0.0998 0.0489 +142 2015 2020 -0.0601 -0.138 0.0178 +142 2015 2021 -0.226 -0.2967 -0.1553 +142 2015 2022 -0.0761 -0.1554 0.0031 +142 2015 2023 -0.1964 -0.2757 -0.1171 +142 2015 2024 -0.1327 -0.2015 -0.0639 +142 2015 2025 0.0849 0.0163 0.1535 +142 2016 2017 -0.1462 -0.2199 -0.0725 +142 2016 2018 -0.1476 -0.2223 -0.073 +142 2016 2019 -0.0539 -0.1187 0.0108 +142 2016 2020 -0.0886 -0.1647 -0.0125 +142 2016 2021 -0.2545 -0.3295 -0.1796 +142 2016 2022 -0.1046 -0.1739 -0.0353 +142 2016 2023 -0.2249 -0.3033 -0.1464 +142 2016 2024 -0.1612 -0.234 -0.0885 +142 2016 2025 0.0564 -0.0046 0.1174 +142 2017 2018 -0.0014 -0.0745 0.0718 +142 2017 2019 0.0923 0.0158 0.1688 +142 2017 2020 0.0576 -0.0108 0.1261 +142 2017 2021 -0.1083 -0.1815 -0.0351 +142 2017 2022 0.0416 -0.0401 0.1233 +142 2017 2023 -0.0786 -0.1478 -0.0095 +142 2017 2024 -0.015 -0.0881 0.0582 +142 2017 2025 0.2026 0.1311 0.2742 +142 2018 2019 0.0937 0.0203 0.167 +142 2018 2020 0.059 -0.0184 0.1365 +142 2018 2021 -0.1069 -0.1739 -0.0399 +142 2018 2022 0.043 -0.0377 0.1237 +142 2018 2023 -0.0772 -0.1552 7e-04 +142 2018 2024 -0.0136 -0.0802 0.053 +142 2018 2025 0.204 0.134 0.2741 +142 2019 2020 -0.0347 -0.1095 0.0401 +142 2019 2021 -0.2006 -0.2762 -0.1249 +142 2019 2022 -0.0507 -0.1202 0.0189 +142 2019 2023 -0.1709 -0.2503 -0.0915 +142 2019 2024 -0.1073 -0.1812 -0.0333 +142 2019 2025 0.1103 0.0482 0.1725 +142 2020 2021 -0.1659 -0.24 -0.0918 +142 2020 2022 -0.016 -0.0973 0.0653 +142 2020 2023 -0.1363 -0.2082 -0.0643 +142 2020 2024 -0.0726 -0.1484 0.0032 +142 2020 2025 0.145 0.0726 0.2174 +142 2021 2022 0.1499 0.0717 0.2281 +142 2021 2023 0.0297 -0.0452 0.1046 +142 2021 2024 0.0933 0.0282 0.1585 +142 2021 2025 0.3109 0.2405 0.3813 +142 2022 2023 -0.1202 -0.2014 -0.0391 +142 2022 2024 -0.0566 -0.1353 0.0222 +142 2022 2025 0.161 0.0942 0.2278 +142 2023 2024 0.0637 -0.0098 0.1371 +142 2023 2025 0.2812 0.2065 0.356 +142 2024 2025 0.2176 0.1511 0.2841 +143 2007 2008 0.0781 -0.2498 0.4061 +143 2007 2009 0.022 -0.3619 0.4059 +143 2007 2010 0.2107 -0.1683 0.5897 +143 2007 2011 0.3197 -0.088 0.7273 +143 2007 2012 0.4659 0.0888 0.843 +143 2007 2013 0.3317 -0.0516 0.715 +143 2007 2014 0.4521 0.0364 0.8679 +143 2007 2015 -0.2036 -0.6064 0.1992 +143 2007 2016 -0.157 -0.5421 0.2281 +143 2007 2017 0.0235 -0.3957 0.4427 +143 2007 2018 0.1204 -0.2837 0.5244 +143 2007 2019 0.5457 0.15 0.9414 +143 2007 2020 0.1663 -0.2529 0.5855 +143 2007 2021 0.0182 -0.3844 0.4209 +143 2007 2022 -0.3438 -0.8018 0.1141 +143 2007 2023 0.0075 -0.4202 0.4352 +143 2007 2024 0.5516 0.1419 0.9614 +143 2007 2025 0.1855 -0.1805 0.5516 +143 2008 2009 -0.0561 -0.379 0.2668 +143 2008 2010 0.1325 -0.2201 0.4852 +143 2008 2011 0.2415 -0.1316 0.6147 +143 2008 2012 0.3878 0.0382 0.7373 +143 2008 2013 0.2536 -0.112 0.6191 +143 2008 2014 0.374 -0.0153 0.7633 +143 2008 2015 -0.2817 -0.6646 0.1012 +143 2008 2016 -0.2352 -0.6052 0.1348 +143 2008 2017 -0.0546 -0.4495 0.3402 +143 2008 2018 0.0422 -0.3403 0.4247 +143 2008 2019 0.4676 0.0929 0.8423 +143 2008 2020 0.0882 -0.3062 0.4826 +143 2008 2021 -0.0599 -0.4355 0.3157 +143 2008 2022 -0.422 -0.8658 0.0218 +143 2008 2023 -0.0706 -0.471 0.3297 +143 2008 2024 0.4735 0.0888 0.8582 +143 2008 2025 0.1074 -0.2361 0.4509 +143 2009 2010 0.1887 -0.1386 0.5159 +143 2009 2011 0.2977 -0.0855 0.6808 +143 2009 2012 0.4439 0.0826 0.8052 +143 2009 2013 0.3097 -0.0716 0.691 +143 2009 2014 0.4301 0.015 0.8452 +143 2009 2015 -0.2256 -0.6092 0.158 +143 2009 2016 -0.1791 -0.5578 0.1996 +143 2009 2017 0.0015 -0.4081 0.411 +143 2009 2018 0.0983 -0.2894 0.486 +143 2009 2019 0.5237 0.1262 0.9211 +143 2009 2020 0.1443 -0.264 0.5526 +143 2009 2021 -0.0038 -0.3921 0.3845 +143 2009 2022 -0.3659 -0.8084 0.0767 +143 2009 2023 -0.0145 -0.4312 0.4021 +143 2009 2024 0.5296 0.1238 0.9354 +143 2009 2025 0.1635 -0.1905 0.5174 +143 2010 2011 0.109 -0.223 0.441 +143 2010 2012 0.2553 -0.0893 0.5998 +143 2010 2013 0.121 -0.2435 0.4855 +143 2010 2014 0.2415 -0.1525 0.6354 +143 2010 2015 -0.4143 -0.8014 -0.0271 +143 2010 2016 -0.3677 -0.7326 -0.0028 +143 2010 2017 -0.1872 -0.5898 0.2154 +143 2010 2018 -0.0903 -0.4775 0.2969 +143 2010 2019 0.335 -0.0391 0.7092 +143 2010 2020 -0.0443 -0.448 0.3593 +143 2010 2021 -0.1924 -0.5759 0.191 +143 2010 2022 -0.5545 -1.0085 -0.1006 +143 2010 2023 -0.2032 -0.6207 0.2144 +143 2010 2024 0.341 -0.0495 0.7315 +143 2010 2025 -0.0251 -0.3779 0.3276 +143 2011 2012 0.1463 -0.1827 0.4752 +143 2011 2013 0.012 -0.368 0.3921 +143 2011 2014 0.1325 -0.2788 0.5437 +143 2011 2015 -0.5233 -0.927 -0.1196 +143 2011 2016 -0.4767 -0.8702 -0.0832 +143 2011 2017 -0.2962 -0.7142 0.1218 +143 2011 2018 -0.1993 -0.6043 0.2056 +143 2011 2019 0.2261 -0.1729 0.625 +143 2011 2020 -0.1534 -0.5729 0.2662 +143 2011 2021 -0.3014 -0.7057 0.1029 +143 2011 2022 -0.6635 -1.1316 -0.1955 +143 2011 2023 -0.3122 -0.7447 0.1204 +143 2011 2024 0.232 -0.1802 0.6442 +143 2011 2025 -0.1342 -0.5072 0.2389 +143 2012 2013 -0.1342 -0.4385 0.17 +143 2012 2014 -0.0138 -0.3685 0.3409 +143 2012 2015 -0.6695 -1.0298 -0.3092 +143 2012 2016 -0.623 -0.9805 -0.2654 +143 2012 2017 -0.4424 -0.8292 -0.0557 +143 2012 2018 -0.3456 -0.7073 0.0162 +143 2012 2019 0.0798 -0.2642 0.4238 +143 2012 2020 -0.2996 -0.6832 0.084 +143 2012 2021 -0.4477 -0.8072 -0.0882 +143 2012 2022 -0.8098 -1.2556 -0.3639 +143 2012 2023 -0.4584 -0.858 -0.0589 +143 2012 2024 0.0857 -0.2706 0.442 +143 2012 2025 -0.2804 -0.6137 0.0529 +143 2013 2014 0.1205 -0.2089 0.4499 +143 2013 2015 -0.5353 -0.8952 -0.1754 +143 2013 2016 -0.4887 -0.8469 -0.1305 +143 2013 2017 -0.3082 -0.7004 0.0839 +143 2013 2018 -0.2114 -0.5809 0.1582 +143 2013 2019 0.214 -0.115 0.5431 +143 2013 2020 -0.1654 -0.5508 0.22 +143 2013 2021 -0.3135 -0.6871 0.0602 +143 2013 2022 -0.6755 -1.1203 -0.2308 +143 2013 2023 -0.3242 -0.7324 0.084 +143 2013 2024 0.22 -0.1556 0.5955 +143 2013 2025 -0.1462 -0.4897 0.1973 +143 2014 2015 -0.6558 -1.0245 -0.2871 +143 2014 2016 -0.6092 -0.9948 -0.2236 +143 2014 2017 -0.4287 -0.8432 -0.0141 +143 2014 2018 -0.3318 -0.7391 0.0755 +143 2014 2019 0.0936 -0.2675 0.4546 +143 2014 2020 -0.2858 -0.7027 0.131 +143 2014 2021 -0.4339 -0.8388 -0.029 +143 2014 2022 -0.796 -1.2972 -0.2947 +143 2014 2023 -0.4446 -0.882 -0.0072 +143 2014 2024 0.0995 -0.2775 0.4765 +143 2014 2025 -0.2666 -0.6322 0.099 +143 2015 2016 0.0466 -0.2755 0.3686 +143 2015 2017 0.2271 -0.1591 0.6133 +143 2015 2018 0.3239 -0.0464 0.6943 +143 2015 2019 0.7493 0.3566 1.142 +143 2015 2020 0.3699 -0.0275 0.7674 +143 2015 2021 0.2218 -0.1552 0.5989 +143 2015 2022 -0.1402 -0.5639 0.2834 +143 2015 2023 0.2111 -0.2006 0.6228 +143 2015 2024 0.7552 0.3426 1.1678 +143 2015 2025 0.3891 0.0318 0.7464 +143 2016 2017 0.1805 -0.1513 0.5124 +143 2016 2018 0.2774 -0.0759 0.6307 +143 2016 2019 0.7027 0.3391 1.0664 +143 2016 2020 0.3234 -0.0665 0.7133 +143 2016 2021 0.1753 -0.2015 0.552 +143 2016 2022 -0.1868 -0.619 0.2454 +143 2016 2023 0.1646 -0.2412 0.5703 +143 2016 2024 0.7087 0.3183 1.0991 +143 2016 2025 0.3426 -0.0031 0.6882 +143 2017 2018 0.0968 -0.2383 0.432 +143 2017 2019 0.5223 0.137 0.9075 +143 2017 2020 0.1428 -0.259 0.5447 +143 2017 2021 -0.0052 -0.4049 0.3944 +143 2017 2022 -0.3674 -0.8266 0.0919 +143 2017 2023 -0.016 -0.4399 0.4079 +143 2017 2024 0.5282 0.1117 0.9446 +143 2017 2025 0.162 -0.2225 0.5465 +143 2018 2019 0.4254 0.086 0.7648 +143 2018 2020 0.046 -0.331 0.423 +143 2018 2021 -0.1021 -0.4701 0.2659 +143 2018 2022 -0.4642 -0.8984 -0.03 +143 2018 2023 -0.1128 -0.5236 0.2979 +143 2018 2024 0.4313 0.0346 0.828 +143 2018 2025 0.0652 -0.2975 0.4279 +143 2019 2020 -0.3794 -0.7238 -0.0351 +143 2019 2021 -0.5275 -0.8938 -0.1612 +143 2019 2022 -0.8896 -1.3586 -0.4205 +143 2019 2023 -0.5382 -0.9546 -0.1219 +143 2019 2024 0.0059 -0.3533 0.3652 +143 2019 2025 -0.3602 -0.7175 -0.0028 +143 2020 2021 -0.1481 -0.4836 0.1875 +143 2020 2022 -0.5102 -0.9463 -0.0741 +143 2020 2023 -0.1588 -0.575 0.2574 +143 2020 2024 0.3853 -0.0273 0.798 +143 2020 2025 0.0192 -0.3661 0.4044 +143 2021 2022 -0.3622 -0.739 0.0147 +143 2021 2023 -0.0107 -0.3965 0.3751 +143 2021 2024 0.5334 0.1514 0.9154 +143 2021 2025 0.1673 -0.1962 0.5307 +143 2022 2023 0.3514 -0.026 0.7289 +143 2022 2024 0.8955 0.4173 1.3738 +143 2022 2025 0.5294 0.1096 0.9491 +143 2023 2024 0.5442 0.1727 0.9157 +143 2023 2025 0.178 -0.2033 0.5593 +143 2024 2025 -0.3662 -0.7034 -0.0289 +144 2007 2008 0.0816 -0.0428 0.206 +144 2007 2009 0.0226 -0.1237 0.1689 +144 2007 2010 0.1128 -0.0406 0.2662 +144 2007 2011 0.1662 0.0067 0.3257 +144 2007 2012 0.2055 0.0366 0.3743 +144 2007 2013 0.1981 0.0308 0.3653 +144 2007 2014 0.1884 0.0223 0.3545 +144 2007 2015 0.1879 0.0188 0.3569 +144 2007 2016 0.194 0.0325 0.3556 +144 2007 2017 0.1897 0.0276 0.3517 +144 2007 2018 0.2196 0.0576 0.3816 +144 2007 2019 0.3086 0.1443 0.4729 +144 2007 2020 0.2703 0.1051 0.4354 +144 2007 2021 0.2953 0.1344 0.4561 +144 2007 2022 0.2985 0.1368 0.4603 +144 2007 2023 0.3453 0.1843 0.5063 +144 2007 2024 0.4424 0.2845 0.6002 +144 2007 2025 0.4132 0.2548 0.5715 +144 2008 2009 -0.059 -0.18 0.062 +144 2008 2010 0.0312 -0.1041 0.1666 +144 2008 2011 0.0846 -0.056 0.2253 +144 2008 2012 0.1239 -0.0276 0.2754 +144 2008 2013 0.1165 -0.0367 0.2697 +144 2008 2014 0.1068 -0.0454 0.259 +144 2008 2015 0.1063 -0.0507 0.2634 +144 2008 2016 0.1125 -0.0379 0.2629 +144 2008 2017 0.1081 -0.0428 0.2591 +144 2008 2018 0.1381 -0.0133 0.2895 +144 2008 2019 0.2271 0.0776 0.3766 +144 2008 2020 0.1887 0.0351 0.3423 +144 2008 2021 0.2137 0.066 0.3614 +144 2008 2022 0.217 0.0646 0.3693 +144 2008 2023 0.2637 0.1149 0.4126 +144 2008 2024 0.3608 0.2204 0.5013 +144 2008 2025 0.3316 0.185 0.4783 +144 2009 2010 0.0902 -0.027 0.2074 +144 2009 2011 0.1436 0.0046 0.2826 +144 2009 2012 0.1829 0.0298 0.336 +144 2009 2013 0.1755 0.0197 0.3313 +144 2009 2014 0.1658 0.0111 0.3204 +144 2009 2015 0.1653 0.0078 0.3227 +144 2009 2016 0.1715 0.0197 0.3232 +144 2009 2017 0.1671 0.0164 0.3178 +144 2009 2018 0.197 0.0473 0.3467 +144 2009 2019 0.286 0.1303 0.4417 +144 2009 2020 0.2477 0.0935 0.4018 +144 2009 2021 0.2727 0.1247 0.4207 +144 2009 2022 0.2759 0.1246 0.4273 +144 2009 2023 0.3227 0.1733 0.4721 +144 2009 2024 0.4198 0.2742 0.5653 +144 2009 2025 0.3906 0.2421 0.5391 +144 2010 2011 0.0534 -0.0618 0.1686 +144 2010 2012 0.0927 -0.0485 0.2338 +144 2010 2013 0.0853 -0.062 0.2325 +144 2010 2014 0.0756 -0.0745 0.2257 +144 2010 2015 0.0751 -0.0797 0.2299 +144 2010 2016 0.0812 -0.0667 0.2292 +144 2010 2017 0.0769 -0.0726 0.2264 +144 2010 2018 0.1068 -0.0424 0.256 +144 2010 2019 0.1958 0.0463 0.3454 +144 2010 2020 0.1574 0.0047 0.3102 +144 2010 2021 0.1825 0.0357 0.3292 +144 2010 2022 0.1857 0.0358 0.3356 +144 2010 2023 0.2325 0.0841 0.3809 +144 2010 2024 0.3296 0.1882 0.4709 +144 2010 2025 0.3004 0.1549 0.4458 +144 2011 2012 0.0393 -0.0783 0.1568 +144 2011 2013 0.0319 -0.1065 0.1703 +144 2011 2014 0.0222 -0.1226 0.167 +144 2011 2015 0.0217 -0.1311 0.1745 +144 2011 2016 0.0279 -0.1203 0.176 +144 2011 2017 0.0235 -0.1254 0.1724 +144 2011 2018 0.0534 -0.0964 0.2032 +144 2011 2019 0.1424 -0.0071 0.2919 +144 2011 2020 0.1041 -0.0486 0.2567 +144 2011 2021 0.1291 -0.0179 0.276 +144 2011 2022 0.1323 -0.0192 0.2839 +144 2011 2023 0.1791 0.031 0.3272 +144 2011 2024 0.2762 0.1357 0.4167 +144 2011 2025 0.247 0.1007 0.3933 +144 2012 2013 -0.0074 -0.1267 0.1119 +144 2012 2014 -0.0171 -0.1593 0.1252 +144 2012 2015 -0.0176 -0.1709 0.1358 +144 2012 2016 -0.0114 -0.1638 0.1409 +144 2012 2017 -0.0158 -0.1713 0.1398 +144 2012 2018 0.0142 -0.1408 0.1691 +144 2012 2019 0.1032 -0.0512 0.2575 +144 2012 2020 0.0648 -0.0947 0.2243 +144 2012 2021 0.0898 -0.0625 0.2421 +144 2012 2022 0.0931 -0.0651 0.2512 +144 2012 2023 0.1398 -0.0158 0.2954 +144 2012 2024 0.2369 0.0915 0.3824 +144 2012 2025 0.2077 0.0543 0.3611 +144 2013 2014 -0.0097 -0.1288 0.1095 +144 2013 2015 -0.0102 -0.1547 0.1344 +144 2013 2016 -0.004 -0.1511 0.1431 +144 2013 2017 -0.0084 -0.1612 0.1445 +144 2013 2018 0.0216 -0.1326 0.1757 +144 2013 2019 0.1106 -0.0429 0.264 +144 2013 2020 0.0722 -0.0862 0.2306 +144 2013 2021 0.0972 -0.0552 0.2496 +144 2013 2022 0.1005 -0.0558 0.2567 +144 2013 2023 0.1472 -0.0073 0.3018 +144 2013 2024 0.2443 0.0976 0.391 +144 2013 2025 0.2151 0.0629 0.3673 +144 2014 2015 -5e-04 -0.1199 0.1189 +144 2014 2016 0.0057 -0.1318 0.1431 +144 2014 2017 0.0013 -0.1443 0.1469 +144 2014 2018 0.0312 -0.1191 0.1816 +144 2014 2019 0.1202 -0.0324 0.2729 +144 2014 2020 0.0819 -0.0727 0.2365 +144 2014 2021 0.1069 -0.0432 0.257 +144 2014 2022 0.1101 -0.0443 0.2645 +144 2014 2023 0.1569 0.0058 0.308 +144 2014 2024 0.254 0.1077 0.4004 +144 2014 2025 0.2248 0.0725 0.3771 +144 2015 2016 0.0062 -0.1121 0.1244 +144 2015 2017 0.0018 -0.1397 0.1433 +144 2015 2018 0.0317 -0.117 0.1805 +144 2015 2019 0.1207 -0.0332 0.2746 +144 2015 2020 0.0824 -0.0749 0.2396 +144 2015 2021 0.1074 -0.0442 0.259 +144 2015 2022 0.1106 -0.0458 0.2671 +144 2015 2023 0.1574 0.0031 0.3117 +144 2015 2024 0.2545 0.1065 0.4025 +144 2015 2025 0.2253 0.0711 0.3795 +144 2016 2017 -0.0044 -0.12 0.1113 +144 2016 2018 0.0256 -0.11 0.1612 +144 2016 2019 0.1146 -0.0279 0.257 +144 2016 2020 0.0762 -0.0724 0.2248 +144 2016 2021 0.1012 -0.0429 0.2453 +144 2016 2022 0.1045 -0.0431 0.2521 +144 2016 2023 0.1512 0.0049 0.2976 +144 2016 2024 0.2483 0.108 0.3887 +144 2016 2025 0.2191 0.0737 0.3645 +144 2017 2018 0.03 -0.085 0.1449 +144 2017 2019 0.119 -0.0188 0.2567 +144 2017 2020 0.0806 -0.0624 0.2236 +144 2017 2021 0.1056 -0.0362 0.2474 +144 2017 2022 0.1089 -0.0379 0.2557 +144 2017 2023 0.1556 0.0121 0.2992 +144 2017 2024 0.2527 0.1111 0.3943 +144 2017 2025 0.2235 0.0764 0.3706 +144 2018 2019 0.089 -0.0285 0.2065 +144 2018 2020 0.0506 -0.0858 0.1871 +144 2018 2021 0.0756 -0.0609 0.2121 +144 2018 2022 0.0789 -0.0658 0.2237 +144 2018 2023 0.1257 -0.0183 0.2696 +144 2018 2024 0.2228 0.0847 0.3608 +144 2018 2025 0.1935 0.0483 0.3388 +144 2019 2020 -0.0384 -0.1569 0.0801 +144 2019 2021 -0.0134 -0.1458 0.1191 +144 2019 2022 -0.0101 -0.1535 0.1333 +144 2019 2023 0.0367 -0.1083 0.1817 +144 2019 2024 0.1338 -0.0022 0.2697 +144 2019 2025 0.1046 -0.0395 0.2486 +144 2020 2021 0.025 -0.0901 0.1401 +144 2020 2022 0.0283 -0.1099 0.1665 +144 2020 2023 0.075 -0.0666 0.2167 +144 2020 2024 0.1721 0.0308 0.3135 +144 2020 2025 0.1429 -0.0058 0.2916 +144 2021 2022 0.0033 -0.1104 0.117 +144 2021 2023 0.05 -0.0795 0.1796 +144 2021 2024 0.1471 0.0183 0.276 +144 2021 2025 0.1179 -0.0227 0.2586 +144 2022 2023 0.0468 -0.0673 0.1608 +144 2022 2024 0.1439 0.0127 0.275 +144 2022 2025 0.1146 -0.0256 0.2549 +144 2023 2024 0.0971 -0.0169 0.2111 +144 2023 2025 0.0679 -0.0677 0.2035 +144 2024 2025 -0.0292 -0.1404 0.0819 +145 2007 2008 0.0624 -0.0741 0.199 +145 2007 2009 -0.0861 -0.2582 0.086 +145 2007 2010 -0.1387 -0.3274 0.05 +145 2007 2011 -0.2838 -0.4895 -0.0782 +145 2007 2012 -0.2986 -0.5229 -0.0743 +145 2007 2013 -0.3161 -0.5445 -0.0878 +145 2007 2014 -0.3102 -0.5484 -0.0719 +145 2007 2015 -0.3896 -0.6365 -0.1427 +145 2007 2016 -0.4894 -0.7369 -0.2418 +145 2007 2017 -0.5557 -0.8092 -0.3021 +145 2007 2018 -0.5361 -0.7945 -0.2777 +145 2007 2019 -0.6082 -0.8688 -0.3476 +145 2007 2020 -0.5658 -0.8278 -0.3037 +145 2007 2021 -0.6082 -0.8805 -0.3359 +145 2007 2022 -0.638 -0.9149 -0.3612 +145 2007 2023 -0.5982 -0.8792 -0.3172 +145 2007 2024 -0.632 -0.925 -0.339 +145 2007 2025 -0.603 -0.9019 -0.3041 +145 2008 2009 -0.1485 -0.2836 -0.0134 +145 2008 2010 -0.2012 -0.3629 -0.0394 +145 2008 2011 -0.3463 -0.5291 -0.1635 +145 2008 2012 -0.361 -0.5663 -0.1558 +145 2008 2013 -0.3786 -0.5898 -0.1673 +145 2008 2014 -0.3726 -0.5895 -0.1557 +145 2008 2015 -0.452 -0.6815 -0.2226 +145 2008 2016 -0.5518 -0.7865 -0.317 +145 2008 2017 -0.6181 -0.8592 -0.377 +145 2008 2018 -0.5985 -0.8422 -0.3548 +145 2008 2019 -0.6707 -0.9217 -0.4196 +145 2008 2020 -0.6282 -0.8742 -0.3822 +145 2008 2021 -0.6706 -0.9292 -0.4121 +145 2008 2022 -0.7004 -0.9651 -0.4357 +145 2008 2023 -0.6606 -0.9256 -0.3957 +145 2008 2024 -0.6944 -0.9748 -0.4141 +145 2008 2025 -0.6654 -0.9503 -0.3805 +145 2009 2010 -0.0526 -0.1876 0.0823 +145 2009 2011 -0.1978 -0.3648 -0.0308 +145 2009 2012 -0.2125 -0.4054 -0.0196 +145 2009 2013 -0.2301 -0.4327 -0.0274 +145 2009 2014 -0.2241 -0.4382 -0.01 +145 2009 2015 -0.3035 -0.5278 -0.0793 +145 2009 2016 -0.4033 -0.6312 -0.1753 +145 2009 2017 -0.4696 -0.7037 -0.2355 +145 2009 2018 -0.45 -0.6888 -0.2112 +145 2009 2019 -0.5222 -0.7659 -0.2785 +145 2009 2020 -0.4797 -0.7241 -0.2353 +145 2009 2021 -0.5221 -0.7771 -0.2672 +145 2009 2022 -0.5519 -0.8126 -0.2913 +145 2009 2023 -0.5121 -0.7768 -0.2475 +145 2009 2024 -0.5459 -0.8231 -0.2688 +145 2009 2025 -0.5169 -0.8005 -0.2333 +145 2010 2011 -0.1451 -0.2813 -0.009 +145 2010 2012 -0.1599 -0.334 0.0142 +145 2010 2013 -0.1774 -0.3643 0.0095 +145 2010 2014 -0.1715 -0.3731 0.0302 +145 2010 2015 -0.2509 -0.466 -0.0357 +145 2010 2016 -0.3506 -0.5705 -0.1308 +145 2010 2017 -0.4169 -0.6455 -0.1883 +145 2010 2018 -0.3974 -0.631 -0.1638 +145 2010 2019 -0.4695 -0.7083 -0.2307 +145 2010 2020 -0.4271 -0.6661 -0.1881 +145 2010 2021 -0.4695 -0.7203 -0.2187 +145 2010 2022 -0.4993 -0.7557 -0.2429 +145 2010 2023 -0.4595 -0.7194 -0.1996 +145 2010 2024 -0.4933 -0.7671 -0.2195 +145 2010 2025 -0.4643 -0.7438 -0.1847 +145 2011 2012 -0.0148 -0.1552 0.1256 +145 2011 2013 -0.0323 -0.2014 0.1368 +145 2011 2014 -0.0263 -0.2179 0.1652 +145 2011 2015 -0.1058 -0.3129 0.1014 +145 2011 2016 -0.2055 -0.4171 0.006 +145 2011 2017 -0.2718 -0.4905 -0.0531 +145 2011 2018 -0.2522 -0.4805 -0.024 +145 2011 2019 -0.3244 -0.5561 -0.0927 +145 2011 2020 -0.282 -0.5171 -0.0468 +145 2011 2021 -0.3244 -0.5714 -0.0774 +145 2011 2022 -0.3542 -0.6069 -0.1015 +145 2011 2023 -0.3144 -0.573 -0.0557 +145 2011 2024 -0.3482 -0.6189 -0.0774 +145 2011 2025 -0.3191 -0.5972 -0.0411 +145 2012 2013 -0.0175 -0.1597 0.1246 +145 2012 2014 -0.0116 -0.1919 0.1688 +145 2012 2015 -0.091 -0.2923 0.1103 +145 2012 2016 -0.1908 -0.4011 0.0196 +145 2012 2017 -0.2571 -0.4782 -0.0359 +145 2012 2018 -0.2375 -0.4675 -0.0075 +145 2012 2019 -0.3096 -0.5451 -0.0742 +145 2012 2020 -0.2672 -0.5064 -0.028 +145 2012 2021 -0.3096 -0.5606 -0.0586 +145 2012 2022 -0.3394 -0.5965 -0.0823 +145 2012 2023 -0.2996 -0.5623 -0.0369 +145 2012 2024 -0.3334 -0.6087 -0.0582 +145 2012 2025 -0.3044 -0.5864 -0.0223 +145 2013 2014 0.006 -0.1372 0.1491 +145 2013 2015 -0.0735 -0.2523 0.1054 +145 2013 2016 -0.1732 -0.3669 0.0205 +145 2013 2017 -0.2395 -0.4492 -0.0299 +145 2013 2018 -0.22 -0.44 1e-04 +145 2013 2019 -0.2921 -0.5189 -0.0653 +145 2013 2020 -0.2497 -0.4811 -0.0183 +145 2013 2021 -0.2921 -0.5366 -0.0476 +145 2013 2022 -0.3219 -0.573 -0.0708 +145 2013 2023 -0.2821 -0.5389 -0.0253 +145 2013 2024 -0.3159 -0.5862 -0.0455 +145 2013 2025 -0.2868 -0.5637 -0.01 +145 2014 2015 -0.0794 -0.2247 0.0659 +145 2014 2016 -0.1792 -0.3592 8e-04 +145 2014 2017 -0.2455 -0.4477 -0.0433 +145 2014 2018 -0.2259 -0.4395 -0.0124 +145 2014 2019 -0.2981 -0.5243 -0.0718 +145 2014 2020 -0.2556 -0.4823 -0.0289 +145 2014 2021 -0.298 -0.5403 -0.0558 +145 2014 2022 -0.3278 -0.5782 -0.0775 +145 2014 2023 -0.288 -0.5413 -0.0348 +145 2014 2024 -0.3218 -0.5913 -0.0524 +145 2014 2025 -0.2928 -0.5678 -0.0178 +145 2015 2016 -0.0998 -0.2465 0.047 +145 2015 2017 -0.1661 -0.3514 0.0193 +145 2015 2018 -0.1465 -0.3498 0.0569 +145 2015 2019 -0.2186 -0.4372 -1e-04 +145 2015 2020 -0.1762 -0.4007 0.0483 +145 2015 2021 -0.2186 -0.4585 0.0213 +145 2015 2022 -0.2484 -0.4972 4e-04 +145 2015 2023 -0.2086 -0.4629 0.0457 +145 2015 2024 -0.2424 -0.5115 0.0266 +145 2015 2025 -0.2134 -0.4889 0.0622 +145 2016 2017 -0.0663 -0.2112 0.0786 +145 2016 2018 -0.0467 -0.2283 0.1349 +145 2016 2019 -0.1189 -0.3176 0.0799 +145 2016 2020 -0.0764 -0.2895 0.1366 +145 2016 2021 -0.1189 -0.349 0.1113 +145 2016 2022 -0.1487 -0.3881 0.0908 +145 2016 2023 -0.1089 -0.3575 0.1398 +145 2016 2024 -0.1427 -0.4048 0.1195 +145 2016 2025 -0.1136 -0.3839 0.1567 +145 2017 2018 0.0196 -0.1281 0.1673 +145 2017 2019 -0.0526 -0.232 0.1268 +145 2017 2020 -0.0101 -0.211 0.1908 +145 2017 2021 -0.0526 -0.2741 0.169 +145 2017 2022 -0.0824 -0.3154 0.1507 +145 2017 2023 -0.0426 -0.2868 0.2016 +145 2017 2024 -0.0764 -0.334 0.1813 +145 2017 2025 -0.0473 -0.3148 0.2202 +145 2018 2019 -0.0722 -0.221 0.0767 +145 2018 2020 -0.0297 -0.2129 0.1535 +145 2018 2021 -0.0721 -0.282 0.1377 +145 2018 2022 -0.1019 -0.3282 0.1243 +145 2018 2023 -0.0621 -0.2995 0.1753 +145 2018 2024 -0.0959 -0.3491 0.1572 +145 2018 2025 -0.0669 -0.3291 0.1954 +145 2019 2020 0.0425 -0.1085 0.1934 +145 2019 2021 0 -0.1912 0.1913 +145 2019 2022 -0.0298 -0.2421 0.1825 +145 2019 2023 0.01 -0.2208 0.2409 +145 2019 2024 -0.0238 -0.2696 0.222 +145 2019 2025 0.0053 -0.2518 0.2623 +145 2020 2021 -0.0424 -0.1931 0.1082 +145 2020 2022 -0.0722 -0.262 0.1176 +145 2020 2023 -0.0324 -0.2425 0.1777 +145 2020 2024 -0.0662 -0.2994 0.1669 +145 2020 2025 -0.0372 -0.2818 0.2074 +145 2021 2022 -0.0298 -0.1832 0.1236 +145 2021 2023 0.01 -0.1848 0.2048 +145 2021 2024 -0.0238 -0.2466 0.199 +145 2021 2025 0.0052 -0.2331 0.2436 +145 2022 2023 0.0398 -0.1167 0.1963 +145 2022 2024 0.006 -0.1945 0.2065 +145 2022 2025 0.035 -0.1883 0.2584 +145 2023 2024 -0.0338 -0.1918 0.1242 +145 2023 2025 -0.0048 -0.2013 0.1918 +145 2024 2025 0.029 -0.1262 0.1843 +146 2007 2010 0.3558 0.0066 0.7051 +146 2007 2013 0.5732 0.1713 0.9751 +146 2007 2016 0.7503 0.3407 1.1599 +146 2007 2019 0.7044 0.3022 1.1067 +146 2007 2022 1.1346 0.7046 1.5645 +146 2007 2025 1.3334 0.9087 1.758 +146 2010 2013 0.2174 -0.103 0.5377 +146 2010 2016 0.3945 0.0465 0.7426 +146 2010 2019 0.3486 -0.0214 0.7187 +146 2010 2022 0.7788 0.4068 1.1509 +146 2010 2025 0.9776 0.6155 1.3398 +146 2013 2016 0.1772 -0.1147 0.4691 +146 2013 2019 0.1313 -0.2109 0.4734 +146 2013 2022 0.5615 0.2201 0.9029 +146 2013 2025 0.7603 0.426 1.0946 +146 2016 2019 -0.0459 -0.341 0.2491 +146 2016 2022 0.3843 0.0773 0.6913 +146 2016 2025 0.5831 0.2756 0.8907 +146 2019 2022 0.4302 0.128 0.7325 +146 2019 2025 0.629 0.2954 0.9627 +146 2022 2025 0.1988 -0.08 0.4777 +147 2007 2010 -0.2218 -0.5413 0.0977 +147 2007 2013 -0.2024 -0.5478 0.1429 +147 2007 2016 -0.1148 -0.4575 0.2279 +147 2007 2019 0.0385 -0.2951 0.3722 +147 2007 2022 0.245 -0.0811 0.5712 +147 2007 2025 0.5511 0.1985 0.9036 +147 2010 2013 0.0193 -0.2789 0.3176 +147 2010 2016 0.1069 -0.2161 0.43 +147 2010 2019 0.2603 -0.0632 0.5838 +147 2010 2022 0.4668 0.1416 0.7919 +147 2010 2025 0.7727 0.3874 1.158 +147 2013 2016 0.0876 -0.1989 0.3741 +147 2013 2019 0.241 -0.0676 0.5495 +147 2013 2022 0.4475 0.1338 0.7612 +147 2013 2025 0.7534 0.3801 1.1267 +147 2016 2019 0.1534 -0.1193 0.426 +147 2016 2022 0.3599 0.0636 0.6561 +147 2016 2025 0.6658 0.3082 1.0234 +147 2019 2022 0.2065 -0.0556 0.4686 +147 2019 2025 0.5125 0.1767 0.8483 +147 2022 2025 0.3061 0.0122 0.6 +148 2007 2010 -0.2112 -0.4552 0.0328 +148 2007 2013 -0.6127 -0.9581 -0.2673 +148 2007 2016 -0.642 -0.9645 -0.3195 +148 2007 2019 -0.7534 -1.1386 -0.3682 +148 2007 2022 -0.7222 -1.0966 -0.3477 +148 2007 2025 -0.644 -1.0036 -0.2845 +148 2010 2013 -0.4016 -0.7045 -0.0986 +148 2010 2016 -0.4309 -0.7407 -0.121 +148 2010 2019 -0.5423 -0.9176 -0.1669 +148 2010 2022 -0.511 -0.8814 -0.1406 +148 2010 2025 -0.4329 -0.7963 -0.0695 +148 2013 2016 -0.0293 -0.3103 0.2516 +148 2013 2019 -0.1408 -0.4907 0.2091 +148 2013 2022 -0.1095 -0.4755 0.2564 +148 2013 2025 -0.0314 -0.4153 0.3524 +148 2016 2019 -0.1114 -0.4071 0.1843 +148 2016 2022 -0.0802 -0.4141 0.2538 +148 2016 2025 -0.002 -0.3542 0.3501 +148 2019 2022 0.0312 -0.2711 0.3336 +148 2019 2025 0.1094 -0.258 0.4768 +148 2022 2025 0.0782 -0.225 0.3813 +149 2007 2008 -0.0097 -0.1322 0.1127 +149 2007 2009 -0.0061 -0.1753 0.163 +149 2007 2010 0.009 -0.1944 0.2123 +149 2007 2011 0.0112 -0.2185 0.2408 +149 2007 2012 0.0011 -0.2474 0.2497 +149 2007 2013 -0.007 -0.2743 0.2603 +149 2007 2014 -0.0015 -0.283 0.2799 +149 2007 2015 0.0036 -0.2878 0.295 +149 2007 2016 0.0051 -0.2976 0.3078 +149 2007 2017 0.0162 -0.296 0.3284 +149 2007 2018 0.0253 -0.2921 0.3427 +149 2007 2019 0.0394 -0.2827 0.3615 +149 2007 2020 0.061 -0.2736 0.3956 +149 2007 2021 0.0818 -0.2629 0.4265 +149 2007 2022 0.0847 -0.2646 0.4341 +149 2007 2023 0.0788 -0.2748 0.4324 +149 2007 2024 0.0705 -0.2834 0.4245 +149 2007 2025 0.0758 -0.284 0.4356 +149 2008 2009 0.0038 -0.1161 0.1237 +149 2008 2010 0.0183 -0.1494 0.1859 +149 2008 2011 0.0205 -0.1793 0.2204 +149 2008 2012 0.011 -0.2114 0.2334 +149 2008 2013 0.003 -0.2385 0.2445 +149 2008 2014 0.0084 -0.2501 0.2669 +149 2008 2015 0.0135 -0.2567 0.2836 +149 2008 2016 0.015 -0.2674 0.2973 +149 2008 2017 0.0258 -0.267 0.3185 +149 2008 2018 0.0349 -0.2637 0.3336 +149 2008 2019 0.0496 -0.256 0.3552 +149 2008 2020 0.071 -0.2494 0.3915 +149 2008 2021 0.0913 -0.2403 0.4229 +149 2008 2022 0.0943 -0.2423 0.431 +149 2008 2023 0.0883 -0.2521 0.4288 +149 2008 2024 0.0803 -0.26 0.4206 +149 2008 2025 0.0855 -0.261 0.4321 +149 2009 2010 0.0146 -0.1062 0.1353 +149 2009 2011 0.0168 -0.1487 0.1823 +149 2009 2012 0.0073 -0.1872 0.2017 +149 2009 2013 -8e-04 -0.2193 0.2176 +149 2009 2014 0.0046 -0.2334 0.2426 +149 2009 2015 0.0097 -0.2421 0.2615 +149 2009 2016 0.0112 -0.2543 0.2768 +149 2009 2017 0.0221 -0.255 0.2992 +149 2009 2018 0.0312 -0.2526 0.3149 +149 2009 2019 0.0458 -0.2452 0.3368 +149 2009 2020 0.0672 -0.239 0.3734 +149 2009 2021 0.0875 -0.23 0.405 +149 2009 2022 0.0906 -0.2324 0.4135 +149 2009 2023 0.0846 -0.2427 0.4119 +149 2009 2024 0.0765 -0.2511 0.4041 +149 2009 2025 0.0818 -0.2524 0.4159 +149 2010 2011 0.0022 -0.1161 0.1206 +149 2010 2012 -0.0078 -0.1711 0.1555 +149 2010 2013 -0.0156 -0.2119 0.1807 +149 2010 2014 -0.0104 -0.2295 0.2086 +149 2010 2015 -0.0054 -0.2399 0.2291 +149 2010 2016 -0.0039 -0.2543 0.2466 +149 2010 2017 0.0073 -0.2551 0.2697 +149 2010 2018 0.0165 -0.2536 0.2866 +149 2010 2019 0.0305 -0.2459 0.307 +149 2010 2020 0.052 -0.2378 0.3418 +149 2010 2021 0.0728 -0.2278 0.3734 +149 2010 2022 0.0757 -0.2308 0.3823 +149 2010 2023 0.0698 -0.2427 0.3822 +149 2010 2024 0.0615 -0.2526 0.3756 +149 2010 2025 0.0668 -0.2539 0.3876 +149 2011 2012 -0.0098 -0.1297 0.11 +149 2011 2013 -0.0176 -0.1831 0.1479 +149 2011 2014 -0.0126 -0.2079 0.1828 +149 2011 2015 -0.0076 -0.2227 0.2075 +149 2011 2016 -0.0061 -0.2399 0.2278 +149 2011 2017 0.0051 -0.2423 0.2526 +149 2011 2018 0.0143 -0.2424 0.2711 +149 2011 2019 0.0283 -0.2359 0.2926 +149 2011 2020 0.0498 -0.2286 0.3282 +149 2011 2021 0.0706 -0.2192 0.3603 +149 2011 2022 0.0735 -0.2229 0.3699 +149 2011 2023 0.0676 -0.2352 0.3704 +149 2011 2024 0.0593 -0.2456 0.3641 +149 2011 2025 0.0646 -0.2473 0.3765 +149 2012 2013 -0.0079 -0.1272 0.1113 +149 2012 2014 -0.0026 -0.1637 0.1584 +149 2012 2015 0.0025 -0.1861 0.1911 +149 2012 2016 0.0041 -0.2076 0.2157 +149 2012 2017 0.0151 -0.2148 0.2449 +149 2012 2018 0.0241 -0.2171 0.2653 +149 2012 2019 0.0385 -0.2134 0.2905 +149 2012 2020 0.06 -0.2098 0.3299 +149 2012 2021 0.0803 -0.2029 0.3635 +149 2012 2022 0.0833 -0.2073 0.3739 +149 2012 2023 0.0773 -0.2194 0.3741 +149 2012 2024 0.0693 -0.2292 0.3678 +149 2012 2025 0.0746 -0.2318 0.381 +149 2013 2014 0.0054 -0.1126 0.1235 +149 2013 2015 0.0105 -0.1496 0.1706 +149 2013 2016 0.012 -0.1779 0.2019 +149 2013 2017 0.0227 -0.1895 0.235 +149 2013 2018 0.0321 -0.1956 0.2598 +149 2013 2019 0.047 -0.1959 0.29 +149 2013 2020 0.0676 -0.1955 0.3308 +149 2013 2021 0.0887 -0.1912 0.3685 +149 2013 2022 0.0917 -0.1965 0.3799 +149 2013 2023 0.0853 -0.2086 0.3791 +149 2013 2024 0.0772 -0.2181 0.3725 +149 2013 2025 0.0825 -0.2216 0.3866 +149 2014 2015 0.0051 -0.1128 0.1231 +149 2014 2016 0.0067 -0.1545 0.168 +149 2014 2017 0.0175 -0.1735 0.2085 +149 2014 2018 0.0266 -0.184 0.2372 +149 2014 2019 0.0415 -0.1872 0.2702 +149 2014 2020 0.0624 -0.1888 0.3135 +149 2014 2021 0.083 -0.1859 0.352 +149 2014 2022 0.0861 -0.1925 0.3647 +149 2014 2023 0.0798 -0.2057 0.3654 +149 2014 2024 0.0719 -0.2163 0.3601 +149 2014 2025 0.0771 -0.2204 0.3746 +149 2015 2016 0.0016 -0.1155 0.1187 +149 2015 2017 0.0125 -0.1475 0.1726 +149 2015 2018 0.0215 -0.1649 0.208 +149 2015 2019 0.0363 -0.1723 0.2449 +149 2015 2020 0.0574 -0.1768 0.2915 +149 2015 2021 0.0779 -0.176 0.3318 +149 2015 2022 0.081 -0.1842 0.3461 +149 2015 2023 0.0747 -0.1987 0.3482 +149 2015 2024 0.0669 -0.2103 0.3441 +149 2015 2025 0.0721 -0.2152 0.3595 +149 2016 2017 0.0109 -0.107 0.1289 +149 2016 2018 0.02 -0.1389 0.1789 +149 2016 2019 0.0349 -0.1546 0.2244 +149 2016 2020 0.0556 -0.1637 0.275 +149 2016 2021 0.0765 -0.1665 0.3194 +149 2016 2022 0.0794 -0.1766 0.3355 +149 2016 2023 0.0731 -0.1925 0.3388 +149 2016 2024 0.0654 -0.2052 0.336 +149 2016 2025 0.0706 -0.2112 0.3524 +149 2017 2018 0.0092 -0.1086 0.127 +149 2017 2019 0.0233 -0.137 0.1836 +149 2017 2020 0.045 -0.1522 0.2423 +149 2017 2021 0.0649 -0.1585 0.2883 +149 2017 2022 0.068 -0.1717 0.3077 +149 2017 2023 0.0624 -0.1901 0.315 +149 2017 2024 0.0546 -0.2048 0.314 +149 2017 2025 0.0599 -0.2121 0.3318 +149 2018 2019 0.014 -0.1034 0.1314 +149 2018 2020 0.0358 -0.1304 0.2021 +149 2018 2021 0.0556 -0.143 0.2542 +149 2018 2022 0.0588 -0.1603 0.278 +149 2018 2023 0.0535 -0.1816 0.2886 +149 2018 2024 0.0452 -0.1986 0.2889 +149 2018 2025 0.0506 -0.2075 0.3086 +149 2019 2020 0.021 -0.0988 0.1409 +149 2019 2021 0.0418 -0.1241 0.2076 +149 2019 2022 0.0452 -0.1481 0.2384 +149 2019 2023 0.039 -0.1738 0.2518 +149 2019 2024 0.0303 -0.1949 0.2554 +149 2019 2025 0.0357 -0.2055 0.2768 +149 2020 2021 0.0208 -0.0989 0.1405 +149 2020 2022 0.0235 -0.1371 0.1841 +149 2020 2023 0.0175 -0.1725 0.2075 +149 2020 2024 0.0096 -0.2004 0.2197 +149 2020 2025 0.0148 -0.2138 0.2435 +149 2021 2022 0.0031 -0.1137 0.1199 +149 2021 2023 -0.003 -0.1635 0.1574 +149 2021 2024 -0.0112 -0.2016 0.1792 +149 2021 2025 -0.006 -0.218 0.206 +149 2022 2023 -0.0061 -0.1245 0.1124 +149 2022 2024 -0.014 -0.1756 0.1476 +149 2022 2025 -0.009 -0.1994 0.1814 +149 2023 2024 -0.0081 -0.127 0.1108 +149 2023 2025 -0.0029 -0.164 0.1583 +149 2024 2025 0.0054 -0.1129 0.1236 +150 2007 2010 -0.0211 -0.0967 0.0544 +150 2007 2013 -0.0984 -0.192 -0.0049 +150 2007 2016 -0.1693 -0.2715 -0.0671 +150 2007 2019 -0.2411 -0.3526 -0.1296 +150 2007 2022 -0.3209 -0.4487 -0.1931 +150 2007 2025 -0.2554 -0.3901 -0.1207 +150 2010 2013 -0.0773 -0.1561 0.0014 +150 2010 2016 -0.1482 -0.2417 -0.0547 +150 2010 2019 -0.22 -0.3249 -0.1151 +150 2010 2022 -0.2998 -0.4218 -0.1777 +150 2010 2025 -0.2343 -0.3647 -0.1038 +150 2013 2016 -0.0709 -0.1526 0.0109 +150 2013 2019 -0.1427 -0.2422 -0.0432 +150 2013 2022 -0.2225 -0.3406 -0.1043 +150 2013 2025 -0.157 -0.2857 -0.0283 +150 2016 2019 -0.0718 -0.1557 0.0121 +150 2016 2022 -0.1516 -0.2607 -0.0425 +150 2016 2025 -0.0861 -0.2092 0.037 +150 2019 2022 -0.0798 -0.1719 0.0123 +150 2019 2025 -0.0143 -0.1296 0.101 +150 2022 2025 0.0655 -0.0388 0.1698 +151 2007 2010 -0.2737 -0.3943 -0.1532 +151 2007 2013 -0.2786 -0.3953 -0.1619 +151 2007 2016 -0.3543 -0.4732 -0.2353 +151 2007 2019 -0.3901 -0.5112 -0.269 +151 2007 2022 -0.3935 -0.5169 -0.2701 +151 2007 2025 -0.228 -0.3658 -0.0901 +151 2010 2013 -0.0049 -0.1229 0.1131 +151 2010 2016 -0.0805 -0.2039 0.0429 +151 2010 2019 -0.1164 -0.2422 0.0095 +151 2010 2022 -0.1198 -0.2462 0.0067 +151 2010 2025 0.0458 -0.111 0.2025 +151 2013 2016 -0.0756 -0.1884 0.0371 +151 2013 2019 -0.1115 -0.2324 0.0094 +151 2013 2022 -0.1149 -0.2383 0.0085 +151 2013 2025 0.0507 -0.0971 0.1984 +151 2016 2019 -0.0359 -0.148 0.0763 +151 2016 2022 -0.0393 -0.1595 0.081 +151 2016 2025 0.1263 -0.0233 0.2759 +151 2019 2022 -0.0034 -0.1178 0.111 +151 2019 2025 0.1621 0.0128 0.3115 +151 2022 2025 0.1656 0.0236 0.3075 +152 2007 2008 0.3349 -0.0907 0.7605 +152 2007 2009 0.6156 0.0752 1.156 +152 2007 2010 0.5766 0.0449 1.1084 +152 2007 2011 0.639 0.0871 1.1909 +152 2007 2012 0.7194 0.1527 1.2862 +152 2007 2013 0.6449 0.1056 1.1842 +152 2007 2014 0.7519 0.21 1.2938 +152 2007 2015 1.0392 0.4892 1.5892 +152 2007 2016 1.2699 0.7383 1.8015 +152 2007 2017 1.5031 0.9512 2.0549 +152 2007 2018 1.2743 0.7444 1.8042 +152 2007 2019 1.323 0.8053 1.8407 +152 2007 2020 1.5713 1.0238 2.1187 +152 2007 2021 1.6141 1.0836 2.1445 +152 2007 2022 1.7641 1.2385 2.2896 +152 2007 2023 1.8026 1.267 2.3382 +152 2007 2024 1.8973 1.3603 2.4344 +152 2007 2025 1.6622 1.1563 2.1682 +152 2008 2009 0.2808 -0.1063 0.6678 +152 2008 2010 0.2418 -0.1937 0.6773 +152 2008 2011 0.3042 -0.1604 0.7688 +152 2008 2012 0.3846 -0.0977 0.867 +152 2008 2013 0.3101 -0.1666 0.7867 +152 2008 2014 0.4171 -0.0603 0.8945 +152 2008 2015 0.7044 0.2325 1.1763 +152 2008 2016 0.9351 0.486 1.3842 +152 2008 2017 1.1683 0.7186 1.6179 +152 2008 2018 0.9395 0.4782 1.4008 +152 2008 2019 0.9882 0.5387 1.4377 +152 2008 2020 1.2365 0.7788 1.6942 +152 2008 2021 1.2793 0.8304 1.7282 +152 2008 2022 1.4293 0.9874 1.8712 +152 2008 2023 1.4678 1.0171 1.9186 +152 2008 2024 1.5625 1.12 2.005 +152 2008 2025 1.3275 0.8922 1.7627 +152 2009 2010 -0.0389 -0.4139 0.336 +152 2009 2011 0.0234 -0.4185 0.4653 +152 2009 2012 0.1039 -0.3619 0.5697 +152 2009 2013 0.0293 -0.4515 0.5101 +152 2009 2014 0.1364 -0.3475 0.6203 +152 2009 2015 0.4237 -0.0427 0.8901 +152 2009 2016 0.6544 0.2107 1.0981 +152 2009 2017 0.8876 0.4529 1.3223 +152 2009 2018 0.6588 0.1933 1.1242 +152 2009 2019 0.7075 0.2525 1.1624 +152 2009 2020 0.9558 0.5053 1.4062 +152 2009 2021 0.9986 0.5539 1.4433 +152 2009 2022 1.1486 0.7123 1.5849 +152 2009 2023 1.1871 0.7391 1.6351 +152 2009 2024 1.2818 0.8535 1.7102 +152 2009 2025 1.0468 0.6075 1.486 +152 2010 2011 0.0624 -0.2979 0.4227 +152 2010 2012 0.1428 -0.2821 0.5677 +152 2010 2013 0.0682 -0.3685 0.505 +152 2010 2014 0.1753 -0.2724 0.6229 +152 2010 2015 0.4626 0.0218 0.9034 +152 2010 2016 0.6933 0.2779 1.1087 +152 2010 2017 0.9265 0.5074 1.3455 +152 2010 2018 0.6977 0.266 1.1293 +152 2010 2019 0.7464 0.3307 1.1621 +152 2010 2020 0.9947 0.5675 1.4218 +152 2010 2021 1.0375 0.6211 1.4538 +152 2010 2022 1.1875 0.7816 1.5934 +152 2010 2023 1.226 0.8056 1.6464 +152 2010 2024 1.3207 0.9127 1.7288 +152 2010 2025 1.0857 0.6854 1.4859 +152 2011 2012 0.0804 -0.285 0.4458 +152 2011 2013 0.0059 -0.4168 0.4285 +152 2011 2014 0.1129 -0.3315 0.5574 +152 2011 2015 0.4002 -0.0421 0.8426 +152 2011 2016 0.6309 0.2108 1.0511 +152 2011 2017 0.8641 0.4454 1.2827 +152 2011 2018 0.6353 0.1984 1.0722 +152 2011 2019 0.684 0.2599 1.1082 +152 2011 2020 0.9323 0.504 1.3606 +152 2011 2021 0.9751 0.5539 1.3963 +152 2011 2022 1.1251 0.7113 1.5389 +152 2011 2023 1.1636 0.7406 1.5867 +152 2011 2024 1.2584 0.8474 1.6693 +152 2011 2025 1.0233 0.6136 1.4329 +152 2012 2013 -0.0746 -0.444 0.2948 +152 2012 2014 0.0325 -0.3989 0.4639 +152 2012 2015 0.3198 -0.117 0.7565 +152 2012 2016 0.5505 0.1288 0.9722 +152 2012 2017 0.7837 0.3604 1.207 +152 2012 2018 0.5549 0.1142 0.9955 +152 2012 2019 0.6036 0.173 1.0341 +152 2012 2020 0.8519 0.4167 1.287 +152 2012 2021 0.8947 0.4702 1.3191 +152 2012 2022 1.0447 0.6272 1.4622 +152 2012 2023 1.0832 0.6541 1.5124 +152 2012 2024 1.1779 0.7656 1.5902 +152 2012 2025 0.9428 0.5273 1.3583 +152 2013 2014 0.107 -0.2499 0.464 +152 2013 2015 0.3944 -0.0176 0.8064 +152 2013 2016 0.6251 0.2195 1.0307 +152 2013 2017 0.8582 0.4325 1.2839 +152 2013 2018 0.6294 0.2041 1.0547 +152 2013 2019 0.6781 0.2666 1.0897 +152 2013 2020 0.9264 0.4939 1.3589 +152 2013 2021 0.9692 0.5516 1.3868 +152 2013 2022 1.1192 0.7104 1.5281 +152 2013 2023 1.1578 0.7355 1.5801 +152 2013 2024 1.2525 0.8381 1.6669 +152 2013 2025 1.0174 0.6203 1.4145 +152 2014 2015 0.2873 -0.0703 0.645 +152 2014 2016 0.518 0.1224 0.9137 +152 2014 2017 0.7512 0.331 1.1714 +152 2014 2018 0.5224 0.0973 0.9475 +152 2014 2019 0.5711 0.1555 0.9867 +152 2014 2020 0.8194 0.3874 1.2513 +152 2014 2021 0.8622 0.4433 1.281 +152 2014 2022 1.0122 0.5984 1.426 +152 2014 2023 1.0507 0.6286 1.4729 +152 2014 2024 1.1454 0.7302 1.5607 +152 2014 2025 0.9103 0.5089 1.3118 +152 2015 2016 0.2307 -0.1087 0.5702 +152 2015 2017 0.4639 0.0723 0.8555 +152 2015 2018 0.2351 -0.1783 0.6484 +152 2015 2019 0.2838 -0.1249 0.6925 +152 2015 2020 0.5321 0.113 0.9511 +152 2015 2021 0.5749 0.1683 0.9815 +152 2015 2022 0.7249 0.3247 1.1251 +152 2015 2023 0.7634 0.3507 1.1761 +152 2015 2024 0.8581 0.4596 1.2566 +152 2015 2025 0.6231 0.2267 1.0194 +152 2016 2017 0.2332 -0.0929 0.5593 +152 2016 2018 0.0043 -0.3768 0.3855 +152 2016 2019 0.0531 -0.3226 0.4287 +152 2016 2020 0.3013 -0.0874 0.69 +152 2016 2021 0.3442 -0.036 0.7244 +152 2016 2022 0.4942 0.1291 0.8593 +152 2016 2023 0.5327 0.1493 0.9161 +152 2016 2024 0.6274 0.2553 0.9995 +152 2016 2025 0.3923 0.027 0.7577 +152 2017 2018 -0.2289 -0.5774 0.1197 +152 2017 2019 -0.1801 -0.5537 0.1935 +152 2017 2020 0.0682 -0.3024 0.4388 +152 2017 2021 0.111 -0.2654 0.4875 +152 2017 2022 0.261 -0.1044 0.6265 +152 2017 2023 0.2996 -0.0746 0.6738 +152 2017 2024 0.3943 0.0313 0.7573 +152 2017 2025 0.1592 -0.2173 0.5357 +152 2018 2019 0.0487 -0.2826 0.3801 +152 2018 2020 0.297 -0.0939 0.6879 +152 2018 2021 0.3398 -0.0472 0.7268 +152 2018 2022 0.4898 0.1036 0.876 +152 2018 2023 0.5284 0.1299 0.9268 +152 2018 2024 0.6231 0.2339 1.0122 +152 2018 2025 0.388 0.009 0.767 +152 2019 2020 0.2483 -0.0875 0.5841 +152 2019 2021 0.2911 -0.072 0.6542 +152 2019 2022 0.4411 0.0813 0.8009 +152 2019 2023 0.4796 0.0993 0.8599 +152 2019 2024 0.5743 0.1991 0.9496 +152 2019 2025 0.3393 -0.0176 0.6961 +152 2020 2021 0.0428 -0.286 0.3717 +152 2020 2022 0.1928 -0.1673 0.553 +152 2020 2023 0.2314 -0.1439 0.6066 +152 2020 2024 0.3261 -0.045 0.6971 +152 2020 2025 0.091 -0.2869 0.4689 +152 2021 2022 0.15 -0.1655 0.4656 +152 2021 2023 0.1885 -0.1732 0.5503 +152 2021 2024 0.2832 -0.0705 0.637 +152 2021 2025 0.0482 -0.3137 0.41 +152 2022 2023 0.0385 -0.2776 0.3547 +152 2022 2024 0.1332 -0.2065 0.473 +152 2022 2025 -0.1018 -0.4441 0.2405 +152 2023 2024 0.0947 -0.2221 0.4116 +152 2023 2025 -0.1404 -0.4946 0.2139 +152 2024 2025 -0.2351 -0.5479 0.0777 +153 2007 2008 -0.0251 -0.248 0.1977 +153 2007 2009 0.0058 -0.272 0.2836 +153 2007 2010 -0.1204 -0.4013 0.1604 +153 2007 2011 -0.2195 -0.5246 0.0857 +153 2007 2012 -0.3003 -0.6091 0.0085 +153 2007 2013 -0.459 -0.7807 -0.1373 +153 2007 2014 -0.5915 -0.9249 -0.2582 +153 2007 2015 -0.6838 -1.0211 -0.3465 +153 2007 2016 -0.6945 -1.0312 -0.3579 +153 2007 2017 -0.7401 -1.0751 -0.405 +153 2007 2018 -0.7937 -1.1312 -0.4561 +153 2007 2019 -0.8272 -1.1722 -0.4821 +153 2007 2020 -0.7506 -1.0803 -0.4209 +153 2007 2021 -0.7973 -1.1331 -0.4615 +153 2007 2022 -0.8112 -1.1471 -0.4752 +153 2007 2023 -0.8398 -1.173 -0.5067 +153 2007 2024 -0.8691 -1.2039 -0.5343 +153 2007 2025 -0.8696 -1.2225 -0.5168 +153 2008 2009 0.031 -0.1917 0.2536 +153 2008 2010 -0.0953 -0.3457 0.1551 +153 2008 2011 -0.1943 -0.4703 0.0817 +153 2008 2012 -0.2752 -0.5588 0.0085 +153 2008 2013 -0.4339 -0.7349 -0.1328 +153 2008 2014 -0.5664 -0.8756 -0.2572 +153 2008 2015 -0.6587 -0.9725 -0.3449 +153 2008 2016 -0.6694 -0.9863 -0.3525 +153 2008 2017 -0.7149 -1.0266 -0.4032 +153 2008 2018 -0.7685 -1.0834 -0.4537 +153 2008 2019 -0.8021 -1.1274 -0.4767 +153 2008 2020 -0.7255 -1.033 -0.4179 +153 2008 2021 -0.7722 -1.0866 -0.4577 +153 2008 2022 -0.786 -1.1041 -0.4679 +153 2008 2023 -0.8147 -1.1274 -0.502 +153 2008 2024 -0.8439 -1.1606 -0.5272 +153 2008 2025 -0.8445 -1.1854 -0.5036 +153 2009 2010 -0.1262 -0.3432 0.0907 +153 2009 2011 -0.2253 -0.4914 0.0408 +153 2009 2012 -0.3061 -0.5783 -0.034 +153 2009 2013 -0.4649 -0.7707 -0.159 +153 2009 2014 -0.5974 -0.9186 -0.2761 +153 2009 2015 -0.6896 -1.0145 -0.3648 +153 2009 2016 -0.7004 -1.0246 -0.3761 +153 2009 2017 -0.7459 -1.0669 -0.4249 +153 2009 2018 -0.7995 -1.1234 -0.4756 +153 2009 2019 -0.833 -1.1729 -0.4931 +153 2009 2020 -0.7564 -1.0659 -0.4469 +153 2009 2021 -0.8032 -1.1217 -0.4846 +153 2009 2022 -0.817 -1.1403 -0.4936 +153 2009 2023 -0.8457 -1.1663 -0.525 +153 2009 2024 -0.8749 -1.1996 -0.5502 +153 2009 2025 -0.8755 -1.2264 -0.5245 +153 2010 2011 -0.099 -0.3112 0.1131 +153 2010 2012 -0.1799 -0.4275 0.0677 +153 2010 2013 -0.3386 -0.6143 -0.0629 +153 2010 2014 -0.4711 -0.7625 -0.1797 +153 2010 2015 -0.5634 -0.8601 -0.2667 +153 2010 2016 -0.5741 -0.8756 -0.2727 +153 2010 2017 -0.6196 -0.9189 -0.3204 +153 2010 2018 -0.6733 -0.9742 -0.3723 +153 2010 2019 -0.7068 -1.0195 -0.3941 +153 2010 2020 -0.6302 -0.9266 -0.3338 +153 2010 2021 -0.6769 -0.9786 -0.3752 +153 2010 2022 -0.6907 -0.9957 -0.3858 +153 2010 2023 -0.7194 -1.0206 -0.4183 +153 2010 2024 -0.7487 -1.053 -0.4444 +153 2010 2025 -0.7492 -1.0804 -0.418 +153 2011 2012 -0.0808 -0.2926 0.1309 +153 2011 2013 -0.2396 -0.5031 0.024 +153 2011 2014 -0.3721 -0.654 -0.0902 +153 2011 2015 -0.4644 -0.7581 -0.1707 +153 2011 2016 -0.4751 -0.7781 -0.1721 +153 2011 2017 -0.5206 -0.8187 -0.2225 +153 2011 2018 -0.5742 -0.876 -0.2725 +153 2011 2019 -0.6077 -0.9225 -0.293 +153 2011 2020 -0.5311 -0.8294 -0.2329 +153 2011 2021 -0.5779 -0.8832 -0.2726 +153 2011 2022 -0.5917 -0.9021 -0.2813 +153 2011 2023 -0.6204 -0.9238 -0.317 +153 2011 2024 -0.6496 -0.9595 -0.3398 +153 2011 2025 -0.6502 -0.9904 -0.31 +153 2012 2013 -0.1587 -0.3767 0.0593 +153 2012 2014 -0.2913 -0.5536 -0.0289 +153 2012 2015 -0.3836 -0.6632 -0.1039 +153 2012 2016 -0.3943 -0.6877 -0.1009 +153 2012 2017 -0.4398 -0.7315 -0.1481 +153 2012 2018 -0.4934 -0.7867 -0.2001 +153 2012 2019 -0.5269 -0.8375 -0.2163 +153 2012 2020 -0.4503 -0.7427 -0.158 +153 2012 2021 -0.497 -0.7952 -0.1989 +153 2012 2022 -0.5109 -0.8156 -0.2061 +153 2012 2023 -0.5396 -0.8381 -0.241 +153 2012 2024 -0.5688 -0.8718 -0.2658 +153 2012 2025 -0.5694 -0.9053 -0.2334 +153 2013 2014 -0.1325 -0.351 0.086 +153 2013 2015 -0.2248 -0.4893 0.0397 +153 2013 2016 -0.2356 -0.5266 0.0555 +153 2013 2017 -0.2811 -0.5766 0.0144 +153 2013 2018 -0.3347 -0.6336 -0.0357 +153 2013 2019 -0.3682 -0.6795 -0.0569 +153 2013 2020 -0.2916 -0.5985 0.0153 +153 2013 2021 -0.3383 -0.648 -0.0286 +153 2013 2022 -0.3521 -0.6662 -0.0381 +153 2013 2023 -0.3808 -0.6897 -0.072 +153 2013 2024 -0.4101 -0.7226 -0.0976 +153 2013 2025 -0.4107 -0.7531 -0.0682 +153 2014 2015 -0.0923 -0.3091 0.1245 +153 2014 2016 -0.103 -0.3746 0.1686 +153 2014 2017 -0.1485 -0.4314 0.1344 +153 2014 2018 -0.2022 -0.4937 0.0894 +153 2014 2019 -0.2357 -0.5416 0.0703 +153 2014 2020 -0.1591 -0.4658 0.1477 +153 2014 2021 -0.2058 -0.5156 0.1041 +153 2014 2022 -0.2196 -0.5364 0.0972 +153 2014 2023 -0.2483 -0.557 0.0604 +153 2014 2024 -0.2776 -0.5918 0.0367 +153 2014 2025 -0.2781 -0.6245 0.0683 +153 2015 2016 -0.0107 -0.2335 0.212 +153 2015 2017 -0.0562 -0.3187 0.2062 +153 2015 2018 -0.1099 -0.3869 0.1671 +153 2015 2019 -0.1434 -0.442 0.1552 +153 2015 2020 -0.0668 -0.3739 0.2403 +153 2015 2021 -0.1135 -0.4203 0.1933 +153 2015 2022 -0.1273 -0.4437 0.1891 +153 2015 2023 -0.156 -0.4664 0.1543 +153 2015 2024 -0.1853 -0.4971 0.1265 +153 2015 2025 -0.1858 -0.5307 0.1591 +153 2016 2017 -0.0455 -0.2664 0.1754 +153 2016 2018 -0.0991 -0.3685 0.1702 +153 2016 2019 -0.1326 -0.4324 0.1671 +153 2016 2020 -0.056 -0.3604 0.2483 +153 2016 2021 -0.1028 -0.4145 0.2089 +153 2016 2022 -0.1166 -0.4356 0.2024 +153 2016 2023 -0.1453 -0.4614 0.1708 +153 2016 2024 -0.1745 -0.4951 0.146 +153 2016 2025 -0.1751 -0.5246 0.1744 +153 2017 2018 -0.0536 -0.2726 0.1653 +153 2017 2019 -0.0871 -0.3612 0.1869 +153 2017 2020 -0.0105 -0.2967 0.2756 +153 2017 2021 -0.0573 -0.3578 0.2433 +153 2017 2022 -0.0711 -0.383 0.2409 +153 2017 2023 -0.0998 -0.4074 0.2079 +153 2017 2024 -0.129 -0.4443 0.1862 +153 2017 2025 -0.1296 -0.4769 0.2177 +153 2018 2019 -0.0335 -0.2554 0.1885 +153 2018 2020 0.0431 -0.2258 0.3121 +153 2018 2021 -0.0036 -0.2916 0.2843 +153 2018 2022 -0.0174 -0.3236 0.2887 +153 2018 2023 -0.0461 -0.3513 0.2591 +153 2018 2024 -0.0754 -0.3851 0.2343 +153 2018 2025 -0.076 -0.4203 0.2683 +153 2019 2020 0.0766 -0.1574 0.3106 +153 2019 2021 0.0299 -0.2488 0.3086 +153 2019 2022 0.0161 -0.2885 0.3206 +153 2019 2023 -0.0126 -0.3219 0.2966 +153 2019 2024 -0.0419 -0.3593 0.2755 +153 2019 2025 -0.0425 -0.3922 0.3073 +153 2020 2021 -0.0467 -0.2686 0.1752 +153 2020 2022 -0.0606 -0.3323 0.2112 +153 2020 2023 -0.0893 -0.3751 0.1966 +153 2020 2024 -0.1185 -0.4231 0.1861 +153 2020 2025 -0.1191 -0.4592 0.2211 +153 2021 2022 -0.0138 -0.2361 0.2085 +153 2021 2023 -0.0425 -0.3088 0.2238 +153 2021 2024 -0.0718 -0.3622 0.2186 +153 2021 2025 -0.0723 -0.4045 0.2599 +153 2022 2023 -0.0287 -0.2505 0.1931 +153 2022 2024 -0.058 -0.3327 0.2168 +153 2022 2025 -0.0585 -0.3796 0.2626 +153 2023 2024 -0.0293 -0.2512 0.1927 +153 2023 2025 -0.0298 -0.3226 0.263 +153 2024 2025 -6e-04 -0.2331 0.232 +154 2007 2010 0.0646 -0.0342 0.1634 +154 2007 2013 -0.1547 -0.2578 -0.0515 +154 2007 2016 -0.2434 -0.3483 -0.1384 +154 2007 2019 -0.0123 -0.1123 0.0877 +154 2007 2022 -0.0179 -0.1182 0.0824 +154 2007 2025 0.1014 -0.0122 0.215 +154 2010 2013 -0.2193 -0.3256 -0.1129 +154 2010 2016 -0.3079 -0.4233 -0.1926 +154 2010 2019 -0.0769 -0.177 0.0232 +154 2010 2022 -0.0825 -0.1892 0.0243 +154 2010 2025 0.0368 -0.0784 0.1521 +154 2013 2016 -0.0887 -0.1901 0.0127 +154 2013 2019 0.1424 0.0368 0.248 +154 2013 2022 0.1368 0.0321 0.2415 +154 2013 2025 0.2561 0.1345 0.3777 +154 2016 2019 0.2311 0.1267 0.3354 +154 2016 2022 0.2255 0.1226 0.3284 +154 2016 2025 0.3448 0.2194 0.4702 +154 2019 2022 -0.0056 -0.1008 0.0897 +154 2019 2025 0.1137 0.0014 0.2261 +154 2022 2025 0.1193 0.0076 0.231 +155 2007 2008 0.2179 -0.1799 0.6157 +155 2007 2009 -0.0079 -0.4446 0.4288 +155 2007 2010 0.1074 -0.3724 0.5873 +155 2007 2011 0.303 -0.2029 0.8088 +155 2007 2012 0.4393 -0.0373 0.9159 +155 2007 2013 0.5324 -0.0043 1.069 +155 2007 2014 0.3271 -0.187 0.8411 +155 2007 2015 0.2423 -0.2606 0.7453 +155 2007 2016 -0.1069 -0.6305 0.4166 +155 2007 2017 -0.4018 -0.9591 0.1555 +155 2007 2018 -0.5437 -1.1075 0.0202 +155 2007 2019 -0.4915 -1.0623 0.0793 +155 2007 2020 -0.6748 -1.2635 -0.0862 +155 2007 2021 -0.747 -1.3122 -0.1817 +155 2007 2022 -0.6497 -1.2366 -0.0628 +155 2007 2023 -0.6692 -1.2414 -0.0969 +155 2007 2024 -0.4941 -1.0452 0.057 +155 2007 2025 -0.5299 -1.1968 0.1371 +155 2008 2009 -0.2258 -0.6078 0.1562 +155 2008 2010 -0.1105 -0.5553 0.3344 +155 2008 2011 0.0851 -0.3699 0.5401 +155 2008 2012 0.2215 -0.1936 0.6366 +155 2008 2013 0.3146 -0.1458 0.7749 +155 2008 2014 0.1092 -0.3528 0.5713 +155 2008 2015 0.0245 -0.4164 0.4655 +155 2008 2016 -0.3248 -0.8289 0.1794 +155 2008 2017 -0.6197 -1.1821 -0.0572 +155 2008 2018 -0.7615 -1.332 -0.191 +155 2008 2019 -0.7093 -1.2554 -0.1632 +155 2008 2020 -0.8927 -1.481 -0.3044 +155 2008 2021 -0.9648 -1.5336 -0.396 +155 2008 2022 -0.8676 -1.4376 -0.2975 +155 2008 2023 -0.887 -1.4508 -0.3232 +155 2008 2024 -0.7119 -1.2206 -0.2031 +155 2008 2025 -0.7477 -1.3868 -0.1086 +155 2009 2010 0.1153 -0.2359 0.4665 +155 2009 2011 0.3109 -0.1117 0.7334 +155 2009 2012 0.4472 0.042 0.8524 +155 2009 2013 0.5403 0.0528 1.0278 +155 2009 2014 0.335 -0.1242 0.7942 +155 2009 2015 0.2502 -0.1955 0.6959 +155 2009 2016 -0.0991 -0.568 0.3699 +155 2009 2017 -0.3939 -0.8962 0.1084 +155 2009 2018 -0.5358 -1.0444 -0.0271 +155 2009 2019 -0.4836 -1.0054 0.0382 +155 2009 2020 -0.667 -1.2043 -0.1296 +155 2009 2021 -0.7391 -1.2495 -0.2287 +155 2009 2022 -0.6418 -1.1801 -0.1035 +155 2009 2023 -0.6613 -1.1832 -0.1394 +155 2009 2024 -0.4862 -0.9903 0.0179 +155 2009 2025 -0.522 -1.1496 0.1057 +155 2010 2011 0.1956 -0.1722 0.5634 +155 2010 2012 0.3319 -0.0691 0.733 +155 2010 2013 0.425 -0.0586 0.9087 +155 2010 2014 0.2197 -0.2498 0.6892 +155 2010 2015 0.135 -0.3226 0.5925 +155 2010 2016 -0.2143 -0.704 0.2753 +155 2010 2017 -0.5092 -1.0382 0.0197 +155 2010 2018 -0.6511 -1.1871 -0.1151 +155 2010 2019 -0.5989 -1.1402 -0.0576 +155 2010 2020 -0.7823 -1.3449 -0.2196 +155 2010 2021 -0.8544 -1.392 -0.3167 +155 2010 2022 -0.7571 -1.3164 -0.1978 +155 2010 2023 -0.7766 -1.3217 -0.2315 +155 2010 2024 -0.6015 -1.1203 -0.0826 +155 2010 2025 -0.6373 -1.2787 0.0042 +155 2011 2012 0.1364 -0.2114 0.4842 +155 2011 2013 0.2295 -0.2206 0.6796 +155 2011 2014 0.0241 -0.4329 0.4812 +155 2011 2015 -0.0606 -0.5054 0.3843 +155 2011 2016 -0.4099 -0.9084 0.0886 +155 2011 2017 -0.7048 -1.254 -0.1556 +155 2011 2018 -0.8466 -1.4044 -0.2888 +155 2011 2019 -0.7945 -1.3428 -0.2461 +155 2011 2020 -0.9778 -1.5586 -0.397 +155 2011 2021 -1.0499 -1.6084 -0.4915 +155 2011 2022 -0.9527 -1.5219 -0.3834 +155 2011 2023 -0.9721 -1.5313 -0.413 +155 2011 2024 -0.797 -1.3142 -0.2798 +155 2011 2025 -0.8328 -1.4764 -0.1893 +155 2012 2013 0.0931 -0.2544 0.4407 +155 2012 2014 -0.1122 -0.5003 0.2758 +155 2012 2015 -0.197 -0.5741 0.1802 +155 2012 2016 -0.5463 -0.9978 -0.0947 +155 2012 2017 -0.8411 -1.3565 -0.3258 +155 2012 2018 -0.983 -1.5078 -0.4581 +155 2012 2019 -0.9308 -1.4374 -0.4242 +155 2012 2020 -1.1142 -1.6617 -0.5666 +155 2012 2021 -1.1862 -1.7124 -0.66 +155 2012 2022 -1.089 -1.6203 -0.5577 +155 2012 2023 -1.1085 -1.6322 -0.5847 +155 2012 2024 -0.9334 -1.4038 -0.4629 +155 2012 2025 -0.9692 -1.5758 -0.3626 +155 2013 2014 -0.2054 -0.5741 0.1633 +155 2013 2015 -0.2901 -0.6952 0.1151 +155 2013 2016 -0.6394 -1.1413 -0.1375 +155 2013 2017 -0.9343 -1.5131 -0.3555 +155 2013 2018 -1.0761 -1.6675 -0.4846 +155 2013 2019 -1.0239 -1.5823 -0.4655 +155 2013 2020 -1.2073 -1.8181 -0.5965 +155 2013 2021 -1.2793 -1.8741 -0.6846 +155 2013 2022 -1.1821 -1.7694 -0.5949 +155 2013 2023 -1.2016 -1.7865 -0.6166 +155 2013 2024 -1.0264 -1.5434 -0.5094 +155 2013 2025 -1.0623 -1.7095 -0.4151 +155 2014 2015 -0.0847 -0.4344 0.265 +155 2014 2016 -0.4341 -0.8911 0.0229 +155 2014 2017 -0.729 -1.2572 -0.2007 +155 2014 2018 -0.8708 -1.4175 -0.3241 +155 2014 2019 -0.8186 -1.3567 -0.2805 +155 2014 2020 -1.002 -1.5779 -0.426 +155 2014 2021 -1.074 -1.6309 -0.5172 +155 2014 2022 -0.9768 -1.5424 -0.4112 +155 2014 2023 -0.9962 -1.5529 -0.4396 +155 2014 2024 -0.8211 -1.3322 -0.31 +155 2014 2025 -0.8569 -1.4972 -0.2167 +155 2015 2016 -0.3494 -0.7284 0.0296 +155 2015 2017 -0.6443 -1.1358 -0.1528 +155 2015 2018 -0.7861 -1.3073 -0.2649 +155 2015 2019 -0.7339 -1.2455 -0.2223 +155 2015 2020 -0.9172 -1.4773 -0.3572 +155 2015 2021 -0.9893 -1.5327 -0.446 +155 2015 2022 -0.8921 -1.4417 -0.3425 +155 2015 2023 -0.9115 -1.4555 -0.3675 +155 2015 2024 -0.7364 -1.2256 -0.2472 +155 2015 2025 -0.7722 -1.3962 -0.1482 +155 2016 2017 -0.2949 -0.6929 0.1031 +155 2016 2018 -0.4368 -0.9171 0.0436 +155 2016 2019 -0.3846 -0.9055 0.1364 +155 2016 2020 -0.5679 -1.1278 -0.0081 +155 2016 2021 -0.64 -1.1863 -0.0938 +155 2016 2022 -0.5428 -1.117 0.0315 +155 2016 2023 -0.5622 -1.125 6e-04 +155 2016 2024 -0.3871 -0.9237 0.1494 +155 2016 2025 -0.4229 -1.0823 0.2365 +155 2017 2018 -0.1419 -0.54 0.2562 +155 2017 2019 -0.0897 -0.6025 0.4232 +155 2017 2020 -0.273 -0.8304 0.2844 +155 2017 2021 -0.3452 -0.8999 0.2096 +155 2017 2022 -0.2479 -0.8496 0.3538 +155 2017 2023 -0.2673 -0.8564 0.3217 +155 2017 2024 -0.0922 -0.6785 0.494 +155 2017 2025 -0.128 -0.8264 0.5704 +155 2018 2019 0.0522 -0.3675 0.4719 +155 2018 2020 -0.1312 -0.6424 0.3801 +155 2018 2021 -0.2033 -0.7371 0.3304 +155 2018 2022 -0.106 -0.6988 0.4867 +155 2018 2023 -0.1255 -0.7125 0.4616 +155 2018 2024 0.0496 -0.5383 0.6375 +155 2018 2025 0.0138 -0.6871 0.7147 +155 2019 2020 -0.1834 -0.6043 0.2376 +155 2019 2021 -0.2555 -0.7613 0.2502 +155 2019 2022 -0.1582 -0.7284 0.412 +155 2019 2023 -0.1777 -0.762 0.4066 +155 2019 2024 -0.0025 -0.5683 0.5633 +155 2019 2025 -0.0383 -0.7284 0.6517 +155 2020 2021 -0.0721 -0.4825 0.3382 +155 2020 2022 0.0251 -0.513 0.5633 +155 2020 2023 0.0057 -0.5653 0.5766 +155 2020 2024 0.1808 -0.4061 0.7678 +155 2020 2025 0.145 -0.5609 0.851 +155 2021 2022 0.0973 -0.3195 0.514 +155 2021 2023 0.0778 -0.4192 0.5749 +155 2021 2024 0.253 -0.2892 0.7951 +155 2021 2025 0.2172 -0.4528 0.8871 +155 2022 2023 -0.0194 -0.4319 0.393 +155 2022 2024 0.1557 -0.3477 0.6591 +155 2022 2025 0.1199 -0.5299 0.7697 +155 2023 2024 0.1752 -0.2394 0.5898 +155 2023 2025 0.1393 -0.4504 0.7291 +155 2024 2025 -0.0358 -0.4804 0.4087 +156 2007 2008 0.0891 -0.3243 0.5026 +156 2007 2009 0.417 -0.1187 0.9528 +156 2007 2010 0.3375 -0.1699 0.8448 +156 2007 2011 0.536 -0.1019 1.1739 +156 2007 2012 0.4317 -0.192 1.0555 +156 2007 2013 0.3217 -0.2948 0.9382 +156 2007 2014 0.1479 -0.5225 0.8183 +156 2007 2015 -0.1637 -0.8189 0.4915 +156 2007 2016 -0.2794 -0.9057 0.3469 +156 2007 2017 -0.2424 -0.921 0.4363 +156 2007 2018 -0.1681 -0.8114 0.4751 +156 2007 2019 0.0162 -0.6421 0.6745 +156 2007 2020 -0.0497 -0.7473 0.6479 +156 2007 2021 -0.0462 -0.7189 0.6265 +156 2007 2022 0.0041 -0.6723 0.6805 +156 2007 2023 -0.0045 -0.7201 0.7111 +156 2007 2024 -0.0899 -0.7492 0.5693 +156 2007 2025 -0.0228 -0.6922 0.6465 +156 2008 2009 0.3281 -0.147 0.8032 +156 2008 2010 0.2485 -0.2463 0.7432 +156 2008 2011 0.4471 -0.1798 1.074 +156 2008 2012 0.3428 -0.2774 0.9629 +156 2008 2013 0.2327 -0.3886 0.854 +156 2008 2014 0.0587 -0.6226 0.7401 +156 2008 2015 -0.2528 -0.9219 0.4163 +156 2008 2016 -0.3685 -1.0117 0.2747 +156 2008 2017 -0.3314 -1.0253 0.3624 +156 2008 2018 -0.2572 -0.9151 0.4007 +156 2008 2019 -0.0728 -0.7427 0.597 +156 2008 2020 -0.1387 -0.8488 0.5713 +156 2008 2021 -0.1352 -0.8201 0.5497 +156 2008 2022 -0.0849 -0.771 0.6013 +156 2008 2023 -0.0935 -0.8192 0.6321 +156 2008 2024 -0.1789 -0.8498 0.4919 +156 2008 2025 -0.1118 -0.7899 0.5663 +156 2009 2010 -0.0793 -0.4705 0.3119 +156 2009 2011 0.1191 -0.3471 0.5853 +156 2009 2012 0.0149 -0.4842 0.5141 +156 2009 2013 -0.0951 -0.6149 0.4248 +156 2009 2014 -0.2689 -0.8788 0.3409 +156 2009 2015 -0.5806 -1.2644 0.1031 +156 2009 2016 -0.6963 -1.3686 -0.024 +156 2009 2017 -0.6592 -1.3612 0.0428 +156 2009 2018 -0.5849 -1.2217 0.0519 +156 2009 2019 -0.4005 -0.9777 0.1767 +156 2009 2020 -0.4664 -1.1223 0.1895 +156 2009 2021 -0.4629 -1.088 0.1621 +156 2009 2022 -0.4126 -1.0116 0.1864 +156 2009 2023 -0.4212 -1.0637 0.2213 +156 2009 2024 -0.5066 -1.1229 0.1097 +156 2009 2025 -0.4394 -1.023 0.1441 +156 2010 2011 0.1986 -0.2122 0.6094 +156 2010 2012 0.0943 -0.3635 0.5521 +156 2010 2013 -0.0158 -0.4938 0.4623 +156 2010 2014 -0.1897 -0.7626 0.3833 +156 2010 2015 -0.5012 -1.1077 0.1052 +156 2010 2016 -0.6169 -1.206 -0.0277 +156 2010 2017 -0.5798 -1.2125 0.0528 +156 2010 2018 -0.5056 -1.0843 0.0732 +156 2010 2019 -0.3212 -0.872 0.2296 +156 2010 2020 -0.3871 -1.0026 0.2284 +156 2010 2021 -0.3836 -0.9665 0.1993 +156 2010 2022 -0.3333 -0.9003 0.2338 +156 2010 2023 -0.3419 -0.9584 0.2746 +156 2010 2024 -0.4273 -0.9974 0.1428 +156 2010 2025 -0.3602 -0.9175 0.1972 +156 2011 2012 -0.1041 -0.4935 0.2853 +156 2011 2013 -0.2142 -0.6841 0.2557 +156 2011 2014 -0.3881 -0.9743 0.1982 +156 2011 2015 -0.7 -1.3968 -0.0032 +156 2011 2016 -0.8155 -1.5112 -0.1198 +156 2011 2017 -0.7785 -1.5014 -0.0556 +156 2011 2018 -0.7041 -1.3605 -0.0476 +156 2011 2019 -0.5196 -1.0968 0.0576 +156 2011 2020 -0.5855 -1.2475 0.0765 +156 2011 2021 -0.582 -1.214 0.05 +156 2011 2022 -0.5317 -1.1282 0.0649 +156 2011 2023 -0.5403 -1.1798 0.0993 +156 2011 2024 -0.6257 -1.2505 -8e-04 +156 2011 2025 -0.5585 -1.1437 0.0268 +156 2012 2013 -0.11 -0.4994 0.2793 +156 2012 2014 -0.2839 -0.819 0.2511 +156 2012 2015 -0.5957 -1.2295 0.0381 +156 2012 2016 -0.7114 -1.3479 -0.0748 +156 2012 2017 -0.6743 -1.3475 -0.001 +156 2012 2018 -0.5999 -1.2131 0.0133 +156 2012 2019 -0.4155 -0.9721 0.1412 +156 2012 2020 -0.4813 -1.1192 0.1565 +156 2012 2021 -0.4778 -1.0858 0.1301 +156 2012 2022 -0.4275 -1.0056 0.1506 +156 2012 2023 -0.4361 -1.0618 0.1895 +156 2012 2024 -0.5215 -1.1233 0.0802 +156 2012 2025 -0.4544 -1.024 0.1153 +156 2013 2014 -0.1739 -0.5986 0.2508 +156 2013 2015 -0.4857 -1.0451 0.0737 +156 2013 2016 -0.6013 -1.1761 -0.0266 +156 2013 2017 -0.5642 -1.1931 0.0647 +156 2013 2018 -0.4899 -1.0705 0.0908 +156 2013 2019 -0.3055 -0.836 0.225 +156 2013 2020 -0.3713 -0.9852 0.2425 +156 2013 2021 -0.3678 -0.9528 0.2171 +156 2013 2022 -0.3175 -0.8692 0.2341 +156 2013 2023 -0.3262 -0.9312 0.2789 +156 2013 2024 -0.4115 -0.9934 0.1704 +156 2013 2025 -0.3444 -0.8975 0.2088 +156 2014 2015 -0.3117 -0.7827 0.1594 +156 2014 2016 -0.4275 -0.9809 0.1259 +156 2014 2017 -0.3902 -1.0263 0.246 +156 2014 2018 -0.3159 -0.9305 0.2986 +156 2014 2019 -0.1316 -0.7228 0.4595 +156 2014 2020 -0.1974 -0.8631 0.4682 +156 2014 2021 -0.194 -0.8355 0.4475 +156 2014 2022 -0.1437 -0.7605 0.4731 +156 2014 2023 -0.1523 -0.813 0.5084 +156 2014 2024 -0.2377 -0.8769 0.4015 +156 2014 2025 -0.1706 -0.7916 0.4505 +156 2015 2016 -0.1158 -0.5417 0.3101 +156 2015 2017 -0.0787 -0.6471 0.4897 +156 2015 2018 -0.0044 -0.5892 0.5804 +156 2015 2019 0.1801 -0.4463 0.8066 +156 2015 2020 0.1141 -0.5625 0.7908 +156 2015 2021 0.1176 -0.5426 0.7779 +156 2015 2022 0.168 -0.4945 0.8305 +156 2015 2023 0.1593 -0.5497 0.8684 +156 2015 2024 0.0739 -0.5884 0.7361 +156 2015 2025 0.141 -0.5325 0.8146 +156 2016 2017 0.0371 -0.3961 0.4703 +156 2016 2018 0.1114 -0.3887 0.6114 +156 2016 2019 0.2959 -0.2784 0.8701 +156 2016 2020 0.2299 -0.4016 0.8614 +156 2016 2021 0.2333 -0.387 0.8537 +156 2016 2022 0.2836 -0.3429 0.9101 +156 2016 2023 0.2751 -0.4037 0.9538 +156 2016 2024 0.1895 -0.4389 0.818 +156 2016 2025 0.2566 -0.3862 0.8994 +156 2017 2018 0.0742 -0.3622 0.5106 +156 2017 2019 0.2588 -0.3078 0.8254 +156 2017 2020 0.1928 -0.4505 0.836 +156 2017 2021 0.1963 -0.4436 0.8362 +156 2017 2022 0.2466 -0.4032 0.8965 +156 2017 2023 0.238 -0.4634 0.9394 +156 2017 2024 0.1525 -0.5053 0.8104 +156 2017 2025 0.2197 -0.4484 0.8878 +156 2018 2019 0.1845 -0.2456 0.6146 +156 2018 2020 0.1185 -0.4339 0.6708 +156 2018 2021 0.122 -0.4356 0.6797 +156 2018 2022 0.1724 -0.3999 0.7446 +156 2018 2023 0.1637 -0.4682 0.7956 +156 2018 2024 0.0783 -0.5124 0.6689 +156 2018 2025 0.1454 -0.4484 0.7393 +156 2019 2020 -0.0657 -0.4966 0.3651 +156 2019 2021 -0.0624 -0.5413 0.4166 +156 2019 2022 -0.0121 -0.501 0.4769 +156 2019 2023 -0.0207 -0.5834 0.542 +156 2019 2024 -0.1061 -0.6488 0.4367 +156 2019 2025 -0.0389 -0.5507 0.4729 +156 2020 2021 0.0035 -0.4237 0.4307 +156 2020 2022 0.0538 -0.4681 0.5756 +156 2020 2023 0.0451 -0.5641 0.6543 +156 2020 2024 -0.0402 -0.6351 0.5548 +156 2020 2025 0.027 -0.5647 0.6186 +156 2021 2022 0.0503 -0.3613 0.4619 +156 2021 2023 0.0416 -0.4981 0.5813 +156 2021 2024 -0.0437 -0.5834 0.496 +156 2021 2025 0.0235 -0.5283 0.5752 +156 2022 2023 -0.0087 -0.4295 0.4122 +156 2022 2024 -0.094 -0.5755 0.3875 +156 2022 2025 -0.0269 -0.5261 0.4724 +156 2023 2024 -0.0853 -0.5137 0.3431 +156 2023 2025 -0.0182 -0.5306 0.4941 +156 2024 2025 0.0671 -0.3421 0.4763 +157 2007 2010 0.2112 -0.1661 0.5885 +157 2007 2013 -0.5256 -0.9912 -0.06 +157 2007 2016 -0.5688 -1.009 -0.1285 +157 2007 2019 -0.7076 -1.2127 -0.2025 +157 2007 2022 -0.1758 -0.6677 0.3162 +157 2007 2025 -0.3538 -0.8478 0.1402 +157 2010 2013 -0.7369 -1.221 -0.2528 +157 2010 2016 -0.7799 -1.2288 -0.331 +157 2010 2019 -0.9187 -1.4646 -0.3729 +157 2010 2022 -0.3869 -0.8246 0.0508 +157 2010 2025 -0.5649 -1.0614 -0.0684 +157 2013 2016 -0.0432 -0.4725 0.3862 +157 2013 2019 -0.182 -0.6739 0.3099 +157 2013 2022 0.3499 -0.2323 0.9321 +157 2013 2025 0.1718 -0.3779 0.7215 +157 2016 2019 -0.1388 -0.5897 0.312 +157 2016 2022 0.3931 -0.1195 0.9057 +157 2016 2025 0.215 -0.3019 0.7319 +157 2019 2022 0.5322 -0.0136 1.0779 +157 2019 2025 0.3539 -0.1982 0.9059 +157 2022 2025 -0.1782 -0.6571 0.3008 +158 2007 2010 0.1152 -0.2024 0.4329 +158 2007 2013 0.256 -0.0997 0.6116 +158 2007 2016 0.4885 0.1206 0.8565 +158 2007 2019 0.579 0.1655 0.9924 +158 2007 2022 1.0254 0.6325 1.4182 +158 2007 2025 1.1856 0.7939 1.5774 +158 2010 2013 0.1407 -0.1762 0.4576 +158 2010 2016 0.3733 0.0155 0.7311 +158 2010 2019 0.4637 0.0466 0.8809 +158 2010 2022 0.9102 0.515 1.3053 +158 2010 2025 1.0704 0.678 1.4628 +158 2013 2016 0.2326 -0.0712 0.5364 +158 2013 2019 0.323 -0.0653 0.7113 +158 2013 2022 0.7694 0.3929 1.146 +158 2013 2025 0.9297 0.5563 1.3031 +158 2016 2019 0.0904 -0.2509 0.4317 +158 2016 2022 0.5368 0.1812 0.8925 +158 2016 2025 0.6971 0.3335 1.0607 +158 2019 2022 0.4465 0.0959 0.797 +158 2019 2025 0.6067 0.2099 1.0035 +158 2022 2025 0.1603 -0.1558 0.4764 +159 2007 2008 0.1072 -0.1827 0.3972 +159 2007 2009 0.0985 -0.2873 0.4843 +159 2007 2010 0.1133 -0.3373 0.5639 +159 2007 2011 0.0884 -0.42 0.5968 +159 2007 2012 0.0485 -0.5139 0.611 +159 2007 2013 0.077 -0.5168 0.6707 +159 2007 2014 0.1725 -0.4438 0.7887 +159 2007 2015 0.2633 -0.3759 0.9025 +159 2007 2016 0.3381 -0.314 0.9901 +159 2007 2017 0.429 -0.2388 1.0969 +159 2007 2018 0.613 -0.0906 1.3165 +159 2007 2019 0.6827 -0.0234 1.3889 +159 2007 2020 0.5976 -0.0853 1.2805 +159 2007 2021 0.5863 -0.0807 1.2533 +159 2007 2022 0.5694 -0.1099 1.2487 +159 2007 2023 0.4943 -0.2009 1.1894 +159 2007 2024 0.4436 -0.2623 1.1494 +159 2007 2025 0.5224 -0.2051 1.2498 +159 2008 2009 -0.0087 -0.2865 0.2691 +159 2008 2010 0.0061 -0.3652 0.3774 +159 2008 2011 -0.0188 -0.4683 0.4307 +159 2008 2012 -0.0587 -0.5791 0.4618 +159 2008 2013 -0.0302 -0.5839 0.5234 +159 2008 2014 0.0652 -0.5062 0.6366 +159 2008 2015 0.156 -0.4342 0.7463 +159 2008 2016 0.2307 -0.3674 0.8288 +159 2008 2017 0.3216 -0.2865 0.9298 +159 2008 2018 0.5055 -0.1264 1.1374 +159 2008 2019 0.5753 -0.059 1.2095 +159 2008 2020 0.4901 -0.1296 1.1099 +159 2008 2021 0.4788 -0.1267 1.0844 +159 2008 2022 0.4619 -0.157 1.0809 +159 2008 2023 0.3868 -0.2596 1.0332 +159 2008 2024 0.3361 -0.3292 1.0015 +159 2008 2025 0.4149 -0.2668 1.0966 +159 2009 2010 0.0148 -0.2564 0.2861 +159 2009 2011 -0.0101 -0.3826 0.3623 +159 2009 2012 -0.0501 -0.5014 0.4013 +159 2009 2013 -0.0216 -0.5126 0.4693 +159 2009 2014 0.0739 -0.441 0.5887 +159 2009 2015 0.1647 -0.3733 0.7027 +159 2009 2016 0.2395 -0.312 0.7909 +159 2009 2017 0.3304 -0.2371 0.898 +159 2009 2018 0.5144 -0.0871 1.1158 +159 2009 2019 0.5841 -0.0207 1.189 +159 2009 2020 0.499 -0.0866 1.0846 +159 2009 2021 0.4877 -0.0818 1.0572 +159 2009 2022 0.4708 -0.1129 1.0545 +159 2009 2023 0.3957 -0.2124 1.0037 +159 2009 2024 0.3449 -0.2797 0.9696 +159 2009 2025 0.4238 -0.2204 1.0679 +159 2010 2011 -0.0249 -0.2994 0.2495 +159 2010 2012 -0.0649 -0.4445 0.3148 +159 2010 2013 -0.0365 -0.4664 0.3935 +159 2010 2014 0.059 -0.4036 0.5217 +159 2010 2015 0.1499 -0.3436 0.6435 +159 2010 2016 0.2247 -0.2881 0.7375 +159 2010 2017 0.3157 -0.2192 0.8506 +159 2010 2018 0.4997 -0.0776 1.077 +159 2010 2019 0.5694 -0.0134 1.1522 +159 2010 2020 0.4843 -0.0786 1.0471 +159 2010 2021 0.4729 -0.0748 1.0207 +159 2010 2022 0.4561 -0.1053 1.0174 +159 2010 2023 0.3809 -0.2026 0.9644 +159 2010 2024 0.3302 -0.2678 0.9283 +159 2010 2025 0.409 -0.2103 1.0283 +159 2011 2012 -0.0399 -0.3182 0.2385 +159 2011 2013 -0.0114 -0.3727 0.3498 +159 2011 2014 0.0841 -0.331 0.4992 +159 2011 2015 0.175 -0.2891 0.6391 +159 2011 2016 0.2498 -0.2491 0.7487 +159 2011 2017 0.3409 -0.1931 0.8748 +159 2011 2018 0.5249 -0.0709 1.1207 +159 2011 2019 0.5947 -0.0103 1.1996 +159 2011 2020 0.5095 -0.0671 1.0861 +159 2011 2021 0.4982 -0.0656 1.0619 +159 2011 2022 0.4813 -0.0975 1.0601 +159 2011 2023 0.4061 -0.1854 0.9977 +159 2011 2024 0.3554 -0.245 0.9558 +159 2011 2025 0.4342 -0.1945 1.0629 +159 2012 2013 0.0285 -0.2439 0.3008 +159 2012 2014 0.124 -0.242 0.49 +159 2012 2015 0.215 -0.2214 0.6515 +159 2012 2016 0.2899 -0.2001 0.7798 +159 2012 2017 0.3809 -0.1593 0.9212 +159 2012 2018 0.5651 -0.0557 1.1859 +159 2012 2019 0.6349 0.0011 1.2687 +159 2012 2020 0.5496 -0.0504 1.1496 +159 2012 2021 0.5383 -0.0495 1.1261 +159 2012 2022 0.5214 -0.0816 1.1244 +159 2012 2023 0.4462 -0.1604 1.0529 +159 2012 2024 0.3955 -0.2131 1.0041 +159 2012 2025 0.4744 -0.1686 1.1173 +159 2013 2014 0.0956 -0.178 0.3691 +159 2013 2015 0.1865 -0.1877 0.5608 +159 2013 2016 0.2613 -0.181 0.7037 +159 2013 2017 0.3524 -0.1503 0.855 +159 2013 2018 0.5365 -0.0553 1.1284 +159 2013 2019 0.6063 -0.0026 1.2153 +159 2013 2020 0.5211 -0.0574 1.0996 +159 2013 2021 0.5098 -0.0592 1.0788 +159 2013 2022 0.4929 -0.0915 1.0773 +159 2013 2023 0.4177 -0.172 1.0075 +159 2013 2024 0.3671 -0.2256 0.9597 +159 2013 2025 0.4459 -0.182 1.0737 +159 2014 2015 0.0909 -0.1849 0.3667 +159 2014 2016 0.1656 -0.2058 0.537 +159 2014 2017 0.2566 -0.1871 0.7003 +159 2014 2018 0.4407 -0.0961 0.9774 +159 2014 2019 0.5105 -0.0493 1.0704 +159 2014 2020 0.4254 -0.1124 0.9631 +159 2014 2021 0.4141 -0.1193 0.9475 +159 2014 2022 0.3972 -0.154 0.9484 +159 2014 2023 0.3221 -0.2418 0.8859 +159 2014 2024 0.2714 -0.3008 0.8437 +159 2014 2025 0.3502 -0.2553 0.9558 +159 2015 2016 0.0747 -0.2033 0.3526 +159 2015 2017 0.1656 -0.2132 0.5443 +159 2015 2018 0.3495 -0.1289 0.8279 +159 2015 2019 0.4194 -0.0913 0.9301 +159 2015 2020 0.3343 -0.1682 0.8368 +159 2015 2021 0.3231 -0.1787 0.8249 +159 2015 2022 0.3062 -0.2148 0.8271 +159 2015 2023 0.2311 -0.3114 0.7736 +159 2015 2024 0.1804 -0.3757 0.7366 +159 2015 2025 0.2592 -0.3273 0.8457 +159 2016 2017 0.0908 -0.1851 0.3668 +159 2016 2018 0.2746 -0.1228 0.672 +159 2016 2019 0.3445 -0.0971 0.7861 +159 2016 2020 0.2595 -0.1897 0.7086 +159 2016 2021 0.2482 -0.2063 0.7028 +159 2016 2022 0.2313 -0.2434 0.706 +159 2016 2023 0.1562 -0.3506 0.663 +159 2016 2024 0.1055 -0.4218 0.6329 +159 2016 2025 0.1843 -0.3701 0.7388 +159 2017 2018 0.1836 -0.1096 0.4769 +159 2017 2019 0.2535 -0.1115 0.6185 +159 2017 2020 0.1685 -0.2242 0.5612 +159 2017 2021 0.1572 -0.2494 0.5638 +159 2017 2022 0.1403 -0.2891 0.5698 +159 2017 2023 0.0653 -0.4081 0.5386 +159 2017 2024 0.0145 -0.4875 0.5166 +159 2017 2025 0.0934 -0.4324 0.6191 +159 2018 2019 0.0698 -0.1842 0.3238 +159 2018 2020 -0.0152 -0.3532 0.3229 +159 2018 2021 -0.0266 -0.3917 0.3385 +159 2018 2022 -0.0435 -0.4354 0.3483 +159 2018 2023 -0.1187 -0.5813 0.344 +159 2018 2024 -0.1694 -0.6757 0.3368 +159 2018 2025 -0.0906 -0.6085 0.4273 +159 2019 2020 -0.085 -0.3509 0.181 +159 2019 2021 -0.0964 -0.4222 0.2294 +159 2019 2022 -0.1133 -0.4747 0.2481 +159 2019 2023 -0.1884 -0.6327 0.2558 +159 2019 2024 -0.2392 -0.7344 0.256 +159 2019 2025 -0.1603 -0.6659 0.3452 +159 2020 2021 -0.0113 -0.2656 0.2431 +159 2020 2022 -0.0282 -0.3527 0.2963 +159 2020 2023 -0.1033 -0.5037 0.2971 +159 2020 2024 -0.154 -0.6025 0.2945 +159 2020 2025 -0.0752 -0.548 0.3976 +159 2021 2022 -0.0169 -0.2685 0.2346 +159 2021 2023 -0.092 -0.4417 0.2578 +159 2021 2024 -0.1427 -0.5489 0.2634 +159 2021 2025 -0.0639 -0.5015 0.3737 +159 2022 2023 -0.075 -0.3498 0.1998 +159 2022 2024 -0.1257 -0.4875 0.2361 +159 2022 2025 -0.0469 -0.4478 0.3539 +159 2023 2024 -0.0506 -0.3233 0.2222 +159 2023 2025 0.0281 -0.3267 0.383 +159 2024 2025 0.0787 -0.1967 0.3541 +160 2007 2008 0.1339 -0.2217 0.4895 +160 2007 2009 0.2188 -0.2516 0.6892 +160 2007 2010 0.2856 -0.2435 0.8147 +160 2007 2011 0.3003 -0.2677 0.8684 +160 2007 2012 0.2245 -0.369 0.8179 +160 2007 2013 0.1683 -0.4524 0.7891 +160 2007 2014 0.0519 -0.5847 0.6884 +160 2007 2015 0.0463 -0.5925 0.6851 +160 2007 2016 0.0505 -0.5892 0.6903 +160 2007 2017 -0.0248 -0.6894 0.6399 +160 2007 2018 -0.1475 -0.8076 0.5125 +160 2007 2019 -0.432 -1.0875 0.2235 +160 2007 2020 -0.6361 -1.3223 0.05 +160 2007 2021 -0.8681 -1.5625 -0.1737 +160 2007 2022 -1.0444 -1.7587 -0.33 +160 2007 2023 -1.1692 -1.9217 -0.4167 +160 2007 2024 -1.2661 -2.0487 -0.4836 +160 2007 2025 -1.313 -2.1334 -0.4926 +160 2008 2009 0.0848 -0.2508 0.4204 +160 2008 2010 0.1517 -0.2749 0.5782 +160 2008 2011 0.1664 -0.3109 0.6437 +160 2008 2012 0.0905 -0.4262 0.6073 +160 2008 2013 0.0344 -0.5188 0.5876 +160 2008 2014 -0.0821 -0.6601 0.4959 +160 2008 2015 -0.0877 -0.6654 0.4901 +160 2008 2016 -0.0834 -0.6568 0.49 +160 2008 2017 -0.1587 -0.7569 0.4394 +160 2008 2018 -0.2815 -0.8751 0.3122 +160 2008 2019 -0.566 -1.1688 0.0369 +160 2008 2020 -0.7701 -1.4118 -0.1283 +160 2008 2021 -1.0021 -1.6616 -0.3426 +160 2008 2022 -1.1783 -1.8648 -0.4917 +160 2008 2023 -1.3031 -2.0331 -0.5732 +160 2008 2024 -1.4001 -2.1636 -0.6366 +160 2008 2025 -1.4469 -2.2496 -0.6442 +160 2009 2010 0.0668 -0.2628 0.3965 +160 2009 2011 0.0816 -0.338 0.5011 +160 2009 2012 0.0057 -0.4693 0.4806 +160 2009 2013 -0.0504 -0.5708 0.4699 +160 2009 2014 -0.1669 -0.7193 0.3855 +160 2009 2015 -0.1725 -0.7243 0.3793 +160 2009 2016 -0.1682 -0.714 0.3776 +160 2009 2017 -0.2436 -0.8151 0.3279 +160 2009 2018 -0.3663 -0.9336 0.201 +160 2009 2019 -0.6508 -1.2354 -0.0661 +160 2009 2020 -0.8549 -1.4831 -0.2267 +160 2009 2021 -1.0869 -1.7382 -0.4356 +160 2009 2022 -1.2631 -1.9453 -0.5809 +160 2009 2023 -1.388 -2.1162 -0.6597 +160 2009 2024 -1.4849 -2.2482 -0.7215 +160 2009 2025 -1.5317 -2.3346 -0.7288 +160 2010 2011 0.0147 -0.3086 0.3381 +160 2010 2012 -0.0611 -0.4775 0.3552 +160 2010 2013 -0.1173 -0.594 0.3595 +160 2010 2014 -0.2337 -0.7533 0.2858 +160 2010 2015 -0.2393 -0.7611 0.2824 +160 2010 2016 -0.2351 -0.7499 0.2798 +160 2010 2017 -0.3104 -0.8537 0.2329 +160 2010 2018 -0.4331 -0.9744 0.1082 +160 2010 2019 -0.7176 -1.2831 -0.1521 +160 2010 2020 -0.9217 -1.5353 -0.3081 +160 2010 2021 -1.1537 -1.7954 -0.512 +160 2010 2022 -1.3299 -2.0057 -0.6541 +160 2010 2023 -1.4548 -2.179 -0.7306 +160 2010 2024 -1.5517 -2.3126 -0.7908 +160 2010 2025 -1.5985 -2.3991 -0.798 +160 2011 2012 -0.0759 -0.4028 0.2511 +160 2011 2013 -0.132 -0.5567 0.2927 +160 2011 2014 -0.2485 -0.7342 0.2373 +160 2011 2015 -0.254 -0.7519 0.2438 +160 2011 2016 -0.2498 -0.7474 0.2478 +160 2011 2017 -0.3251 -0.8533 0.2031 +160 2011 2018 -0.4478 -0.9764 0.0808 +160 2011 2019 -0.7323 -1.2913 -0.1733 +160 2011 2020 -0.9364 -1.5459 -0.327 +160 2011 2021 -1.1684 -1.8088 -0.528 +160 2011 2022 -1.3446 -2.0213 -0.6679 +160 2011 2023 -1.4695 -2.1955 -0.7435 +160 2011 2024 -1.5664 -2.3298 -0.803 +160 2011 2025 -1.6132 -2.4166 -0.8099 +160 2012 2013 -0.0561 -0.3878 0.2755 +160 2012 2014 -0.1726 -0.6035 0.2583 +160 2012 2015 -0.1782 -0.6444 0.2881 +160 2012 2016 -0.1739 -0.6581 0.3103 +160 2012 2017 -0.2492 -0.7721 0.2736 +160 2012 2018 -0.372 -0.8986 0.1547 +160 2012 2019 -0.6565 -1.2119 -0.101 +160 2012 2020 -0.8606 -1.4664 -0.2548 +160 2012 2021 -1.0926 -1.7271 -0.4581 +160 2012 2022 -1.2688 -1.9389 -0.5987 +160 2012 2023 -1.3937 -2.1128 -0.6745 +160 2012 2024 -1.4906 -2.2468 -0.7343 +160 2012 2025 -1.5374 -2.3344 -0.7404 +160 2013 2014 -0.1165 -0.4556 0.2227 +160 2013 2015 -0.122 -0.5468 0.3027 +160 2013 2016 -0.1178 -0.5887 0.3531 +160 2013 2017 -0.1931 -0.7165 0.3303 +160 2013 2018 -0.3158 -0.8526 0.221 +160 2013 2019 -0.6003 -1.1662 -0.0344 +160 2013 2020 -0.8045 -1.4214 -0.1876 +160 2013 2021 -1.0365 -1.6815 -0.3914 +160 2013 2022 -1.2127 -1.8926 -0.5328 +160 2013 2023 -1.3376 -2.0661 -0.609 +160 2013 2024 -1.4345 -2.1999 -0.6691 +160 2013 2025 -1.4813 -2.2872 -0.6754 +160 2014 2015 -0.0056 -0.3448 0.3337 +160 2014 2016 -0.0013 -0.4411 0.4385 +160 2014 2017 -0.0767 -0.5896 0.4362 +160 2014 2018 -0.1994 -0.738 0.3393 +160 2014 2019 -0.4839 -1.05 0.0822 +160 2014 2020 -0.688 -1.3047 -0.0713 +160 2014 2021 -0.92 -1.562 -0.278 +160 2014 2022 -1.0962 -1.7715 -0.4209 +160 2014 2023 -1.2211 -1.9442 -0.4981 +160 2014 2024 -1.318 -2.0775 -0.5586 +160 2014 2025 -1.3649 -2.1655 -0.5642 +160 2015 2016 0.0042 -0.3349 0.3433 +160 2015 2017 -0.0711 -0.5206 0.3784 +160 2015 2018 -0.1938 -0.688 0.3004 +160 2015 2019 -0.4783 -1.0156 0.059 +160 2015 2020 -0.6824 -1.2788 -0.0861 +160 2015 2021 -0.9144 -1.544 -0.2849 +160 2015 2022 -1.0907 -1.7587 -0.4227 +160 2015 2023 -1.2155 -1.9346 -0.4964 +160 2015 2024 -1.3125 -2.07 -0.5549 +160 2015 2025 -1.3593 -2.1587 -0.5598 +160 2016 2017 -0.0753 -0.4132 0.2625 +160 2016 2018 -0.1981 -0.6227 0.2266 +160 2016 2019 -0.4826 -0.9778 0.0127 +160 2016 2020 -0.6867 -1.255 -0.1184 +160 2016 2021 -0.9187 -1.5331 -0.3043 +160 2016 2022 -1.0949 -1.7552 -0.4347 +160 2016 2023 -1.2198 -1.9359 -0.5037 +160 2016 2024 -1.3167 -2.0744 -0.559 +160 2016 2025 -1.3635 -2.1636 -0.5635 +160 2017 2018 -0.1227 -0.4612 0.2158 +160 2017 2019 -0.4072 -0.8645 0.05 +160 2017 2020 -0.6114 -1.1595 -0.0632 +160 2017 2021 -0.8434 -1.451 -0.2357 +160 2017 2022 -1.0196 -1.6812 -0.358 +160 2017 2023 -1.1445 -1.8658 -0.4232 +160 2017 2024 -1.2414 -2.007 -0.4758 +160 2017 2025 -1.2882 -2.0973 -0.4792 +160 2018 2019 -0.2845 -0.6377 0.0687 +160 2018 2020 -0.4886 -0.9682 -0.0091 +160 2018 2021 -0.7207 -1.279 -0.1623 +160 2018 2022 -0.8969 -1.5204 -0.2734 +160 2018 2023 -1.0218 -1.7115 -0.332 +160 2018 2024 -1.1187 -1.857 -0.3804 +160 2018 2025 -1.1655 -1.9504 -0.3806 +160 2019 2020 -0.2041 -0.5553 0.147 +160 2019 2021 -0.4361 -0.9 0.0277 +160 2019 2022 -0.6124 -1.1578 -0.067 +160 2019 2023 -0.7373 -1.3587 -0.1159 +160 2019 2024 -0.8342 -1.5107 -0.1577 +160 2019 2025 -0.881 -1.6107 -0.1513 +160 2020 2021 -0.232 -0.5882 0.1242 +160 2020 2022 -0.4082 -0.8892 0.0727 +160 2020 2023 -0.5331 -1.1088 0.0425 +160 2020 2024 -0.63 -1.2722 0.0121 +160 2020 2025 -0.6769 -1.3799 0.0262 +160 2021 2022 -0.1762 -0.5308 0.1783 +160 2021 2023 -0.3011 -0.7866 0.1844 +160 2021 2024 -0.398 -0.9685 0.1725 +160 2021 2025 -0.4449 -1.0887 0.1989 +160 2022 2023 -0.1249 -0.4836 0.2339 +160 2022 2024 -0.2218 -0.7054 0.2618 +160 2022 2025 -0.2686 -0.8456 0.3084 +160 2023 2024 -0.0969 -0.457 0.2631 +160 2023 2025 -0.1437 -0.638 0.3505 +160 2024 2025 -0.0468 -0.4105 0.3169 +161 2007 2010 -0.2444 -0.3886 -0.1001 +161 2007 2013 -0.327 -0.5056 -0.1483 +161 2007 2016 -0.5167 -0.7173 -0.3161 +161 2007 2019 -0.6016 -0.8167 -0.3865 +161 2007 2022 -0.625 -0.8574 -0.3926 +161 2007 2025 -0.5768 -0.8417 -0.312 +161 2010 2013 -0.0826 -0.2315 0.0664 +161 2010 2016 -0.2723 -0.4518 -0.0929 +161 2010 2019 -0.3572 -0.5561 -0.1584 +161 2010 2022 -0.3806 -0.6024 -0.1589 +161 2010 2025 -0.3325 -0.5914 -0.0735 +161 2013 2016 -0.1897 -0.3446 -0.0349 +161 2013 2019 -0.2746 -0.4625 -0.0868 +161 2013 2022 -0.2981 -0.5122 -0.0839 +161 2013 2025 -0.2499 -0.5013 0.0016 +161 2016 2019 -0.0849 -0.2413 0.0716 +161 2016 2022 -0.1083 -0.3081 0.0915 +161 2016 2025 -0.0601 -0.3045 0.1843 +161 2019 2022 -0.0234 -0.1935 0.1466 +161 2019 2025 0.0248 -0.2023 0.2518 +161 2022 2025 0.0482 -0.1396 0.236 +162 2007 2008 0.5999 -0.3901 1.5899 +162 2007 2009 1.4131 0.2815 2.5447 +162 2007 2010 0.8836 -0.279 2.0463 +162 2007 2011 1.6702 0.4996 2.8407 +162 2007 2012 2.2115 1.0829 3.3402 +162 2007 2013 1.9132 0.7961 3.0302 +162 2007 2014 1.0422 -0.0598 2.1443 +162 2007 2015 1.4357 0.2973 2.5742 +162 2007 2016 1.9933 0.8841 3.1025 +162 2007 2017 1.2338 0.1365 2.3312 +162 2007 2018 1.4732 0.3479 2.5985 +162 2007 2019 0.4553 -0.708 1.6186 +162 2007 2020 0.7965 -0.3663 1.9594 +162 2007 2021 0.7704 -0.3336 1.8744 +162 2007 2022 0.5132 -0.6457 1.672 +162 2007 2023 0.8851 -0.276 2.0462 +162 2007 2024 0.6801 -0.4537 1.814 +162 2007 2025 0.364 -0.7838 1.5118 +162 2008 2009 0.8131 0.1343 1.492 +162 2008 2010 0.2838 -0.5274 1.0951 +162 2008 2011 1.0703 0.2976 1.843 +162 2008 2012 1.6116 0.9146 2.3086 +162 2008 2013 1.3133 0.5699 2.0567 +162 2008 2014 0.4424 -0.2366 1.1214 +162 2008 2015 0.8358 0.1059 1.5658 +162 2008 2016 1.3934 0.6598 2.127 +162 2008 2017 0.634 -0.0355 1.3035 +162 2008 2018 0.8732 0.1855 1.5609 +162 2008 2019 -0.1445 -0.9682 0.6792 +162 2008 2020 0.1966 -0.5571 0.9503 +162 2008 2021 0.1705 -0.4812 0.8222 +162 2008 2022 -0.0867 -0.8843 0.7109 +162 2008 2023 0.2852 -0.456 1.0264 +162 2008 2024 0.0802 -0.6301 0.7904 +162 2008 2025 -0.2358 -1.0145 0.5428 +162 2009 2010 -0.5294 -1.2499 0.1911 +162 2009 2011 0.2571 -0.4773 0.9916 +162 2009 2012 0.7985 0.2272 1.3698 +162 2009 2013 0.5001 -0.1922 1.1924 +162 2009 2014 -0.3707 -1.0947 0.3533 +162 2009 2015 0.0227 -0.6233 0.6687 +162 2009 2016 0.5803 -0.0974 1.2579 +162 2009 2017 -0.1792 -0.8559 0.4976 +162 2009 2018 0.0601 -0.5071 0.6273 +162 2009 2019 -0.9577 -1.7703 -0.145 +162 2009 2020 -0.6165 -1.3621 0.1291 +162 2009 2021 -0.6426 -1.2427 -0.0425 +162 2009 2022 -0.8998 -1.6803 -0.1193 +162 2009 2023 -0.5279 -1.2633 0.2076 +162 2009 2024 -0.7329 -1.3609 -0.1049 +162 2009 2025 -1.0489 -1.79 -0.3079 +162 2010 2011 0.7865 0.0225 1.5506 +162 2010 2012 1.3278 0.5649 2.0907 +162 2010 2013 1.0294 0.2526 1.8062 +162 2010 2014 0.1586 -0.6422 0.9594 +162 2010 2015 0.552 -0.2508 1.3549 +162 2010 2016 1.1096 0.3222 1.897 +162 2010 2017 0.3501 -0.4186 1.1189 +162 2010 2018 0.5894 -0.1755 1.3543 +162 2010 2019 -0.4283 -1.2934 0.4367 +162 2010 2020 -0.0872 -0.9364 0.7621 +162 2010 2021 -0.1133 -0.8779 0.6513 +162 2010 2022 -0.3705 -1.226 0.485 +162 2010 2023 0.0014 -0.8532 0.8561 +162 2010 2024 -0.2036 -0.9948 0.5876 +162 2010 2025 -0.5197 -1.3498 0.3104 +162 2011 2012 0.5414 -0.1386 1.2213 +162 2011 2013 0.243 -0.5229 1.0088 +162 2011 2014 -0.6279 -1.3866 0.1307 +162 2011 2015 -0.2345 -0.9978 0.5289 +162 2011 2016 0.3231 -0.436 1.0822 +162 2011 2017 -0.4363 -1.119 0.2464 +162 2011 2018 -0.1971 -0.9104 0.5163 +162 2011 2019 -1.2148 -2.0719 -0.3578 +162 2011 2020 -0.8737 -1.6317 -0.1157 +162 2011 2021 -0.8998 -1.606 -0.1936 +162 2011 2022 -1.157 -1.9953 -0.3187 +162 2011 2023 -0.785 -1.5692 -9e-04 +162 2011 2024 -0.9901 -1.7333 -0.2468 +162 2011 2025 -1.3061 -2.1191 -0.4932 +162 2012 2013 -0.2984 -0.9252 0.3285 +162 2012 2014 -1.1692 -1.8577 -0.4807 +162 2012 2015 -0.7758 -1.3704 -0.1812 +162 2012 2016 -0.2182 -0.8536 0.4172 +162 2012 2017 -0.9777 -1.618 -0.3373 +162 2012 2018 -0.7384 -1.2641 -0.2127 +162 2012 2019 -1.7562 -2.5381 -0.9742 +162 2012 2020 -1.415 -2.1289 -0.7011 +162 2012 2021 -1.4411 -2.003 -0.8792 +162 2012 2022 -1.6983 -2.4471 -0.9496 +162 2012 2023 -1.3264 -2.0331 -0.6196 +162 2012 2024 -1.5314 -2.1122 -0.9506 +162 2012 2025 -1.8474 -2.5552 -1.1397 +162 2013 2014 -0.8709 -1.557 -0.1849 +162 2013 2015 -0.4774 -1.1679 0.2131 +162 2013 2016 0.0801 -0.507 0.6672 +162 2013 2017 -0.6793 -1.3638 0.0052 +162 2013 2018 -0.44 -1.0902 0.2101 +162 2013 2019 -1.4578 -2.2396 -0.6759 +162 2013 2020 -1.1166 -1.877 -0.3562 +162 2013 2021 -1.1428 -1.8002 -0.4853 +162 2013 2022 -1.4 -2.1497 -0.6502 +162 2013 2023 -1.028 -1.7792 -0.2768 +162 2013 2024 -1.2331 -1.9194 -0.5467 +162 2013 2025 -1.5491 -2.2707 -0.8274 +162 2014 2015 0.3935 -0.2793 1.0662 +162 2014 2016 0.951 0.2389 1.6632 +162 2014 2017 0.1916 -0.4493 0.8324 +162 2014 2018 0.4308 -0.2534 1.115 +162 2014 2019 -0.5869 -1.3845 0.2107 +162 2014 2020 -0.2458 -0.9843 0.4928 +162 2014 2021 -0.2719 -0.9267 0.3829 +162 2014 2022 -0.5291 -1.3052 0.2471 +162 2014 2023 -0.1572 -0.873 0.5587 +162 2014 2024 -0.3622 -1.0667 0.3423 +162 2014 2025 -0.6782 -1.4396 0.0831 +162 2015 2016 0.5576 -0.0894 1.2045 +162 2015 2017 -0.2019 -0.8762 0.4724 +162 2015 2018 0.0374 -0.5489 0.6236 +162 2015 2019 -0.9804 -1.7839 -0.1768 +162 2015 2020 -0.6392 -1.394 0.1156 +162 2015 2021 -0.6653 -1.2828 -0.0479 +162 2015 2022 -0.9225 -1.7013 -0.1438 +162 2015 2023 -0.5506 -1.2936 0.1924 +162 2015 2024 -0.7556 -1.392 -0.1193 +162 2015 2025 -1.0717 -1.8127 -0.3307 +162 2016 2017 -0.7595 -1.3979 -0.1211 +162 2016 2018 -0.5202 -1.1429 0.1026 +162 2016 2019 -1.5379 -2.3002 -0.7756 +162 2016 2020 -1.1968 -1.9372 -0.4564 +162 2016 2021 -1.2229 -1.8616 -0.5842 +162 2016 2022 -1.4801 -2.2126 -0.7476 +162 2016 2023 -1.1082 -1.8429 -0.3735 +162 2016 2024 -1.3132 -1.9811 -0.6453 +162 2016 2025 -1.6292 -2.3242 -0.9342 +162 2017 2018 0.2393 -0.3631 0.8417 +162 2017 2019 -0.7785 -1.5352 -0.0217 +162 2017 2020 -0.4373 -1.1015 0.2268 +162 2017 2021 -0.4635 -1.074 0.1471 +162 2017 2022 -0.7206 -1.4614 0.0202 +162 2017 2023 -0.3487 -1.0266 0.3292 +162 2017 2024 -0.5538 -1.2122 0.1047 +162 2017 2025 -0.8698 -1.5757 -0.1639 +162 2018 2019 -1.0178 -1.7479 -0.2877 +162 2018 2020 -0.6766 -1.3688 0.0156 +162 2018 2021 -0.7027 -1.2406 -0.1649 +162 2018 2022 -0.9599 -1.6934 -0.2265 +162 2018 2023 -0.588 -1.278 0.1021 +162 2018 2024 -0.793 -1.3561 -0.23 +162 2018 2025 -1.109 -1.7885 -0.4296 +162 2019 2020 0.3412 -0.4234 1.1058 +162 2019 2021 0.315 -0.4399 1.07 +162 2019 2022 0.0578 -0.7545 0.8702 +162 2019 2023 0.4298 -0.4147 1.2743 +162 2019 2024 0.2247 -0.5668 1.0162 +162 2019 2025 -0.0913 -0.8798 0.6971 +162 2020 2021 -0.0261 -0.6801 0.6278 +162 2020 2022 -0.2833 -1.0928 0.5261 +162 2020 2023 0.0886 -0.662 0.8393 +162 2020 2024 -0.1164 -0.8482 0.6153 +162 2020 2025 -0.4325 -1.2239 0.359 +162 2021 2022 -0.2572 -0.9434 0.429 +162 2021 2023 0.1147 -0.5633 0.7928 +162 2021 2024 -0.0903 -0.6737 0.4931 +162 2021 2025 -0.4063 -1.0934 0.2808 +162 2022 2023 0.372 -0.3676 1.1115 +162 2022 2024 0.1669 -0.58 0.9138 +162 2022 2025 -0.1492 -0.8911 0.5928 +162 2023 2024 -0.205 -0.8756 0.4656 +162 2023 2025 -0.5211 -1.2953 0.2531 +162 2024 2025 -0.3161 -0.981 0.3489 +163 2007 2008 0.0381 -0.0923 0.1686 +163 2007 2009 0.1209 -0.0262 0.2681 +163 2007 2010 0.192 0.0541 0.3298 +163 2007 2011 0.229 0.081 0.377 +163 2007 2012 0.0961 -0.0617 0.254 +163 2007 2013 0.1342 -0.0093 0.2778 +163 2007 2014 0.1918 0.0406 0.343 +163 2007 2015 0.1485 -0.0013 0.2983 +163 2007 2016 0.1752 0.0348 0.3155 +163 2007 2017 0.1769 0.0297 0.3241 +163 2007 2018 0.0989 -0.052 0.2498 +163 2007 2019 0.2085 0.0709 0.346 +163 2007 2020 0.349 0.1985 0.4995 +163 2007 2021 0.4069 0.2661 0.5478 +163 2007 2022 0.3468 0.201 0.4927 +163 2007 2023 0.043 -0.118 0.2041 +163 2007 2024 0.1821 0.0359 0.3283 +163 2007 2025 0.1387 0.0039 0.2734 +163 2008 2009 0.0828 -0.048 0.2135 +163 2008 2010 0.1538 0.0165 0.2912 +163 2008 2011 0.1908 0.0523 0.3294 +163 2008 2012 0.058 -0.0956 0.2116 +163 2008 2013 0.0961 -0.0481 0.2403 +163 2008 2014 0.1536 0.0101 0.2972 +163 2008 2015 0.1104 -0.0343 0.2551 +163 2008 2016 0.137 -0.0032 0.2773 +163 2008 2017 0.1387 3e-04 0.2772 +163 2008 2018 0.0607 -0.0853 0.2067 +163 2008 2019 0.1703 0.0337 0.307 +163 2008 2020 0.3109 0.1686 0.4531 +163 2008 2021 0.3688 0.235 0.5026 +163 2008 2022 0.3087 0.1642 0.4531 +163 2008 2023 0.0049 -0.1488 0.1586 +163 2008 2024 0.144 0.0035 0.2845 +163 2008 2025 0.1005 -0.0313 0.2323 +163 2009 2010 0.071 -0.0589 0.201 +163 2009 2011 0.1081 -0.0363 0.2525 +163 2009 2012 -0.0248 -0.1795 0.1299 +163 2009 2013 0.0133 -0.1348 0.1614 +163 2009 2014 0.0709 -0.0794 0.2211 +163 2009 2015 0.0276 -0.1189 0.174 +163 2009 2016 0.0542 -0.0901 0.1986 +163 2009 2017 0.0559 -0.0903 0.2022 +163 2009 2018 -0.0221 -0.17 0.1259 +163 2009 2019 0.0876 -0.0546 0.2297 +163 2009 2020 0.2281 0.079 0.3771 +163 2009 2021 0.286 0.1526 0.4195 +163 2009 2022 0.2259 0.0788 0.373 +163 2009 2023 -0.0779 -0.2407 0.0849 +163 2009 2024 0.0612 -0.0788 0.2012 +163 2009 2025 0.0177 -0.1193 0.1548 +163 2010 2011 0.037 -0.0905 0.1646 +163 2010 2012 -0.0958 -0.2476 0.0559 +163 2010 2013 -0.0577 -0.1953 0.0799 +163 2010 2014 -2e-04 -0.1446 0.1442 +163 2010 2015 -0.0435 -0.1885 0.1016 +163 2010 2016 -0.0168 -0.1505 0.1169 +163 2010 2017 -0.0151 -0.156 0.1258 +163 2010 2018 -0.0931 -0.2409 0.0547 +163 2010 2019 0.0165 -0.1169 0.1499 +163 2010 2020 0.157 0.0135 0.3006 +163 2010 2021 0.215 0.0831 0.3468 +163 2010 2022 0.1549 0.0177 0.292 +163 2010 2023 -0.1489 -0.3106 0.0127 +163 2010 2024 -0.0098 -0.1485 0.1288 +163 2010 2025 -0.0533 -0.1831 0.0764 +163 2011 2012 -0.1329 -0.2757 0.01 +163 2011 2013 -0.0947 -0.2377 0.0483 +163 2011 2014 -0.0372 -0.1795 0.1051 +163 2011 2015 -0.0805 -0.2292 0.0682 +163 2011 2016 -0.0538 -0.1954 0.0877 +163 2011 2017 -0.0521 -0.1911 0.0869 +163 2011 2018 -0.1301 -0.2829 0.0227 +163 2011 2019 -0.0205 -0.1614 0.1203 +163 2011 2020 0.12 -0.0217 0.2618 +163 2011 2021 0.178 0.0446 0.3113 +163 2011 2022 0.1178 -0.0249 0.2606 +163 2011 2023 -0.1859 -0.3507 -0.0212 +163 2011 2024 -0.0469 -0.188 0.0943 +163 2011 2025 -0.0903 -0.2254 0.0447 +163 2012 2013 0.0381 -0.1001 0.1764 +163 2012 2014 0.0956 -0.0613 0.2525 +163 2012 2015 0.0524 -0.101 0.2058 +163 2012 2016 0.079 -0.0748 0.2329 +163 2012 2017 0.0807 -0.0755 0.237 +163 2012 2018 0.0027 -0.1508 0.1562 +163 2012 2019 0.1123 -0.0384 0.2631 +163 2012 2020 0.2529 0.0927 0.413 +163 2012 2021 0.3108 0.1625 0.4591 +163 2012 2022 0.2507 0.0902 0.4112 +163 2012 2023 -0.0531 -0.2155 0.1093 +163 2012 2024 0.086 -0.0679 0.2398 +163 2012 2025 0.0425 -0.1052 0.1902 +163 2013 2014 0.0575 -0.0759 0.191 +163 2013 2015 0.0143 -0.1302 0.1587 +163 2013 2016 0.0409 -0.0966 0.1785 +163 2013 2017 0.0426 -0.1024 0.1877 +163 2013 2018 -0.0354 -0.1847 0.1139 +163 2013 2019 0.0742 -0.0628 0.2113 +163 2013 2020 0.2148 0.0663 0.3632 +163 2013 2021 0.2727 0.1343 0.4111 +163 2013 2022 0.2126 0.0688 0.3563 +163 2013 2023 -0.0912 -0.251 0.0686 +163 2013 2024 0.0479 -0.0966 0.1923 +163 2013 2025 0.0044 -0.1299 0.1387 +163 2014 2015 -0.0433 -0.1776 0.0911 +163 2014 2016 -0.0166 -0.1579 0.1247 +163 2014 2017 -0.0149 -0.1557 0.1259 +163 2014 2018 -0.0929 -0.246 0.0602 +163 2014 2019 0.0167 -0.1261 0.1596 +163 2014 2020 0.1572 0.0137 0.3008 +163 2014 2021 0.2152 0.0785 0.3518 +163 2014 2022 0.1551 0.0085 0.3016 +163 2014 2023 -0.1487 -0.312 0.0146 +163 2014 2024 -0.0097 -0.1538 0.1345 +163 2014 2025 -0.0531 -0.1921 0.0859 +163 2015 2016 0.0267 -0.1031 0.1564 +163 2015 2017 0.0284 -0.1149 0.1716 +163 2015 2018 -0.0496 -0.1949 0.0956 +163 2015 2019 0.06 -0.0799 0.1998 +163 2015 2020 0.2005 0.0515 0.3495 +163 2015 2021 0.2584 0.1233 0.3936 +163 2015 2022 0.1983 0.0502 0.3464 +163 2015 2023 -0.1055 -0.2646 0.0536 +163 2015 2024 0.0336 -0.1081 0.1754 +163 2015 2025 -0.0099 -0.1465 0.1268 +163 2016 2017 0.0017 -0.1256 0.129 +163 2016 2018 -0.0763 -0.2199 0.0673 +163 2016 2019 0.0333 -0.097 0.1637 +163 2016 2020 0.1738 0.0313 0.3164 +163 2016 2021 0.2318 0.0999 0.3636 +163 2016 2022 0.1717 0.0353 0.308 +163 2016 2023 -0.1321 -0.2905 0.0262 +163 2016 2024 0.007 -0.1316 0.1456 +163 2016 2025 -0.0365 -0.1656 0.0926 +163 2017 2018 -0.078 -0.2117 0.0557 +163 2017 2019 0.0316 -0.1038 0.167 +163 2017 2020 0.1721 0.0349 0.3094 +163 2017 2021 0.2301 0.0992 0.3609 +163 2017 2022 0.17 0.0276 0.3123 +163 2017 2023 -0.1338 -0.2893 0.0216 +163 2017 2024 0.0053 -0.1338 0.1443 +163 2017 2025 -0.0382 -0.1735 0.0971 +163 2018 2019 0.1096 -0.0195 0.2387 +163 2018 2020 0.2501 0.1013 0.399 +163 2018 2021 0.3081 0.1723 0.4438 +163 2018 2022 0.248 0.0959 0.4 +163 2018 2023 -0.0558 -0.2093 0.0976 +163 2018 2024 0.0833 -0.0593 0.2258 +163 2018 2025 0.0398 -0.0992 0.1787 +163 2019 2020 0.1405 0.012 0.2691 +163 2019 2021 0.1985 0.0704 0.3266 +163 2019 2022 0.1384 0.0041 0.2726 +163 2019 2023 -0.1654 -0.3183 -0.0125 +163 2019 2024 -0.0264 -0.1626 0.1099 +163 2019 2025 -0.0698 -0.1942 0.0545 +163 2020 2021 0.0579 -0.0657 0.1816 +163 2020 2022 -0.0022 -0.1442 0.1399 +163 2020 2023 -0.306 -0.4667 -0.1452 +163 2020 2024 -0.1669 -0.3085 -0.0253 +163 2020 2025 -0.2103 -0.3484 -0.0722 +163 2021 2022 -0.0601 -0.1815 0.0613 +163 2021 2023 -0.3639 -0.5165 -0.2113 +163 2021 2024 -0.2248 -0.3477 -0.1019 +163 2021 2025 -0.2683 -0.3936 -0.1429 +163 2022 2023 -0.3038 -0.4573 -0.1503 +163 2022 2024 -0.1647 -0.3013 -0.0281 +163 2022 2025 -0.2082 -0.339 -0.0773 +163 2023 2024 0.1391 -0.0078 0.286 +163 2023 2025 0.0956 -0.0541 0.2453 +163 2024 2025 -0.0435 -0.1644 0.0775 +164 2007 2008 0.2051 0.0998 0.3105 +164 2007 2009 0.3006 0.1912 0.4099 +164 2007 2010 0.4431 0.3477 0.5385 +164 2007 2011 0.5011 0.3916 0.6106 +164 2007 2012 0.5372 0.4255 0.6488 +164 2007 2013 0.6564 0.556 0.7568 +164 2007 2014 0.503 0.3907 0.6153 +164 2007 2015 0.709 0.6006 0.8173 +164 2007 2016 0.7501 0.6523 0.8479 +164 2007 2017 0.6686 0.5592 0.778 +164 2007 2018 0.7221 0.6143 0.8298 +164 2007 2019 0.7958 0.6969 0.8946 +164 2007 2020 0.7145 0.6025 0.8265 +164 2007 2021 0.751 0.6458 0.8563 +164 2007 2022 1.0039 0.8986 1.1092 +164 2007 2023 0.7638 0.6509 0.8767 +164 2007 2024 0.8837 0.7797 0.9876 +164 2007 2025 1.1439 1.0524 1.2354 +164 2008 2009 0.0954 -0.011 0.2018 +164 2008 2010 0.238 0.132 0.344 +164 2008 2011 0.296 0.2008 0.3911 +164 2008 2012 0.332 0.221 0.4431 +164 2008 2013 0.4513 0.3412 0.5613 +164 2008 2014 0.2979 0.1989 0.3968 +164 2008 2015 0.5038 0.3966 0.6111 +164 2008 2016 0.545 0.4379 0.6521 +164 2008 2017 0.4635 0.3685 0.5585 +164 2008 2018 0.517 0.4107 0.6233 +164 2008 2019 0.5907 0.4829 0.6985 +164 2008 2020 0.5094 0.4113 0.6074 +164 2008 2021 0.5459 0.4435 0.6484 +164 2008 2022 0.7988 0.6852 0.9123 +164 2008 2023 0.5587 0.4595 0.6578 +164 2008 2024 0.6786 0.5766 0.7805 +164 2008 2025 0.9388 0.8402 1.0373 +164 2009 2010 0.1426 0.0384 0.2467 +164 2009 2011 0.2005 0.0906 0.3105 +164 2009 2012 0.2366 0.1362 0.337 +164 2009 2013 0.3558 0.245 0.4666 +164 2009 2014 0.2025 0.0904 0.3145 +164 2009 2015 0.4084 0.3105 0.5063 +164 2009 2016 0.4496 0.3424 0.5567 +164 2009 2017 0.368 0.259 0.4771 +164 2009 2018 0.4215 0.3258 0.5173 +164 2009 2019 0.4952 0.387 0.6035 +164 2009 2020 0.4139 0.3024 0.5255 +164 2009 2021 0.4505 0.3554 0.5455 +164 2009 2022 0.7033 0.5892 0.8174 +164 2009 2023 0.4632 0.3509 0.5756 +164 2009 2024 0.5831 0.4883 0.678 +164 2009 2025 0.8433 0.7444 0.9423 +164 2010 2011 0.058 -0.0481 0.1641 +164 2010 2012 0.0941 -0.0156 0.2037 +164 2010 2013 0.2133 0.1181 0.3084 +164 2010 2014 0.0599 -0.0519 0.1717 +164 2010 2015 0.2658 0.1602 0.3715 +164 2010 2016 0.307 0.2143 0.3997 +164 2010 2017 0.2255 0.1171 0.3339 +164 2010 2018 0.279 0.1737 0.3842 +164 2010 2019 0.3527 0.2576 0.4478 +164 2010 2020 0.2714 0.1605 0.3823 +164 2010 2021 0.3079 0.2053 0.4106 +164 2010 2022 0.5608 0.4599 0.6617 +164 2010 2023 0.3207 0.2086 0.4328 +164 2010 2024 0.4406 0.3389 0.5423 +164 2010 2025 0.7008 0.6121 0.7895 +164 2011 2012 0.0361 -0.0735 0.1457 +164 2011 2013 0.1553 0.0435 0.2671 +164 2011 2014 0.0019 -0.0974 0.1012 +164 2011 2015 0.2079 0.0989 0.3169 +164 2011 2016 0.249 0.1404 0.3576 +164 2011 2017 0.1675 0.0727 0.2624 +164 2011 2018 0.221 0.113 0.3289 +164 2011 2019 0.2947 0.1851 0.4043 +164 2011 2020 0.2134 0.114 0.3128 +164 2011 2021 0.25 0.1455 0.3544 +164 2011 2022 0.5028 0.3874 0.6181 +164 2011 2023 0.2627 0.162 0.3634 +164 2011 2024 0.3826 0.2787 0.4866 +164 2011 2025 0.6428 0.5424 0.7432 +164 2012 2013 0.1192 0.0088 0.2297 +164 2012 2014 -0.0342 -0.1484 0.0801 +164 2012 2015 0.1718 0.0722 0.2714 +164 2012 2016 0.2129 0.103 0.3229 +164 2012 2017 0.1314 0.0201 0.2428 +164 2012 2018 0.1849 0.0868 0.2831 +164 2012 2019 0.2586 0.1483 0.369 +164 2012 2020 0.1773 0.0638 0.2909 +164 2012 2021 0.2139 0.1162 0.3115 +164 2012 2022 0.4667 0.3506 0.5828 +164 2012 2023 0.2266 0.112 0.3413 +164 2012 2024 0.3465 0.2484 0.4447 +164 2012 2025 0.6067 0.505 0.7085 +164 2013 2014 -0.1534 -0.2665 -0.0403 +164 2013 2015 0.0526 -0.0562 0.1613 +164 2013 2016 0.0937 -7e-04 0.1882 +164 2013 2017 0.0122 -0.0997 0.1242 +164 2013 2018 0.0657 -0.0434 0.1748 +164 2013 2019 0.1394 0.042 0.2368 +164 2013 2020 0.0581 -0.0562 0.1724 +164 2013 2021 0.0947 -0.0122 0.2015 +164 2013 2022 0.3475 0.2456 0.4494 +164 2013 2023 0.1074 -0.0082 0.223 +164 2013 2024 0.2273 0.1214 0.3332 +164 2013 2025 0.4875 0.3963 0.5788 +164 2014 2015 0.206 0.0964 0.3155 +164 2014 2016 0.2471 0.1352 0.359 +164 2014 2017 0.1656 0.0698 0.2613 +164 2014 2018 0.2191 0.1097 0.3284 +164 2014 2019 0.2928 0.1796 0.406 +164 2014 2020 0.2115 0.1128 0.3101 +164 2014 2021 0.248 0.1424 0.3536 +164 2014 2022 0.5009 0.3812 0.6205 +164 2014 2023 0.2608 0.1607 0.3609 +164 2014 2024 0.3807 0.2754 0.4859 +164 2014 2025 0.6409 0.5366 0.7452 +164 2015 2016 0.0412 -0.0621 0.1444 +164 2015 2017 -0.0404 -0.1484 0.0677 +164 2015 2018 0.0131 -0.0804 0.1067 +164 2015 2019 0.0868 -0.0187 0.1924 +164 2015 2020 0.0055 -0.1052 0.1162 +164 2015 2021 0.0421 -0.0515 0.1357 +164 2015 2022 0.2949 0.1839 0.4059 +164 2015 2023 0.0548 -0.0569 0.1666 +164 2015 2024 0.1747 0.0812 0.2682 +164 2015 2025 0.4349 0.3392 0.5307 +164 2016 2017 -0.0815 -0.1878 0.0247 +164 2016 2018 -0.028 -0.1332 0.0771 +164 2016 2019 0.0457 -0.0463 0.1377 +164 2016 2020 -0.0356 -0.1462 0.075 +164 2016 2021 9e-04 -0.1019 0.1038 +164 2016 2022 0.2538 0.156 0.3515 +164 2016 2023 0.0137 -0.098 0.1254 +164 2016 2024 0.1336 0.0319 0.2352 +164 2016 2025 0.3938 0.3068 0.4808 +164 2017 2018 0.0535 -0.0507 0.1576 +164 2017 2019 0.1272 0.0181 0.2363 +164 2017 2020 0.0459 -0.0476 0.1393 +164 2017 2021 0.0824 -0.0192 0.1841 +164 2017 2022 0.3353 0.22 0.4505 +164 2017 2023 0.0952 0.0012 0.1892 +164 2017 2024 0.2151 0.1133 0.3169 +164 2017 2025 0.4753 0.3752 0.5754 +164 2018 2019 0.0737 -0.03 0.1775 +164 2018 2020 -0.0076 -0.1158 0.1007 +164 2018 2021 0.029 -0.059 0.117 +164 2018 2022 0.2818 0.1703 0.3933 +164 2018 2023 0.0417 -0.0676 0.151 +164 2018 2024 0.1616 0.0728 0.2504 +164 2018 2025 0.4218 0.3258 0.5179 +164 2019 2020 -0.0813 -0.1908 0.0281 +164 2019 2021 -0.0448 -0.148 0.0585 +164 2019 2022 0.2081 0.113 0.3031 +164 2019 2023 -0.032 -0.1449 0.0809 +164 2019 2024 0.0879 -0.0145 0.1903 +164 2019 2025 0.3481 0.2621 0.4341 +164 2020 2021 0.0366 -0.0661 0.1392 +164 2020 2022 0.2894 0.1721 0.4067 +164 2020 2023 0.0493 -0.0472 0.1458 +164 2020 2024 0.1692 0.0649 0.2735 +164 2020 2025 0.4294 0.3259 0.5329 +164 2021 2022 0.2528 0.1459 0.3597 +164 2021 2023 0.0128 -0.0914 0.1169 +164 2021 2024 0.1327 0.0482 0.2171 +164 2021 2025 0.3929 0.2994 0.4863 +164 2022 2023 -0.2401 -0.3565 -0.1236 +164 2022 2024 -0.1202 -0.2283 -0.012 +164 2022 2025 0.14 0.049 0.2311 +164 2023 2024 0.1199 0.0166 0.2232 +164 2023 2025 0.3801 0.2751 0.4851 +164 2024 2025 0.2602 0.1684 0.352 +165 2007 2008 0.259 -0.7275 1.2455 +165 2007 2009 0.0778 -1.105 1.2606 +165 2007 2010 -0.5293 -1.8917 0.8331 +165 2007 2011 -0.2484 -1.7285 1.2317 +165 2007 2012 -0.7082 -2.0454 0.629 +165 2007 2013 -0.4044 -1.8103 1.0015 +165 2007 2014 -0.7533 -2.088 0.5815 +165 2007 2015 0.2735 -1.016 1.5629 +165 2007 2016 -0.232 -1.6143 1.1502 +165 2007 2017 -0.4295 -1.8944 1.0353 +165 2007 2018 -0.2494 -1.4756 0.9768 +165 2007 2019 0.2775 -1.0573 1.6123 +165 2007 2020 0.9665 -0.4717 2.4047 +165 2007 2021 1.2757 0.0755 2.4759 +165 2007 2022 0.1441 -1.1803 1.4685 +165 2007 2023 -0.1435 -1.6276 1.3405 +165 2007 2024 -1.0077 -2.365 0.3495 +165 2007 2025 -0.4107 -1.9018 1.0803 +165 2008 2009 -0.1812 -1.1836 0.8212 +165 2008 2010 -0.7883 -2.0435 0.467 +165 2008 2011 -0.5073 -1.8776 0.8629 +165 2008 2012 -0.9672 -2.1991 0.2647 +165 2008 2013 -0.6633 -1.9681 0.6414 +165 2008 2014 -1.0122 -2.2354 0.2109 +165 2008 2015 0.0146 -1.1419 1.171 +165 2008 2016 -0.491 -1.7808 0.7988 +165 2008 2017 -0.6885 -2.0517 0.6747 +165 2008 2018 -0.5084 -1.6048 0.588 +165 2008 2019 0.0185 -1.2313 1.2684 +165 2008 2020 0.7075 -0.6195 2.0346 +165 2008 2021 1.0168 -0.0435 2.0771 +165 2008 2022 -0.1149 -1.3629 1.1331 +165 2008 2023 -0.4025 -1.799 0.994 +165 2008 2024 -1.2667 -2.5337 3e-04 +165 2008 2025 -0.6697 -2.0837 0.7444 +165 2009 2010 -0.6071 -1.4955 0.2813 +165 2009 2011 -0.3262 -1.3822 0.7299 +165 2009 2012 -0.786 -1.6538 0.0819 +165 2009 2013 -0.4822 -1.4613 0.4969 +165 2009 2014 -0.831 -1.6921 0.0301 +165 2009 2015 0.1957 -0.5641 0.9555 +165 2009 2016 -0.3098 -1.2782 0.6585 +165 2009 2017 -0.5073 -1.5643 0.5496 +165 2009 2018 -0.3272 -0.9947 0.3403 +165 2009 2019 0.1997 -0.7235 1.1229 +165 2009 2020 0.8887 -0.129 1.9064 +165 2009 2021 1.1979 0.5892 1.8067 +165 2009 2022 0.0663 -0.862 0.9947 +165 2009 2023 -0.2213 -1.3353 0.8927 +165 2009 2024 -1.0855 -2.0196 -0.1514 +165 2009 2025 -0.4885 -1.6357 0.6588 +165 2010 2011 0.2809 -0.6471 1.209 +165 2010 2012 -0.1789 -1.1577 0.7999 +165 2010 2013 0.1249 -1.0107 1.2605 +165 2010 2014 -0.224 -1.3024 0.8545 +165 2010 2015 0.8028 -0.2296 1.8352 +165 2010 2016 0.2973 -0.8699 1.4644 +165 2010 2017 0.0998 -1.1572 1.3567 +165 2010 2018 0.2799 -0.6795 1.2393 +165 2010 2019 0.8068 -0.3124 1.9259 +165 2010 2020 1.4958 0.2672 2.7244 +165 2010 2021 1.805 0.8804 2.7296 +165 2010 2022 0.6734 -0.44 1.7868 +165 2010 2023 0.3858 -0.906 1.6775 +165 2010 2024 -0.4785 -1.616 0.6591 +165 2010 2025 0.1186 -1.1921 1.4292 +165 2011 2012 -0.4599 -1.3908 0.471 +165 2011 2013 -0.156 -1.3338 1.0218 +165 2011 2014 -0.5049 -1.6739 0.664 +165 2011 2015 0.5219 -0.6214 1.6652 +165 2011 2016 0.0163 -1.2654 1.298 +165 2011 2017 -0.1812 -1.5375 1.1751 +165 2011 2018 -0.001 -1.0882 1.0862 +165 2011 2019 0.5258 -0.7182 1.7698 +165 2011 2020 1.2149 -0.1105 2.5402 +165 2011 2021 1.5241 0.4709 2.5773 +165 2011 2022 0.3924 -0.849 1.6339 +165 2011 2023 0.1048 -1.2874 1.4971 +165 2011 2024 -0.7594 -2.0164 0.4976 +165 2011 2025 -0.1623 -1.5794 1.2547 +165 2012 2013 0.3038 -0.5693 1.177 +165 2012 2014 -0.0451 -0.9724 0.8823 +165 2012 2015 0.9817 0.0546 1.9088 +165 2012 2016 0.4762 -0.619 1.5713 +165 2012 2017 0.2787 -0.907 1.4643 +165 2012 2018 0.4588 -0.3979 1.3155 +165 2012 2019 0.9857 -0.0662 2.0375 +165 2012 2020 1.6747 0.5121 2.8373 +165 2012 2021 1.9839 1.1645 2.8034 +165 2012 2022 0.8523 -0.1947 1.8993 +165 2012 2023 0.5647 -0.6666 1.796 +165 2012 2024 -0.2995 -1.3569 0.7578 +165 2012 2025 0.2975 -0.9657 1.5606 +165 2013 2014 -0.3489 -1.2385 0.5407 +165 2013 2015 0.6779 -0.3125 1.6683 +165 2013 2016 0.1723 -0.9903 1.335 +165 2013 2017 -0.0252 -1.2837 1.2333 +165 2013 2018 0.155 -0.8117 1.1217 +165 2013 2019 0.6819 -0.4559 1.8196 +165 2013 2020 1.3709 0.1386 2.6031 +165 2013 2021 1.6801 0.7563 2.604 +165 2013 2022 0.5485 -0.5879 1.6848 +165 2013 2023 0.2608 -1.0455 1.5672 +165 2013 2024 -0.6033 -1.7601 0.5534 +165 2013 2025 -0.0063 -1.3271 1.3144 +165 2014 2015 1.0268 0.2024 1.8512 +165 2014 2016 0.5212 -0.5267 1.5691 +165 2014 2017 0.3237 -0.828 1.4755 +165 2014 2018 0.5038 -0.3333 1.341 +165 2014 2019 1.0307 -0.0082 2.0697 +165 2014 2020 1.7198 0.5794 2.8601 +165 2014 2021 2.029 1.2337 2.8243 +165 2014 2022 0.8974 -0.1377 1.9324 +165 2014 2023 0.6097 -0.6025 1.8219 +165 2014 2024 -0.2545 -1.2955 0.7865 +165 2014 2025 0.3425 -0.912 1.5971 +165 2015 2016 -0.5056 -1.3582 0.347 +165 2015 2017 -0.7031 -1.7331 0.3269 +165 2015 2018 -0.5229 -1.24 0.1942 +165 2015 2019 0.004 -0.9827 0.9906 +165 2015 2020 0.693 -0.3933 1.7793 +165 2015 2021 1.0022 0.2771 1.7274 +165 2015 2022 -0.1294 -1.1404 0.8817 +165 2015 2023 -0.4171 -1.6056 0.7715 +165 2015 2024 -1.2812 -2.3021 -0.2603 +165 2015 2025 -0.6842 -1.89 0.5216 +165 2016 2017 -0.1975 -1.1196 0.7246 +165 2016 2018 -0.0174 -0.9107 0.8759 +165 2016 2019 0.5095 -0.5836 1.6027 +165 2016 2020 1.1985 -0.018 2.415 +165 2016 2021 1.5078 0.5786 2.4369 +165 2016 2022 0.3761 -0.737 1.4893 +165 2016 2023 0.0885 -1.2031 1.3801 +165 2016 2024 -0.7757 -1.9174 0.3661 +165 2016 2025 -0.1787 -1.4842 1.1269 +165 2017 2018 0.1801 -0.7414 1.1017 +165 2017 2019 0.707 -0.4592 1.8732 +165 2017 2020 1.3961 0.1197 2.6724 +165 2017 2021 1.7053 0.6922 2.7184 +165 2017 2022 0.5736 -0.6354 1.7826 +165 2017 2023 0.286 -1.0791 1.6512 +165 2017 2024 -0.5782 -1.8022 0.6457 +165 2017 2025 0.0188 -1.3695 1.4071 +165 2018 2019 0.5269 -0.2735 1.3273 +165 2018 2020 1.2159 0.2531 2.1787 +165 2018 2021 1.5251 0.959 2.0912 +165 2018 2022 0.3935 -0.5066 1.2936 +165 2018 2023 0.1059 -0.992 1.2038 +165 2018 2024 -0.7583 -1.6633 0.1467 +165 2018 2025 -0.1613 -1.2915 0.9689 +165 2019 2020 0.6891 -0.2132 1.5913 +165 2019 2021 0.9983 0.1639 1.8327 +165 2019 2022 -0.1334 -1.1647 0.8979 +165 2019 2023 -0.421 -1.6474 0.8054 +165 2019 2024 -1.2852 -2.3524 -0.2181 +165 2019 2025 -0.6882 -1.9363 0.5599 +165 2020 2021 0.3093 -0.5817 1.2002 +165 2020 2022 -0.8224 -1.9719 0.327 +165 2020 2023 -1.1101 -2.4184 0.1983 +165 2020 2024 -1.9743 -3.1467 -0.8018 +165 2020 2025 -1.3772 -2.7165 -0.0379 +165 2021 2022 -1.1317 -1.9333 -0.33 +165 2021 2023 -1.4193 -2.4414 -0.3972 +165 2021 2024 -2.2835 -3.1077 -1.4592 +165 2021 2025 -1.6864 -2.7593 -0.6135 +165 2022 2023 -0.2876 -1.2103 0.6351 +165 2022 2024 -1.1518 -2.0869 -0.2168 +165 2022 2025 -0.5548 -1.7324 0.6228 +165 2023 2024 -0.8642 -1.7909 0.0624 +165 2023 2025 -0.2672 -1.5106 0.9763 +165 2024 2025 0.5971 -0.3649 1.559 +166 2007 2010 0.0754 0.0446 0.1062 +166 2007 2013 0.0601 0.028 0.0922 +166 2007 2016 0.0514 0.0199 0.0828 +166 2007 2019 0.0295 -0.0027 0.0616 +166 2007 2022 0.0738 0.0414 0.1062 +166 2007 2025 0.222 0.1825 0.2614 +166 2010 2013 -0.0153 -0.0479 0.0172 +166 2010 2016 -0.024 -0.0564 0.0084 +166 2010 2019 -0.0459 -0.0791 -0.0128 +166 2010 2022 -0.0016 -0.0355 0.0322 +166 2010 2025 0.1465 0.1061 0.187 +166 2013 2016 -0.0087 -0.0407 0.0233 +166 2013 2019 -0.0306 -0.0639 0.0027 +166 2013 2022 0.0137 -0.0201 0.0476 +166 2013 2025 0.1619 0.1211 0.2027 +166 2016 2019 -0.0219 -0.0531 0.0093 +166 2016 2022 0.0224 -0.0098 0.0547 +166 2016 2025 0.1706 0.1304 0.2107 +166 2019 2022 0.0443 0.0124 0.0762 +166 2019 2025 0.1925 0.152 0.2329 +166 2022 2025 0.1482 0.1077 0.1886 +167 2007 2008 0.024 -0.2395 0.2876 +167 2007 2009 -0.4917 -0.7838 -0.1997 +167 2007 2010 -0.457 -0.6946 -0.2194 +167 2007 2011 -0.7063 -1.0104 -0.4023 +167 2007 2012 -0.3538 -0.6492 -0.0585 +167 2007 2013 -0.624 -0.8788 -0.3692 +167 2007 2014 -0.6256 -0.9214 -0.3299 +167 2007 2015 -0.9532 -1.2567 -0.6497 +167 2007 2016 -1.1086 -1.3883 -0.8288 +167 2007 2017 -0.852 -1.1348 -0.5693 +167 2007 2018 -0.6941 -0.9783 -0.4098 +167 2007 2019 -0.5536 -0.8046 -0.3026 +167 2007 2020 -0.7066 -0.9977 -0.4154 +167 2007 2021 -0.4875 -0.7637 -0.2113 +167 2007 2022 -1.188 -1.4943 -0.8818 +167 2007 2023 -0.8817 -1.1725 -0.5908 +167 2007 2024 -0.5017 -0.7869 -0.2164 +167 2007 2025 -0.9795 -1.2582 -0.7008 +167 2008 2009 -0.5158 -0.8119 -0.2196 +167 2008 2010 -0.481 -0.7579 -0.2042 +167 2008 2011 -0.7304 -1.0407 -0.42 +167 2008 2012 -0.3778 -0.6773 -0.0784 +167 2008 2013 -0.648 -0.9401 -0.356 +167 2008 2014 -0.6497 -0.9369 -0.3624 +167 2008 2015 -0.9772 -1.2952 -0.6593 +167 2008 2016 -1.1326 -1.4512 -0.8141 +167 2008 2017 -0.8761 -1.1522 -0.6 +167 2008 2018 -0.7181 -1.014 -0.4222 +167 2008 2019 -0.5776 -0.8663 -0.2889 +167 2008 2020 -0.7306 -1.0216 -0.4396 +167 2008 2021 -0.5115 -0.79 -0.233 +167 2008 2022 -1.2121 -1.5612 -0.863 +167 2008 2023 -0.9057 -1.1975 -0.6138 +167 2008 2024 -0.5257 -0.8135 -0.2378 +167 2008 2025 -1.0035 -1.3259 -0.6812 +167 2009 2010 0.0347 -0.249 0.3184 +167 2009 2011 -0.2146 -0.5463 0.117 +167 2009 2012 0.1379 -0.1791 0.4549 +167 2009 2013 -0.1323 -0.4384 0.1738 +167 2009 2014 -0.1339 -0.4646 0.1967 +167 2009 2015 -0.4615 -0.7838 -0.1391 +167 2009 2016 -0.6169 -0.942 -0.2918 +167 2009 2017 -0.3603 -0.6778 -0.0429 +167 2009 2018 -0.2023 -0.5049 0.1002 +167 2009 2019 -0.0619 -0.3715 0.2477 +167 2009 2020 -0.2149 -0.5385 0.1087 +167 2009 2021 0.0042 -0.2964 0.3048 +167 2009 2022 -0.6964 -1.0401 -0.3526 +167 2009 2023 -0.3899 -0.7135 -0.0664 +167 2009 2024 -0.01 -0.318 0.298 +167 2009 2025 -0.4878 -0.8139 -0.1617 +167 2010 2011 -0.2494 -0.545 0.0463 +167 2010 2012 0.1032 -0.1923 0.3987 +167 2010 2013 -0.167 -0.4331 0.0991 +167 2010 2014 -0.1686 -0.4696 0.1323 +167 2010 2015 -0.4962 -0.8054 -0.187 +167 2010 2016 -0.6516 -0.9441 -0.3591 +167 2010 2017 -0.3951 -0.6848 -0.1053 +167 2010 2018 -0.2371 -0.524 0.0499 +167 2010 2019 -0.0966 -0.361 0.1678 +167 2010 2020 -0.2496 -0.5473 0.0481 +167 2010 2021 -0.0305 -0.3063 0.2453 +167 2010 2022 -0.7311 -1.0506 -0.4115 +167 2010 2023 -0.4247 -0.7225 -0.1268 +167 2010 2024 -0.0447 -0.3318 0.2425 +167 2010 2025 -0.5225 -0.8164 -0.2286 +167 2011 2012 0.3526 0.0304 0.6747 +167 2011 2013 0.0823 -0.2334 0.3981 +167 2011 2014 0.0807 -0.2456 0.407 +167 2011 2015 -0.2468 -0.5923 0.0986 +167 2011 2016 -0.4022 -0.7365 -0.068 +167 2011 2017 -0.1457 -0.46 0.1686 +167 2011 2018 0.0123 -0.3204 0.345 +167 2011 2019 0.1528 -0.1686 0.4741 +167 2011 2020 -3e-04 -0.3159 0.3153 +167 2011 2021 0.2189 -0.1097 0.5474 +167 2011 2022 -0.4817 -0.831 -0.1325 +167 2011 2023 -0.1753 -0.4953 0.1447 +167 2011 2024 0.2047 -0.1353 0.5447 +167 2011 2025 -0.2732 -0.6111 0.0647 +167 2012 2013 -0.2702 -0.5649 0.0245 +167 2012 2014 -0.2718 -0.5872 0.0435 +167 2012 2015 -0.5994 -0.9228 -0.2759 +167 2012 2016 -0.7548 -1.0935 -0.416 +167 2012 2017 -0.4982 -0.8093 -0.1872 +167 2012 2018 -0.3402 -0.6383 -0.0422 +167 2012 2019 -0.1998 -0.5062 0.1067 +167 2012 2020 -0.3528 -0.678 -0.0276 +167 2012 2021 -0.1337 -0.4141 0.1468 +167 2012 2022 -0.8342 -1.2057 -0.4628 +167 2012 2023 -0.5278 -0.8524 -0.2033 +167 2012 2024 -0.1478 -0.4333 0.1376 +167 2012 2025 -0.6257 -0.9654 -0.286 +167 2013 2014 -0.0016 -0.2956 0.2923 +167 2013 2015 -0.3292 -0.6449 -0.0135 +167 2013 2016 -0.4846 -0.779 -0.1902 +167 2013 2017 -0.228 -0.5273 0.0712 +167 2013 2018 -0.07 -0.371 0.2309 +167 2013 2019 0.0704 -0.204 0.3448 +167 2013 2020 -0.0826 -0.3886 0.2234 +167 2013 2021 0.1365 -0.1573 0.4303 +167 2013 2022 -0.5641 -0.8853 -0.2428 +167 2013 2023 -0.2577 -0.5643 0.049 +167 2013 2024 0.1223 -0.181 0.4257 +167 2013 2025 -0.3555 -0.6531 -0.0579 +167 2014 2015 -0.3276 -0.639 -0.0161 +167 2014 2016 -0.483 -0.8144 -0.1515 +167 2014 2017 -0.2264 -0.5225 0.0697 +167 2014 2018 -0.0684 -0.3838 0.247 +167 2014 2019 0.072 -0.2366 0.3807 +167 2014 2020 -0.081 -0.3896 0.2277 +167 2014 2021 0.1382 -0.1605 0.4368 +167 2014 2022 -0.5624 -0.9258 -0.199 +167 2014 2023 -0.256 -0.566 0.054 +167 2014 2024 0.124 -0.1866 0.4346 +167 2014 2025 -0.3539 -0.6932 -0.0145 +167 2015 2016 -0.1554 -0.4684 0.1575 +167 2015 2017 0.1011 -0.2197 0.422 +167 2015 2018 0.2591 -0.0524 0.5706 +167 2015 2019 0.3996 0.0823 0.7168 +167 2015 2020 0.2466 -0.0858 0.579 +167 2015 2021 0.4657 0.1589 0.7724 +167 2015 2022 -0.2349 -0.595 0.1252 +167 2015 2023 0.0715 -0.2603 0.4034 +167 2015 2024 0.4515 0.1368 0.7662 +167 2015 2025 -0.0263 -0.3658 0.3131 +167 2016 2017 0.2566 -0.0449 0.558 +167 2016 2018 0.4145 0.0931 0.736 +167 2016 2019 0.555 0.2571 0.8529 +167 2016 2020 0.402 0.0777 0.7263 +167 2016 2021 0.6211 0.2995 0.9427 +167 2016 2022 -0.0795 -0.4094 0.2505 +167 2016 2023 0.2269 -0.0983 0.5522 +167 2016 2024 0.6069 0.275 0.9389 +167 2016 2025 0.1291 -0.186 0.4441 +167 2017 2018 0.158 -0.1298 0.4458 +167 2017 2019 0.2985 0.0032 0.5937 +167 2017 2020 0.1455 -0.1487 0.4396 +167 2017 2021 0.3646 0.0721 0.657 +167 2017 2022 -0.336 -0.6823 0.0102 +167 2017 2023 -0.0296 -0.3263 0.2671 +167 2017 2024 0.3504 0.047 0.6538 +167 2017 2025 -0.1275 -0.4526 0.1977 +167 2018 2019 0.1405 -0.1393 0.4202 +167 2018 2020 -0.0126 -0.3261 0.301 +167 2018 2021 0.2066 -0.0673 0.4805 +167 2018 2022 -0.494 -0.8431 -0.145 +167 2018 2023 -0.1876 -0.5023 0.127 +167 2018 2024 0.1924 -0.0885 0.4733 +167 2018 2025 -0.2855 -0.6082 0.0373 +167 2019 2020 -0.153 -0.4415 0.1355 +167 2019 2021 0.0661 -0.2178 0.35 +167 2019 2022 -0.6345 -0.9538 -0.3151 +167 2019 2023 -0.3281 -0.6329 -0.0233 +167 2019 2024 0.0519 -0.2425 0.3463 +167 2019 2025 -0.4259 -0.7222 -0.1296 +167 2020 2021 0.2191 -0.0736 0.5119 +167 2020 2022 -0.4815 -0.8225 -0.1405 +167 2020 2023 -0.1751 -0.4764 0.1263 +167 2020 2024 0.2049 -0.1133 0.5232 +167 2020 2025 -0.2729 -0.601 0.0552 +167 2021 2022 -0.7006 -1.0386 -0.3626 +167 2021 2023 -0.3942 -0.6959 -0.0924 +167 2021 2024 -0.0142 -0.2712 0.2429 +167 2021 2025 -0.492 -0.8127 -0.1713 +167 2022 2023 0.3065 -0.0157 0.6286 +167 2022 2024 0.6864 0.3241 1.0487 +167 2022 2025 0.2085 -0.1172 0.5343 +167 2023 2024 0.38 0.0807 0.6794 +167 2023 2025 -0.0979 -0.4241 0.2284 +167 2024 2025 -0.4779 -0.7923 -0.1635 +168 2007 2008 0.0013 -0.1211 0.1236 +168 2007 2009 -0.0067 -0.1728 0.1595 +168 2007 2010 -0.005 -0.199 0.189 +168 2007 2011 -9e-04 -0.2161 0.2143 +168 2007 2012 0.0027 -0.2303 0.2357 +168 2007 2013 -0.0168 -0.2614 0.2278 +168 2007 2014 -0.0261 -0.2805 0.2283 +168 2007 2015 -0.0266 -0.2892 0.236 +168 2007 2016 -0.0263 -0.2935 0.2409 +168 2007 2017 -0.0211 -0.294 0.2518 +168 2007 2018 -0.0113 -0.2903 0.2677 +168 2007 2019 -8e-04 -0.2822 0.2807 +168 2007 2020 0.0032 -0.2844 0.2907 +168 2007 2021 0.0079 -0.2845 0.3002 +168 2007 2022 0.0185 -0.2764 0.3134 +168 2007 2023 0.0244 -0.2776 0.3264 +168 2007 2024 0.0449 -0.267 0.3568 +168 2007 2025 0.0437 -0.2752 0.3626 +168 2008 2009 -0.0079 -0.128 0.1121 +168 2008 2010 -0.0063 -0.1671 0.1545 +168 2008 2011 -0.0022 -0.1901 0.1858 +168 2008 2012 0.0014 -0.2082 0.211 +168 2008 2013 -0.0181 -0.2423 0.2061 +168 2008 2014 -0.0274 -0.2632 0.2084 +168 2008 2015 -0.0279 -0.2733 0.2175 +168 2008 2016 -0.0276 -0.2787 0.2235 +168 2008 2017 -0.0224 -0.2799 0.2351 +168 2008 2018 -0.0126 -0.277 0.2518 +168 2008 2019 -0.002 -0.2695 0.2654 +168 2008 2020 0.0019 -0.2722 0.2759 +168 2008 2021 0.0066 -0.2728 0.2859 +168 2008 2022 0.0172 -0.265 0.2994 +168 2008 2023 0.0231 -0.2665 0.3127 +168 2008 2024 0.0436 -0.2564 0.3436 +168 2008 2025 0.0424 -0.2651 0.35 +168 2009 2010 0.0017 -0.1175 0.1209 +168 2009 2011 0.0058 -0.1544 0.166 +168 2009 2012 0.0094 -0.1794 0.1982 +168 2009 2013 -0.0101 -0.2171 0.1969 +168 2009 2014 -0.0194 -0.2409 0.2021 +168 2009 2015 -0.0199 -0.2533 0.2135 +168 2009 2016 -0.0196 -0.2605 0.2213 +168 2009 2017 -0.0144 -0.2631 0.2344 +168 2009 2018 -0.0046 -0.2612 0.2521 +168 2009 2019 0.006 -0.2546 0.2665 +168 2009 2020 0.0099 -0.2577 0.2774 +168 2009 2021 0.0146 -0.2584 0.2876 +168 2009 2022 0.0252 -0.2511 0.3015 +168 2009 2023 0.0311 -0.2527 0.3149 +168 2009 2024 0.0516 -0.2432 0.3464 +168 2009 2025 0.0504 -0.2518 0.3526 +168 2010 2011 0.0041 -0.1148 0.1231 +168 2010 2012 0.0077 -0.1529 0.1684 +168 2010 2013 -0.0118 -0.197 0.1735 +168 2010 2014 -0.021 -0.225 0.1829 +168 2010 2015 -0.0216 -0.2402 0.1971 +168 2010 2016 -0.0212 -0.2494 0.2069 +168 2010 2017 -0.016 -0.2536 0.2215 +168 2010 2018 -0.0062 -0.2528 0.2403 +168 2010 2019 0.0043 -0.2469 0.2555 +168 2010 2020 0.0082 -0.2506 0.2671 +168 2010 2021 0.0129 -0.2519 0.2777 +168 2010 2022 0.0236 -0.2449 0.292 +168 2010 2023 0.0295 -0.2469 0.3059 +168 2010 2024 0.05 -0.2379 0.3378 +168 2010 2025 0.0488 -0.2466 0.3441 +168 2011 2012 0.0035 -0.1158 0.1229 +168 2011 2013 -0.0159 -0.174 0.1422 +168 2011 2014 -0.0252 -0.209 0.1587 +168 2011 2015 -0.0257 -0.2287 0.1773 +168 2011 2016 -0.0254 -0.241 0.1902 +168 2011 2017 -0.0202 -0.247 0.2066 +168 2011 2018 -0.0104 -0.2478 0.227 +168 2011 2019 1e-04 -0.2432 0.2435 +168 2011 2020 0.0041 -0.2475 0.2557 +168 2011 2021 0.0088 -0.2496 0.2672 +168 2011 2022 0.0194 -0.2432 0.282 +168 2011 2023 0.0253 -0.2456 0.2962 +168 2011 2024 0.0458 -0.2368 0.3284 +168 2011 2025 0.0446 -0.246 0.3353 +168 2012 2013 -0.0195 -0.1394 0.1004 +168 2012 2014 -0.0288 -0.1888 0.1312 +168 2012 2015 -0.0293 -0.2151 0.1565 +168 2012 2016 -0.029 -0.2318 0.1738 +168 2012 2017 -0.0238 -0.2406 0.193 +168 2012 2018 -0.014 -0.243 0.215 +168 2012 2019 -0.0035 -0.2399 0.2329 +168 2012 2020 5e-04 -0.2456 0.2465 +168 2012 2021 0.0052 -0.2484 0.2588 +168 2012 2022 0.0158 -0.2425 0.2742 +168 2012 2023 0.0217 -0.2456 0.289 +168 2012 2024 0.0422 -0.2365 0.3209 +168 2012 2025 0.041 -0.2465 0.3285 +168 2013 2014 -0.0093 -0.1281 0.1096 +168 2013 2015 -0.0098 -0.1688 0.1491 +168 2013 2016 -0.0095 -0.1929 0.1738 +168 2013 2017 -0.0043 -0.2065 0.1979 +168 2013 2018 0.0055 -0.2121 0.2231 +168 2013 2019 0.016 -0.211 0.2431 +168 2013 2020 0.02 -0.2178 0.2577 +168 2013 2021 0.0247 -0.2215 0.2708 +168 2013 2022 0.0353 -0.2164 0.2871 +168 2013 2023 0.0412 -0.2198 0.3023 +168 2013 2024 0.0617 -0.212 0.3355 +168 2013 2025 0.0606 -0.2215 0.3426 +168 2014 2015 -6e-04 -0.1195 0.1184 +168 2014 2016 -3e-04 -0.1581 0.1576 +168 2014 2017 0.0049 -0.1787 0.1885 +168 2014 2018 0.0147 -0.1886 0.2181 +168 2014 2019 0.0253 -0.1905 0.2412 +168 2014 2020 0.0292 -0.199 0.2575 +168 2014 2021 0.034 -0.204 0.2719 +168 2014 2022 0.0446 -0.2001 0.2894 +168 2014 2023 0.0505 -0.2041 0.3052 +168 2014 2024 0.071 -0.197 0.339 +168 2014 2025 0.0698 -0.2069 0.3466 +168 2015 2016 3e-04 -0.1183 0.1189 +168 2015 2017 0.0055 -0.153 0.1639 +168 2015 2018 0.0153 -0.1694 0.1999 +168 2015 2019 0.0258 -0.1757 0.2273 +168 2015 2020 0.0298 -0.187 0.2465 +168 2015 2021 0.0345 -0.1939 0.2628 +168 2015 2022 0.0451 -0.1913 0.2816 +168 2015 2023 0.051 -0.1965 0.2986 +168 2015 2024 0.0715 -0.1895 0.3326 +168 2015 2025 0.0704 -0.2003 0.341 +168 2016 2017 0.0052 -0.113 0.1233 +168 2016 2018 0.015 -0.1427 0.1726 +168 2016 2019 0.0255 -0.1555 0.2066 +168 2016 2020 0.0295 -0.171 0.2299 +168 2016 2021 0.0342 -0.1805 0.2489 +168 2016 2022 0.0448 -0.1797 0.2693 +168 2016 2023 0.0507 -0.1864 0.2878 +168 2016 2024 0.0712 -0.1801 0.3225 +168 2016 2025 0.07 -0.1918 0.3318 +168 2017 2018 0.0098 -0.1084 0.1279 +168 2017 2019 0.0203 -0.1356 0.1763 +168 2017 2020 0.0243 -0.1578 0.2063 +168 2017 2021 0.029 -0.1716 0.2296 +168 2017 2022 0.0396 -0.1736 0.2529 +168 2017 2023 0.0455 -0.1822 0.2732 +168 2017 2024 0.066 -0.1768 0.3088 +168 2017 2025 0.0648 -0.1898 0.3195 +168 2018 2019 0.0105 -0.1074 0.1284 +168 2018 2020 0.0145 -0.1434 0.1724 +168 2018 2021 0.0192 -0.164 0.2024 +168 2018 2022 0.0298 -0.1702 0.2299 +168 2018 2023 0.0357 -0.1816 0.253 +168 2018 2024 0.0562 -0.1772 0.2897 +168 2018 2025 0.055 -0.1917 0.3018 +168 2019 2020 0.0039 -0.114 0.1219 +168 2019 2021 0.0087 -0.148 0.1653 +168 2019 2022 0.0193 -0.1609 0.1994 +168 2019 2023 0.0252 -0.1764 0.2267 +168 2019 2024 0.0457 -0.1742 0.2655 +168 2019 2025 0.0445 -0.1904 0.2794 +168 2020 2021 0.0047 -0.1135 0.1229 +168 2020 2022 0.0154 -0.1413 0.172 +168 2020 2023 0.0213 -0.1634 0.2059 +168 2020 2024 0.0418 -0.1653 0.2489 +168 2020 2025 0.0406 -0.1838 0.265 +168 2021 2022 0.0106 -0.1078 0.129 +168 2021 2023 0.0165 -0.1431 0.1762 +168 2021 2024 0.037 -0.1516 0.2256 +168 2021 2025 0.0359 -0.1737 0.2454 +168 2022 2023 0.0059 -0.1133 0.1251 +168 2022 2024 0.0264 -0.1346 0.1873 +168 2022 2025 0.0252 -0.1631 0.2136 +168 2023 2024 0.0205 -0.1002 0.1411 +168 2023 2025 0.0194 -0.1421 0.1808 +168 2024 2025 -0.0011 -0.1215 0.1193 +169 2007 2008 -0.0314 -0.2288 0.1659 +169 2007 2009 -0.0616 -0.3251 0.2018 +169 2007 2010 -0.0459 -0.3443 0.2525 +169 2007 2011 0.0839 -0.2373 0.405 +169 2007 2012 0.2032 -0.1385 0.5448 +169 2007 2013 0.2455 -0.1009 0.5919 +169 2007 2014 0.2835 -0.0652 0.6323 +169 2007 2015 0.2607 -0.0866 0.6079 +169 2007 2016 0.4065 0.041 0.772 +169 2007 2017 0.4189 0.0509 0.7868 +169 2007 2018 0.2992 -0.0566 0.6551 +169 2007 2019 0.1556 -0.1971 0.5082 +169 2007 2020 0.1692 -0.1823 0.5207 +169 2007 2021 0.2109 -0.1431 0.5649 +169 2007 2022 0.1953 -0.1652 0.5558 +169 2007 2023 0.1941 -0.1695 0.5577 +169 2007 2024 0.1964 -0.1755 0.5683 +169 2007 2025 0.2174 -0.1751 0.61 +169 2008 2009 -0.0302 -0.22 0.1596 +169 2008 2010 -0.0145 -0.2563 0.2273 +169 2008 2011 0.1153 -0.1566 0.3871 +169 2008 2012 0.2346 -0.0631 0.5323 +169 2008 2013 0.2769 -0.0272 0.581 +169 2008 2014 0.315 0.0079 0.622 +169 2008 2015 0.2921 -0.0126 0.5968 +169 2008 2016 0.4379 0.1101 0.7656 +169 2008 2017 0.4502 0.1195 0.781 +169 2008 2018 0.3306 0.0145 0.6467 +169 2008 2019 0.187 -0.1238 0.4978 +169 2008 2020 0.2006 -0.1091 0.5104 +169 2008 2021 0.2423 -0.0708 0.5554 +169 2008 2022 0.2267 -0.0932 0.5466 +169 2008 2023 0.2255 -0.0976 0.5486 +169 2008 2024 0.2278 -0.1042 0.5599 +169 2008 2025 0.2488 -0.106 0.6037 +169 2009 2010 0.0157 -0.1682 0.1996 +169 2009 2011 0.1455 -0.0912 0.3822 +169 2009 2012 0.2648 -0.0074 0.537 +169 2009 2013 0.3071 0.0251 0.5892 +169 2009 2014 0.3452 0.0575 0.6328 +169 2009 2015 0.3223 0.039 0.6056 +169 2009 2016 0.4681 0.1553 0.7808 +169 2009 2017 0.4804 0.1626 0.7982 +169 2009 2018 0.3608 0.0618 0.6599 +169 2009 2019 0.2172 -0.0732 0.5076 +169 2009 2020 0.2309 -0.0598 0.5216 +169 2009 2021 0.2725 -0.0217 0.5667 +169 2009 2022 0.2569 -0.0437 0.5575 +169 2009 2023 0.2557 -0.0484 0.5598 +169 2009 2024 0.258 -0.0543 0.5704 +169 2009 2025 0.2791 -0.0572 0.6153 +169 2010 2011 0.1298 -0.0571 0.3166 +169 2010 2012 0.2491 0.0052 0.4929 +169 2010 2013 0.2914 0.0308 0.5521 +169 2010 2014 0.3294 0.058 0.6009 +169 2010 2015 0.3066 0.0373 0.5758 +169 2010 2016 0.4524 0.1515 0.7532 +169 2010 2017 0.4647 0.157 0.7724 +169 2010 2018 0.3451 0.056 0.6342 +169 2010 2019 0.2015 -0.0772 0.4801 +169 2010 2020 0.2151 -0.0646 0.4949 +169 2010 2021 0.2568 -0.0275 0.541 +169 2010 2022 0.2412 -0.0482 0.5306 +169 2010 2023 0.24 -0.0533 0.5333 +169 2010 2024 0.2423 -0.0596 0.5442 +169 2010 2025 0.2633 -0.0621 0.5888 +169 2011 2012 0.1193 -0.0655 0.3041 +169 2011 2013 0.1616 -0.0629 0.3862 +169 2011 2014 0.1997 -0.044 0.4433 +169 2011 2015 0.1768 -0.0774 0.431 +169 2011 2016 0.3226 0.0494 0.5959 +169 2011 2017 0.335 0.0569 0.613 +169 2011 2018 0.2153 -0.0539 0.4846 +169 2011 2019 0.0717 -0.1996 0.343 +169 2011 2020 0.0854 -0.1835 0.3542 +169 2011 2021 0.127 -0.144 0.398 +169 2011 2022 0.1114 -0.1682 0.3911 +169 2011 2023 0.1102 -0.1737 0.3941 +169 2011 2024 0.1126 -0.1836 0.4087 +169 2011 2025 0.1336 -0.1871 0.4542 +169 2012 2013 0.0424 -0.1365 0.2212 +169 2012 2014 0.0804 -0.1407 0.3015 +169 2012 2015 0.0575 -0.1885 0.3036 +169 2012 2016 0.2034 -0.0514 0.4581 +169 2012 2017 0.2157 -0.0452 0.4766 +169 2012 2018 0.0961 -0.1642 0.3563 +169 2012 2019 -0.0476 -0.3215 0.2264 +169 2012 2020 -0.0339 -0.3046 0.2368 +169 2012 2021 0.0077 -0.2608 0.2763 +169 2012 2022 -0.0078 -0.2882 0.2725 +169 2012 2023 -0.009 -0.2955 0.2774 +169 2012 2024 -0.0067 -0.3064 0.2929 +169 2012 2025 0.0143 -0.3099 0.3385 +169 2013 2014 0.038 -0.139 0.215 +169 2013 2015 0.0152 -0.2074 0.2377 +169 2013 2016 0.161 -0.0783 0.4003 +169 2013 2017 0.1734 -0.0773 0.4241 +169 2013 2018 0.0537 -0.1985 0.3059 +169 2013 2019 -0.0899 -0.3549 0.1751 +169 2013 2020 -0.0763 -0.3393 0.1868 +169 2013 2021 -0.0346 -0.2968 0.2276 +169 2013 2022 -0.0502 -0.3229 0.2225 +169 2013 2023 -0.0514 -0.3308 0.228 +169 2013 2024 -0.0491 -0.3421 0.2439 +169 2013 2025 -0.0281 -0.3448 0.2887 +169 2014 2015 -0.0229 -0.2039 0.1582 +169 2014 2016 0.123 -0.0964 0.3424 +169 2014 2017 0.1353 -0.1015 0.3721 +169 2014 2018 0.0157 -0.2273 0.2587 +169 2014 2019 -0.128 -0.3867 0.1308 +169 2014 2020 -0.1143 -0.3705 0.1419 +169 2014 2021 -0.0726 -0.3294 0.1841 +169 2014 2022 -0.0882 -0.3569 0.1804 +169 2014 2023 -0.0894 -0.364 0.1851 +169 2014 2024 -0.0871 -0.3762 0.202 +169 2014 2025 -0.0661 -0.3802 0.248 +169 2015 2016 0.1459 -0.0496 0.3414 +169 2015 2017 0.1582 -0.0772 0.3936 +169 2015 2018 0.0386 -0.1994 0.2765 +169 2015 2019 -0.1051 -0.353 0.1428 +169 2015 2020 -0.0914 -0.342 0.1592 +169 2015 2021 -0.0498 -0.3028 0.2032 +169 2015 2022 -0.0654 -0.3293 0.1985 +169 2015 2023 -0.0666 -0.3368 0.2036 +169 2015 2024 -0.0642 -0.346 0.2175 +169 2015 2025 -0.0432 -0.3507 0.2643 +169 2016 2017 0.0124 -0.1619 0.1866 +169 2016 2018 -0.1073 -0.3249 0.1104 +169 2016 2019 -0.2509 -0.5069 0.005 +169 2016 2020 -0.2373 -0.4956 0.021 +169 2016 2021 -0.1956 -0.4527 0.0615 +169 2016 2022 -0.2112 -0.4835 0.0612 +169 2016 2023 -0.2124 -0.4938 0.069 +169 2016 2024 -0.2101 -0.5075 0.0874 +169 2016 2025 -0.189 -0.5101 0.132 +169 2017 2018 -0.1197 -0.3003 0.061 +169 2017 2019 -0.2633 -0.5063 -0.0203 +169 2017 2020 -0.2496 -0.4988 -4e-04 +169 2017 2021 -0.208 -0.4599 0.044 +169 2017 2022 -0.2235 -0.4948 0.0477 +169 2017 2023 -0.2247 -0.5045 0.055 +169 2017 2024 -0.2224 -0.5204 0.0756 +169 2017 2025 -0.2014 -0.5248 0.122 +169 2018 2019 -0.1437 -0.33 0.0427 +169 2018 2020 -0.13 -0.3477 0.0877 +169 2018 2021 -0.0883 -0.3184 0.1417 +169 2018 2022 -0.1039 -0.3564 0.1486 +169 2018 2023 -0.1051 -0.3684 0.1582 +169 2018 2024 -0.1028 -0.3816 0.176 +169 2018 2025 -0.0818 -0.3886 0.2251 +169 2019 2020 0.0137 -0.1637 0.191 +169 2019 2021 0.0553 -0.1638 0.2744 +169 2019 2022 0.0397 -0.2033 0.2828 +169 2019 2023 0.0385 -0.2183 0.2953 +169 2019 2024 0.0408 -0.2308 0.3125 +169 2019 2025 0.0618 -0.237 0.3607 +169 2020 2021 0.0417 -0.1357 0.219 +169 2020 2022 0.0261 -0.1963 0.2484 +169 2020 2023 0.0248 -0.2176 0.2672 +169 2020 2024 0.0272 -0.2361 0.2904 +169 2020 2025 0.0482 -0.2457 0.342 +169 2021 2022 -0.0156 -0.1949 0.1638 +169 2021 2023 -0.0168 -0.2381 0.2045 +169 2021 2024 -0.0145 -0.2636 0.2347 +169 2021 2025 0.0065 -0.2777 0.2908 +169 2022 2023 -0.0012 -0.1814 0.1789 +169 2022 2024 0.0011 -0.2282 0.2305 +169 2022 2025 0.0221 -0.2472 0.2915 +169 2023 2024 0.0023 -0.1811 0.1857 +169 2023 2025 0.0233 -0.2196 0.2663 +169 2024 2025 0.021 -0.1678 0.2098 +170 2007 2010 0.0497 -0.0702 0.1696 +170 2007 2013 0.0695 -0.079 0.2179 +170 2007 2016 0.0915 -0.0697 0.2526 +170 2007 2019 0.1304 -0.0421 0.3029 +170 2007 2022 0.1198 -0.0596 0.2992 +170 2007 2025 0.114 -0.091 0.3189 +170 2010 2013 0.0198 -0.094 0.1336 +170 2010 2016 0.0418 -0.096 0.1796 +170 2010 2019 0.0808 -0.0702 0.2317 +170 2010 2022 0.0701 -0.0914 0.2316 +170 2010 2025 0.0643 -0.1265 0.2551 +170 2013 2016 0.022 -0.0903 0.1343 +170 2013 2019 0.061 -0.0765 0.1985 +170 2013 2022 0.0504 -0.1023 0.203 +170 2013 2025 0.0445 -0.1398 0.2288 +170 2016 2019 0.039 -0.0726 0.1506 +170 2016 2022 0.0283 -0.1104 0.1671 +170 2016 2025 0.0225 -0.1528 0.1978 +170 2019 2022 -0.0106 -0.1247 0.1035 +170 2019 2025 -0.0165 -0.178 0.145 +170 2022 2025 -0.0059 -0.1343 0.1226 +171 2007 2008 0.1495 -0.0663 0.3652 +171 2007 2009 0.2123 -0.0541 0.4786 +171 2007 2010 0.2898 0.013 0.5666 +171 2007 2011 0.2321 -0.0435 0.5077 +171 2007 2012 0.1904 -0.0879 0.4686 +171 2007 2013 0.0975 -0.191 0.3859 +171 2007 2014 0.2761 0.0073 0.5449 +171 2007 2015 0.3273 0.0586 0.5959 +171 2007 2016 0.4432 0.1586 0.7278 +171 2007 2017 0.4426 0.1829 0.7022 +171 2007 2018 0.2909 0.026 0.5557 +171 2007 2019 0.3049 0.0346 0.5753 +171 2007 2020 0.2474 -0.0146 0.5093 +171 2007 2021 0.2595 -0.0074 0.5265 +171 2007 2022 0.3189 0.0482 0.5896 +171 2007 2023 0.4423 0.1846 0.6999 +171 2007 2024 0.5777 0.3176 0.8379 +171 2007 2025 0.7324 0.4721 0.9928 +171 2008 2009 0.0628 -0.1408 0.2664 +171 2008 2010 0.1404 -0.0862 0.3669 +171 2008 2011 0.0827 -0.1534 0.3187 +171 2008 2012 0.0409 -0.2085 0.2904 +171 2008 2013 -0.052 -0.3341 0.2301 +171 2008 2014 0.1267 -0.1041 0.3575 +171 2008 2015 0.1779 -0.058 0.4138 +171 2008 2016 0.2938 0.0479 0.5398 +171 2008 2017 0.2932 0.0762 0.5101 +171 2008 2018 0.1415 -0.1015 0.3844 +171 2008 2019 0.1555 -0.0879 0.3989 +171 2008 2020 0.098 -0.1361 0.332 +171 2008 2021 0.1101 -0.1334 0.3536 +171 2008 2022 0.1695 -0.0819 0.4209 +171 2008 2023 0.2929 0.0696 0.5161 +171 2008 2024 0.4283 0.2002 0.6564 +171 2008 2025 0.5831 0.3512 0.815 +171 2009 2010 0.0776 -0.13 0.2852 +171 2009 2011 0.0199 -0.2235 0.2632 +171 2009 2012 -0.0219 -0.2797 0.2359 +171 2009 2013 -0.1148 -0.4092 0.1796 +171 2009 2014 0.0639 -0.1883 0.3161 +171 2009 2015 0.1151 -0.1355 0.3656 +171 2009 2016 0.231 -0.0321 0.4942 +171 2009 2017 0.2303 -0.0113 0.472 +171 2009 2018 0.0786 -0.1781 0.3353 +171 2009 2019 0.0927 -0.1682 0.3536 +171 2009 2020 0.0351 -0.221 0.2912 +171 2009 2021 0.0473 -0.2105 0.3051 +171 2009 2022 0.1066 -0.1617 0.375 +171 2009 2023 0.23 -0.0167 0.4767 +171 2009 2024 0.3655 0.1228 0.6082 +171 2009 2025 0.5203 0.268 0.7726 +171 2010 2011 -0.0577 -0.2646 0.1492 +171 2010 2012 -0.0995 -0.3465 0.1475 +171 2010 2013 -0.1924 -0.4874 0.1026 +171 2010 2014 -0.0137 -0.2586 0.2312 +171 2010 2015 0.0375 -0.2093 0.2843 +171 2010 2016 0.1534 -0.0948 0.4017 +171 2010 2017 0.1528 -0.0789 0.3844 +171 2010 2018 0.0011 -0.2581 0.2602 +171 2010 2019 0.0151 -0.2385 0.2688 +171 2010 2020 -0.0424 -0.2981 0.2133 +171 2010 2021 -0.0302 -0.2902 0.2297 +171 2010 2022 0.0291 -0.2369 0.2951 +171 2010 2023 0.1525 -0.091 0.3959 +171 2010 2024 0.2879 0.0483 0.5276 +171 2010 2025 0.4427 0.2074 0.678 +171 2011 2012 -0.0418 -0.2475 0.164 +171 2011 2013 -0.1347 -0.4014 0.132 +171 2011 2014 0.044 -0.1896 0.2776 +171 2011 2015 0.0952 -0.1477 0.338 +171 2011 2016 0.2111 -0.0458 0.468 +171 2011 2017 0.2105 -0.0212 0.4421 +171 2011 2018 0.0588 -0.1931 0.3107 +171 2011 2019 0.0728 -0.1813 0.3269 +171 2011 2020 0.0152 -0.2284 0.2589 +171 2011 2021 0.0274 -0.2244 0.2792 +171 2011 2022 0.0868 -0.1732 0.3467 +171 2011 2023 0.2102 -0.0244 0.4447 +171 2011 2024 0.3456 0.1045 0.5867 +171 2011 2025 0.5004 0.2474 0.7534 +171 2012 2013 -0.0929 -0.3168 0.131 +171 2012 2014 0.0858 -0.1436 0.3151 +171 2012 2015 0.1369 -0.1038 0.3777 +171 2012 2016 0.2529 -0.0117 0.5175 +171 2012 2017 0.2522 0.009 0.4954 +171 2012 2018 0.1005 -0.1483 0.3493 +171 2012 2019 0.1146 -0.1429 0.3721 +171 2012 2020 0.057 -0.1897 0.3037 +171 2012 2021 0.0692 -0.1796 0.318 +171 2012 2022 0.1285 -0.1313 0.3884 +171 2012 2023 0.2519 0.0111 0.4928 +171 2012 2024 0.3874 0.1443 0.6305 +171 2012 2025 0.5421 0.2782 0.8061 +171 2013 2014 0.1787 -0.0511 0.4085 +171 2013 2015 0.2299 -0.0305 0.4903 +171 2013 2016 0.3458 0.0487 0.643 +171 2013 2017 0.3451 0.0651 0.6252 +171 2013 2018 0.1934 -0.0733 0.4602 +171 2013 2019 0.2075 -0.0734 0.4884 +171 2013 2020 0.1499 -0.1152 0.415 +171 2013 2021 0.1621 -0.1052 0.4294 +171 2013 2022 0.2214 -0.0517 0.4946 +171 2013 2023 0.3448 0.079 0.6106 +171 2013 2024 0.4803 0.2049 0.7556 +171 2013 2025 0.635 0.3334 0.9367 +171 2014 2015 0.0512 -0.1443 0.2467 +171 2014 2016 0.1672 -0.0669 0.4012 +171 2014 2017 0.1665 -0.0478 0.3808 +171 2014 2018 0.0148 -0.2251 0.2547 +171 2014 2019 0.0288 -0.214 0.2717 +171 2014 2020 -0.0287 -0.2584 0.2009 +171 2014 2021 -0.0166 -0.2575 0.2243 +171 2014 2022 0.0428 -0.2064 0.292 +171 2014 2023 0.1662 -0.0549 0.3872 +171 2014 2024 0.3016 0.0695 0.5338 +171 2014 2025 0.4564 0.2091 0.7036 +171 2015 2016 0.116 -0.09 0.322 +171 2015 2017 0.1153 -0.0985 0.3291 +171 2015 2018 -0.0364 -0.2682 0.1954 +171 2015 2019 -0.0224 -0.2645 0.2198 +171 2015 2020 -0.0799 -0.3142 0.1543 +171 2015 2021 -0.0678 -0.3041 0.1686 +171 2015 2022 -0.0084 -0.2572 0.2404 +171 2015 2023 0.115 -0.1125 0.3425 +171 2015 2024 0.2504 0.0228 0.4781 +171 2015 2025 0.4052 0.1582 0.6522 +171 2016 2017 -7e-04 -0.196 0.1946 +171 2016 2018 -0.1524 -0.4024 0.0976 +171 2016 2019 -0.1383 -0.3872 0.1105 +171 2016 2020 -0.1959 -0.4498 0.058 +171 2016 2021 -0.1837 -0.4456 0.0782 +171 2016 2022 -0.1244 -0.3903 0.1415 +171 2016 2023 -0.001 -0.2453 0.2434 +171 2016 2024 0.1345 -0.1103 0.3793 +171 2016 2025 0.2893 0.0471 0.5314 +171 2017 2018 -0.1517 -0.3562 0.0527 +171 2017 2019 -0.1377 -0.3599 0.0845 +171 2017 2020 -0.1952 -0.4165 0.026 +171 2017 2021 -0.183 -0.4198 0.0537 +171 2017 2022 -0.1237 -0.3688 0.1214 +171 2017 2023 -3e-04 -0.2135 0.2129 +171 2017 2024 0.1352 -0.0864 0.3568 +171 2017 2025 0.2899 0.0619 0.5179 +171 2018 2019 0.0141 -0.1892 0.2173 +171 2018 2020 -0.0435 -0.2642 0.1772 +171 2018 2021 -0.0313 -0.2595 0.1968 +171 2018 2022 0.028 -0.2163 0.2723 +171 2018 2023 0.1514 -0.0785 0.3812 +171 2018 2024 0.2869 0.0558 0.5179 +171 2018 2025 0.4416 0.1839 0.6993 +171 2019 2020 -0.0576 -0.2572 0.142 +171 2019 2021 -0.0454 -0.2777 0.1869 +171 2019 2022 0.0139 -0.2298 0.2577 +171 2019 2023 0.1373 -0.0952 0.3698 +171 2019 2024 0.2728 0.0355 0.5101 +171 2019 2025 0.4276 0.1819 0.6732 +171 2020 2021 0.0122 -0.1824 0.2067 +171 2020 2022 0.0715 -0.1562 0.2993 +171 2020 2023 0.1949 -0.0188 0.4086 +171 2020 2024 0.3304 0.0999 0.5609 +171 2020 2025 0.4851 0.2315 0.7387 +171 2021 2022 0.0594 -0.1411 0.2599 +171 2021 2023 0.1827 -0.0337 0.3992 +171 2021 2024 0.3182 0.0916 0.5448 +171 2021 2025 0.4729 0.215 0.7309 +171 2022 2023 0.1234 -0.0756 0.3224 +171 2022 2024 0.2589 0.0264 0.4914 +171 2022 2025 0.4136 0.1563 0.671 +171 2023 2024 0.1355 -0.055 0.3259 +171 2023 2025 0.2903 0.0594 0.5212 +171 2024 2025 0.1548 -0.0454 0.355 +172 2007 2010 0.0024 -0.1546 0.1594 +172 2007 2013 -0.0287 -0.2311 0.1737 +172 2007 2016 -0.0215 -0.2461 0.2031 +172 2007 2019 0.0066 -0.2346 0.2477 +172 2007 2022 0.041 -0.2171 0.2991 +172 2007 2025 0.0525 -0.2319 0.337 +172 2010 2013 -0.0311 -0.1855 0.1234 +172 2010 2016 -0.0239 -0.2178 0.17 +172 2010 2019 0.0042 -0.2136 0.222 +172 2010 2022 0.0387 -0.2001 0.2774 +172 2010 2025 0.0502 -0.2175 0.3178 +172 2013 2016 0.0071 -0.1465 0.1607 +172 2013 2019 0.0353 -0.1601 0.2306 +172 2013 2022 0.0698 -0.1547 0.2943 +172 2013 2025 0.0813 -0.1745 0.3371 +172 2016 2019 0.0281 -0.1227 0.1788 +172 2016 2022 0.0626 -0.1321 0.2572 +172 2016 2025 0.0741 -0.1592 0.3073 +172 2019 2022 0.0344 -0.118 0.1869 +172 2019 2025 0.046 -0.1599 0.2519 +172 2022 2025 0.0116 -0.149 0.1721 +173 2007 2010 0.2091 -0.0896 0.5078 +173 2007 2013 0.2267 -0.1269 0.5803 +173 2007 2016 -0.4312 -0.8242 -0.0383 +173 2007 2019 -0.6012 -1.0022 -0.2003 +173 2007 2022 -0.5504 -0.9435 -0.1573 +173 2007 2025 -0.5725 -1.1345 -0.0104 +173 2010 2013 0.0177 -0.2737 0.3091 +173 2010 2016 -0.6404 -1.0426 -0.2381 +173 2010 2019 -0.8103 -1.2236 -0.3971 +173 2010 2022 -0.7595 -1.1521 -0.3668 +173 2010 2025 -0.7816 -1.3432 -0.22 +173 2013 2016 -0.6581 -1.0617 -0.2544 +173 2013 2019 -0.828 -1.2628 -0.3932 +173 2013 2022 -0.7771 -1.1897 -0.3645 +173 2013 2025 -0.7993 -1.3793 -0.2193 +173 2016 2019 -0.17 -0.5365 0.1965 +173 2016 2022 -0.1191 -0.5485 0.3103 +173 2016 2025 -0.1412 -0.7455 0.4631 +173 2019 2022 0.0509 -0.3297 0.4315 +173 2019 2025 0.0288 -0.5548 0.6125 +173 2022 2025 -0.0221 -0.4999 0.4558 +174 2007 2008 0.0596 -0.1405 0.2597 +174 2007 2009 0.0377 -0.2046 0.28 +174 2007 2010 0.0343 -0.2227 0.2912 +174 2007 2011 0.1054 -0.1665 0.3773 +174 2007 2012 0.1146 -0.1643 0.3936 +174 2007 2013 0.1682 -0.1052 0.4417 +174 2007 2014 0.182 -0.0949 0.4589 +174 2007 2015 0.2387 -0.0335 0.5109 +174 2007 2016 0.3492 0.0846 0.6139 +174 2007 2017 0.3955 0.12 0.671 +174 2007 2018 0.3743 0.104 0.6446 +174 2007 2019 0.4187 0.1491 0.6883 +174 2007 2020 0.3619 0.0856 0.6381 +174 2007 2021 0.413 0.1428 0.6833 +174 2007 2022 0.5073 0.2323 0.7824 +174 2007 2023 0.4952 0.2174 0.773 +174 2007 2024 0.4919 0.2227 0.761 +174 2007 2025 0.572 0.2963 0.8478 +174 2008 2009 -0.0219 -0.2079 0.1641 +174 2008 2010 -0.0253 -0.2467 0.196 +174 2008 2011 0.0458 -0.1904 0.282 +174 2008 2012 0.0551 -0.1941 0.3042 +174 2008 2013 0.1086 -0.1344 0.3517 +174 2008 2014 0.1224 -0.1261 0.3709 +174 2008 2015 0.1791 -0.0662 0.4244 +174 2008 2016 0.2897 0.0578 0.5215 +174 2008 2017 0.3359 0.0953 0.5765 +174 2008 2018 0.3147 0.0732 0.5562 +174 2008 2019 0.3591 0.1211 0.5972 +174 2008 2020 0.3023 0.0527 0.5519 +174 2008 2021 0.3534 0.1129 0.5939 +174 2008 2022 0.4477 0.2069 0.6886 +174 2008 2023 0.4356 0.1903 0.6809 +174 2008 2024 0.4323 0.1932 0.6714 +174 2008 2025 0.5125 0.2704 0.7545 +174 2009 2010 -0.0035 -0.1854 0.1784 +174 2009 2011 0.0677 -0.1533 0.2886 +174 2009 2012 0.0769 -0.1586 0.3124 +174 2009 2013 0.1305 -0.1045 0.3655 +174 2009 2014 0.1443 -0.0977 0.3862 +174 2009 2015 0.201 -0.0363 0.4383 +174 2009 2016 0.3115 0.0832 0.5398 +174 2009 2017 0.3578 0.1178 0.5977 +174 2009 2018 0.3366 0.1011 0.572 +174 2009 2019 0.381 0.1463 0.6157 +174 2009 2020 0.3241 0.0815 0.5668 +174 2009 2021 0.3753 0.1433 0.6073 +174 2009 2022 0.4696 0.2322 0.707 +174 2009 2023 0.4575 0.2168 0.6981 +174 2009 2024 0.4541 0.2234 0.6849 +174 2009 2025 0.5343 0.2954 0.7732 +174 2010 2011 0.0711 -0.1147 0.257 +174 2010 2012 0.0804 -0.1405 0.3013 +174 2010 2013 0.134 -0.0925 0.3605 +174 2010 2014 0.1477 -0.0897 0.3851 +174 2010 2015 0.2044 -0.0308 0.4397 +174 2010 2016 0.315 0.0896 0.5404 +174 2010 2017 0.3612 0.1216 0.6009 +174 2010 2018 0.3401 0.1053 0.5748 +174 2010 2019 0.3845 0.1524 0.6166 +174 2010 2020 0.3276 0.0878 0.5674 +174 2010 2021 0.3788 0.1476 0.6099 +174 2010 2022 0.4731 0.2366 0.7095 +174 2010 2023 0.4609 0.2201 0.7017 +174 2010 2024 0.4576 0.2268 0.6884 +174 2010 2025 0.5378 0.2986 0.777 +174 2011 2012 0.0092 -0.1792 0.1976 +174 2011 2013 0.0628 -0.1548 0.2805 +174 2011 2014 0.0766 -0.1601 0.3133 +174 2011 2015 0.1333 -0.1058 0.3724 +174 2011 2016 0.2439 0.0165 0.4712 +174 2011 2017 0.2901 0.0512 0.529 +174 2011 2018 0.2689 0.0289 0.509 +174 2011 2019 0.3133 0.0777 0.549 +174 2011 2020 0.2565 0.0094 0.5036 +174 2011 2021 0.3076 0.0695 0.5457 +174 2011 2022 0.4019 0.1628 0.6411 +174 2011 2023 0.3898 0.1449 0.6347 +174 2011 2024 0.3865 0.1488 0.6242 +174 2011 2025 0.4667 0.2251 0.7083 +174 2012 2013 0.0536 -0.1328 0.24 +174 2012 2014 0.0673 -0.1589 0.2936 +174 2012 2015 0.1241 -0.1107 0.3588 +174 2012 2016 0.2346 0.0031 0.4661 +174 2012 2017 0.2809 0.0357 0.526 +174 2012 2018 0.2597 0.0172 0.5022 +174 2012 2019 0.3041 0.0627 0.5455 +174 2012 2020 0.2472 -0.0026 0.497 +174 2012 2021 0.2984 0.0586 0.5381 +174 2012 2022 0.3927 0.1478 0.6376 +174 2012 2023 0.3805 0.1311 0.63 +174 2012 2024 0.3772 0.1379 0.6165 +174 2012 2025 0.4574 0.2095 0.7054 +174 2013 2014 0.0137 -0.1712 0.1987 +174 2013 2015 0.0705 -0.1442 0.2851 +174 2013 2016 0.181 -0.0319 0.3939 +174 2013 2017 0.2273 -0.004 0.4585 +174 2013 2018 0.2061 -0.0261 0.4382 +174 2013 2019 0.2505 0.0226 0.4784 +174 2013 2020 0.1936 -0.048 0.4353 +174 2013 2021 0.2448 0.014 0.4756 +174 2013 2022 0.3391 0.1082 0.57 +174 2013 2023 0.3269 0.0881 0.5658 +174 2013 2024 0.3236 0.0938 0.5535 +174 2013 2025 0.4038 0.1696 0.638 +174 2014 2015 0.0567 -0.1271 0.2405 +174 2014 2016 0.1673 -0.0448 0.3793 +174 2014 2017 0.2135 -0.0188 0.4459 +174 2014 2018 0.1923 -0.0419 0.4266 +174 2014 2019 0.2368 0.0015 0.4721 +174 2014 2020 0.1799 -0.0624 0.4222 +174 2014 2021 0.231 -0.0036 0.4657 +174 2014 2022 0.3254 0.0853 0.5654 +174 2014 2023 0.3132 0.0703 0.5561 +174 2014 2024 0.3099 0.0766 0.5432 +174 2014 2025 0.3901 0.1471 0.633 +174 2015 2016 0.1106 -0.0697 0.2908 +174 2015 2017 0.1568 -0.062 0.3756 +174 2015 2018 0.1356 -0.0866 0.3578 +174 2015 2019 0.18 -0.0465 0.4066 +174 2015 2020 0.1232 -0.1139 0.3603 +174 2015 2021 0.1743 -0.0526 0.4012 +174 2015 2022 0.2686 0.0358 0.5015 +174 2015 2023 0.2565 0.0197 0.4932 +174 2015 2024 0.2532 0.0281 0.4783 +174 2015 2025 0.3334 0.0979 0.5689 +174 2016 2017 0.0463 -0.1277 0.2202 +174 2016 2018 0.0251 -0.1761 0.2262 +174 2016 2019 0.0695 -0.1308 0.2698 +174 2016 2020 0.0126 -0.2129 0.2382 +174 2016 2021 0.0638 -0.1497 0.2773 +174 2016 2022 0.1581 -0.0508 0.367 +174 2016 2023 0.1459 -0.0744 0.3662 +174 2016 2024 0.1426 -0.0703 0.3556 +174 2016 2025 0.2228 0.0107 0.4349 +174 2017 2018 -0.0212 -0.2017 0.1593 +174 2017 2019 0.0232 -0.1814 0.2279 +174 2017 2020 -0.0336 -0.2644 0.1971 +174 2017 2021 0.0175 -0.206 0.2411 +174 2017 2022 0.1118 -0.1101 0.3338 +174 2017 2023 0.0997 -0.1301 0.3294 +174 2017 2024 0.0964 -0.1281 0.3208 +174 2017 2025 0.1766 -0.0497 0.4028 +174 2018 2019 0.0444 -0.1332 0.2221 +174 2018 2020 -0.0124 -0.2288 0.2039 +174 2018 2021 0.0387 -0.1756 0.253 +174 2018 2022 0.133 -0.0897 0.3557 +174 2018 2023 0.1209 -0.109 0.3508 +174 2018 2024 0.1176 -0.1017 0.3369 +174 2018 2025 0.1977 -0.0311 0.4266 +174 2019 2020 -0.0569 -0.2427 0.1289 +174 2019 2021 -0.0057 -0.2093 0.1978 +174 2019 2022 0.0886 -0.1208 0.298 +174 2019 2023 0.0764 -0.1482 0.3011 +174 2019 2024 0.0731 -0.1458 0.2921 +174 2019 2025 0.1533 -0.0672 0.3739 +174 2020 2021 0.0511 -0.1294 0.2317 +174 2020 2022 0.1455 -0.0736 0.3645 +174 2020 2023 0.1333 -0.0973 0.3639 +174 2020 2024 0.13 -0.0956 0.3557 +174 2020 2025 0.2102 -0.0299 0.4503 +174 2021 2022 0.0943 -0.0829 0.2716 +174 2021 2023 0.0822 -0.1262 0.2905 +174 2021 2024 0.0789 -0.1282 0.286 +174 2021 2025 0.159 -0.0639 0.382 +174 2022 2023 -0.0122 -0.1908 0.1665 +174 2022 2024 -0.0155 -0.2182 0.1873 +174 2022 2025 0.0647 -0.1461 0.2756 +174 2023 2024 -0.0033 -0.1816 0.1749 +174 2023 2025 0.0769 -0.1366 0.2904 +174 2024 2025 0.0802 -0.0983 0.2587 +175 2007 2010 0.1066 -0.0829 0.2961 +175 2007 2013 0.1819 -0.0558 0.4196 +175 2007 2016 0.0462 -0.1845 0.2768 +175 2007 2019 0.0113 -0.2289 0.2516 +175 2007 2022 -0.0206 -0.2654 0.2241 +175 2007 2025 -0.019 -0.3236 0.2856 +175 2010 2013 0.0754 -0.1078 0.2586 +175 2010 2016 -0.0604 -0.2704 0.1496 +175 2010 2019 -0.0952 -0.3182 0.1278 +175 2010 2022 -0.1271 -0.3579 0.1036 +175 2010 2025 -0.1256 -0.4167 0.1656 +175 2013 2016 -0.1358 -0.3356 0.064 +175 2013 2019 -0.1706 -0.3983 0.0571 +175 2013 2022 -0.2025 -0.4449 0.0399 +175 2013 2025 -0.2009 -0.5015 0.0997 +175 2016 2019 -0.0349 -0.2228 0.1531 +175 2016 2022 -0.0668 -0.2835 0.1499 +175 2016 2025 -0.0652 -0.353 0.2226 +175 2019 2022 -0.0319 -0.2252 0.1613 +175 2019 2025 -0.0303 -0.3075 0.2468 +175 2022 2025 0.0016 -0.2332 0.2364 +176 2007 2008 -0.0075 -0.3047 0.2896 +176 2007 2009 -0.0927 -0.4728 0.2873 +176 2007 2010 -0.2445 -0.6591 0.1701 +176 2007 2011 -0.2085 -0.6489 0.2319 +176 2007 2012 -0.1646 -0.6054 0.2762 +176 2007 2013 -0.1882 -0.6195 0.2431 +176 2007 2014 -0.1791 -0.6206 0.2625 +176 2007 2015 -0.1567 -0.6044 0.291 +176 2007 2016 -0.1109 -0.5369 0.3152 +176 2007 2017 -0.1475 -0.5898 0.2948 +176 2007 2018 -0.0974 -0.5437 0.349 +176 2007 2019 -0.0248 -0.447 0.3973 +176 2007 2020 0.0776 -0.346 0.5012 +176 2007 2021 0.0054 -0.448 0.4589 +176 2007 2022 0.0697 -0.3663 0.5058 +176 2007 2023 0.32 -0.0963 0.7364 +176 2007 2024 0.4316 0.0094 0.8538 +176 2007 2025 0.5445 0.1405 0.9484 +176 2008 2009 -0.0852 -0.3786 0.2082 +176 2008 2010 -0.237 -0.6039 0.1299 +176 2008 2011 -0.2011 -0.6024 0.2003 +176 2008 2012 -0.1571 -0.5627 0.2485 +176 2008 2013 -0.1807 -0.5813 0.2199 +176 2008 2014 -0.1716 -0.583 0.2398 +176 2008 2015 -0.1492 -0.5682 0.2698 +176 2008 2016 -0.1034 -0.5002 0.2935 +176 2008 2017 -0.14 -0.5543 0.2742 +176 2008 2018 -0.0899 -0.5085 0.3288 +176 2008 2019 -0.0173 -0.4109 0.3763 +176 2008 2020 0.0851 -0.3059 0.4761 +176 2008 2021 0.0129 -0.4148 0.4406 +176 2008 2022 0.0772 -0.3336 0.4881 +176 2008 2023 0.3275 -0.0553 0.7104 +176 2008 2024 0.4391 0.0489 0.8293 +176 2008 2025 0.552 0.1797 0.9242 +176 2009 2010 -0.1518 -0.4576 0.154 +176 2009 2011 -0.1158 -0.4929 0.2613 +176 2009 2012 -0.0719 -0.4708 0.3271 +176 2009 2013 -0.0955 -0.4957 0.3047 +176 2009 2014 -0.0863 -0.5017 0.329 +176 2009 2015 -0.064 -0.4881 0.3602 +176 2009 2016 -0.0181 -0.4239 0.3876 +176 2009 2017 -0.0548 -0.4739 0.3643 +176 2009 2018 -0.0047 -0.4284 0.4191 +176 2009 2019 0.0679 -0.3339 0.4696 +176 2009 2020 0.1703 -0.2344 0.575 +176 2009 2021 0.0981 -0.3309 0.5272 +176 2009 2022 0.1624 -0.2501 0.5749 +176 2009 2023 0.4127 0.0144 0.811 +176 2009 2024 0.5243 0.1201 0.9285 +176 2009 2025 0.6372 0.2467 1.0277 +176 2010 2011 0.0359 -0.2609 0.3328 +176 2010 2012 0.0799 -0.2823 0.4421 +176 2010 2013 0.0563 -0.3149 0.4275 +176 2010 2014 0.0654 -0.3288 0.4596 +176 2010 2015 0.0878 -0.3195 0.4951 +176 2010 2016 0.1336 -0.2615 0.5287 +176 2010 2017 0.0969 -0.3013 0.4951 +176 2010 2018 0.1471 -0.2594 0.5536 +176 2010 2019 0.2196 -0.1687 0.608 +176 2010 2020 0.3221 -0.0823 0.7264 +176 2010 2021 0.2499 -0.152 0.6518 +176 2010 2022 0.3142 -0.0685 0.6969 +176 2010 2023 0.5645 0.1626 0.9663 +176 2010 2024 0.676 0.2665 1.0855 +176 2010 2025 0.7888 0.3859 1.1918 +176 2011 2012 0.0439 -0.2556 0.3435 +176 2011 2013 0.0203 -0.3367 0.3773 +176 2011 2014 0.0295 -0.3659 0.4248 +176 2011 2015 0.0518 -0.3636 0.4673 +176 2011 2016 0.0977 -0.3081 0.5034 +176 2011 2017 0.061 -0.3541 0.476 +176 2011 2018 0.1112 -0.3121 0.5344 +176 2011 2019 0.1837 -0.2208 0.5881 +176 2011 2020 0.2861 -0.128 0.7002 +176 2011 2021 0.2139 -0.2102 0.6381 +176 2011 2022 0.2782 -0.1285 0.6849 +176 2011 2023 0.5285 0.118 0.9391 +176 2011 2024 0.6401 0.2221 1.0581 +176 2011 2025 0.753 0.3437 1.1622 +176 2012 2013 -0.0236 -0.3163 0.2691 +176 2012 2014 -0.0145 -0.3795 0.3506 +176 2012 2015 0.0079 -0.3898 0.4056 +176 2012 2016 0.0537 -0.3388 0.4462 +176 2012 2017 0.017 -0.3932 0.4273 +176 2012 2018 0.0672 -0.3511 0.4855 +176 2012 2019 0.1397 -0.2587 0.5382 +176 2012 2020 0.2422 -0.1622 0.6465 +176 2012 2021 0.17 -0.255 0.595 +176 2012 2022 0.2343 -0.174 0.6425 +176 2012 2023 0.4846 0.0847 0.8845 +176 2012 2024 0.5962 0.1897 1.0026 +176 2012 2025 0.709 0.3142 1.1039 +176 2013 2014 0.0092 -0.2782 0.2965 +176 2013 2015 0.0315 -0.3209 0.384 +176 2013 2016 0.0774 -0.2837 0.4385 +176 2013 2017 0.0407 -0.3427 0.424 +176 2013 2018 0.0908 -0.305 0.4867 +176 2013 2019 0.1634 -0.2132 0.5399 +176 2013 2020 0.2658 -0.1216 0.6532 +176 2013 2021 0.1936 -0.209 0.5963 +176 2013 2022 0.2579 -0.1258 0.6416 +176 2013 2023 0.5082 0.1238 0.8927 +176 2013 2024 0.6198 0.2272 1.0123 +176 2013 2025 0.7326 0.3514 1.1139 +176 2014 2015 0.0224 -0.2688 0.3135 +176 2014 2016 0.0682 -0.2735 0.4098 +176 2014 2017 0.0315 -0.345 0.408 +176 2014 2018 0.0817 -0.3141 0.4775 +176 2014 2019 0.1542 -0.2268 0.5352 +176 2014 2020 0.2567 -0.1346 0.648 +176 2014 2021 0.1845 -0.2235 0.5924 +176 2014 2022 0.2487 -0.1419 0.6394 +176 2014 2023 0.4991 0.1094 0.8887 +176 2014 2024 0.6106 0.2117 1.0096 +176 2014 2025 0.7235 0.334 1.1129 +176 2015 2016 0.0458 -0.2426 0.3343 +176 2015 2017 0.0091 -0.3488 0.3671 +176 2015 2018 0.0593 -0.3293 0.4479 +176 2015 2019 0.1318 -0.249 0.5127 +176 2015 2020 0.2343 -0.1601 0.6286 +176 2015 2021 0.1621 -0.2496 0.5739 +176 2015 2022 0.2264 -0.1694 0.6221 +176 2015 2023 0.4767 0.082 0.8714 +176 2015 2024 0.5883 0.1857 0.9908 +176 2015 2025 0.7011 0.3079 1.0943 +176 2016 2017 -0.0367 -0.3227 0.2493 +176 2016 2018 0.0135 -0.3327 0.3597 +176 2016 2019 0.086 -0.2617 0.4337 +176 2016 2020 0.1885 -0.1771 0.554 +176 2016 2021 0.1163 -0.2772 0.5097 +176 2016 2022 0.1805 -0.1962 0.5572 +176 2016 2023 0.4309 0.0612 0.8006 +176 2016 2024 0.5424 0.1637 0.9212 +176 2016 2025 0.6553 0.2901 1.0204 +176 2017 2018 0.0502 -0.2368 0.3372 +176 2017 2019 0.1227 -0.2097 0.4552 +176 2017 2020 0.2252 -0.1426 0.5929 +176 2017 2021 0.153 -0.2344 0.5403 +176 2017 2022 0.2172 -0.1572 0.5917 +176 2017 2023 0.4676 0.0845 0.8507 +176 2017 2024 0.5791 0.1846 0.9737 +176 2017 2025 0.692 0.3035 1.0805 +176 2018 2019 0.0725 -0.2111 0.3562 +176 2018 2020 0.175 -0.177 0.5269 +176 2018 2021 0.1028 -0.2812 0.4868 +176 2018 2022 0.167 -0.2105 0.5446 +176 2018 2023 0.4174 0.0319 0.8029 +176 2018 2024 0.529 0.1334 0.9245 +176 2018 2025 0.6418 0.2524 1.0312 +176 2019 2020 0.1024 -0.1757 0.3806 +176 2019 2021 0.0303 -0.3148 0.3753 +176 2019 2022 0.0945 -0.253 0.4421 +176 2019 2023 0.3449 -0.01 0.6997 +176 2019 2024 0.4564 0.0883 0.8245 +176 2019 2025 0.5693 0.2112 0.9273 +176 2020 2021 -0.0722 -0.3744 0.23 +176 2020 2022 -0.0079 -0.3489 0.333 +176 2020 2023 0.2424 -0.0999 0.5848 +176 2020 2024 0.354 -0.0087 0.7167 +176 2020 2025 0.4669 0.114 0.8198 +176 2021 2022 0.0643 -0.2172 0.3457 +176 2021 2023 0.3146 -0.0426 0.6719 +176 2021 2024 0.4262 0.0404 0.812 +176 2021 2025 0.5391 0.1468 0.9313 +176 2022 2023 0.2504 -0.0456 0.5464 +176 2022 2024 0.362 0.0112 0.7127 +176 2022 2025 0.4748 0.1101 0.8394 +176 2023 2024 0.1116 -0.1626 0.3857 +176 2023 2025 0.2245 -0.0862 0.5351 +176 2024 2025 0.1129 -0.1567 0.3825 +177 2007 2010 -0.0145 -0.2212 0.1922 +177 2007 2013 0.0267 -0.255 0.3085 +177 2007 2016 0.0015 -0.3206 0.3237 +177 2007 2019 -0.0674 -0.4252 0.2904 +177 2007 2022 -0.0867 -0.4755 0.302 +177 2007 2025 -0.0783 -0.4917 0.3352 +177 2010 2013 0.0414 -0.1772 0.26 +177 2010 2016 0.016 -0.2608 0.2928 +177 2010 2019 -0.0528 -0.3702 0.2646 +177 2010 2022 -0.0721 -0.4259 0.2817 +177 2010 2025 -0.0637 -0.4469 0.3196 +177 2013 2016 -0.0252 -0.227 0.1765 +177 2013 2019 -0.0946 -0.385 0.1957 +177 2013 2022 -0.114 -0.4514 0.2235 +177 2013 2025 -0.1054 -0.4711 0.2603 +177 2016 2019 -0.0692 -0.2907 0.1523 +177 2016 2022 -0.0885 -0.3783 0.2012 +177 2016 2025 -0.08 -0.4095 0.2495 +177 2019 2022 -0.0192 -0.2245 0.1862 +177 2019 2025 -0.0109 -0.2882 0.2665 +177 2022 2025 0.0083 -0.2011 0.2176 +178 2007 2008 0.2739 -2.1923 2.74 +178 2007 2009 3.0828 0.2768 5.8889 +178 2007 2010 2.8535 -0.4128 6.1199 +178 2007 2011 2.7565 0.0315 5.4816 +178 2007 2012 1.6933 -1.158 4.5446 +178 2007 2013 1.5751 -1.7134 4.8635 +178 2007 2014 1.2977 -1.4511 4.0464 +178 2007 2015 0.5557 -2.399 3.5105 +178 2007 2016 2.6402 -0.2533 5.5337 +178 2007 2017 2.7699 0.061 5.4789 +178 2007 2018 3.2037 0.394 6.0134 +178 2007 2019 2.7076 -0.1875 5.6028 +178 2007 2020 2.202 -0.5164 4.9204 +178 2007 2021 0.338 -2.7013 3.3774 +178 2007 2022 0.2589 -3.0932 3.6109 +178 2007 2023 0.2965 -2.5284 3.1214 +178 2007 2024 3.8154 1.0081 6.6227 +178 2007 2025 3.5023 -0.2719 7.2765 +178 2008 2009 2.8088 1.4351 4.1826 +178 2008 2010 2.5797 0.4385 4.7208 +178 2008 2011 2.4826 1.2568 3.7083 +178 2008 2012 1.4193 -0.0508 2.8894 +178 2008 2013 1.3012 -0.8735 3.4758 +178 2008 2014 1.0237 -0.2489 2.2963 +178 2008 2015 0.2818 -1.377 1.9407 +178 2008 2016 2.3662 0.7769 3.9555 +178 2008 2017 2.496 1.3027 3.6893 +178 2008 2018 2.9297 1.5398 4.3197 +178 2008 2019 2.4336 0.8434 4.0238 +178 2008 2020 1.9281 0.7146 3.1416 +178 2008 2021 0.0641 -1.7238 1.8521 +178 2008 2022 -0.015 -2.2739 2.2439 +178 2008 2023 0.0226 -1.3974 1.4425 +178 2008 2024 3.5414 2.1538 4.9291 +178 2008 2025 3.2284 0.3973 6.0595 +178 2009 2010 -0.2293 -2.0462 1.5876 +178 2009 2011 -0.3262 -1.2551 0.6027 +178 2009 2012 -1.3895 -2.2411 -0.5378 +178 2009 2013 -1.5078 -3.4187 0.4032 +178 2009 2014 -1.785 -2.776 -0.7941 +178 2009 2015 -2.527 -3.7702 -1.2838 +178 2009 2016 -0.4426 -1.6421 0.7568 +178 2009 2017 -0.3128 -1.2173 0.5917 +178 2009 2018 0.1209 -0.3795 0.6213 +178 2009 2019 -0.3752 -1.5679 0.8175 +178 2009 2020 -0.8807 -1.8049 0.0435 +178 2009 2021 -2.7448 -4.1841 -1.3054 +178 2009 2022 -2.8239 -4.8727 -0.7752 +178 2009 2023 -2.7862 -3.9646 -1.6078 +178 2009 2024 0.7326 0.2724 1.1928 +178 2009 2025 0.4194 -2.0812 2.9201 +178 2010 2011 -0.097 -1.9077 1.7137 +178 2010 2012 -1.1602 -3.0915 0.771 +178 2010 2013 -1.2785 -3.8265 1.2695 +178 2010 2014 -1.5559 -3.4357 0.3239 +178 2010 2015 -2.2978 -4.417 -0.1786 +178 2010 2016 -0.2133 -2.2614 1.8347 +178 2010 2017 -0.0836 -1.9124 1.7452 +178 2010 2018 0.3502 -1.4919 2.1923 +178 2010 2019 -0.1459 -2.192 1.9002 +178 2010 2020 -0.6515 -2.4905 1.1874 +178 2010 2021 -2.5155 -4.7493 -0.2817 +178 2010 2022 -2.5947 -5.2431 0.0538 +178 2010 2023 -2.5571 -4.5541 -0.56 +178 2010 2024 0.9619 -0.8731 2.7968 +178 2010 2025 0.6487 -2.4376 3.7351 +178 2011 2012 -1.0633 -2.073 -0.0536 +178 2011 2013 -1.1815 -3.0563 0.6934 +178 2011 2014 -1.4588 -2.1121 -0.8056 +178 2011 2015 -2.2007 -3.5166 -0.8849 +178 2011 2016 -0.1164 -1.2911 1.0583 +178 2011 2017 0.0134 -0.4693 0.4962 +178 2011 2018 0.4471 -0.4737 1.3679 +178 2011 2019 -0.049 -1.2207 1.1227 +178 2011 2020 -0.5545 -1.0727 -0.0363 +178 2011 2021 -2.4185 -3.8808 -0.9562 +178 2011 2022 -2.4976 -4.489 -0.5063 +178 2011 2023 -2.4599 -3.4099 -1.51 +178 2011 2024 1.0588 0.1419 1.9757 +178 2011 2025 0.7457 -1.8683 3.3598 +178 2012 2013 -0.1182 -1.9638 1.7273 +178 2012 2014 -0.3956 -1.4726 0.6815 +178 2012 2015 -1.1375 -2.5096 0.2347 +178 2012 2016 0.9469 -0.3768 2.2705 +178 2012 2017 1.0767 0.071 2.0824 +178 2012 2018 1.5104 0.6694 2.3513 +178 2012 2019 1.0143 -0.3045 2.3331 +178 2012 2020 0.5088 -0.5162 1.5338 +178 2012 2021 -1.3552 -2.9034 0.1929 +178 2012 2022 -1.4344 -3.5467 0.6778 +178 2012 2023 -1.3967 -2.6578 -0.1356 +178 2012 2024 2.122 1.2996 2.9445 +178 2012 2025 1.809 -0.7841 4.402 +178 2013 2014 -0.2774 -2.116 1.5612 +178 2013 2015 -1.0193 -3.169 1.1304 +178 2013 2016 1.0652 -1.0237 3.154 +178 2013 2017 1.1949 -0.6662 3.0559 +178 2013 2018 1.6287 -0.2774 3.5347 +178 2013 2019 1.1326 -0.955 3.2202 +178 2013 2020 0.627 -1.2449 2.4988 +178 2013 2021 -1.237 -3.5103 1.0362 +178 2013 2022 -1.3162 -3.9927 1.3604 +178 2013 2023 -1.2786 -3.3058 0.7487 +178 2013 2024 2.2404 0.3405 4.1402 +178 2013 2025 1.9272 -1.1986 5.053 +178 2014 2015 -0.7419 -2.0537 0.5699 +178 2014 2016 1.3424 0.1255 2.5593 +178 2014 2017 1.4723 0.874 2.0705 +178 2014 2018 1.906 0.9251 2.8868 +178 2014 2019 1.4098 0.1927 2.627 +178 2014 2020 0.9043 0.2708 1.5378 +178 2014 2021 -0.9596 -2.4605 0.5413 +178 2014 2022 -1.0388 -3.0609 0.9833 +178 2014 2023 -1.0011 -2.0125 0.0103 +178 2014 2024 2.5176 1.5395 3.4958 +178 2014 2025 2.2046 -0.4338 4.843 +178 2015 2016 2.0844 0.6532 3.5156 +178 2015 2017 2.2142 0.9272 3.5011 +178 2015 2018 2.6479 1.4173 3.8785 +178 2015 2019 2.1518 0.6982 3.6054 +178 2015 2020 1.6462 0.34 2.9525 +178 2015 2021 -0.2177 -1.9688 1.5333 +178 2015 2022 -0.2969 -2.5566 1.9628 +178 2015 2023 -0.2593 -1.7425 1.224 +178 2015 2024 3.2596 2.0349 4.4842 +178 2015 2025 2.9465 0.1989 5.6941 +178 2016 2017 0.1298 -1.0061 1.2658 +178 2016 2018 0.5636 -0.6177 1.7448 +178 2016 2019 0.0674 -0.4671 0.6019 +178 2016 2020 -0.4381 -1.5915 0.7153 +178 2016 2021 -2.3021 -4.0148 -0.5895 +178 2016 2022 -2.3813 -4.585 -0.1776 +178 2016 2023 -2.3436 -3.741 -0.9461 +178 2016 2024 1.1752 -0.0106 2.361 +178 2016 2025 0.862 -1.8453 3.5694 +178 2017 2018 0.4337 -0.4557 1.3231 +178 2017 2019 -0.0624 -1.2026 1.0778 +178 2017 2020 -0.5679 -1.0215 -0.1144 +178 2017 2021 -2.4319 -3.8717 -0.9921 +178 2017 2022 -2.5111 -4.4841 -0.538 +178 2017 2023 -2.4734 -3.3849 -1.5619 +178 2017 2024 1.0454 0.1541 1.9367 +178 2017 2025 0.7323 -1.871 3.3356 +178 2018 2019 -0.4961 -1.6664 0.6742 +178 2018 2020 -1.0016 -1.9159 -0.0874 +178 2018 2021 -2.8657 -4.2995 -1.4319 +178 2018 2022 -2.9449 -4.989 -0.9007 +178 2018 2023 -2.9071 -4.077 -1.7373 +178 2018 2024 0.6117 0.1736 1.0497 +178 2018 2025 0.2985 -2.1999 2.797 +178 2019 2020 -0.5055 -1.654 0.643 +178 2019 2021 -2.3696 -4.0811 -0.658 +178 2019 2022 -2.4488 -4.6527 -0.2448 +178 2019 2023 -2.411 -3.808 -1.014 +178 2019 2024 1.1078 -0.0701 2.2857 +178 2019 2025 0.7946 -1.911 3.5002 +178 2020 2021 -1.864 -3.2905 -0.4374 +178 2020 2022 -1.9431 -3.9185 0.0322 +178 2020 2023 -1.9054 -2.8367 -0.9742 +178 2020 2024 1.6133 0.7038 2.5228 +178 2020 2025 1.3003 -1.3104 3.9109 +178 2021 2022 -0.0792 -2.0114 1.8531 +178 2021 2023 -0.0415 -1.599 1.5159 +178 2021 2024 3.4774 2.0534 4.9013 +178 2021 2025 3.1643 0.3118 6.0167 +178 2022 2023 0.0376 -1.8848 1.96 +178 2022 2024 3.5565 1.5201 5.593 +178 2022 2025 3.2434 0.0261 6.4608 +178 2023 2024 3.5188 2.3687 4.6689 +178 2023 2025 3.2058 0.4906 5.921 +178 2024 2025 -0.3132 -2.783 2.1567 +179 2007 2008 0.048 -0.1605 0.2565 +179 2007 2009 -0.0547 -0.3022 0.1929 +179 2007 2010 -0.1592 -0.4086 0.0902 +179 2007 2011 -0.0471 -0.2953 0.2012 +179 2007 2012 -0.1599 -0.4293 0.1094 +179 2007 2013 -0.1782 -0.4427 0.0862 +179 2007 2014 -0.2694 -0.5291 -0.0097 +179 2007 2015 -0.354 -0.6317 -0.0764 +179 2007 2016 -0.4525 -0.7164 -0.1885 +179 2007 2017 -0.5417 -0.8184 -0.265 +179 2007 2018 -0.6261 -0.9224 -0.3297 +179 2007 2019 -0.8276 -1.1138 -0.5415 +179 2007 2020 -1.0773 -1.3986 -0.7561 +179 2007 2021 -1.1031 -1.4276 -0.7786 +179 2007 2022 -1.0798 -1.393 -0.7666 +179 2007 2023 -1.2398 -1.5711 -0.9084 +179 2007 2024 -1.3194 -1.6631 -0.9756 +179 2007 2025 -1.3647 -1.7202 -1.0092 +179 2008 2009 -0.1027 -0.3126 0.1072 +179 2008 2010 -0.2072 -0.4456 0.0312 +179 2008 2011 -0.0951 -0.3211 0.1309 +179 2008 2012 -0.2079 -0.4657 0.0499 +179 2008 2013 -0.2262 -0.4808 0.0284 +179 2008 2014 -0.3174 -0.5629 -0.0719 +179 2008 2015 -0.402 -0.6683 -0.1357 +179 2008 2016 -0.5005 -0.7571 -0.2439 +179 2008 2017 -0.5897 -0.8533 -0.3262 +179 2008 2018 -0.674 -0.9576 -0.3905 +179 2008 2019 -0.8756 -1.1569 -0.5944 +179 2008 2020 -1.1253 -1.4475 -0.8032 +179 2008 2021 -1.1511 -1.4733 -0.8289 +179 2008 2022 -1.1278 -1.4343 -0.8213 +179 2008 2023 -1.2877 -1.6167 -0.9588 +179 2008 2024 -1.3674 -1.7106 -1.0241 +179 2008 2025 -1.4127 -1.7693 -1.0561 +179 2009 2010 -0.1046 -0.3199 0.1107 +179 2009 2011 0.0076 -0.2309 0.2461 +179 2009 2012 -0.1053 -0.3684 0.1578 +179 2009 2013 -0.1236 -0.391 0.1438 +179 2009 2014 -0.2147 -0.4753 0.0458 +179 2009 2015 -0.2994 -0.5756 -0.0231 +179 2009 2016 -0.3978 -0.6673 -0.1283 +179 2009 2017 -0.4871 -0.7664 -0.2077 +179 2009 2018 -0.5714 -0.8692 -0.2736 +179 2009 2019 -0.773 -1.0653 -0.4807 +179 2009 2020 -1.0227 -1.3481 -0.6973 +179 2009 2021 -1.0485 -1.3768 -0.7201 +179 2009 2022 -1.0252 -1.3446 -0.7057 +179 2009 2023 -1.1851 -1.521 -0.8492 +179 2009 2024 -1.2647 -1.6122 -0.9173 +179 2009 2025 -1.31 -1.6707 -0.9493 +179 2010 2011 0.1122 -0.1046 0.329 +179 2010 2012 -7e-04 -0.2557 0.2543 +179 2010 2013 -0.019 -0.2819 0.2439 +179 2010 2014 -0.1102 -0.3693 0.1489 +179 2010 2015 -0.1948 -0.4728 0.0832 +179 2010 2016 -0.2933 -0.5603 -0.0262 +179 2010 2017 -0.3825 -0.6622 -0.1029 +179 2010 2018 -0.4668 -0.7686 -0.165 +179 2010 2019 -0.6684 -0.9572 -0.3796 +179 2010 2020 -0.9181 -1.2322 -0.6041 +179 2010 2021 -0.9439 -1.2658 -0.622 +179 2010 2022 -0.9206 -1.2394 -0.6018 +179 2010 2023 -1.0805 -1.4104 -0.7507 +179 2010 2024 -1.1602 -1.501 -0.8193 +179 2010 2025 -1.2055 -1.5585 -0.8525 +179 2011 2012 -0.1129 -0.3314 0.1057 +179 2011 2013 -0.1312 -0.3732 0.1109 +179 2011 2014 -0.2223 -0.4656 0.021 +179 2011 2015 -0.307 -0.5739 -0.04 +179 2011 2016 -0.4054 -0.6646 -0.1462 +179 2011 2017 -0.4947 -0.7611 -0.2282 +179 2011 2018 -0.579 -0.8652 -0.2928 +179 2011 2019 -0.7806 -1.0656 -0.4955 +179 2011 2020 -1.0303 -1.3569 -0.7037 +179 2011 2021 -1.056 -1.3824 -0.7297 +179 2011 2022 -1.0327 -1.3432 -0.7223 +179 2011 2023 -1.1927 -1.5259 -0.8594 +179 2011 2024 -1.2723 -1.6196 -0.9249 +179 2011 2025 -1.3176 -1.6781 -0.9571 +179 2012 2013 -0.0183 -0.2424 0.2058 +179 2012 2014 -0.1094 -0.3629 0.144 +179 2012 2015 -0.1941 -0.4736 0.0854 +179 2012 2016 -0.2925 -0.5695 -0.0155 +179 2012 2017 -0.3818 -0.6701 -0.0935 +179 2012 2018 -0.4661 -0.7735 -0.1587 +179 2012 2019 -0.6677 -0.9695 -0.3659 +179 2012 2020 -0.9174 -1.2504 -0.5844 +179 2012 2021 -0.9432 -1.28 -0.6064 +179 2012 2022 -0.9199 -1.2495 -0.5903 +179 2012 2023 -1.0798 -1.4246 -0.735 +179 2012 2024 -1.1594 -1.5154 -0.8035 +179 2012 2025 -1.2048 -1.5734 -0.8362 +179 2013 2014 -0.0912 -0.3101 0.1277 +179 2013 2015 -0.1758 -0.4435 0.0919 +179 2013 2016 -0.2743 -0.5431 -0.0054 +179 2013 2017 -0.3635 -0.6474 -0.0796 +179 2013 2018 -0.4478 -0.7515 -0.1442 +179 2013 2019 -0.6494 -0.949 -0.3498 +179 2013 2020 -0.8991 -1.2365 -0.5617 +179 2013 2021 -0.9249 -1.2639 -0.5859 +179 2013 2022 -0.9016 -1.2278 -0.5754 +179 2013 2023 -1.0615 -1.4076 -0.7155 +179 2013 2024 -1.1411 -1.4995 -0.7828 +179 2013 2025 -1.1865 -1.5565 -0.8165 +179 2014 2015 -0.0846 -0.3087 0.1394 +179 2014 2016 -0.1831 -0.4333 0.0672 +179 2014 2017 -0.2723 -0.5422 -0.0025 +179 2014 2018 -0.3567 -0.6516 -0.0618 +179 2014 2019 -0.5582 -0.8497 -0.2668 +179 2014 2020 -0.808 -1.1344 -0.4815 +179 2014 2021 -0.8337 -1.1637 -0.5037 +179 2014 2022 -0.8104 -1.1302 -0.4907 +179 2014 2023 -0.9704 -1.3076 -0.6331 +179 2014 2024 -1.05 -1.3998 -0.7001 +179 2014 2025 -1.0953 -1.4573 -0.7333 +179 2015 2016 -0.0985 -0.3258 0.1289 +179 2015 2017 -0.1877 -0.4616 0.0862 +179 2015 2018 -0.272 -0.5754 0.0314 +179 2015 2019 -0.4736 -0.7783 -0.1689 +179 2015 2020 -0.7233 -1.0648 -0.3819 +179 2015 2021 -0.7491 -1.0939 -0.4042 +179 2015 2022 -0.7258 -1.0611 -0.3905 +179 2015 2023 -0.8857 -1.239 -0.5324 +179 2015 2024 -0.9654 -1.3302 -0.6005 +179 2015 2025 -1.0107 -1.3876 -0.6337 +179 2016 2017 -0.0893 -0.3162 0.1377 +179 2016 2018 -0.1736 -0.4537 0.1066 +179 2016 2019 -0.3752 -0.6619 -0.0885 +179 2016 2020 -0.6249 -0.9531 -0.2967 +179 2016 2021 -0.6506 -0.9846 -0.3167 +179 2016 2022 -0.6273 -0.9517 -0.3029 +179 2016 2023 -0.7873 -1.131 -0.4435 +179 2016 2024 -0.8669 -1.2232 -0.5106 +179 2016 2025 -0.9122 -1.2803 -0.5441 +179 2017 2018 -0.0843 -0.3232 0.1546 +179 2017 2019 -0.2859 -0.5635 -0.0084 +179 2017 2020 -0.5356 -0.8642 -0.2071 +179 2017 2021 -0.5614 -0.8999 -0.2229 +179 2017 2022 -0.5381 -0.8694 -0.2068 +179 2017 2023 -0.698 -1.0502 -0.3459 +179 2017 2024 -0.7776 -1.1436 -0.4116 +179 2017 2025 -0.823 -1.2015 -0.4444 +179 2018 2019 -0.2016 -0.4471 0.0439 +179 2018 2020 -0.4514 -0.7809 -0.1219 +179 2018 2021 -0.4771 -0.8232 -0.131 +179 2018 2022 -0.4538 -0.7949 -0.1126 +179 2018 2023 -0.6137 -0.9818 -0.2457 +179 2018 2024 -0.6933 -1.076 -0.3107 +179 2018 2025 -0.7386 -1.134 -0.3433 +179 2019 2020 -0.2498 -0.5096 0.0101 +179 2019 2021 -0.2755 -0.5835 0.0325 +179 2019 2022 -0.2522 -0.5742 0.0698 +179 2019 2023 -0.4121 -0.7609 -0.0634 +179 2019 2024 -0.4918 -0.8571 -0.1264 +179 2019 2025 -0.5371 -0.9157 -0.1584 +179 2020 2021 -0.0258 -0.2851 0.2336 +179 2020 2022 -0.0024 -0.3289 0.324 +179 2020 2023 -0.1624 -0.5144 0.1896 +179 2020 2024 -0.242 -0.6146 0.1305 +179 2020 2025 -0.2874 -0.6761 0.1014 +179 2021 2022 0.0233 -0.2416 0.2883 +179 2021 2023 -0.1366 -0.4653 0.192 +179 2021 2024 -0.2163 -0.5801 0.1475 +179 2021 2025 -0.2616 -0.6483 0.1252 +179 2022 2023 -0.16 -0.4254 0.1054 +179 2022 2024 -0.2396 -0.5719 0.0927 +179 2022 2025 -0.2849 -0.6528 0.0829 +179 2023 2024 -0.0796 -0.3438 0.1845 +179 2023 2025 -0.125 -0.4593 0.2094 +179 2024 2025 -0.0453 -0.3118 0.2211 +180 2007 2008 -0.0309 -0.2306 0.1688 +180 2007 2009 -0.2893 -0.525 -0.0535 +180 2007 2010 -0.3988 -0.6619 -0.1358 +180 2007 2011 -0.362 -0.6329 -0.091 +180 2007 2012 -0.3285 -0.5953 -0.0617 +180 2007 2013 -0.4052 -0.6871 -0.1233 +180 2007 2014 -0.2574 -0.5338 0.019 +180 2007 2015 -0.109 -0.3736 0.1557 +180 2007 2016 0.0061 -0.2446 0.2568 +180 2007 2017 -0.0204 -0.2844 0.2436 +180 2007 2018 -0.1968 -0.4558 0.0622 +180 2007 2019 -0.3758 -0.6373 -0.1142 +180 2007 2020 -0.5203 -0.8045 -0.236 +180 2007 2021 -0.5345 -0.8115 -0.2575 +180 2007 2022 -0.7006 -0.982 -0.4193 +180 2007 2023 -0.8152 -1.1182 -0.5122 +180 2007 2024 -0.9137 -1.2153 -0.6121 +180 2007 2025 -1.0289 -1.3629 -0.6949 +180 2008 2009 -0.2584 -0.46 -0.0567 +180 2008 2010 -0.3679 -0.6202 -0.1157 +180 2008 2011 -0.3311 -0.5934 -0.0687 +180 2008 2012 -0.2976 -0.5591 -0.0362 +180 2008 2013 -0.3743 -0.6561 -0.0925 +180 2008 2014 -0.2265 -0.4998 0.0468 +180 2008 2015 -0.0781 -0.3392 0.1831 +180 2008 2016 0.037 -0.2111 0.285 +180 2008 2017 0.0105 -0.2473 0.2683 +180 2008 2018 -0.1659 -0.421 0.0893 +180 2008 2019 -0.3449 -0.607 -0.0827 +180 2008 2020 -0.4894 -0.773 -0.2057 +180 2008 2021 -0.5036 -0.7783 -0.229 +180 2008 2022 -0.6697 -0.9525 -0.3869 +180 2008 2023 -0.7843 -1.0877 -0.4809 +180 2008 2024 -0.8828 -1.1851 -0.5806 +180 2008 2025 -0.998 -1.3356 -0.6604 +180 2009 2010 -0.1096 -0.3075 0.0883 +180 2009 2011 -0.0727 -0.3075 0.1621 +180 2009 2012 -0.0393 -0.2797 0.2011 +180 2009 2013 -0.116 -0.3754 0.1435 +180 2009 2014 0.0318 -0.2277 0.2914 +180 2009 2015 0.1803 -0.0705 0.431 +180 2009 2016 0.2953 0.0488 0.5419 +180 2009 2017 0.2688 0.011 0.5267 +180 2009 2018 0.0925 -0.1523 0.3372 +180 2009 2019 -0.0865 -0.3362 0.1631 +180 2009 2020 -0.231 -0.5005 0.0385 +180 2009 2021 -0.2453 -0.5094 0.0188 +180 2009 2022 -0.4114 -0.6807 -0.1421 +180 2009 2023 -0.526 -0.8147 -0.2372 +180 2009 2024 -0.6245 -0.9086 -0.3404 +180 2009 2025 -0.7397 -1.0562 -0.4231 +180 2010 2011 0.0369 -0.1672 0.241 +180 2010 2012 0.0703 -0.1688 0.3093 +180 2010 2013 -0.0064 -0.2664 0.2535 +180 2010 2014 0.1414 -0.1271 0.41 +180 2010 2015 0.2899 0.0239 0.5559 +180 2010 2016 0.4049 0.1411 0.6687 +180 2010 2017 0.3784 0.1014 0.6554 +180 2010 2018 0.202 -0.0612 0.4652 +180 2010 2019 0.0231 -0.24 0.2861 +180 2010 2020 -0.1214 -0.403 0.1601 +180 2010 2021 -0.1357 -0.4166 0.1451 +180 2010 2022 -0.3018 -0.5831 -0.0206 +180 2010 2023 -0.4164 -0.7162 -0.1165 +180 2010 2024 -0.5149 -0.81 -0.2199 +180 2010 2025 -0.6301 -0.9523 -0.3079 +180 2011 2012 0.0334 -0.1693 0.2361 +180 2011 2013 -0.0433 -0.2955 0.209 +180 2011 2014 0.1046 -0.1601 0.3692 +180 2011 2015 0.253 -0.011 0.517 +180 2011 2016 0.368 0.1062 0.6298 +180 2011 2017 0.3415 0.068 0.6151 +180 2011 2018 0.1652 -0.099 0.4294 +180 2011 2019 -0.0138 -0.2816 0.254 +180 2011 2020 -0.1583 -0.4451 0.1285 +180 2011 2021 -0.1726 -0.4555 0.1104 +180 2011 2022 -0.3387 -0.6257 -0.0517 +180 2011 2023 -0.4532 -0.7589 -0.1476 +180 2011 2024 -0.5518 -0.8537 -0.2499 +180 2011 2025 -0.667 -0.9992 -0.3347 +180 2012 2013 -0.0767 -0.2833 0.1299 +180 2012 2014 0.0711 -0.1699 0.3122 +180 2012 2015 0.2196 -0.0263 0.4655 +180 2012 2016 0.3346 0.0863 0.583 +180 2012 2017 0.3081 0.0447 0.5716 +180 2012 2018 0.1318 -0.1207 0.3842 +180 2012 2019 -0.0472 -0.3054 0.211 +180 2012 2020 -0.1917 -0.4708 0.0873 +180 2012 2021 -0.206 -0.4782 0.0663 +180 2012 2022 -0.3721 -0.6502 -0.094 +180 2012 2023 -0.4867 -0.7847 -0.1886 +180 2012 2024 -0.5852 -0.8788 -0.2916 +180 2012 2025 -0.7004 -1.0266 -0.3742 +180 2013 2014 0.1478 -0.0605 0.3562 +180 2013 2015 0.2963 0.0497 0.5429 +180 2013 2016 0.4113 0.1499 0.6727 +180 2013 2017 0.3848 0.1042 0.6655 +180 2013 2018 0.2084 -0.0607 0.4776 +180 2013 2019 0.0295 -0.2402 0.2991 +180 2013 2020 -0.115 -0.4038 0.1737 +180 2013 2021 -0.1293 -0.4171 0.1585 +180 2013 2022 -0.2954 -0.5836 -0.0072 +180 2013 2023 -0.41 -0.717 -0.1029 +180 2013 2024 -0.5085 -0.8108 -0.2062 +180 2013 2025 -0.6237 -0.9525 -0.2949 +180 2014 2015 0.1485 -0.0555 0.3524 +180 2014 2016 0.2635 0.0221 0.5049 +180 2014 2017 0.237 -0.0279 0.5019 +180 2014 2018 0.0606 -0.2006 0.3218 +180 2014 2019 -0.1184 -0.3848 0.1481 +180 2014 2020 -0.2629 -0.5492 0.0235 +180 2014 2021 -0.2771 -0.5599 0.0057 +180 2014 2022 -0.4432 -0.7304 -0.1561 +180 2014 2023 -0.5578 -0.8641 -0.2515 +180 2014 2024 -0.6563 -0.9597 -0.353 +180 2014 2025 -0.7715 -1.1054 -0.4376 +180 2015 2016 0.115 -0.0804 0.3105 +180 2015 2017 0.0886 -0.1508 0.3279 +180 2015 2018 -0.0878 -0.3297 0.1541 +180 2015 2019 -0.2668 -0.5196 -0.014 +180 2015 2020 -0.4113 -0.6879 -0.1347 +180 2015 2021 -0.4256 -0.6939 -0.1572 +180 2015 2022 -0.5917 -0.8679 -0.3154 +180 2015 2023 -0.7062 -1.0038 -0.4087 +180 2015 2024 -0.8048 -1.0992 -0.5104 +180 2015 2025 -0.9199 -1.2488 -0.5911 +180 2016 2017 -0.0265 -0.2201 0.1671 +180 2016 2018 -0.2029 -0.4246 0.0188 +180 2016 2019 -0.3818 -0.6206 -0.1431 +180 2016 2020 -0.5263 -0.7946 -0.258 +180 2016 2021 -0.5406 -0.7989 -0.2823 +180 2016 2022 -0.7067 -0.974 -0.4394 +180 2016 2023 -0.8213 -1.1127 -0.5298 +180 2016 2024 -0.9198 -1.2103 -0.6293 +180 2016 2025 -1.035 -1.3622 -0.7077 +180 2017 2018 -0.1764 -0.3747 0.0219 +180 2017 2019 -0.3554 -0.5956 -0.1152 +180 2017 2020 -0.4999 -0.7725 -0.2273 +180 2017 2021 -0.5141 -0.7805 -0.2477 +180 2017 2022 -0.6802 -0.9592 -0.4012 +180 2017 2023 -0.7948 -1.0959 -0.4936 +180 2017 2024 -0.8933 -1.1945 -0.5921 +180 2017 2025 -1.0085 -1.3472 -0.6698 +180 2018 2019 -0.179 -0.3746 0.0166 +180 2018 2020 -0.3235 -0.5699 -0.0771 +180 2018 2021 -0.3377 -0.5851 -0.0903 +180 2018 2022 -0.5038 -0.7666 -0.2411 +180 2018 2023 -0.6184 -0.905 -0.3318 +180 2018 2024 -0.7169 -1.0008 -0.4331 +180 2018 2025 -0.8321 -1.1533 -0.5109 +180 2019 2020 -0.1445 -0.3499 0.0609 +180 2019 2021 -0.1588 -0.3953 0.0778 +180 2019 2022 -0.3249 -0.5803 -0.0694 +180 2019 2023 -0.4394 -0.7232 -0.1556 +180 2019 2024 -0.538 -0.8214 -0.2546 +180 2019 2025 -0.6532 -0.9701 -0.3362 +180 2020 2021 -0.0142 -0.225 0.1965 +180 2020 2022 -0.1804 -0.4367 0.076 +180 2020 2023 -0.2949 -0.5858 -0.0041 +180 2020 2024 -0.3935 -0.6889 -0.098 +180 2020 2025 -0.5087 -0.8377 -0.1796 +180 2021 2022 -0.1661 -0.3749 0.0426 +180 2021 2023 -0.2807 -0.5467 -0.0147 +180 2021 2024 -0.3792 -0.6587 -0.0997 +180 2021 2025 -0.4944 -0.8166 -0.1722 +180 2022 2023 -0.1146 -0.3302 0.1011 +180 2022 2024 -0.2131 -0.4701 0.0439 +180 2022 2025 -0.3283 -0.6333 -0.0232 +180 2023 2024 -0.0985 -0.3165 0.1194 +180 2023 2025 -0.2137 -0.5035 0.076 +180 2024 2025 -0.1152 -0.3413 0.1109 +181 2007 2008 -0.0564 -0.4885 0.3757 +181 2007 2009 -0.1127 -0.642 0.4166 +181 2007 2010 0.0803 -0.3984 0.559 +181 2007 2011 0.2988 -0.2392 0.8369 +181 2007 2012 -0.0492 -0.6433 0.5448 +181 2007 2013 -0.47 -1.0396 0.0996 +181 2007 2014 -0.6548 -1.292 -0.0175 +181 2007 2015 -0.7055 -1.344 -0.067 +181 2007 2016 -0.5887 -1.1398 -0.0376 +181 2007 2017 -0.781 -1.3913 -0.1708 +181 2007 2018 -0.8473 -1.4992 -0.1954 +181 2007 2019 -0.8818 -1.5326 -0.231 +181 2007 2020 -0.9339 -1.6037 -0.2641 +181 2007 2021 -0.8604 -1.5316 -0.1893 +181 2007 2022 -0.5697 -1.182 0.0426 +181 2007 2023 -0.1381 -0.7991 0.5229 +181 2007 2024 -0.0808 -0.7004 0.5388 +181 2007 2025 -0.3328 -0.878 0.2123 +181 2008 2009 -0.0563 -0.5087 0.396 +181 2008 2010 0.1367 -0.3313 0.6046 +181 2008 2011 0.3553 -0.1853 0.8958 +181 2008 2012 0.0072 -0.5891 0.6035 +181 2008 2013 -0.4137 -0.9785 0.1511 +181 2008 2014 -0.5984 -1.2265 0.0296 +181 2008 2015 -0.6491 -1.282 -0.0163 +181 2008 2016 -0.5323 -1.0909 0.0262 +181 2008 2017 -0.7247 -1.3318 -0.1176 +181 2008 2018 -0.791 -1.4395 -0.1425 +181 2008 2019 -0.8255 -1.4734 -0.1775 +181 2008 2020 -0.8776 -1.5377 -0.2174 +181 2008 2021 -0.8041 -1.467 -0.1412 +181 2008 2022 -0.5134 -1.129 0.1023 +181 2008 2023 -0.0817 -0.7572 0.5938 +181 2008 2024 -0.0244 -0.6587 0.6099 +181 2008 2025 -0.2765 -0.826 0.273 +181 2009 2010 0.193 -0.2523 0.6383 +181 2009 2011 0.4118 -0.1687 0.9923 +181 2009 2012 0.0635 -0.5567 0.6837 +181 2009 2013 -0.3574 -0.9251 0.2104 +181 2009 2014 -0.5421 -1.1708 0.0866 +181 2009 2015 -0.5928 -1.2289 0.0433 +181 2009 2016 -0.476 -1.0613 0.1092 +181 2009 2017 -0.6684 -1.2896 -0.0472 +181 2009 2018 -0.7347 -1.3935 -0.0758 +181 2009 2019 -0.7692 -1.4265 -0.1118 +181 2009 2020 -0.8213 -1.4823 -0.1602 +181 2009 2021 -0.7478 -1.4091 -0.0865 +181 2009 2022 -0.4571 -1.0921 0.178 +181 2009 2023 -0.0253 -0.7503 0.6997 +181 2009 2024 0.032 -0.6482 0.7122 +181 2009 2025 -0.2202 -0.7921 0.3517 +181 2010 2011 0.2188 -0.2088 0.6463 +181 2010 2012 -0.1295 -0.6609 0.4019 +181 2010 2013 -0.5503 -1.072 -0.0287 +181 2010 2014 -0.7351 -1.3347 -0.1354 +181 2010 2015 -0.7858 -1.3887 -0.1829 +181 2010 2016 -0.669 -1.1811 -0.1568 +181 2010 2017 -0.8613 -1.4402 -0.2825 +181 2010 2018 -0.9276 -1.549 -0.3062 +181 2010 2019 -0.9621 -1.5849 -0.3393 +181 2010 2020 -1.0142 -1.6568 -0.3715 +181 2010 2021 -0.9407 -1.5822 -0.2992 +181 2010 2022 -0.65 -1.2273 -0.0727 +181 2010 2023 -0.2183 -0.8398 0.4032 +181 2010 2024 -0.161 -0.7356 0.4136 +181 2010 2025 -0.4131 -0.9194 0.0933 +181 2011 2012 -0.3483 -0.8184 0.1219 +181 2011 2013 -0.7691 -1.3496 -0.1886 +181 2011 2014 -0.9539 -1.6238 -0.2839 +181 2011 2015 -1.0045 -1.6818 -0.3272 +181 2011 2016 -0.8875 -1.4412 -0.3339 +181 2011 2017 -1.0799 -1.722 -0.4378 +181 2011 2018 -1.1462 -1.8397 -0.4527 +181 2011 2019 -1.1807 -1.882 -0.4794 +181 2011 2020 -1.2327 -1.9657 -0.4998 +181 2011 2021 -1.1593 -1.8981 -0.4205 +181 2011 2022 -0.8686 -1.509 -0.2282 +181 2011 2023 -0.437 -1.0302 0.1562 +181 2011 2024 -0.3796 -0.9332 0.174 +181 2011 2025 -0.6316 -1.1952 -0.068 +181 2012 2013 -0.421 -0.9174 0.0754 +181 2012 2014 -0.6057 -1.2373 0.0258 +181 2012 2015 -0.6564 -1.3192 0.0064 +181 2012 2016 -0.5395 -1.1329 0.0539 +181 2012 2017 -0.7319 -1.3909 -0.0729 +181 2012 2018 -0.7982 -1.5012 -0.0952 +181 2012 2019 -0.8327 -1.54 -0.1253 +181 2012 2020 -0.8848 -1.6121 -0.1575 +181 2012 2021 -0.8113 -1.5429 -0.0798 +181 2012 2022 -0.5205 -1.1915 0.1504 +181 2012 2023 -0.0888 -0.7773 0.5997 +181 2012 2024 -0.0315 -0.679 0.6161 +181 2012 2025 -0.2836 -0.8903 0.323 +181 2013 2014 -0.1847 -0.6588 0.2893 +181 2013 2015 -0.2355 -0.7962 0.3253 +181 2013 2016 -0.1186 -0.6709 0.4336 +181 2013 2017 -0.311 -0.9108 0.2888 +181 2013 2018 -0.3773 -1.0215 0.2669 +181 2013 2019 -0.4118 -1.0557 0.2321 +181 2013 2020 -0.4639 -1.111 0.1832 +181 2013 2021 -0.3904 -1.0405 0.2597 +181 2013 2022 -0.0997 -0.7297 0.5303 +181 2013 2023 0.332 -0.4019 1.066 +181 2013 2024 0.3893 -0.3038 1.0824 +181 2013 2025 0.1371 -0.4385 0.7128 +181 2014 2015 -0.0507 -0.5406 0.4391 +181 2014 2016 0.0662 -0.5103 0.6426 +181 2014 2017 -0.1263 -0.7577 0.5051 +181 2014 2018 -0.1926 -0.8742 0.4891 +181 2014 2019 -0.2271 -0.9129 0.4588 +181 2014 2020 -0.2792 -0.9642 0.4059 +181 2014 2021 -0.2057 -0.8969 0.4856 +181 2014 2022 0.0851 -0.5994 0.7696 +181 2014 2023 0.5169 -0.2803 1.3141 +181 2014 2024 0.5741 -0.1861 1.3343 +181 2014 2025 0.3219 -0.3192 0.963 +181 2015 2016 0.1169 -0.382 0.6157 +181 2015 2017 -0.0756 -0.6826 0.5315 +181 2015 2018 -0.1418 -0.8124 0.5287 +181 2015 2019 -0.1763 -0.8596 0.5069 +181 2015 2020 -0.2284 -0.9188 0.4619 +181 2015 2021 -0.155 -0.8511 0.5412 +181 2015 2022 0.1358 -0.5486 0.8201 +181 2015 2023 0.5676 -0.2201 1.3553 +181 2015 2024 0.6248 -0.1246 1.3742 +181 2015 2025 0.3726 -0.268 1.0133 +181 2016 2017 -0.1924 -0.6683 0.2835 +181 2016 2018 -0.2587 -0.8473 0.33 +181 2016 2019 -0.2932 -0.9139 0.3275 +181 2016 2020 -0.3453 -1.0003 0.3097 +181 2016 2021 -0.2718 -0.9405 0.3968 +181 2016 2022 0.019 -0.601 0.6389 +181 2016 2023 0.4507 -0.2157 1.117 +181 2016 2024 0.5079 -0.1209 1.1368 +181 2016 2025 0.2559 -0.3054 0.8171 +181 2017 2018 -0.0663 -0.5598 0.4273 +181 2017 2019 -0.1008 -0.6915 0.4899 +181 2017 2020 -0.1529 -0.7916 0.4858 +181 2017 2021 -0.0794 -0.7474 0.5886 +181 2017 2022 0.2113 -0.4435 0.8662 +181 2017 2023 0.6431 -0.102 1.3882 +181 2017 2024 0.7003 -0.0114 1.412 +181 2017 2025 0.4482 -0.1672 1.0635 +181 2018 2019 -0.0345 -0.5337 0.4647 +181 2018 2020 -0.0866 -0.7019 0.5287 +181 2018 2021 -0.0131 -0.6815 0.6553 +181 2018 2022 0.2776 -0.3958 0.951 +181 2018 2023 0.7095 -0.065 1.4839 +181 2018 2024 0.7667 0.0223 1.511 +181 2018 2025 0.5145 -0.1365 1.1655 +181 2019 2020 -0.0521 -0.5534 0.4492 +181 2019 2021 0.0214 -0.5939 0.6367 +181 2019 2022 0.3121 -0.3345 0.9587 +181 2019 2023 0.744 -0.023 1.511 +181 2019 2024 0.8012 0.0573 1.5451 +181 2019 2025 0.549 -0.0982 1.1962 +181 2020 2021 0.0735 -0.4257 0.5728 +181 2020 2022 0.3643 -0.2462 0.9747 +181 2020 2023 0.7963 0.0158 1.5768 +181 2020 2024 0.8534 0.0868 1.62 +181 2020 2025 0.6011 -0.0555 1.2577 +181 2021 2022 0.2908 -0.2176 0.7992 +181 2021 2023 0.723 -0.0194 1.4655 +181 2021 2024 0.7801 0.0344 1.5258 +181 2021 2025 0.5276 -0.1172 1.1725 +181 2022 2023 0.4321 -0.1219 0.986 +181 2022 2024 0.4893 -0.1233 1.1018 +181 2022 2025 0.2369 -0.3416 0.8154 +181 2023 2024 0.0574 -0.42 0.5348 +181 2023 2025 -0.1949 -0.8022 0.4123 +181 2024 2025 -0.2524 -0.7485 0.2438 +182 2007 2010 0.2064 0.0795 0.3334 +182 2007 2013 0.0903 -0.061 0.2417 +182 2007 2016 0.0682 -0.077 0.2134 +182 2007 2019 -0.3266 -0.4865 -0.1666 +182 2007 2022 -0.4856 -0.6712 -0.3001 +182 2007 2025 -0.3692 -0.5519 -0.1865 +182 2010 2013 -0.1161 -0.2594 0.0273 +182 2010 2016 -0.1382 -0.2765 0 +182 2010 2019 -0.533 -0.6961 -0.3698 +182 2010 2022 -0.692 -0.8844 -0.4997 +182 2010 2025 -0.5756 -0.7564 -0.3948 +182 2013 2016 -0.0221 -0.1706 0.1263 +182 2013 2019 -0.4169 -0.5882 -0.2456 +182 2013 2022 -0.576 -0.7752 -0.3768 +182 2013 2025 -0.4595 -0.6596 -0.2595 +182 2016 2019 -0.3948 -0.5512 -0.2383 +182 2016 2022 -0.5538 -0.7464 -0.3612 +182 2016 2025 -0.4374 -0.6258 -0.249 +182 2019 2022 -0.1591 -0.3426 0.0245 +182 2019 2025 -0.0426 -0.2418 0.1566 +182 2022 2025 0.1165 -0.0911 0.324 +183 2007 2008 -0.1272 -0.3515 0.097 +183 2007 2009 -0.1138 -0.3837 0.1561 +183 2007 2010 -0.0762 -0.3527 0.2004 +183 2007 2011 -0.0531 -0.3488 0.2426 +183 2007 2012 -0.0977 -0.3998 0.2045 +183 2007 2013 -0.0438 -0.3324 0.2449 +183 2007 2014 -0.0986 -0.4004 0.2033 +183 2007 2015 -0.1451 -0.4611 0.1709 +183 2007 2016 -0.0773 -0.3736 0.219 +183 2007 2017 -0.0444 -0.3445 0.2556 +183 2007 2018 -0.011 -0.3096 0.2876 +183 2007 2019 0.0221 -0.2679 0.312 +183 2007 2020 0.0763 -0.2177 0.3703 +183 2007 2021 0.1038 -0.1859 0.3935 +183 2007 2022 0.005 -0.3004 0.3105 +183 2007 2023 0.0545 -0.2446 0.3536 +183 2007 2024 0.0079 -0.2978 0.3137 +183 2007 2025 0.0459 -0.2626 0.3544 +183 2008 2009 0.0134 -0.191 0.2179 +183 2008 2010 0.0511 -0.1888 0.291 +183 2008 2011 0.0742 -0.1939 0.3422 +183 2008 2012 0.0296 -0.2399 0.299 +183 2008 2013 0.0834 -0.1844 0.3513 +183 2008 2014 0.0286 -0.2428 0.3001 +183 2008 2015 -0.0179 -0.2966 0.2608 +183 2008 2016 0.0499 -0.2195 0.3193 +183 2008 2017 0.0828 -0.1889 0.3544 +183 2008 2018 0.1162 -0.1556 0.388 +183 2008 2019 0.1492 -0.1195 0.418 +183 2008 2020 0.2035 -0.0703 0.4773 +183 2008 2021 0.231 -0.0401 0.5021 +183 2008 2022 0.1322 -0.1426 0.4071 +183 2008 2023 0.1817 -0.0937 0.4571 +183 2008 2024 0.1351 -0.1394 0.4097 +183 2008 2025 0.1731 -0.1156 0.4618 +183 2009 2010 0.0376 -0.165 0.2402 +183 2009 2011 0.0607 -0.1921 0.3135 +183 2009 2012 0.0161 -0.245 0.2772 +183 2009 2013 0.07 -0.1919 0.3319 +183 2009 2014 0.0152 -0.2549 0.2852 +183 2009 2015 -0.0313 -0.3095 0.2468 +183 2009 2016 0.0365 -0.2322 0.3051 +183 2009 2017 0.0693 -0.2033 0.3419 +183 2009 2018 0.1028 -0.1666 0.3721 +183 2009 2019 0.1358 -0.1334 0.4051 +183 2009 2020 0.1901 -0.0846 0.4647 +183 2009 2021 0.2176 -0.0527 0.4878 +183 2009 2022 0.1188 -0.1584 0.3959 +183 2009 2023 0.1683 -0.1083 0.4449 +183 2009 2024 0.1217 -0.153 0.3964 +183 2009 2025 0.1597 -0.1293 0.4486 +183 2010 2011 0.0231 -0.1816 0.2277 +183 2010 2012 -0.0215 -0.2624 0.2194 +183 2010 2013 0.0324 -0.2124 0.2772 +183 2010 2014 -0.0224 -0.2823 0.2374 +183 2010 2015 -0.069 -0.3419 0.204 +183 2010 2016 -0.0012 -0.2609 0.2586 +183 2010 2017 0.0317 -0.2341 0.2975 +183 2010 2018 0.0651 -0.1992 0.3295 +183 2010 2019 0.0982 -0.1626 0.3589 +183 2010 2020 0.1525 -0.1122 0.4171 +183 2010 2021 0.18 -0.0792 0.4391 +183 2010 2022 0.0812 -0.1896 0.352 +183 2010 2023 0.1307 -0.1375 0.3989 +183 2010 2024 0.0841 -0.1865 0.3547 +183 2010 2025 0.1221 -0.1592 0.4033 +183 2011 2012 -0.0446 -0.2531 0.1639 +183 2011 2013 0.0093 -0.2317 0.2503 +183 2011 2014 -0.0455 -0.3082 0.2171 +183 2011 2015 -0.0921 -0.3754 0.1913 +183 2011 2016 -0.0242 -0.296 0.2475 +183 2011 2017 0.0086 -0.2672 0.2845 +183 2011 2018 0.0421 -0.2348 0.3189 +183 2011 2019 0.0751 -0.1987 0.3489 +183 2011 2020 0.1294 -0.1444 0.4031 +183 2011 2021 0.1569 -0.1138 0.4276 +183 2011 2022 0.0581 -0.2265 0.3427 +183 2011 2023 0.1076 -0.1701 0.3853 +183 2011 2024 0.061 -0.2221 0.3441 +183 2011 2025 0.099 -0.1946 0.3925 +183 2012 2013 0.0539 -0.1512 0.259 +183 2012 2014 -9e-04 -0.246 0.2441 +183 2012 2015 -0.0475 -0.3157 0.2208 +183 2012 2016 0.0204 -0.2439 0.2846 +183 2012 2017 0.0532 -0.2178 0.3242 +183 2012 2018 0.0866 -0.1849 0.3582 +183 2012 2019 0.1197 -0.1507 0.3901 +183 2012 2020 0.174 -0.1002 0.4481 +183 2012 2021 0.2015 -0.0692 0.4722 +183 2012 2022 0.1027 -0.175 0.3804 +183 2012 2023 0.1522 -0.1243 0.4287 +183 2012 2024 0.1056 -0.1703 0.3815 +183 2012 2025 0.1436 -0.1466 0.4337 +183 2013 2014 -0.0548 -0.2567 0.147 +183 2013 2015 -0.1014 -0.3513 0.1486 +183 2013 2016 -0.0336 -0.2788 0.2117 +183 2013 2017 -7e-04 -0.2589 0.2575 +183 2013 2018 0.0327 -0.2283 0.2938 +183 2013 2019 0.0658 -0.1909 0.3225 +183 2013 2020 0.1201 -0.1405 0.3806 +183 2013 2021 0.1476 -0.109 0.4042 +183 2013 2022 0.0488 -0.2211 0.3187 +183 2013 2023 0.0983 -0.1662 0.3628 +183 2013 2024 0.0517 -0.2173 0.3207 +183 2013 2025 0.0897 -0.1871 0.3665 +183 2014 2015 -0.0465 -0.2532 0.1601 +183 2014 2016 0.0213 -0.2138 0.2564 +183 2014 2017 0.0541 -0.1992 0.3074 +183 2014 2018 0.0876 -0.1733 0.3484 +183 2014 2019 0.1206 -0.1401 0.3813 +183 2014 2020 0.1749 -0.0893 0.4391 +183 2014 2021 0.2024 -0.0606 0.4654 +183 2014 2022 0.1036 -0.1666 0.3738 +183 2014 2023 0.1531 -0.1137 0.4199 +183 2014 2024 0.1065 -0.1622 0.3752 +183 2014 2025 0.1445 -0.1381 0.4271 +183 2015 2016 0.0678 -0.1374 0.2731 +183 2015 2017 0.1007 -0.1472 0.3486 +183 2015 2018 0.1341 -0.1263 0.3945 +183 2015 2019 0.1672 -0.0982 0.4325 +183 2015 2020 0.2214 -0.0531 0.4959 +183 2015 2021 0.2489 -0.0237 0.5216 +183 2015 2022 0.1501 -0.1237 0.4239 +183 2015 2023 0.1996 -0.0776 0.4769 +183 2015 2024 0.153 -0.1195 0.4256 +183 2015 2025 0.191 -0.0988 0.4808 +183 2016 2017 0.0329 -0.1661 0.2318 +183 2016 2018 0.0663 -0.1676 0.3002 +183 2016 2019 0.0994 -0.1409 0.3396 +183 2016 2020 0.1536 -0.0992 0.4064 +183 2016 2021 0.1811 -0.0713 0.4336 +183 2016 2022 0.0823 -0.1782 0.3428 +183 2016 2023 0.1318 -0.1291 0.3928 +183 2016 2024 0.0852 -0.1772 0.3477 +183 2016 2025 0.1232 -0.1506 0.397 +183 2017 2018 0.0334 -0.1664 0.2333 +183 2017 2019 0.0665 -0.1667 0.2997 +183 2017 2020 0.1208 -0.1265 0.368 +183 2017 2021 0.1483 -0.106 0.4025 +183 2017 2022 0.0495 -0.2162 0.3151 +183 2017 2023 0.099 -0.1631 0.3611 +183 2017 2024 0.0524 -0.2138 0.3185 +183 2017 2025 0.0903 -0.1901 0.3708 +183 2018 2019 0.0331 -0.1655 0.2317 +183 2018 2020 0.0873 -0.1506 0.3252 +183 2018 2021 0.1148 -0.1329 0.3626 +183 2018 2022 0.016 -0.2475 0.2795 +183 2018 2023 0.0655 -0.1968 0.3279 +183 2018 2024 0.0189 -0.2435 0.2814 +183 2018 2025 0.0569 -0.2216 0.3354 +183 2019 2020 0.0543 -0.1449 0.2534 +183 2019 2021 0.0818 -0.1509 0.3144 +183 2019 2022 -0.017 -0.2704 0.2363 +183 2019 2023 0.0325 -0.2234 0.2884 +183 2019 2024 -0.0141 -0.2746 0.2464 +183 2019 2025 0.0239 -0.2483 0.296 +183 2020 2021 0.0275 -0.1701 0.2251 +183 2020 2022 -0.0713 -0.3158 0.1732 +183 2020 2023 -0.0218 -0.2695 0.2259 +183 2020 2024 -0.0684 -0.3301 0.1934 +183 2020 2025 -0.0304 -0.3074 0.2466 +183 2021 2022 -0.0988 -0.3043 0.1066 +183 2021 2023 -0.0493 -0.2809 0.1823 +183 2021 2024 -0.0959 -0.3459 0.1541 +183 2021 2025 -0.0579 -0.3274 0.2116 +183 2022 2023 0.0495 -0.155 0.254 +183 2022 2024 0.0029 -0.2384 0.2442 +183 2022 2025 0.0409 -0.2297 0.3115 +183 2023 2024 -0.0466 -0.2508 0.1576 +183 2023 2025 -0.0086 -0.2607 0.2434 +183 2024 2025 0.038 -0.1707 0.2466 +184 2007 2008 -0.015 -0.233 0.2031 +184 2007 2009 -0.1027 -0.3765 0.1711 +184 2007 2010 0.0225 -0.2351 0.28 +184 2007 2011 0.2096 -0.0557 0.4748 +184 2007 2012 0.2478 -0.0246 0.5203 +184 2007 2013 0.1724 -0.0973 0.442 +184 2007 2014 0.2008 -0.0692 0.4708 +184 2007 2015 0.1684 -0.1111 0.4478 +184 2007 2016 0.2267 -0.0533 0.5067 +184 2007 2017 0.3349 0.0639 0.6058 +184 2007 2018 0.4362 0.1532 0.7191 +184 2007 2019 0.5919 0.3178 0.866 +184 2007 2020 0.712 0.4391 0.985 +184 2007 2021 0.6455 0.363 0.928 +184 2007 2022 0.692 0.41 0.9741 +184 2007 2023 0.642 0.3639 0.9202 +184 2007 2024 0.9081 0.628 1.1882 +184 2007 2025 0.8522 0.5625 1.1418 +184 2008 2009 -0.0877 -0.3146 0.1391 +184 2008 2010 0.0374 -0.2011 0.2759 +184 2008 2011 0.2246 -0.0214 0.4705 +184 2008 2012 0.2628 0.006 0.5197 +184 2008 2013 0.1873 -0.0704 0.445 +184 2008 2014 0.2157 -0.0368 0.4683 +184 2008 2015 0.1833 -0.0793 0.446 +184 2008 2016 0.2416 -0.0235 0.5068 +184 2008 2017 0.3498 0.1 0.5997 +184 2008 2018 0.4511 0.1857 0.7166 +184 2008 2019 0.6068 0.347 0.8667 +184 2008 2020 0.727 0.474 0.98 +184 2008 2021 0.6605 0.3952 0.9257 +184 2008 2022 0.707 0.4383 0.9757 +184 2008 2023 0.657 0.3985 0.9155 +184 2008 2024 0.9231 0.6593 1.1869 +184 2008 2025 0.8671 0.5885 1.1458 +184 2009 2010 0.1251 -0.0967 0.347 +184 2009 2011 0.3123 0.0453 0.5793 +184 2009 2012 0.3505 0.0723 0.6288 +184 2009 2013 0.275 -0.0015 0.5516 +184 2009 2014 0.3035 0.0262 0.5807 +184 2009 2015 0.2711 -0.0066 0.5487 +184 2009 2016 0.3294 0.0473 0.6115 +184 2009 2017 0.4376 0.1642 0.7109 +184 2009 2018 0.5388 0.2575 0.8202 +184 2009 2019 0.6946 0.4107 0.9784 +184 2009 2020 0.8147 0.5319 1.0975 +184 2009 2021 0.7482 0.4679 1.0285 +184 2009 2022 0.7947 0.5064 1.0831 +184 2009 2023 0.7447 0.4717 1.0178 +184 2009 2024 1.0108 0.7228 1.2988 +184 2009 2025 0.9548 0.6569 1.2528 +184 2010 2011 0.1871 -0.0266 0.4009 +184 2010 2012 0.2254 -0.0205 0.4713 +184 2010 2013 0.1499 -0.0981 0.3979 +184 2010 2014 0.1783 -0.0736 0.4302 +184 2010 2015 0.1459 -0.1134 0.4052 +184 2010 2016 0.2042 -0.0569 0.4653 +184 2010 2017 0.3124 0.0604 0.5644 +184 2010 2018 0.4137 0.1497 0.6777 +184 2010 2019 0.5694 0.3101 0.8287 +184 2010 2020 0.6896 0.4318 0.9473 +184 2010 2021 0.6231 0.36 0.8861 +184 2010 2022 0.6696 0.4035 0.9356 +184 2010 2023 0.6196 0.3628 0.8763 +184 2010 2024 0.8857 0.6211 1.1503 +184 2010 2025 0.8297 0.555 1.1045 +184 2011 2012 0.0383 -0.1691 0.2456 +184 2011 2013 -0.0372 -0.2776 0.2031 +184 2011 2014 -0.0088 -0.2494 0.2318 +184 2011 2015 -0.0412 -0.2979 0.2155 +184 2011 2016 0.0171 -0.2433 0.2775 +184 2011 2017 0.1253 -0.1168 0.3674 +184 2011 2018 0.2266 -0.0325 0.4856 +184 2011 2019 0.3823 0.1302 0.6344 +184 2011 2020 0.5024 0.2609 0.744 +184 2011 2021 0.4359 0.1765 0.6953 +184 2011 2022 0.4825 0.22 0.7449 +184 2011 2023 0.4325 0.1771 0.6879 +184 2011 2024 0.6986 0.4469 0.9502 +184 2011 2025 0.6426 0.37 0.9152 +184 2012 2013 -0.0755 -0.2877 0.1367 +184 2012 2014 -0.0471 -0.285 0.1909 +184 2012 2015 -0.0795 -0.3333 0.1743 +184 2012 2016 -0.0212 -0.2833 0.2409 +184 2012 2017 0.087 -0.1626 0.3367 +184 2012 2018 0.1883 -0.07 0.4466 +184 2012 2019 0.344 0.0894 0.5986 +184 2012 2020 0.4642 0.2151 0.7132 +184 2012 2021 0.3977 0.1385 0.6568 +184 2012 2022 0.4442 0.1791 0.7092 +184 2012 2023 0.3942 0.1328 0.6556 +184 2012 2024 0.6603 0.4107 0.9099 +184 2012 2025 0.6043 0.3306 0.878 +184 2013 2014 0.0284 -0.1804 0.2372 +184 2013 2015 -0.004 -0.2489 0.2409 +184 2013 2016 0.0543 -0.2006 0.3092 +184 2013 2017 0.1625 -0.0866 0.4116 +184 2013 2018 0.2638 0.0018 0.5258 +184 2013 2019 0.4195 0.1635 0.6756 +184 2013 2020 0.5397 0.2852 0.7942 +184 2013 2021 0.4731 0.2111 0.7352 +184 2013 2022 0.5197 0.2554 0.784 +184 2013 2023 0.4697 0.2124 0.727 +184 2013 2024 0.7358 0.4752 0.9964 +184 2013 2025 0.6798 0.4072 0.9524 +184 2014 2015 -0.0324 -0.2432 0.1783 +184 2014 2016 0.0259 -0.2163 0.2681 +184 2014 2017 0.1341 -0.1002 0.3684 +184 2014 2018 0.2354 -0.0192 0.4899 +184 2014 2019 0.3911 0.1405 0.6416 +184 2014 2020 0.5112 0.2699 0.7526 +184 2014 2021 0.4447 0.1889 0.7005 +184 2014 2022 0.4913 0.231 0.7515 +184 2014 2023 0.4413 0.1922 0.6903 +184 2014 2024 0.7074 0.4537 0.9611 +184 2014 2025 0.6514 0.3798 0.923 +184 2015 2016 0.0583 -0.1542 0.2708 +184 2015 2017 0.1665 -0.0686 0.4016 +184 2015 2018 0.2678 0.016 0.5196 +184 2015 2019 0.4235 0.1684 0.6786 +184 2015 2020 0.5436 0.2908 0.7964 +184 2015 2021 0.4771 0.2213 0.733 +184 2015 2022 0.5237 0.2593 0.788 +184 2015 2023 0.4737 0.221 0.7263 +184 2015 2024 0.7398 0.4822 0.9973 +184 2015 2025 0.6838 0.4098 0.9578 +184 2016 2017 0.1082 -0.1021 0.3185 +184 2016 2018 0.2095 -0.0406 0.4595 +184 2016 2019 0.3652 0.1121 0.6183 +184 2016 2020 0.4853 0.2322 0.7385 +184 2016 2021 0.4188 0.1587 0.6789 +184 2016 2022 0.4654 0.2023 0.7284 +184 2016 2023 0.4154 0.162 0.6687 +184 2016 2024 0.6815 0.4189 0.944 +184 2016 2025 0.6255 0.3524 0.8986 +184 2017 2018 0.1013 -0.107 0.3095 +184 2017 2019 0.257 0.0261 0.4879 +184 2017 2020 0.3771 0.1541 0.6001 +184 2017 2021 0.3106 0.0675 0.5537 +184 2017 2022 0.3572 0.1079 0.6065 +184 2017 2023 0.3072 0.0749 0.5395 +184 2017 2024 0.5733 0.328 0.8186 +184 2017 2025 0.5173 0.2528 0.7818 +184 2018 2019 0.1557 -0.0556 0.367 +184 2018 2020 0.2759 0.0394 0.5123 +184 2018 2021 0.2093 -0.038 0.4567 +184 2018 2022 0.2559 -0.0032 0.515 +184 2018 2023 0.2059 -0.0447 0.4564 +184 2018 2024 0.472 0.222 0.722 +184 2018 2025 0.416 0.1455 0.6865 +184 2019 2020 0.1202 -0.0852 0.3255 +184 2019 2021 0.0536 -0.188 0.2953 +184 2019 2022 0.1002 -0.1474 0.3477 +184 2019 2023 0.0502 -0.1983 0.2987 +184 2019 2024 0.3163 0.0701 0.5625 +184 2019 2025 0.2603 0.0021 0.5185 +184 2020 2021 -0.0665 -0.2767 0.1436 +184 2020 2022 -0.02 -0.2571 0.2171 +184 2020 2023 -0.07 -0.3043 0.1644 +184 2020 2024 0.1961 -0.0419 0.4341 +184 2020 2025 0.1402 -0.1223 0.4026 +184 2021 2022 0.0465 -0.1651 0.2582 +184 2021 2023 -0.0035 -0.2371 0.2302 +184 2021 2024 0.2626 0.0202 0.5051 +184 2021 2025 0.2067 -0.0594 0.4728 +184 2022 2023 -0.05 -0.2624 0.1624 +184 2022 2024 0.2161 -0.0262 0.4584 +184 2022 2025 0.1601 -0.1004 0.4206 +184 2023 2024 0.2661 0.0454 0.4869 +184 2023 2025 0.2101 -0.0455 0.4658 +184 2024 2025 -0.056 -0.2758 0.1639 +185 2007 2010 0.1926 0.0974 0.2879 +185 2007 2013 0.1279 0.0282 0.2276 +185 2007 2016 0.0593 -0.039 0.1576 +185 2007 2019 -0.0474 -0.1493 0.0545 +185 2007 2022 -0.1854 -0.2922 -0.0785 +185 2007 2025 -0.1628 -0.2882 -0.0374 +185 2010 2013 -0.0647 -0.1584 0.029 +185 2010 2016 -0.1333 -0.2303 -0.0364 +185 2010 2019 -0.24 -0.3423 -0.1378 +185 2010 2022 -0.378 -0.4886 -0.2674 +185 2010 2025 -0.3554 -0.4814 -0.2294 +185 2013 2016 -0.0686 -0.1606 0.0234 +185 2013 2019 -0.1753 -0.2767 -0.074 +185 2013 2022 -0.3133 -0.4216 -0.205 +185 2013 2025 -0.2907 -0.4161 -0.1652 +185 2016 2019 -0.1067 -0.1998 -0.0137 +185 2016 2022 -0.2447 -0.3487 -0.1407 +185 2016 2025 -0.2221 -0.3447 -0.0994 +185 2019 2022 -0.138 -0.2382 -0.0378 +185 2019 2025 -0.1154 -0.2407 0.01 +185 2022 2025 0.0226 -0.0987 0.144 +186 2007 2008 0.4368 -0.2441 1.1177 +186 2007 2009 0.261 -0.5602 1.0822 +186 2007 2010 -0.2084 -1.0892 0.6725 +186 2007 2011 -0.3562 -1.3255 0.6131 +186 2007 2012 -0.4301 -1.3574 0.4973 +186 2007 2013 -0.6992 -1.6423 0.244 +186 2007 2014 -0.7221 -1.6773 0.2331 +186 2007 2015 -0.5555 -1.4831 0.3721 +186 2007 2016 -0.3001 -1.203 0.6027 +186 2007 2017 0.0074 -0.8681 0.8829 +186 2007 2018 0.803 0.0208 1.5852 +186 2007 2019 1.3149 0.5604 2.0693 +186 2007 2020 2.0508 1.2612 2.8403 +186 2007 2021 1.7443 1.0116 2.4769 +186 2007 2022 1.8227 1.0882 2.5571 +186 2007 2023 2.1218 1.3479 2.8958 +186 2007 2024 2.2922 1.5732 3.0112 +186 2007 2025 2.6377 1.9226 3.3528 +186 2008 2009 -0.1758 -0.7724 0.4208 +186 2008 2010 -0.6451 -1.3897 0.0994 +186 2008 2011 -0.793 -1.6422 0.0562 +186 2008 2012 -0.8668 -1.6678 -0.0657 +186 2008 2013 -1.1359 -1.977 -0.2948 +186 2008 2014 -1.1588 -2.01 -0.3077 +186 2008 2015 -0.9922 -1.8103 -0.1741 +186 2008 2016 -0.7368 -1.5293 0.0556 +186 2008 2017 -0.4293 -1.1853 0.3267 +186 2008 2018 0.3663 -0.2559 0.9885 +186 2008 2019 0.8782 0.2684 1.4879 +186 2008 2020 1.614 1.0335 2.1945 +186 2008 2021 1.3076 0.7518 1.8633 +186 2008 2022 1.386 0.7981 1.9738 +186 2008 2023 1.6851 1.1085 2.2617 +186 2008 2024 1.8555 1.3155 2.3954 +186 2008 2025 2.201 1.6349 2.7671 +186 2009 2010 -0.4694 -1.1111 0.1723 +186 2009 2011 -0.6172 -1.4272 0.1928 +186 2009 2012 -0.691 -1.4853 0.1033 +186 2009 2013 -0.9601 -1.8088 -0.1115 +186 2009 2014 -0.9831 -1.8523 -0.1138 +186 2009 2015 -0.8164 -1.6529 0.02 +186 2009 2016 -0.5611 -1.3769 0.2547 +186 2009 2017 -0.2536 -1.0389 0.5317 +186 2009 2018 0.542 -0.1057 1.1897 +186 2009 2019 1.0539 0.4095 1.6984 +186 2009 2020 1.7898 1.1363 2.4433 +186 2009 2021 1.4833 0.8988 2.0678 +186 2009 2022 1.5617 0.9394 2.1841 +186 2009 2023 1.8609 1.2142 2.5076 +186 2009 2024 2.0312 1.4647 2.5978 +186 2009 2025 2.3768 1.7776 2.976 +186 2010 2011 -0.1478 -0.8224 0.5267 +186 2010 2012 -0.2217 -0.9855 0.5422 +186 2010 2013 -0.4908 -1.3304 0.3488 +186 2010 2014 -0.5137 -1.393 0.3655 +186 2010 2015 -0.3471 -1.2064 0.5121 +186 2010 2016 -0.0918 -0.9327 0.7492 +186 2010 2017 0.2158 -0.5995 1.031 +186 2010 2018 1.0114 0.3065 1.7162 +186 2010 2019 1.5233 0.8393 2.2072 +186 2010 2020 2.2592 1.5247 2.9936 +186 2010 2021 1.9526 1.3049 2.6003 +186 2010 2022 2.0311 1.37 2.6921 +186 2010 2023 2.3302 1.6125 3.0479 +186 2010 2024 2.5006 1.87 3.1311 +186 2010 2025 2.8461 2.208 3.4842 +186 2011 2012 -0.0738 -0.7521 0.6045 +186 2011 2013 -0.343 -1.1916 0.5057 +186 2011 2014 -0.3659 -1.2879 0.5561 +186 2011 2015 -0.1993 -1.1203 0.7217 +186 2011 2016 0.0561 -0.8586 0.9708 +186 2011 2017 0.3636 -0.5286 1.2558 +186 2011 2018 1.1592 0.3696 1.9488 +186 2011 2019 1.6711 0.8915 2.4507 +186 2011 2020 2.407 1.5882 3.2259 +186 2011 2021 2.1005 1.3643 2.8367 +186 2011 2022 2.1789 1.4191 2.9387 +186 2011 2023 2.4781 1.6736 3.2825 +186 2011 2024 2.6484 1.9278 3.3691 +186 2011 2025 2.994 2.2531 3.7348 +186 2012 2013 -0.2691 -0.938 0.3997 +186 2012 2014 -0.2921 -1.1069 0.5227 +186 2012 2015 -0.1254 -0.9672 0.7163 +186 2012 2016 0.1299 -0.7198 0.9796 +186 2012 2017 0.4374 -0.3955 1.2704 +186 2012 2018 1.233 0.5125 1.9535 +186 2012 2019 1.7449 1.0295 2.4604 +186 2012 2020 2.4808 1.7299 3.2318 +186 2012 2021 2.1743 1.5103 2.8383 +186 2012 2022 2.2527 1.5581 2.9474 +186 2012 2023 2.5519 1.8144 3.2894 +186 2012 2024 2.7222 2.075 3.3695 +186 2012 2025 3.0678 2.3936 3.742 +186 2013 2014 -0.0229 -0.6959 0.65 +186 2013 2015 0.1437 -0.6522 0.9395 +186 2013 2016 0.399 -0.44 1.2381 +186 2013 2017 0.7066 -0.1317 1.5448 +186 2013 2018 1.5022 0.7497 2.2546 +186 2013 2019 2.0141 1.277 2.7511 +186 2013 2020 2.75 1.9644 3.5355 +186 2013 2021 2.4434 1.7414 3.1454 +186 2013 2022 2.5219 1.8052 3.2385 +186 2013 2023 2.821 2.0544 3.5876 +186 2013 2024 2.9914 2.3053 3.6775 +186 2013 2025 3.3369 2.6393 4.0346 +186 2014 2015 0.1666 -0.4997 0.833 +186 2014 2016 0.422 -0.3766 1.2205 +186 2014 2017 0.7295 -0.0968 1.5558 +186 2014 2018 1.5251 0.7639 2.2863 +186 2014 2019 2.037 1.2824 2.7916 +186 2014 2020 2.7729 1.9863 3.5595 +186 2014 2021 2.4664 1.752 3.1808 +186 2014 2022 2.5448 1.8082 3.2815 +186 2014 2023 2.844 2.0767 3.6112 +186 2014 2024 3.0143 2.3152 3.7134 +186 2014 2025 3.3599 2.6385 4.0812 +186 2015 2016 0.2554 -0.3931 0.9038 +186 2015 2017 0.5629 -0.193 1.3187 +186 2015 2018 1.3585 0.648 2.069 +186 2015 2019 1.8704 1.1553 2.5854 +186 2015 2020 2.6063 1.8524 3.3601 +186 2015 2021 2.2998 1.6306 2.9689 +186 2015 2022 2.3782 1.6808 3.0755 +186 2015 2023 2.6773 1.9415 3.4132 +186 2015 2024 2.8477 2.1951 3.5003 +186 2015 2025 3.1932 2.5132 3.8732 +186 2016 2017 0.3075 -0.3223 0.9373 +186 2016 2018 1.1031 0.4343 1.772 +186 2016 2019 1.615 0.9392 2.2908 +186 2016 2020 2.3509 1.6277 3.0741 +186 2016 2021 2.0444 1.3982 2.6906 +186 2016 2022 2.1228 1.4635 2.7822 +186 2016 2023 2.422 1.7159 3.128 +186 2016 2024 2.5923 1.9624 3.2222 +186 2016 2025 2.9379 2.2993 3.5764 +186 2017 2018 0.7956 0.211 1.3803 +186 2017 2019 1.3075 0.6634 1.9516 +186 2017 2020 2.0434 1.3676 2.7192 +186 2017 2021 1.7369 1.1299 2.3439 +186 2017 2022 1.8153 1.1787 2.4519 +186 2017 2023 2.1145 1.457 2.772 +186 2017 2024 2.2848 1.695 2.8746 +186 2017 2025 2.6303 2.0096 3.2511 +186 2018 2019 0.5119 0.0411 0.9827 +186 2018 2020 1.2478 0.7136 1.782 +186 2018 2021 0.9413 0.515 1.3676 +186 2018 2022 1.0197 0.5333 1.5062 +186 2018 2023 1.3188 0.7906 1.8471 +186 2018 2024 1.4892 1.0872 1.8913 +186 2018 2025 1.8347 1.3753 2.2942 +186 2019 2020 0.7359 0.2437 1.2281 +186 2019 2021 0.4294 -0.0098 0.8686 +186 2019 2022 0.5078 0.086 0.9297 +186 2019 2023 0.8069 0.3007 1.3131 +186 2019 2024 0.9773 0.555 1.3996 +186 2019 2025 1.3228 0.9436 1.7021 +186 2020 2021 -0.3065 -0.7575 0.1444 +186 2020 2022 -0.2281 -0.7245 0.2684 +186 2020 2023 0.0711 -0.3405 0.4827 +186 2020 2024 0.2414 -0.213 0.6959 +186 2020 2025 0.587 0.1066 1.0673 +186 2021 2022 0.0784 -0.3192 0.4761 +186 2021 2023 0.3776 -0.0747 0.8298 +186 2021 2024 0.5479 0.2592 0.8367 +186 2021 2025 0.8935 0.51 1.277 +186 2022 2023 0.2991 -0.1649 0.7632 +186 2022 2024 0.4695 0.0811 0.8579 +186 2022 2025 0.815 0.4828 1.1473 +186 2023 2024 0.1704 -0.2565 0.5972 +186 2023 2025 0.5159 0.0498 0.982 +186 2024 2025 0.3455 -0.0086 0.6997 +187 2007 2010 0.1296 -0.3057 0.5648 +187 2007 2013 -0.6056 -1.1329 -0.0783 +187 2007 2016 0.6902 0.3232 1.0571 +187 2007 2019 0.1805 -0.2115 0.5724 +187 2007 2022 0.5283 0.1523 0.9043 +187 2007 2025 0.1737 -1.3059 1.6534 +187 2010 2013 -0.7352 -1.2582 -0.2121 +187 2010 2016 0.5606 0.1848 0.9364 +187 2010 2019 0.0509 -0.3503 0.4521 +187 2010 2022 0.3988 0.0123 0.7852 +187 2010 2025 0.0442 -1.4399 1.5283 +187 2013 2016 1.2958 0.8299 1.7617 +187 2013 2019 0.7861 0.2986 1.2736 +187 2013 2022 1.1339 0.658 1.6098 +187 2013 2025 0.7795 -0.7261 2.285 +187 2016 2019 -0.5097 -0.79 -0.2293 +187 2016 2022 -0.1619 -0.4521 0.1284 +187 2016 2025 -0.5164 -1.9732 0.9403 +187 2019 2022 0.3478 0.0313 0.6644 +187 2019 2025 -0.0067 -1.4695 1.4561 +187 2022 2025 -0.3546 -1.786 1.0769 +188 2007 2010 0.1883 0.144 0.2325 +188 2007 2013 0.2009 0.1549 0.2469 +188 2007 2016 0.1798 0.1345 0.2251 +188 2007 2019 0.1295 0.0832 0.1757 +188 2007 2022 0.3503 0.306 0.3947 +188 2007 2025 0.6676 0.6179 0.7173 +188 2010 2013 0.0126 -0.0326 0.0579 +188 2010 2016 -0.0085 -0.0537 0.0368 +188 2010 2019 -0.0588 -0.1056 -0.012 +188 2010 2022 0.1621 0.1172 0.2069 +188 2010 2025 0.4794 0.4296 0.5292 +188 2013 2016 -0.0211 -0.066 0.0238 +188 2013 2019 -0.0714 -0.1182 -0.0247 +188 2013 2022 0.1494 0.1045 0.1944 +188 2013 2025 0.4667 0.4162 0.5172 +188 2016 2019 -0.0503 -0.0945 -0.0062 +188 2016 2022 0.1705 0.1279 0.2132 +188 2016 2025 0.4878 0.4382 0.5375 +188 2019 2022 0.2208 0.1782 0.2635 +188 2019 2025 0.5382 0.4871 0.5892 +188 2022 2025 0.3173 0.2688 0.3659 +189 2007 2010 -0.0036 -0.0784 0.0712 +189 2007 2013 -2e-04 -0.0963 0.096 +189 2007 2016 0.0085 -0.1006 0.1175 +189 2007 2019 -0.0051 -0.1227 0.1125 +189 2007 2022 -0.0417 -0.1687 0.0854 +189 2007 2025 -0.0582 -0.1996 0.0833 +189 2010 2013 0.0034 -0.0707 0.0774 +189 2010 2016 0.012 -0.0826 0.1066 +189 2010 2019 -0.0015 -0.1077 0.1046 +189 2010 2022 -0.0381 -0.1553 0.0791 +189 2010 2025 -0.0546 -0.1875 0.0784 +189 2013 2016 0.0086 -0.0666 0.0838 +189 2013 2019 -0.0049 -0.0996 0.0898 +189 2013 2022 -0.0415 -0.1515 0.0685 +189 2013 2025 -0.058 -0.1858 0.0697 +189 2016 2019 -0.0136 -0.0875 0.0604 +189 2016 2022 -0.0502 -0.1502 0.0499 +189 2016 2025 -0.0667 -0.1883 0.0549 +189 2019 2022 -0.0366 -0.1159 0.0426 +189 2019 2025 -0.0532 -0.1609 0.0546 +189 2022 2025 -0.0165 -0.0978 0.0647 +190 2007 2010 0.4222 0.1322 0.7123 +190 2007 2013 0.714 0.3727 1.0553 +190 2007 2016 0.8365 0.4877 1.1853 +190 2007 2019 1.0481 0.6889 1.4072 +190 2007 2022 1.4738 1.0724 1.8752 +190 2007 2025 1.9518 1.4977 2.406 +190 2010 2013 0.2918 0.0084 0.5751 +190 2010 2016 0.4143 0.1084 0.7201 +190 2010 2019 0.6259 0.302 0.9497 +190 2010 2022 1.0516 0.6755 1.4277 +190 2010 2025 1.5297 1.113 1.9464 +190 2013 2016 0.1225 -0.1561 0.401 +190 2013 2019 0.3341 0.007 0.6611 +190 2013 2022 0.7598 0.3835 1.1361 +190 2013 2025 1.2379 0.8209 1.655 +190 2016 2019 0.2116 -0.0765 0.4997 +190 2016 2022 0.6374 0.2913 0.9834 +190 2016 2025 1.1154 0.7083 1.5226 +190 2019 2022 0.4258 0.1193 0.7322 +190 2019 2025 0.9039 0.5148 1.293 +190 2022 2025 0.4782 0.1253 0.831 +191 2007 2010 0.0604 0.0014 0.1193 +191 2007 2013 -0.1132 -0.1785 -0.0479 +191 2007 2016 -0.2196 -0.2846 -0.1545 +191 2007 2019 -0.3618 -0.4314 -0.2923 +191 2007 2022 -0.3511 -0.4216 -0.2807 +191 2007 2025 -0.2568 -0.3416 -0.172 +191 2010 2013 -0.1736 -0.2395 -0.1076 +191 2010 2016 -0.2799 -0.3467 -0.2131 +191 2010 2019 -0.4222 -0.4942 -0.3502 +191 2010 2022 -0.4115 -0.4842 -0.3387 +191 2010 2025 -0.3172 -0.4033 -0.231 +191 2013 2016 -0.1063 -0.1756 -0.0371 +191 2013 2019 -0.2486 -0.3235 -0.1738 +191 2013 2022 -0.2379 -0.3139 -0.1619 +191 2013 2025 -0.1436 -0.2337 -0.0535 +191 2016 2019 -0.1423 -0.2141 -0.0705 +191 2016 2022 -0.1316 -0.2057 -0.0575 +191 2016 2025 -0.0372 -0.1266 0.0521 +191 2019 2022 0.0107 -0.0647 0.0861 +191 2019 2025 0.1051 0.0124 0.1977 +191 2022 2025 0.0943 0.0037 0.1849 +192 2007 2010 0.6427 0.1957 1.0896 +192 2007 2013 0.3389 -0.1304 0.8083 +192 2007 2016 0.3943 -0.0526 0.8413 +192 2007 2019 -0.4239 -0.8965 0.0486 +192 2007 2022 -0.493 -0.9872 0.0012 +192 2007 2025 -0.7884 -1.4506 -0.1262 +192 2010 2013 -0.3037 -0.7244 0.117 +192 2010 2016 -0.2483 -0.6505 0.1539 +192 2010 2019 -1.0666 -1.5081 -0.625 +192 2010 2022 -1.1356 -1.5947 -0.6765 +192 2010 2025 -1.4311 -2.0717 -0.7904 +192 2013 2016 0.0554 -0.3233 0.4341 +192 2013 2019 -0.7629 -1.1985 -0.3272 +192 2013 2022 -0.8319 -1.281 -0.3828 +192 2013 2025 -1.1273 -1.749 -0.5057 +192 2016 2019 -0.8183 -1.2075 -0.4291 +192 2016 2022 -0.8873 -1.303 -0.4717 +192 2016 2025 -1.1827 -1.7706 -0.5949 +192 2019 2022 -0.069 -0.5054 0.3673 +192 2019 2025 -0.3645 -0.9825 0.2536 +192 2022 2025 -0.2954 -0.881 0.2902 +193 2007 2008 -0.1535 -0.273 -0.034 +193 2007 2009 -0.2442 -0.3904 -0.098 +193 2007 2010 -0.2204 -0.3128 -0.128 +193 2007 2011 -0.1374 -0.2621 -0.0128 +193 2007 2012 -0.1121 -0.2524 0.0281 +193 2007 2013 -0.1934 -0.3026 -0.0841 +193 2007 2014 -0.3607 -0.5057 -0.2156 +193 2007 2015 -0.2779 -0.4119 -0.1439 +193 2007 2016 -0.1642 -0.2687 -0.0597 +193 2007 2017 -0.4666 -0.6003 -0.3329 +193 2007 2018 -0.4392 -0.5806 -0.2977 +193 2007 2019 -0.4981 -0.6133 -0.3828 +193 2007 2020 -0.3705 -0.5109 -0.2301 +193 2007 2021 -0.3715 -0.5082 -0.2347 +193 2007 2022 -0.4866 -0.6192 -0.354 +193 2007 2023 -0.2536 -0.3998 -0.1075 +193 2007 2024 -0.1931 -0.3306 -0.0556 +193 2007 2025 -0.4519 -0.5462 -0.3576 +193 2008 2009 -0.0907 -0.2409 0.0595 +193 2008 2010 -0.0669 -0.1955 0.0617 +193 2008 2011 0.0161 -0.0943 0.1264 +193 2008 2012 0.0414 -0.1066 0.1893 +193 2008 2013 -0.0399 -0.1755 0.0958 +193 2008 2014 -0.2072 -0.3432 -0.0711 +193 2008 2015 -0.1244 -0.2662 0.0173 +193 2008 2016 -0.0107 -0.1431 0.1217 +193 2008 2017 -0.3131 -0.439 -0.1873 +193 2008 2018 -0.2857 -0.4365 -0.1348 +193 2008 2019 -0.3446 -0.482 -0.2071 +193 2008 2020 -0.217 -0.3493 -0.0847 +193 2008 2021 -0.218 -0.3613 -0.0747 +193 2008 2022 -0.3331 -0.4842 -0.182 +193 2008 2023 -0.1001 -0.2385 0.0382 +193 2008 2024 -0.0396 -0.1852 0.106 +193 2008 2025 -0.2984 -0.4181 -0.1788 +193 2009 2010 0.0238 -0.1257 0.1733 +193 2009 2011 0.1068 -0.0497 0.2632 +193 2009 2012 0.1321 -0.0172 0.2813 +193 2009 2013 0.0508 -0.1077 0.2094 +193 2009 2014 -0.1165 -0.2887 0.0558 +193 2009 2015 -0.0337 -0.1813 0.1138 +193 2009 2016 0.08 -0.0765 0.2365 +193 2009 2017 -0.2224 -0.3862 -0.0587 +193 2009 2018 -0.195 -0.3518 -0.0381 +193 2009 2019 -0.2539 -0.4147 -0.093 +193 2009 2020 -0.1263 -0.2932 0.0405 +193 2009 2021 -0.1273 -0.2802 0.0256 +193 2009 2022 -0.2424 -0.4151 -0.0697 +193 2009 2023 -0.0094 -0.1823 0.1635 +193 2009 2024 0.0511 -0.1015 0.2037 +193 2009 2025 -0.2077 -0.3556 -0.0598 +193 2010 2011 0.083 -0.0484 0.2143 +193 2010 2012 0.1083 -0.0383 0.2549 +193 2010 2013 0.0271 -0.0914 0.1455 +193 2010 2014 -0.1402 -0.2923 0.0118 +193 2010 2015 -0.0575 -0.1982 0.0833 +193 2010 2016 0.0562 -0.058 0.1704 +193 2010 2017 -0.2462 -0.3882 -0.1042 +193 2010 2018 -0.2187 -0.3665 -0.071 +193 2010 2019 -0.2776 -0.4017 -0.1536 +193 2010 2020 -0.1501 -0.2979 -0.0023 +193 2010 2021 -0.151 -0.2943 -0.0078 +193 2010 2022 -0.2662 -0.406 -0.1263 +193 2010 2023 -0.0332 -0.1869 0.1204 +193 2010 2024 0.0273 -0.1171 0.1718 +193 2010 2025 -0.2315 -0.3377 -0.1252 +193 2011 2012 0.0253 -0.1233 0.1739 +193 2011 2013 -0.0559 -0.196 0.0841 +193 2011 2014 -0.2232 -0.3599 -0.0865 +193 2011 2015 -0.1405 -0.2864 0.0055 +193 2011 2016 -0.0268 -0.1638 0.1102 +193 2011 2017 -0.3292 -0.456 -0.2023 +193 2011 2018 -0.3017 -0.4564 -0.147 +193 2011 2019 -0.3606 -0.5028 -0.2185 +193 2011 2020 -0.2331 -0.3655 -0.1006 +193 2011 2021 -0.234 -0.3817 -0.0863 +193 2011 2022 -0.3492 -0.5048 -0.1936 +193 2011 2023 -0.1162 -0.2576 0.0252 +193 2011 2024 -0.0557 -0.2058 0.0944 +193 2011 2025 -0.3145 -0.4382 -0.1908 +193 2012 2013 -0.0812 -0.23 0.0676 +193 2012 2014 -0.2485 -0.4161 -0.0809 +193 2012 2015 -0.1658 -0.3085 -0.023 +193 2012 2016 -0.0521 -0.2015 0.0974 +193 2012 2017 -0.3545 -0.5137 -0.1952 +193 2012 2018 -0.327 -0.4796 -0.1744 +193 2012 2019 -0.3859 -0.5413 -0.2305 +193 2012 2020 -0.2584 -0.4199 -0.0969 +193 2012 2021 -0.2593 -0.4076 -0.111 +193 2012 2022 -0.3745 -0.5423 -0.2067 +193 2012 2023 -0.1415 -0.3092 0.0262 +193 2012 2024 -0.081 -0.2289 0.067 +193 2012 2025 -0.3398 -0.4825 -0.197 +193 2013 2014 -0.1673 -0.3218 -0.0128 +193 2013 2015 -0.0846 -0.2316 0.0625 +193 2013 2016 0.0292 -0.0896 0.148 +193 2013 2017 -0.2733 -0.4213 -0.1252 +193 2013 2018 -0.2458 -0.4007 -0.0909 +193 2013 2019 -0.3047 -0.4365 -0.1729 +193 2013 2020 -0.1772 -0.3309 -0.0234 +193 2013 2021 -0.1781 -0.3279 -0.0283 +193 2013 2022 -0.2932 -0.4396 -0.1469 +193 2013 2023 -0.0603 -0.2196 0.099 +193 2013 2024 2e-04 -0.1505 0.151 +193 2013 2025 -0.2586 -0.3767 -0.1404 +193 2014 2015 0.0827 -0.0762 0.2417 +193 2014 2016 0.1965 0.0408 0.3521 +193 2014 2017 -0.106 -0.2509 0.039 +193 2014 2018 -0.0785 -0.2493 0.0923 +193 2014 2019 -0.1374 -0.2969 0.0221 +193 2014 2020 -0.0099 -0.1597 0.14 +193 2014 2021 -0.0108 -0.1752 0.1536 +193 2014 2022 -0.126 -0.2966 0.0447 +193 2014 2023 0.107 -0.0499 0.2639 +193 2014 2024 0.1675 1e-04 0.335 +193 2014 2025 -0.0913 -0.237 0.0544 +193 2015 2016 0.1137 -0.0278 0.2552 +193 2015 2017 -0.1887 -0.3429 -0.0345 +193 2015 2018 -0.1612 -0.3106 -0.0119 +193 2015 2019 -0.2201 -0.3695 -0.0708 +193 2015 2020 -0.0926 -0.2499 0.0648 +193 2015 2021 -0.0935 -0.2384 0.0513 +193 2015 2022 -0.2087 -0.3714 -0.0459 +193 2015 2023 0.0243 -0.1391 0.1876 +193 2015 2024 0.0848 -0.0598 0.2294 +193 2015 2025 -0.174 -0.3099 -0.0381 +193 2016 2017 -0.3024 -0.4461 -0.1588 +193 2016 2018 -0.275 -0.4268 -0.1231 +193 2016 2019 -0.3339 -0.4591 -0.2086 +193 2016 2020 -0.2063 -0.357 -0.0557 +193 2016 2021 -0.2073 -0.3547 -0.0598 +193 2016 2022 -0.3224 -0.4647 -0.1801 +193 2016 2023 -0.0894 -0.2457 0.0668 +193 2016 2024 -0.0289 -0.177 0.1191 +193 2016 2025 -0.2877 -0.4003 -0.1752 +193 2017 2018 0.0275 -0.1303 0.1852 +193 2017 2019 -0.0314 -0.1815 0.1186 +193 2017 2020 0.0961 -0.0453 0.2375 +193 2017 2021 0.0952 -0.0582 0.2486 +193 2017 2022 -0.02 -0.182 0.142 +193 2017 2023 0.213 0.0658 0.3601 +193 2017 2024 0.2735 0.1163 0.4307 +193 2017 2025 0.0147 -0.1212 0.1506 +193 2018 2019 -0.0589 -0.2123 0.0945 +193 2018 2020 0.0686 -0.0968 0.2341 +193 2018 2021 0.0677 -0.0811 0.2165 +193 2018 2022 -0.0474 -0.2171 0.1222 +193 2018 2023 0.1855 0.0156 0.3554 +193 2018 2024 0.246 0.0973 0.3948 +193 2018 2025 -0.0128 -0.1575 0.132 +193 2019 2020 0.1276 -0.0248 0.2799 +193 2019 2021 0.1266 -0.0262 0.2795 +193 2019 2022 0.0115 -0.1329 0.1559 +193 2019 2023 0.2444 0.0832 0.4057 +193 2019 2024 0.305 0.1504 0.4595 +193 2019 2025 0.0461 -0.0698 0.1621 +193 2020 2021 -9e-04 -0.1561 0.1542 +193 2020 2022 -0.1161 -0.2841 0.0519 +193 2020 2023 0.1169 -0.0361 0.2699 +193 2020 2024 0.1774 0.0161 0.3388 +193 2020 2025 -0.0814 -0.2233 0.0605 +193 2021 2022 -0.1152 -0.2756 0.0453 +193 2021 2023 0.1178 -0.0434 0.279 +193 2021 2024 0.1783 0.0373 0.3194 +193 2021 2025 -0.0805 -0.2202 0.0593 +193 2022 2023 0.233 0.0658 0.4001 +193 2022 2024 0.2935 0.1265 0.4605 +193 2022 2025 0.0347 -0.0994 0.1688 +193 2023 2024 0.0605 -0.0999 0.221 +193 2023 2025 -0.1983 -0.3461 -0.0505 +193 2024 2025 -0.2588 -0.3978 -0.1198 +194 2007 2008 0.0711 0.0129 0.1294 +194 2007 2009 0.0389 -0.0241 0.1018 +194 2007 2010 0.0746 0.0181 0.1312 +194 2007 2011 0.0583 -0.0043 0.1209 +194 2007 2012 0.1366 0.0717 0.2015 +194 2007 2013 0.2519 0.1913 0.3125 +194 2007 2014 0.1386 0.0748 0.2025 +194 2007 2015 0.1001 0.0349 0.1652 +194 2007 2016 0.0543 -0.0063 0.1148 +194 2007 2017 0.1166 0.0523 0.1809 +194 2007 2018 0.2043 0.1406 0.268 +194 2007 2019 0.1338 0.073 0.1946 +194 2007 2020 0.2095 0.1431 0.2758 +194 2007 2021 0.1942 0.1311 0.2573 +194 2007 2022 0.1886 0.1239 0.2533 +194 2007 2023 0.2056 0.1398 0.2715 +194 2007 2024 0.1789 0.1167 0.2412 +194 2007 2025 0.281 0.2255 0.3364 +194 2008 2009 -0.0323 -0.0917 0.0272 +194 2008 2010 0.0035 -0.0563 0.0634 +194 2008 2011 -0.0128 -0.069 0.0434 +194 2008 2012 0.0654 0.0019 0.129 +194 2008 2013 0.1808 0.1186 0.2431 +194 2008 2014 0.0675 0.0094 0.1257 +194 2008 2015 0.0289 -0.0348 0.0927 +194 2008 2016 -0.0168 -0.0803 0.0466 +194 2008 2017 0.0455 -0.0125 0.1034 +194 2008 2018 0.1332 0.0719 0.1944 +194 2008 2019 0.0627 -0.001 0.1263 +194 2008 2020 0.1384 0.0785 0.1982 +194 2008 2021 0.1231 0.0625 0.1837 +194 2008 2022 0.1175 0.0511 0.1838 +194 2008 2023 0.1345 0.0752 0.1939 +194 2008 2024 0.1078 0.0466 0.169 +194 2008 2025 0.2098 0.1533 0.2664 +194 2009 2010 0.0358 -0.024 0.0955 +194 2009 2011 0.0195 -0.0435 0.0825 +194 2009 2012 0.0977 0.0375 0.1579 +194 2009 2013 0.2131 0.1473 0.2788 +194 2009 2014 0.0998 0.0354 0.1642 +194 2009 2015 0.0612 1e-04 0.1223 +194 2009 2016 0.0154 -0.049 0.0798 +194 2009 2017 0.0777 0.0133 0.1421 +194 2009 2018 0.1654 0.1063 0.2245 +194 2009 2019 0.0949 0.0303 0.1595 +194 2009 2020 0.1706 0.1043 0.237 +194 2009 2021 0.1554 0.0967 0.2141 +194 2009 2022 0.1498 0.0816 0.2179 +194 2009 2023 0.1668 0.101 0.2326 +194 2009 2024 0.1401 0.0818 0.1984 +194 2009 2025 0.2421 0.1827 0.3015 +194 2010 2011 -0.0163 -0.0764 0.0437 +194 2010 2012 0.0619 -0.002 0.1259 +194 2010 2013 0.1773 0.1185 0.2361 +194 2010 2014 0.064 3e-04 0.1277 +194 2010 2015 0.0254 -0.0391 0.0899 +194 2010 2016 -0.0204 -0.0808 0.04 +194 2010 2017 0.0419 -0.022 0.1058 +194 2010 2018 0.1296 0.0675 0.1918 +194 2010 2019 0.0591 -0.0022 0.1204 +194 2010 2020 0.1348 0.0693 0.2004 +194 2010 2021 0.1196 0.0575 0.1817 +194 2010 2022 0.114 0.0496 0.1783 +194 2010 2023 0.131 0.0658 0.1961 +194 2010 2024 0.1043 0.0423 0.1662 +194 2010 2025 0.2063 0.1509 0.2618 +194 2011 2012 0.0783 0.0164 0.1401 +194 2011 2013 0.1936 0.128 0.2592 +194 2011 2014 0.0803 0.0206 0.1401 +194 2011 2015 0.0417 -0.0237 0.1072 +194 2011 2016 -0.004 -0.0686 0.0605 +194 2011 2017 0.0583 -0.0018 0.1184 +194 2011 2018 0.146 0.0816 0.2104 +194 2011 2019 0.0755 0.0107 0.1402 +194 2011 2020 0.1512 0.0885 0.2138 +194 2011 2021 0.1359 0.073 0.1988 +194 2011 2022 0.1303 0.0621 0.1985 +194 2011 2023 0.1473 0.0852 0.2094 +194 2011 2024 0.1206 0.058 0.1833 +194 2011 2025 0.2226 0.1636 0.2817 +194 2012 2013 0.1154 0.0518 0.179 +194 2012 2014 0.0021 -0.0637 0.0678 +194 2012 2015 -0.0365 -0.0991 0.026 +194 2012 2016 -0.0823 -0.1485 -0.0161 +194 2012 2017 -0.02 -0.0862 0.0463 +194 2012 2018 0.0677 0.0064 0.1291 +194 2012 2019 -0.0028 -0.0691 0.0635 +194 2012 2020 0.0729 0.005 0.1408 +194 2012 2021 0.0577 -0.0036 0.1189 +194 2012 2022 0.052 -0.0177 0.1218 +194 2012 2023 0.0691 0.0014 0.1367 +194 2012 2024 0.0424 -0.019 0.1037 +194 2012 2025 0.1444 0.0832 0.2056 +194 2013 2014 -0.1133 -0.1767 -0.0499 +194 2013 2015 -0.1519 -0.2184 -0.0853 +194 2013 2016 -0.1976 -0.2605 -0.1348 +194 2013 2017 -0.1353 -0.2017 -0.069 +194 2013 2018 -0.0476 -0.1115 0.0162 +194 2013 2019 -0.1182 -0.1827 -0.0536 +194 2013 2020 -0.0425 -0.1097 0.0247 +194 2013 2021 -0.0577 -0.1226 0.0072 +194 2013 2022 -0.0633 -0.1296 0.003 +194 2013 2023 -0.0463 -0.1134 0.0208 +194 2013 2024 -0.073 -0.1386 -0.0074 +194 2013 2025 0.029 -0.0286 0.0867 +194 2014 2015 -0.0386 -0.1012 0.024 +194 2014 2016 -0.0844 -0.1492 -0.0195 +194 2014 2017 -0.0221 -0.0819 0.0378 +194 2014 2018 0.0656 9e-04 0.1304 +194 2014 2019 -0.0049 -0.0705 0.0608 +194 2014 2020 0.0708 0.0085 0.1331 +194 2014 2021 0.0556 -0.0078 0.119 +194 2014 2022 0.05 -0.0189 0.1189 +194 2014 2023 0.067 0.005 0.129 +194 2014 2024 0.0403 -0.0232 0.1038 +194 2014 2025 0.1423 0.0819 0.2027 +194 2015 2016 -0.0458 -0.1083 0.0167 +194 2015 2017 0.0165 -0.0491 0.0821 +194 2015 2018 0.1042 0.0433 0.1652 +194 2015 2019 0.0337 -0.0322 0.0996 +194 2015 2020 0.1094 0.0417 0.1771 +194 2015 2021 0.0942 0.0334 0.155 +194 2015 2022 0.0885 0.0191 0.158 +194 2015 2023 0.1056 0.0382 0.173 +194 2015 2024 0.0789 0.0181 0.1397 +194 2015 2025 0.1809 0.1201 0.2417 +194 2016 2017 0.0623 0 0.1247 +194 2016 2018 0.15 0.085 0.2151 +194 2016 2019 0.0795 0.0182 0.1408 +194 2016 2020 0.1552 0.0875 0.2229 +194 2016 2021 0.14 0.0759 0.2041 +194 2016 2022 0.1343 0.0692 0.1994 +194 2016 2023 0.1514 0.0844 0.2184 +194 2016 2024 0.1247 0.0616 0.1877 +194 2016 2025 0.2267 0.1691 0.2842 +194 2017 2018 0.0877 0.0263 0.1491 +194 2017 2019 0.0172 -0.0481 0.0825 +194 2017 2020 0.0929 0.0325 0.1533 +194 2017 2021 0.0777 0.0151 0.1402 +194 2017 2022 0.072 0.0035 0.1406 +194 2017 2023 0.089 0.0291 0.149 +194 2017 2024 0.0623 -9e-04 0.1255 +194 2017 2025 0.1644 0.104 0.2248 +194 2018 2019 -0.0705 -0.1329 -0.0081 +194 2018 2020 0.0052 -0.0596 0.07 +194 2018 2021 -0.01 -0.0669 0.0468 +194 2018 2022 -0.0157 -0.0834 0.052 +194 2018 2023 0.0014 -0.0635 0.0662 +194 2018 2024 -0.0253 -0.0836 0.0329 +194 2018 2025 0.0767 0.0177 0.1357 +194 2019 2020 0.0757 0.0113 0.1401 +194 2019 2021 0.0605 -0.0031 0.1241 +194 2019 2022 0.0548 -0.0094 0.1191 +194 2019 2023 0.0719 0.0047 0.139 +194 2019 2024 0.0452 -0.0181 0.1084 +194 2019 2025 0.1472 0.0899 0.2044 +194 2020 2021 -0.0152 -0.0768 0.0464 +194 2020 2022 -0.0209 -0.0906 0.0488 +194 2020 2023 -0.0038 -0.0653 0.0576 +194 2020 2024 -0.0305 -0.096 0.0349 +194 2020 2025 0.0715 0.0091 0.1339 +194 2021 2022 -0.0056 -0.0689 0.0576 +194 2021 2023 0.0114 -0.0512 0.074 +194 2021 2024 -0.0153 -0.0714 0.0408 +194 2021 2025 0.0867 0.028 0.1454 +194 2022 2023 0.017 -0.0484 0.0824 +194 2022 2024 -0.0097 -0.076 0.0566 +194 2022 2025 0.0923 0.0323 0.1523 +194 2023 2024 -0.0267 -0.0884 0.035 +194 2023 2025 0.0753 0.0137 0.1369 +194 2024 2025 0.102 0.046 0.1581 +195 2007 2010 -0.0452 -0.2172 0.1269 +195 2007 2013 -0.1902 -0.3957 0.0154 +195 2007 2016 -0.1782 -0.3825 0.0261 +195 2007 2019 -0.0519 -0.2486 0.1449 +195 2007 2022 -0.0846 -0.2884 0.1192 +195 2007 2025 -0.1377 -0.3811 0.1057 +195 2010 2013 -0.145 -0.3217 0.0316 +195 2010 2016 -0.133 -0.3241 0.0581 +195 2010 2019 -0.0067 -0.1947 0.1813 +195 2010 2022 -0.0395 -0.2361 0.1572 +195 2010 2025 -0.0925 -0.3344 0.1493 +195 2013 2016 0.012 -0.1545 0.1784 +195 2013 2019 0.1383 -0.0566 0.3333 +195 2013 2022 0.1055 -0.0954 0.3065 +195 2013 2025 0.0525 -0.1891 0.294 +195 2016 2019 0.1264 -0.0437 0.2965 +195 2016 2022 0.0936 -0.0964 0.2835 +195 2016 2025 0.0405 -0.1953 0.2763 +195 2019 2022 -0.0328 -0.1962 0.1306 +195 2019 2025 -0.0859 -0.3139 0.1421 +195 2022 2025 -0.0531 -0.2507 0.1445 +196 2007 2010 0.2025 0.0196 0.3854 +196 2007 2013 0.1964 -9e-04 0.3938 +196 2007 2016 0.3578 0.1571 0.5585 +196 2007 2019 0.6821 0.4809 0.8834 +196 2007 2022 0.8007 0.5977 1.0037 +196 2007 2025 0.9168 0.6491 1.1844 +196 2010 2013 -0.0061 -0.1807 0.1685 +196 2010 2016 0.1553 -0.0304 0.3409 +196 2010 2019 0.4796 0.2947 0.6646 +196 2010 2022 0.5982 0.4103 0.7861 +196 2010 2025 0.7142 0.4593 0.9692 +196 2013 2016 0.1613 -0.0146 0.3373 +196 2013 2019 0.4857 0.3011 0.6703 +196 2013 2022 0.6043 0.4163 0.7922 +196 2013 2025 0.7203 0.4635 0.9772 +196 2016 2019 0.3244 0.1553 0.4934 +196 2016 2022 0.4429 0.2643 0.6216 +196 2016 2025 0.559 0.3063 0.8117 +196 2019 2022 0.1186 -0.0462 0.2833 +196 2019 2025 0.2346 -0.0077 0.477 +196 2022 2025 0.1161 -0.1132 0.3454 +197 2007 2010 0.2271 0.0385 0.4157 +197 2007 2013 0.1721 -0.0259 0.37 +197 2007 2016 0.2146 0.0158 0.4134 +197 2007 2019 0.0206 -0.1805 0.2217 +197 2007 2022 0.0327 -0.1693 0.2348 +197 2007 2025 0.4537 0.1826 0.7248 +197 2010 2013 -0.055 -0.2288 0.1187 +197 2010 2016 -0.0124 -0.1912 0.1663 +197 2010 2019 -0.2065 -0.4035 -0.0096 +197 2010 2022 -0.1944 -0.3933 0.0046 +197 2010 2025 0.2267 -0.0142 0.4675 +197 2013 2016 0.0426 -0.1241 0.2093 +197 2013 2019 -0.1515 -0.3367 0.0338 +197 2013 2022 -0.1393 -0.3274 0.0487 +197 2013 2025 0.2817 0.0351 0.5283 +197 2016 2019 -0.1941 -0.3651 -0.023 +197 2016 2022 -0.1819 -0.3657 0.0018 +197 2016 2025 0.2391 0.0034 0.4748 +197 2019 2022 0.0122 -0.1571 0.1814 +197 2019 2025 0.4332 0.1787 0.6876 +197 2022 2025 0.421 0.1808 0.6613 +198 2007 2010 -0.309 -0.6071 -0.0109 +198 2007 2013 -0.4734 -0.7874 -0.1594 +198 2007 2016 -0.4854 -0.7806 -0.1903 +198 2007 2019 -0.8722 -1.1905 -0.554 +198 2007 2022 -0.995 -1.3288 -0.6612 +198 2007 2025 -0.7607 -1.1457 -0.3757 +198 2010 2013 -0.1644 -0.4386 0.1098 +198 2010 2016 -0.1764 -0.4636 0.1107 +198 2010 2019 -0.5632 -0.8657 -0.2608 +198 2010 2022 -0.686 -1.0127 -0.3594 +198 2010 2025 -0.4517 -0.8376 -0.0658 +198 2013 2016 -0.012 -0.2697 0.2457 +198 2013 2019 -0.3989 -0.6892 -0.1085 +198 2013 2022 -0.5216 -0.8364 -0.2069 +198 2013 2025 -0.2873 -0.674 0.0993 +198 2016 2019 -0.3868 -0.65 -0.1237 +198 2016 2022 -0.5096 -0.805 -0.2142 +198 2016 2025 -0.2753 -0.6481 0.0975 +198 2019 2022 -0.1228 -0.4063 0.1607 +198 2019 2025 0.1116 -0.2653 0.4884 +198 2022 2025 0.2344 -0.1185 0.5872 +199 2007 2008 -0.0749 -0.2264 0.0766 +199 2007 2009 -0.0143 -0.2028 0.1743 +199 2007 2010 -0.004 -0.1998 0.1918 +199 2007 2011 -0.1122 -0.3161 0.0917 +199 2007 2012 -0.2523 -0.4685 -0.0361 +199 2007 2013 -0.1922 -0.405 0.0207 +199 2007 2014 -0.2225 -0.4326 -0.0124 +199 2007 2015 -0.2959 -0.5194 -0.0723 +199 2007 2016 -0.3542 -0.5756 -0.1329 +199 2007 2017 -0.3083 -0.5329 -0.0837 +199 2007 2018 -0.4224 -0.6552 -0.1896 +199 2007 2019 -0.4754 -0.7079 -0.2429 +199 2007 2020 -0.5822 -0.8197 -0.3447 +199 2007 2021 -0.686 -0.923 -0.4491 +199 2007 2022 -0.773 -1.0158 -0.5301 +199 2007 2023 -0.8433 -1.0875 -0.599 +199 2007 2024 -0.7545 -1.0093 -0.4997 +199 2007 2025 -0.7706 -1.0425 -0.4986 +199 2008 2009 0.0607 -0.0849 0.2062 +199 2008 2010 0.0709 -0.0978 0.2396 +199 2008 2011 -0.0373 -0.2128 0.1383 +199 2008 2012 -0.1774 -0.3704 0.0156 +199 2008 2013 -0.1172 -0.3088 0.0743 +199 2008 2014 -0.1476 -0.3325 0.0373 +199 2008 2015 -0.2209 -0.4231 -0.0188 +199 2008 2016 -0.2793 -0.4812 -0.0773 +199 2008 2017 -0.2334 -0.4362 -0.0306 +199 2008 2018 -0.3475 -0.5605 -0.1344 +199 2008 2019 -0.4005 -0.614 -0.1869 +199 2008 2020 -0.5073 -0.7246 -0.2899 +199 2008 2021 -0.6111 -0.8282 -0.394 +199 2008 2022 -0.698 -0.9227 -0.4733 +199 2008 2023 -0.7683 -0.9939 -0.5427 +199 2008 2024 -0.6796 -0.9172 -0.442 +199 2008 2025 -0.6956 -0.9524 -0.4389 +199 2009 2010 0.0103 -0.1339 0.1544 +199 2009 2011 -0.0979 -0.2692 0.0733 +199 2009 2012 -0.2381 -0.4286 -0.0475 +199 2009 2013 -0.1779 -0.368 0.0123 +199 2009 2014 -0.2082 -0.3948 -0.0217 +199 2009 2015 -0.2816 -0.4838 -0.0793 +199 2009 2016 -0.34 -0.543 -0.1369 +199 2009 2017 -0.294 -0.4968 -0.0912 +199 2009 2018 -0.4081 -0.6197 -0.1966 +199 2009 2019 -0.4611 -0.6735 -0.2488 +199 2009 2020 -0.5679 -0.7846 -0.3512 +199 2009 2021 -0.6718 -0.8869 -0.4566 +199 2009 2022 -0.7587 -0.9833 -0.5341 +199 2009 2023 -0.829 -1.0553 -0.6027 +199 2009 2024 -0.7402 -0.9769 -0.5036 +199 2009 2025 -0.7563 -1.0135 -0.4991 +199 2010 2011 -0.1082 -0.2523 0.0359 +199 2010 2012 -0.2483 -0.4277 -0.069 +199 2010 2013 -0.1882 -0.3712 -0.0051 +199 2010 2014 -0.2185 -0.4038 -0.0332 +199 2010 2015 -0.2919 -0.494 -0.0897 +199 2010 2016 -0.3502 -0.5518 -0.1486 +199 2010 2017 -0.3043 -0.5079 -0.1007 +199 2010 2018 -0.4184 -0.6317 -0.2052 +199 2010 2019 -0.4714 -0.6842 -0.2586 +199 2010 2020 -0.5782 -0.7966 -0.3598 +199 2010 2021 -0.682 -0.9007 -0.4634 +199 2010 2022 -0.769 -0.9953 -0.5427 +199 2010 2023 -0.8393 -1.068 -0.6106 +199 2010 2024 -0.7505 -0.9894 -0.5116 +199 2010 2025 -0.7666 -1.0242 -0.509 +199 2011 2012 -0.1401 -0.2876 0.0074 +199 2011 2013 -0.0799 -0.2523 0.0925 +199 2011 2014 -0.1103 -0.2884 0.0678 +199 2011 2015 -0.1837 -0.3818 0.0145 +199 2011 2016 -0.242 -0.4421 -0.0419 +199 2011 2017 -0.1961 -0.3985 0.0063 +199 2011 2018 -0.3102 -0.5236 -0.0968 +199 2011 2019 -0.3632 -0.5773 -0.1491 +199 2011 2020 -0.47 -0.6881 -0.2519 +199 2011 2021 -0.5738 -0.7925 -0.3552 +199 2011 2022 -0.6608 -0.8868 -0.4348 +199 2011 2023 -0.7311 -0.9581 -0.5041 +199 2011 2024 -0.6423 -0.8818 -0.4028 +199 2011 2025 -0.6584 -0.9166 -0.4002 +199 2012 2013 0.0602 -0.0907 0.211 +199 2012 2014 0.0298 -0.1474 0.2071 +199 2012 2015 -0.0435 -0.2421 0.155 +199 2012 2016 -0.1019 -0.306 0.1022 +199 2012 2017 -0.056 -0.2666 0.1546 +199 2012 2018 -0.1701 -0.3899 0.0497 +199 2012 2019 -0.2231 -0.4444 -0.0018 +199 2012 2020 -0.3299 -0.5563 -0.1034 +199 2012 2021 -0.4337 -0.6591 -0.2083 +199 2012 2022 -0.5206 -0.7529 -0.2884 +199 2012 2023 -0.5909 -0.8246 -0.3573 +199 2012 2024 -0.5022 -0.7482 -0.2562 +199 2012 2025 -0.5182 -0.7831 -0.2534 +199 2013 2014 -0.0304 -0.1765 0.1158 +199 2013 2015 -0.1037 -0.2882 0.0808 +199 2013 2016 -0.1621 -0.3562 0.0321 +199 2013 2017 -0.1161 -0.3178 0.0855 +199 2013 2018 -0.2303 -0.4443 -0.0162 +199 2013 2019 -0.2833 -0.4972 -0.0694 +199 2013 2020 -0.3901 -0.6109 -0.1692 +199 2013 2021 -0.4939 -0.7162 -0.2715 +199 2013 2022 -0.5808 -0.8106 -0.3511 +199 2013 2023 -0.6511 -0.8839 -0.4183 +199 2013 2024 -0.5624 -0.8056 -0.3191 +199 2013 2025 -0.5784 -0.8401 -0.3168 +199 2014 2015 -0.0734 -0.2239 0.0772 +199 2014 2016 -0.1317 -0.3091 0.0457 +199 2014 2017 -0.0858 -0.2751 0.1035 +199 2014 2018 -0.1999 -0.4059 0.0061 +199 2014 2019 -0.2529 -0.4614 -0.0444 +199 2014 2020 -0.3597 -0.5735 -0.1459 +199 2014 2021 -0.4635 -0.6789 -0.2482 +199 2014 2022 -0.5505 -0.7745 -0.3264 +199 2014 2023 -0.6208 -0.8466 -0.3949 +199 2014 2024 -0.532 -0.7708 -0.2932 +199 2014 2025 -0.5481 -0.8068 -0.2893 +199 2015 2016 -0.0584 -0.2106 0.0939 +199 2015 2017 -0.0124 -0.199 0.1742 +199 2015 2018 -0.1266 -0.3341 0.081 +199 2015 2019 -0.1796 -0.3943 0.0352 +199 2015 2020 -0.2863 -0.5091 -0.0636 +199 2015 2021 -0.3902 -0.6143 -0.1661 +199 2015 2022 -0.4771 -0.7099 -0.2444 +199 2015 2023 -0.5474 -0.7825 -0.3123 +199 2015 2024 -0.4586 -0.706 -0.2113 +199 2015 2025 -0.4747 -0.7417 -0.2077 +199 2016 2017 0.0459 -0.1069 0.1988 +199 2016 2018 -0.0682 -0.2588 0.1224 +199 2016 2019 -0.1212 -0.3242 0.0818 +199 2016 2020 -0.228 -0.4431 -0.0128 +199 2016 2021 -0.3318 -0.551 -0.1126 +199 2016 2022 -0.4187 -0.6462 -0.1912 +199 2016 2023 -0.489 -0.7197 -0.2584 +199 2016 2024 -0.4003 -0.6443 -0.1563 +199 2016 2025 -0.4163 -0.6795 -0.1532 +199 2017 2018 -0.1141 -0.2679 0.0397 +199 2017 2019 -0.1671 -0.3517 0.0175 +199 2017 2020 -0.2739 -0.4757 -0.0722 +199 2017 2021 -0.3777 -0.5903 -0.1652 +199 2017 2022 -0.4647 -0.6898 -0.2396 +199 2017 2023 -0.535 -0.7636 -0.3064 +199 2017 2024 -0.4462 -0.6885 -0.2039 +199 2017 2025 -0.4623 -0.7254 -0.1991 +199 2018 2019 -0.053 -0.2079 0.1019 +199 2018 2020 -0.1598 -0.3528 0.0333 +199 2018 2021 -0.2636 -0.4728 -0.0544 +199 2018 2022 -0.3506 -0.5768 -0.1243 +199 2018 2023 -0.4209 -0.6535 -0.1882 +199 2018 2024 -0.3321 -0.5776 -0.0866 +199 2018 2025 -0.3482 -0.6156 -0.0807 +199 2019 2020 -0.1068 -0.2635 0.05 +199 2019 2021 -0.2106 -0.404 -0.0173 +199 2019 2022 -0.2976 -0.5136 -0.0815 +199 2019 2023 -0.3679 -0.5954 -0.1404 +199 2019 2024 -0.2791 -0.5215 -0.0367 +199 2019 2025 -0.2952 -0.559 -0.0313 +199 2020 2021 -0.1038 -0.2629 0.0553 +199 2020 2022 -0.1908 -0.3912 0.0097 +199 2020 2023 -0.2611 -0.4792 -0.0429 +199 2020 2024 -0.1723 -0.411 0.0664 +199 2020 2025 -0.1884 -0.4512 0.0744 +199 2021 2022 -0.0869 -0.2459 0.072 +199 2021 2023 -0.1572 -0.3531 0.0386 +199 2021 2024 -0.0685 -0.2925 0.1555 +199 2021 2025 -0.0845 -0.3372 0.1681 +199 2022 2023 -0.0703 -0.2304 0.0898 +199 2022 2024 0.0185 -0.1891 0.226 +199 2022 2025 0.0024 -0.2385 0.2433 +199 2023 2024 0.0888 -0.077 0.2545 +199 2023 2025 0.0727 -0.143 0.2884 +199 2024 2025 -0.0161 -0.1831 0.151 +200 2007 2008 -0.0152 -0.1799 0.1496 +200 2007 2009 -0.0605 -0.2652 0.1442 +200 2007 2010 -0.0435 -0.2496 0.1625 +200 2007 2011 -0.2511 -0.487 -0.0153 +200 2007 2012 -0.2156 -0.4406 0.0094 +200 2007 2013 -0.2606 -0.4897 -0.0315 +200 2007 2014 -0.189 -0.4043 0.0263 +200 2007 2015 -0.0744 -0.2924 0.1436 +200 2007 2016 -0.125 -0.3399 0.09 +200 2007 2017 -0.2823 -0.5066 -0.058 +200 2007 2018 -0.2506 -0.4807 -0.0204 +200 2007 2019 -0.099 -0.3116 0.1137 +200 2007 2020 0.0745 -0.1428 0.2919 +200 2007 2021 -0.0141 -0.2256 0.1973 +200 2007 2022 -0.0551 -0.2669 0.1568 +200 2007 2023 -0.1122 -0.3227 0.0982 +200 2007 2024 -0.3107 -0.5405 -0.0808 +200 2007 2025 -0.3471 -0.5818 -0.1125 +200 2008 2009 -0.0453 -0.2043 0.1136 +200 2008 2010 -0.0283 -0.2053 0.1487 +200 2008 2011 -0.2359 -0.4459 -0.026 +200 2008 2012 -0.2004 -0.4007 0 +200 2008 2013 -0.2454 -0.4525 -0.0383 +200 2008 2014 -0.1738 -0.3616 0.014 +200 2008 2015 -0.0592 -0.2523 0.1338 +200 2008 2016 -0.1098 -0.3032 0.0837 +200 2008 2017 -0.2671 -0.4674 -0.0668 +200 2008 2018 -0.2354 -0.443 -0.0277 +200 2008 2019 -0.0838 -0.2746 0.1071 +200 2008 2020 0.0897 -0.101 0.2804 +200 2008 2021 0.0011 -0.1844 0.1865 +200 2008 2022 -0.0399 -0.2297 0.1499 +200 2008 2023 -0.0971 -0.2803 0.0862 +200 2008 2024 -0.2955 -0.5037 -0.0872 +200 2008 2025 -0.332 -0.5513 -0.1126 +200 2009 2010 0.017 -0.1461 0.1802 +200 2009 2011 -0.1906 -0.3959 0.0146 +200 2009 2012 -0.1551 -0.3578 0.0477 +200 2009 2013 -0.2001 -0.411 0.0109 +200 2009 2014 -0.1285 -0.3279 0.071 +200 2009 2015 -0.0139 -0.2197 0.192 +200 2009 2016 -0.0644 -0.2708 0.1419 +200 2009 2017 -0.2218 -0.4301 -0.0136 +200 2009 2018 -0.1901 -0.4013 0.0212 +200 2009 2019 -0.0385 -0.2405 0.1636 +200 2009 2020 0.1351 -0.0749 0.345 +200 2009 2021 0.0464 -0.1493 0.2421 +200 2009 2022 0.0054 -0.1968 0.2077 +200 2009 2023 -0.0517 -0.2517 0.1482 +200 2009 2024 -0.2502 -0.4621 -0.0382 +200 2009 2025 -0.2867 -0.5116 -0.0618 +200 2010 2011 -0.2077 -0.3994 -0.016 +200 2010 2012 -0.1721 -0.3653 0.0212 +200 2010 2013 -0.2171 -0.4263 -0.0078 +200 2010 2014 -0.1455 -0.3412 0.0502 +200 2010 2015 -0.0309 -0.222 0.1603 +200 2010 2016 -0.0814 -0.2742 0.1113 +200 2010 2017 -0.2388 -0.4544 -0.0232 +200 2010 2018 -0.2071 -0.4263 0.0121 +200 2010 2019 -0.0555 -0.2505 0.1396 +200 2010 2020 0.1181 -0.0732 0.3093 +200 2010 2021 0.0294 -0.1609 0.2196 +200 2010 2022 -0.0116 -0.2027 0.1796 +200 2010 2023 -0.0687 -0.2586 0.1211 +200 2010 2024 -0.2672 -0.4871 -0.0472 +200 2010 2025 -0.3036 -0.5311 -0.0761 +200 2011 2012 0.0356 -0.1344 0.2055 +200 2011 2013 -0.0095 -0.203 0.1841 +200 2011 2014 0.0622 -0.1409 0.2652 +200 2011 2015 0.1768 -0.0578 0.4113 +200 2011 2016 0.1262 -0.1017 0.3541 +200 2011 2017 -0.0312 -0.2315 0.169 +200 2011 2018 5e-04 -0.2067 0.2078 +200 2011 2019 0.1521 -0.0647 0.369 +200 2011 2020 0.3256 0.077 0.5741 +200 2011 2021 0.237 0.0171 0.4568 +200 2011 2022 0.196 -0.0284 0.4205 +200 2011 2023 0.1389 -0.0834 0.3612 +200 2011 2024 -0.0596 -0.2668 0.1477 +200 2011 2025 -0.0961 -0.3192 0.127 +200 2012 2013 -0.045 -0.209 0.119 +200 2012 2014 0.0266 -0.158 0.2112 +200 2012 2015 0.1412 -0.0657 0.3481 +200 2012 2016 0.0906 -0.1174 0.2986 +200 2012 2017 -0.0668 -0.2693 0.1357 +200 2012 2018 -0.035 -0.2419 0.1719 +200 2012 2019 0.1166 -0.0873 0.3205 +200 2012 2020 0.2901 0.0686 0.5115 +200 2012 2021 0.2014 -1e-04 0.403 +200 2012 2022 0.1605 -0.0465 0.3674 +200 2012 2023 0.1033 -0.1012 0.3078 +200 2012 2024 -0.0951 -0.303 0.1127 +200 2012 2025 -0.1316 -0.3536 0.0904 +200 2013 2014 0.0716 -0.0909 0.2342 +200 2013 2015 0.1862 -0.0241 0.3966 +200 2013 2016 0.1357 -0.074 0.3453 +200 2013 2017 -0.0218 -0.2191 0.1755 +200 2013 2018 0.01 -0.194 0.214 +200 2013 2019 0.1616 -0.0438 0.367 +200 2013 2020 0.3351 0.1008 0.5694 +200 2013 2021 0.2464 0.0369 0.4559 +200 2013 2022 0.2055 -0.0059 0.4169 +200 2013 2023 0.1483 -0.0632 0.3598 +200 2013 2024 -0.0501 -0.2551 0.1549 +200 2013 2025 -0.0866 -0.3043 0.131 +200 2014 2015 0.1146 -0.0508 0.2801 +200 2014 2016 0.064 -0.1216 0.2497 +200 2014 2017 -0.0934 -0.282 0.0952 +200 2014 2018 -0.0616 -0.2607 0.1375 +200 2014 2019 0.09 -0.1021 0.2821 +200 2014 2020 0.2635 0.061 0.466 +200 2014 2021 0.1749 -0.0148 0.3645 +200 2014 2022 0.1339 -0.0605 0.3284 +200 2014 2023 0.0767 -0.1122 0.2656 +200 2014 2024 -0.1217 -0.3239 0.0804 +200 2014 2025 -0.1582 -0.3745 0.0581 +200 2015 2016 -0.0506 -0.2079 0.1068 +200 2015 2017 -0.208 -0.416 0 +200 2015 2018 -0.1762 -0.3938 0.0414 +200 2015 2019 -0.0246 -0.2212 0.172 +200 2015 2020 0.1489 -0.0351 0.333 +200 2015 2021 0.0603 -0.1279 0.2484 +200 2015 2022 0.0193 -0.1742 0.2128 +200 2015 2023 -0.0379 -0.2264 0.1507 +200 2015 2024 -0.2363 -0.4619 -0.0106 +200 2015 2025 -0.2728 -0.5099 -0.0356 +200 2016 2017 -0.1575 -0.3346 0.0197 +200 2016 2018 -0.1257 -0.3289 0.0776 +200 2016 2019 0.026 -0.1634 0.2153 +200 2016 2020 0.1995 0.008 0.3911 +200 2016 2021 0.1108 -0.0802 0.3018 +200 2016 2022 0.0699 -0.1215 0.2612 +200 2016 2023 0.0127 -0.1778 0.2032 +200 2016 2024 -0.1857 -0.404 0.0326 +200 2016 2025 -0.2222 -0.4491 0.0046 +200 2017 2018 0.0318 -0.1246 0.1882 +200 2017 2019 0.1834 -0.0033 0.3701 +200 2017 2020 0.3568 0.1313 0.5823 +200 2017 2021 0.2682 0.0666 0.4698 +200 2017 2022 0.2273 0.0204 0.4341 +200 2017 2023 0.1701 -0.0331 0.3733 +200 2017 2024 -0.0283 -0.2229 0.1662 +200 2017 2025 -0.0648 -0.2761 0.1464 +200 2018 2019 0.1516 -0.0149 0.3182 +200 2018 2020 0.3251 0.1012 0.5491 +200 2018 2021 0.2364 0.0367 0.4362 +200 2018 2022 0.1955 -0.0134 0.4045 +200 2018 2023 0.1383 -0.071 0.3477 +200 2018 2024 -0.0601 -0.2573 0.1371 +200 2018 2025 -0.0966 -0.3116 0.1183 +200 2019 2020 0.1736 0.0057 0.3414 +200 2019 2021 0.0849 -0.0927 0.2624 +200 2019 2022 0.0439 -0.1399 0.2277 +200 2019 2023 -0.0133 -0.2009 0.1744 +200 2019 2024 -0.2117 -0.4169 -0.0065 +200 2019 2025 -0.2482 -0.464 -0.0324 +200 2020 2021 -0.0887 -0.2479 0.0704 +200 2020 2022 -0.1296 -0.3098 0.0505 +200 2020 2023 -0.1868 -0.365 -0.0086 +200 2020 2024 -0.3851 -0.6214 -0.1489 +200 2020 2025 -0.4216 -0.6691 -0.1741 +200 2021 2022 -0.0409 -0.1942 0.1123 +200 2021 2023 -0.0981 -0.2707 0.0745 +200 2021 2024 -0.2965 -0.4981 -0.0949 +200 2021 2025 -0.333 -0.5525 -0.1135 +200 2022 2023 -0.0572 -0.2106 0.0963 +200 2022 2024 -0.2556 -0.4555 -0.0558 +200 2022 2025 -0.2921 -0.5078 -0.0764 +200 2023 2024 -0.1985 -0.3753 -0.0218 +200 2023 2025 -0.235 -0.4422 -0.0278 +200 2024 2025 -0.0365 -0.2025 0.1295 +201 2007 2010 -0.0532 -0.1005 -0.0059 +201 2007 2013 -0.2641 -0.3164 -0.2117 +201 2007 2016 -0.3729 -0.4241 -0.3217 +201 2007 2019 -0.2727 -0.3243 -0.2211 +201 2007 2022 -0.3226 -0.3761 -0.2691 +201 2007 2025 -0.3512 -0.4169 -0.2855 +201 2010 2013 -0.2108 -0.2644 -0.1573 +201 2010 2016 -0.3196 -0.373 -0.2663 +201 2010 2019 -0.2195 -0.2732 -0.1658 +201 2010 2022 -0.2694 -0.3255 -0.2132 +201 2010 2025 -0.298 -0.3659 -0.23 +201 2013 2016 -0.1088 -0.1624 -0.0553 +201 2013 2019 -0.0087 -0.064 0.0467 +201 2013 2022 -0.0585 -0.1158 -0.0013 +201 2013 2025 -0.0871 -0.1558 -0.0184 +201 2016 2019 0.1002 0.0483 0.152 +201 2016 2022 0.0503 -0.0045 0.1051 +201 2016 2025 0.0217 -0.0463 0.0896 +201 2019 2022 -0.0499 -0.1027 0.003 +201 2019 2025 -0.0785 -0.1466 -0.0104 +201 2022 2025 -0.0286 -0.0969 0.0396 +202 2007 2008 0.047 -0.2352 0.3291 +202 2007 2009 0.1756 -0.2167 0.5679 +202 2007 2010 0.2787 -0.1802 0.7377 +202 2007 2011 0.4168 -0.1222 0.9559 +202 2007 2012 0.5028 -0.1179 1.1236 +202 2007 2013 0.429 -0.1482 1.0062 +202 2007 2014 0.3516 -0.1804 0.8836 +202 2007 2015 0.2781 -0.2275 0.7838 +202 2007 2016 0.2907 -0.2311 0.8124 +202 2007 2017 0.3103 -0.2156 0.8362 +202 2007 2018 0.3274 -0.2229 0.8777 +202 2007 2019 0.2645 -0.2716 0.8006 +202 2007 2020 0.2389 -0.2915 0.7694 +202 2007 2021 0.1478 -0.3702 0.6657 +202 2007 2022 0.1215 -0.4063 0.6494 +202 2007 2023 0.1277 -0.4057 0.6612 +202 2007 2024 0.1255 -0.4314 0.6823 +202 2007 2025 0.111 -0.4417 0.6636 +202 2008 2009 0.1285 -0.1405 0.3975 +202 2008 2010 0.2313 -0.1273 0.5899 +202 2008 2011 0.3691 -0.0783 0.8166 +202 2008 2012 0.4549 -0.0802 0.9901 +202 2008 2013 0.3814 -0.112 0.8749 +202 2008 2014 0.3041 -0.1439 0.7522 +202 2008 2015 0.2309 -0.1932 0.655 +202 2008 2016 0.2435 -0.1966 0.6835 +202 2008 2017 0.263 -0.1776 0.7037 +202 2008 2018 0.2801 -0.1856 0.7458 +202 2008 2019 0.2174 -0.237 0.6718 +202 2008 2020 0.1918 -0.2553 0.6389 +202 2008 2021 0.1008 -0.3394 0.5409 +202 2008 2022 0.0746 -0.3779 0.5271 +202 2008 2023 0.0808 -0.3749 0.5365 +202 2008 2024 0.0785 -0.4037 0.5607 +202 2008 2025 0.064 -0.4144 0.5424 +202 2009 2010 0.102 -0.1495 0.3536 +202 2009 2011 0.2394 -0.0959 0.5746 +202 2009 2012 0.3247 -0.0981 0.7475 +202 2009 2013 0.2522 -0.1489 0.6534 +202 2009 2014 0.1754 -0.2052 0.556 +202 2009 2015 0.1028 -0.2776 0.4832 +202 2009 2016 0.1153 -0.2752 0.5058 +202 2009 2017 0.1348 -0.2442 0.5137 +202 2009 2018 0.1517 -0.2433 0.5468 +202 2009 2019 0.0893 -0.3123 0.4909 +202 2009 2020 0.0639 -0.3304 0.4582 +202 2009 2021 -0.027 -0.434 0.38 +202 2009 2022 -0.0532 -0.4748 0.3685 +202 2009 2023 -0.047 -0.4651 0.3711 +202 2009 2024 -0.0492 -0.4949 0.3964 +202 2009 2025 -0.0637 -0.5076 0.3801 +202 2010 2011 0.1369 -0.1222 0.3961 +202 2010 2012 0.2223 -0.1363 0.5808 +202 2010 2013 0.1499 -0.2166 0.5163 +202 2010 2014 0.0736 -0.2922 0.4395 +202 2010 2015 0.0011 -0.3769 0.3791 +202 2010 2016 0.0136 -0.373 0.4002 +202 2010 2017 0.0331 -0.3398 0.4059 +202 2010 2018 0.05 -0.3362 0.4363 +202 2010 2019 -0.0123 -0.4109 0.3863 +202 2010 2020 -0.0377 -0.4292 0.3538 +202 2010 2021 -0.1286 -0.5417 0.2845 +202 2010 2022 -0.1548 -0.5827 0.2731 +202 2010 2023 -0.1486 -0.5705 0.2733 +202 2010 2024 -0.1508 -0.5992 0.2975 +202 2010 2025 -0.1654 -0.6134 0.2826 +202 2011 2012 0.0847 -0.1665 0.3358 +202 2011 2013 0.0134 -0.292 0.3188 +202 2011 2014 -0.0626 -0.3935 0.2683 +202 2011 2015 -0.1352 -0.4993 0.2288 +202 2011 2016 -0.1226 -0.4915 0.2463 +202 2011 2017 -0.103 -0.4509 0.2449 +202 2011 2018 -0.086 -0.4424 0.2703 +202 2011 2019 -0.1484 -0.5293 0.2325 +202 2011 2020 -0.1738 -0.548 0.2003 +202 2011 2021 -0.265 -0.6874 0.1574 +202 2011 2022 -0.2912 -0.7326 0.1503 +202 2011 2023 -0.2848 -0.714 0.1444 +202 2011 2024 -0.2871 -0.739 0.1649 +202 2011 2025 -0.3015 -0.7582 0.1551 +202 2012 2013 -0.0712 -0.3272 0.1849 +202 2012 2014 -0.1476 -0.4778 0.1826 +202 2012 2015 -0.2207 -0.6123 0.1709 +202 2012 2016 -0.2076 -0.6054 0.1902 +202 2012 2017 -0.1877 -0.5676 0.1922 +202 2012 2018 -0.1706 -0.5509 0.2097 +202 2012 2019 -0.2332 -0.6492 0.1828 +202 2012 2020 -0.2586 -0.6726 0.1554 +202 2012 2021 -0.35 -0.8267 0.1266 +202 2012 2022 -0.3762 -0.8727 0.1203 +202 2012 2023 -0.3696 -0.8508 0.1117 +202 2012 2024 -0.3719 -0.8724 0.1287 +202 2012 2025 -0.3862 -0.894 0.1215 +202 2013 2014 -0.0762 -0.3313 0.1789 +202 2013 2015 -0.1491 -0.4861 0.188 +202 2013 2016 -0.1362 -0.4991 0.2267 +202 2013 2017 -0.1166 -0.4768 0.2436 +202 2013 2018 -0.0995 -0.4727 0.2736 +202 2013 2019 -0.162 -0.5598 0.2358 +202 2013 2020 -0.1874 -0.5817 0.2069 +202 2013 2021 -0.2787 -0.7179 0.1604 +202 2013 2022 -0.3049 -0.7621 0.1522 +202 2013 2023 -0.2985 -0.7446 0.1476 +202 2013 2024 -0.3008 -0.7698 0.1683 +202 2013 2025 -0.3152 -0.7893 0.1589 +202 2014 2015 -0.0727 -0.3251 0.1797 +202 2014 2016 -0.06 -0.3721 0.252 +202 2014 2017 -0.0405 -0.3682 0.2872 +202 2014 2018 -0.0235 -0.3775 0.3305 +202 2014 2019 -0.0859 -0.4607 0.2889 +202 2014 2020 -0.1113 -0.4826 0.26 +202 2014 2021 -0.2024 -0.6034 0.1986 +202 2014 2022 -0.2286 -0.6467 0.1895 +202 2014 2023 -0.2223 -0.6335 0.1889 +202 2014 2024 -0.2245 -0.6637 0.2147 +202 2014 2025 -0.2391 -0.6808 0.2027 +202 2015 2016 0.0124 -0.2355 0.2603 +202 2015 2017 0.032 -0.272 0.3359 +202 2015 2018 0.049 -0.2982 0.3962 +202 2015 2019 -0.0134 -0.3807 0.3538 +202 2015 2020 -0.0389 -0.4066 0.3289 +202 2015 2021 -0.1298 -0.5155 0.2559 +202 2015 2022 -0.156 -0.5592 0.2472 +202 2015 2023 -0.1497 -0.5511 0.2516 +202 2015 2024 -0.152 -0.5839 0.2799 +202 2015 2025 -0.1665 -0.5984 0.2654 +202 2016 2017 0.0194 -0.2288 0.2677 +202 2016 2018 0.0364 -0.2827 0.3556 +202 2016 2019 -0.0259 -0.3781 0.3262 +202 2016 2020 -0.0514 -0.4088 0.306 +202 2016 2021 -0.1424 -0.5268 0.242 +202 2016 2022 -0.1686 -0.5722 0.2351 +202 2016 2023 -0.1623 -0.5628 0.2382 +202 2016 2024 -0.1646 -0.5959 0.2668 +202 2016 2025 -0.1791 -0.6119 0.2538 +202 2017 2018 0.0169 -0.2229 0.2567 +202 2017 2019 -0.0454 -0.3475 0.2566 +202 2017 2020 -0.0709 -0.3852 0.2433 +202 2017 2021 -0.162 -0.5184 0.1944 +202 2017 2022 -0.1882 -0.5691 0.1928 +202 2017 2023 -0.1818 -0.5573 0.1936 +202 2017 2024 -0.1841 -0.593 0.2248 +202 2017 2025 -0.1986 -0.6121 0.2149 +202 2018 2019 -0.0625 -0.3102 0.1852 +202 2018 2020 -0.088 -0.3816 0.2056 +202 2018 2021 -0.1792 -0.532 0.1736 +202 2018 2022 -0.2054 -0.5889 0.1781 +202 2018 2023 -0.199 -0.5781 0.1802 +202 2018 2024 -0.2012 -0.6134 0.211 +202 2018 2025 -0.2157 -0.6342 0.2028 +202 2019 2020 -0.0255 -0.2701 0.2192 +202 2019 2021 -0.1167 -0.4412 0.2079 +202 2019 2022 -0.1428 -0.5084 0.2228 +202 2019 2023 -0.1365 -0.5088 0.2358 +202 2019 2024 -0.1388 -0.5491 0.2715 +202 2019 2025 -0.1533 -0.5703 0.2638 +202 2020 2021 -0.0912 -0.3465 0.164 +202 2020 2022 -0.1174 -0.4395 0.2047 +202 2020 2023 -0.1111 -0.4505 0.2283 +202 2020 2024 -0.1134 -0.4989 0.2722 +202 2020 2025 -0.1278 -0.5249 0.2693 +202 2021 2022 -0.0262 -0.2782 0.2258 +202 2021 2023 -0.02 -0.333 0.2929 +202 2021 2024 -0.0223 -0.3954 0.3508 +202 2021 2025 -0.0368 -0.4281 0.3545 +202 2022 2023 0.0061 -0.2482 0.2604 +202 2022 2024 0.0038 -0.3385 0.3461 +202 2022 2025 -0.0106 -0.3861 0.3648 +202 2023 2024 -0.0023 -0.2615 0.257 +202 2023 2025 -0.0168 -0.3411 0.3076 +202 2024 2025 -0.0145 -0.2745 0.2455 +203 2007 2008 0.0138 -0.0546 0.0822 +203 2007 2009 0.0274 -0.0668 0.1217 +203 2007 2010 0.022 -0.0841 0.1281 +203 2007 2011 0.0132 -0.1015 0.1278 +203 2007 2012 0.0165 -0.1074 0.1404 +203 2007 2013 0.0155 -0.1136 0.1446 +203 2007 2014 0.0292 -0.1072 0.1657 +203 2007 2015 0.0385 -0.1041 0.181 +203 2007 2016 0.0424 -0.1034 0.1881 +203 2007 2017 0.0342 -0.1131 0.1816 +203 2007 2018 0.0428 -0.1109 0.1966 +203 2007 2019 0.0371 -0.1186 0.1927 +203 2007 2020 0.0195 -0.1381 0.1772 +203 2007 2021 -0.0021 -0.1612 0.1569 +203 2007 2022 -0.0208 -0.1816 0.14 +203 2007 2023 -0.026 -0.1919 0.1398 +203 2007 2024 -0.0414 -0.2107 0.1279 +203 2007 2025 -0.0499 -0.2234 0.1235 +203 2008 2009 0.0136 -0.0532 0.0804 +203 2008 2010 0.0081 -0.0781 0.0944 +203 2008 2011 -7e-04 -0.0998 0.0984 +203 2008 2012 0.0026 -0.1074 0.1126 +203 2008 2013 0.0017 -0.1152 0.1185 +203 2008 2014 0.0153 -0.1083 0.139 +203 2008 2015 0.0246 -0.1051 0.1542 +203 2008 2016 0.0285 -0.1045 0.1614 +203 2008 2017 0.0203 -0.1153 0.1559 +203 2008 2018 0.0289 -0.1122 0.17 +203 2008 2019 0.0232 -0.1201 0.1665 +203 2008 2020 0.0057 -0.1406 0.1519 +203 2008 2021 -0.016 -0.1649 0.1329 +203 2008 2022 -0.0347 -0.1863 0.1169 +203 2008 2023 -0.0399 -0.1964 0.1166 +203 2008 2024 -0.0553 -0.2162 0.1057 +203 2008 2025 -0.0638 -0.2294 0.1017 +203 2009 2010 -0.0055 -0.0707 0.0598 +203 2009 2011 -0.0143 -0.1013 0.0728 +203 2009 2012 -0.011 -0.1117 0.0897 +203 2009 2013 -0.0119 -0.1218 0.0979 +203 2009 2014 0.0017 -0.1147 0.1181 +203 2009 2015 0.0109 -0.1112 0.1331 +203 2009 2016 0.0148 -0.1109 0.1406 +203 2009 2017 0.0067 -0.1231 0.1365 +203 2009 2018 0.0153 -0.1187 0.1493 +203 2009 2019 0.0095 -0.1269 0.146 +203 2009 2020 -0.008 -0.1485 0.1325 +203 2009 2021 -0.0296 -0.1741 0.1148 +203 2009 2022 -0.0483 -0.1965 0.0999 +203 2009 2023 -0.0536 -0.2063 0.0992 +203 2009 2024 -0.0689 -0.2271 0.0892 +203 2009 2025 -0.0775 -0.2406 0.0857 +203 2010 2011 -0.0088 -0.0741 0.0565 +203 2010 2012 -0.0055 -0.0917 0.0807 +203 2010 2013 -0.0065 -0.105 0.0921 +203 2010 2014 0.0072 -0.1006 0.1151 +203 2010 2015 0.0164 -0.099 0.1318 +203 2010 2016 0.0203 -0.0996 0.1402 +203 2010 2017 0.0122 -0.1121 0.1365 +203 2010 2018 0.0208 -0.1089 0.1505 +203 2010 2019 0.015 -0.1174 0.1474 +203 2010 2020 -0.0025 -0.1389 0.134 +203 2010 2021 -0.0242 -0.1643 0.116 +203 2010 2022 -0.0428 -0.1865 0.1009 +203 2010 2023 -0.0481 -0.1967 0.1006 +203 2010 2024 -0.0634 -0.2173 0.0905 +203 2010 2025 -0.072 -0.2309 0.0869 +203 2011 2012 0.0033 -0.0617 0.0683 +203 2011 2013 0.0024 -0.0825 0.0872 +203 2011 2014 0.016 -0.0829 0.115 +203 2011 2015 0.0253 -0.0841 0.1346 +203 2011 2016 0.0292 -0.0864 0.1447 +203 2011 2017 0.021 -0.099 0.1411 +203 2011 2018 0.0296 -0.0977 0.1569 +203 2011 2019 0.0239 -0.1066 0.1543 +203 2011 2020 0.0063 -0.1278 0.1405 +203 2011 2021 -0.0153 -0.1527 0.1221 +203 2011 2022 -0.034 -0.1746 0.1066 +203 2011 2023 -0.0392 -0.1853 0.1068 +203 2011 2024 -0.0546 -0.2055 0.0963 +203 2011 2025 -0.0631 -0.219 0.0928 +203 2012 2013 -9e-04 -0.0661 0.0642 +203 2012 2014 0.0127 -0.0741 0.0995 +203 2012 2015 0.0219 -0.079 0.1228 +203 2012 2016 0.0258 -0.0835 0.1352 +203 2012 2017 0.0177 -0.0979 0.1333 +203 2012 2018 0.0263 -0.0971 0.1497 +203 2012 2019 0.0205 -0.1067 0.1478 +203 2012 2020 0.003 -0.1287 0.1347 +203 2012 2021 -0.0186 -0.1541 0.1168 +203 2012 2022 -0.0373 -0.1764 0.1018 +203 2012 2023 -0.0425 -0.1872 0.1021 +203 2012 2024 -0.0579 -0.2077 0.0919 +203 2012 2025 -0.0665 -0.2215 0.0885 +203 2013 2014 0.0137 -0.0526 0.0799 +203 2013 2015 0.0229 -0.0653 0.1111 +203 2013 2016 0.0268 -0.0738 0.1274 +203 2013 2017 0.0187 -0.0901 0.1274 +203 2013 2018 0.0273 -0.0911 0.1457 +203 2013 2019 0.0215 -0.1016 0.1446 +203 2013 2020 0.004 -0.1241 0.132 +203 2013 2021 -0.0177 -0.1497 0.1144 +203 2013 2022 -0.0363 -0.1721 0.0995 +203 2013 2023 -0.0416 -0.1834 0.1003 +203 2013 2024 -0.0569 -0.204 0.0901 +203 2013 2025 -0.0655 -0.2178 0.0868 +203 2014 2015 0.0092 -0.0566 0.075 +203 2014 2016 0.0131 -0.0731 0.0993 +203 2014 2017 0.005 -0.0942 0.1041 +203 2014 2018 0.0136 -0.0961 0.1232 +203 2014 2019 0.0078 -0.1081 0.1237 +203 2014 2020 -0.0097 -0.1322 0.1128 +203 2014 2021 -0.0314 -0.1595 0.0968 +203 2014 2022 -0.05 -0.1833 0.0832 +203 2014 2023 -0.0553 -0.1944 0.0838 +203 2014 2024 -0.0706 -0.216 0.0748 +203 2014 2025 -0.0792 -0.2304 0.072 +203 2015 2016 0.0039 -0.0614 0.0691 +203 2015 2017 -0.0042 -0.0909 0.0825 +203 2015 2018 0.0043 -0.0955 0.1042 +203 2015 2019 -0.0014 -0.1098 0.1069 +203 2015 2020 -0.0189 -0.1358 0.0979 +203 2015 2021 -0.0406 -0.1647 0.0835 +203 2015 2022 -0.0593 -0.1896 0.0711 +203 2015 2023 -0.0645 -0.2008 0.0718 +203 2015 2024 -0.0799 -0.2234 0.0637 +203 2015 2025 -0.0885 -0.2383 0.0613 +203 2016 2017 -0.0081 -0.0736 0.0574 +203 2016 2018 4e-04 -0.0853 0.0862 +203 2016 2019 -0.0053 -0.1031 0.0925 +203 2016 2020 -0.0228 -0.1315 0.0858 +203 2016 2021 -0.0445 -0.162 0.073 +203 2016 2022 -0.0632 -0.1881 0.0618 +203 2016 2023 -0.0684 -0.1999 0.0631 +203 2016 2024 -0.0838 -0.2233 0.0558 +203 2016 2025 -0.0924 -0.2386 0.0539 +203 2017 2018 0.0085 -0.0579 0.075 +203 2017 2019 0.0028 -0.0836 0.0892 +203 2017 2020 -0.0147 -0.1147 0.0853 +203 2017 2021 -0.0364 -0.1466 0.0738 +203 2017 2022 -0.055 -0.1735 0.0634 +203 2017 2023 -0.0603 -0.1864 0.0659 +203 2017 2024 -0.0756 -0.2099 0.0586 +203 2017 2025 -0.0842 -0.2255 0.0571 +203 2018 2019 -0.0058 -0.0706 0.0591 +203 2018 2020 -0.0233 -0.1102 0.0636 +203 2018 2021 -0.0449 -0.1469 0.057 +203 2018 2022 -0.0636 -0.1771 0.0498 +203 2018 2023 -0.0689 -0.1906 0.0528 +203 2018 2024 -0.0843 -0.216 0.0475 +203 2018 2025 -0.0929 -0.2326 0.0469 +203 2019 2020 -0.0175 -0.0831 0.048 +203 2019 2021 -0.0392 -0.1273 0.049 +203 2019 2022 -0.0579 -0.1612 0.0454 +203 2019 2023 -0.0631 -0.1766 0.0503 +203 2019 2024 -0.0785 -0.2034 0.0464 +203 2019 2025 -0.0871 -0.2208 0.0466 +203 2020 2021 -0.0217 -0.0882 0.0449 +203 2020 2022 -0.0403 -0.1294 0.0487 +203 2020 2023 -0.0456 -0.1489 0.0576 +203 2020 2024 -0.061 -0.1771 0.0552 +203 2020 2025 -0.0695 -0.1957 0.0566 +203 2021 2022 -0.0187 -0.085 0.0477 +203 2021 2023 -0.0239 -0.1128 0.0649 +203 2021 2024 -0.0393 -0.1437 0.0652 +203 2021 2025 -0.0479 -0.1643 0.0686 +203 2022 2023 -0.0053 -0.0719 0.0613 +203 2022 2024 -0.0206 -0.1098 0.0685 +203 2022 2025 -0.0292 -0.1339 0.0755 +203 2023 2024 -0.0153 -0.0826 0.052 +203 2023 2025 -0.0239 -0.1147 0.0668 +203 2024 2025 -0.0086 -0.0758 0.0587 +204 2007 2008 -0.1139 -0.2654 0.0376 +204 2007 2009 0.0202 -0.1387 0.179 +204 2007 2010 0.0249 -0.1223 0.1722 +204 2007 2011 -0.0302 -0.1924 0.1321 +204 2007 2012 -0.225 -0.3952 -0.0547 +204 2007 2013 -0.2808 -0.4362 -0.1255 +204 2007 2014 -0.3434 -0.5131 -0.1736 +204 2007 2015 -0.2314 -0.3975 -0.0654 +204 2007 2016 -0.0131 -0.1621 0.1359 +204 2007 2017 -0.0628 -0.2268 0.1013 +204 2007 2018 0.0998 -0.059 0.2585 +204 2007 2019 0.1304 -0.0219 0.2827 +204 2007 2020 0.1058 -0.0574 0.269 +204 2007 2021 -0.0656 -0.226 0.0947 +204 2007 2022 -0.1015 -0.2649 0.0619 +204 2007 2023 0.1216 -0.044 0.2872 +204 2007 2024 -0.131 -0.2975 0.0355 +204 2007 2025 0.2834 0.142 0.4249 +204 2008 2009 0.1341 -0.0209 0.2891 +204 2008 2010 0.1389 -0.0206 0.2983 +204 2008 2011 0.0838 -0.0751 0.2427 +204 2008 2012 -0.111 -0.2817 0.0596 +204 2008 2013 -0.1669 -0.3332 -6e-04 +204 2008 2014 -0.2294 -0.3942 -0.0647 +204 2008 2015 -0.1175 -0.2855 0.0504 +204 2008 2016 0.1008 -0.0632 0.2648 +204 2008 2017 0.0512 -0.1075 0.2098 +204 2008 2018 0.2137 0.0511 0.3762 +204 2008 2019 0.2443 0.0802 0.4085 +204 2008 2020 0.2198 0.0569 0.3826 +204 2008 2021 0.0483 -0.1115 0.2081 +204 2008 2022 0.0124 -0.1575 0.1823 +204 2008 2023 0.2356 0.0695 0.4016 +204 2008 2024 -0.0171 -0.1795 0.1453 +204 2008 2025 0.3974 0.2412 0.5536 +204 2009 2010 0.0048 -0.1461 0.1556 +204 2009 2011 -0.0503 -0.2155 0.1149 +204 2009 2012 -0.2451 -0.4069 -0.0833 +204 2009 2013 -0.301 -0.4671 -0.1349 +204 2009 2014 -0.3635 -0.5357 -0.1914 +204 2009 2015 -0.2516 -0.4127 -0.0905 +204 2009 2016 -0.0333 -0.1947 0.1281 +204 2009 2017 -0.0829 -0.2497 0.0839 +204 2009 2018 0.0796 -0.0733 0.2325 +204 2009 2019 0.1102 -0.0525 0.273 +204 2009 2020 0.0857 -0.0808 0.2521 +204 2009 2021 -0.0858 -0.2402 0.0687 +204 2009 2022 -0.1217 -0.2935 0.0502 +204 2009 2023 0.1015 -0.0683 0.2712 +204 2009 2024 -0.1512 -0.3127 0.0104 +204 2009 2025 0.2633 0.11 0.4166 +204 2010 2011 -0.0551 -0.2094 0.0993 +204 2010 2012 -0.2499 -0.4187 -0.081 +204 2010 2013 -0.3058 -0.4619 -0.1496 +204 2010 2014 -0.3683 -0.5388 -0.1978 +204 2010 2015 -0.2564 -0.423 -0.0897 +204 2010 2016 -0.038 -0.1883 0.1122 +204 2010 2017 -0.0877 -0.2527 0.0774 +204 2010 2018 0.0748 -0.0841 0.2337 +204 2010 2019 0.1055 -0.0487 0.2597 +204 2010 2020 0.0809 -0.0832 0.245 +204 2010 2021 -0.0905 -0.251 0.0699 +204 2010 2022 -0.1264 -0.2909 0.0381 +204 2010 2023 0.0967 -0.0698 0.2632 +204 2010 2024 -0.1559 -0.3227 0.0108 +204 2010 2025 0.2585 0.1145 0.4026 +204 2011 2012 -0.1948 -0.3595 -0.0301 +204 2011 2013 -0.2507 -0.4196 -0.0818 +204 2011 2014 -0.3132 -0.4839 -0.1425 +204 2011 2015 -0.2013 -0.3745 -0.0281 +204 2011 2016 0.017 -0.1477 0.1817 +204 2011 2017 -0.0326 -0.1963 0.1311 +204 2011 2018 0.1299 -0.0361 0.296 +204 2011 2019 0.1606 -0.0057 0.3268 +204 2011 2020 0.136 -0.0275 0.2995 +204 2011 2021 -0.0355 -0.2015 0.1306 +204 2011 2022 -0.0713 -0.2476 0.1049 +204 2011 2023 0.1518 -0.0134 0.317 +204 2011 2024 -0.1008 -0.2745 0.0728 +204 2011 2025 0.3136 0.1566 0.4706 +204 2012 2013 -0.0559 -0.2192 0.1075 +204 2012 2014 -0.1184 -0.2944 0.0576 +204 2012 2015 -0.0065 -0.1751 0.1621 +204 2012 2016 0.2118 0.0393 0.3844 +204 2012 2017 0.1622 -0.0111 0.3355 +204 2012 2018 0.3247 0.1606 0.4888 +204 2012 2019 0.3554 0.1831 0.5276 +204 2012 2020 0.3308 0.1553 0.5063 +204 2012 2021 0.1593 -0.003 0.3217 +204 2012 2022 0.1235 -0.0551 0.302 +204 2012 2023 0.3466 0.1656 0.5276 +204 2012 2024 0.0939 -0.0724 0.2603 +204 2012 2025 0.5084 0.342 0.6749 +204 2013 2014 -0.0625 -0.225 0.1 +204 2013 2015 0.0494 -0.1201 0.2189 +204 2013 2016 0.2677 0.1122 0.4232 +204 2013 2017 0.2181 0.0494 0.3868 +204 2013 2018 0.3806 0.2152 0.546 +204 2013 2019 0.4113 0.252 0.5705 +204 2013 2020 0.3867 0.217 0.5563 +204 2013 2021 0.2152 0.0505 0.3799 +204 2013 2022 0.1793 0.0121 0.3466 +204 2013 2023 0.4025 0.2292 0.5757 +204 2013 2024 0.1498 -0.0191 0.3188 +204 2013 2025 0.5643 0.4121 0.7165 +204 2014 2015 0.1119 -0.0514 0.2752 +204 2014 2016 0.3302 0.1598 0.5006 +204 2014 2017 0.2806 0.117 0.4442 +204 2014 2018 0.4431 0.2731 0.6131 +204 2014 2019 0.4738 0.3021 0.6455 +204 2014 2020 0.4492 0.2812 0.6172 +204 2014 2021 0.2777 0.1106 0.4448 +204 2014 2022 0.2418 0.0645 0.4192 +204 2014 2023 0.465 0.2919 0.6381 +204 2014 2024 0.2123 0.0421 0.3826 +204 2014 2025 0.6268 0.4616 0.792 +204 2015 2016 0.2183 0.0596 0.377 +204 2015 2017 0.1687 1e-04 0.3372 +204 2015 2018 0.3312 0.1717 0.4908 +204 2015 2019 0.3619 0.1948 0.5289 +204 2015 2020 0.3373 0.1657 0.5089 +204 2015 2021 0.1658 0.0064 0.3252 +204 2015 2022 0.1299 -0.0451 0.305 +204 2015 2023 0.3531 0.176 0.5302 +204 2015 2024 0.1004 -0.0634 0.2642 +204 2015 2025 0.5149 0.3544 0.6754 +204 2016 2017 -0.0496 -0.2067 0.1074 +204 2016 2018 0.1129 -0.0461 0.2719 +204 2016 2019 0.1435 -0.0067 0.2938 +204 2016 2020 0.119 -0.0439 0.2818 +204 2016 2021 -0.0525 -0.2146 0.1096 +204 2016 2022 -0.0884 -0.2521 0.0754 +204 2016 2023 0.1348 -0.0302 0.2997 +204 2016 2024 -0.1179 -0.2883 0.0525 +204 2016 2025 0.2966 0.1534 0.4397 +204 2017 2018 0.1625 0.0072 0.3179 +204 2017 2019 0.1932 0.0287 0.3576 +204 2017 2020 0.1686 0.011 0.3261 +204 2017 2021 -0.0029 -0.1639 0.1582 +204 2017 2022 -0.0388 -0.2107 0.1332 +204 2017 2023 0.1844 0.0215 0.3472 +204 2017 2024 -0.0683 -0.2339 0.0974 +204 2017 2025 0.3462 0.1866 0.5058 +204 2018 2019 0.0306 -0.1209 0.1822 +204 2018 2020 0.0061 -0.1561 0.1682 +204 2018 2021 -0.1654 -0.3144 -0.0163 +204 2018 2022 -0.2013 -0.3705 -0.032 +204 2018 2023 0.0219 -0.1455 0.1892 +204 2018 2024 -0.2308 -0.3888 -0.0727 +204 2018 2025 0.1837 0.032 0.3354 +204 2019 2020 -0.0246 -0.1796 0.1305 +204 2019 2021 -0.196 -0.3558 -0.0363 +204 2019 2022 -0.2319 -0.3933 -0.0705 +204 2019 2023 -0.0088 -0.1755 0.1579 +204 2019 2024 -0.2614 -0.4302 -0.0926 +204 2019 2025 0.153 0.0082 0.2979 +204 2020 2021 -0.1715 -0.3273 -0.0156 +204 2020 2022 -0.2073 -0.3799 -0.0348 +204 2020 2023 0.0158 -0.1409 0.1725 +204 2020 2024 -0.2368 -0.4092 -0.0645 +204 2020 2025 0.1776 0.0216 0.3336 +204 2021 2022 -0.0359 -0.192 0.1202 +204 2021 2023 0.1873 0.02 0.3545 +204 2021 2024 -0.0654 -0.2147 0.0839 +204 2021 2025 0.3491 0.1956 0.5026 +204 2022 2023 0.2231 0.0552 0.3911 +204 2022 2024 -0.0295 -0.1971 0.1381 +204 2022 2025 0.3849 0.2287 0.5412 +204 2023 2024 -0.2526 -0.4244 -0.0809 +204 2023 2025 0.1618 0.005 0.3186 +204 2024 2025 0.4145 0.2569 0.572 +205 2007 2008 0.024 -0.0302 0.0783 +205 2007 2009 0.0125 -0.0431 0.0681 +205 2007 2010 0.0035 -0.0427 0.0497 +205 2007 2011 -0.0206 -0.0778 0.0366 +205 2007 2012 0.0415 -0.0176 0.1005 +205 2007 2013 -0.0365 -0.086 0.013 +205 2007 2014 -0.0331 -0.0921 0.026 +205 2007 2015 -0.0277 -0.0855 0.0302 +205 2007 2016 -0.072 -0.1209 -0.0232 +205 2007 2017 -0.0761 -0.1352 -0.017 +205 2007 2018 -0.2494 -0.3074 -0.1913 +205 2007 2019 -0.5901 -0.6475 -0.5327 +205 2007 2020 -0.6546 -0.7226 -0.5866 +205 2007 2021 -0.576 -0.6369 -0.515 +205 2007 2022 -0.4814 -0.5419 -0.421 +205 2007 2023 -0.4103 -0.474 -0.3467 +205 2007 2024 -0.4008 -0.4582 -0.3434 +205 2007 2025 -0.4064 -0.4547 -0.3581 +205 2008 2009 -0.0116 -0.0679 0.0448 +205 2008 2010 -0.0206 -0.0766 0.0354 +205 2008 2011 -0.0446 -0.0919 0.0026 +205 2008 2012 0.0174 -0.0428 0.0776 +205 2008 2013 -0.0605 -0.119 -0.0021 +205 2008 2014 -0.0571 -0.1069 -0.0073 +205 2008 2015 -0.0517 -0.1106 0.0072 +205 2008 2016 -0.0961 -0.1534 -0.0388 +205 2008 2017 -0.1002 -0.1495 -0.0509 +205 2008 2018 -0.2734 -0.3326 -0.2142 +205 2008 2019 -0.6141 -0.6781 -0.5501 +205 2008 2020 -0.6787 -0.7395 -0.6179 +205 2008 2021 -0.6 -0.6607 -0.5394 +205 2008 2022 -0.5054 -0.5719 -0.439 +205 2008 2023 -0.4344 -0.4898 -0.3789 +205 2008 2024 -0.4248 -0.4832 -0.3665 +205 2008 2025 -0.4304 -0.4841 -0.3768 +205 2009 2010 -0.009 -0.065 0.047 +205 2009 2011 -0.0331 -0.0922 0.026 +205 2009 2012 0.029 -0.023 0.0809 +205 2009 2013 -0.049 -0.108 0.0101 +205 2009 2014 -0.0455 -0.106 0.0149 +205 2009 2015 -0.0401 -0.0918 0.0116 +205 2009 2016 -0.0845 -0.1423 -0.0267 +205 2009 2017 -0.0886 -0.1491 -0.0281 +205 2009 2018 -0.2618 -0.3136 -0.21 +205 2009 2019 -0.6026 -0.6674 -0.5377 +205 2009 2020 -0.6671 -0.7363 -0.598 +205 2009 2021 -0.5885 -0.6442 -0.5328 +205 2009 2022 -0.4939 -0.5613 -0.4265 +205 2009 2023 -0.4228 -0.4875 -0.3581 +205 2009 2024 -0.4133 -0.4654 -0.3612 +205 2009 2025 -0.4189 -0.4734 -0.3644 +205 2010 2011 -0.0241 -0.082 0.0338 +205 2010 2012 0.038 -0.0222 0.0981 +205 2010 2013 -0.04 -0.0902 0.0103 +205 2010 2014 -0.0365 -0.0967 0.0236 +205 2010 2015 -0.0311 -0.0901 0.0279 +205 2010 2016 -0.0755 -0.1249 -0.026 +205 2010 2017 -0.0796 -0.1399 -0.0193 +205 2010 2018 -0.2528 -0.3118 -0.1939 +205 2010 2019 -0.5936 -0.6522 -0.535 +205 2010 2020 -0.6581 -0.7271 -0.5891 +205 2010 2021 -0.5795 -0.6411 -0.5178 +205 2010 2022 -0.4849 -0.5461 -0.4237 +205 2010 2023 -0.4138 -0.4785 -0.3491 +205 2010 2024 -0.4043 -0.4626 -0.3459 +205 2010 2025 -0.4099 -0.4597 -0.36 +205 2011 2012 0.0621 4e-04 0.1237 +205 2011 2013 -0.0159 -0.0767 0.0449 +205 2011 2014 -0.0125 -0.0644 0.0395 +205 2011 2015 -0.0071 -0.0684 0.0543 +205 2011 2016 -0.0514 -0.111 0.0082 +205 2011 2017 -0.0555 -0.107 -0.004 +205 2011 2018 -0.2288 -0.2904 -0.1671 +205 2011 2019 -0.5695 -0.6357 -0.5033 +205 2011 2020 -0.634 -0.6967 -0.5713 +205 2011 2021 -0.5554 -0.6186 -0.4922 +205 2011 2022 -0.4608 -0.5294 -0.3922 +205 2011 2023 -0.3897 -0.4476 -0.3318 +205 2011 2024 -0.3802 -0.441 -0.3194 +205 2011 2025 -0.3858 -0.4418 -0.3298 +205 2012 2013 -0.078 -0.1396 -0.0163 +205 2012 2014 -0.0745 -0.1383 -0.0107 +205 2012 2015 -0.0691 -0.1241 -0.0141 +205 2012 2016 -0.1135 -0.1749 -0.0521 +205 2012 2017 -0.1176 -0.1814 -0.0538 +205 2012 2018 -0.2908 -0.3467 -0.235 +205 2012 2019 -0.6316 -0.6994 -0.5637 +205 2012 2020 -0.6961 -0.7681 -0.6241 +205 2012 2021 -0.6175 -0.6772 -0.5577 +205 2012 2022 -0.5229 -0.5932 -0.4525 +205 2012 2023 -0.4518 -0.5197 -0.3839 +205 2012 2024 -0.4423 -0.4991 -0.3854 +205 2012 2025 -0.4478 -0.5064 -0.3893 +205 2013 2014 0.0034 -0.0582 0.0651 +205 2013 2015 0.0089 -0.0525 0.0702 +205 2013 2016 -0.0355 -0.0866 0.0155 +205 2013 2017 -0.0396 -0.1021 0.0229 +205 2013 2018 -0.2129 -0.2745 -0.1512 +205 2013 2019 -0.5536 -0.6141 -0.4931 +205 2013 2020 -0.6181 -0.689 -0.5473 +205 2013 2021 -0.5395 -0.6037 -0.4753 +205 2013 2022 -0.4449 -0.5078 -0.382 +205 2013 2023 -0.3738 -0.4406 -0.3071 +205 2013 2024 -0.3643 -0.4252 -0.3034 +205 2013 2025 -0.3699 -0.4222 -0.3176 +205 2014 2015 0.0054 -0.0565 0.0674 +205 2014 2016 -0.039 -0.1002 0.0222 +205 2014 2017 -0.0431 -0.0955 0.0094 +205 2014 2018 -0.2163 -0.2792 -0.1535 +205 2014 2019 -0.557 -0.6247 -0.4893 +205 2014 2020 -0.6216 -0.6849 -0.5582 +205 2014 2021 -0.5429 -0.6073 -0.4786 +205 2014 2022 -0.4484 -0.5184 -0.3784 +205 2014 2023 -0.3773 -0.4359 -0.3186 +205 2014 2024 -0.3677 -0.4298 -0.3057 +205 2014 2025 -0.3733 -0.4312 -0.3155 +205 2015 2016 -0.0444 -0.1039 0.0151 +205 2015 2017 -0.0485 -0.1111 0.0141 +205 2015 2018 -0.2217 -0.2764 -0.1671 +205 2015 2019 -0.5624 -0.6289 -0.496 +205 2015 2020 -0.627 -0.6981 -0.5559 +205 2015 2021 -0.5483 -0.6068 -0.4899 +205 2015 2022 -0.4538 -0.523 -0.3845 +205 2015 2023 -0.3827 -0.4495 -0.3159 +205 2015 2024 -0.3732 -0.4286 -0.3177 +205 2015 2025 -0.3787 -0.4356 -0.3219 +205 2016 2017 -0.0041 -0.0648 0.0566 +205 2016 2018 -0.1773 -0.2379 -0.1168 +205 2016 2019 -0.5181 -0.5767 -0.4594 +205 2016 2020 -0.5826 -0.6524 -0.5128 +205 2016 2021 -0.504 -0.567 -0.4409 +205 2016 2022 -0.4094 -0.4706 -0.3481 +205 2016 2023 -0.3383 -0.4039 -0.2727 +205 2016 2024 -0.3288 -0.3884 -0.2692 +205 2016 2025 -0.3344 -0.3851 -0.2836 +205 2017 2018 -0.1732 -0.2353 -0.1111 +205 2017 2019 -0.514 -0.5816 -0.4463 +205 2017 2020 -0.5785 -0.6404 -0.5166 +205 2017 2021 -0.4999 -0.5639 -0.4359 +205 2017 2022 -0.4053 -0.4753 -0.3353 +205 2017 2023 -0.3342 -0.3912 -0.2772 +205 2017 2024 -0.3247 -0.3866 -0.2628 +205 2017 2025 -0.3303 -0.3884 -0.2722 +205 2018 2019 -0.3407 -0.4067 -0.2748 +205 2018 2020 -0.4053 -0.4764 -0.3342 +205 2018 2021 -0.3266 -0.3839 -0.2694 +205 2018 2022 -0.2321 -0.3015 -0.1626 +205 2018 2023 -0.161 -0.2279 -0.0941 +205 2018 2024 -0.1514 -0.2059 -0.097 +205 2018 2025 -0.157 -0.2143 -0.0998 +205 2019 2020 -0.0645 -0.1384 0.0093 +205 2019 2021 0.0141 -0.0551 0.0833 +205 2019 2022 0.1087 0.0419 0.1755 +205 2019 2023 0.1798 0.1081 0.2514 +205 2019 2024 0.1893 0.1228 0.2558 +205 2019 2025 0.1837 0.1254 0.242 +205 2020 2021 0.0786 0.0075 0.1498 +205 2020 2022 0.1732 0.0957 0.2508 +205 2020 2023 0.2443 0.1773 0.3113 +205 2020 2024 0.2538 0.1833 0.3244 +205 2020 2025 0.2482 0.1808 0.3157 +205 2021 2022 0.0946 0.0246 0.1646 +205 2021 2023 0.1657 0.0979 0.2334 +205 2021 2024 0.1752 0.1178 0.2325 +205 2021 2025 0.1696 0.1095 0.2297 +205 2022 2023 0.0711 -0.001 0.1432 +205 2022 2024 0.0806 0.0117 0.1495 +205 2022 2025 0.075 0.0144 0.1357 +205 2023 2024 0.0095 -0.0558 0.0748 +205 2023 2025 0.0039 -0.0591 0.067 +205 2024 2025 -0.0056 -0.0619 0.0507 +206 2007 2010 -0.0514 -0.1596 0.0568 +206 2007 2013 -0.0887 -0.2155 0.038 +206 2007 2016 -0.1209 -0.2633 0.0215 +206 2007 2019 -0.0027 -0.1291 0.1238 +206 2007 2022 -0.0806 -0.2136 0.0525 +206 2007 2025 -0.1485 -0.3292 0.0322 +206 2010 2013 -0.0374 -0.1393 0.0646 +206 2010 2016 -0.0695 -0.19 0.051 +206 2010 2019 0.0487 -0.0782 0.1757 +206 2010 2022 -0.0292 -0.1511 0.0927 +206 2010 2025 -0.0971 -0.2606 0.0663 +206 2013 2016 -0.0322 -0.1342 0.0699 +206 2013 2019 0.0861 -0.0411 0.2133 +206 2013 2022 0.0081 -0.1099 0.1262 +206 2013 2025 -0.0598 -0.217 0.0974 +206 2016 2019 0.1184 -0.0135 0.2502 +206 2016 2022 0.0403 -0.0773 0.1579 +206 2016 2025 -0.0276 -0.1785 0.1232 +206 2019 2022 -0.078 -0.1881 0.0321 +206 2019 2025 -0.146 -0.3212 0.0293 +206 2022 2025 -0.068 -0.1977 0.0617 +207 2007 2010 0.2499 0.1983 0.3015 +207 2007 2013 0.207 0.1527 0.2612 +207 2007 2016 0.2711 0.2185 0.3238 +207 2007 2019 0.3152 0.2623 0.368 +207 2007 2022 0.3079 0.2548 0.3609 +207 2007 2025 0.4568 0.3953 0.5182 +207 2010 2013 -0.043 -0.0956 0.0096 +207 2010 2016 0.0212 -0.0302 0.0726 +207 2010 2019 0.0653 0.0134 0.1171 +207 2010 2022 0.0579 0.0045 0.1113 +207 2010 2025 0.2068 0.1469 0.2668 +207 2013 2016 0.0642 0.0127 0.1156 +207 2013 2019 0.1082 0.0552 0.1613 +207 2013 2022 0.1009 0.047 0.1548 +207 2013 2025 0.2498 0.1873 0.3124 +207 2016 2019 0.0441 -0.0041 0.0922 +207 2016 2022 0.0367 -0.0135 0.087 +207 2016 2025 0.1856 0.1255 0.2457 +207 2019 2022 -0.0073 -0.0559 0.0413 +207 2019 2025 0.1416 0.0816 0.2016 +207 2022 2025 0.1489 0.0895 0.2083 +208 2007 2010 0.0481 -0.0327 0.129 +208 2007 2013 0.0829 -0.021 0.1868 +208 2007 2016 0.0615 -0.0538 0.1768 +208 2007 2019 0.0156 -0.1064 0.1376 +208 2007 2022 0.0238 -0.111 0.1587 +208 2007 2025 0.0323 -0.1237 0.1883 +208 2010 2013 0.0347 -0.0413 0.1108 +208 2010 2016 0.0134 -0.082 0.1087 +208 2010 2019 -0.0325 -0.1404 0.0754 +208 2010 2022 -0.0243 -0.1443 0.0957 +208 2010 2025 -0.0158 -0.1581 0.1264 +208 2013 2016 -0.0214 -0.0986 0.0559 +208 2013 2019 -0.0672 -0.1657 0.0312 +208 2013 2022 -0.0591 -0.1715 0.0533 +208 2013 2025 -0.0506 -0.1865 0.0854 +208 2016 2019 -0.0459 -0.1245 0.0327 +208 2016 2022 -0.0377 -0.1378 0.0624 +208 2016 2025 -0.0292 -0.1566 0.0982 +208 2019 2022 0.0082 -0.0736 0.09 +208 2019 2025 0.0167 -0.0998 0.1331 +208 2022 2025 0.0085 -0.0818 0.0987 +209 2007 2010 0.048 0.0139 0.0821 +209 2007 2013 0.1311 0.0946 0.1677 +209 2007 2016 0.0959 0.0598 0.1319 +209 2007 2019 0.1372 0.1004 0.1739 +209 2007 2022 0.153 0.1156 0.1904 +209 2007 2025 0.2614 0.2167 0.3061 +209 2010 2013 0.0831 0.047 0.1192 +209 2010 2016 0.0478 0.011 0.0847 +209 2010 2019 0.0891 0.0515 0.1268 +209 2010 2022 0.105 0.0665 0.1434 +209 2010 2025 0.2134 0.168 0.2587 +209 2013 2016 -0.0353 -0.0714 9e-04 +209 2013 2019 0.006 -0.0317 0.0438 +209 2013 2022 0.0219 -0.0169 0.0607 +209 2013 2025 0.1303 0.0847 0.1758 +209 2016 2019 0.0413 0.0061 0.0765 +209 2016 2022 0.0571 0.0204 0.0939 +209 2016 2025 0.1655 0.12 0.211 +209 2019 2022 0.0159 -0.0199 0.0516 +209 2019 2025 0.1242 0.0787 0.1698 +209 2022 2025 0.1084 0.0637 0.153 +210 2007 2010 0.1022 0.0623 0.1421 +210 2007 2013 0.2029 0.1613 0.2445 +210 2007 2016 0.1825 0.1419 0.2232 +210 2007 2019 0.143 0.1015 0.1845 +210 2007 2022 0.1192 0.0769 0.1615 +210 2007 2025 0.3077 0.2569 0.3584 +210 2010 2013 0.1007 0.0594 0.142 +210 2010 2016 0.0803 0.0389 0.1218 +210 2010 2019 0.0408 -0.0017 0.0834 +210 2010 2022 0.017 -0.0269 0.0608 +210 2010 2025 0.2055 0.1541 0.2569 +210 2013 2016 -0.0204 -0.0608 0.0201 +210 2013 2019 -0.0599 -0.1022 -0.0176 +210 2013 2022 -0.0837 -0.1274 -0.0401 +210 2013 2025 0.1048 0.0536 0.156 +210 2016 2019 -0.0395 -0.0789 -2e-04 +210 2016 2022 -0.0634 -0.1046 -0.0221 +210 2016 2025 0.1251 0.0744 0.1758 +210 2019 2022 -0.0238 -0.0644 0.0167 +210 2019 2025 0.1646 0.1134 0.2159 +210 2022 2025 0.1885 0.1369 0.24 +211 2007 2008 -0.0077 -0.1248 0.1094 +211 2007 2009 -0.0376 -0.1789 0.1037 +211 2007 2010 0.0363 -0.092 0.1645 +211 2007 2011 0.0591 -0.0807 0.1989 +211 2007 2012 0.0074 -0.14 0.1548 +211 2007 2013 -0.0744 -0.2087 0.0599 +211 2007 2014 -0.1914 -0.3379 -0.0449 +211 2007 2015 -0.2522 -0.4009 -0.1034 +211 2007 2016 -0.2327 -0.3675 -0.0978 +211 2007 2017 -0.2673 -0.4076 -0.127 +211 2007 2018 -0.2848 -0.4397 -0.13 +211 2007 2019 -0.1487 -0.2831 -0.0142 +211 2007 2020 -0.0354 -0.1761 0.1052 +211 2007 2021 0.0151 -0.1249 0.1551 +211 2007 2022 -0.0773 -0.217 0.0625 +211 2007 2023 -0.0173 -0.1567 0.1221 +211 2007 2024 0.032 -0.1051 0.1691 +211 2007 2025 0.0768 -0.0472 0.2007 +211 2008 2009 -0.0299 -0.1547 0.0949 +211 2008 2010 0.044 -0.0849 0.1729 +211 2008 2011 0.0668 -0.0697 0.2033 +211 2008 2012 0.0151 -0.1322 0.1624 +211 2008 2013 -0.0667 -0.2047 0.0713 +211 2008 2014 -0.1837 -0.328 -0.0395 +211 2008 2015 -0.2445 -0.3928 -0.0962 +211 2008 2016 -0.225 -0.3635 -0.0864 +211 2008 2017 -0.2596 -0.3973 -0.1219 +211 2008 2018 -0.2771 -0.431 -0.1233 +211 2008 2019 -0.141 -0.2789 -0.003 +211 2008 2020 -0.0277 -0.1666 0.1111 +211 2008 2021 0.0228 -0.1174 0.1629 +211 2008 2022 -0.0696 -0.2114 0.0723 +211 2008 2023 -0.0096 -0.1462 0.1269 +211 2008 2024 0.0397 -0.0979 0.1773 +211 2008 2025 0.0845 -0.046 0.215 +211 2009 2010 0.0739 -0.0529 0.2007 +211 2009 2011 0.0967 -0.0534 0.2468 +211 2009 2012 0.045 -0.1112 0.2012 +211 2009 2013 -0.0368 -0.1857 0.1121 +211 2009 2014 -0.1538 -0.3055 -0.0021 +211 2009 2015 -0.2146 -0.3646 -0.0645 +211 2009 2016 -0.195 -0.3435 -0.0466 +211 2009 2017 -0.2297 -0.3765 -0.0829 +211 2009 2018 -0.2472 -0.3988 -0.0957 +211 2009 2019 -0.1111 -0.2584 0.0363 +211 2009 2020 0.0022 -0.1528 0.1571 +211 2009 2021 0.0527 -0.1001 0.2054 +211 2009 2022 -0.0397 -0.1857 0.1064 +211 2009 2023 0.0203 -0.1281 0.1686 +211 2009 2024 0.0696 -0.0755 0.2147 +211 2009 2025 0.1144 -0.0282 0.2569 +211 2010 2011 0.0229 -0.0951 0.1408 +211 2010 2012 -0.0289 -0.167 0.1093 +211 2010 2013 -0.1107 -0.2418 0.0205 +211 2010 2014 -0.2277 -0.3742 -0.0811 +211 2010 2015 -0.2884 -0.4386 -0.1383 +211 2010 2016 -0.2689 -0.4039 -0.1339 +211 2010 2017 -0.3036 -0.445 -0.1622 +211 2010 2018 -0.3211 -0.4784 -0.1638 +211 2010 2019 -0.1849 -0.3197 -0.0502 +211 2010 2020 -0.0717 -0.2092 0.0658 +211 2010 2021 -0.0212 -0.1569 0.1145 +211 2010 2022 -0.1135 -0.2551 0.028 +211 2010 2023 -0.0536 -0.1929 0.0857 +211 2010 2024 -0.0043 -0.1405 0.132 +211 2010 2025 0.0405 -0.0843 0.1653 +211 2011 2012 -0.0517 -0.1752 0.0718 +211 2011 2013 -0.1335 -0.267 -1e-04 +211 2011 2014 -0.2505 -0.4001 -0.1009 +211 2011 2015 -0.3113 -0.4691 -0.1534 +211 2011 2016 -0.2918 -0.435 -0.1486 +211 2011 2017 -0.3264 -0.4724 -0.1804 +211 2011 2018 -0.3439 -0.5114 -0.1765 +211 2011 2019 -0.2078 -0.3507 -0.0648 +211 2011 2020 -0.0946 -0.2315 0.0424 +211 2011 2021 -0.044 -0.1821 0.094 +211 2011 2022 -0.1364 -0.2888 0.016 +211 2011 2023 -0.0764 -0.2193 0.0664 +211 2011 2024 -0.0271 -0.1696 0.1154 +211 2011 2025 0.0177 -0.1162 0.1515 +211 2012 2013 -0.0818 -0.205 0.0414 +211 2012 2014 -0.1988 -0.3499 -0.0478 +211 2012 2015 -0.2596 -0.418 -0.1012 +211 2012 2016 -0.2401 -0.3884 -0.0917 +211 2012 2017 -0.2747 -0.4275 -0.1219 +211 2012 2018 -0.2923 -0.4602 -0.1243 +211 2012 2019 -0.1561 -0.3047 -0.0074 +211 2012 2020 -0.0429 -0.1902 0.1045 +211 2012 2021 0.0077 -0.1363 0.1516 +211 2012 2022 -0.0847 -0.2407 0.0714 +211 2012 2023 -0.0247 -0.1754 0.126 +211 2012 2024 0.0246 -0.122 0.1712 +211 2012 2025 0.0694 -0.0717 0.2105 +211 2013 2014 -0.117 -0.2422 0.0082 +211 2013 2015 -0.1778 -0.3211 -0.0345 +211 2013 2016 -0.1583 -0.2917 -0.0248 +211 2013 2017 -0.1929 -0.334 -0.0518 +211 2013 2018 -0.2105 -0.3676 -0.0533 +211 2013 2019 -0.0743 -0.2108 0.0623 +211 2013 2020 0.039 -0.1013 0.1792 +211 2013 2021 0.0895 -0.0494 0.2284 +211 2013 2022 -0.0029 -0.1454 0.1397 +211 2013 2023 0.0571 -0.0842 0.1983 +211 2013 2024 0.1064 -0.0328 0.2456 +211 2013 2025 0.1512 0.022 0.2804 +211 2014 2015 -0.0608 -0.186 0.0645 +211 2014 2016 -0.0412 -0.1801 0.0977 +211 2014 2017 -0.0759 -0.2164 0.0647 +211 2014 2018 -0.0934 -0.2467 0.0598 +211 2014 2019 0.0427 -0.1029 0.1883 +211 2014 2020 0.156 0.0057 0.3062 +211 2014 2021 0.2065 0.0532 0.3597 +211 2014 2022 0.1141 -0.0318 0.2601 +211 2014 2023 0.1741 0.0291 0.3191 +211 2014 2024 0.2234 0.076 0.3708 +211 2014 2025 0.2682 0.1256 0.4108 +211 2015 2016 0.0195 -0.106 0.145 +211 2015 2017 -0.0151 -0.1548 0.1245 +211 2015 2018 -0.0327 -0.1815 0.1161 +211 2015 2019 0.1035 -0.0431 0.2501 +211 2015 2020 0.2167 0.0605 0.3729 +211 2015 2021 0.2672 0.1113 0.4231 +211 2015 2022 0.1749 0.0292 0.3206 +211 2015 2023 0.2348 0.0862 0.3834 +211 2015 2024 0.2842 0.1363 0.432 +211 2015 2025 0.3289 0.184 0.4738 +211 2016 2017 -0.0347 -0.1544 0.0851 +211 2016 2018 -0.0522 -0.1994 0.095 +211 2016 2019 0.084 -0.0494 0.2174 +211 2016 2020 0.1972 0.056 0.3384 +211 2016 2021 0.2477 0.1066 0.3889 +211 2016 2022 0.1554 0.0158 0.2949 +211 2016 2023 0.2153 0.0752 0.3554 +211 2016 2024 0.2647 0.1254 0.4039 +211 2016 2025 0.3094 0.1793 0.4395 +211 2017 2018 -0.0176 -0.1438 0.1087 +211 2017 2019 0.1186 -0.0138 0.2511 +211 2017 2020 0.2319 0.0914 0.3723 +211 2017 2021 0.2824 0.1382 0.4265 +211 2017 2022 0.19 0.051 0.3291 +211 2017 2023 0.25 0.1135 0.3864 +211 2017 2024 0.2993 0.1596 0.439 +211 2017 2025 0.3441 0.2074 0.4807 +211 2018 2019 0.1362 0.0063 0.2661 +211 2018 2020 0.2494 0.0923 0.4066 +211 2018 2021 0.2999 0.1405 0.4594 +211 2018 2022 0.2076 0.0629 0.3523 +211 2018 2023 0.2675 0.1156 0.4195 +211 2018 2024 0.3168 0.1663 0.4673 +211 2018 2025 0.3616 0.2106 0.5126 +211 2019 2020 0.1132 -0.0076 0.234 +211 2019 2021 0.1638 0.03 0.2975 +211 2019 2022 0.0714 -0.0626 0.2054 +211 2019 2023 0.1313 -0.0064 0.269 +211 2019 2024 0.1807 0.0438 0.3175 +211 2019 2025 0.2254 0.0983 0.3525 +211 2020 2021 0.0505 -0.067 0.1681 +211 2020 2022 -0.0418 -0.185 0.1013 +211 2020 2023 0.0181 -0.1194 0.1556 +211 2020 2024 0.0674 -0.0724 0.2073 +211 2020 2025 0.1122 -0.021 0.2455 +211 2021 2022 -0.0924 -0.2223 0.0375 +211 2021 2023 -0.0324 -0.1675 0.1027 +211 2021 2024 0.0169 -0.1161 0.1499 +211 2021 2025 0.0617 -0.0683 0.1917 +211 2022 2023 0.06 -0.0611 0.181 +211 2022 2024 0.1093 -0.0258 0.2444 +211 2022 2025 0.154 0.022 0.2861 +211 2023 2024 0.0493 -0.0697 0.1683 +211 2023 2025 0.0941 -0.0353 0.2234 +211 2024 2025 0.0448 -0.0694 0.159 +212 2007 2008 0.0358 -0.2546 0.3262 +212 2007 2009 0.1006 -0.2365 0.4378 +212 2007 2010 0.1682 -0.1263 0.4626 +212 2007 2011 0.2154 -0.1287 0.5596 +212 2007 2012 0.4198 0.0793 0.7603 +212 2007 2013 0.2548 -0.0513 0.5609 +212 2007 2014 0.6708 0.3442 0.9975 +212 2007 2015 0.4694 0.1628 0.7761 +212 2007 2016 0.2148 -0.0846 0.5143 +212 2007 2017 -0.0063 -0.336 0.3234 +212 2007 2018 0.2176 -0.1085 0.5437 +212 2007 2019 0.4229 0.1209 0.7249 +212 2007 2020 0.2885 -0.0351 0.6122 +212 2007 2021 0.1915 -0.1359 0.5189 +212 2007 2022 0.284 -0.0323 0.6003 +212 2007 2023 -0.1123 -0.443 0.2184 +212 2007 2024 -0.3299 -0.6883 0.0285 +212 2007 2025 -0.1499 -0.4769 0.1771 +212 2008 2009 0.0648 -0.2404 0.3701 +212 2008 2010 0.1324 -0.1734 0.4382 +212 2008 2011 0.1797 -0.167 0.5263 +212 2008 2012 0.384 0.0362 0.7319 +212 2008 2013 0.219 -0.1043 0.5422 +212 2008 2014 0.6351 0.3072 0.963 +212 2008 2015 0.4336 0.1146 0.7527 +212 2008 2016 0.1791 -0.1426 0.5007 +212 2008 2017 -0.0421 -0.3816 0.2974 +212 2008 2018 0.1818 -0.1545 0.5181 +212 2008 2019 0.3872 0.0632 0.7111 +212 2008 2020 0.2528 -0.0746 0.5801 +212 2008 2021 0.1557 -0.1804 0.4919 +212 2008 2022 0.2482 -0.089 0.5855 +212 2008 2023 -0.1481 -0.4897 0.1935 +212 2008 2024 -0.3657 -0.7377 0.0064 +212 2008 2025 -0.1857 -0.5428 0.1714 +212 2009 2010 0.0676 -0.2245 0.3596 +212 2009 2011 0.1148 -0.2424 0.4721 +212 2009 2012 0.3192 -0.0337 0.6721 +212 2009 2013 0.1542 -0.1845 0.4928 +212 2009 2014 0.5703 0.2203 0.9203 +212 2009 2015 0.3688 0.0388 0.6988 +212 2009 2016 0.1142 -0.2222 0.4506 +212 2009 2017 -0.1069 -0.4678 0.2539 +212 2009 2018 0.117 -0.2272 0.4611 +212 2009 2019 0.3224 -0.0155 0.6602 +212 2009 2020 0.1879 -0.1603 0.5362 +212 2009 2021 0.0909 -0.2531 0.4349 +212 2009 2022 0.1834 -0.1666 0.5335 +212 2009 2023 -0.2129 -0.5737 0.1479 +212 2009 2024 -0.4305 -0.8125 -0.0485 +212 2009 2025 -0.2505 -0.6223 0.1213 +212 2010 2011 0.0473 -0.2435 0.338 +212 2010 2012 0.2517 -0.0588 0.5621 +212 2010 2013 0.0866 -0.1994 0.3726 +212 2010 2014 0.5027 0.1947 0.8107 +212 2010 2015 0.3013 0.0105 0.592 +212 2010 2016 0.0467 -0.2372 0.3305 +212 2010 2017 -0.1745 -0.4967 0.1478 +212 2010 2018 0.0494 -0.258 0.3568 +212 2010 2019 0.2548 -0.0291 0.5387 +212 2010 2020 0.1204 -0.1863 0.4271 +212 2010 2021 0.0233 -0.2839 0.3305 +212 2010 2022 0.1158 -0.183 0.4147 +212 2010 2023 -0.2804 -0.6013 0.0404 +212 2010 2024 -0.4981 -0.8463 -0.1498 +212 2010 2025 -0.318 -0.6429 0.0068 +212 2011 2012 0.2044 -0.1018 0.5107 +212 2011 2013 0.0393 -0.2829 0.3615 +212 2011 2014 0.4554 0.1186 0.7923 +212 2011 2015 0.254 -0.076 0.5839 +212 2011 2016 -6e-04 -0.3326 0.3313 +212 2011 2017 -0.2218 -0.571 0.1275 +212 2011 2018 0.0021 -0.3437 0.348 +212 2011 2019 0.2075 -0.1279 0.543 +212 2011 2020 0.0731 -0.2647 0.4109 +212 2011 2021 -0.0239 -0.369 0.3212 +212 2011 2022 0.0686 -0.2805 0.4177 +212 2011 2023 -0.3277 -0.68 0.0245 +212 2011 2024 -0.5453 -0.9253 -0.1654 +212 2011 2025 -0.3653 -0.7356 0.005 +212 2012 2013 -0.1651 -0.4634 0.1333 +212 2012 2014 0.2511 -0.0645 0.5666 +212 2012 2015 0.0496 -0.2624 0.3616 +212 2012 2016 -0.205 -0.5318 0.1218 +212 2012 2017 -0.4261 -0.7856 -0.0666 +212 2012 2018 -0.2022 -0.534 0.1295 +212 2012 2019 0.0032 -0.3151 0.3214 +212 2012 2020 -0.1313 -0.4653 0.2027 +212 2012 2021 -0.2283 -0.5612 0.1046 +212 2012 2022 -0.1358 -0.4647 0.1931 +212 2012 2023 -0.5321 -0.8857 -0.1785 +212 2012 2024 -0.7497 -1.1322 -0.3672 +212 2012 2025 -0.5697 -0.93 -0.2093 +212 2013 2014 0.4161 0.1178 0.7145 +212 2013 2015 0.2147 -0.083 0.5124 +212 2013 2016 -0.0399 -0.3271 0.2472 +212 2013 2017 -0.2611 -0.5771 0.0549 +212 2013 2018 -0.0372 -0.3528 0.2784 +212 2013 2019 0.1682 -0.1304 0.4668 +212 2013 2020 0.0338 -0.2788 0.3463 +212 2013 2021 -0.0633 -0.377 0.2505 +212 2013 2022 0.0292 -0.2857 0.3442 +212 2013 2023 -0.3671 -0.688 -0.0461 +212 2013 2024 -0.5847 -0.9272 -0.2422 +212 2013 2025 -0.4047 -0.7373 -0.072 +212 2014 2015 -0.2015 -0.4769 0.0739 +212 2014 2016 -0.456 -0.7665 -0.1456 +212 2014 2017 -0.6771 -1.0234 -0.3309 +212 2014 2018 -0.4533 -0.781 -0.1256 +212 2014 2019 -0.2479 -0.5481 0.0523 +212 2014 2020 -0.3823 -0.6933 -0.0713 +212 2014 2021 -0.4794 -0.8087 -0.15 +212 2014 2022 -0.3869 -0.6968 -0.077 +212 2014 2023 -0.7831 -1.1213 -0.445 +212 2014 2024 -1.0008 -1.3852 -0.6163 +212 2014 2025 -0.8207 -1.1701 -0.4713 +212 2015 2016 -0.2546 -0.5228 0.0136 +212 2015 2017 -0.4757 -0.7957 -0.1558 +212 2015 2018 -0.2519 -0.5515 0.0478 +212 2015 2019 -0.0465 -0.3396 0.2466 +212 2015 2020 -0.1809 -0.4871 0.1254 +212 2015 2021 -0.2779 -0.5798 0.0239 +212 2015 2022 -0.1854 -0.4905 0.1196 +212 2015 2023 -0.5817 -0.9002 -0.2632 +212 2015 2024 -0.7993 -1.1489 -0.4497 +212 2015 2025 -0.6193 -0.9542 -0.2844 +212 2016 2017 -0.2212 -0.5074 0.0651 +212 2016 2018 0.0027 -0.3007 0.3062 +212 2016 2019 0.2081 -0.079 0.4953 +212 2016 2020 0.0737 -0.2352 0.3826 +212 2016 2021 -0.0233 -0.334 0.2874 +212 2016 2022 0.0692 -0.2345 0.3729 +212 2016 2023 -0.3271 -0.6471 -0.0071 +212 2016 2024 -0.5447 -0.8915 -0.198 +212 2016 2025 -0.3647 -0.692 -0.0374 +212 2017 2018 0.2239 -0.0731 0.5209 +212 2017 2019 0.4293 0.1009 0.7577 +212 2017 2020 0.2948 -0.0323 0.622 +212 2017 2021 0.1978 -0.1362 0.5318 +212 2017 2022 0.2903 -0.0618 0.6425 +212 2017 2023 -0.106 -0.4421 0.2302 +212 2017 2024 -0.3236 -0.6803 0.0331 +212 2017 2025 -0.1436 -0.5075 0.2203 +212 2018 2019 0.2054 -0.0758 0.4866 +212 2018 2020 0.071 -0.2452 0.3872 +212 2018 2021 -0.0261 -0.3387 0.2866 +212 2018 2022 0.0664 -0.2589 0.3918 +212 2018 2023 -0.3299 -0.6667 0.007 +212 2018 2024 -0.5475 -0.9045 -0.1904 +212 2018 2025 -0.3674 -0.717 -0.0179 +212 2019 2020 -0.1344 -0.4123 0.1434 +212 2019 2021 -0.2315 -0.5373 0.0743 +212 2019 2022 -0.1389 -0.4238 0.1459 +212 2019 2023 -0.5352 -0.8624 -0.2081 +212 2019 2024 -0.7529 -1.1149 -0.3908 +212 2019 2025 -0.5728 -0.8944 -0.2512 +212 2020 2021 -0.097 -0.3817 0.1876 +212 2020 2022 -0.0045 -0.3179 0.3089 +212 2020 2023 -0.4008 -0.7263 -0.0754 +212 2020 2024 -0.6184 -0.9806 -0.2563 +212 2020 2025 -0.4384 -0.7866 -0.0902 +212 2021 2022 0.0925 -0.1989 0.384 +212 2021 2023 -0.3038 -0.6291 0.0215 +212 2021 2024 -0.5214 -0.8726 -0.1702 +212 2021 2025 -0.3414 -0.6901 0.0073 +212 2022 2023 -0.3963 -0.699 -0.0937 +212 2022 2024 -0.6139 -0.9792 -0.2487 +212 2022 2025 -0.4339 -0.7639 -0.1039 +212 2023 2024 -0.2176 -0.5286 0.0933 +212 2023 2025 -0.0376 -0.3815 0.3064 +212 2024 2025 0.1801 -0.148 0.5081 diff --git a/inst/results/index.yml b/inst/results/index.yml index db5ac74..13aa04d 100644 --- a/inst/results/index.yml +++ b/inst/results/index.yml @@ -1,209 +1,423 @@ ..generic: - git2rdata: 0.4.0 + git2rdata: 0.5.2 optimize: yes NA string: NA sorting: - analysis - reference - alternative - hash: 6f4da54edf55bb2a50ea4aa407752de466460ed1 - data_hash: a0b35017b36e35171865269f47375d02487a043e + hash: f96e867b24420a76749a7355be3140afd6b11c60 + data_hash: 0302984c08a2843f88f0331dd97d553f29e8ef50 + name: index + title: Estimated indices analysis: class: factor labels: - - 016c588395889c0c19be280852aaba0f7c8bf637 - - 043a0a066959ae3511b4bbc3486da55865ad7886 - - 057c4998ce3043b33c0dc899cf3adcb6f8aadb62 - - 075e1ed2739aeffc3e5e0831d56826358336802e - - 079b1ab9c77f0cd073fe6f85aaf32219c6b91920 - - 08674a0e0f85623d4da72d469faa72d36287032f - - 0981fd5da7e8490323506c85b80f3ea7c9f9268d - - 09e6375bd0ace29b879b739c21ff7640cc2d9048 - - 0a56eb8b37e7679cba2221f874905bb997678b38 - - 0b5acdabcbd51350a3bf41d5ce9a3b851ea2256e - - 0b9335c3cf2a43c4482e33fab75f23a3b0ec60bb - - 0e1b37392255c8e1029048961c20b6f6ac9111ab - - 0f7427572b0f9331bd80f1fc480dd43dc96f2a71 - - 106b29bd87dd66dfc497b1ace292164de1cf3bf8 - - 112bc01f010f8df228a9524987461f9f34ea0437 - - 1549427c59a4a13c26485a770e8230d66a8d8220 - - 1550feabadc972df28ad5441f04c8331589f6d96 - - 15756e314440390c89b172f3177bd7877b6e828d - - 15f0fb655471f3272e07fd2e4c078ce671d84ef1 - - 1660ac09ed9c437fc6a1450716fb24d95c44e5ce - - 17536c6529def8d62ed5ddbdcf7e9ab13231165d - - 18e1729f3b166edb687dc93cb09a978e641f70b2 - - 193553f998fe83f671627e343f6591209f4a071a - - 1aeae1f347d3f19bc64b9cec2cf15adc42287f5a - - 1d3040369be132a7b07c2419f228df0f39d1c412 - - 1dbadd0711258dfe348cc22826288fd9c4370ec8 - - 1dc94699e1f2b54efdedf0f76e3b9a21a41d643e - - 207c13940bd9b279c8446ddfc04dfdc567776002 - - 21f4f441cdec6810f42efa617cb6491521b7fa3d - - 2353e2555f3b2cc6c617c6a5a7f6887fe28414ca - - 25f24296b448cbe86114a1e880fb532cdce17e20 - - 2668af3e681b88104e214dd4a7d4aafdebafe127 - - 26cc6a41b8cd906d1d4e5432584029b512ed58e4 - - 278626eac43f672c7f61cb8f5b0f7240bf907776 - - 288d395431cf2eb781933d91a1217136466377b7 - - 291dd033c062d81ef8e200bbc45240bbe50ef893 - - 2a10b7314ca86904515bce84dd50ea69c54eab89 - - 2c765dbb487a0c5f372132fccf5bf477ee6ee8c0 - - 2ed39a26e20fe6a264a8681eea608d92ab254f24 - - 30583a84e72b0ab055087ce243b07faf2b89c089 - - 305b2e671d6a8164a23333d404cd1618d1eba275 - - 3115a55165cf2efd12ab12e78e9514be8115a322 - - 31c42076cad601a24eeeb60ba52e3947334cd0f2 - - 34a10292a7aeede12aaf0ada14f6e0dfb6c87b61 - - 35c8b84854c95e19ca73d3e5d0a8420aa1bb80db - - 377dc91bc1bea41c6d508e25de24383c0316770d - - 395abbf54cbaf4dc8d2cafb1cf8a02a22f3cc92d - - 3a5c47e9d4ea1daceab214c179435ac2edf3e6b7 - - 3cd819d63095c0c33ae71323c04e43c015a7fa88 - - 3d5cecbfb07bcba179396e4cde4c105f267d4c34 - - 3e7d0466cbe932d04e4f80761133c31fffcef92b - - 3f48452e8a434e8931cd5b5e074f0f2cf55e729b - - 41a5b060fafd8265ebaa8b9590f7306c924ff8e3 - - 426128635de4bcb7fac4c29bb21fdeb5eef38e99 - - 430dd638aaec2fd2706f245ec0e5a60be8502048 - - 43c0d02b160477ecdf885ba821e3193b52e2d4c2 - - 43ec6cf9f9e284417842d43e46ad3c96f71a51f4 - - 4462512c3bc36872ae675261a1c0aaaddf3bf1e1 - - 47d9e81a07bc42a0b046bd22369f1e207c184edd - - 4a4ddb5d925e3c0c3f916977e0f867bb520ae90a - - 4ac1db11145bc5622a889fd7155a3b3a943ab7ad - - 4bf033e3d19c834f9fc08193cdea01e1aec3b8a2 - - 4dd7bf489369c0eb45f868fd47674e0adcee6a5e - - 4e0775314c2167d9fec453888f8510ffa13e65f9 - - 4fb3e4787803e83a779cbd2543280a71c2b255a6 - - 51609d9282f7a9e4195bcb0a3bb575b6daffcb6c - - 52f2b937962ff1f0d9a7277ef70f0e85bce96995 - - 531cee23bb2a9187017195819734cce068d1f1f2 - - 53b074a0fb4bc855c35426f82a047aaea3451fbb - - 54fc3567dfd4ca40b67077dc1ebb539b01265180 - - 5603e1cd3c513d3cb058af4d5e3759590163da2d - - 5851d88b1ec0b1412a280c2605e919ab85eae26d - - 5be7d38257523a516109ee17da70be6b849bb4d2 - - 5c8f6d1fb307a42de2f1f5475ef68aa95c61fd5f - - 5db905501553fa62b3aeaebb318884b8c7fa4440 - - 612e355d6e0b948e7552858e256a3483fd343e6f - - 62df99497d514aaa0a020e319fb9f4a73af6053f - - 630a0debf01296e254447b1781d530268935bef4 - - 639921afb00a469b1f92c73a06a48454bf180b42 - - 651def3f753160212c2253006e10c694238f4f7e - - 69c91b4e9f635e2ba60daded63d5e893ec16c839 - - 6a1f6523748e32bcdac79eae7b5b26e12d344d02 - - 6b8afec69da36905e42d7cdaa982b12790dc01cd - - 70ac24ae994cd77ab713cc81090b02f4ba9cf519 - - 748b26c95512fff36ce7849f35aa3ff840de49d9 - - 7586012c89aa7aa29e6f719db06b1ed92b748003 - - 761ad3e12d27ea12363980d677b398a917ff4a38 - - 770e20de1e7c78ad852e0c0b4bb9860505be1d9a - - 77bc3594f18275b6882c60a981f6a5c935eee2f5 - - 7d2c893dd838a7fa3f6d4b8afe098fb0ce38caf8 - - 7df296267f7fe00bd6fa890413cfd766f3c564a4 - - 7f486a2ca57410de948da8623b3ac7f51c9d2065 - - 7fe1c3da8dc47035e61eb9ba914d94e7e7ee0dd1 - - 7ffbf9bc7d01326625481ea6b90fd383f41c5e5d - - 8041f25730755f65c6e844f69c3c6200eeed498e - - 81eb19077f2d257eaaa054a2b781a83449bc9044 - - 8341e58b499893e26e24d561a84216ed622957f1 - - 85173b06048db8f63cb8dfe0b3c19112bae29816 - - 8588d11a0f90b25e63974a7622858b8782854122 - - 891703d3d06b0dd715625a0ca4b1750b19f7044f - - 89f6f03a5bc047141ba6cc766377e9af61a0537a - - 8c299a02d9e8d20d2c28a5bc1acb67becf678d2c - - 8c5946c97abdaadd483711e34b11d509b1265fad - - 8e5e92329d682285d15f0851777d8a1c0180a803 - - 8e73e3916cd33249b7ccbbdd5de4ef309930d80c - - 8efc52286d7323942d723011bdf922e2312b218c - - 943c7def5fab3b9fc9afe34c1cf20e0a67cf3bc4 - - 961e4f1df3d5bc215f267e2fe62cd0aea7049303 - - 965f88bfbd551bec0382dfbf959a6b45fc0c89cf - - 991fdf3e59e81f9c9d634e7dabcdabb78a7d7f6d - - 994efbfd7077092941ab698950b510bcccdc578e - - 9a5c780f3d4f5634cbd4d7ae30d124a897eef006 - - 9ac768a05a1a5183538fbc360a6621819feb75c3 - - 9bffc6c309b836298fa0db1bc7eb4504c5302290 - - 9eb0d6d53eb8c753562a2bbf0c5a90870ecfa324 - - 9f218a969f62a03ef252334b4dba7a421118c2d1 - - 9f4009d7c6dab72a3092216b71d036b2f4c799a5 - - 9fbbc7c4a4b58c5f46b522e676aa6d25c1351f26 - - a0ddc04c0125fc887cb9cb1fbfb35f1049ff207e - - a13c8811843bc15c45d10059ed4fa97a0c97e622 - - a21216a4c136b5f7152347da94d54d8b3bdcf918 - - a33b1cf5ea0866025ff96436aa001117f5426416 - - a6383108066814d4f3641a96f4dca690c595a3d3 - - a9b50f608cb2d4bcc19d23b266cb57b431f5f38f - - ab4f595ca442b2689391afe3d2025eedacc1aa2c - - ac11a5617e8fb0ad8a015e8ecc70469fe57bebd6 - - ae916af9c42834c88d02b364774af99f78c2e8a9 - - b1d8dde6f5b24daaa1612db2678889d5b763e3d9 - - b2610f7388d950faa49cbcd9b55bc155d4e6a7e7 - - b3e277071737f4fea97bc7a7e2efdf71a313134d - - b41c646560f90224aae5178b51ec679f720080e7 - - b4d2995f2f1b984c516be0a3e87389dfd4150ec1 - - b55a6f5e2ba73fb406da11ae3390a3a3fcaeb13e - - b5a8ca74a9ef56a34ad23829ba7cbaeb8006223a - - b650fcca85c65f5b1b1d4aa427f099f827c3bfbb - - b7cb883975cd7ed029df1c79627116598fa634d4 - - b9278fe2beee35f78fd88bccd5b6fdb8cf9a49fd - - ba15596fb39719d2ec477408feb60c11fbf421af - - be36cd4a5a0e442c3c3340847af50b928eef68b9 - - c10d1db00e7b5129507e7db910069367072bcab9 - - c7759c891a2cf19e315832a2275d444ab0471877 - - c7cc0b43d4185bd3ffde5a89e431b5946b4ca85a - - c95739f0f351d9979093a0d9686985b4898b4a44 - - c9627b175ee0056d3439dbe670c377da7e93b290 - - ca5ee2bb458148b172115c42c57618e31af78a85 - - ca5f4bf0a501d6e666dae396a49f08fae3c94089 - - cb456245e9b933ca4250745946ebfcc2d653bc22 - - cb8dbd055d69b6eb6a1e9784fd05dd8e14a37b9d - - ccb9b60433bdd7ec56b0d9581e6318a02beac01c - - cd85d5886f99b30f26d7da893bf6ab772a9308d0 - - ce4d63c752eabb99d46966a3ac431f6ea489d2b9 - - ce4f79d894b07094ccfe03af7f1a12af67f0118c - - cfb28c686040b3dcc22a94554c8161b1974d23a8 - - d230824d99f5bf7d59ac204bbc1b35f5293317a1 - - d32b48c84c281f55910d246375dd2455a054c970 - - d38b91259357b9490976ea4efcab63f8d8658d0d - - d486919734c6126af9e5384e8b97195a1be735bd - - d63883a391696db5c6ff98f76404cf4b3a97d70f - - d6bb53c9858fddf173898cdcfa1cbf42f5d52c5c - - d71dd9ef32818411e03aabcc7f952cbb8e073364 - - d759ba56ea04eae3e9f4b5949c443cb92f0082e8 - - d7dda403d507084ed05cc1b9bf6c65829da6a22c - - d878f7c6794d0a6d9a8d04be68ebb93eafdf01cc - - d9324f2995ad0639613df9f51db6213fee19a45d - - d9f521188e10884be7feb4e36e64c54ba92a2eb0 - - da52aad88bb34e0698bc27c2949dcd740c40ae37 - - dab16115cee8ffa0bce8f85a2ccd1b053fad2d50 - - dc504e7e6d04d45ccc6e6eb088e10e6ae370db7f - - de14295bbf982e71cb016c9837ad969232b6addc - - de35ec95ec5aa87f0eb6ef4f39fb69eb33059681 - - e048cdd8d6d271dfc7176db78a1360ce53cdd2bb - - e04cd576ce0e25075d86ad8d701a970966d70126 - - e0b6e36d3ff25cf77fbc653610885243e3d3434f - - e8da11d87c97fb1d0a2a13bfd37fe8f032b7b35b - - e8e8ab63aa33aac013912a7bba79e70bf0104670 - - eaac7db71e9c295cf4770b3bac90f14898d2f3fe - - ee44bd083e06c19498a8fea3d26855ca62bae4ba - - eff1b12635c7a318872a0f6b90f607945e244862 - - f041ef7e5426039e222d3d583c87473c23145c28 - - f1cf70ad90c37e205346d4c7b6dd7fe9b6f92730 - - f28af1197504d2ee7f1e057da67aad80fe1df0b0 - - f4937b4cc930a5d074111143e6e9ebb6fd3ac4ba - - f49efa5cfe4556b8fb94c8d453bfe7f1bed9e20f - - f53e0266baf7fa1f2bdf2880b66d3c13444a18c9 - - f5b405df003a35ecfe879bb5eb7dae6b4eec2dad - - f694960374001db073fa7f9eaabc38582a67e425 - - f8596ee0738fd16a5157d960bb58795b73bbc92e - - f88e30f21dfcdaee543a181bf4c039a7598dd249 - - f9933bf7817dd80c378cf3b0c55334a979937640 - - fa605cbbc698ba0f9acc3c71010dcb352ebdd981 - - fb97d1da0003d9c3f3ec298634a0797784bc49f6 - - fc478aadb364af7f3b7e34a253e9178659194499 + - 00bcb256ee7f6c754a79313040b2bb511f28a42f + - 017742e1adf41ffe40b27713058753e5d696f0b0 + - 02b051687a3d70038a6bb9cab88b74b1e2df6b22 + - 04a55eb374293822f7749dfa29273874aaa26ba2 + - 086dcf3e92ab9092b1d7cb9c8f2ee620469f9217 + - 08e75ab4fead8fa2a9ad34dd8204a3a1a9b23026 + - 09b7f978e9f13152653a955cb3352c98e80980c7 + - 0c94c18bda02769388858f8000fc552299ea9fd1 + - 0ee76e93160fced812a33960f68bc17519cb1769 + - 0eecf251630ced89a0297613eed034cd067d7a5e + - 0f059704d65b4098194da937e2dbfa098153559a + - 10cb4d43b485773281d736b7c7603df29f0b8b6a + - 13a2be20884601193d5004314f250304b16b0b0d + - 13acd9516d65d545683ab9042841e81680dac842 + - 13bd9343b92d517039ac19b526923a59850414e2 + - 13c5e56835fd30218f2329946792581805924882 + - 140c81f5417c2ac7e5976e5de2b45294fbc100ff + - 14b541e531d19c6a049abf02e18cd3ce11e844ea + - 151cb464364a8fa575d5354230a1bdfde6ac9ca5 + - 157066674a266b7584542f4d3c5e57482e39af6f + - 1647278de526324fa3b85d62c53164f6a883c8ca + - 167bccea5339c5c890f9e097fbf5c692e581a4ce + - 1683893cb0df5bd98bffbeb3133a470062610bf4 + - 1767a834ac075c85fd8e6b3abe6f372cb8ddb3c1 + - 19816fa9444ea841195e176cd790f5df3c664f38 + - 1a3a3acc5045bfcfd4033053ac0283d866f75faf + - 1aba4813ab54271eeab3d8eb2e03399bbf3301da + - 1bfca8efb0e0b9f97a0ade8f66f4a235352c775b + - 1d40958c53275b4f175192fd4593ccadcf93d137 + - 1dc5860f4f3b298b9f8a4996475d9be15fa87749 + - 1e2e457883ad9c44893973fee53b2f40cb249174 + - 1ec7a2867d9d4b2c98bd3e9fa20566371b7f24aa + - 1f484792fb004cd66ede8336120b91c9d7a62928 + - 205eb60092eabc122217ea698b732cb448defc8b + - 21a6058bde74b0fb2deae842b110d73632a1cac5 + - 22b360088422949128081af1024de9982ad06021 + - 239d52d3cd41b81d4df9d8aa625aed9b0fe1c322 + - 24227dfc1edbb9894589e00353420ce884a7c59f + - 24a35d2bb8bea83f68ec9e7da0dd39a29ad284e0 + - 28448d9f1eb13d9c8b05291eb981aa9ac07e3478 + - 298f1dcb1ac7f718236fece078ea56e1c9ae861c + - 2a887b8b2e98a3594f153d51ff6a019513c6f0f2 + - 2b85b4f99feab071567636c27567fd750f05ec8b + - 2e061a7fe5061f0c336d07721eda173645092be9 + - 2f2577e015becdce3bb33b01b8c0c28a6eb19f4b + - 30535314a8e4c37c3e782802f5f47a21475f51ce + - 31bf2a51bae9d808c1e4f9007623ff5f2dfaab0b + - 32dd1653b489e8fd44a9c275d36f884571b7f2eb + - 332b223eb99643696658c5584a7ceae98d7db404 + - 34f0f1be1c5a91109b063219a3022704ec0e68a3 + - 35cb4518187b2a2bd00d79d24fa0f73a4074ddd6 + - 37080488d54e5cd6d6ecfd4fc23da13ee0bfce72 + - 37c29ad08e645ba9861d7a07ccf12c478e4cb4b5 + - 3829c067b2f9cbef0c8f9fdd83d1ac2f7b9973b0 + - 3c6bde932e8dcdc276c7937e817d2421ac586b4f + - 3c7bdedd355a50dcf680c78ed460d8e163a0b6f5 + - 3dd4ebeb4a9d59868b15ed77f05fd21c5f107da2 + - 3f4bb547f035a32f903573fb7a368eb4d5ee005e + - 3ff4af1d8a312082025dcaf58c2f3de0612a18fd + - 412342070494b4c361dfb2919d179f28758e78ea + - 426b2ec6c7600321e4c5dbdbae1280a794b07183 + - 43d26f8fd688ace375cc574bf7817934f1c03a06 + - 45a021fbf4fba35e8423b74ab91b19e4397ac458 + - 4854501e3c6a6ed5824ff844b24b5de44d67998a + - 48864233ad7a6eec59d131046bee881bed1b3083 + - 48f866228a3df17658f02e54b0dcf58e81a68305 + - 48fa12faca21cd4ad53dfb03a8ff1cffb7aa7067 + - 490be97d3853f5492f4be69aa3159c7b5ec2c1d4 + - 4b52d8344dbe6e0676187936dded31eb7f904e1d + - 4d135943eb2d228d74482f323155d432009dd5cf + - 4d5336ad079625fe66afcbb7a207792af187e3a5 + - 4d9398039ec869eb9e3cbeb2243e32af13c372c2 + - 4d9849f2012a859bccd49a821cc4ae69a1a9f7a2 + - 4dea166a30fd955333d3694ba471a133df251678 + - 4f44522ede9c72227953795c38ef3dc5f4b9f420 + - 5048328a06aad3322f2e75babae9e065ae7ef71d + - 506603b7b4e7c8459272daf12aa7f25d4aedab60 + - 509b8e7397d56a1a2d5545eea6d821f4c9ff900c + - 50b3da39a061e525c638c8883d2ed2d4daca2336 + - 52bc86dc3762342cb33293e02d945af20f11314e + - 53976a8bbb2adb015c9bf61fed353cd45fa7f1d4 + - 53c9db72abceb49c3a60b102ad358ede54f64193 + - 55b9b443fe28ea0bc5f27ea83646d02b4def867b + - 55e2b2627baa8e16d7a1bbc707d96dfba9f0d43d + - 56e87b0be996d1c5bb18ed1a1f3da5920b7ad7c7 + - 595743d708308113e8b82a123cd4047bfadf9b31 + - 5b4f9da24df3df33d40dce60c5c7d44a88b745a3 + - 6008658dda4f20a048cf811dbeea114eeb9a1bac + - 60c12aabf2aa1afccb798f75561bac20563f0660 + - 62867cb1baa22d22ae20524a2db037f0c2a0e64a + - 639f918943cae27cb010ce33e0d5af720cf66b63 + - 6497cefa1dd3bd6e622fc8500ca05573326a8095 + - 67e25016ebf9cf7685ea64ddbcfd38e96e19751c + - 6a15a0aa643e87ab92e693c4beb4eef7141e4e97 + - 6a416c3576ff44a243b86d3cf3c093be5c2f9eb9 + - 6b4048e2d4cd1ff898aeb642bd5203db32da372f + - 6d05528078e617f43208039354f70384770e3cb3 + - 6edff4fac0fd5e5abe0a9ddf5ec3e778f46d710f + - 71d068ab0ff9a2bd29cf9dbf7535d9543835f003 + - 735dfddeed860c6f032a9bbf6630d9d8b492f270 + - 74067f430a31475a8b36ccade4580f242a906831 + - 746dca19885003830582ba96a44a79c150f854b6 + - 76f38427c9c525bf9ab12708d0be1c175bedf9e2 + - 78bf4ac4d9795309679c651da056e0328b8b2c98 + - 7a566566ff1b9680dc8b91835daa3456a485b72d + - 7a846e5f5c5d53ee33af5ac08b8e39e975c16119 + - 7bba582bd49ca11dcb0c82fac0aa3fc4cae711f0 + - 7c70b4ad4200517b3966a9dc9bf7568612109baf + - 7e6d75a628fa180685a72f493f914ed25caef006 + - 7f313457f7088e228910a4652023f05fdb1979ec + - 8080e0901df46a862d6838a3d8f3f71461e63415 + - 81b327edb111aae046e3ce6407b3154dbbc7c552 + - 81b48e4e6e3a86bbf90c7950d9fd0fba6aec35e9 + - 81cbf924688ab26f8728c0c9fbbacd202c9e6f40 + - 81fde8c5a35ffb7b85a97be7d56a9627acdaa9ca + - 836594394aed99a2140a1dacee5320d94bb5a35e + - 849da52e376b6f159b7fc26d893d1075fe507e4a + - 851726ac9d2bd4da6124707d8a9e69e6cd013776 + - 864e4839ba2ce8f812cef557582b8d26606144e5 + - 869ea7641c740c33ea5680fafbf230e96870ca8f + - 8820e1f031205cf8559d9b6d049918e1dfcc2f46 + - 927e9d1fe0bdb10c91dc7490a6c5e0211875217b + - 94653caed1c9961b74a0e18b0e973a2fb1c421d5 + - 947cf97efd633a9c732d5b823a5ca765d1ba2180 + - 9570a1411caed57af18a9ddbb3def89338aef2ca + - 96b2ef97d0fe98f1bdc22b390bbf8fb7f26213be + - 992ba17d73dfec6954e93079535af3fdb43805d7 + - 9e1117a9ad17df75a083efd957fd5be657381e02 + - 9e1a1b2748cd9a719a66d15709ef01ef665130de + - 9fbac3bab238a4571786d06974eed816198ccc2b + - a06a959db9c3174d21f75c8caeb3cea8706130aa + - a0e8f5df9d5425afbf2ff44549364f83aae66e49 + - a339d057658587a9b2e5edcd676a982448db336a + - a4aa5227876ee8bf27841b1a5b495e02ba0370f8 + - a5cbe6463a1c8fe33d8d2f3d7ee9e65d30a9e402 + - a6c200aae1811b6c6fa1af0c78bb4c2909346485 + - a9fb03be113af02e75e217a1260d09d33c90eefe + - aa2dc585fbac269cf6d965626e9d2861e1575c82 + - ac308f1c7329bdd6b089c3b87b89e8eec0dab8bd + - accb320964eaf74e7edf65f05744a5ea47f20a0d + - ad4c554aa4a0a9897c953c0c3426a9c11081059a + - ae05521c00e8f2a2cbb82fdd2c323e81e4f2045c + - b208e27126d664176060d5eb42362b601f69a8bc + - b5ab30697028f0301bb78a5db51832564c34d78b + - b5f469f3b325f85ac60eabef2e8bef5884b9dc8a + - b64338969c33ec0a01b49323e108f4dd9abcf932 + - b8936298382fcc4bb516b58ed78faab77e5f65ec + - b91bc5bbe8a6c93572deeef96fb7ec2c81985a0e + - b92f1e7564815cc9e9a223f51c49d48605a0d360 + - ba1449c0bbaf127c29fac58ab8469b2b04af88fb + - ba9fa4587341ce1532b19bb791cd9c211f3c4cff + - bb58763d4784fbcf7b74c034c25b82e2ad1d5529 + - bbac9c8e2d90f2ac6a114d59e9230ed76874e50b + - bbbdfee9bdb7a292f39e93ba1115502cb42a0e65 + - bbf3138e02ea5d33a4f6356dab8e4bd3cda85048 + - be801b066d98ced83604dd904a42f2e405b1c8b4 + - bec002be47f5af1f544657a679756506ddcfcbf5 + - bf5cb82f1851e61d363fa071496fb129cdd0baed + - bfa74a82582338a30af086b16a62b650291bef39 + - bfc1d94f384e7b05dfaef7eb27024b8293a019ac + - c288cae552e92290eb84652deb21cdf456ae2c2b + - c565ce5813e6264ded4bd82d0994916161936e56 + - cce1f4f5fc36b232cc73a5f3ce45e76d2daa5470 + - cdc6ec58f7c330375920ea188c683ecb029f800b + - ceb098b1ab8c00b14646fa230c27b7690ab33c29 + - cfd5e7d9cb7cb885c9fce61da40c04e947b370c6 + - cff7ce9992dde456e5478f98b4f54a3cf43637bd + - d08d24152a4f1ba258c549ed4f69eddb392faa49 + - d08e2df868cd5e62f2d137617903e1d72a070dd3 + - d0ac975289a04f4c497eee7373772c2f85e36ef8 + - d0c35402c9ff4c406808bc4b014c8a6082b70650 + - d0f570a997badf785665b4f4a6875d73cc306372 + - d249e37bc28dfb3f405611bfcf32de1074677b5b + - d31c937a590e2893103cf7d505997e581eb17682 + - d322bbf779b2926c4fbbb8b945a606f25255f0b9 + - d369b72555f363f3ca0b0d8e8c1f83b4c9497fd9 + - d3aee1619621ff590f2219b521b88f04c64dc639 + - d55c3bc81813e1095fa40ee6986052173fa33749 + - d7edf6992e16c1ecdbbe2e180bf0f987a223c028 + - d8f43c118571b1e35255744fc6f9aebc98743939 + - dbc48fb5e7dcfa0427845edb48ae871836bd9026 + - dca235dc05840e97a05955c7105b806f12dd8d8e + - dcee3be5b7beb80e6520aa890b264b82ab6a6d3f + - deb1a2e17d7dde5da7c438046d559f986bb64fcf + - df3b69dd23d3bce265625cbec5709999b323b7aa + - dfdbe0d93127b5d7f219777b613a62235a1ce3ed + - e160ca0a7c73308b8c1a146549bbd4aa5aa98ecb + - e1736b039a22d69a8435fe07b794ad83ad00e80f + - e21a4ba8a6c6cb9aa9aa274adf0896df17f8a0f3 + - e21f4cc62b1fd5def5ed4b5c4d31f8abb50ca6c1 + - e26145582f20d9c92c9ad2fa693c7c4550ab67c1 + - e3089dcb83e399ba20fda8dac9a706f170999c86 + - e3219d66ba1f73b8e71345a05f1e1a8f37c9048b + - e53442a6239d8b64c59cedc9d2736d1f2a85655f + - e6e0df80f99523ff42ffb0f3fadd1f0965ec293f + - e91ff985101aa3a5fd04f9b8743f28074e0677d3 + - e9ce055041b639b85143ce17b7caaa8a88af2c2e + - eaf31055c7b4573e82f060b54d4fa001bfe7dc42 + - eb08ef1e285d9eb4b943589854dc88e77ace8aef + - ed480de5bf3dcc5d4284c655e88ba305c86c52cd + - ee8d756459b4e25f7f6912fb6d82a868148d5b90 + - ef2b57d2ea961e4459f52fb94fd35d853d5d2cb8 + - f0f7b94b563f6840c3656b7c066a8ac9cbc4d178 + - f237128fd14f71cec9eebbfb1530f6cfe669325e + - f3cca09fcaad90e05d6c99559b2e2587d9982d17 + - f76f6a390dcac4e466914ba1af10d8c234fac632 + - f79c0848f96c5fe5e0d46690ce1c009f36c87a7d + - f80303f72ccc3a37c49fbd02110d5fe8a5398d7f + - fa6e52586a6d67d538cd5b179fb8ea7e578a62b2 + - fdae76b494dbd0612d322f92c38e50b39d96a347 + - fdb8661f101d181e2b3370da1993cba602b11a17 + - fee66a08131b8425fcb126f2f7d604d995b9ca2c index: + - 1 + - 2 + - 3 + - 4 + - 5 + - 6 + - 7 + - 8 + - 9 + - 10 + - 11 + - 12 + - 13 + - 14 + - 15 + - 16 + - 17 + - 18 + - 19 + - 20 + - 21 + - 22 + - 23 + - 24 + - 25 + - 26 + - 27 + - 28 + - 29 + - 30 + - 31 + - 32 + - 33 + - 34 + - 35 + - 36 + - 37 + - 38 + - 39 + - 40 + - 41 + - 42 + - 43 + - 44 + - 45 + - 46 + - 47 + - 48 + - 49 + - 50 + - 51 + - 52 + - 53 + - 54 + - 55 + - 56 + - 57 + - 58 + - 59 + - 60 + - 61 + - 62 + - 63 + - 64 + - 65 + - 66 + - 67 + - 68 + - 69 + - 70 + - 71 + - 72 + - 73 + - 74 + - 75 + - 76 + - 77 + - 78 + - 79 + - 80 + - 81 + - 82 + - 83 + - 84 + - 85 + - 86 + - 87 + - 88 + - 89 + - 90 + - 91 + - 92 + - 93 + - 94 + - 95 + - 96 + - 97 + - 98 + - 99 + - 100 + - 101 + - 102 + - 103 + - 104 + - 105 + - 106 + - 107 + - 108 + - 109 + - 110 + - 111 + - 112 + - 113 + - 114 + - 115 + - 116 + - 117 + - 118 + - 119 + - 120 + - 121 + - 122 + - 123 + - 124 + - 125 + - 126 + - 127 + - 128 + - 129 + - 130 + - 131 + - 132 + - 133 + - 134 + - 135 + - 136 + - 137 + - 138 + - 139 + - 140 + - 141 + - 142 + - 143 + - 144 + - 145 + - 146 + - 147 + - 148 + - 149 + - 150 + - 151 + - 152 + - 153 + - 154 + - 155 + - 156 + - 157 + - 158 + - 159 + - 160 + - 161 + - 162 + - 163 + - 164 + - 165 + - 166 + - 167 + - 168 + - 169 + - 170 + - 171 + - 172 + - 173 + - 174 + - 175 + - 176 + - 177 + - 178 + - 179 + - 180 + - 181 + - 182 + - 183 + - 184 + - 185 + - 186 + - 187 + - 188 + - 189 + - 190 + - 191 + - 192 - 193 - 194 - 195 @@ -224,186 +438,23 @@ analysis: - 210 - 211 - 212 - - 213 - - 214 - - 215 - - 216 - - 217 - - 218 - - 219 - - 220 - - 221 - - 222 - - 223 - - 224 - - 225 - - 226 - - 227 - - 228 - - 229 - - 230 - - 231 - - 232 - - 233 - - 234 - - 235 - - 236 - - 237 - - 238 - - 239 - - 240 - - 241 - - 242 - - 243 - - 244 - - 245 - - 246 - - 247 - - 248 - - 249 - - 250 - - 251 - - 252 - - 253 - - 254 - - 255 - - 256 - - 257 - - 258 - - 259 - - 260 - - 261 - - 262 - - 263 - - 264 - - 265 - - 266 - - 267 - - 268 - - 269 - - 270 - - 271 - - 272 - - 273 - - 274 - - 275 - - 276 - - 277 - - 278 - - 279 - - 280 - - 281 - - 282 - - 283 - - 284 - - 285 - - 286 - - 287 - - 288 - - 289 - - 290 - - 291 - - 292 - - 293 - - 294 - - 295 - - 296 - - 297 - - 298 - - 299 - - 300 - - 301 - - 302 - - 303 - - 304 - - 305 - - 306 - - 307 - - 308 - - 309 - - 310 - - 311 - - 312 - - 313 - - 314 - - 315 - - 316 - - 317 - - 318 - - 319 - - 320 - - 321 - - 322 - - 323 - - 324 - - 325 - - 326 - - 327 - - 328 - - 329 - - 330 - - 331 - - 332 - - 333 - - 334 - - 335 - - 336 - - 337 - - 338 - - 339 - - 340 - - 341 - - 342 - - 343 - - 344 - - 345 - - 346 - - 347 - - 348 - - 349 - - 350 - - 351 - - 352 - - 353 - - 354 - - 355 - - 356 - - 357 - - 358 - - 359 - - 360 - - 361 - - 362 - - 363 - - 364 - - 365 - - 366 - - 367 - - 368 - - 369 - - 370 - - 371 - - 372 - - 373 - - 374 - - 375 - - 376 - - 377 - - 378 - - 379 - - 380 - - 381 - - 382 - - 383 - - 384 ordered: no + description: Identifier of the analysis reference: class: integer + description: Year or period used as reference alternative: class: integer + description: Year of period compared with the reference estimate: class: numeric + digits: 6 + description: Estimate of the different on the log-scale lower_confidence_limit: class: numeric + digits: 6 + description: 5% quantile of the distribution of the index upper_confidence_limit: class: numeric + digits: 6 + description: 95% quantile of the distribution of the index diff --git a/inst/results/linear_estimate.tsv b/inst/results/linear_estimate.tsv index 1d96783..98ed7b3 100644 --- a/inst/results/linear_estimate.tsv +++ b/inst/results/linear_estimate.tsv @@ -1,2209 +1,2757 @@ analysis year estimate lower_confidence_limit upper_confidence_limit -193 1 0.5002 0.3755 0.6248 -193 2 0.4505 0.3315 0.5696 -193 3 0.4008 0.2864 0.5153 -193 4 0.3512 0.2403 0.462 -193 5 0.3015 0.193 0.41 -193 6 0.2519 0.1445 0.3593 -193 7 0.2022 0.0946 0.3098 -193 8 0.1525 0.0434 0.2617 -193 9 0.1029 -0.009 0.2148 -193 10 0.0532 -0.0626 0.1691 -193 11 0.0036 -0.1173 0.1244 -193 12 -0.0461 -0.1729 0.0807 -193 13 -0.0958 -0.2293 0.0377 -193 14 -0.1454 -0.2863 -0.0045 -193 15 -0.1951 -0.344 -0.0462 -193 16 -0.2447 -0.4022 -0.0873 -193 17 -0.2944 -0.4607 -0.1281 -194 1 -0.7931 -0.9762 -0.6099 -194 2 -0.7888 -0.9641 -0.6135 -194 3 -0.7845 -0.9529 -0.6162 -194 4 -0.7803 -0.9426 -0.618 -194 5 -0.776 -0.9333 -0.6187 -194 6 -0.7717 -0.9253 -0.6182 -194 7 -0.7674 -0.9184 -0.6164 -194 8 -0.7632 -0.913 -0.6134 -194 9 -0.7589 -0.9088 -0.6089 -194 10 -0.7546 -0.9061 -0.6032 -194 11 -0.7503 -0.9046 -0.5961 -194 12 -0.7461 -0.9044 -0.5877 -194 13 -0.7418 -0.9053 -0.5783 -194 14 -0.7375 -0.9073 -0.5677 -194 15 -0.7332 -0.9102 -0.5563 -194 16 -0.729 -0.9139 -0.544 -194 17 -0.7247 -0.9184 -0.531 -195 1 -1.0469 -1.1741 -0.9197 -195 2 -1.1956 -1.3018 -1.0894 -195 3 -1.3443 -1.4452 -1.2433 -195 4 -1.4929 -1.6064 -1.3795 -195 5 -1.6416 -1.7808 -1.5025 -195 6 -1.7903 -1.9625 -1.6181 -196 1 0.1959 0.1407 0.2512 -196 2 0.222 0.169 0.2751 -196 3 0.2481 0.196 0.3003 -196 4 0.2742 0.2216 0.3268 -196 5 0.3003 0.2459 0.3548 -196 6 0.3264 0.269 0.3839 -197 1 -0.3701 -0.5071 -0.2332 -197 2 -0.528 -0.6495 -0.4064 -197 3 -0.6858 -0.8008 -0.5708 -197 4 -0.8436 -0.9622 -0.7249 -197 5 -1.0014 -1.1331 -0.8697 -197 6 -1.1592 -1.311 -1.0074 -198 1 1.1588 0.8849 1.4327 -198 2 1.1533 0.9153 1.3913 -198 3 1.1479 0.9299 1.3658 -198 4 1.1424 0.9242 1.3605 -198 5 1.1369 0.8984 1.3755 -198 6 1.1315 0.8568 1.4062 -199 1 0.1881 0.1319 0.2442 -199 2 0.1967 0.1415 0.2518 -199 3 0.2053 0.1511 0.2596 -199 4 0.214 0.1604 0.2675 -199 5 0.2226 0.1697 0.2755 -199 6 0.2312 0.1788 0.2837 -199 7 0.2399 0.1877 0.2921 -199 8 0.2485 0.1965 0.3006 -199 9 0.2572 0.2051 0.3092 -199 10 0.2658 0.2136 0.318 -199 11 0.2744 0.2219 0.327 -199 12 0.2831 0.2301 0.3361 -199 13 0.2917 0.2381 0.3453 -199 14 0.3004 0.246 0.3547 -199 15 0.309 0.2537 0.3643 -199 16 0.3176 0.2613 0.3739 -199 17 0.3263 0.2688 0.3837 -200 1 0.2227 -0.159 0.6043 -200 2 0.3015 -0.0496 0.6525 -200 3 0.3803 0.0475 0.713 -200 4 0.4591 0.1302 0.7879 -200 5 0.5379 0.198 0.8777 -200 6 0.6167 0.2523 0.981 -201 1 -1.9675 -2.4297 -1.5054 -201 2 -1.9546 -2.383 -1.5261 -201 3 -1.9416 -2.3374 -1.5458 -201 4 -1.9286 -2.2931 -1.5641 -201 5 -1.9156 -2.2507 -1.5806 -201 6 -1.9027 -2.2105 -1.5949 -201 7 -1.8897 -2.1731 -1.6063 -201 8 -1.8767 -2.1396 -1.6139 -201 9 -1.8638 -2.1106 -1.6169 -201 10 -1.8508 -2.0873 -1.6143 -201 11 -1.8378 -2.0703 -1.6054 -201 12 -1.8248 -2.0599 -1.5898 -201 13 -1.8119 -2.056 -1.5677 -201 14 -1.7989 -2.0579 -1.5399 -201 15 -1.7859 -2.0647 -1.5072 -201 16 -1.773 -2.0753 -1.4706 -201 17 -1.76 -2.089 -1.431 -202 1 -0.6821 -0.8342 -0.5299 -202 2 -0.6753 -0.8215 -0.5291 -202 3 -0.6685 -0.8093 -0.5276 -202 4 -0.6617 -0.7977 -0.5257 -202 5 -0.6548 -0.7867 -0.523 -202 6 -0.648 -0.7764 -0.5196 -202 7 -0.6412 -0.7669 -0.5155 -202 8 -0.6344 -0.7583 -0.5105 -202 9 -0.6276 -0.7505 -0.5047 -202 10 -0.6208 -0.7436 -0.498 -202 11 -0.614 -0.7375 -0.4904 -202 12 -0.6072 -0.7324 -0.482 -202 13 -0.6004 -0.728 -0.4727 -202 14 -0.5935 -0.7245 -0.4626 -202 15 -0.5867 -0.7217 -0.4518 -202 16 -0.5799 -0.7195 -0.4403 -202 17 -0.5731 -0.718 -0.4282 -203 1 -0.5113 -0.7233 -0.2993 -203 2 -0.5182 -0.7227 -0.3138 -203 3 -0.5252 -0.7229 -0.3275 -203 4 -0.5321 -0.7239 -0.3404 -203 5 -0.5391 -0.7258 -0.3524 -203 6 -0.546 -0.7287 -0.3633 -203 7 -0.553 -0.7327 -0.3732 -203 8 -0.5599 -0.7379 -0.3819 -203 9 -0.5668 -0.7442 -0.3895 -203 10 -0.5738 -0.7517 -0.3958 -203 11 -0.5807 -0.7604 -0.4011 -203 12 -0.5877 -0.7702 -0.4051 -203 13 -0.5946 -0.7811 -0.4081 -203 14 -0.6015 -0.793 -0.4101 -203 15 -0.6085 -0.8058 -0.4112 -203 16 -0.6154 -0.8195 -0.4113 -203 17 -0.6224 -0.834 -0.4108 -204 1 0.1995 -0.0081 0.4071 -204 2 0.2131 0.0143 0.4119 -204 3 0.2267 0.0359 0.4175 -204 4 0.2403 0.0565 0.4241 -204 5 0.2539 0.0761 0.4316 -204 6 0.2675 0.0946 0.4404 -204 7 0.2811 0.1118 0.4504 -204 8 0.2947 0.1277 0.4617 -204 9 0.3083 0.1422 0.4743 -204 10 0.3219 0.1553 0.4884 -204 11 0.3355 0.167 0.5039 -204 12 0.3491 0.1774 0.5208 -204 13 0.3627 0.1865 0.5389 -204 14 0.3763 0.1944 0.5582 -204 15 0.3899 0.2013 0.5785 -204 16 0.4035 0.2071 0.5998 -204 17 0.4171 0.2122 0.622 -205 1 -1.4564 -1.6802 -1.2326 -205 2 -1.4586 -1.6731 -1.2441 -205 3 -1.4608 -1.6669 -1.2547 -205 4 -1.463 -1.6616 -1.2643 -205 5 -1.4652 -1.6575 -1.2728 -205 6 -1.4674 -1.6546 -1.2801 -205 7 -1.4696 -1.653 -1.2861 -205 8 -1.4718 -1.6528 -1.2908 -205 9 -1.4739 -1.654 -1.2939 -205 10 -1.4761 -1.6567 -1.2956 -205 11 -1.4783 -1.6608 -1.2959 -205 12 -1.4805 -1.6663 -1.2947 -205 13 -1.4827 -1.6732 -1.2922 -205 14 -1.4849 -1.6814 -1.2885 -205 15 -1.4871 -1.6906 -1.2836 -205 16 -1.4893 -1.7009 -1.2777 -205 17 -1.4915 -1.7121 -1.2709 -206 1 -1.1061 -1.6235 -0.5888 -206 2 -0.9202 -1.3703 -0.4702 -206 3 -0.7343 -1.1446 -0.3241 -206 4 -0.5484 -0.9547 -0.1422 -206 5 -0.3625 -0.8014 0.0764 -206 6 -0.1766 -0.6777 0.3244 -207 1 -0.1365 -0.4565 0.1836 -207 2 -0.2066 -0.5194 0.1062 -207 3 -0.2767 -0.5834 0.0299 -207 4 -0.3469 -0.6485 -0.0452 -207 5 -0.417 -0.715 -0.1191 -207 6 -0.4872 -0.7827 -0.1916 -207 7 -0.5573 -0.8517 -0.2629 -207 8 -0.6274 -0.9221 -0.3328 -207 9 -0.6976 -0.9938 -0.4013 -207 10 -0.7677 -1.0668 -0.4686 -207 11 -0.8378 -1.1411 -0.5345 -207 12 -0.908 -1.2167 -0.5993 -207 13 -0.9781 -1.2934 -0.6629 -207 14 -1.0482 -1.3712 -0.7253 -207 15 -1.1184 -1.45 -0.7868 -207 16 -1.1885 -1.5298 -0.8473 -207 17 -1.2586 -1.6104 -0.9069 -208 1 0.0021 -0.2665 0.2706 -208 2 -0.0031 -0.2556 0.2493 -208 3 -0.0083 -0.246 0.2294 -208 4 -0.0135 -0.2381 0.2111 -208 5 -0.0187 -0.2321 0.1947 -208 6 -0.0239 -0.2284 0.1806 -208 7 -0.0291 -0.2273 0.1691 -208 8 -0.0343 -0.229 0.1604 -208 9 -0.0395 -0.2337 0.1546 -208 10 -0.0447 -0.2413 0.1519 -208 11 -0.0499 -0.2519 0.1521 -208 12 -0.0551 -0.2651 0.1549 -208 13 -0.0603 -0.2807 0.1601 -208 14 -0.0655 -0.2983 0.1673 -208 15 -0.0707 -0.3177 0.1763 -208 16 -0.0759 -0.3386 0.1868 -208 17 -0.0811 -0.3607 0.1985 -209 1 -1.3031 -1.4599 -1.1462 -209 2 -1.3901 -1.5224 -1.2577 -209 3 -1.4771 -1.5992 -1.355 -209 4 -1.5641 -1.6935 -1.4347 -209 5 -1.6511 -1.8029 -1.4994 -209 6 -1.7381 -1.922 -1.5543 -210 1 -0.0923 -0.1757 -0.0089 -210 2 0.0427 -0.0374 0.1227 -210 3 0.1776 0.0991 0.2561 -210 4 0.3126 0.2338 0.3913 -210 5 0.4475 0.3667 0.5283 -210 6 0.5825 0.498 0.6669 -211 1 -2.7714 -3.2506 -2.2921 -211 2 -2.2967 -2.6958 -1.8977 -211 3 -1.8221 -2.1569 -1.4873 -211 4 -1.3475 -1.6444 -1.0506 -211 5 -0.8729 -1.1683 -0.5774 -211 6 -0.3982 -0.7291 -0.0674 -212 1 -0.9501 -1.0571 -0.843 -212 2 -0.9798 -1.079 -0.8806 -212 3 -1.0095 -1.1052 -0.9138 -212 4 -1.0392 -1.1362 -0.9422 -212 5 -1.0689 -1.1718 -0.966 -212 6 -1.0986 -1.2112 -0.9859 -213 1 -0.5065 -0.7115 -0.3016 -213 2 -0.3863 -0.5683 -0.2043 -213 3 -0.2661 -0.4329 -0.0992 -213 4 -0.1458 -0.3076 0.016 -213 5 -0.0256 -0.1934 0.1422 -213 6 0.0947 -0.0889 0.2782 -214 1 -0.7772 -0.8343 -0.7201 -214 2 -0.721 -0.7744 -0.6676 -214 3 -0.6649 -0.7165 -0.6132 -214 4 -0.6087 -0.6608 -0.5567 -214 5 -0.5526 -0.6071 -0.498 -214 6 -0.4964 -0.5553 -0.4375 -215 1 -1.1409 -1.2061 -1.0757 -215 2 -1.1467 -1.2088 -1.0846 -215 3 -1.1525 -1.2119 -1.0931 -215 4 -1.1583 -1.2153 -1.1013 -215 5 -1.1641 -1.2191 -1.1092 -215 6 -1.1699 -1.2233 -1.1165 -215 7 -1.1757 -1.2281 -1.1234 -215 8 -1.1816 -1.2334 -1.1298 -215 9 -1.1874 -1.2391 -1.1356 -215 10 -1.1932 -1.2455 -1.1409 -215 11 -1.199 -1.2523 -1.1457 -215 12 -1.2048 -1.2596 -1.15 -215 13 -1.2106 -1.2674 -1.1538 -215 14 -1.2164 -1.2756 -1.1573 -215 15 -1.2222 -1.2841 -1.1604 -215 16 -1.228 -1.293 -1.1631 -215 17 -1.2339 -1.3021 -1.1656 -216 1 -0.8806 -1.1341 -0.6271 -216 2 -0.8721 -1.1145 -0.6298 -216 3 -0.8637 -1.0962 -0.6312 -216 4 -0.8552 -1.0794 -0.631 -216 5 -0.8468 -1.0643 -0.6292 -216 6 -0.8383 -1.051 -0.6256 -216 7 -0.8298 -1.0397 -0.62 -216 8 -0.8214 -1.0304 -0.6124 -216 9 -0.8129 -1.0231 -0.6027 -216 10 -0.8045 -1.0179 -0.591 -216 11 -0.796 -1.0147 -0.5773 -216 12 -0.7875 -1.0132 -0.5619 -216 13 -0.7791 -1.0134 -0.5448 -216 14 -0.7706 -1.015 -0.5262 -216 15 -0.7622 -1.0179 -0.5064 -216 16 -0.7537 -1.022 -0.4854 -216 17 -0.7452 -1.0271 -0.4634 -217 1 -1.3748 -1.6665 -1.0831 -217 2 -1.3276 -1.5998 -1.0553 -217 3 -1.2803 -1.5354 -1.0253 -217 4 -1.2331 -1.4736 -0.9927 -217 5 -1.1859 -1.4149 -0.9568 -217 6 -1.1387 -1.36 -0.9173 -217 7 -1.0914 -1.3091 -0.8738 -217 8 -1.0442 -1.2624 -0.826 -217 9 -0.997 -1.22 -0.7739 -217 10 -0.9497 -1.1815 -0.7179 -217 11 -0.9025 -1.1466 -0.6584 -217 12 -0.8553 -1.1147 -0.5958 -217 13 -0.808 -1.0853 -0.5307 -217 14 -0.7608 -1.0581 -0.4635 -217 15 -0.7136 -1.0325 -0.3947 -217 16 -0.6663 -1.0082 -0.3244 -217 17 -0.6191 -0.9851 -0.2531 -218 1 0.1479 0.0692 0.2267 -218 2 0.0951 0.0223 0.168 -218 3 0.0423 -0.0281 0.1127 -218 4 -0.0105 -0.0823 0.0613 -218 5 -0.0633 -0.1402 0.0135 -218 6 -0.1162 -0.2009 -0.0314 -219 1 -1.2411 -1.4568 -1.0253 -219 2 -1.1291 -1.3262 -0.932 -219 3 -1.0171 -1.2035 -0.8307 -219 4 -0.9051 -1.0903 -0.72 -219 5 -0.7932 -0.9866 -0.5997 -219 6 -0.6812 -0.8914 -0.471 -220 1 -0.1512 -0.2311 -0.0712 -220 2 -0.1062 -0.1847 -0.0277 -220 3 -0.0612 -0.1384 0.0159 -220 4 -0.0163 -0.0923 0.0597 -220 5 0.0287 -0.0464 0.1038 -220 6 0.0736 -7e-04 0.148 -220 7 0.1186 0.0448 0.1924 -220 8 0.1636 0.0901 0.2371 -220 9 0.2085 0.1351 0.2819 -220 10 0.2535 0.18 0.327 -220 11 0.2984 0.2246 0.3723 -220 12 0.3434 0.269 0.4178 -220 13 0.3884 0.3132 0.4635 -220 14 0.4333 0.3573 0.5094 -220 15 0.4783 0.4011 0.5555 -220 16 0.5233 0.4447 0.6018 -220 17 0.5682 0.4882 0.6483 -221 1 0.1634 -0.2354 0.5623 -221 2 0.1912 -0.1953 0.5776 -221 3 0.2189 -0.1563 0.5941 -221 4 0.2467 -0.1184 0.6117 -221 5 0.2744 -0.0818 0.6306 -221 6 0.3022 -0.0466 0.6509 -221 7 0.3299 -0.0128 0.6727 -221 8 0.3577 0.0193 0.696 -221 9 0.3854 0.0499 0.7209 -221 10 0.4132 0.0789 0.7475 -221 11 0.4409 0.1062 0.7757 -221 12 0.4687 0.1318 0.8056 -221 13 0.4964 0.1558 0.8371 -221 14 0.5242 0.1782 0.8701 -221 15 0.5519 0.1992 0.9047 -221 16 0.5797 0.2187 0.9407 -221 17 0.6074 0.2369 0.978 -222 1 -1.3242 -1.5618 -1.0867 -222 2 -1.2755 -1.4761 -1.0749 -222 3 -1.2268 -1.4043 -1.0493 -222 4 -1.178 -1.3518 -1.0043 -222 5 -1.1293 -1.32 -0.9387 -222 6 -1.0806 -1.304 -0.8571 -223 1 -0.6925 -0.8131 -0.572 -223 2 -0.6976 -0.8148 -0.5805 -223 3 -0.7028 -0.817 -0.5886 -223 4 -0.7079 -0.8195 -0.5962 -223 5 -0.713 -0.8226 -0.6034 -223 6 -0.7181 -0.8261 -0.6101 -223 7 -0.7232 -0.8301 -0.6163 -223 8 -0.7283 -0.8346 -0.622 -223 9 -0.7334 -0.8396 -0.6272 -223 10 -0.7385 -0.8452 -0.6319 -223 11 -0.7436 -0.8512 -0.6361 -223 12 -0.7488 -0.8577 -0.6398 -223 13 -0.7539 -0.8647 -0.6431 -223 14 -0.759 -0.8722 -0.6458 -223 15 -0.7641 -0.8801 -0.6481 -223 16 -0.7692 -0.8885 -0.6499 -223 17 -0.7743 -0.8972 -0.6514 -224 1 1.1786 0.8951 1.462 -224 2 1.1748 0.9052 1.4443 -224 3 1.171 0.9142 1.4279 -224 4 1.1672 0.9218 1.4127 -224 5 1.1635 0.9278 1.3991 -224 6 1.1597 0.9321 1.3873 -224 7 1.1559 0.9345 1.3773 -224 8 1.1522 0.9348 1.3695 -224 9 1.1484 0.9329 1.3638 -224 10 1.1446 0.9288 1.3605 -224 11 1.1408 0.9223 1.3593 -224 12 1.1371 0.9138 1.3604 -224 13 1.1333 0.9031 1.3634 -224 14 1.1295 0.8907 1.3684 -224 15 1.1258 0.8765 1.375 -224 16 1.122 0.8609 1.3831 -224 17 1.1182 0.844 1.3924 -225 1 -0.3603 -0.4108 -0.3099 -225 2 -0.3713 -0.421 -0.3216 -225 3 -0.3823 -0.4313 -0.3332 -225 4 -0.3932 -0.4418 -0.3447 -225 5 -0.4042 -0.4523 -0.3561 -225 6 -0.4152 -0.463 -0.3674 -225 7 -0.4262 -0.4737 -0.3786 -225 8 -0.4371 -0.4846 -0.3897 -225 9 -0.4481 -0.4956 -0.4006 -225 10 -0.4591 -0.5068 -0.4114 -225 11 -0.4701 -0.518 -0.4221 -225 12 -0.481 -0.5294 -0.4327 -225 13 -0.492 -0.5408 -0.4432 -225 14 -0.503 -0.5524 -0.4536 -225 15 -0.514 -0.5641 -0.4639 -225 16 -0.5249 -0.5758 -0.4741 -225 17 -0.5359 -0.5877 -0.4841 -226 1 -1.2628 -1.4815 -1.0442 -226 2 -1.2252 -1.4363 -1.0142 -226 3 -1.1876 -1.3918 -0.9835 -226 4 -1.1501 -1.3481 -0.952 -226 5 -1.1125 -1.3053 -0.9196 -226 6 -1.0749 -1.2634 -0.8863 -226 7 -1.0373 -1.2225 -0.8521 -226 8 -0.9997 -1.1826 -0.8168 -226 9 -0.9621 -1.1438 -0.7804 -226 10 -0.9245 -1.1061 -0.7429 -226 11 -0.8869 -1.0695 -0.7043 -226 12 -0.8493 -1.0339 -0.6646 -226 13 -0.8117 -0.9995 -0.6239 -226 14 -0.7741 -0.966 -0.5822 -226 15 -0.7365 -0.9335 -0.5395 -226 16 -0.6989 -0.9018 -0.496 -226 17 -0.6613 -0.871 -0.4517 -227 1 9e-04 -0.2518 0.2537 -227 2 -0.0167 -0.23 0.1966 -227 3 -0.0344 -0.229 0.1602 -227 4 -0.0521 -0.2546 0.1504 -227 5 -0.0698 -0.304 0.1645 -227 6 -0.0875 -0.3694 0.1945 -228 1 0.1334 -0.2797 0.5465 -228 2 0.2133 -0.1749 0.6016 -228 3 0.2933 -0.0716 0.6581 -228 4 0.3732 0.0301 0.7163 -228 5 0.4531 0.1297 0.7765 -228 6 0.533 0.227 0.839 -228 7 0.6129 0.3214 0.9044 -228 8 0.6928 0.4126 0.973 -228 9 0.7727 0.5001 1.0453 -228 10 0.8527 0.5837 1.1216 -228 11 0.9326 0.6631 1.202 -228 12 1.0125 0.7385 1.2865 -228 13 1.0924 0.8099 1.3749 -228 14 1.1723 0.8778 1.4668 -228 15 1.2522 0.9425 1.562 -228 16 1.3321 1.0045 1.6598 -228 17 1.412 1.0642 1.7599 -229 1 0.8249 0.7744 0.8754 -229 2 0.8282 0.7783 0.8781 -229 3 0.8315 0.7821 0.8809 -229 4 0.8348 0.7859 0.8837 -229 5 0.8381 0.7895 0.8866 -229 6 0.8414 0.7931 0.8897 -229 7 0.8447 0.7966 0.8928 -229 8 0.848 0.8 0.896 -229 9 0.8513 0.8033 0.8993 -229 10 0.8546 0.8064 0.9027 -229 11 0.8579 0.8095 0.9062 -229 12 0.8612 0.8125 0.9098 -229 13 0.8645 0.8154 0.9135 -229 14 0.8678 0.8183 0.9172 -229 15 0.871 0.821 0.9211 -229 16 0.8743 0.8236 0.9251 -229 17 0.8776 0.8262 0.9291 -230 1 -1.8526 -1.9449 -1.7602 -230 2 -1.727 -1.8054 -1.6487 -230 3 -1.6015 -1.6715 -1.5314 -230 4 -1.4759 -1.5455 -1.4063 -230 5 -1.3503 -1.4274 -1.2732 -230 6 -1.2248 -1.3154 -1.1341 -231 1 -1.1184 -1.2568 -0.98 -231 2 -1.0151 -1.1391 -0.8911 -231 3 -0.9118 -1.0281 -0.7956 -231 4 -0.8086 -0.925 -0.6922 -231 5 -0.7053 -0.8298 -0.5808 -231 6 -0.602 -0.7412 -0.4629 -232 1 -1.9024 -2.0004 -1.8043 -232 2 -1.8595 -1.9519 -1.767 -232 3 -1.8166 -1.9039 -1.7294 -232 4 -1.7737 -1.8563 -1.6912 -232 5 -1.7309 -1.8092 -1.6525 -232 6 -1.688 -1.7628 -1.6131 -232 7 -1.6451 -1.7171 -1.5731 -232 8 -1.6022 -1.6723 -1.5321 -232 9 -1.5593 -1.6283 -1.4903 -232 10 -1.5165 -1.5853 -1.4476 -232 11 -1.4736 -1.5432 -1.4039 -232 12 -1.4307 -1.5021 -1.3593 -232 13 -1.3878 -1.4618 -1.3138 -232 14 -1.3449 -1.4222 -1.2676 -232 15 -1.3021 -1.3834 -1.2208 -232 16 -1.2592 -1.3451 -1.1733 -232 17 -1.2163 -1.3072 -1.1253 -233 1 -1.4781 -1.5583 -1.3978 -233 2 -1.461 -1.5377 -1.3843 -233 3 -1.4439 -1.5174 -1.3705 -233 4 -1.4269 -1.4975 -1.3562 -233 5 -1.4098 -1.478 -1.3416 -233 6 -1.3927 -1.459 -1.3264 -233 7 -1.3757 -1.4406 -1.3107 -233 8 -1.3586 -1.4227 -1.2945 -233 9 -1.3415 -1.4054 -1.2777 -233 10 -1.3245 -1.3887 -1.2603 -233 11 -1.3074 -1.3725 -1.2423 -233 12 -1.2903 -1.357 -1.2237 -233 13 -1.2733 -1.3419 -1.2046 -233 14 -1.2562 -1.3273 -1.1851 -233 15 -1.2391 -1.3132 -1.1651 -233 16 -1.2221 -1.2994 -1.1448 -233 17 -1.205 -1.2859 -1.1241 -234 1 -0.3274 -0.3929 -0.2619 -234 2 -0.3474 -0.4119 -0.283 -234 3 -0.3675 -0.431 -0.3039 -234 4 -0.3875 -0.4503 -0.3246 -234 5 -0.4075 -0.4698 -0.3452 -234 6 -0.4275 -0.4894 -0.3657 -234 7 -0.4476 -0.5092 -0.386 -234 8 -0.4676 -0.5291 -0.4061 -234 9 -0.4876 -0.5493 -0.426 -234 10 -0.5077 -0.5695 -0.4458 -234 11 -0.5277 -0.59 -0.4655 -234 12 -0.5477 -0.6106 -0.4849 -234 13 -0.5678 -0.6313 -0.5042 -234 14 -0.5878 -0.6522 -0.5234 -234 15 -0.6078 -0.6733 -0.5424 -234 16 -0.6279 -0.6944 -0.5613 -234 17 -0.6479 -0.7158 -0.58 -235 1 -0.9943 -1.1315 -0.857 -235 2 -1.0441 -1.1718 -0.9163 -235 3 -1.0939 -1.2132 -0.9745 -235 4 -1.1436 -1.2558 -1.0315 -235 5 -1.1934 -1.3 -1.0869 -235 6 -1.2432 -1.3459 -1.1406 -235 7 -1.293 -1.3938 -1.1922 -235 8 -1.3428 -1.4438 -1.2418 -235 9 -1.3926 -1.4959 -1.2894 -235 10 -1.4424 -1.5499 -1.3349 -235 11 -1.4922 -1.6056 -1.3788 -235 12 -1.542 -1.6629 -1.4211 -235 13 -1.5918 -1.7213 -1.4623 -235 14 -1.6416 -1.7807 -1.5024 -235 15 -1.6914 -1.841 -1.5418 -235 16 -1.7412 -1.9019 -1.5805 -235 17 -1.791 -1.9633 -1.6186 -236 1 -1.0351 -1.5685 -0.5018 -236 2 -1.1188 -1.5658 -0.6718 -236 3 -1.2025 -1.604 -0.801 -236 4 -1.2861 -1.6966 -0.8757 -236 5 -1.3698 -1.8405 -0.8991 -236 6 -1.4535 -2.0198 -0.8871 -237 1 -0.9355 -1.0192 -0.8518 -237 2 -0.9463 -1.0268 -0.8658 -237 3 -0.9571 -1.0348 -0.8793 -237 4 -0.9678 -1.0431 -0.8925 -237 5 -0.9786 -1.0519 -0.9053 -237 6 -0.9894 -1.0612 -0.9176 -237 7 -1.0002 -1.0709 -0.9294 -237 8 -1.0109 -1.0811 -0.9408 -237 9 -1.0217 -1.0919 -0.9516 -237 10 -1.0325 -1.1031 -0.9619 -237 11 -1.0433 -1.1149 -0.9717 -237 12 -1.054 -1.1271 -0.981 -237 13 -1.0648 -1.1398 -0.9898 -237 14 -1.0756 -1.153 -0.9982 -237 15 -1.0864 -1.1665 -1.0063 -237 16 -1.0972 -1.1804 -1.0139 -237 17 -1.1079 -1.1946 -1.0213 -238 1 -0.4397 -1.0183 0.139 -238 2 -0.4327 -0.9807 0.1153 -238 3 -0.4258 -0.9471 0.0955 -238 4 -0.4189 -0.918 0.0803 -238 5 -0.4119 -0.894 0.0702 -238 6 -0.405 -0.8758 0.0658 -238 7 -0.3981 -0.8637 0.0675 -238 8 -0.3911 -0.8579 0.0756 -238 9 -0.3842 -0.8584 0.09 -238 10 -0.3773 -0.8648 0.1103 -238 11 -0.3703 -0.8768 0.1361 -238 12 -0.3634 -0.8937 0.1669 -238 13 -0.3565 -0.9149 0.202 -238 14 -0.3495 -0.9398 0.2408 -238 15 -0.3426 -0.9679 0.2827 -238 16 -0.3357 -0.9985 0.3272 -238 17 -0.3287 -1.0314 0.374 -239 1 -1.5985 -1.7042 -1.4927 -239 2 -1.5848 -1.6853 -1.4842 -239 3 -1.5711 -1.6668 -1.4753 -239 4 -1.5573 -1.6488 -1.4659 -239 5 -1.5436 -1.6315 -1.4558 -239 6 -1.5299 -1.6149 -1.445 -239 7 -1.5162 -1.5991 -1.4334 -239 8 -1.5025 -1.5841 -1.421 -239 9 -1.4888 -1.57 -1.4077 -239 10 -1.4751 -1.5568 -1.3935 -239 11 -1.4614 -1.5444 -1.3784 -239 12 -1.4477 -1.5329 -1.3625 -239 13 -1.434 -1.5222 -1.3458 -239 14 -1.4203 -1.5122 -1.3284 -239 15 -1.4066 -1.5028 -1.3104 -239 16 -1.3929 -1.494 -1.2918 -239 17 -1.3792 -1.4856 -1.2728 -240 1 -1.3393 -1.593 -1.0856 -240 2 -1.3233 -1.5625 -1.0841 -240 3 -1.3073 -1.5328 -1.0817 -240 4 -1.2912 -1.5043 -1.0782 -240 5 -1.2752 -1.477 -1.0734 -240 6 -1.2592 -1.4512 -1.0671 -240 7 -1.2431 -1.4272 -1.0591 -240 8 -1.2271 -1.4052 -1.049 -240 9 -1.2111 -1.3854 -1.0368 -240 10 -1.1951 -1.3679 -1.0222 -240 11 -1.179 -1.3528 -1.0053 -240 12 -1.163 -1.34 -0.986 -240 13 -1.147 -1.3295 -0.9644 -240 14 -1.1309 -1.321 -0.9408 -240 15 -1.1149 -1.3144 -0.9155 -240 16 -1.0989 -1.3093 -0.8885 -240 17 -1.0829 -1.3055 -0.8602 -241 1 -2.314 -2.6073 -2.0207 -241 2 -2.2926 -2.5659 -2.0192 -241 3 -2.2711 -2.5258 -2.0164 -241 4 -2.2497 -2.4874 -2.0119 -241 5 -2.2282 -2.4511 -2.0054 -241 6 -2.2068 -2.4172 -1.9963 -241 7 -2.1853 -2.3863 -1.9844 -241 8 -2.1639 -2.3587 -1.969 -241 9 -2.1424 -2.3349 -1.95 -241 10 -2.121 -2.3148 -1.9271 -241 11 -2.0995 -2.2986 -1.9005 -241 12 -2.0781 -2.2858 -1.8704 -241 13 -2.0566 -2.276 -1.8372 -241 14 -2.0352 -2.2689 -1.8015 -241 15 -2.0137 -2.2639 -1.7636 -241 16 -1.9923 -2.2607 -1.7239 -241 17 -1.9708 -2.2589 -1.6828 -242 1 0.2691 0.1748 0.3635 -242 2 0.1877 0.0954 0.2801 -242 3 0.1063 0.0157 0.1969 -242 4 0.0249 -0.0643 0.1142 -242 5 -0.0565 -0.1447 0.0317 -242 6 -0.1379 -0.2254 -0.0504 -242 7 -0.2193 -0.3065 -0.1321 -242 8 -0.3007 -0.3879 -0.2134 -242 9 -0.3821 -0.4697 -0.2944 -242 10 -0.4635 -0.5519 -0.375 -242 11 -0.5449 -0.6344 -0.4553 -242 12 -0.6263 -0.7173 -0.5352 -242 13 -0.7077 -0.8005 -0.6148 -242 14 -0.7891 -0.884 -0.6941 -242 15 -0.8705 -0.9678 -0.7731 -242 16 -0.9519 -1.0519 -0.8519 -242 17 -1.0333 -1.1362 -0.9303 -243 1 -0.8289 -0.9028 -0.755 -243 2 -0.8323 -0.9048 -0.7599 -243 3 -0.8358 -0.907 -0.7646 -243 4 -0.8392 -0.9093 -0.7691 -243 5 -0.8427 -0.9119 -0.7735 -243 6 -0.8461 -0.9147 -0.7776 -243 7 -0.8496 -0.9177 -0.7814 -243 8 -0.853 -0.9209 -0.7851 -243 9 -0.8565 -0.9244 -0.7885 -243 10 -0.8599 -0.9281 -0.7917 -243 11 -0.8633 -0.932 -0.7947 -243 12 -0.8668 -0.9361 -0.7975 -243 13 -0.8702 -0.9405 -0.8 -243 14 -0.8737 -0.945 -0.8023 -243 15 -0.8771 -0.9498 -0.8045 -243 16 -0.8806 -0.9547 -0.8064 -243 17 -0.884 -0.9598 -0.8082 -244 1 -1.555 -1.9501 -1.1599 -244 2 -1.201 -1.5484 -0.8536 -244 3 -0.847 -1.1585 -0.5356 -244 4 -0.4931 -0.7852 -0.201 -244 5 -0.1391 -0.4318 0.1535 -244 6 0.2148 -0.0977 0.5274 -245 1 -1.3089 -1.5717 -1.0462 -245 2 -1.3575 -1.6036 -1.1114 -245 3 -1.406 -1.6367 -1.1753 -245 4 -1.4546 -1.6714 -1.2378 -245 5 -1.5031 -1.7079 -1.2984 -245 6 -1.5517 -1.7466 -1.3568 -245 7 -1.6002 -1.7878 -1.4127 -245 8 -1.6488 -1.8318 -1.4658 -245 9 -1.6974 -1.8788 -1.5159 -245 10 -1.7459 -1.9289 -1.5629 -245 11 -1.7945 -1.9821 -1.6068 -245 12 -1.843 -2.0381 -1.648 -245 13 -1.8916 -2.0965 -1.6866 -245 14 -1.9401 -2.1572 -1.7231 -245 15 -1.9887 -2.2196 -1.7577 -245 16 -2.0372 -2.2836 -1.7909 -245 17 -2.0858 -2.3488 -1.8228 -246 1 -0.7224 -0.8369 -0.6079 -246 2 -0.7441 -0.8572 -0.6311 -246 3 -0.7658 -0.8776 -0.654 -246 4 -0.7875 -0.8983 -0.6767 -246 5 -0.8092 -0.9192 -0.6992 -246 6 -0.8309 -0.9404 -0.7214 -246 7 -0.8526 -0.9618 -0.7434 -246 8 -0.8743 -0.9834 -0.7652 -246 9 -0.896 -1.0053 -0.7867 -246 10 -0.9177 -1.0275 -0.8079 -246 11 -0.9394 -1.0498 -0.829 -246 12 -0.9611 -1.0725 -0.8497 -246 13 -0.9828 -1.0953 -0.8703 -246 14 -1.0045 -1.1184 -0.8906 -246 15 -1.0262 -1.1416 -0.9107 -246 16 -1.0479 -1.1651 -0.9306 -246 17 -1.0696 -1.1888 -0.9503 -247 1 -0.7608 -0.864 -0.6576 -247 2 -0.7865 -0.8814 -0.6916 -247 3 -0.8123 -0.903 -0.7215 -247 4 -0.838 -0.9294 -0.7466 -247 5 -0.8637 -0.9604 -0.767 -247 6 -0.8894 -0.9953 -0.7835 -248 1 0.166 0.0849 0.2471 -248 2 0.1482 0.0697 0.2267 -248 3 0.1304 0.0541 0.2066 -248 4 0.1126 0.0382 0.1869 -248 5 0.0947 0.022 0.1675 -248 6 0.0769 0.0054 0.1485 -248 7 0.0591 -0.0116 0.1299 -248 8 0.0413 -0.0291 0.1117 -248 9 0.0235 -0.047 0.094 -248 10 0.0057 -0.0653 0.0766 -248 11 -0.0121 -0.084 0.0597 -248 12 -0.0299 -0.1031 0.0432 -248 13 -0.0478 -0.1226 0.0271 -248 14 -0.0656 -0.1425 0.0113 -248 15 -0.0834 -0.1627 -0.0041 -248 16 -0.1012 -0.1832 -0.0192 -248 17 -0.119 -0.2039 -0.0341 -249 1 -0.8816 -1.1353 -0.6279 -249 2 -1.1837 -1.401 -0.9664 -249 3 -1.4858 -1.7071 -1.2645 -249 4 -1.788 -2.0518 -1.5242 -249 5 -2.0901 -2.4204 -1.7598 -249 6 -2.3923 -2.8015 -1.983 -250 1 0.731 0.3779 1.0842 -250 2 0.6708 0.3314 1.0101 -250 3 0.6105 0.2836 0.9373 -250 4 0.5502 0.2344 0.866 -250 5 0.4899 0.1835 0.7963 -250 6 0.4296 0.1309 0.7284 -250 7 0.3694 0.0763 0.6624 -250 8 0.3091 0.0197 0.5984 -250 9 0.2488 -0.039 0.5366 -250 10 0.1885 -0.0998 0.4769 -250 11 0.1283 -0.1628 0.4193 -250 12 0.068 -0.2279 0.3638 -250 13 0.0077 -0.2949 0.3103 -250 14 -0.0526 -0.3637 0.2586 -250 15 -0.1128 -0.4342 0.2085 -250 16 -0.1731 -0.5062 0.16 -250 17 -0.2334 -0.5796 0.1128 -251 1 -1.3129 -1.5059 -1.1199 -251 2 -1.2816 -1.4678 -1.0954 -251 3 -1.2503 -1.4304 -1.0703 -251 4 -1.2191 -1.3936 -1.0445 -251 5 -1.1878 -1.3575 -1.018 -251 6 -1.1565 -1.3222 -0.9907 -251 7 -1.1252 -1.2878 -0.9626 -251 8 -1.0939 -1.2542 -0.9335 -251 9 -1.0626 -1.2216 -0.9036 -251 10 -1.0313 -1.19 -0.8726 -251 11 -1 -1.1593 -0.8407 -251 12 -0.9687 -1.1296 -0.8079 -251 13 -0.9374 -1.1008 -0.7741 -251 14 -0.9061 -1.0729 -0.7394 -251 15 -0.8748 -1.0458 -0.7039 -251 16 -0.8436 -1.0195 -0.6676 -251 17 -0.8123 -0.9939 -0.6306 -252 1 0.086 -0.0096 0.1816 -252 2 0.01 -0.0802 0.1002 -252 3 -0.066 -0.154 0.0221 -252 4 -0.1419 -0.2314 -0.0525 -252 5 -0.2179 -0.3122 -0.1236 -252 6 -0.2939 -0.3959 -0.1919 -253 1 -0.901 -1.0641 -0.738 -253 2 -0.9794 -1.1337 -0.8251 -253 3 -1.0577 -1.2099 -0.9055 -253 4 -1.136 -1.293 -0.979 -253 5 -1.2143 -1.3824 -1.0462 -253 6 -1.2927 -1.4771 -1.1083 -254 1 -0.8252 -1.0861 -0.5644 -254 2 -0.8675 -1.0929 -0.6421 -254 3 -0.9097 -1.1174 -0.7021 -254 4 -0.952 -1.1641 -0.7399 -254 5 -0.9943 -1.2318 -0.7567 -254 6 -1.0365 -1.3147 -0.7583 -255 1 -0.1288 -0.1993 -0.0583 -255 2 -0.1499 -0.2136 -0.0861 -255 3 -0.1709 -0.2319 -0.1099 -255 4 -0.192 -0.2547 -0.1292 -255 5 -0.213 -0.2817 -0.1443 -255 6 -0.2341 -0.3119 -0.1562 -256 1 -0.8818 -1.0481 -0.7156 -256 2 -0.9075 -1.0697 -0.7454 -256 3 -0.9332 -1.092 -0.7745 -256 4 -0.9589 -1.1149 -0.803 -256 5 -0.9847 -1.1386 -0.8307 -256 6 -1.0104 -1.1629 -0.8578 -256 7 -1.0361 -1.1881 -0.8841 -256 8 -1.0618 -1.214 -0.9096 -256 9 -1.0875 -1.2406 -0.9343 -256 10 -1.1132 -1.268 -0.9584 -256 11 -1.1389 -1.2961 -0.9817 -256 12 -1.1646 -1.3249 -1.0043 -256 13 -1.1903 -1.3543 -1.0263 -256 14 -1.216 -1.3843 -1.0477 -256 15 -1.2417 -1.4149 -1.0685 -256 16 -1.2674 -1.446 -1.0888 -256 17 -1.2931 -1.4776 -1.1086 -257 1 0.273 0.0466 0.4993 -257 2 0.2696 0.071 0.4683 -257 3 0.2663 0.0796 0.453 -257 4 0.263 0.0696 0.4564 -257 5 0.2596 0.0425 0.4768 -257 6 0.2563 0.0033 0.5094 -258 1 -0.5105 -0.7133 -0.3078 -258 2 -0.5331 -0.7176 -0.3486 -258 3 -0.5556 -0.731 -0.3803 -258 4 -0.5782 -0.7549 -0.4015 -258 5 -0.6007 -0.7891 -0.4124 -258 6 -0.6233 -0.8318 -0.4148 -259 1 -0.7093 -0.7622 -0.6564 -259 2 -0.761 -0.8094 -0.7126 -259 3 -0.8127 -0.8594 -0.766 -259 4 -0.8644 -0.9123 -0.8165 -259 5 -0.916 -0.968 -0.8641 -259 6 -0.9677 -1.0259 -0.9095 -260 1 -1.5316 -1.8041 -1.2591 -260 2 -1.5633 -1.7827 -1.3438 -260 3 -1.5949 -1.7841 -1.4056 -260 4 -1.6265 -1.8193 -1.4337 -260 5 -1.6581 -1.8867 -1.4296 -260 6 -1.6898 -1.9744 -1.4051 -261 1 -0.4898 -0.6838 -0.2959 -261 2 -0.4793 -0.6682 -0.2904 -261 3 -0.4688 -0.6533 -0.2843 -261 4 -0.4583 -0.6391 -0.2775 -261 5 -0.4478 -0.6256 -0.27 -261 6 -0.4373 -0.6128 -0.2618 -261 7 -0.4268 -0.6007 -0.2529 -261 8 -0.4163 -0.5894 -0.2432 -261 9 -0.4058 -0.5789 -0.2327 -261 10 -0.3953 -0.5691 -0.2215 -261 11 -0.3848 -0.56 -0.2096 -261 12 -0.3743 -0.5517 -0.1969 -261 13 -0.3638 -0.5441 -0.1835 -261 14 -0.3533 -0.5372 -0.1694 -261 15 -0.3428 -0.531 -0.1546 -261 16 -0.3323 -0.5254 -0.1392 -261 17 -0.3218 -0.5204 -0.1231 -262 1 -0.9964 -1.065 -0.9278 -262 2 -0.9849 -1.0511 -0.9187 -262 3 -0.9734 -1.0375 -0.9093 -262 4 -0.9619 -1.0241 -0.8997 -262 5 -0.9504 -1.0111 -0.8898 -262 6 -0.939 -0.9984 -0.8796 -262 7 -0.9275 -0.986 -0.869 -262 8 -0.916 -0.974 -0.8581 -262 9 -0.9045 -0.9623 -0.8467 -262 10 -0.8931 -0.9511 -0.8351 -262 11 -0.8816 -0.9402 -0.823 -262 12 -0.8701 -0.9296 -0.8106 -262 13 -0.8586 -0.9194 -0.7978 -262 14 -0.8471 -0.9095 -0.7848 -262 15 -0.8357 -0.8999 -0.7714 -262 16 -0.8242 -0.8906 -0.7577 -262 17 -0.8127 -0.8816 -0.7438 -263 1 -1.3868 -1.6665 -1.107 -263 2 -1.3464 -1.6092 -1.0836 -263 3 -1.3059 -1.5531 -1.0588 -263 4 -1.2655 -1.4985 -1.0326 -263 5 -1.2251 -1.4457 -1.0045 -263 6 -1.1847 -1.3951 -0.9743 -263 7 -1.1443 -1.3469 -0.9416 -263 8 -1.1039 -1.3015 -0.9062 -263 9 -1.0634 -1.259 -0.8679 -263 10 -1.023 -1.2195 -0.8265 -263 11 -0.9826 -1.183 -0.7822 -263 12 -0.9422 -1.1493 -0.735 -263 13 -0.9018 -1.1182 -0.6853 -263 14 -0.8613 -1.0894 -0.6333 -263 15 -0.8209 -1.0625 -0.5794 -263 16 -0.7805 -1.0372 -0.5238 -263 17 -0.7401 -1.0133 -0.4669 -264 1 0.255 0.0084 0.5016 -264 2 -0.0387 -0.2741 0.1967 -264 3 -0.3323 -0.5687 -0.096 -264 4 -0.626 -0.8754 -0.3767 -264 5 -0.9197 -1.1924 -0.647 -264 6 -1.2134 -1.5174 -0.9093 -265 1 -0.4089 -0.462 -0.3559 -265 2 -0.3802 -0.4314 -0.329 -265 3 -0.3515 -0.4018 -0.3011 -265 4 -0.3227 -0.3734 -0.272 -265 5 -0.294 -0.3461 -0.2419 -265 6 -0.2652 -0.3198 -0.2107 -266 1 0.2232 -0.1675 0.614 -266 2 0.4593 0.1339 0.7847 -266 3 0.6954 0.4134 0.9774 -266 4 0.9315 0.6602 1.2028 -266 5 1.1676 0.8708 1.4644 -266 6 1.4037 1.0529 1.7544 -267 1 0.1876 0.1454 0.2297 -267 2 0.0749 0.0341 0.1157 -267 3 -0.0378 -0.0782 0.0027 -267 4 -0.1504 -0.1915 -0.1094 -267 5 -0.2631 -0.3057 -0.2205 -267 6 -0.3758 -0.4207 -0.3309 -268 1 -1.2123 -1.826 -0.5986 -268 2 -1.0291 -1.5756 -0.4825 -268 3 -0.8458 -1.3561 -0.3356 -268 4 -0.6626 -1.1741 -0.1511 -268 5 -0.4794 -1.0297 0.071 -268 6 -0.2961 -0.9157 0.3235 -269 1 -0.3411 -0.4057 -0.2765 -269 2 -0.4025 -0.4649 -0.3401 -269 3 -0.4638 -0.5254 -0.4022 -269 4 -0.5252 -0.5875 -0.4629 -269 5 -0.5866 -0.651 -0.5221 -269 6 -0.6479 -0.7158 -0.5801 -270 1 0.4673 0.3467 0.588 -270 2 0.3133 0.204 0.4226 -270 3 0.1593 0.0499 0.2687 -270 4 0.0053 -0.1156 0.1262 -270 5 -0.1487 -0.2898 -0.0076 -270 6 -0.3027 -0.4696 -0.1358 -271 1 -0.9232 -1.2467 -0.5997 -271 2 -0.9122 -1.2152 -0.6091 -271 3 -0.9011 -1.1851 -0.6171 -271 4 -0.8901 -1.1569 -0.6232 -271 5 -0.879 -1.1308 -0.6272 -271 6 -0.868 -1.1072 -0.6287 -271 7 -0.8569 -1.0867 -0.6271 -271 8 -0.8458 -1.0694 -0.6223 -271 9 -0.8348 -1.0558 -0.6138 -271 10 -0.8237 -1.0458 -0.6017 -271 11 -0.8127 -1.0396 -0.5858 -271 12 -0.8016 -1.0368 -0.5665 -271 13 -0.7906 -1.0371 -0.5441 -271 14 -0.7795 -1.0401 -0.519 -271 15 -0.7685 -1.0454 -0.4916 -271 16 -0.7574 -1.0526 -0.4622 -271 17 -0.7464 -1.0615 -0.4313 -272 1 -1.3269 -1.4631 -1.1907 -272 2 -1.5814 -1.6958 -1.467 -272 3 -1.8359 -1.9504 -1.7214 -272 4 -2.0904 -2.227 -1.9539 -272 5 -2.3449 -2.5172 -2.1727 -272 6 -2.5995 -2.8144 -2.3845 -273 1 -0.375 -0.8425 0.0924 -273 2 -0.4402 -0.8767 -0.0036 -273 3 -0.5053 -0.9148 -0.0958 -273 4 -0.5705 -0.9574 -0.1835 -273 5 -0.6356 -1.0055 -0.2657 -273 6 -0.7008 -1.0598 -0.3417 -273 7 -0.7659 -1.1208 -0.411 -273 8 -0.831 -1.1888 -0.4733 -273 9 -0.8962 -1.2637 -0.5287 -273 10 -0.9613 -1.3448 -0.5778 -273 11 -1.0265 -1.4316 -0.6213 -273 12 -1.0916 -1.523 -0.6601 -273 13 -1.1567 -1.6184 -0.695 -273 14 -1.2219 -1.717 -0.7267 -273 15 -1.287 -1.8182 -0.7558 -273 16 -1.3522 -1.9216 -0.7827 -273 17 -1.4173 -2.0266 -0.808 -274 1 -0.6298 -0.6785 -0.5811 -274 2 -0.6026 -0.6482 -0.5569 -274 3 -0.5754 -0.6196 -0.5311 -274 4 -0.5481 -0.5928 -0.5034 -274 5 -0.5209 -0.5678 -0.474 -274 6 -0.4937 -0.5443 -0.4431 -275 1 -1.1597 -1.3037 -1.0156 -275 2 -1.1242 -1.2623 -0.9861 -275 3 -1.0887 -1.2214 -0.956 -275 4 -1.0532 -1.1811 -0.9253 -275 5 -1.0177 -1.1414 -0.894 -275 6 -0.9822 -1.1025 -0.8619 -275 7 -0.9467 -1.0644 -0.829 -275 8 -0.9113 -1.0272 -0.7953 -275 9 -0.8758 -0.9909 -0.7607 -275 10 -0.8403 -0.9555 -0.7251 -275 11 -0.8048 -0.9209 -0.6886 -275 12 -0.7693 -0.8873 -0.6513 -275 13 -0.7338 -0.8546 -0.6131 -275 14 -0.6983 -0.8226 -0.5741 -275 15 -0.6628 -0.7914 -0.5343 -275 16 -0.6274 -0.7608 -0.4939 -275 17 -0.5919 -0.7308 -0.4529 -276 1 -0.799 -0.8575 -0.7405 -276 2 -0.7798 -0.8367 -0.7228 -276 3 -0.7605 -0.816 -0.705 -276 4 -0.7412 -0.7955 -0.6869 -276 5 -0.722 -0.7753 -0.6687 -276 6 -0.7027 -0.7552 -0.6503 -276 7 -0.6835 -0.7354 -0.6316 -276 8 -0.6642 -0.7158 -0.6127 -276 9 -0.645 -0.6964 -0.5935 -276 10 -0.6257 -0.6773 -0.5741 -276 11 -0.6065 -0.6585 -0.5545 -276 12 -0.5872 -0.6398 -0.5346 -276 13 -0.568 -0.6214 -0.5145 -276 14 -0.5487 -0.6032 -0.4942 -276 15 -0.5295 -0.5852 -0.4737 -276 16 -0.5102 -0.5674 -0.453 -276 17 -0.491 -0.5498 -0.4321 -277 1 -1.2867 -1.4737 -1.0997 -277 2 -1.191 -1.3615 -1.0205 -277 3 -1.0954 -1.2565 -0.9343 -277 4 -0.9997 -1.1597 -0.8396 -277 5 -0.904 -1.0715 -0.7365 -277 6 -0.8083 -0.9907 -0.6259 -278 1 0.3401 0.236 0.4442 -278 2 0.3487 0.2479 0.4495 -278 3 0.3573 0.2595 0.4551 -278 4 0.3659 0.2708 0.4611 -278 5 0.3746 0.2816 0.4676 -278 6 0.3832 0.2919 0.4744 -278 7 0.3918 0.3019 0.4817 -278 8 0.4004 0.3113 0.4895 -278 9 0.409 0.3202 0.4978 -278 10 0.4176 0.3286 0.5066 -278 11 0.4263 0.3366 0.5159 -278 12 0.4349 0.344 0.5257 -278 13 0.4435 0.351 0.536 -278 14 0.4521 0.3575 0.5467 -278 15 0.4607 0.3637 0.5578 -278 16 0.4693 0.3694 0.5693 -278 17 0.4779 0.3748 0.5811 -279 1 -1.8941 -2.115 -1.6732 -279 2 -1.878 -2.0608 -1.6951 -279 3 -1.8618 -2.0237 -1.7 -279 4 -1.8457 -2.0103 -1.6812 -279 5 -1.8296 -2.0195 -1.6397 -279 6 -1.8134 -2.044 -1.5828 -280 1 -0.6171 -0.9086 -0.3257 -280 2 -0.6168 -0.8962 -0.3374 -280 3 -0.6164 -0.885 -0.3479 -280 4 -0.616 -0.8752 -0.3569 -280 5 -0.6157 -0.8671 -0.3643 -280 6 -0.6153 -0.8607 -0.37 -280 7 -0.6149 -0.8561 -0.3738 -280 8 -0.6146 -0.8535 -0.3757 -280 9 -0.6142 -0.8529 -0.3756 -280 10 -0.6138 -0.8542 -0.3734 -280 11 -0.6135 -0.8576 -0.3693 -280 12 -0.6131 -0.8628 -0.3634 -280 13 -0.6127 -0.8698 -0.3557 -280 14 -0.6124 -0.8784 -0.3463 -280 15 -0.612 -0.8885 -0.3355 -280 16 -0.6116 -0.8998 -0.3234 -280 17 -0.6112 -0.9124 -0.3101 -281 1 0.352 0.1009 0.6032 -281 2 0.2551 0.0102 0.4999 -281 3 0.1581 -0.0816 0.3978 -281 4 0.0611 -0.1747 0.2969 -281 5 -0.0359 -0.2691 0.1973 -281 6 -0.1329 -0.3648 0.099 -281 7 -0.2299 -0.4619 0.0021 -281 8 -0.3269 -0.5604 -0.0934 -281 9 -0.4238 -0.6602 -0.1875 -281 10 -0.5208 -0.7613 -0.2803 -281 11 -0.6178 -0.8637 -0.372 -281 12 -0.7148 -0.9672 -0.4624 -281 13 -0.8118 -1.0718 -0.5518 -281 14 -0.9088 -1.1773 -0.6402 -281 15 -1.0057 -1.2838 -0.7277 -281 16 -1.1027 -1.391 -0.8145 -281 17 -1.1997 -1.4989 -0.9005 -282 1 -0.8902 -1.2764 -0.504 -282 2 -0.8723 -1.2434 -0.5012 -282 3 -0.8544 -1.2115 -0.4972 -282 4 -0.8364 -1.1811 -0.4917 -282 5 -0.8185 -1.1522 -0.4848 -282 6 -0.8006 -1.1251 -0.476 -282 7 -0.7826 -1.0998 -0.4655 -282 8 -0.7647 -1.0764 -0.4529 -282 9 -0.7468 -1.0552 -0.4383 -282 10 -0.7288 -1.0361 -0.4215 -282 11 -0.7109 -1.0193 -0.4025 -282 12 -0.693 -1.0045 -0.3814 -282 13 -0.675 -0.9919 -0.3582 -282 14 -0.6571 -0.9812 -0.3329 -282 15 -0.6392 -0.9725 -0.3059 -282 16 -0.6212 -0.9654 -0.2771 -282 17 -0.6033 -0.9599 -0.2467 -283 1 -0.1075 -0.2232 0.0082 -283 2 -0.1392 -0.2461 -0.0324 -283 3 -0.1709 -0.2744 -0.0675 -283 4 -0.2026 -0.3086 -0.0967 -283 5 -0.2343 -0.3483 -0.1203 -283 6 -0.266 -0.3926 -0.1395 -284 1 -2.3198 -2.5962 -2.0434 -284 2 -2.2457 -2.4707 -2.0207 -284 3 -2.1716 -2.3671 -1.9762 -284 4 -2.0975 -2.2953 -1.8997 -284 5 -2.0234 -2.2545 -1.7923 -284 6 -1.9493 -2.234 -1.6646 -285 1 -1.1054 -1.188 -1.0229 -285 2 -1.0933 -1.1722 -1.0145 -285 3 -1.0812 -1.1568 -1.0057 -285 4 -1.0691 -1.1417 -0.9966 -285 5 -1.0571 -1.1271 -0.987 -285 6 -1.045 -1.113 -0.9769 -285 7 -1.0329 -1.0994 -0.9664 -285 8 -1.0208 -1.0863 -0.9552 -285 9 -1.0087 -1.0739 -0.9435 -285 10 -0.9966 -1.062 -0.9311 -285 11 -0.9845 -1.0508 -0.9182 -285 12 -0.9724 -1.0401 -0.9047 -285 13 -0.9603 -1.0299 -0.8907 -285 14 -0.9482 -1.0203 -0.8761 -285 15 -0.9361 -1.0111 -0.8611 -285 16 -0.924 -1.0023 -0.8458 -285 17 -0.9119 -0.9938 -0.8301 -286 1 -0.4328 -0.8654 -2e-04 -286 2 -0.635 -1.0018 -0.2683 -286 3 -0.8372 -1.1921 -0.4823 -286 4 -1.0394 -1.4411 -0.6377 -286 5 -1.2416 -1.7324 -0.7507 -286 6 -1.4437 -2.0475 -0.84 -287 1 -0.3472 -0.393 -0.3013 -287 2 -0.3723 -0.4152 -0.3294 -287 3 -0.3974 -0.4391 -0.3557 -287 4 -0.4225 -0.4649 -0.3801 -287 5 -0.4476 -0.4926 -0.4027 -287 6 -0.4728 -0.5218 -0.4238 -288 1 -1.9102 -2.1438 -1.6765 -288 2 -1.9032 -2.1217 -1.6847 -288 3 -1.8963 -2.1009 -1.6917 -288 4 -1.8893 -2.0813 -1.6973 -288 5 -1.8824 -2.0634 -1.7013 -288 6 -1.8754 -2.0475 -1.7033 -288 7 -1.8685 -2.0339 -1.703 -288 8 -1.8615 -2.0228 -1.7002 -288 9 -1.8545 -2.0145 -1.6946 -288 10 -1.8476 -2.0091 -1.6861 -288 11 -1.8406 -2.0064 -1.6749 -288 12 -1.8337 -2.0062 -1.6612 -288 13 -1.8267 -2.0083 -1.6452 -288 14 -1.8198 -2.0124 -1.6272 -288 15 -1.8128 -2.0181 -1.6076 -288 16 -1.8059 -2.0252 -1.5866 -288 17 -1.7989 -2.0333 -1.5646 -289 1 0.2846 0.045 0.5241 -289 2 0.2821 0.0543 0.5098 -289 3 0.2795 0.0624 0.4967 -289 4 0.277 0.0692 0.4849 -289 5 0.2745 0.0743 0.4747 -289 6 0.272 0.0777 0.4663 -289 7 0.2695 0.0792 0.4598 -289 8 0.267 0.0786 0.4553 -289 9 0.2644 0.0759 0.453 -289 10 0.2619 0.0711 0.4528 -289 11 0.2594 0.0642 0.4546 -289 12 0.2569 0.0554 0.4584 -289 13 0.2544 0.0449 0.4639 -289 14 0.2519 0.0328 0.4709 -289 15 0.2494 0.0194 0.4793 -289 16 0.2468 0.0048 0.4889 -289 17 0.2443 -0.0108 0.4995 -290 1 -0.541 -0.7555 -0.3266 -290 2 -0.5023 -0.7078 -0.2967 -290 3 -0.4635 -0.6607 -0.2663 -290 4 -0.4247 -0.6142 -0.2351 -290 5 -0.3859 -0.5686 -0.2032 -290 6 -0.3471 -0.5238 -0.1704 -290 7 -0.3083 -0.48 -0.1366 -290 8 -0.2695 -0.4372 -0.1017 -290 9 -0.2307 -0.3956 -0.0658 -290 10 -0.1919 -0.3552 -0.0286 -290 11 -0.1531 -0.316 0.0098 -290 12 -0.1143 -0.2781 0.0494 -290 13 -0.0755 -0.2413 0.0903 -290 14 -0.0367 -0.2058 0.1323 -290 15 0.0021 -0.1713 0.1754 -290 16 0.0409 -0.1378 0.2195 -290 17 0.0797 -0.1053 0.2646 -291 1 -0.8099 -1.3242 -0.2957 -291 2 -0.4803 -0.9194 -0.0412 -291 3 -0.1507 -0.5539 0.2526 -291 4 0.179 -0.2379 0.5959 -291 5 0.5087 0.0328 0.9845 -291 6 0.8384 0.2721 1.4046 -292 1 -0.3417 -0.3888 -0.2946 -292 2 -0.3498 -0.3955 -0.304 -292 3 -0.3578 -0.4024 -0.3132 -292 4 -0.3659 -0.4095 -0.3222 -292 5 -0.3739 -0.4168 -0.3311 -292 6 -0.382 -0.4242 -0.3397 -292 7 -0.39 -0.4319 -0.3482 -292 8 -0.3981 -0.4397 -0.3564 -292 9 -0.4061 -0.4478 -0.3644 -292 10 -0.4142 -0.4561 -0.3722 -292 11 -0.4222 -0.4646 -0.3798 -292 12 -0.4303 -0.4733 -0.3872 -292 13 -0.4383 -0.4822 -0.3944 -292 14 -0.4464 -0.4913 -0.4014 -292 15 -0.4544 -0.5006 -0.4083 -292 16 -0.4625 -0.51 -0.4149 -292 17 -0.4705 -0.5195 -0.4215 -293 1 0.2035 0.0032 0.4037 -293 2 0.2486 0.0705 0.4267 -293 3 0.2937 0.1275 0.46 -293 4 0.3389 0.1718 0.5059 -293 5 0.384 0.2038 0.5642 -293 6 0.4292 0.2258 0.6326 -294 1 -1.0747 -1.3176 -0.8318 -294 2 -1.2774 -1.4815 -1.0732 -294 3 -1.48 -1.6872 -1.2728 -294 4 -1.6826 -1.9333 -1.432 -294 5 -1.8853 -2.2036 -1.5669 -294 6 -2.0879 -2.4861 -1.6897 -295 1 0.7144 -0.0969 1.5257 -295 2 0.831 0.1749 1.4872 -295 3 0.9476 0.4264 1.4689 -295 4 1.0642 0.6383 1.4901 -295 5 1.1808 0.7827 1.5788 -295 6 1.2973 0.8464 1.7483 -296 1 -1.3376 -1.5821 -1.093 -296 2 -1.4901 -1.6938 -1.2865 -296 3 -1.6427 -1.8248 -1.4606 -296 4 -1.7953 -1.9819 -1.6087 -296 5 -1.9478 -2.1634 -1.7322 -296 6 -2.1004 -2.3615 -1.8394 -297 1 -1.7728 -2.0086 -1.5369 -297 2 -1.7451 -1.958 -1.5322 -297 3 -1.7174 -1.9188 -1.516 -297 4 -1.6897 -1.8933 -1.4861 -297 5 -1.662 -1.8811 -1.4429 -297 6 -1.6343 -1.8794 -1.3893 -298 1 -0.8368 -1.1031 -0.5706 -298 2 -0.9317 -1.1807 -0.6827 -298 3 -1.0266 -1.2613 -0.7919 -298 4 -1.1215 -1.3455 -0.8975 -298 5 -1.2164 -1.4336 -0.9991 -298 6 -1.3113 -1.5263 -1.0963 -298 7 -1.4062 -1.6235 -1.1889 -298 8 -1.5011 -1.7251 -1.2771 -298 9 -1.596 -1.8308 -1.3612 -298 10 -1.6909 -1.94 -1.4418 -298 11 -1.7858 -2.0521 -1.5194 -298 12 -1.8807 -2.1667 -1.5946 -298 13 -1.9756 -2.2833 -1.6679 -298 14 -2.0705 -2.4014 -1.7395 -298 15 -2.1654 -2.5208 -1.8099 -298 16 -2.2602 -2.6412 -1.8793 -298 17 -2.3551 -2.7624 -1.9479 -299 1 -0.6858 -0.8315 -0.5401 -299 2 -0.6636 -0.7947 -0.5326 -299 3 -0.6414 -0.7643 -0.5185 -299 4 -0.6192 -0.7418 -0.4967 -299 5 -0.597 -0.7272 -0.4669 -299 6 -0.5748 -0.7192 -0.4305 -300 1 -0.882 -1.2566 -0.5074 -300 2 -0.823 -1.1584 -0.4875 -300 3 -0.764 -1.0762 -0.4517 -300 4 -0.7049 -1.0136 -0.3963 -300 5 -0.6459 -0.9713 -0.3206 -300 6 -0.5869 -0.9464 -0.2275 -301 1 -1.5441 -1.6184 -1.4697 -301 2 -1.4638 -1.5276 -1.4 -301 3 -1.3836 -1.4416 -1.3256 -301 4 -1.3033 -1.3618 -1.2449 -301 5 -1.2231 -1.2881 -1.1581 -301 6 -1.1429 -1.219 -1.0668 -302 1 0.1363 -0.3982 0.6708 -302 2 0.1745 -0.3307 0.6797 -302 3 0.2127 -0.266 0.6913 -302 4 0.2509 -0.2044 0.7061 -302 5 0.289 -0.1467 0.7247 -302 6 0.3272 -0.0931 0.7475 -302 7 0.3654 -0.0443 0.7751 -302 8 0.4036 -6e-04 0.8077 -302 9 0.4418 0.0378 0.8457 -302 10 0.4799 0.0708 0.889 -302 11 0.5181 0.0988 0.9375 -302 12 0.5563 0.1219 0.9907 -302 13 0.5945 0.1408 1.0481 -302 14 0.6327 0.156 1.1094 -302 15 0.6709 0.1678 1.1739 -302 16 0.709 0.177 1.2411 -302 17 0.7472 0.1837 1.3107 -303 1 -0.9499 -1.0307 -0.8691 -303 2 -0.9806 -1.054 -0.9071 -303 3 -1.0112 -1.0814 -0.941 -303 4 -1.0419 -1.1135 -0.9703 -303 5 -1.0726 -1.1498 -0.9953 -303 6 -1.1032 -1.1897 -1.0167 -304 1 -1.2377 -1.3074 -1.1681 -304 2 -1.2114 -1.2786 -1.1443 -304 3 -1.1851 -1.25 -1.1202 -304 4 -1.1588 -1.2216 -1.0959 -304 5 -1.1324 -1.1936 -1.0713 -304 6 -1.1061 -1.1659 -1.0463 -304 7 -1.0798 -1.1385 -1.0211 -304 8 -1.0534 -1.1114 -0.9955 -304 9 -1.0271 -1.0847 -0.9695 -304 10 -1.0008 -1.0584 -0.9431 -304 11 -0.9745 -1.0325 -0.9164 -304 12 -0.9481 -1.0069 -0.8893 -304 13 -0.9218 -0.9817 -0.8619 -304 14 -0.8955 -0.9568 -0.8341 -304 15 -0.8691 -0.9322 -0.806 -304 16 -0.8428 -0.908 -0.7777 -304 17 -0.8165 -0.8839 -0.749 -305 1 -0.7541 -0.86 -0.6483 -305 2 -0.7627 -0.8651 -0.6602 -305 3 -0.7712 -0.8705 -0.6718 -305 4 -0.7797 -0.8764 -0.683 -305 5 -0.7882 -0.8826 -0.6937 -305 6 -0.7967 -0.8894 -0.704 -305 7 -0.8052 -0.8966 -0.7138 -305 8 -0.8137 -0.9044 -0.7231 -305 9 -0.8222 -0.9126 -0.7318 -305 10 -0.8307 -0.9214 -0.74 -305 11 -0.8393 -0.9308 -0.7477 -305 12 -0.8478 -0.9406 -0.7549 -305 13 -0.8563 -0.9509 -0.7616 -305 14 -0.8648 -0.9617 -0.7679 -305 15 -0.8733 -0.9729 -0.7737 -305 16 -0.8818 -0.9845 -0.7791 -305 17 -0.8903 -0.9965 -0.7841 -306 1 -1.2078 -1.275 -1.1407 -306 2 -1.1303 -1.1915 -1.0691 -306 3 -1.0528 -1.1108 -0.9948 -306 4 -0.9753 -1.0334 -0.9172 -306 5 -0.8977 -0.9592 -0.8363 -306 6 -0.8202 -0.8878 -0.7527 -307 1 -0.6897 -0.8006 -0.5788 -307 2 -0.71 -0.8119 -0.6081 -307 3 -0.7303 -0.8281 -0.6324 -307 4 -0.7506 -0.8501 -0.651 -307 5 -0.7709 -0.8774 -0.6643 -307 6 -0.7912 -0.9089 -0.6735 -308 1 -0.8615 -1.0686 -0.6544 -308 2 -0.8305 -1.0232 -0.6379 -308 3 -0.7995 -0.9843 -0.6148 -308 4 -0.7686 -0.9528 -0.5844 -308 5 -0.7376 -0.9287 -0.5466 -308 6 -0.7066 -0.9113 -0.502 -309 1 -1.1433 -1.2056 -1.0809 -309 2 -1.1621 -1.2171 -1.107 -309 3 -1.1809 -1.2326 -1.1292 -309 4 -1.1997 -1.2528 -1.1465 -309 5 -1.2185 -1.2775 -1.1595 -309 6 -1.2373 -1.3054 -1.1692 -310 1 -1.9573 -2.3849 -1.5297 -310 2 -1.9169 -2.2526 -1.5811 -310 3 -1.8764 -2.1406 -1.6123 -310 4 -1.836 -2.0681 -1.604 -310 5 -1.7956 -2.0507 -1.5406 -310 6 -1.7552 -2.0766 -1.4338 -311 1 -1.1223 -1.2605 -0.9841 -311 2 -1.2094 -1.3285 -1.0903 -311 3 -1.2964 -1.4099 -1.1829 -311 4 -1.3835 -1.5067 -1.2602 -311 5 -1.4706 -1.6159 -1.3252 -311 6 -1.5576 -1.7327 -1.3825 -312 1 -0.8608 -1.1058 -0.6159 -312 2 -0.8414 -1.0608 -0.622 -312 3 -0.8219 -1.0322 -0.6117 -312 4 -0.8025 -1.022 -0.5829 -312 5 -0.783 -1.0283 -0.5378 -312 6 -0.7636 -1.0465 -0.4806 -313 1 -0.3655 -0.4152 -0.3157 -313 2 -0.4008 -0.4489 -0.3527 -313 3 -0.4362 -0.4836 -0.3887 -313 4 -0.4715 -0.5194 -0.4236 -313 5 -0.5069 -0.5562 -0.4575 -313 6 -0.5422 -0.594 -0.4905 -314 1 -1.7082 -2.1196 -1.2969 -314 2 -1.5879 -1.9815 -1.1942 -314 3 -1.4675 -1.8442 -1.0907 -314 4 -1.3471 -1.708 -0.9862 -314 5 -1.2267 -1.573 -0.8804 -314 6 -1.1063 -1.4393 -0.7733 -314 7 -0.986 -1.3072 -0.6647 -314 8 -0.8656 -1.1767 -0.5545 -314 9 -0.7452 -1.0481 -0.4423 -314 10 -0.6248 -0.9216 -0.3281 -314 11 -0.5045 -0.7972 -0.2118 -314 12 -0.3841 -0.675 -0.0932 -314 13 -0.2637 -0.5551 0.0277 -314 14 -0.1433 -0.4375 0.1508 -314 15 -0.023 -0.3221 0.2761 -314 16 0.0974 -0.2087 0.4035 -314 17 0.2178 -0.0972 0.5328 -315 1 0.0939 -0.3891 0.5768 -315 2 0.1892 -0.2792 0.6575 -315 3 0.2845 -0.1706 0.7396 -315 4 0.3798 -0.0634 0.8231 -315 5 0.4752 0.0422 0.9081 -315 6 0.5705 0.1461 0.9948 -315 7 0.6658 0.2483 1.0833 -315 8 0.7611 0.3486 1.1737 -315 9 0.8565 0.447 1.2659 -315 10 0.9518 0.5434 1.3601 -315 11 1.0471 0.6379 1.4563 -315 12 1.1424 0.7304 1.5544 -315 13 1.2378 0.821 1.6545 -315 14 1.3331 0.9098 1.7564 -315 15 1.4284 0.9967 1.8601 -315 16 1.5237 1.082 1.9655 -315 17 1.6191 1.1657 2.0724 -316 1 -0.0904 -0.2114 0.0307 -316 2 -0.1018 -0.219 0.0155 -316 3 -0.1132 -0.2271 8e-04 -316 4 -0.1245 -0.2356 -0.0135 -316 5 -0.1359 -0.2447 -0.0271 -316 6 -0.1473 -0.2545 -0.0402 -316 7 -0.1587 -0.2648 -0.0526 -316 8 -0.1701 -0.2758 -0.0644 -316 9 -0.1815 -0.2874 -0.0756 -316 10 -0.1929 -0.2997 -0.0861 -316 11 -0.2043 -0.3126 -0.096 -316 12 -0.2157 -0.3261 -0.1052 -316 13 -0.227 -0.3401 -0.114 -316 14 -0.2384 -0.3547 -0.1221 -316 15 -0.2498 -0.3698 -0.1298 -316 16 -0.2612 -0.3854 -0.1371 -316 17 -0.2726 -0.4013 -0.1439 -317 1 -0.8333 -1.1084 -0.5581 -317 2 -0.8453 -1.1062 -0.5845 -317 3 -0.8574 -1.1052 -0.6096 -317 4 -0.8695 -1.1058 -0.6332 -317 5 -0.8816 -1.1081 -0.6551 -317 6 -0.8937 -1.1123 -0.675 -317 7 -0.9057 -1.1188 -0.6927 -317 8 -0.9178 -1.1277 -0.7079 -317 9 -0.9299 -1.1391 -0.7207 -317 10 -0.942 -1.1531 -0.7309 -317 11 -0.9541 -1.1696 -0.7385 -317 12 -0.9662 -1.1884 -0.7439 -317 13 -0.9782 -1.2093 -0.7472 -317 14 -0.9903 -1.2321 -0.7486 -317 15 -1.0024 -1.2565 -0.7483 -317 16 -1.0145 -1.2823 -0.7467 -317 17 -1.0266 -1.3092 -0.7439 -318 1 0.2195 0.1767 0.2623 -318 2 0.1824 0.1403 0.2246 -318 3 0.1453 0.1037 0.187 -318 4 0.1082 0.067 0.1494 -318 5 0.0711 0.0302 0.112 -318 6 0.034 -0.0067 0.0747 -318 7 -0.0031 -0.0437 0.0375 -318 8 -0.0402 -0.0807 4e-04 -318 9 -0.0773 -0.1179 -0.0366 -318 10 -0.1144 -0.1553 -0.0735 -318 11 -0.1515 -0.1927 -0.1103 -318 12 -0.1886 -0.2302 -0.147 -318 13 -0.2257 -0.2678 -0.1836 -318 14 -0.2628 -0.3055 -0.2201 -318 15 -0.2999 -0.3433 -0.2565 -318 16 -0.337 -0.3812 -0.2928 -318 17 -0.3741 -0.4191 -0.3291 -319 1 -1.3244 -1.5952 -1.0536 -319 2 -1.2161 -1.4422 -0.9901 -319 3 -1.1078 -1.309 -0.9067 -319 4 -0.9995 -1.2031 -0.796 -319 5 -0.8913 -1.1236 -0.6589 -319 6 -0.783 -1.0625 -0.5034 -320 1 -0.4768 -0.6687 -0.2849 -320 2 -0.442 -0.621 -0.263 -320 3 -0.4073 -0.5804 -0.2341 -320 4 -0.3725 -0.5476 -0.1973 -320 5 -0.3377 -0.5225 -0.1529 -320 6 -0.3029 -0.5036 -0.1022 -321 1 -0.9338 -0.9938 -0.8739 -321 2 -0.9634 -1.0211 -0.9057 -321 3 -0.993 -1.0486 -0.9373 -321 4 -1.0225 -1.0765 -0.9685 -321 5 -1.0521 -1.1048 -0.9994 -321 6 -1.0817 -1.1334 -1.0299 -321 7 -1.1112 -1.1624 -1.0601 -321 8 -1.1408 -1.1918 -1.0898 -321 9 -1.1704 -1.2216 -1.1192 -321 10 -1.2 -1.2518 -1.1481 -321 11 -1.2295 -1.2824 -1.1766 -321 12 -1.2591 -1.3134 -1.2048 -321 13 -1.2887 -1.3447 -1.2327 -321 14 -1.3183 -1.3763 -1.2602 -321 15 -1.3478 -1.4082 -1.2874 -321 16 -1.3774 -1.4404 -1.3145 -321 17 -1.407 -1.4727 -1.3412 -322 1 0.3415 0.24 0.443 -322 2 0.3699 0.2765 0.4634 -322 3 0.3984 0.3091 0.4877 -322 4 0.4268 0.3372 0.5164 -322 5 0.4553 0.3609 0.5496 -322 6 0.4837 0.3809 0.5865 -323 1 -0.125 -0.1994 -0.0505 -323 2 -0.1319 -0.2035 -0.0603 -323 3 -0.1388 -0.2078 -0.0697 -323 4 -0.1457 -0.2125 -0.0788 -323 5 -0.1526 -0.2177 -0.0875 -323 6 -0.1595 -0.2232 -0.0957 -323 7 -0.1664 -0.2293 -0.1035 -323 8 -0.1733 -0.2358 -0.1108 -323 9 -0.1802 -0.2428 -0.1176 -323 10 -0.1871 -0.2504 -0.1238 -323 11 -0.194 -0.2584 -0.1296 -323 12 -0.2009 -0.2668 -0.135 -323 13 -0.2078 -0.2757 -0.1399 -323 14 -0.2147 -0.285 -0.1444 -323 15 -0.2216 -0.2947 -0.1485 -323 16 -0.2285 -0.3046 -0.1524 -323 17 -0.2354 -0.3148 -0.156 -324 1 0.8277 0.7777 0.8778 -324 2 0.8378 0.7891 0.8864 -324 3 0.8478 0.7997 0.8959 -324 4 0.8578 0.8094 0.9063 -324 5 0.8679 0.8183 0.9174 -324 6 0.8779 0.8264 0.9294 -325 1 -1.2817 -1.4082 -1.1552 -325 2 -1.2956 -1.4142 -1.1769 -325 3 -1.3094 -1.4209 -1.198 -325 4 -1.3233 -1.4284 -1.2182 -325 5 -1.3371 -1.4368 -1.2374 -325 6 -1.351 -1.4464 -1.2556 -325 7 -1.3648 -1.4572 -1.2724 -325 8 -1.3787 -1.4695 -1.2878 -325 9 -1.3925 -1.4833 -1.3018 -325 10 -1.4064 -1.4985 -1.3142 -325 11 -1.4202 -1.5152 -1.3252 -325 12 -1.4341 -1.5332 -1.3349 -325 13 -1.4479 -1.5523 -1.3435 -325 14 -1.4618 -1.5725 -1.3511 -325 15 -1.4756 -1.5934 -1.3578 -325 16 -1.4895 -1.6151 -1.3639 -325 17 -1.5033 -1.6373 -1.3693 -326 1 -1.4684 -1.6444 -1.2923 -326 2 -1.4505 -1.6059 -1.2951 -326 3 -1.4327 -1.5774 -1.288 -326 4 -1.4148 -1.5611 -1.2686 -326 5 -1.397 -1.5567 -1.2373 -326 6 -1.3792 -1.5616 -1.1967 -327 1 -1.5729 -1.9575 -1.1883 -327 2 -1.5065 -1.8564 -1.1565 -327 3 -1.44 -1.7694 -1.1106 -327 4 -1.3736 -1.6996 -1.0476 -327 5 -1.3071 -1.6475 -0.9668 -327 6 -1.2407 -1.6107 -0.8706 -328 1 -0.1867 -0.4956 0.1222 -328 2 -0.399 -0.6919 -0.1062 -328 3 -0.6114 -0.8999 -0.3228 -328 4 -0.8237 -1.1202 -0.5272 -328 5 -1.036 -1.3519 -0.7202 -328 6 -1.2484 -1.593 -0.9038 -329 1 -0.9809 -1.0472 -0.9146 -329 2 -0.9484 -1.0091 -0.8877 -329 3 -0.9159 -0.9738 -0.8579 -329 4 -0.8834 -0.9419 -0.8248 -329 5 -0.8509 -0.9132 -0.7885 -329 6 -0.8184 -0.8872 -0.7495 -330 1 -1.1793 -1.7184 -0.6402 -330 2 -1.1163 -1.6292 -0.6033 -330 3 -1.0532 -1.542 -0.5644 -330 4 -0.9901 -1.4571 -0.5231 -330 5 -0.9271 -1.3749 -0.4793 -330 6 -0.864 -1.2956 -0.4324 -330 7 -0.8009 -1.2197 -0.3821 -330 8 -0.7379 -1.1475 -0.3282 -330 9 -0.6748 -1.0792 -0.2703 -330 10 -0.6117 -1.015 -0.2084 -330 11 -0.5486 -0.9549 -0.1424 -330 12 -0.4856 -0.8989 -0.0723 -330 13 -0.4225 -0.8466 0.0016 -330 14 -0.3594 -0.7979 0.079 -330 15 -0.2964 -0.7523 0.1596 -330 16 -0.2333 -0.7096 0.243 -330 17 -0.1702 -0.6694 0.329 -331 1 -0.874 -1.0857 -0.6622 -331 2 -0.8632 -1.0691 -0.6574 -331 3 -0.8525 -1.053 -0.652 -331 4 -0.8418 -1.0376 -0.646 -331 5 -0.8311 -1.0229 -0.6392 -331 6 -0.8204 -1.0089 -0.6318 -331 7 -0.8096 -0.9956 -0.6236 -331 8 -0.7989 -0.9832 -0.6146 -331 9 -0.7882 -0.9715 -0.6049 -331 10 -0.7775 -0.9607 -0.5942 -331 11 -0.7667 -0.9507 -0.5828 -331 12 -0.756 -0.9415 -0.5706 -331 13 -0.7453 -0.9331 -0.5575 -331 14 -0.7346 -0.9255 -0.5437 -331 15 -0.7239 -0.9186 -0.5291 -331 16 -0.7131 -0.9124 -0.5139 -331 17 -0.7024 -0.9068 -0.498 -332 1 -1.5374 -1.8317 -1.2431 -332 2 -1.5459 -1.8194 -1.2724 -332 3 -1.5545 -1.8085 -1.3005 -332 4 -1.563 -1.7991 -1.3269 -332 5 -1.5715 -1.7918 -1.3513 -332 6 -1.5801 -1.7869 -1.3733 -332 7 -1.5886 -1.785 -1.3922 -332 8 -1.5972 -1.7866 -1.4077 -332 9 -1.6057 -1.7921 -1.4193 -332 10 -1.6142 -1.8016 -1.4269 -332 11 -1.6228 -1.8151 -1.4305 -332 12 -1.6313 -1.8323 -1.4304 -332 13 -1.6399 -1.8527 -1.427 -332 14 -1.6484 -1.8759 -1.4209 -332 15 -1.657 -1.9014 -1.4126 -332 16 -1.6655 -1.9286 -1.4024 -332 17 -1.674 -1.9573 -1.3908 -333 1 -1.4764 -1.6599 -1.2929 -333 2 -1.4702 -1.6453 -1.2951 -333 3 -1.464 -1.6315 -1.2964 -333 4 -1.4577 -1.6185 -1.2969 -333 5 -1.4515 -1.6066 -1.2964 -333 6 -1.4453 -1.5957 -1.2948 -333 7 -1.439 -1.5861 -1.292 -333 8 -1.4328 -1.5777 -1.2879 -333 9 -1.4266 -1.5707 -1.2824 -333 10 -1.4203 -1.5651 -1.2756 -333 11 -1.4141 -1.5608 -1.2674 -333 12 -1.4078 -1.5578 -1.2579 -333 13 -1.4016 -1.556 -1.2472 -333 14 -1.3954 -1.5554 -1.2354 -333 15 -1.3891 -1.5557 -1.2225 -333 16 -1.3829 -1.557 -1.2088 -333 17 -1.3767 -1.559 -1.1943 -334 1 -1.2498 -1.3946 -1.1049 -334 2 -1.3357 -1.4701 -1.2013 -334 3 -1.4217 -1.5472 -1.2962 -334 4 -1.5077 -1.6261 -1.3892 -334 5 -1.5936 -1.7074 -1.4799 -334 6 -1.6796 -1.7912 -1.568 -334 7 -1.7655 -1.8776 -1.6534 -334 8 -1.8515 -1.9668 -1.7362 -334 9 -1.9374 -2.0584 -1.8165 -334 10 -2.0234 -2.1521 -1.8947 -334 11 -2.1094 -2.2477 -1.9711 -334 12 -2.1953 -2.3446 -2.046 -334 13 -2.2813 -2.4427 -2.1199 -334 14 -2.3672 -2.5417 -2.1928 -334 15 -2.4532 -2.6414 -2.265 -334 16 -2.5391 -2.7417 -2.3366 -334 17 -2.6251 -2.8424 -2.4078 -335 1 -0.9536 -1.4881 -0.4191 -335 2 -0.8381 -1.3421 -0.3341 -335 3 -0.7226 -1.1988 -0.2463 -335 4 -0.6071 -1.0589 -0.1552 -335 5 -0.4916 -0.9229 -0.0602 -335 6 -0.3761 -0.7914 0.0392 -335 7 -0.2605 -0.6648 0.1437 -335 8 -0.145 -0.5436 0.2535 -335 9 -0.0295 -0.4281 0.3691 -335 10 0.086 -0.3183 0.4903 -335 11 0.2015 -0.214 0.617 -335 12 0.317 -0.1147 0.7487 -335 13 0.4325 -0.0198 0.8849 -335 14 0.548 0.0711 1.025 -335 15 0.6635 0.1587 1.1684 -335 16 0.7791 0.2436 1.3146 -335 17 0.8946 0.326 1.4631 -336 1 -0.7899 -0.9153 -0.6645 -336 2 -0.8183 -0.94 -0.6967 -336 3 -0.8467 -0.9652 -0.7283 -336 4 -0.8751 -0.9908 -0.7595 -336 5 -0.9035 -1.017 -0.7901 -336 6 -0.9319 -1.0437 -0.8201 -336 7 -0.9603 -1.0711 -0.8496 -336 8 -0.9887 -1.099 -0.8784 -336 9 -1.0171 -1.1277 -0.9065 -336 10 -1.0455 -1.1569 -0.9341 -336 11 -1.0739 -1.1868 -0.961 -336 12 -1.1023 -1.2172 -0.9874 -336 13 -1.1307 -1.2482 -1.0131 -336 14 -1.1591 -1.2798 -1.0384 -336 15 -1.1875 -1.3118 -1.0632 -336 16 -1.2159 -1.3442 -1.0876 -336 17 -1.2443 -1.377 -1.1115 -337 1 0.6543 -0.3041 1.6126 -337 2 0.6947 -0.2014 1.5907 -337 3 0.7351 -0.0997 1.5698 -337 4 0.7755 7e-04 1.5502 -337 5 0.8159 0.0994 1.5323 -337 6 0.8563 0.196 1.5165 -337 7 0.8967 0.29 1.5034 -337 8 0.9371 0.3806 1.4937 -337 9 0.9775 0.4667 1.4883 -337 10 1.0179 0.5472 1.4886 -337 11 1.0583 0.6206 1.496 -337 12 1.0987 0.6854 1.512 -337 13 1.1391 0.7401 1.5382 -337 14 1.1795 0.7835 1.5755 -337 15 1.2199 0.8152 1.6246 -337 16 1.2603 0.8357 1.6848 -337 17 1.3007 0.8464 1.755 -338 1 0.1699 -0.3362 0.6761 -338 2 0.2892 -0.1494 0.7278 -338 3 0.4084 7e-04 0.8162 -338 4 0.5277 0.106 0.9494 -338 5 0.647 0.1706 1.1234 -338 6 0.7663 0.2062 1.3263 -339 1 -2.996 -3.5115 -2.4805 -339 2 -2.8324 -3.3172 -2.3476 -339 3 -2.6688 -3.1237 -2.2138 -339 4 -2.5052 -2.9314 -2.0789 -339 5 -2.3416 -2.7405 -1.9426 -339 6 -2.1779 -2.5512 -1.8046 -339 7 -2.0143 -2.364 -1.6646 -339 8 -1.8507 -2.1793 -1.5221 -339 9 -1.6871 -1.9975 -1.3766 -339 10 -1.5235 -1.8193 -1.2276 -339 11 -1.3598 -1.6452 -1.0745 -339 12 -1.1962 -1.4755 -0.9169 -339 13 -1.0326 -1.3107 -0.7545 -339 14 -0.869 -1.1507 -0.5873 -339 15 -0.7054 -0.9954 -0.4153 -339 16 -0.5418 -0.8444 -0.2391 -339 17 -0.3781 -0.6972 -0.0591 -340 1 -1.4624 -1.5396 -1.3852 -340 2 -1.4113 -1.4798 -1.3427 -340 3 -1.3601 -1.4244 -1.2958 -340 4 -1.3089 -1.3741 -1.2437 -340 5 -1.2577 -1.3289 -1.1865 -340 6 -1.2065 -1.2875 -1.1255 -341 1 0.1085 0.011 0.2059 -341 2 0.0835 -0.0115 0.1785 -341 3 0.0585 -0.0344 0.1514 -341 4 0.0335 -0.0576 0.1246 -341 5 0.0085 -0.0812 0.0981 -341 6 -0.0165 -0.1051 0.072 -341 7 -0.0415 -0.1294 0.0464 -341 8 -0.0665 -0.1542 0.0211 -341 9 -0.0916 -0.1793 -0.0038 -341 10 -0.1166 -0.2048 -0.0283 -341 11 -0.1416 -0.2307 -0.0525 -341 12 -0.1666 -0.2569 -0.0762 -341 13 -0.1916 -0.2836 -0.0996 -341 14 -0.2166 -0.3105 -0.1226 -341 15 -0.2416 -0.3378 -0.1453 -341 16 -0.2666 -0.3654 -0.1677 -341 17 -0.2916 -0.3933 -0.1899 -342 1 -0.3474 -0.4897 -0.205 -342 2 -0.3974 -0.5335 -0.2614 -342 3 -0.4475 -0.5779 -0.317 -342 4 -0.4975 -0.6231 -0.3719 -342 5 -0.5475 -0.6692 -0.4259 -342 6 -0.5976 -0.7162 -0.4789 -342 7 -0.6476 -0.7643 -0.5309 -342 8 -0.6977 -0.8135 -0.5818 -342 9 -0.7477 -0.8639 -0.6316 -342 10 -0.7978 -0.9153 -0.6802 -342 11 -0.8478 -0.9678 -0.7278 -342 12 -0.8978 -1.0214 -0.7743 -342 13 -0.9479 -1.0758 -0.8199 -342 14 -0.9979 -1.1311 -0.8647 -342 15 -1.048 -1.1872 -0.9087 -342 16 -1.098 -1.2439 -0.9521 -342 17 -1.1481 -1.3011 -0.995 -343 1 -1.1348 -1.5463 -0.7233 -343 2 -1.1238 -1.5136 -0.7339 -343 3 -1.1127 -1.4824 -0.743 -343 4 -1.1016 -1.453 -0.7502 -343 5 -1.0906 -1.4257 -0.7554 -343 6 -1.0795 -1.4008 -0.7582 -343 7 -1.0684 -1.3787 -0.7582 -343 8 -1.0574 -1.3595 -0.7552 -343 9 -1.0463 -1.3437 -0.7489 -343 10 -1.0353 -1.3313 -0.7392 -343 11 -1.0242 -1.3225 -0.7259 -343 12 -1.0131 -1.317 -0.7092 -343 13 -1.0021 -1.3148 -0.6893 -343 14 -0.991 -1.3156 -0.6664 -343 15 -0.9799 -1.319 -0.6408 -343 16 -0.9689 -1.3248 -0.613 -343 17 -0.9578 -1.3325 -0.5831 -344 1 -0.5969 -0.7477 -0.446 -344 2 -0.7764 -0.9116 -0.6413 -344 3 -0.956 -1.0885 -0.8236 -344 4 -1.1356 -1.279 -0.9922 -344 5 -1.3151 -1.4805 -1.1498 -344 6 -1.4947 -1.6892 -1.3002 -345 1 -0.6415 -0.6914 -0.5915 -345 2 -0.632 -0.6806 -0.5834 -345 3 -0.6225 -0.67 -0.5751 -345 4 -0.6131 -0.6595 -0.5667 -345 5 -0.6036 -0.6492 -0.5581 -345 6 -0.5942 -0.6391 -0.5492 -345 7 -0.5847 -0.6292 -0.5402 -345 8 -0.5753 -0.6195 -0.531 -345 9 -0.5658 -0.61 -0.5216 -345 10 -0.5563 -0.6007 -0.512 -345 11 -0.5469 -0.5916 -0.5022 -345 12 -0.5374 -0.5827 -0.4922 -345 13 -0.528 -0.574 -0.482 -345 14 -0.5185 -0.5654 -0.4716 -345 15 -0.5091 -0.5571 -0.4611 -345 16 -0.4996 -0.5489 -0.4504 -345 17 -0.4902 -0.5408 -0.4395 -346 1 -1.1242 -1.5274 -0.7211 -346 2 -1.0932 -1.4392 -0.7472 -346 3 -1.0622 -1.3709 -0.7534 -346 4 -1.0311 -1.3303 -0.7319 -346 5 -1.0001 -1.3199 -0.6802 -346 6 -0.969 -1.3345 -0.6035 -347 1 -0.8974 -1.1958 -0.5991 -347 2 -0.8697 -1.1187 -0.6207 -347 3 -0.842 -1.0652 -0.6189 -347 4 -0.8143 -1.043 -0.5856 -347 5 -0.7866 -1.0503 -0.5229 -347 6 -0.7589 -1.0777 -0.4401 -348 1 -1.3104 -1.9564 -0.6644 -348 2 -1.2465 -1.8655 -0.6275 -348 3 -1.1826 -1.777 -0.5882 -348 4 -1.1187 -1.6912 -0.5463 -348 5 -1.0549 -1.6084 -0.5013 -348 6 -0.991 -1.5289 -0.453 -348 7 -0.9271 -1.4531 -0.4011 -348 8 -0.8632 -1.381 -0.3454 -348 9 -0.7993 -1.3131 -0.2856 -348 10 -0.7354 -1.2492 -0.2216 -348 11 -0.6715 -1.1895 -0.1536 -348 12 -0.6077 -1.1338 -0.0815 -348 13 -0.5438 -1.082 -0.0055 -348 14 -0.4799 -1.0338 0.074 -348 15 -0.416 -0.9889 0.1568 -348 16 -0.3521 -0.9469 0.2427 -348 17 -0.2882 -0.9077 0.3312 -349 1 0.2017 -0.2637 0.6671 -349 2 0.4757 0.0476 0.9037 -349 3 0.7496 0.3441 1.1551 -349 4 1.0235 0.6234 1.4237 -349 5 1.2975 0.8849 1.7101 -349 6 1.5714 1.13 2.0128 -350 1 -1.6932 -1.7979 -1.5884 -350 2 -1.6651 -1.7647 -1.5655 -350 3 -1.6371 -1.732 -1.5422 -350 4 -1.609 -1.6997 -1.5184 -350 5 -1.581 -1.668 -1.4941 -350 6 -1.553 -1.6368 -1.4691 -350 7 -1.5249 -1.6064 -1.4434 -350 8 -1.4969 -1.5768 -1.417 -350 9 -1.4689 -1.5479 -1.3898 -350 10 -1.4408 -1.5199 -1.3618 -350 11 -1.4128 -1.4927 -1.3329 -350 12 -1.3848 -1.4663 -1.3032 -350 13 -1.3567 -1.4406 -1.2728 -350 14 -1.3287 -1.4157 -1.2417 -350 15 -1.3006 -1.3913 -1.21 -350 16 -1.2726 -1.3675 -1.1777 -350 17 -1.2446 -1.3442 -1.1449 -351 1 0.6182 0.5506 0.6858 -351 2 0.5474 0.4823 0.6126 -351 3 0.4767 0.4124 0.541 -351 4 0.4059 0.3407 0.4712 -351 5 0.3352 0.2675 0.4029 -351 6 0.2644 0.1927 0.3362 -352 1 -1.964 -2.0989 -1.8291 -352 2 -1.8933 -2.0086 -1.778 -352 3 -1.8226 -1.9272 -1.7181 -352 4 -1.7519 -1.8573 -1.6466 -352 5 -1.6813 -1.7988 -1.5637 -352 6 -1.6106 -1.7486 -1.4725 -353 1 -0.7875 -0.962 -0.613 -353 2 -0.774 -0.9304 -0.6175 -353 3 -0.7605 -0.9094 -0.6116 -353 4 -0.747 -0.9005 -0.5935 -353 5 -0.7335 -0.9027 -0.5643 -353 6 -0.72 -0.9133 -0.5267 -354 1 -0.6042 -0.8869 -0.3216 -354 2 -0.6089 -0.8634 -0.3543 -354 3 -0.6135 -0.8549 -0.3722 -354 4 -0.6182 -0.8636 -0.3728 -354 5 -0.6228 -0.8887 -0.3569 -354 6 -0.6274 -0.927 -0.3278 -355 1 -0.6963 -0.751 -0.6415 -355 2 -0.7131 -0.7658 -0.6603 -355 3 -0.7299 -0.781 -0.6789 -355 4 -0.7468 -0.7964 -0.6972 -355 5 -0.7636 -0.812 -0.7152 -355 6 -0.7805 -0.828 -0.733 -355 7 -0.7973 -0.8443 -0.7504 -355 8 -0.8142 -0.8609 -0.7675 -355 9 -0.831 -0.8778 -0.7842 -355 10 -0.8479 -0.8951 -0.8006 -355 11 -0.8647 -0.9127 -0.8167 -355 12 -0.8815 -0.9306 -0.8325 -355 13 -0.8984 -0.9488 -0.848 -355 14 -0.9152 -0.9673 -0.8632 -355 15 -0.9321 -0.986 -0.8782 -355 16 -0.9489 -1.0049 -0.893 -355 17 -0.9658 -1.024 -0.9075 -356 1 0.1973 0.1042 0.2903 -356 2 -0.0481 -0.1369 0.0407 -356 3 -0.2935 -0.3812 -0.2058 -356 4 -0.5389 -0.6289 -0.4489 -356 5 -0.7843 -0.8796 -0.6889 -356 6 -1.0297 -1.133 -0.9264 -357 1 -0.9563 -1.0141 -0.8985 -357 2 -1.0479 -1.1006 -0.9952 -357 3 -1.1395 -1.1904 -1.0886 -357 4 -1.2311 -1.284 -1.1783 -357 5 -1.3227 -1.3808 -1.2647 -357 6 -1.4143 -1.4801 -1.3485 -358 1 -0.8295 -0.902 -0.7569 -358 2 -0.8404 -0.9097 -0.7711 -358 3 -0.8513 -0.9192 -0.7834 -358 4 -0.8622 -0.9308 -0.7936 -358 5 -0.8731 -0.9444 -0.8018 -358 6 -0.884 -0.9598 -0.8082 -359 1 -1.5729 -1.6511 -1.4947 -359 2 -1.5457 -1.6197 -1.4718 -359 3 -1.5186 -1.5886 -1.4485 -359 4 -1.4914 -1.5579 -1.4249 -359 5 -1.4643 -1.5277 -1.4008 -359 6 -1.4371 -1.498 -1.3762 -359 7 -1.4099 -1.469 -1.3509 -359 8 -1.3828 -1.4406 -1.325 -359 9 -1.3556 -1.4128 -1.2984 -359 10 -1.3285 -1.3859 -1.2711 -359 11 -1.3013 -1.3596 -1.2431 -359 12 -1.2742 -1.334 -1.2143 -359 13 -1.247 -1.3091 -1.185 -359 14 -1.2199 -1.2847 -1.1551 -359 15 -1.1927 -1.2608 -1.1246 -359 16 -1.1656 -1.2374 -1.0938 -359 17 -1.1384 -1.2143 -1.0625 -360 1 -0.1766 -0.6698 0.3166 -360 2 -0.2125 -0.6883 0.2633 -360 3 -0.2483 -0.7084 0.2117 -360 4 -0.2842 -0.7304 0.162 -360 5 -0.3201 -0.7545 0.1144 -360 6 -0.3559 -0.7809 0.069 -360 7 -0.3918 -0.8096 0.026 -360 8 -0.4277 -0.8409 -0.0145 -360 9 -0.4636 -0.8747 -0.0524 -360 10 -0.4994 -0.9112 -0.0877 -360 11 -0.5353 -0.9503 -0.1203 -360 12 -0.5712 -0.9919 -0.1504 -360 13 -0.607 -1.036 -0.178 -360 14 -0.6429 -1.0825 -0.2034 -360 15 -0.6788 -1.131 -0.2265 -360 16 -0.7146 -1.1816 -0.2477 -360 17 -0.7505 -1.234 -0.267 -361 1 -1.9984 -2.1411 -1.8556 -361 2 -1.9735 -2.1083 -1.8387 -361 3 -1.9486 -2.0762 -1.8211 -361 4 -1.9238 -2.0447 -1.8028 -361 5 -1.8989 -2.0142 -1.7837 -361 6 -1.8741 -1.9846 -1.7636 -361 7 -1.8492 -1.9561 -1.7423 -361 8 -1.8243 -1.9288 -1.7199 -361 9 -1.7995 -1.9029 -1.6961 -361 10 -1.7746 -1.8783 -1.671 -361 11 -1.7498 -1.8551 -1.6445 -361 12 -1.7249 -1.8331 -1.6167 -361 13 -1.7001 -1.8123 -1.5878 -361 14 -1.6752 -1.7926 -1.5578 -361 15 -1.6503 -1.7738 -1.5269 -361 16 -1.6255 -1.7559 -1.4951 -361 17 -1.6006 -1.7385 -1.4627 -362 1 -0.9942 -1.259 -0.7294 -362 2 -1.0624 -1.3077 -0.817 -362 3 -1.1305 -1.3592 -0.9019 -362 4 -1.1987 -1.414 -0.9833 -362 5 -1.2668 -1.473 -1.0607 -362 6 -1.335 -1.5366 -1.1334 -362 7 -1.4031 -1.6051 -1.2012 -362 8 -1.4713 -1.6785 -1.264 -362 9 -1.5394 -1.7566 -1.3223 -362 10 -1.6076 -1.8386 -1.3766 -362 11 -1.6758 -1.9239 -1.4276 -362 12 -1.7439 -2.0119 -1.4759 -362 13 -1.8121 -2.1021 -1.5221 -362 14 -1.8802 -2.1939 -1.5665 -362 15 -1.9484 -2.2871 -1.6097 -362 16 -2.0165 -2.3813 -1.6517 -362 17 -2.0847 -2.4764 -1.693 -363 1 0.6978 0.3569 1.0387 -363 2 0.5126 0.2048 0.8203 -363 3 0.3273 0.037 0.6176 -363 4 0.1421 -0.1493 0.4335 -363 5 -0.0431 -0.3539 0.2677 -363 6 -0.2283 -0.5737 0.117 -364 1 -1.0923 -1.1716 -1.013 -364 2 -1.0569 -1.1273 -0.9866 -364 3 -1.0216 -1.0873 -0.9558 -364 4 -0.9862 -1.0525 -0.9199 -364 5 -0.9508 -1.0228 -0.8788 -364 6 -0.9154 -0.9971 -0.8337 -365 1 -1.312 -1.5767 -1.0473 -365 2 -1.1766 -1.4023 -0.9509 -365 3 -1.0412 -1.2601 -0.8223 -365 4 -0.9058 -1.1528 -0.6587 -365 5 -0.7704 -1.0708 -0.4699 -365 6 -0.635 -1.0032 -0.2667 -366 1 -1.1131 -1.2619 -0.9642 -366 2 -1.1396 -1.2798 -0.9994 -366 3 -1.1662 -1.2986 -1.0337 -366 4 -1.1927 -1.3186 -1.0668 -366 5 -1.2192 -1.3399 -1.0986 -366 6 -1.2458 -1.3626 -1.1289 -366 7 -1.2723 -1.387 -1.1576 -366 8 -1.2989 -1.4131 -1.1846 -366 9 -1.3254 -1.441 -1.2098 -366 10 -1.352 -1.4705 -1.2334 -366 11 -1.3785 -1.5016 -1.2554 -366 12 -1.405 -1.5341 -1.2759 -366 13 -1.4316 -1.5679 -1.2953 -366 14 -1.4581 -1.6026 -1.3137 -366 15 -1.4847 -1.6382 -1.3311 -366 16 -1.5112 -1.6746 -1.3479 -366 17 -1.5378 -1.7115 -1.364 -367 1 -0.9529 -1.0631 -0.8427 -367 2 -0.962 -1.0689 -0.8552 -367 3 -0.9712 -1.075 -0.8673 -367 4 -0.9803 -1.0816 -0.879 -367 5 -0.9894 -1.0886 -0.8903 -367 6 -0.9986 -1.0961 -0.9011 -367 7 -1.0077 -1.1041 -0.9113 -367 8 -1.0168 -1.1126 -0.9211 -367 9 -1.026 -1.1217 -0.9302 -367 10 -1.0351 -1.1314 -0.9389 -367 11 -1.0442 -1.1415 -0.947 -367 12 -1.0534 -1.1522 -0.9546 -367 13 -1.0625 -1.1634 -0.9617 -367 14 -1.0717 -1.175 -0.9683 -367 15 -1.0808 -1.187 -0.9746 -367 16 -1.0899 -1.1994 -0.9805 -367 17 -1.0991 -1.2121 -0.986 -368 1 -0.1772 -0.6558 0.3014 -368 2 -0.2945 -0.7322 0.1432 -368 3 -0.4118 -0.8286 0.0051 -368 4 -0.529 -0.9479 -0.1101 -368 5 -0.6463 -1.0899 -0.2026 -368 6 -0.7636 -1.2511 -0.276 -369 1 -1.3246 -1.7566 -0.8927 -369 2 -1.117 -1.5011 -0.7328 -369 3 -0.9093 -1.2751 -0.5435 -369 4 -0.7016 -1.0828 -0.3204 -369 5 -0.494 -0.9207 -0.0673 -369 6 -0.2863 -0.7804 0.2078 -370 1 -1.5976 -1.9982 -1.197 -370 2 -1.5744 -1.9611 -1.1878 -370 3 -1.5512 -1.9252 -1.1773 -370 4 -1.5281 -1.8906 -1.1656 -370 5 -1.5049 -1.8574 -1.1524 -370 6 -1.4817 -1.8258 -1.1376 -370 7 -1.4585 -1.7959 -1.1211 -370 8 -1.4353 -1.7679 -1.1027 -370 9 -1.4121 -1.7418 -1.0825 -370 10 -1.389 -1.7177 -1.0602 -370 11 -1.3658 -1.6956 -1.036 -370 12 -1.3426 -1.6755 -1.0097 -370 13 -1.3194 -1.6573 -0.9816 -370 14 -1.2962 -1.6409 -0.9516 -370 15 -1.273 -1.6262 -0.9199 -370 16 -1.2498 -1.6131 -0.8866 -370 17 -1.2267 -1.6014 -0.8519 -371 1 -0.8072 -0.9319 -0.6826 -371 2 -0.8936 -1.01 -0.7772 -371 3 -0.9799 -1.0932 -0.8667 -371 4 -1.0663 -1.1819 -0.9506 -371 5 -1.1526 -1.2759 -1.0294 -371 6 -1.239 -1.3741 -1.1039 -372 1 -1.373 -1.8171 -0.9289 -372 2 -1.3062 -1.7304 -0.8819 -372 3 -1.2394 -1.646 -0.8327 -372 4 -1.1725 -1.5641 -0.781 -372 5 -1.1057 -1.4851 -0.7263 -372 6 -1.0389 -1.4093 -0.6685 -372 7 -0.9721 -1.3368 -0.6073 -372 8 -0.9052 -1.2679 -0.5426 -372 9 -0.8384 -1.2025 -0.4743 -372 10 -0.7716 -1.1407 -0.4024 -372 11 -0.7048 -1.0824 -0.3272 -372 12 -0.6379 -1.0272 -0.2487 -372 13 -0.5711 -0.9749 -0.1673 -372 14 -0.5043 -0.9253 -0.0833 -372 15 -0.4375 -0.878 0.003 -372 16 -0.3707 -0.8327 0.0914 -372 17 -0.3038 -0.7892 0.1815 -373 1 -1.2818 -1.4489 -1.1147 -373 2 -1.3101 -1.4668 -1.1534 -373 3 -1.3383 -1.4856 -1.191 -373 4 -1.3666 -1.5056 -1.2275 -373 5 -1.3948 -1.527 -1.2627 -373 6 -1.4231 -1.55 -1.2962 -373 7 -1.4513 -1.5747 -1.3278 -373 8 -1.4795 -1.6015 -1.3576 -373 9 -1.5078 -1.6303 -1.3852 -373 10 -1.536 -1.6611 -1.4109 -373 11 -1.5643 -1.6938 -1.4347 -373 12 -1.5925 -1.7283 -1.4568 -373 13 -1.6207 -1.7642 -1.4773 -373 14 -1.649 -1.8013 -1.4967 -373 15 -1.6772 -1.8395 -1.5149 -373 16 -1.7055 -1.8786 -1.5323 -373 17 -1.7337 -1.9185 -1.549 -374 1 -1.6679 -1.7682 -1.5677 -374 2 -1.583 -1.6705 -1.4955 -374 3 -1.498 -1.5783 -1.4177 -374 4 -1.413 -1.4932 -1.3328 -374 5 -1.328 -1.4152 -1.2409 -374 6 -1.2431 -1.3428 -1.1433 -375 1 0.6367 0.5679 0.7055 -375 2 0.6134 0.5458 0.6811 -375 3 0.5902 0.5235 0.6569 -375 4 0.5669 0.501 0.6328 -375 5 0.5437 0.4783 0.609 -375 6 0.5204 0.4555 0.5853 -375 7 0.4971 0.4325 0.5617 -375 8 0.4739 0.4093 0.5384 -375 9 0.4506 0.3859 0.5153 -375 10 0.4273 0.3623 0.4923 -375 11 0.4041 0.3386 0.4696 -375 12 0.3808 0.3146 0.447 -375 13 0.3575 0.2905 0.4246 -375 14 0.3343 0.2662 0.4024 -375 15 0.311 0.2417 0.3803 -375 16 0.2877 0.2171 0.3584 -375 17 0.2645 0.1924 0.3366 -376 1 -1.0159 -1.6054 -0.4263 -376 2 -1.0426 -1.5949 -0.4902 -376 3 -1.0693 -1.587 -0.5516 -376 4 -1.096 -1.5821 -0.6098 -376 5 -1.1227 -1.581 -0.6643 -376 6 -1.1494 -1.5843 -0.7144 -376 7 -1.1761 -1.5929 -0.7592 -376 8 -1.2028 -1.6074 -0.7982 -376 9 -1.2295 -1.6283 -0.8306 -376 10 -1.2562 -1.6559 -0.8564 -376 11 -1.2829 -1.6902 -0.8755 -376 12 -1.3096 -1.7308 -0.8883 -376 13 -1.3363 -1.7771 -0.8954 -376 14 -1.363 -1.8285 -0.8975 -376 15 -1.3897 -1.8841 -0.8953 -376 16 -1.4164 -1.9432 -0.8895 -376 17 -1.4431 -2.0053 -0.8808 -377 1 -1.7858 -2.0333 -1.5384 -377 2 -1.7753 -2.013 -1.5377 -377 3 -1.7648 -1.9936 -1.5361 -377 4 -1.7543 -1.9752 -1.5335 -377 5 -1.7439 -1.9581 -1.5297 -377 6 -1.7334 -1.9422 -1.5246 -377 7 -1.7229 -1.9276 -1.5181 -377 8 -1.7124 -1.9146 -1.5101 -377 9 -1.7019 -1.9032 -1.5006 -377 10 -1.6914 -1.8933 -1.4894 -377 11 -1.6809 -1.885 -1.4768 -377 12 -1.6704 -1.8783 -1.4625 -377 13 -1.6599 -1.8729 -1.4469 -377 14 -1.6494 -1.8689 -1.43 -377 15 -1.6389 -1.866 -1.4118 -377 16 -1.6284 -1.8643 -1.3926 -377 17 -1.6179 -1.8634 -1.3725 -378 1 -1.5875 -1.6884 -1.4865 -378 2 -1.5457 -1.6337 -1.4576 -378 3 -1.5039 -1.5854 -1.4223 -378 4 -1.4621 -1.545 -1.3792 -378 5 -1.4203 -1.5121 -1.3285 -378 6 -1.3785 -1.4848 -1.2722 -379 1 -0.3921 -0.9347 0.1506 -379 2 -0.3775 -0.8574 0.1025 -379 3 -0.3628 -0.8286 0.1029 -379 4 -0.3482 -0.8523 0.1558 -379 5 -0.3336 -0.9183 0.2511 -379 6 -0.319 -1.0122 0.3742 -380 1 -0.5347 -0.6942 -0.3752 -380 2 -0.5957 -0.7477 -0.4436 -380 3 -0.6567 -0.8024 -0.5111 -380 4 -0.7177 -0.8582 -0.5773 -380 5 -0.7788 -0.9154 -0.6421 -380 6 -0.8398 -0.9741 -0.7054 -380 7 -0.9008 -1.0344 -0.7672 -380 8 -0.9618 -1.0962 -0.8275 -380 9 -1.0228 -1.1595 -0.8861 -380 10 -1.0839 -1.2244 -0.9433 -380 11 -1.1449 -1.2906 -0.9991 -380 12 -1.2059 -1.358 -1.0538 -380 13 -1.2669 -1.4265 -1.1073 -380 14 -1.3279 -1.496 -1.1599 -380 15 -1.389 -1.5662 -1.2117 -380 16 -1.45 -1.6371 -1.2628 -380 17 -1.511 -1.7086 -1.3134 -381 1 -1.4593 -1.6741 -1.2444 -381 2 -1.4648 -1.657 -1.2727 -381 3 -1.4704 -1.6507 -1.2901 -381 4 -1.4759 -1.6574 -1.2944 -381 5 -1.4815 -1.6769 -1.286 -381 6 -1.487 -1.7068 -1.2672 -382 1 -0.739 -0.8527 -0.6253 -382 2 -0.8042 -0.9147 -0.6937 -382 3 -0.8693 -0.9788 -0.7599 -382 4 -0.9345 -1.0452 -0.8239 -382 5 -0.9997 -1.1137 -0.8857 -382 6 -1.0649 -1.1843 -0.9456 -383 1 -1.2935 -1.4122 -1.1749 -383 2 -1.3361 -1.4357 -1.2365 -383 3 -1.3787 -1.4695 -1.2879 -383 4 -1.4213 -1.5163 -1.3263 -383 5 -1.4639 -1.5747 -1.3531 -383 6 -1.5065 -1.6406 -1.3723 -384 1 -0.4193 -0.4731 -0.3655 -384 2 -0.4095 -0.4625 -0.3566 -384 3 -0.3998 -0.452 -0.3476 -384 4 -0.3901 -0.4417 -0.3384 -384 5 -0.3803 -0.4314 -0.3292 -384 6 -0.3706 -0.4213 -0.3198 -384 7 -0.3608 -0.4113 -0.3104 -384 8 -0.3511 -0.4014 -0.3008 -384 9 -0.3414 -0.3917 -0.291 -384 10 -0.3316 -0.382 -0.2812 -384 11 -0.3219 -0.3725 -0.2712 -384 12 -0.3121 -0.3632 -0.2611 -384 13 -0.3024 -0.3539 -0.2509 -384 14 -0.2926 -0.3448 -0.2405 -384 15 -0.2829 -0.3357 -0.2301 -384 16 -0.2732 -0.3268 -0.2195 -384 17 -0.2634 -0.318 -0.2089 +1 1 -0.9119 -0.9671 -0.8567 +1 2 -0.8922 -0.9462 -0.8383 +1 3 -0.8726 -0.9255 -0.8197 +1 4 -0.8529 -0.9049 -0.801 +1 5 -0.8333 -0.8844 -0.7822 +1 6 -0.8136 -0.864 -0.7633 +1 7 -0.794 -0.8437 -0.7442 +1 8 -0.7743 -0.8236 -0.725 +1 9 -0.7547 -0.8037 -0.7057 +1 10 -0.735 -0.7838 -0.6862 +1 11 -0.7154 -0.7642 -0.6665 +1 12 -0.6957 -0.7446 -0.6468 +1 13 -0.676 -0.7253 -0.6268 +1 14 -0.6564 -0.706 -0.6068 +1 15 -0.6367 -0.6869 -0.5866 +1 16 -0.6171 -0.6679 -0.5662 +1 17 -0.5974 -0.6491 -0.5458 +1 18 -0.5778 -0.6304 -0.5252 +1 19 -0.5581 -0.6118 -0.5044 +2 1 0.2166 0.0187 0.4146 +2 2 0.2256 0.0349 0.4164 +2 3 0.2347 0.0506 0.4187 +2 4 0.2437 0.0656 0.4217 +2 5 0.2527 0.0799 0.4255 +2 6 0.2617 0.0933 0.4301 +2 7 0.2707 0.1059 0.4356 +2 8 0.2797 0.1175 0.442 +2 9 0.2887 0.1281 0.4493 +2 10 0.2978 0.1378 0.4577 +2 11 0.3068 0.1464 0.4672 +2 12 0.3158 0.1539 0.4776 +2 13 0.3248 0.1605 0.4891 +2 14 0.3338 0.1661 0.5015 +2 15 0.3428 0.1709 0.5148 +2 16 0.3518 0.1748 0.5289 +2 17 0.3608 0.1779 0.5438 +2 18 0.3699 0.1804 0.5593 +2 19 0.3789 0.1822 0.5755 +3 1 0.0864 -0.0105 0.1833 +3 2 0.0612 -0.0338 0.1562 +3 3 0.036 -0.0574 0.1294 +3 4 0.0108 -0.0812 0.1027 +3 5 -0.0145 -0.1052 0.0763 +3 6 -0.0397 -0.1295 0.0501 +3 7 -0.0649 -0.154 0.0242 +3 8 -0.0901 -0.1787 -0.0015 +3 9 -0.1153 -0.2037 -0.0269 +3 10 -0.1406 -0.229 -0.0521 +3 11 -0.1658 -0.2545 -0.077 +3 12 -0.191 -0.2803 -0.1017 +3 13 -0.2162 -0.3063 -0.1261 +3 14 -0.2414 -0.3326 -0.1502 +3 15 -0.2667 -0.3591 -0.1742 +3 16 -0.2919 -0.3859 -0.1979 +3 17 -0.3171 -0.4128 -0.2214 +3 18 -0.3423 -0.44 -0.2446 +3 19 -0.3675 -0.4673 -0.2677 +4 1 -0.4462 -0.4933 -0.3991 +4 2 -0.448 -0.4937 -0.4022 +4 3 -0.4497 -0.4948 -0.4047 +4 4 -0.4515 -0.4964 -0.4066 +4 5 -0.4533 -0.4987 -0.4078 +4 6 -0.455 -0.5016 -0.4084 +4 7 -0.4568 -0.5051 -0.4085 +5 1 0.8308 0.7827 0.8788 +5 2 0.8372 0.7896 0.8847 +5 3 0.8436 0.7964 0.8907 +5 4 0.85 0.8032 0.8967 +5 5 0.8564 0.8099 0.9028 +5 6 0.8628 0.8166 0.9089 +5 7 0.8692 0.8232 0.9151 +5 8 0.8756 0.8298 0.9214 +5 9 0.882 0.8363 0.9277 +5 10 0.8884 0.8427 0.9341 +5 11 0.8948 0.8491 0.9405 +5 12 0.9012 0.8554 0.947 +5 13 0.9076 0.8617 0.9536 +5 14 0.914 0.8679 0.9602 +5 15 0.9204 0.874 0.9668 +5 16 0.9268 0.8801 0.9736 +5 17 0.9332 0.8861 0.9804 +5 18 0.9396 0.8921 0.9872 +5 19 0.946 0.898 0.9941 +6 1 -1.3287 -1.8111 -0.8462 +6 2 -1.3444 -1.7984 -0.8903 +6 3 -1.3601 -1.7872 -0.9329 +6 4 -1.3758 -1.7781 -0.9734 +6 5 -1.3915 -1.7713 -1.0117 +6 6 -1.4072 -1.7672 -1.0471 +6 7 -1.4229 -1.7664 -1.0793 +6 8 -1.4386 -1.7694 -1.1077 +6 9 -1.4543 -1.7766 -1.132 +6 10 -1.47 -1.7882 -1.1517 +6 11 -1.4857 -1.8046 -1.1667 +6 12 -1.5014 -1.8256 -1.1771 +6 13 -1.5171 -1.8511 -1.183 +6 14 -1.5328 -1.8807 -1.1848 +6 15 -1.5485 -1.9138 -1.1831 +6 16 -1.5642 -1.9501 -1.1782 +6 17 -1.5799 -1.9891 -1.1706 +6 18 -1.5956 -2.0302 -1.1609 +6 19 -1.6112 -2.0732 -1.1493 +7 1 -1.2118 -1.7994 -0.6242 +7 2 -1.1735 -1.74 -0.6071 +7 3 -1.1352 -1.6821 -0.5884 +7 4 -1.0969 -1.6261 -0.5678 +7 5 -1.0587 -1.5721 -0.5452 +7 6 -1.0204 -1.5203 -0.5204 +7 7 -0.9821 -1.471 -0.4931 +7 8 -0.9438 -1.4242 -0.4633 +7 9 -0.9055 -1.3801 -0.4308 +7 10 -0.8672 -1.3389 -0.3954 +7 11 -0.8289 -1.3006 -0.3572 +7 12 -0.7906 -1.2651 -0.3161 +7 13 -0.7523 -1.2325 -0.2721 +7 14 -0.714 -1.2026 -0.2254 +7 15 -0.6757 -1.1753 -0.1761 +7 16 -0.6374 -1.1504 -0.1244 +7 17 -0.5991 -1.1278 -0.0705 +7 18 -0.5608 -1.1072 -0.0145 +7 19 -0.5226 -1.0884 0.0433 +8 1 0.266 0.1752 0.3567 +8 2 0.1874 0.0984 0.2764 +8 3 0.1088 0.0213 0.1963 +8 4 0.0302 -0.0559 0.1164 +8 5 -0.0483 -0.1335 0.0368 +8 6 -0.1269 -0.2112 -0.0426 +8 7 -0.2055 -0.2892 -0.1217 +8 8 -0.284 -0.3675 -0.2006 +8 9 -0.3626 -0.446 -0.2792 +8 10 -0.4412 -0.5248 -0.3575 +8 11 -0.5198 -0.6039 -0.4356 +8 12 -0.5983 -0.6832 -0.5135 +8 13 -0.6769 -0.7627 -0.591 +8 14 -0.7555 -0.8425 -0.6684 +8 15 -0.834 -0.9226 -0.7455 +8 16 -0.9126 -1.0028 -0.8224 +8 17 -0.9912 -1.0832 -0.8991 +8 18 -1.0697 -1.1639 -0.9756 +8 19 -1.1483 -1.2447 -1.052 +9 1 -1.9468 -2.0427 -1.8509 +9 2 -1.9133 -2.0051 -1.8214 +9 3 -1.8797 -1.9679 -1.7916 +9 4 -1.8462 -1.9309 -1.7615 +9 5 -1.8127 -1.8942 -1.7311 +9 6 -1.7792 -1.8579 -1.7004 +9 7 -1.7456 -1.822 -1.6692 +9 8 -1.7121 -1.7866 -1.6376 +9 9 -1.6786 -1.7516 -1.6055 +9 10 -1.6451 -1.7172 -1.5729 +9 11 -1.6115 -1.6832 -1.5398 +9 12 -1.578 -1.6498 -1.5062 +9 13 -1.5445 -1.6169 -1.472 +9 14 -1.511 -1.5846 -1.4373 +9 15 -1.4774 -1.5527 -1.4021 +9 16 -1.4439 -1.5213 -1.3665 +9 17 -1.4104 -1.4903 -1.3304 +9 18 -1.3768 -1.4597 -1.294 +9 19 -1.3433 -1.4295 -1.2571 +10 1 -0.0484 -0.4756 0.3788 +10 2 0.281 -0.1169 0.6788 +10 3 0.6104 0.2326 0.9881 +10 4 0.9398 0.5714 1.3081 +10 5 1.2692 0.8987 1.6396 +10 6 1.5986 1.2147 1.9824 +10 7 1.928 1.5206 2.3353 +11 1 -1.2321 -1.3869 -1.0773 +11 2 -1.2756 -1.4218 -1.1293 +11 3 -1.3191 -1.4575 -1.1807 +11 4 -1.3626 -1.4941 -1.2312 +11 5 -1.4061 -1.5316 -1.2807 +11 6 -1.4497 -1.5702 -1.3291 +11 7 -1.4932 -1.6102 -1.3762 +11 8 -1.5367 -1.6515 -1.4219 +11 9 -1.5802 -1.6942 -1.4662 +11 10 -1.6237 -1.7385 -1.509 +11 11 -1.6672 -1.7842 -1.5503 +11 12 -1.7108 -1.8313 -1.5902 +11 13 -1.7543 -1.8797 -1.6288 +11 14 -1.7978 -1.9292 -1.6664 +11 15 -1.8413 -1.9797 -1.7029 +11 16 -1.8848 -2.0311 -1.7386 +11 17 -1.9284 -2.0831 -1.7736 +11 18 -1.9719 -2.1358 -1.808 +11 19 -2.0154 -2.1889 -1.8418 +12 1 -1.8533 -1.9514 -1.7551 +12 2 -1.8297 -1.9236 -1.7357 +12 3 -1.8061 -1.8961 -1.716 +12 4 -1.7825 -1.869 -1.696 +12 5 -1.7589 -1.8421 -1.6756 +12 6 -1.7353 -1.8157 -1.6548 +12 7 -1.7117 -1.7898 -1.6336 +12 8 -1.6881 -1.7643 -1.6119 +12 9 -1.6645 -1.7394 -1.5896 +12 10 -1.6409 -1.715 -1.5668 +12 11 -1.6173 -1.6912 -1.5434 +12 12 -1.5937 -1.6679 -1.5194 +12 13 -1.5701 -1.6453 -1.4949 +12 14 -1.5465 -1.6231 -1.4698 +12 15 -1.5229 -1.6015 -1.4442 +12 16 -1.4993 -1.5804 -1.4182 +12 17 -1.4757 -1.5597 -1.3916 +12 18 -1.4521 -1.5394 -1.3647 +12 19 -1.4285 -1.5195 -1.3375 +13 1 -0.728 -0.9285 -0.5274 +13 2 -0.664 -0.8554 -0.4727 +13 3 -0.6001 -0.786 -0.4142 +13 4 -0.5361 -0.7207 -0.3516 +13 5 -0.4722 -0.6598 -0.2846 +13 6 -0.4083 -0.6029 -0.2136 +13 7 -0.3443 -0.5497 -0.139 +14 1 -2.0075 -2.2292 -1.7858 +14 2 -1.9975 -2.2119 -1.7831 +14 3 -1.9875 -2.1951 -1.7798 +14 4 -1.9775 -2.179 -1.7759 +14 5 -1.9674 -2.1637 -1.7712 +14 6 -1.9574 -2.1492 -1.7657 +14 7 -1.9474 -2.1355 -1.7593 +14 8 -1.9374 -2.1227 -1.752 +14 9 -1.9274 -2.1109 -1.7438 +14 10 -1.9173 -2.1001 -1.7345 +14 11 -1.9073 -2.0904 -1.7243 +14 12 -1.8973 -2.0816 -1.713 +14 13 -1.8873 -2.0738 -1.7008 +14 14 -1.8773 -2.067 -1.6876 +14 15 -1.8672 -2.061 -1.6735 +14 16 -1.8572 -2.0559 -1.6585 +14 17 -1.8472 -2.0516 -1.6428 +14 18 -1.8372 -2.048 -1.6264 +14 19 -1.8272 -2.045 -1.6094 +15 1 -0.9821 -1.0531 -0.9111 +15 2 -0.9777 -1.0476 -0.9078 +15 3 -0.9733 -1.0422 -0.9044 +15 4 -0.9689 -1.0369 -0.9009 +15 5 -0.9645 -1.0318 -0.8972 +15 6 -0.9601 -1.0268 -0.8934 +15 7 -0.9557 -1.0219 -0.8895 +15 8 -0.9513 -1.0171 -0.8855 +15 9 -0.9469 -1.0125 -0.8813 +15 10 -0.9425 -1.008 -0.877 +15 11 -0.9381 -1.0037 -0.8725 +15 12 -0.9337 -0.9995 -0.8679 +15 13 -0.9293 -0.9954 -0.8632 +15 14 -0.9249 -0.9915 -0.8583 +15 15 -0.9205 -0.9877 -0.8533 +15 16 -0.9161 -0.984 -0.8482 +15 17 -0.9117 -0.9805 -0.8429 +15 18 -0.9073 -0.9771 -0.8375 +15 19 -0.9029 -0.9738 -0.832 +16 1 -1.1877 -1.261 -1.1144 +16 2 -1.1653 -1.2316 -1.099 +16 3 -1.1429 -1.2049 -1.0809 +16 4 -1.1205 -1.1814 -1.0595 +16 5 -1.0981 -1.1612 -1.0349 +16 6 -1.0756 -1.1441 -1.0072 +16 7 -1.0532 -1.1294 -0.9771 +17 1 0.2975 0.1899 0.4051 +17 2 0.3085 0.2035 0.4135 +17 3 0.3194 0.2169 0.422 +17 4 0.3304 0.23 0.4308 +17 5 0.3414 0.2429 0.4398 +17 6 0.3523 0.2556 0.4491 +17 7 0.3633 0.268 0.4586 +17 8 0.3743 0.2801 0.4684 +17 9 0.3852 0.292 0.4785 +17 10 0.3962 0.3035 0.4889 +17 11 0.4072 0.3148 0.4995 +17 12 0.4181 0.3257 0.5105 +17 13 0.4291 0.3364 0.5218 +17 14 0.44 0.3467 0.5334 +17 15 0.451 0.3568 0.5452 +17 16 0.462 0.3666 0.5573 +17 17 0.4729 0.3761 0.5697 +17 18 0.4839 0.3854 0.5824 +17 19 0.4949 0.3944 0.5953 +18 1 0.834 0.7864 0.8815 +18 2 0.8541 0.8077 0.9005 +18 3 0.8743 0.8285 0.9201 +18 4 0.8944 0.8488 0.9401 +18 5 0.9146 0.8685 0.9607 +18 6 0.9348 0.8877 0.9818 +18 7 0.9549 0.9064 1.0034 +19 1 -1.3438 -1.8015 -0.886 +19 2 -1.3899 -1.7731 -1.0067 +19 3 -1.4361 -1.7695 -1.1027 +19 4 -1.4823 -1.8025 -1.1621 +19 5 -1.5284 -1.8761 -1.1808 +19 6 -1.5746 -1.9824 -1.1669 +19 7 -1.6208 -2.1093 -1.1322 +20 1 -0.4943 -0.546 -0.4426 +20 2 -0.4604 -0.5106 -0.4103 +20 3 -0.4266 -0.4759 -0.3773 +20 4 -0.3927 -0.4418 -0.3437 +20 5 -0.3589 -0.4085 -0.3093 +20 6 -0.325 -0.3758 -0.2743 +20 7 -0.2912 -0.3437 -0.2387 +21 1 -1.0485 -1.1039 -0.9931 +21 2 -1.1233 -1.1745 -1.072 +21 3 -1.1981 -1.2472 -1.149 +21 4 -1.2729 -1.3222 -1.2236 +21 5 -1.3477 -1.3995 -1.296 +21 6 -1.4225 -1.4787 -1.3663 +21 7 -1.4973 -1.5596 -1.4351 +22 1 -0.9825 -1.0524 -0.9126 +22 2 -0.9677 -1.0349 -0.9004 +22 3 -0.9529 -1.0187 -0.8872 +22 4 -0.9381 -1.0036 -0.8727 +22 5 -0.9234 -0.9898 -0.857 +22 6 -0.9086 -0.9771 -0.8401 +22 7 -0.8938 -0.9656 -0.8221 +23 1 -0.4449 -0.4925 -0.3973 +23 2 -0.4456 -0.4927 -0.3985 +23 3 -0.4463 -0.4928 -0.3997 +23 4 -0.447 -0.4931 -0.4009 +23 5 -0.4476 -0.4934 -0.4019 +23 6 -0.4483 -0.4938 -0.4029 +23 7 -0.449 -0.4942 -0.4038 +23 8 -0.4497 -0.4947 -0.4047 +23 9 -0.4504 -0.4953 -0.4055 +23 10 -0.4511 -0.4959 -0.4062 +23 11 -0.4517 -0.4967 -0.4068 +23 12 -0.4524 -0.4975 -0.4074 +23 13 -0.4531 -0.4983 -0.4079 +23 14 -0.4538 -0.4993 -0.4083 +23 15 -0.4545 -0.5003 -0.4086 +23 16 -0.4551 -0.5013 -0.4089 +23 17 -0.4558 -0.5025 -0.4092 +23 18 -0.4565 -0.5037 -0.4093 +23 19 -0.4572 -0.505 -0.4094 +24 1 0.8267 0.1189 1.5344 +24 2 0.8363 0.1683 1.5044 +24 3 0.846 0.2162 1.4758 +24 4 0.8557 0.2626 1.4488 +24 5 0.8654 0.307 1.4238 +24 6 0.8751 0.349 1.4012 +24 7 0.8847 0.3881 1.3813 +24 8 0.8944 0.424 1.3649 +24 9 0.9041 0.4559 1.3523 +24 10 0.9138 0.4832 1.3444 +24 11 0.9234 0.5054 1.3415 +24 12 0.9331 0.522 1.3442 +24 13 0.9428 0.5327 1.3528 +24 14 0.9525 0.5376 1.3673 +24 15 0.9621 0.5368 1.3875 +24 16 0.9718 0.5306 1.4129 +24 17 0.9815 0.5198 1.4431 +24 18 0.9911 0.5048 1.4775 +24 19 1.0008 0.4862 1.5154 +25 1 -1.9147 -2.0067 -1.8226 +25 2 -1.8141 -1.8959 -1.7324 +25 3 -1.7136 -1.7883 -1.6389 +25 4 -1.6131 -1.685 -1.5412 +25 5 -1.5125 -1.5862 -1.4388 +25 6 -1.412 -1.4919 -1.3321 +25 7 -1.3114 -1.401 -1.2219 +26 1 -0.7143 -0.8194 -0.6092 +26 2 -0.7303 -0.8282 -0.6324 +26 3 -0.7463 -0.8401 -0.6525 +26 4 -0.7623 -0.8555 -0.6691 +26 5 -0.7783 -0.8746 -0.6821 +26 6 -0.7943 -0.8969 -0.6918 +26 7 -0.8103 -0.9218 -0.6989 +27 1 -0.4413 -0.5784 -0.3042 +27 2 -0.5704 -0.6941 -0.4468 +27 3 -0.6996 -0.8159 -0.5832 +27 4 -0.8287 -0.9448 -0.7126 +27 5 -0.9578 -1.0809 -0.8347 +27 6 -1.0869 -1.2231 -0.9507 +27 7 -1.216 -1.3699 -1.0621 +28 1 -1.0439 -1.2561 -0.8317 +28 2 -1.0161 -1.2243 -0.808 +28 3 -0.9884 -1.1928 -0.784 +28 4 -0.9606 -1.1617 -0.7595 +28 5 -0.9329 -1.131 -0.7347 +28 6 -0.9051 -1.1008 -0.7095 +28 7 -0.8774 -1.0709 -0.6838 +28 8 -0.8496 -1.0415 -0.6578 +28 9 -0.8219 -1.0125 -0.6312 +28 10 -0.7941 -0.984 -0.6042 +28 11 -0.7664 -0.956 -0.5767 +28 12 -0.7386 -0.9284 -0.5488 +28 13 -0.7109 -0.9013 -0.5204 +28 14 -0.6831 -0.8747 -0.4915 +28 15 -0.6554 -0.8485 -0.4622 +28 16 -0.6276 -0.8228 -0.4325 +28 17 -0.5999 -0.7974 -0.4023 +28 18 -0.5721 -0.7725 -0.3717 +28 19 -0.5444 -0.748 -0.3407 +29 1 -1.0034 -1.1608 -0.846 +29 2 -1.0931 -1.2434 -0.9427 +29 3 -1.1828 -1.33 -1.0355 +29 4 -1.2724 -1.4207 -1.1242 +29 5 -1.3621 -1.5156 -1.2086 +29 6 -1.4518 -1.6142 -1.2894 +29 7 -1.5415 -1.716 -1.367 +30 1 -1.0929 -1.153 -1.0327 +30 2 -1.0509 -1.1065 -0.9953 +30 3 -1.0089 -1.0616 -0.9561 +30 4 -0.9668 -1.0188 -0.9149 +30 5 -0.9248 -0.9781 -0.8715 +30 6 -0.8828 -0.9394 -0.8262 +30 7 -0.8408 -0.9023 -0.7793 +31 1 -0.8018 -0.8525 -0.751 +31 2 -0.8412 -0.8883 -0.794 +31 3 -0.8806 -0.9258 -0.8354 +31 4 -0.92 -0.9651 -0.8749 +31 5 -0.9594 -1.0063 -0.9126 +31 6 -0.9988 -1.0491 -0.9486 +31 7 -1.0383 -1.0933 -0.9832 +32 1 -0.4152 -0.4583 -0.3721 +32 2 -0.4221 -0.4628 -0.3814 +32 3 -0.4289 -0.4683 -0.3896 +32 4 -0.4358 -0.4749 -0.3967 +32 5 -0.4427 -0.4828 -0.4026 +32 6 -0.4495 -0.4918 -0.4073 +32 7 -0.4564 -0.5017 -0.4111 +33 1 -1.4631 -1.8476 -1.0786 +33 2 -1.4198 -1.7952 -1.0444 +33 3 -1.3765 -1.7436 -1.0094 +33 4 -1.3332 -1.6927 -0.9736 +33 5 -1.2899 -1.6427 -0.937 +33 6 -1.2465 -1.5936 -0.8994 +33 7 -1.2032 -1.5455 -0.861 +33 8 -1.1599 -1.4983 -0.8215 +33 9 -1.1166 -1.4521 -0.7811 +33 10 -1.0733 -1.407 -0.7396 +33 11 -1.03 -1.3629 -0.697 +33 12 -0.9867 -1.3199 -0.6534 +33 13 -0.9433 -1.2779 -0.6087 +33 14 -0.9 -1.237 -0.563 +33 15 -0.8567 -1.1971 -0.5163 +33 16 -0.8134 -1.1582 -0.4686 +33 17 -0.7701 -1.1203 -0.4199 +33 18 -0.7268 -1.0832 -0.3703 +33 19 -0.6835 -1.0471 -0.3198 +34 1 0.3085 -0.1741 0.7911 +34 2 0.2335 -0.2332 0.7002 +34 3 0.1585 -0.2936 0.6107 +34 4 0.0836 -0.3554 0.5225 +34 5 0.0086 -0.4188 0.436 +34 6 -0.0664 -0.4838 0.351 +34 7 -0.1414 -0.5507 0.2679 +34 8 -0.2163 -0.6194 0.1867 +34 9 -0.2913 -0.6902 0.1075 +34 10 -0.3663 -0.7629 0.0304 +34 11 -0.4413 -0.8378 -0.0447 +34 12 -0.5162 -0.9148 -0.1177 +34 13 -0.5912 -0.9939 -0.1886 +34 14 -0.6662 -1.0749 -0.2575 +34 15 -0.7412 -1.1579 -0.3244 +34 16 -0.8161 -1.2427 -0.3896 +34 17 -0.8911 -1.3291 -0.4531 +34 18 -0.9661 -1.4171 -0.515 +34 19 -1.0411 -1.5066 -0.5755 +35 1 -1.4241 -1.596 -1.2522 +35 2 -1.4024 -1.5691 -1.2356 +35 3 -1.3806 -1.5426 -1.2186 +35 4 -1.3589 -1.5166 -1.2011 +35 5 -1.3371 -1.491 -1.1832 +35 6 -1.3154 -1.466 -1.1647 +35 7 -1.2936 -1.4415 -1.1457 +35 8 -1.2718 -1.4175 -1.1262 +35 9 -1.2501 -1.3942 -1.106 +35 10 -1.2283 -1.3715 -1.0852 +35 11 -1.2066 -1.3494 -1.0638 +35 12 -1.1848 -1.3279 -1.0417 +35 13 -1.1631 -1.3071 -1.0191 +35 14 -1.1413 -1.2869 -0.9958 +35 15 -1.1196 -1.2673 -0.9718 +35 16 -1.0978 -1.2483 -0.9474 +35 17 -1.0761 -1.2298 -0.9223 +35 18 -1.0543 -1.2119 -0.8968 +35 19 -1.0326 -1.1944 -0.8708 +36 1 -1.2789 -1.6597 -0.8981 +36 2 -1.2683 -1.6308 -0.9057 +36 3 -1.2576 -1.6031 -0.9122 +36 4 -1.247 -1.5766 -0.9174 +36 5 -1.2364 -1.5517 -0.9211 +36 6 -1.2257 -1.5284 -0.9231 +36 7 -1.2151 -1.5071 -0.9231 +36 8 -1.2045 -1.4879 -0.921 +36 9 -1.1938 -1.4711 -0.9165 +36 10 -1.1832 -1.4568 -0.9096 +36 11 -1.1726 -1.4452 -0.8999 +36 12 -1.1619 -1.4362 -0.8877 +36 13 -1.1513 -1.4298 -0.8728 +36 14 -1.1407 -1.4259 -0.8554 +36 15 -1.13 -1.4243 -0.8357 +36 16 -1.1194 -1.4248 -0.8139 +36 17 -1.1087 -1.4272 -0.7903 +36 18 -1.0981 -1.4313 -0.7649 +36 19 -1.0875 -1.4368 -0.7381 +37 1 -1.5126 -1.7951 -1.2301 +37 2 -1.4909 -1.7595 -1.2222 +37 3 -1.4691 -1.7247 -1.2136 +37 4 -1.4474 -1.6907 -1.204 +37 5 -1.4256 -1.6578 -1.1935 +37 6 -1.4039 -1.626 -1.1818 +37 7 -1.3822 -1.5956 -1.1688 +37 8 -1.3604 -1.5666 -1.1542 +37 9 -1.3387 -1.5393 -1.1381 +37 10 -1.3169 -1.5138 -1.1201 +37 11 -1.2952 -1.4902 -1.1002 +37 12 -1.2735 -1.4685 -1.0784 +37 13 -1.2517 -1.4487 -1.0547 +37 14 -1.23 -1.4309 -1.029 +37 15 -1.2082 -1.4148 -1.0016 +37 16 -1.1865 -1.4004 -0.9726 +37 17 -1.1647 -1.3874 -0.942 +37 18 -1.143 -1.3758 -0.9102 +37 19 -1.1212 -1.3653 -0.8771 +38 1 0.4844 0.2487 0.7201 +38 2 0.3815 0.1512 0.6119 +38 3 0.2787 0.0528 0.5046 +38 4 0.1759 -0.0466 0.3983 +38 5 0.073 -0.147 0.293 +38 6 -0.0298 -0.2484 0.1887 +38 7 -0.1327 -0.3508 0.0854 +38 8 -0.2355 -0.4544 -0.0167 +38 9 -0.3384 -0.559 -0.1178 +38 10 -0.4412 -0.6646 -0.2178 +38 11 -0.5441 -0.7713 -0.3168 +38 12 -0.6469 -0.8789 -0.4149 +38 13 -0.7498 -0.9875 -0.5121 +38 14 -0.8526 -1.0968 -0.6084 +38 15 -0.9554 -1.207 -0.7039 +38 16 -1.0583 -1.3178 -0.7988 +38 17 -1.1611 -1.4293 -0.893 +38 18 -1.264 -1.5414 -0.9866 +38 19 -1.3668 -1.654 -1.0797 +39 1 -0.7869 -0.8391 -0.7348 +39 2 -0.8004 -0.8511 -0.7497 +39 3 -0.8139 -0.8632 -0.7646 +39 4 -0.8274 -0.8755 -0.7792 +39 5 -0.8408 -0.8879 -0.7937 +39 6 -0.8543 -0.9006 -0.808 +39 7 -0.8678 -0.9134 -0.8221 +39 8 -0.8813 -0.9265 -0.8361 +39 9 -0.8947 -0.9397 -0.8498 +39 10 -0.9082 -0.9532 -0.8633 +39 11 -0.9217 -0.9668 -0.8765 +39 12 -0.9352 -0.9807 -0.8896 +39 13 -0.9486 -0.9948 -0.9025 +39 14 -0.9621 -1.0091 -0.9152 +39 15 -0.9756 -1.0235 -0.9277 +39 16 -0.9891 -1.0382 -0.94 +39 17 -1.0025 -1.053 -0.9521 +39 18 -1.016 -1.0679 -0.9641 +39 19 -1.0295 -1.083 -0.976 +40 1 -0.1943 -0.2643 -0.1242 +40 2 -0.1996 -0.2673 -0.1318 +40 3 -0.2049 -0.2705 -0.1392 +40 4 -0.2102 -0.274 -0.1464 +40 5 -0.2155 -0.2777 -0.1533 +40 6 -0.2208 -0.2816 -0.1599 +40 7 -0.2261 -0.2859 -0.1662 +40 8 -0.2314 -0.2905 -0.1723 +40 9 -0.2367 -0.2953 -0.178 +40 10 -0.242 -0.3005 -0.1834 +40 11 -0.2473 -0.306 -0.1885 +40 12 -0.2526 -0.3119 -0.1933 +40 13 -0.2579 -0.318 -0.1977 +40 14 -0.2632 -0.3244 -0.2019 +40 15 -0.2685 -0.3312 -0.2057 +40 16 -0.2737 -0.3382 -0.2093 +40 17 -0.279 -0.3454 -0.2127 +40 18 -0.2843 -0.3528 -0.2158 +40 19 -0.2896 -0.3605 -0.2188 +41 1 -1.6207 -1.9639 -1.2774 +41 2 -1.5046 -1.8177 -1.1916 +41 3 -1.3886 -1.6798 -1.0974 +41 4 -1.2725 -1.5523 -0.9927 +41 5 -1.1565 -1.4366 -0.8763 +41 6 -1.0404 -1.3326 -0.7482 +41 7 -0.9243 -1.2387 -0.6099 +42 1 -1.027 -1.2677 -0.7862 +42 2 -1.2328 -1.4453 -1.0203 +42 3 -1.4387 -1.6444 -1.233 +42 4 -1.6445 -1.8668 -1.4222 +42 5 -1.8504 -2.1082 -1.5926 +42 6 -2.0562 -2.3619 -1.7505 +42 7 -2.2621 -2.6232 -1.9009 +43 1 0.5994 0.0918 1.1069 +43 2 0.5984 0.1172 1.0796 +43 3 0.5974 0.1407 1.0541 +43 4 0.5964 0.1622 1.0307 +43 5 0.5955 0.1812 1.0097 +43 6 0.5945 0.1974 0.9916 +43 7 0.5935 0.2104 0.9766 +43 8 0.5925 0.2199 0.9652 +43 9 0.5916 0.2255 0.9577 +43 10 0.5906 0.227 0.9542 +43 11 0.5896 0.2243 0.955 +43 12 0.5887 0.2176 0.9598 +43 13 0.5877 0.207 0.9685 +43 14 0.5868 0.1927 0.9808 +43 15 0.5858 0.1752 0.9964 +43 16 0.5848 0.1548 1.0148 +43 17 0.5839 0.1319 1.0358 +43 18 0.5829 0.1069 1.059 +43 19 0.5819 0.0799 1.084 +44 1 -2.0091 -2.1296 -1.8887 +44 2 -1.9633 -2.0685 -1.8582 +44 3 -1.9175 -2.0127 -1.8223 +44 4 -1.8717 -1.964 -1.7794 +44 5 -1.8259 -1.9231 -1.7287 +44 6 -1.7801 -1.8888 -1.6713 +44 7 -1.7343 -1.8594 -1.6091 +45 1 -0.9759 -1.1361 -0.8157 +45 2 -1.0063 -1.1633 -0.8492 +45 3 -1.0366 -1.1909 -0.8823 +45 4 -1.0669 -1.2189 -0.9149 +45 5 -1.0973 -1.2474 -0.9472 +45 6 -1.1276 -1.2763 -0.979 +45 7 -1.158 -1.3056 -1.0103 +45 8 -1.1883 -1.3355 -1.0411 +45 9 -1.2186 -1.3658 -1.0715 +45 10 -1.249 -1.3966 -1.1014 +45 11 -1.2793 -1.4279 -1.1308 +45 12 -1.3097 -1.4596 -1.1597 +45 13 -1.34 -1.4918 -1.1882 +45 14 -1.3703 -1.5244 -1.2163 +45 15 -1.4007 -1.5575 -1.2439 +45 16 -1.431 -1.5909 -1.2711 +45 17 -1.4614 -1.6247 -1.298 +45 18 -1.4917 -1.6589 -1.3245 +45 19 -1.522 -1.6934 -1.3507 +46 1 -1.416 -1.6355 -1.1965 +46 2 -1.3818 -1.5729 -1.1907 +46 3 -1.3476 -1.5205 -1.1747 +46 4 -1.3133 -1.4815 -1.1452 +46 5 -1.2791 -1.457 -1.1012 +46 6 -1.2449 -1.445 -1.0448 +46 7 -1.2107 -1.4419 -0.9794 +47 1 0.0901 -0.1312 0.3115 +47 2 0.0116 -0.1791 0.2024 +47 3 -0.0669 -0.2392 0.1055 +47 4 -0.1453 -0.3157 0.025 +47 5 -0.2238 -0.409 -0.0387 +47 6 -0.3023 -0.5157 -0.089 +47 7 -0.3808 -0.6313 -0.1303 +48 1 -1.4448 -1.5107 -1.3789 +48 2 -1.4073 -1.4712 -1.3433 +48 3 -1.3697 -1.4319 -1.3076 +48 4 -1.3322 -1.3928 -1.2717 +48 5 -1.2947 -1.3538 -1.2356 +48 6 -1.2572 -1.315 -1.1994 +48 7 -1.2197 -1.2764 -1.1629 +48 8 -1.1821 -1.238 -1.1263 +48 9 -1.1446 -1.1998 -1.0894 +48 10 -1.1071 -1.1618 -1.0524 +48 11 -1.0696 -1.1241 -1.0151 +48 12 -1.032 -1.0866 -0.9775 +48 13 -0.9945 -1.0493 -0.9398 +48 14 -0.957 -1.0122 -0.9018 +48 15 -0.9195 -0.9754 -0.8636 +48 16 -0.882 -0.9388 -0.8251 +48 17 -0.8444 -0.9024 -0.7865 +48 18 -0.8069 -0.8661 -0.7477 +48 19 -0.7694 -0.8301 -0.7087 +49 1 -1.7965 -2.0032 -1.5898 +49 2 -1.7409 -1.941 -1.5407 +49 3 -1.6852 -1.8792 -1.4912 +49 4 -1.6296 -1.818 -1.4412 +49 5 -1.5739 -1.7574 -1.3905 +49 6 -1.5183 -1.6974 -1.3392 +49 7 -1.4627 -1.6381 -1.2873 +49 8 -1.407 -1.5795 -1.2346 +49 9 -1.3514 -1.5217 -1.1811 +49 10 -1.2958 -1.4647 -1.1268 +49 11 -1.2401 -1.4085 -1.0718 +49 12 -1.1845 -1.3531 -1.0159 +49 13 -1.1289 -1.2986 -0.9591 +49 14 -1.0732 -1.2448 -0.9016 +49 15 -1.0176 -1.1918 -0.8433 +49 16 -0.9619 -1.1396 -0.7843 +49 17 -0.9063 -1.0881 -0.7245 +49 18 -0.8507 -1.0372 -0.6641 +49 19 -0.795 -0.9869 -0.6032 +50 1 -1.0849 -1.4698 -0.6999 +50 2 -1.1509 -1.5221 -0.7797 +50 3 -1.2169 -1.576 -0.8578 +50 4 -1.2829 -1.6318 -0.934 +50 5 -1.3489 -1.6896 -1.0083 +50 6 -1.4149 -1.7495 -1.0803 +50 7 -1.4809 -1.8118 -1.1501 +50 8 -1.5469 -1.8763 -1.2175 +50 9 -1.6129 -1.9433 -1.2826 +50 10 -1.6789 -2.0126 -1.3452 +50 11 -1.7449 -2.0843 -1.4056 +50 12 -1.8109 -2.1581 -1.4638 +50 13 -1.877 -2.2339 -1.52 +50 14 -1.943 -2.3117 -1.5742 +50 15 -2.009 -2.3911 -1.6268 +50 16 -2.075 -2.4721 -1.6778 +50 17 -2.141 -2.5545 -1.7274 +50 18 -2.207 -2.6381 -1.7758 +50 19 -2.273 -2.7228 -1.8232 +51 1 -1.8023 -2.2216 -1.3831 +51 2 -1.7478 -2.0997 -1.3959 +51 3 -1.6933 -1.9936 -1.3931 +51 4 -1.6388 -1.912 -1.3657 +51 5 -1.5843 -1.8622 -1.3065 +51 6 -1.5298 -1.8427 -1.217 +51 7 -1.4753 -1.8451 -1.1055 +52 1 -1.3568 -1.5835 -1.1301 +52 2 -1.5009 -1.6914 -1.3104 +52 3 -1.645 -1.8154 -1.4746 +52 4 -1.7891 -1.9612 -1.617 +52 5 -1.9332 -2.1283 -1.7381 +52 6 -2.0773 -2.3104 -1.8441 +52 7 -2.2214 -2.5016 -1.9412 +53 1 -0.1526 -0.2743 -0.031 +53 2 -0.1647 -0.2834 -0.046 +53 3 -0.1768 -0.2929 -0.0607 +53 4 -0.1888 -0.3026 -0.0751 +53 5 -0.2009 -0.3127 -0.0891 +53 6 -0.213 -0.3232 -0.1027 +53 7 -0.225 -0.3341 -0.116 +53 8 -0.2371 -0.3454 -0.1289 +53 9 -0.2492 -0.357 -0.1413 +53 10 -0.2613 -0.3691 -0.1534 +53 11 -0.2733 -0.3816 -0.165 +53 12 -0.2854 -0.3945 -0.1762 +53 13 -0.2975 -0.4079 -0.187 +53 14 -0.3095 -0.4216 -0.1975 +53 15 -0.3216 -0.4356 -0.2075 +53 16 -0.3337 -0.45 -0.2173 +53 17 -0.3457 -0.4648 -0.2266 +53 18 -0.3578 -0.4798 -0.2357 +53 19 -0.3699 -0.4952 -0.2445 +54 1 -0.3241 -0.8444 0.1962 +54 2 -0.3392 -0.8396 0.1612 +54 3 -0.3543 -0.8366 0.1281 +54 4 -0.3693 -0.8356 0.0969 +54 5 -0.3844 -0.8367 0.0679 +54 6 -0.3995 -0.8403 0.0413 +54 7 -0.4146 -0.8464 0.0172 +54 8 -0.4297 -0.8552 -0.0041 +54 9 -0.4447 -0.8669 -0.0225 +54 10 -0.4598 -0.8816 -0.0381 +54 11 -0.4749 -0.8991 -0.0507 +54 12 -0.49 -0.9195 -0.0604 +54 13 -0.5051 -0.9427 -0.0674 +54 14 -0.5201 -0.9685 -0.0717 +54 15 -0.5352 -0.9968 -0.0736 +54 16 -0.5503 -1.0273 -0.0733 +54 17 -0.5654 -1.0599 -0.0709 +54 18 -0.5804 -1.0942 -0.0666 +54 19 -0.5955 -1.1303 -0.0608 +55 1 -1.1427 -1.5188 -0.7666 +55 2 -1.339 -1.6825 -0.9956 +55 3 -1.5353 -1.8664 -1.2043 +55 4 -1.7317 -2.0726 -1.3907 +55 5 -1.928 -2.2995 -1.5565 +55 6 -2.1243 -2.5426 -1.7061 +55 7 -2.3207 -2.7972 -1.8442 +56 1 -1.2895 -1.3478 -1.2312 +56 2 -1.2777 -1.33 -1.2255 +56 3 -1.2659 -1.3144 -1.2174 +56 4 -1.2541 -1.3018 -1.2065 +56 5 -1.2423 -1.2922 -1.1925 +56 6 -1.2305 -1.2852 -1.1758 +56 7 -1.2187 -1.2804 -1.1571 +57 1 -2.4109 -2.6606 -2.1612 +57 2 -2.348 -2.5568 -2.1392 +57 3 -2.2851 -2.4663 -2.1039 +57 4 -2.2222 -2.3955 -2.0488 +57 5 -2.1592 -2.3469 -1.9716 +57 6 -2.0963 -2.3161 -1.8765 +57 7 -2.0334 -2.2969 -1.77 +58 1 0.5911 0.5268 0.6555 +58 2 0.5264 0.4641 0.5887 +58 3 0.4617 0.4004 0.5231 +58 4 0.397 0.3355 0.4585 +58 5 0.3323 0.2695 0.3951 +58 6 0.2676 0.2025 0.3327 +58 7 0.2029 0.1345 0.2712 +59 1 -0.7013 -0.9086 -0.494 +59 2 -0.663 -0.8634 -0.4625 +59 3 -0.6246 -0.8186 -0.4306 +59 4 -0.5863 -0.7743 -0.3984 +59 5 -0.548 -0.7304 -0.3656 +59 6 -0.5097 -0.687 -0.3324 +59 7 -0.4714 -0.6441 -0.2987 +59 8 -0.4331 -0.6018 -0.2643 +59 9 -0.3947 -0.5602 -0.2293 +59 10 -0.3564 -0.5192 -0.1936 +59 11 -0.3181 -0.4789 -0.1573 +59 12 -0.2798 -0.4394 -0.1202 +59 13 -0.2415 -0.4006 -0.0823 +59 14 -0.2031 -0.3626 -0.0437 +59 15 -0.1648 -0.3252 -0.0044 +59 16 -0.1265 -0.2887 0.0356 +59 17 -0.0882 -0.2528 0.0764 +59 18 -0.0499 -0.2175 0.1178 +59 19 -0.0115 -0.1829 0.1598 +60 1 0.4484 0.3329 0.564 +60 2 0.2776 0.1717 0.3836 +60 3 0.1068 0.0019 0.2118 +60 4 -0.064 -0.1767 0.0488 +60 5 -0.2348 -0.3625 -0.1071 +60 6 -0.4056 -0.5532 -0.2579 +60 7 -0.5763 -0.7473 -0.4054 +61 1 -0.309 -0.7149 0.0969 +61 2 -0.6082 -0.9606 -0.2558 +61 3 -0.9074 -1.2478 -0.567 +61 4 -1.2066 -1.5805 -0.8327 +61 5 -1.5058 -1.9486 -1.063 +61 6 -1.805 -2.3384 -1.2715 +61 7 -2.1042 -2.7409 -1.4675 +62 1 0.2903 -0.0777 0.6584 +62 2 0.4453 0.1338 0.7568 +62 3 0.6003 0.3287 0.8719 +62 4 0.7553 0.4989 1.0116 +62 5 0.9102 0.6405 1.18 +62 6 1.0652 0.7571 1.3734 +62 7 1.2202 0.8564 1.584 +63 1 0.2365 -0.1519 0.6249 +63 2 0.2884 -0.0788 0.6555 +63 3 0.3402 -0.0067 0.6871 +63 4 0.3921 0.0641 0.7201 +63 5 0.444 0.1332 0.7547 +63 6 0.4958 0.2006 0.7911 +63 7 0.5477 0.2658 0.8296 +63 8 0.5996 0.3285 0.8706 +63 9 0.6514 0.3885 0.9144 +63 10 0.7033 0.4454 0.9612 +63 11 0.7552 0.4991 1.0112 +63 12 0.807 0.5496 1.0645 +63 13 0.8589 0.5968 1.121 +63 14 0.9108 0.641 1.1805 +63 15 0.9627 0.6824 1.2429 +63 16 1.0145 0.7213 1.3077 +63 17 1.0664 0.758 1.3748 +63 18 1.1183 0.7928 1.4437 +63 19 1.1701 0.826 1.5142 +64 1 -1.9896 -2.2008 -1.7785 +64 2 -1.9628 -2.156 -1.7697 +64 3 -1.9361 -2.1184 -1.7537 +64 4 -1.9093 -2.0894 -1.7291 +64 5 -1.8825 -2.0694 -1.6956 +64 6 -1.8557 -2.0573 -1.6542 +64 7 -1.8289 -2.0515 -1.6064 +65 1 -1.3224 -1.5648 -1.08 +65 2 -1.37 -1.5977 -1.1422 +65 3 -1.4176 -1.6318 -1.2034 +65 4 -1.4652 -1.6671 -1.2633 +65 5 -1.5128 -1.704 -1.3216 +65 6 -1.5604 -1.7426 -1.3781 +65 7 -1.6079 -1.7834 -1.4325 +65 8 -1.6555 -1.8265 -1.4846 +65 9 -1.7031 -1.8721 -1.5341 +65 10 -1.7507 -1.9204 -1.5811 +65 11 -1.7983 -1.9712 -1.6254 +65 12 -1.8459 -2.0245 -1.6673 +65 13 -1.8935 -2.0799 -1.707 +65 14 -1.9411 -2.1374 -1.7448 +65 15 -1.9887 -2.1965 -1.7808 +65 16 -2.0363 -2.257 -1.8155 +65 17 -2.0838 -2.3187 -1.849 +65 18 -2.1314 -2.3814 -1.8815 +65 19 -2.179 -2.4449 -1.9131 +66 1 -1.4126 -1.5798 -1.2455 +66 2 -1.3448 -1.4991 -1.1906 +66 3 -1.277 -1.423 -1.1311 +66 4 -1.2092 -1.3521 -1.0664 +66 5 -1.1414 -1.2869 -0.996 +66 6 -1.0736 -1.227 -0.9202 +66 7 -1.0058 -1.1717 -0.8399 +67 1 -0.4415 -1.0749 0.192 +67 2 -0.3337 -0.95 0.2827 +67 3 -0.2258 -0.8318 0.3801 +67 4 -0.118 -0.7206 0.4845 +67 5 -0.0102 -0.6165 0.596 +67 6 0.0976 -0.5194 0.7145 +67 7 0.2054 -0.4289 0.8397 +68 1 -1.2774 -1.417 -1.1378 +68 2 -1.37 -1.5011 -1.2388 +68 3 -1.4625 -1.5865 -1.3385 +68 4 -1.5551 -1.6732 -1.4369 +68 5 -1.6476 -1.7617 -1.5335 +68 6 -1.7402 -1.852 -1.6284 +68 7 -1.8327 -1.9442 -1.7212 +68 8 -1.9253 -2.0384 -1.8121 +68 9 -2.0178 -2.1345 -1.9011 +68 10 -2.1104 -2.2324 -1.9884 +68 11 -2.2029 -2.3317 -2.0741 +68 12 -2.2955 -2.4324 -2.1586 +68 13 -2.388 -2.5341 -2.242 +68 14 -2.4806 -2.6367 -2.3245 +68 15 -2.5731 -2.74 -2.4063 +68 16 -2.6657 -2.8439 -2.4874 +68 17 -2.7582 -2.9483 -2.5681 +68 18 -2.8508 -3.0531 -2.6484 +68 19 -2.9433 -3.1583 -2.7284 +69 1 -0.9846 -1.3374 -0.6319 +69 2 -0.9702 -1.3119 -0.6285 +69 3 -0.9558 -1.2873 -0.6243 +69 4 -0.9414 -1.2635 -0.6193 +69 5 -0.927 -1.2408 -0.6132 +69 6 -0.9126 -1.2191 -0.6061 +69 7 -0.8981 -1.1985 -0.5978 +69 8 -0.8837 -1.1791 -0.5883 +69 9 -0.8693 -1.161 -0.5776 +69 10 -0.8549 -1.1442 -0.5655 +69 11 -0.8405 -1.1288 -0.5521 +69 12 -0.8261 -1.1147 -0.5374 +69 13 -0.8116 -1.102 -0.5213 +69 14 -0.7972 -1.0906 -0.5039 +69 15 -0.7828 -1.0805 -0.4851 +69 16 -0.7684 -1.0716 -0.4652 +69 17 -0.754 -1.0639 -0.444 +69 18 -0.7396 -1.0573 -0.4218 +69 19 -0.7251 -1.0517 -0.3986 +70 1 -1.5359 -1.736 -1.3358 +70 2 -1.544 -1.737 -1.3509 +70 3 -1.5521 -1.7387 -1.3655 +70 4 -1.5602 -1.741 -1.3793 +70 5 -1.5683 -1.7441 -1.3924 +70 6 -1.5764 -1.748 -1.4048 +70 7 -1.5845 -1.7527 -1.4162 +70 8 -1.5926 -1.7583 -1.4268 +70 9 -1.6007 -1.7649 -1.4364 +70 10 -1.6088 -1.7725 -1.445 +70 11 -1.6169 -1.7811 -1.4526 +70 12 -1.625 -1.7906 -1.4593 +70 13 -1.633 -1.8011 -1.465 +70 14 -1.6411 -1.8125 -1.4698 +70 15 -1.6492 -1.8248 -1.4737 +70 16 -1.6573 -1.8379 -1.4768 +70 17 -1.6654 -1.8517 -1.4792 +70 18 -1.6735 -1.8662 -1.4809 +70 19 -1.6816 -1.8813 -1.482 +71 1 0.5809 0.098 1.0638 +71 2 0.5849 0.1682 1.0017 +71 3 0.5889 0.2132 0.9647 +71 4 0.593 0.2245 0.9615 +71 5 0.5971 0.2004 0.9937 +71 6 0.6011 0.1473 1.0549 +71 7 0.6052 0.0747 1.1357 +72 1 -0.6253 -1.3627 0.1122 +72 2 -0.6014 -1.3237 0.1209 +72 3 -0.5775 -1.2862 0.1312 +72 4 -0.5537 -1.2502 0.1429 +72 5 -0.5298 -1.2158 0.1562 +72 6 -0.5059 -1.183 0.1711 +72 7 -0.4821 -1.152 0.1878 +72 8 -0.4582 -1.1227 0.2062 +72 9 -0.4344 -1.0952 0.2265 +72 10 -0.4105 -1.0696 0.2486 +72 11 -0.3866 -1.0458 0.2725 +72 12 -0.3628 -1.0239 0.2983 +72 13 -0.3389 -1.0038 0.326 +72 14 -0.315 -0.9855 0.3554 +72 15 -0.2912 -0.969 0.3867 +72 16 -0.2673 -0.9542 0.4196 +72 17 -0.2435 -0.9411 0.4541 +72 18 -0.2196 -0.9295 0.4903 +72 19 -0.1957 -0.9194 0.5279 +73 1 0.2206 0.1443 0.2969 +73 2 0.2007 0.1264 0.275 +73 3 0.1808 0.1082 0.2533 +73 4 0.1608 0.0899 0.2318 +73 5 0.1409 0.0713 0.2105 +73 6 0.121 0.0525 0.1895 +73 7 0.1011 0.0334 0.1687 +73 8 0.0811 0.0141 0.1482 +73 9 0.0612 -0.0055 0.128 +73 10 0.0413 -0.0254 0.108 +73 11 0.0214 -0.0456 0.0883 +73 12 0.0014 -0.066 0.0689 +73 13 -0.0185 -0.0867 0.0497 +73 14 -0.0384 -0.1076 0.0308 +73 15 -0.0583 -0.1288 0.0121 +73 16 -0.0783 -0.1502 -0.0063 +73 17 -0.0982 -0.1719 -0.0245 +73 18 -0.1181 -0.1937 -0.0426 +73 19 -0.138 -0.2157 -0.0604 +74 1 -2.2069 -2.5024 -1.9114 +74 2 -1.9679 -2.2184 -1.7174 +74 3 -1.7289 -1.9427 -1.5152 +74 4 -1.49 -1.6798 -1.3001 +74 5 -1.251 -1.435 -1.067 +74 6 -1.012 -1.2096 -0.8144 +74 7 -0.773 -1.0004 -0.5456 +75 1 -1.7487 -1.9513 -1.546 +75 2 -1.5827 -1.7686 -1.3968 +75 3 -1.4167 -1.5915 -1.2419 +75 4 -1.2507 -1.4211 -1.0803 +75 5 -1.0847 -1.258 -0.9114 +75 6 -0.9187 -1.1017 -0.7357 +75 7 -0.7527 -0.9513 -0.5541 +76 1 -1.4839 -1.5999 -1.3679 +76 2 -1.4796 -1.5894 -1.3698 +76 3 -1.4753 -1.5794 -1.3712 +76 4 -1.471 -1.5698 -1.3721 +76 5 -1.4667 -1.5608 -1.3725 +76 6 -1.4623 -1.5524 -1.3723 +76 7 -1.458 -1.5448 -1.3713 +76 8 -1.4537 -1.5379 -1.3695 +76 9 -1.4494 -1.532 -1.3668 +76 10 -1.4451 -1.527 -1.3632 +76 11 -1.4408 -1.523 -1.3586 +76 12 -1.4365 -1.5199 -1.353 +76 13 -1.4321 -1.5177 -1.3465 +76 14 -1.4278 -1.5164 -1.3392 +76 15 -1.4235 -1.5159 -1.3311 +76 16 -1.4192 -1.5161 -1.3223 +76 17 -1.4149 -1.5168 -1.313 +76 18 -1.4106 -1.518 -1.3031 +76 19 -1.4062 -1.5197 -1.2928 +77 1 -0.9479 -1.0427 -0.8531 +77 2 -0.9425 -1.0312 -0.8539 +77 3 -0.9371 -1.0221 -0.8522 +77 4 -0.9318 -1.0158 -0.8478 +77 5 -0.9264 -1.0123 -0.8405 +77 6 -0.921 -1.0115 -0.8305 +77 7 -0.9157 -1.013 -0.8183 +78 1 -1.6599 -2.0155 -1.3043 +78 2 -1.6207 -1.9646 -1.2767 +78 3 -1.5814 -1.9145 -1.2484 +78 4 -1.5422 -1.8651 -1.2193 +78 5 -1.503 -1.8167 -1.1893 +78 6 -1.4637 -1.7692 -1.1583 +78 7 -1.4245 -1.7227 -1.1263 +78 8 -1.3853 -1.6774 -1.0932 +78 9 -1.346 -1.6332 -1.0589 +78 10 -1.3068 -1.5904 -1.0232 +78 11 -1.2676 -1.5489 -0.9863 +78 12 -1.2283 -1.5087 -0.948 +78 13 -1.1891 -1.47 -0.9083 +78 14 -1.1499 -1.4325 -0.8672 +78 15 -1.1106 -1.3965 -0.8248 +78 16 -1.0714 -1.3617 -0.7811 +78 17 -1.0322 -1.3281 -0.7363 +78 18 -0.9929 -1.2957 -0.6902 +78 19 -0.9537 -1.2643 -0.6431 +79 1 0.6568 0.3207 0.9928 +79 2 0.4782 0.1648 0.7915 +79 3 0.2996 7e-04 0.5984 +79 4 0.121 -0.173 0.4149 +79 5 -0.0576 -0.3565 0.2413 +79 6 -0.2362 -0.5494 0.077 +79 7 -0.4148 -0.7503 -0.0793 +80 1 -0.2032 -0.2709 -0.1355 +80 2 -0.2181 -0.2803 -0.1559 +80 3 -0.2331 -0.2921 -0.1741 +80 4 -0.248 -0.3065 -0.1894 +80 5 -0.2629 -0.3239 -0.202 +80 6 -0.2778 -0.3437 -0.212 +80 7 -0.2928 -0.3655 -0.22 +81 1 -2.3554 -2.6819 -2.0289 +81 2 -2.2699 -2.5788 -1.961 +81 3 -2.1845 -2.4763 -1.8927 +81 4 -2.099 -2.3744 -1.8236 +81 5 -2.0135 -2.2732 -1.7538 +81 6 -1.9281 -2.1731 -1.6831 +81 7 -1.8426 -2.074 -1.6112 +81 8 -1.7571 -1.9762 -1.538 +81 9 -1.6717 -1.88 -1.4633 +81 10 -1.5862 -1.7855 -1.3868 +81 11 -1.5007 -1.6931 -1.3083 +81 12 -1.4152 -1.603 -1.2275 +81 13 -1.3298 -1.5153 -1.1443 +81 14 -1.2443 -1.4301 -1.0585 +81 15 -1.1588 -1.3474 -0.9703 +81 16 -1.0734 -1.267 -0.8797 +81 17 -0.9879 -1.1889 -0.7869 +81 18 -0.9024 -1.1128 -0.692 +81 19 -0.817 -1.0385 -0.5955 +82 1 -1.1544 -1.2907 -1.0182 +82 2 -1.1799 -1.309 -1.0509 +82 3 -1.2054 -1.328 -1.0829 +82 4 -1.2309 -1.3479 -1.114 +82 5 -1.2564 -1.3687 -1.1441 +82 6 -1.2819 -1.3907 -1.1731 +82 7 -1.3074 -1.4139 -1.2009 +82 8 -1.3329 -1.4384 -1.2274 +82 9 -1.3584 -1.4643 -1.2525 +82 10 -1.3839 -1.4914 -1.2764 +82 11 -1.4094 -1.5199 -1.2989 +82 12 -1.4349 -1.5495 -1.3203 +82 13 -1.4604 -1.5801 -1.3407 +82 14 -1.4859 -1.6117 -1.3601 +82 15 -1.5114 -1.6441 -1.3787 +82 16 -1.5369 -1.6771 -1.3967 +82 17 -1.5624 -1.7107 -1.4141 +82 18 -1.5879 -1.7448 -1.431 +82 19 -1.6134 -1.7793 -1.4475 +83 1 0.2007 0.1262 0.2751 +83 2 0.1415 0.0717 0.2112 +83 3 0.0823 0.0151 0.1495 +83 4 0.0231 -0.0438 0.0901 +83 5 -0.036 -0.1052 0.0331 +83 6 -0.0952 -0.1687 -0.0217 +83 7 -0.1544 -0.2341 -0.0747 +84 1 0.3812 0.1504 0.612 +84 2 0.0724 -0.1476 0.2923 +84 3 -0.2365 -0.4548 -0.0182 +84 4 -0.5453 -0.7716 -0.3191 +84 5 -0.8542 -1.0971 -0.6113 +84 6 -1.163 -1.4296 -0.8964 +84 7 -1.4718 -1.7675 -1.1762 +85 1 -1.2663 -1.4125 -1.12 +85 2 -1.3988 -1.5243 -1.2734 +85 3 -1.5314 -1.6461 -1.4167 +85 4 -1.664 -1.7807 -1.5473 +85 5 -1.7965 -1.9275 -1.6656 +85 6 -1.9291 -2.0831 -1.775 +85 7 -2.0617 -2.2444 -1.879 +86 1 0.6094 0.5442 0.6745 +86 2 0.5878 0.5236 0.6521 +86 3 0.5663 0.5028 0.6297 +86 4 0.5447 0.4819 0.6075 +86 5 0.5232 0.4609 0.5854 +86 6 0.5016 0.4398 0.5634 +86 7 0.4801 0.4185 0.5416 +86 8 0.4585 0.3972 0.5198 +86 9 0.4369 0.3757 0.4982 +86 10 0.4154 0.3541 0.4767 +86 11 0.3938 0.3323 0.4554 +86 12 0.3723 0.3104 0.4341 +86 13 0.3507 0.2884 0.413 +86 14 0.3292 0.2663 0.392 +86 15 0.3076 0.2441 0.3712 +86 16 0.2861 0.2217 0.3504 +86 17 0.2645 0.1993 0.3298 +86 18 0.243 0.1767 0.3092 +86 19 0.2214 0.1541 0.2888 +87 1 -0.949 -1.1265 -0.7715 +87 2 -0.9446 -1.115 -0.7741 +87 3 -0.9401 -1.1042 -0.776 +87 4 -0.9356 -1.0941 -0.7771 +87 5 -0.9311 -1.0848 -0.7774 +87 6 -0.9267 -1.0765 -0.7768 +87 7 -0.9222 -1.0691 -0.7752 +87 8 -0.9177 -1.0628 -0.7726 +87 9 -0.9132 -1.0576 -0.7689 +87 10 -0.9088 -1.0535 -0.7641 +87 11 -0.9043 -1.0504 -0.7581 +87 12 -0.8998 -1.0485 -0.7512 +87 13 -0.8953 -1.0475 -0.7432 +87 14 -0.8909 -1.0475 -0.7342 +87 15 -0.8864 -1.0483 -0.7245 +87 16 -0.8819 -1.0499 -0.7139 +87 17 -0.8774 -1.0523 -0.7026 +87 18 -0.873 -1.0552 -0.6907 +87 19 -0.8685 -1.0587 -0.6782 +88 1 -0.9842 -1.3305 -0.638 +88 2 -0.9369 -1.2537 -0.62 +88 3 -0.8895 -1.1864 -0.5925 +88 4 -0.8421 -1.1308 -0.5535 +88 5 -0.7948 -1.0876 -0.5019 +88 6 -0.7474 -1.0565 -0.4384 +88 7 -0.7001 -1.0356 -0.3645 +89 1 0.0627 -0.0324 0.1578 +89 2 -0.0124 -0.1031 0.0783 +89 3 -0.0875 -0.176 0.001 +89 4 -0.1626 -0.2512 -0.0741 +89 5 -0.2378 -0.3286 -0.1469 +89 6 -0.3129 -0.4082 -0.2175 +89 7 -0.388 -0.4896 -0.2863 +90 1 -2.1951 -2.7533 -1.6369 +90 2 -2.1601 -2.6814 -1.6388 +90 3 -2.1251 -2.6111 -1.6391 +90 4 -2.0901 -2.5428 -1.6375 +90 5 -2.0551 -2.4769 -1.6334 +90 6 -2.0201 -2.414 -1.6263 +90 7 -1.9852 -2.3549 -1.6155 +90 8 -1.9502 -2.3002 -1.6002 +90 9 -1.9152 -2.2508 -1.5796 +90 10 -1.8802 -2.2073 -1.5531 +90 11 -1.8452 -2.1702 -1.5203 +90 12 -1.8102 -2.1397 -1.4808 +90 13 -1.7753 -2.1154 -1.4351 +90 14 -1.7403 -2.0968 -1.3837 +90 15 -1.7053 -2.0833 -1.3273 +90 16 -1.6703 -2.0739 -1.2667 +90 17 -1.6353 -2.0679 -1.2027 +90 18 -1.6003 -2.0648 -1.1359 +90 19 -1.5654 -2.0639 -1.0668 +91 1 -0.6746 -0.8308 -0.5183 +91 2 -0.7338 -0.8836 -0.5839 +91 3 -0.793 -0.9373 -0.6486 +91 4 -0.8522 -0.9919 -0.7124 +91 5 -0.9114 -1.0475 -0.7752 +91 6 -0.9706 -1.1043 -0.8368 +91 7 -1.0298 -1.1622 -0.8973 +91 8 -1.089 -1.2214 -0.9565 +91 9 -1.1482 -1.2818 -1.0146 +91 10 -1.2074 -1.3433 -1.0714 +91 11 -1.2666 -1.406 -1.1272 +91 12 -1.3258 -1.4697 -1.1819 +91 13 -1.385 -1.5343 -1.2356 +91 14 -1.4442 -1.5998 -1.2885 +91 15 -1.5034 -1.6661 -1.3407 +91 16 -1.5626 -1.733 -1.3922 +91 17 -1.6218 -1.8005 -1.4431 +91 18 -1.681 -1.8684 -1.4935 +91 19 -1.7402 -1.9368 -1.5435 +92 1 -1.2345 -1.3546 -1.1144 +92 2 -1.3682 -1.4711 -1.2654 +92 3 -1.502 -1.5973 -1.4066 +92 4 -1.6357 -1.7355 -1.5359 +92 5 -1.7694 -1.8842 -1.6547 +92 6 -1.9032 -2.04 -1.7663 +92 7 -2.0369 -2.2002 -1.8736 +93 1 -1.1969 -1.273 -1.1209 +93 2 -1.1892 -1.2625 -1.116 +93 3 -1.1815 -1.2522 -1.1108 +93 4 -1.1738 -1.2422 -1.1054 +93 5 -1.1661 -1.2324 -1.0998 +93 6 -1.1584 -1.2229 -1.0938 +93 7 -1.1507 -1.2138 -1.0875 +93 8 -1.1429 -1.205 -1.0809 +93 9 -1.1352 -1.1965 -1.0739 +93 10 -1.1275 -1.1885 -1.0665 +93 11 -1.1198 -1.1808 -1.0588 +93 12 -1.1121 -1.1735 -1.0506 +93 13 -1.1044 -1.1666 -1.0421 +93 14 -1.0967 -1.1601 -1.0333 +93 15 -1.0889 -1.1538 -1.024 +93 16 -1.0812 -1.148 -1.0145 +93 17 -1.0735 -1.1424 -1.0047 +93 18 -1.0658 -1.137 -0.9946 +93 19 -1.0581 -1.1319 -0.9842 +94 1 0.2973 0.1917 0.4029 +94 2 0.3334 0.2344 0.4324 +94 3 0.3695 0.2749 0.4641 +94 4 0.4056 0.3129 0.4983 +94 5 0.4417 0.3482 0.5351 +94 6 0.4777 0.381 0.5745 +94 7 0.5138 0.4115 0.6162 +95 1 -1.715 -1.7879 -1.6421 +95 2 -1.6844 -1.754 -1.6148 +95 3 -1.6538 -1.7203 -1.5874 +95 4 -1.6233 -1.6869 -1.5597 +95 5 -1.5927 -1.6537 -1.5317 +95 6 -1.5621 -1.6209 -1.5034 +95 7 -1.5316 -1.5883 -1.4748 +95 8 -1.501 -1.5562 -1.4458 +95 9 -1.4704 -1.5245 -1.4164 +95 10 -1.4399 -1.4932 -1.3866 +95 11 -1.4093 -1.4623 -1.3563 +95 12 -1.3787 -1.4319 -1.3255 +95 13 -1.3482 -1.402 -1.2943 +95 14 -1.3176 -1.3725 -1.2626 +95 15 -1.287 -1.3435 -1.2306 +95 16 -1.2564 -1.3148 -1.1981 +95 17 -1.2259 -1.2864 -1.1653 +95 18 -1.1953 -1.2584 -1.1322 +95 19 -1.1647 -1.2307 -1.0988 +96 1 -0.2334 -0.5246 0.0577 +96 2 -0.4192 -0.698 -0.1404 +96 3 -0.6051 -0.879 -0.3312 +96 4 -0.7909 -1.0677 -0.5141 +96 5 -0.9767 -1.2641 -0.6893 +96 6 -1.1625 -1.4673 -0.8578 +96 7 -1.3483 -1.6762 -1.0205 +97 1 0.1908 0.1014 0.2802 +97 2 -0.0427 -0.1281 0.0428 +97 3 -0.2762 -0.3599 -0.1925 +97 4 -0.5097 -0.594 -0.4254 +97 5 -0.7432 -0.8303 -0.656 +97 6 -0.9767 -1.0688 -0.8846 +97 7 -1.2102 -1.3089 -1.1115 +98 1 -1.4099 -1.4737 -1.346 +98 2 -1.2968 -1.3559 -1.2377 +98 3 -1.1837 -1.2396 -1.1279 +98 4 -1.0707 -1.1252 -1.0161 +98 5 -0.9576 -1.0128 -0.9024 +98 6 -0.8445 -0.9024 -0.7867 +98 7 -0.7315 -0.7936 -0.6693 +99 1 -1.9129 -2.2553 -1.5705 +99 2 -1.9474 -2.2501 -1.6448 +99 3 -1.982 -2.2624 -1.7016 +99 4 -2.0165 -2.2964 -1.7367 +99 5 -2.0511 -2.3523 -1.7499 +99 6 -2.0856 -2.4259 -1.7454 +99 7 -2.1202 -2.5121 -1.7283 +100 1 -1.6159 -1.9144 -1.3174 +100 2 -1.5656 -1.8467 -1.2844 +100 3 -1.5153 -1.7802 -1.2504 +100 4 -1.465 -1.7149 -1.2151 +100 5 -1.4147 -1.6511 -1.1783 +100 6 -1.3644 -1.589 -1.1398 +100 7 -1.3141 -1.529 -1.0992 +100 8 -1.2638 -1.4714 -1.0563 +100 9 -1.2135 -1.4163 -1.0107 +100 10 -1.1632 -1.364 -0.9624 +100 11 -1.1129 -1.3146 -0.9113 +100 12 -1.0626 -1.268 -0.8573 +100 13 -1.0123 -1.2241 -0.8006 +100 14 -0.9621 -1.1826 -0.7415 +100 15 -0.9118 -1.1433 -0.6802 +100 16 -0.8615 -1.1059 -0.617 +100 17 -0.8112 -1.0701 -0.5523 +100 18 -0.7609 -1.0356 -0.4862 +100 19 -0.7106 -1.0022 -0.419 +101 1 -0.4219 -0.5637 -0.2801 +101 2 -0.4631 -0.5995 -0.3266 +101 3 -0.5043 -0.6359 -0.3726 +101 4 -0.5455 -0.6728 -0.4181 +101 5 -0.5867 -0.7104 -0.463 +101 6 -0.6279 -0.7486 -0.5072 +101 7 -0.6691 -0.7875 -0.5507 +101 8 -0.7103 -0.8272 -0.5934 +101 9 -0.7515 -0.8677 -0.6354 +101 10 -0.7927 -0.909 -0.6765 +101 11 -0.8339 -0.9511 -0.7168 +101 12 -0.8752 -0.994 -0.7563 +101 13 -0.9164 -1.0376 -0.7951 +101 14 -0.9576 -1.0819 -0.8332 +101 15 -0.9988 -1.1269 -0.8706 +101 16 -1.04 -1.1726 -0.9074 +101 17 -1.0812 -1.2187 -0.9437 +101 18 -1.1224 -1.2653 -0.9795 +101 19 -1.1636 -1.3124 -1.0148 +102 1 -1.8975 -2.2296 -1.5653 +102 2 -1.6081 -1.9076 -1.3085 +102 3 -1.3187 -1.5924 -1.045 +102 4 -1.0293 -1.2862 -0.7723 +102 5 -0.7399 -0.9914 -0.4884 +102 6 -0.4505 -0.7087 -0.1924 +102 7 -0.1612 -0.4367 0.1144 +103 1 -0.191 -0.4899 0.1078 +103 2 -0.2525 -0.5461 0.041 +103 3 -0.3141 -0.603 -0.0252 +103 4 -0.3756 -0.6607 -0.0905 +103 5 -0.4371 -0.7192 -0.1551 +103 6 -0.4987 -0.7785 -0.2189 +103 7 -0.5602 -0.8386 -0.2818 +103 8 -0.6217 -0.8996 -0.3438 +103 9 -0.6832 -0.9615 -0.405 +103 10 -0.7448 -1.0242 -0.4654 +103 11 -0.8063 -1.0877 -0.5249 +103 12 -0.8678 -1.1521 -0.5835 +103 13 -0.9293 -1.2173 -0.6414 +103 14 -0.9909 -1.2833 -0.6985 +103 15 -1.0524 -1.35 -0.7548 +103 16 -1.1139 -1.4174 -0.8105 +103 17 -1.1754 -1.4854 -0.8654 +103 18 -1.237 -1.5541 -0.9198 +103 19 -1.2985 -1.6234 -0.9736 +104 1 -1.0012 -1.0789 -0.9234 +104 2 -1.0093 -1.0846 -0.9339 +104 3 -1.0174 -1.0905 -0.9442 +104 4 -1.0255 -1.0966 -0.9543 +104 5 -1.0336 -1.103 -0.9641 +104 6 -1.0417 -1.1097 -0.9736 +104 7 -1.0498 -1.1167 -0.9828 +104 8 -1.0579 -1.124 -0.9917 +104 9 -1.066 -1.1317 -1.0003 +104 10 -1.0741 -1.1396 -1.0085 +104 11 -1.0822 -1.148 -1.0164 +104 12 -1.0903 -1.1566 -1.024 +104 13 -1.0984 -1.1656 -1.0312 +104 14 -1.1065 -1.1749 -1.0381 +104 15 -1.1146 -1.1845 -1.0447 +104 16 -1.1227 -1.1943 -1.0511 +104 17 -1.1308 -1.2045 -1.0571 +104 18 -1.1389 -1.2148 -1.063 +104 19 -1.147 -1.2254 -1.0686 +105 1 -0.8877 -1.1286 -0.6467 +105 2 -0.8997 -1.1203 -0.6791 +105 3 -0.9117 -1.1217 -0.7018 +105 4 -0.9238 -1.1343 -0.7132 +105 5 -0.9358 -1.158 -0.7136 +105 6 -0.9478 -1.1912 -0.7044 +105 7 -0.9598 -1.2317 -0.6879 +106 1 -0.13 -0.2119 -0.0481 +106 2 0.0078 -0.0713 0.087 +106 3 0.1457 0.0682 0.2231 +106 4 0.2835 0.2067 0.3602 +106 5 0.4213 0.3441 0.4985 +106 6 0.5591 0.4805 0.6378 +106 7 0.6969 0.6158 0.778 +107 1 -1.5406 -1.7342 -1.3471 +107 2 -1.5651 -1.741 -1.3892 +107 3 -1.5895 -1.7549 -1.4242 +107 4 -1.614 -1.7773 -1.4507 +107 5 -1.6384 -1.8084 -1.4684 +107 6 -1.6628 -1.8474 -1.4782 +107 7 -1.6873 -1.8926 -1.4819 +108 1 -0.8226 -0.8693 -0.776 +108 2 -0.7453 -0.7895 -0.7011 +108 3 -0.6679 -0.7106 -0.6252 +108 4 -0.5906 -0.6328 -0.5483 +108 5 -0.5132 -0.556 -0.4704 +108 6 -0.4358 -0.4801 -0.3915 +108 7 -0.3585 -0.4052 -0.3117 +109 1 -1.0122 -1.0876 -0.9367 +109 2 -1.0352 -1.1047 -0.9656 +109 3 -1.0582 -1.1244 -0.992 +109 4 -1.0812 -1.147 -1.0154 +109 5 -1.1042 -1.1725 -1.0359 +109 6 -1.1272 -1.2007 -1.0537 +109 7 -1.1502 -1.2311 -1.0693 +110 1 -1.6826 -1.7521 -1.6131 +110 2 -1.592 -1.6531 -1.531 +110 3 -1.5015 -1.5567 -1.4462 +110 4 -1.4109 -1.464 -1.3578 +110 5 -1.3203 -1.3753 -1.2654 +110 6 -1.2297 -1.2902 -1.1693 +110 7 -1.1392 -1.2079 -1.0704 +111 1 -0.9041 -1.0129 -0.7953 +111 2 -0.9664 -1.073 -0.8598 +111 3 -1.0287 -1.1343 -0.9231 +111 4 -1.091 -1.1968 -0.9852 +111 5 -1.1533 -1.2606 -1.0461 +111 6 -1.2156 -1.3255 -1.1057 +111 7 -1.278 -1.3916 -1.1643 +112 1 -1.0598 -1.1511 -0.9684 +112 2 -1.0757 -1.1642 -0.9872 +112 3 -1.0917 -1.1776 -1.0057 +112 4 -1.1076 -1.1912 -1.024 +112 5 -1.1235 -1.2052 -1.0419 +112 6 -1.1395 -1.2195 -1.0594 +112 7 -1.1554 -1.2342 -1.0766 +112 8 -1.1713 -1.2493 -1.0934 +112 9 -1.1873 -1.2647 -1.1099 +112 10 -1.2032 -1.2806 -1.1259 +112 11 -1.2192 -1.2969 -1.1415 +112 12 -1.2351 -1.3135 -1.1567 +112 13 -1.251 -1.3306 -1.1715 +112 14 -1.267 -1.3481 -1.1859 +112 15 -1.2829 -1.3658 -1.2 +112 16 -1.2989 -1.384 -1.2138 +112 17 -1.3148 -1.4024 -1.2272 +112 18 -1.3307 -1.4211 -1.2404 +112 19 -1.3467 -1.44 -1.2533 +113 1 -0.4192 -0.4826 -0.3559 +113 2 -0.4883 -0.5497 -0.4268 +113 3 -0.5574 -0.6179 -0.4969 +113 4 -0.6264 -0.6869 -0.5659 +113 5 -0.6955 -0.757 -0.634 +113 6 -0.7646 -0.828 -0.7011 +113 7 -0.8336 -0.8998 -0.7674 +114 1 -0.1994 -0.6395 0.2407 +114 2 -0.0851 -0.514 0.3438 +114 3 0.0292 -0.3893 0.4478 +114 4 0.1435 -0.2655 0.5526 +114 5 0.2579 -0.1427 0.6584 +114 6 0.3722 -0.0209 0.7652 +114 7 0.4865 0.0998 0.8731 +114 8 0.6008 0.2194 0.9821 +114 9 0.7151 0.3378 1.0924 +114 10 0.8294 0.455 1.2038 +114 11 0.9437 0.5709 1.3165 +114 12 1.058 0.6856 1.4304 +114 13 1.1723 0.799 1.5456 +114 14 1.2866 0.9112 1.6621 +114 15 1.4009 1.0221 1.7798 +114 16 1.5153 1.1318 1.8987 +114 17 1.6296 1.2404 2.0187 +114 18 1.7439 1.3479 2.1398 +114 19 1.8582 1.4543 2.262 +115 1 -0.175 -0.2583 -0.0916 +115 2 -0.1289 -0.2111 -0.0466 +115 3 -0.0828 -0.164 -0.0015 +115 4 -0.0367 -0.117 0.0436 +115 5 0.0094 -0.0701 0.0889 +115 6 0.0555 -0.0233 0.1343 +115 7 0.1016 0.0234 0.1798 +115 8 0.1477 0.0699 0.2255 +115 9 0.1938 0.1163 0.2712 +115 10 0.2399 0.1627 0.3171 +115 11 0.286 0.2089 0.3631 +115 12 0.3321 0.2549 0.4092 +115 13 0.3782 0.3009 0.4554 +115 14 0.4243 0.3467 0.5018 +115 15 0.4703 0.3924 0.5483 +115 16 0.5164 0.438 0.5948 +115 17 0.5625 0.4835 0.6416 +115 18 0.6086 0.5289 0.6884 +115 19 0.6547 0.5741 0.7353 +116 1 -0.399 -0.4632 -0.3348 +116 2 -0.422 -0.4854 -0.3586 +116 3 -0.445 -0.5077 -0.3823 +116 4 -0.468 -0.53 -0.406 +116 5 -0.491 -0.5525 -0.4295 +116 6 -0.514 -0.5751 -0.4529 +116 7 -0.537 -0.5978 -0.4762 +116 8 -0.56 -0.6206 -0.4994 +116 9 -0.583 -0.6435 -0.5225 +116 10 -0.606 -0.6665 -0.5454 +116 11 -0.629 -0.6896 -0.5683 +116 12 -0.652 -0.7129 -0.5911 +116 13 -0.675 -0.7362 -0.6137 +116 14 -0.698 -0.7597 -0.6363 +116 15 -0.721 -0.7832 -0.6587 +116 16 -0.744 -0.8069 -0.6811 +116 17 -0.767 -0.8306 -0.7033 +116 18 -0.7899 -0.8544 -0.7255 +116 19 -0.8129 -0.8784 -0.7475 +117 1 -2.1476 -2.6676 -1.6277 +117 2 -2.0506 -2.4744 -1.6269 +117 3 -1.9537 -2.3065 -1.6008 +117 4 -1.8567 -2.1809 -1.5324 +117 5 -1.7597 -2.1081 -1.4112 +117 6 -1.6627 -2.0791 -1.2463 +117 7 -1.5657 -2.0767 -1.0547 +118 1 -1.0464 -1.1503 -0.9425 +118 2 -1.1028 -1.1989 -1.0067 +118 3 -1.1591 -1.2508 -1.0674 +118 4 -1.2154 -1.3067 -1.1241 +118 5 -1.2717 -1.3666 -1.1769 +118 6 -1.3281 -1.43 -1.2261 +118 7 -1.3844 -1.4964 -1.2724 +119 1 0.1796 0.1261 0.233 +119 2 0.1901 0.1375 0.2428 +119 3 0.2007 0.1487 0.2527 +119 4 0.2113 0.1599 0.2627 +119 5 0.2219 0.171 0.2728 +119 6 0.2325 0.182 0.283 +119 7 0.243 0.1929 0.2932 +119 8 0.2536 0.2037 0.3035 +119 9 0.2642 0.2144 0.314 +119 10 0.2748 0.2251 0.3245 +119 11 0.2854 0.2356 0.3351 +119 12 0.2959 0.2461 0.3458 +119 13 0.3065 0.2564 0.3566 +119 14 0.3171 0.2667 0.3675 +119 15 0.3277 0.2768 0.3785 +119 16 0.3383 0.2869 0.3896 +119 17 0.3488 0.2969 0.4008 +119 18 0.3594 0.3068 0.412 +119 19 0.37 0.3167 0.4233 +120 1 -1.2675 -1.6368 -0.8982 +120 2 -1.2361 -1.557 -0.9152 +120 3 -1.2047 -1.4916 -0.9178 +120 4 -1.1733 -1.4462 -0.9004 +120 5 -1.1419 -1.4237 -0.8601 +120 6 -1.1105 -1.4223 -0.7988 +120 7 -1.0791 -1.4364 -0.7218 +121 1 0.8237 0.1736 1.4738 +121 2 0.853 0.3073 1.3987 +121 3 0.8823 0.4193 1.3453 +121 4 0.9116 0.4964 1.3268 +121 5 0.9409 0.5267 1.3551 +121 6 0.9702 0.5098 1.4305 +121 7 0.9994 0.4578 1.5411 +122 1 -1.5527 -1.7187 -1.3867 +122 2 -1.5777 -1.7274 -1.4281 +122 3 -1.6028 -1.7431 -1.4625 +122 4 -1.6279 -1.7673 -1.4884 +122 5 -1.6529 -1.8001 -1.5058 +122 6 -1.678 -1.8402 -1.5158 +122 7 -1.703 -1.8858 -1.5202 +123 1 -1.6374 -2.0418 -1.2329 +123 2 -1.5549 -1.9488 -1.161 +123 3 -1.4724 -1.8567 -1.0881 +123 4 -1.3899 -1.7655 -1.0142 +123 5 -1.3074 -1.6755 -0.9393 +123 6 -1.2249 -1.5866 -0.8632 +123 7 -1.1424 -1.4989 -0.7859 +123 8 -1.0599 -1.4125 -0.7074 +123 9 -0.9774 -1.3273 -0.6275 +123 10 -0.8949 -1.2435 -0.5464 +123 11 -0.8124 -1.161 -0.4639 +123 12 -0.7299 -1.0798 -0.38 +123 13 -0.6474 -1 -0.2949 +123 14 -0.5649 -0.9215 -0.2084 +123 15 -0.4825 -0.8442 -0.1207 +123 16 -0.4 -0.7682 -0.0318 +123 17 -0.3175 -0.6932 0.0583 +123 18 -0.235 -0.6193 0.1494 +123 19 -0.1525 -0.5465 0.2415 +124 1 -0.6063 -0.8077 -0.4049 +124 2 -0.6012 -0.7968 -0.4055 +124 3 -0.596 -0.7864 -0.4056 +124 4 -0.5909 -0.7765 -0.4052 +124 5 -0.5857 -0.7672 -0.4043 +124 6 -0.5806 -0.7585 -0.4027 +124 7 -0.5754 -0.7505 -0.4004 +124 8 -0.5703 -0.7432 -0.3975 +124 9 -0.5652 -0.7366 -0.3938 +124 10 -0.56 -0.7307 -0.3893 +124 11 -0.5549 -0.7256 -0.3842 +124 12 -0.5497 -0.7212 -0.3782 +124 13 -0.5446 -0.7176 -0.3715 +124 14 -0.5395 -0.7148 -0.3641 +124 15 -0.5343 -0.7126 -0.356 +124 16 -0.5292 -0.711 -0.3473 +124 17 -0.524 -0.7101 -0.3379 +124 18 -0.5189 -0.7098 -0.328 +124 19 -0.5137 -0.71 -0.3175 +125 1 -3.9583 -4.3935 -3.5232 +125 2 -3.3195 -3.6946 -2.9445 +125 3 -2.6807 -3.0033 -2.3582 +125 4 -2.0419 -2.3238 -1.7601 +125 5 -1.4031 -1.6618 -1.1445 +125 6 -0.7643 -1.0219 -0.5068 +125 7 -0.1255 -0.4043 0.1532 +126 1 -1.7135 -1.9743 -1.4527 +126 2 -1.6581 -1.9058 -1.4103 +126 3 -1.6026 -1.8381 -1.3672 +126 4 -1.5472 -1.7711 -1.3232 +126 5 -1.4917 -1.7052 -1.2782 +126 6 -1.4363 -1.6404 -1.2322 +126 7 -1.3808 -1.5768 -1.1848 +126 8 -1.3253 -1.5147 -1.1359 +126 9 -1.2699 -1.4543 -1.0855 +126 10 -1.2144 -1.3956 -1.0333 +126 11 -1.159 -1.3387 -0.9792 +126 12 -1.1035 -1.2837 -0.9233 +126 13 -1.048 -1.2305 -0.8656 +126 14 -0.9926 -1.1792 -0.806 +126 15 -0.9371 -1.1295 -0.7448 +126 16 -0.8817 -1.0814 -0.682 +126 17 -0.8262 -1.0346 -0.6178 +126 18 -0.7708 -0.9891 -0.5524 +126 19 -0.7153 -0.9446 -0.486 +127 1 -0.1676 -0.2851 -0.0501 +127 2 -0.2028 -0.3131 -0.0925 +127 3 -0.238 -0.3445 -0.1315 +127 4 -0.2732 -0.3797 -0.1667 +127 5 -0.3083 -0.4186 -0.1981 +127 6 -0.3435 -0.461 -0.2261 +127 7 -0.3787 -0.5062 -0.2512 +128 1 0.2725 0.062 0.483 +128 2 0.2769 0.0741 0.4797 +128 3 0.2813 0.0856 0.477 +128 4 0.2857 0.0963 0.4751 +128 5 0.2901 0.1061 0.474 +128 6 0.2945 0.1151 0.4739 +128 7 0.2988 0.123 0.4747 +128 8 0.3032 0.13 0.4765 +128 9 0.3076 0.1358 0.4794 +128 10 0.312 0.1405 0.4835 +128 11 0.3164 0.1441 0.4887 +128 12 0.3208 0.1466 0.4949 +128 13 0.3252 0.1481 0.5023 +128 14 0.3296 0.1485 0.5107 +128 15 0.334 0.1479 0.52 +128 16 0.3383 0.1465 0.5302 +128 17 0.3427 0.1443 0.5412 +128 18 0.3471 0.1413 0.553 +128 19 0.3515 0.1377 0.5653 +129 1 -0.4118 -0.4559 -0.3676 +129 2 -0.4142 -0.4573 -0.3711 +129 3 -0.4167 -0.4589 -0.3745 +129 4 -0.4191 -0.4605 -0.3778 +129 5 -0.4216 -0.4623 -0.3809 +129 6 -0.4241 -0.4641 -0.384 +129 7 -0.4265 -0.4662 -0.3869 +129 8 -0.429 -0.4683 -0.3897 +129 9 -0.4314 -0.4706 -0.3923 +129 10 -0.4339 -0.473 -0.3948 +129 11 -0.4364 -0.4755 -0.3972 +129 12 -0.4388 -0.4782 -0.3995 +129 13 -0.4413 -0.481 -0.4016 +129 14 -0.4437 -0.4839 -0.4036 +129 15 -0.4462 -0.487 -0.4054 +129 16 -0.4487 -0.4902 -0.4072 +129 17 -0.4511 -0.4935 -0.4088 +129 18 -0.4536 -0.4969 -0.4103 +129 19 -0.456 -0.5004 -0.4117 +130 1 -1.9341 -2.1425 -1.7258 +130 2 -1.9254 -2.0996 -1.7513 +130 3 -1.9167 -2.068 -1.7654 +130 4 -1.908 -2.0532 -1.7628 +130 5 -1.8993 -2.0571 -1.7414 +130 6 -1.8905 -2.0759 -1.7052 +130 7 -1.8818 -2.1042 -1.6594 +131 1 -0.505 -0.5573 -0.4527 +131 2 -0.4937 -0.5454 -0.442 +131 3 -0.4824 -0.5334 -0.4313 +131 4 -0.471 -0.5216 -0.4205 +131 5 -0.4597 -0.5098 -0.4096 +131 6 -0.4484 -0.4981 -0.3986 +131 7 -0.437 -0.4865 -0.3876 +131 8 -0.4257 -0.4749 -0.3764 +131 9 -0.4144 -0.4635 -0.3652 +131 10 -0.403 -0.4521 -0.354 +131 11 -0.3917 -0.4407 -0.3426 +131 12 -0.3803 -0.4295 -0.3312 +131 13 -0.369 -0.4183 -0.3197 +131 14 -0.3577 -0.4072 -0.3081 +131 15 -0.3463 -0.3962 -0.2965 +131 16 -0.335 -0.3853 -0.2847 +131 17 -0.3237 -0.3744 -0.2729 +131 18 -0.3123 -0.3636 -0.261 +131 19 -0.301 -0.3529 -0.2491 +132 1 0.1283 0.0875 0.169 +132 2 0.0313 -0.0083 0.071 +132 3 -0.0656 -0.1048 -0.0264 +132 4 -0.1625 -0.2018 -0.1232 +132 5 -0.2594 -0.2995 -0.2194 +132 6 -0.3564 -0.3977 -0.315 +132 7 -0.4533 -0.4964 -0.4102 +133 1 1.2164 0.9623 1.4704 +133 2 1.2142 0.9701 1.4584 +133 3 1.2121 0.9771 1.4471 +133 4 1.2099 0.9833 1.4365 +133 5 1.2078 0.9886 1.4269 +133 6 1.2056 0.9929 1.4183 +133 7 1.2035 0.9962 1.4107 +133 8 1.2013 0.9983 1.4043 +133 9 1.1991 0.9992 1.3991 +133 10 1.197 0.9988 1.3952 +133 11 1.1948 0.9971 1.3926 +133 12 1.1927 0.994 1.3914 +133 13 1.1905 0.9897 1.3914 +133 14 1.1884 0.9841 1.3927 +133 15 1.1862 0.9772 1.3953 +133 16 1.1841 0.9693 1.3989 +133 17 1.182 0.9603 1.4036 +133 18 1.1798 0.9504 1.4092 +133 19 1.1777 0.9396 1.4157 +134 1 -1.9452 -2.1658 -1.7246 +134 2 -1.9413 -2.1486 -1.734 +134 3 -1.9374 -2.1321 -1.7426 +134 4 -1.9335 -2.1166 -1.7503 +134 5 -1.9296 -2.1023 -1.7568 +134 6 -1.9256 -2.0892 -1.762 +134 7 -1.9217 -2.0778 -1.7657 +134 8 -1.9178 -2.0681 -1.7675 +134 9 -1.9139 -2.0605 -1.7673 +134 10 -1.91 -2.055 -1.7649 +134 11 -1.906 -2.0518 -1.7603 +134 12 -1.9021 -2.0508 -1.7534 +134 13 -1.8982 -2.0519 -1.7445 +134 14 -1.8943 -2.0549 -1.7337 +134 15 -1.8904 -2.0596 -1.7212 +134 16 -1.8865 -2.0656 -1.7073 +134 17 -1.8825 -2.0729 -1.6922 +134 18 -1.8786 -2.0812 -1.676 +134 19 -1.8747 -2.0903 -1.6591 +135 1 -0.8905 -0.9445 -0.8365 +135 2 -0.8327 -0.8839 -0.7816 +135 3 -0.775 -0.8243 -0.7256 +135 4 -0.7172 -0.766 -0.6684 +135 5 -0.6594 -0.709 -0.6098 +135 6 -0.6016 -0.6532 -0.55 +135 7 -0.5439 -0.5986 -0.4892 +136 1 -1.1077 -1.3864 -0.8289 +136 2 -1.148 -1.4091 -0.887 +136 3 -1.1884 -1.4334 -0.9434 +136 4 -1.2288 -1.4596 -0.998 +136 5 -1.2692 -1.4881 -1.0502 +136 6 -1.3095 -1.5193 -1.0998 +136 7 -1.3499 -1.5535 -1.1463 +136 8 -1.3903 -1.591 -1.1896 +136 9 -1.4307 -1.632 -1.2293 +136 10 -1.471 -1.6763 -1.2657 +136 11 -1.5114 -1.7239 -1.2988 +136 12 -1.5518 -1.7745 -1.3291 +136 13 -1.5921 -1.8275 -1.3567 +136 14 -1.6325 -1.8828 -1.3823 +136 15 -1.6729 -1.9398 -1.406 +136 16 -1.7133 -1.9983 -1.4282 +136 17 -1.7536 -2.058 -1.4492 +136 18 -1.794 -2.1188 -1.4692 +136 19 -1.8344 -2.1804 -1.4884 +137 1 -0.699 -0.8385 -0.5595 +137 2 -0.719 -0.8468 -0.5912 +137 3 -0.739 -0.8596 -0.6184 +137 4 -0.759 -0.8777 -0.6403 +137 5 -0.779 -0.9013 -0.6567 +137 6 -0.799 -0.9301 -0.668 +137 7 -0.819 -0.9631 -0.675 +138 1 -1.2946 -1.431 -1.1581 +138 2 -1.2676 -1.3992 -1.136 +138 3 -1.2406 -1.3679 -1.1134 +138 4 -1.2137 -1.3369 -1.0905 +138 5 -1.1867 -1.3064 -1.0671 +138 6 -1.1598 -1.2764 -1.0432 +138 7 -1.1328 -1.2469 -1.0187 +138 8 -1.1059 -1.218 -0.9937 +138 9 -1.0789 -1.1897 -0.9681 +138 10 -1.052 -1.1621 -0.9419 +138 11 -1.025 -1.135 -0.915 +138 12 -0.9981 -1.1086 -0.8875 +138 13 -0.9711 -1.0828 -0.8594 +138 14 -0.9441 -1.0577 -0.8306 +138 15 -0.9172 -1.0331 -0.8013 +138 16 -0.8902 -1.009 -0.7714 +138 17 -0.8633 -0.9855 -0.741 +138 18 -0.8363 -0.9624 -0.7102 +138 19 -0.8094 -0.9398 -0.6789 +139 1 -1.6328 -2.1678 -1.0978 +139 2 -1.5648 -2.0251 -1.1045 +139 3 -1.4968 -1.9036 -1.0901 +139 4 -1.4288 -1.8123 -1.0454 +139 5 -1.3608 -1.7564 -0.9653 +139 6 -1.2928 -1.7331 -0.8526 +139 7 -1.2248 -1.7339 -0.7158 +140 1 -1.0261 -1.0832 -0.969 +140 2 -1.051 -1.1063 -0.9956 +140 3 -1.0758 -1.1295 -1.0221 +140 4 -1.1006 -1.153 -1.0483 +140 5 -1.1255 -1.1767 -1.0743 +140 6 -1.1503 -1.2005 -1.1001 +140 7 -1.1752 -1.2247 -1.1257 +140 8 -1.2 -1.2491 -1.1509 +140 9 -1.2249 -1.2737 -1.176 +140 10 -1.2497 -1.2987 -1.2007 +140 11 -1.2745 -1.3239 -1.2252 +140 12 -1.2994 -1.3493 -1.2495 +140 13 -1.3242 -1.375 -1.2735 +140 14 -1.3491 -1.4009 -1.2972 +140 15 -1.3739 -1.4271 -1.3208 +140 16 -1.3988 -1.4534 -1.3441 +140 17 -1.4236 -1.48 -1.3672 +140 18 -1.4485 -1.5067 -1.3902 +140 19 -1.4733 -1.5336 -1.413 +141 1 -1.5777 -1.9737 -1.1818 +141 2 -1.3299 -1.7003 -0.9595 +141 3 -1.082 -1.4369 -0.7271 +141 4 -0.8342 -1.1848 -0.4835 +141 5 -0.5863 -0.9444 -0.2282 +141 6 -0.3384 -0.715 0.0381 +141 7 -0.0906 -0.4951 0.3139 +142 1 -1.7063 -1.9559 -1.4568 +142 2 -1.6889 -1.8949 -1.4828 +142 3 -1.6714 -1.8468 -1.496 +142 4 -1.654 -1.8189 -1.489 +142 5 -1.6365 -1.8147 -1.4583 +142 6 -1.619 -1.8298 -1.4082 +142 7 -1.6016 -1.857 -1.3461 +143 1 -0.5455 -1.2603 0.1693 +143 2 -0.4886 -1.169 0.1918 +143 3 -0.4318 -1.093 0.2295 +143 4 -0.3749 -1.0334 0.2837 +143 5 -0.318 -0.9905 0.3545 +143 6 -0.2611 -0.9633 0.441 +143 7 -0.2043 -0.9499 0.5414 +144 1 -0.8873 -0.9967 -0.778 +144 2 -0.9081 -1.0165 -0.7998 +144 3 -0.9289 -1.0365 -0.8214 +144 4 -0.9497 -1.0565 -0.843 +144 5 -0.9705 -1.0767 -0.8643 +144 6 -0.9913 -1.0971 -0.8856 +144 7 -1.0121 -1.1176 -0.9067 +144 8 -1.0329 -1.1382 -0.9277 +144 9 -1.0537 -1.159 -0.9485 +144 10 -1.0745 -1.1799 -0.9692 +144 11 -1.0953 -1.2009 -0.9898 +144 12 -1.1161 -1.2221 -1.0102 +144 13 -1.137 -1.2434 -1.0305 +144 14 -1.1578 -1.2649 -1.0506 +144 15 -1.1786 -1.2864 -1.0707 +144 16 -1.1994 -1.3082 -1.0905 +144 17 -1.2202 -1.33 -1.1103 +144 18 -1.241 -1.352 -1.1299 +144 19 -1.2618 -1.3741 -1.1494 +145 1 0.158 0.1167 0.1993 +145 2 0.1255 0.0847 0.1663 +145 3 0.0931 0.0527 0.1335 +145 4 0.0606 0.0206 0.1007 +145 5 0.0282 -0.0116 0.0679 +145 6 -0.0043 -0.0438 0.0353 +145 7 -0.0367 -0.0761 0.0027 +145 8 -0.0691 -0.1084 -0.0298 +145 9 -0.1016 -0.1408 -0.0623 +145 10 -0.134 -0.1733 -0.0947 +145 11 -0.1665 -0.2059 -0.127 +145 12 -0.1989 -0.2385 -0.1593 +145 13 -0.2313 -0.2712 -0.1915 +145 14 -0.2638 -0.304 -0.2236 +145 15 -0.2962 -0.3368 -0.2557 +145 16 -0.3287 -0.3697 -0.2877 +145 17 -0.3611 -0.4026 -0.3196 +145 18 -0.3936 -0.4356 -0.3515 +145 19 -0.426 -0.4686 -0.3833 +146 1 -4.231 -4.6896 -3.7723 +146 2 -4.0148 -4.4513 -3.5784 +146 3 -3.7987 -4.2134 -3.3839 +146 4 -3.5825 -3.9762 -3.1889 +146 5 -3.3663 -3.7395 -2.9932 +146 6 -3.1502 -3.5037 -2.7967 +146 7 -2.934 -3.2688 -2.5993 +146 8 -2.7179 -3.035 -2.4008 +146 9 -2.5017 -2.8024 -2.201 +146 10 -2.2856 -2.5713 -1.9998 +146 11 -2.0694 -2.342 -1.7968 +146 12 -1.8532 -2.1147 -1.5918 +146 13 -1.6371 -1.8896 -1.3845 +146 14 -1.4209 -1.6671 -1.1748 +146 15 -1.2048 -1.4472 -0.9623 +146 16 -0.9886 -1.2302 -0.747 +146 17 -0.7724 -1.016 -0.5289 +146 18 -0.5563 -0.8045 -0.308 +146 19 -0.3401 -0.5957 -0.0845 +147 1 -1.3584 -1.4907 -1.2261 +147 2 -1.6333 -1.7477 -1.5189 +147 3 -1.9082 -2.0207 -1.7958 +147 4 -2.1831 -2.3104 -2.0559 +147 5 -2.4581 -2.6121 -2.304 +147 6 -2.733 -2.9207 -2.5452 +147 7 -3.0079 -3.2332 -2.7826 +148 1 -0.6863 -0.8297 -0.5428 +148 2 -0.6936 -0.8323 -0.5549 +148 3 -0.701 -0.8354 -0.5665 +148 4 -0.7083 -0.8389 -0.5777 +148 5 -0.7157 -0.8428 -0.5885 +148 6 -0.723 -0.8473 -0.5987 +148 7 -0.7304 -0.8523 -0.6084 +148 8 -0.7377 -0.8578 -0.6176 +148 9 -0.7451 -0.864 -0.6261 +148 10 -0.7524 -0.8707 -0.6341 +148 11 -0.7598 -0.8781 -0.6414 +148 12 -0.7671 -0.8861 -0.6481 +148 13 -0.7745 -0.8947 -0.6542 +148 14 -0.7818 -0.904 -0.6597 +148 15 -0.7892 -0.9137 -0.6646 +148 16 -0.7965 -0.924 -0.669 +148 17 -0.8039 -0.9348 -0.6729 +148 18 -0.8112 -0.9461 -0.6763 +148 19 -0.8185 -0.9578 -0.6793 +149 1 -0.2215 -0.6546 0.2115 +149 2 -0.3207 -0.7287 0.0873 +149 3 -0.4198 -0.8058 -0.0339 +149 4 -0.519 -0.8866 -0.1514 +149 5 -0.6181 -0.9716 -0.2647 +149 6 -0.7173 -1.0613 -0.3733 +149 7 -0.8164 -1.1561 -0.4767 +149 8 -0.9156 -1.2562 -0.5749 +149 9 -1.0147 -1.3616 -0.6678 +149 10 -1.1139 -1.472 -0.7557 +149 11 -1.213 -1.5869 -0.8391 +149 12 -1.3121 -1.7057 -0.9185 +149 13 -1.4113 -1.8281 -0.9945 +149 14 -1.5104 -1.9533 -1.0675 +149 15 -1.6095 -2.0809 -1.1382 +149 16 -1.7087 -2.2105 -1.2069 +149 17 -1.8078 -2.3418 -1.2739 +149 18 -1.907 -2.4744 -1.3395 +149 19 -2.0061 -2.6082 -1.404 +150 1 -1.2608 -1.3926 -1.1289 +150 2 -1.1832 -1.3031 -1.0632 +150 3 -1.1056 -1.218 -0.9931 +150 4 -1.0279 -1.1383 -0.9176 +150 5 -0.9503 -1.0641 -0.8366 +150 6 -0.8727 -0.9951 -0.7504 +150 7 -0.7951 -0.9302 -0.6601 +151 1 -0.9261 -1.1821 -0.6702 +151 2 -0.9422 -1.1863 -0.6981 +151 3 -0.9583 -1.1914 -0.7252 +151 4 -0.9743 -1.1975 -0.7511 +151 5 -0.9904 -1.2049 -0.7759 +151 6 -1.0064 -1.2136 -0.7993 +151 7 -1.0225 -1.2238 -0.8212 +151 8 -1.0385 -1.2356 -0.8415 +151 9 -1.0546 -1.2491 -0.8602 +151 10 -1.0707 -1.2643 -0.877 +151 11 -1.0867 -1.2814 -0.8921 +151 12 -1.1028 -1.3002 -0.9054 +151 13 -1.1188 -1.3207 -0.917 +151 14 -1.1349 -1.3428 -0.927 +151 15 -1.151 -1.3664 -0.9355 +151 16 -1.167 -1.3913 -0.9427 +151 17 -1.1831 -1.4174 -0.9487 +151 18 -1.1991 -1.4446 -0.9537 +151 19 -1.2152 -1.4726 -0.9578 +152 1 -0.7266 -0.8768 -0.5764 +152 2 -0.9019 -1.0381 -0.7657 +152 3 -1.0772 -1.2092 -0.9452 +152 4 -1.2525 -1.391 -1.114 +152 5 -1.4278 -1.5821 -1.2736 +152 6 -1.6031 -1.7801 -1.4262 +152 7 -1.7785 -1.9826 -1.5743 +153 1 -1.2945 -1.7823 -0.8066 +153 2 -1.2468 -1.6858 -0.8079 +153 3 -1.1992 -1.607 -0.7914 +153 4 -1.1516 -1.5503 -0.7528 +153 5 -1.1039 -1.5172 -0.6907 +153 6 -1.0563 -1.5052 -0.6074 +153 7 -1.0086 -1.5098 -0.5075 +154 1 -0.9226 -1.1678 -0.6774 +154 2 -0.9732 -1.1882 -0.7582 +154 3 -1.0238 -1.2207 -0.827 +154 4 -1.0744 -1.2684 -0.8805 +154 5 -1.125 -1.3319 -0.9182 +154 6 -1.1756 -1.4088 -0.9424 +154 7 -1.2262 -1.4953 -0.9571 +155 1 -1.4207 -1.6521 -1.1894 +155 2 -1.4098 -1.6299 -1.1896 +155 3 -1.3988 -1.6084 -1.1891 +155 4 -1.3878 -1.5878 -1.1878 +155 5 -1.3768 -1.5682 -1.1854 +155 6 -1.3659 -1.5497 -1.182 +155 7 -1.3549 -1.5325 -1.1773 +155 8 -1.3439 -1.5166 -1.1712 +155 9 -1.3329 -1.5023 -1.1635 +155 10 -1.3219 -1.4896 -1.1543 +155 11 -1.311 -1.4785 -1.1434 +155 12 -1.3 -1.4691 -1.1309 +155 13 -1.289 -1.4613 -1.1167 +155 14 -1.278 -1.455 -1.101 +155 15 -1.267 -1.4501 -1.084 +155 16 -1.2561 -1.4465 -1.0656 +155 17 -1.2451 -1.4441 -1.0461 +155 18 -1.2341 -1.4426 -1.0256 +155 19 -1.2231 -1.442 -1.0042 +156 1 0.2167 0.0244 0.4091 +156 2 0.2471 0.0731 0.4211 +156 3 0.2774 0.1146 0.4403 +156 4 0.3078 0.1474 0.4683 +156 5 0.3382 0.1709 0.5054 +156 6 0.3685 0.1863 0.5507 +156 7 0.3989 0.1954 0.6024 +157 1 -1.7078 -1.974 -1.4415 +157 2 -1.7024 -1.9522 -1.4527 +157 3 -1.6971 -1.9311 -1.463 +157 4 -1.6917 -1.9111 -1.4723 +157 5 -1.6863 -1.8922 -1.4805 +157 6 -1.681 -1.8748 -1.4872 +157 7 -1.6756 -1.8591 -1.4922 +157 8 -1.6703 -1.8454 -1.4952 +157 9 -1.6649 -1.834 -1.4959 +157 10 -1.6596 -1.8252 -1.494 +157 11 -1.6542 -1.8191 -1.4894 +157 12 -1.6489 -1.8158 -1.482 +157 13 -1.6435 -1.8151 -1.4719 +157 14 -1.6382 -1.8169 -1.4594 +157 15 -1.6328 -1.8209 -1.4448 +157 16 -1.6275 -1.8268 -1.4282 +157 17 -1.6221 -1.8342 -1.4101 +157 18 -1.6168 -1.8429 -1.3906 +157 19 -1.6114 -1.8528 -1.3701 +158 1 -1.1176 -1.3672 -0.8679 +158 2 -1.1751 -1.4082 -0.942 +158 3 -1.2327 -1.4511 -1.0143 +158 4 -1.2902 -1.496 -1.0845 +158 5 -1.3478 -1.5435 -1.1521 +158 6 -1.4053 -1.5939 -1.2168 +158 7 -1.4629 -1.6476 -1.2782 +158 8 -1.5205 -1.7048 -1.3361 +158 9 -1.578 -1.7655 -1.3905 +158 10 -1.6356 -1.8296 -1.4415 +158 11 -1.6931 -1.8967 -1.4895 +158 12 -1.7507 -1.9664 -1.535 +158 13 -1.8082 -2.0383 -1.5781 +158 14 -1.8658 -2.112 -1.6195 +158 15 -1.9233 -2.1872 -1.6594 +158 16 -1.9809 -2.2637 -1.6981 +158 17 -2.0384 -2.3411 -1.7358 +158 18 -2.096 -2.4193 -1.7726 +158 19 -2.1535 -2.4982 -1.8089 +159 1 1.211 0.9645 1.4575 +159 2 1.206 0.9853 1.4266 +159 3 1.201 0.9974 1.4046 +159 4 1.196 0.9986 1.3934 +159 5 1.191 0.9877 1.3943 +159 6 1.186 0.9659 1.4062 +159 7 1.1811 0.9352 1.4269 +160 1 -0.2872 -0.7843 0.2099 +160 2 -0.3422 -0.7935 0.1091 +160 3 -0.3972 -0.8226 0.0282 +160 4 -0.4522 -0.8754 -0.0291 +160 5 -0.5072 -0.952 -0.0625 +160 6 -0.5622 -1.0495 -0.075 +160 7 -0.6173 -1.163 -0.0715 +161 1 -1.135 -1.4017 -0.8683 +161 2 -1.2553 -1.4775 -1.033 +161 3 -1.3755 -1.576 -1.175 +161 4 -1.4958 -1.7045 -1.2871 +161 5 -1.6161 -1.8598 -1.3723 +161 6 -1.7364 -2.0328 -1.4399 +161 7 -1.8566 -2.2157 -1.4976 +162 1 0.0993 -0.1385 0.3372 +162 2 0.0749 -0.1504 0.3003 +162 3 0.0505 -0.1632 0.2643 +162 4 0.0262 -0.177 0.2293 +162 5 0.0018 -0.192 0.1955 +162 6 -0.0226 -0.2083 0.163 +162 7 -0.047 -0.2261 0.1321 +162 8 -0.0714 -0.2457 0.1029 +162 9 -0.0958 -0.2671 0.0755 +162 10 -0.1202 -0.2904 0.0501 +162 11 -0.1446 -0.3158 0.0267 +162 12 -0.1689 -0.3431 0.0052 +162 13 -0.1933 -0.3723 -0.0144 +162 14 -0.2177 -0.4032 -0.0323 +162 15 -0.2421 -0.4356 -0.0486 +162 16 -0.2665 -0.4694 -0.0636 +162 17 -0.2909 -0.5044 -0.0774 +162 18 -0.3153 -0.5403 -0.0902 +162 19 -0.3397 -0.5772 -0.1022 +163 1 0.6984 0.3562 1.0406 +163 2 0.6397 0.3067 0.9728 +163 3 0.5811 0.2564 0.9057 +163 4 0.5224 0.2053 0.8394 +163 5 0.4637 0.1534 0.774 +163 6 0.4051 0.1005 0.7096 +163 7 0.3464 0.0466 0.6461 +163 8 0.2877 -0.0083 0.5837 +163 9 0.229 -0.0643 0.5224 +163 10 0.1704 -0.1214 0.4622 +163 11 0.1117 -0.1797 0.4031 +163 12 0.053 -0.239 0.3451 +163 13 -0.0056 -0.2995 0.2883 +163 14 -0.0643 -0.3611 0.2326 +163 15 -0.123 -0.4238 0.1779 +163 16 -0.1816 -0.4874 0.1242 +163 17 -0.2403 -0.552 0.0715 +163 18 -0.2989 -0.6176 0.0197 +163 19 -0.3576 -0.6839 -0.0313 +164 1 -1.3861 -1.8058 -0.9665 +164 2 -1.3348 -1.7327 -0.9369 +164 3 -1.2835 -1.6609 -0.9062 +164 4 -1.2322 -1.5904 -0.8741 +164 5 -1.181 -1.5215 -0.8404 +164 6 -1.1297 -1.4545 -0.8048 +164 7 -1.0784 -1.3896 -0.7671 +164 8 -1.0271 -1.3272 -0.727 +164 9 -0.9758 -1.2675 -0.6841 +164 10 -0.9245 -1.2107 -0.6384 +164 11 -0.8732 -1.157 -0.5895 +164 12 -0.8219 -1.1065 -0.5374 +164 13 -0.7706 -1.0592 -0.4821 +164 14 -0.7193 -1.0149 -0.4238 +164 15 -0.6681 -0.9734 -0.3627 +164 16 -0.6168 -0.9345 -0.299 +164 17 -0.5655 -0.8979 -0.233 +164 18 -0.5142 -0.8633 -0.165 +164 19 -0.4629 -0.8304 -0.0953 +165 1 -0.7203 -0.8348 -0.6058 +165 2 -0.7244 -0.8363 -0.6125 +165 3 -0.7285 -0.838 -0.619 +165 4 -0.7326 -0.84 -0.6252 +165 5 -0.7367 -0.8424 -0.6311 +165 6 -0.7408 -0.845 -0.6366 +165 7 -0.7449 -0.8479 -0.6419 +165 8 -0.749 -0.8512 -0.6469 +165 9 -0.7531 -0.8548 -0.6515 +165 10 -0.7572 -0.8587 -0.6558 +165 11 -0.7613 -0.863 -0.6597 +165 12 -0.7654 -0.8676 -0.6633 +165 13 -0.7696 -0.8725 -0.6666 +165 14 -0.7737 -0.8778 -0.6696 +165 15 -0.7778 -0.8833 -0.6722 +165 16 -0.7819 -0.8892 -0.6745 +165 17 -0.786 -0.8954 -0.6766 +165 18 -0.7901 -0.9019 -0.6783 +165 19 -0.7942 -0.9086 -0.6798 +166 1 0.2793 0.076 0.4827 +166 2 0.2912 0.1063 0.4761 +166 3 0.3031 0.1289 0.4774 +166 4 0.3151 0.1421 0.4881 +166 5 0.327 0.1458 0.5082 +166 6 0.3389 0.1411 0.5366 +166 7 0.3508 0.1301 0.5715 +167 1 -1.4646 -1.7286 -1.2006 +167 2 -1.4084 -1.6385 -1.1783 +167 3 -1.3522 -1.5583 -1.1461 +167 4 -1.296 -1.4917 -1.1003 +167 5 -1.2398 -1.4407 -1.0389 +167 6 -1.1836 -1.4042 -0.963 +167 7 -1.1274 -1.3789 -0.8759 +168 1 -1.6076 -1.6824 -1.5328 +168 2 -1.5853 -1.6573 -1.5132 +168 3 -1.5629 -1.6325 -1.4934 +168 4 -1.5406 -1.6079 -1.4733 +168 5 -1.5183 -1.5835 -1.453 +168 6 -1.4959 -1.5595 -1.4324 +168 7 -1.4736 -1.5357 -1.4115 +168 8 -1.4513 -1.5123 -1.3902 +168 9 -1.4289 -1.4892 -1.3687 +168 10 -1.4066 -1.4665 -1.3467 +168 11 -1.3843 -1.4441 -1.3244 +168 12 -1.3619 -1.4222 -1.3017 +168 13 -1.3396 -1.4005 -1.2787 +168 14 -1.3173 -1.3792 -1.2553 +168 15 -1.2949 -1.3583 -1.2316 +168 16 -1.2726 -1.3376 -1.2076 +168 17 -1.2503 -1.3173 -1.1833 +168 18 -1.2279 -1.2972 -1.1587 +168 19 -1.2056 -1.2773 -1.1339 +169 1 -1.6585 -1.914 -1.403 +169 2 -1.4963 -1.7166 -1.276 +169 3 -1.3341 -1.5293 -1.1388 +169 4 -1.1718 -1.3564 -0.9872 +169 5 -1.0096 -1.2002 -0.8189 +169 6 -0.8473 -1.0593 -0.6353 +169 7 -0.6851 -0.9298 -0.4403 +170 1 -1.92 -2.0041 -1.8358 +170 2 -1.8123 -1.8852 -1.7395 +170 3 -1.7047 -1.7698 -1.6397 +170 4 -1.5971 -1.659 -1.5352 +170 5 -1.4895 -1.5537 -1.4253 +170 6 -1.3819 -1.4532 -1.3106 +170 7 -1.2743 -1.3564 -1.1922 +171 1 -1.4763 -1.5861 -1.3666 +171 2 -1.4647 -1.5588 -1.3705 +171 3 -1.4531 -1.5373 -1.3688 +171 4 -1.4414 -1.5236 -1.3592 +171 5 -1.4298 -1.5183 -1.3413 +171 6 -1.4181 -1.5198 -1.3165 +171 7 -1.4065 -1.5259 -1.2871 +172 1 -2.6126 -3.1398 -2.0855 +172 2 -2.5527 -3.0455 -2.0599 +172 3 -2.4928 -2.9518 -2.0338 +172 4 -2.4329 -2.8587 -2.0071 +172 5 -2.373 -2.7664 -1.9796 +172 6 -2.313 -2.675 -1.9511 +172 7 -2.2531 -2.585 -1.9213 +172 8 -2.1932 -2.4966 -1.8898 +172 9 -2.1333 -2.4104 -1.8562 +172 10 -2.0734 -2.327 -1.8197 +172 11 -2.0135 -2.2474 -1.7795 +172 12 -1.9535 -2.1725 -1.7346 +172 13 -1.8936 -2.1033 -1.6839 +172 14 -1.8337 -2.0406 -1.6268 +172 15 -1.7738 -1.9847 -1.5629 +172 16 -1.7139 -1.9352 -1.4925 +172 17 -1.6539 -1.8912 -1.4167 +172 18 -1.594 -1.8517 -1.3363 +172 19 -1.5341 -1.8158 -1.2524 +173 1 -1.381 -1.761 -1.001 +173 2 -1.2578 -1.6148 -0.9009 +173 3 -1.1347 -1.4765 -0.7929 +173 4 -1.0116 -1.3472 -0.6759 +173 5 -0.8884 -1.2274 -0.5495 +173 6 -0.7653 -1.1167 -0.4139 +173 7 -0.6421 -1.0142 -0.2701 +174 1 -0.8461 -0.8936 -0.7985 +174 2 -0.8203 -0.8669 -0.7737 +174 3 -0.7945 -0.8402 -0.7488 +174 4 -0.7687 -0.8136 -0.7239 +174 5 -0.743 -0.7871 -0.6988 +174 6 -0.7172 -0.7608 -0.6736 +174 7 -0.6914 -0.7345 -0.6484 +174 8 -0.6656 -0.7083 -0.623 +174 9 -0.6399 -0.6823 -0.5975 +174 10 -0.6141 -0.6564 -0.5719 +174 11 -0.5883 -0.6305 -0.5461 +174 12 -0.5626 -0.6049 -0.5203 +174 13 -0.5368 -0.5793 -0.4943 +174 14 -0.511 -0.5538 -0.4682 +174 15 -0.4852 -0.5285 -0.442 +174 16 -0.4595 -0.5032 -0.4157 +174 17 -0.4337 -0.4781 -0.3893 +174 18 -0.4079 -0.4531 -0.3628 +174 19 -0.3821 -0.4281 -0.3362 +175 1 -1.1825 -1.3106 -1.0544 +175 2 -1.2277 -1.3484 -1.107 +175 3 -1.2729 -1.3868 -1.1589 +175 4 -1.3181 -1.4261 -1.21 +175 5 -1.3632 -1.4663 -1.2602 +175 6 -1.4084 -1.5076 -1.3092 +175 7 -1.4536 -1.5502 -1.3571 +175 8 -1.4988 -1.594 -1.4036 +175 9 -1.544 -1.6393 -1.4487 +175 10 -1.5892 -1.6859 -1.4925 +175 11 -1.6344 -1.7339 -1.5349 +175 12 -1.6796 -1.783 -1.5761 +175 13 -1.7248 -1.8333 -1.6163 +175 14 -1.77 -1.8845 -1.6555 +175 15 -1.8151 -1.9364 -1.6939 +175 16 -1.8603 -1.9891 -1.7316 +175 17 -1.9055 -2.0423 -1.7687 +175 18 -1.9507 -2.096 -1.8054 +175 19 -1.9959 -2.1501 -1.8417 +176 1 -2.4267 -2.6906 -2.1629 +176 2 -2.4062 -2.6546 -2.1578 +176 3 -2.3857 -2.6195 -2.1519 +176 4 -2.3652 -2.5855 -2.1449 +176 5 -2.3447 -2.5527 -2.1367 +176 6 -2.3242 -2.5213 -2.1271 +176 7 -2.3037 -2.4917 -2.1157 +176 8 -2.2832 -2.4641 -2.1023 +176 9 -2.2627 -2.4386 -2.0868 +176 10 -2.2422 -2.4156 -2.0688 +176 11 -2.2217 -2.3951 -2.0483 +176 12 -2.2012 -2.3771 -2.0253 +176 13 -2.1807 -2.3615 -1.9999 +176 14 -2.1602 -2.3481 -1.9722 +176 15 -2.1397 -2.3367 -1.9426 +176 16 -2.1192 -2.327 -1.9113 +176 17 -2.0987 -2.3188 -1.8785 +176 18 -2.0782 -2.3118 -1.8445 +176 19 -2.0576 -2.3059 -1.8094 +177 1 -0.9453 -1.0422 -0.8485 +177 2 -0.944 -1.0384 -0.8496 +177 3 -0.9426 -1.0348 -0.8505 +177 4 -0.9413 -1.0314 -0.8511 +177 5 -0.9399 -1.0283 -0.8515 +177 6 -0.9385 -1.0254 -0.8516 +177 7 -0.9372 -1.0229 -0.8515 +177 8 -0.9358 -1.0206 -0.851 +177 9 -0.9344 -1.0187 -0.8502 +177 10 -0.9331 -1.017 -0.8491 +177 11 -0.9317 -1.0157 -0.8477 +177 12 -0.9303 -1.0147 -0.8459 +177 13 -0.929 -1.0141 -0.8439 +177 14 -0.9276 -1.0137 -0.8415 +177 15 -0.9263 -1.0136 -0.8389 +177 16 -0.9249 -1.0139 -0.8359 +177 17 -0.9235 -1.0143 -0.8327 +177 18 -0.9222 -1.0151 -0.8292 +177 19 -0.9208 -1.0161 -0.8255 +178 1 -0.8984 -1.1459 -0.6509 +178 2 -0.9008 -1.14 -0.6616 +178 3 -0.9031 -1.1349 -0.6714 +178 4 -0.9055 -1.1308 -0.6803 +178 5 -0.9079 -1.1276 -0.6882 +178 6 -0.9103 -1.1255 -0.695 +178 7 -0.9126 -1.1246 -0.7007 +178 8 -0.915 -1.1248 -0.7052 +178 9 -0.9174 -1.1263 -0.7084 +178 10 -0.9197 -1.129 -0.7105 +178 11 -0.9221 -1.133 -0.7112 +178 12 -0.9245 -1.1382 -0.7108 +178 13 -0.9269 -1.1445 -0.7092 +178 14 -0.9292 -1.1519 -0.7065 +178 15 -0.9316 -1.1604 -0.7028 +178 16 -0.934 -1.1698 -0.6981 +178 17 -0.9364 -1.1801 -0.6926 +178 18 -0.9387 -1.1912 -0.6863 +178 19 -0.9411 -1.203 -0.6792 +179 1 0.2658 -0.1996 0.7312 +179 2 0.0292 -0.3975 0.4559 +179 3 -0.2073 -0.6103 0.1957 +179 4 -0.4439 -0.8409 -0.0468 +179 5 -0.6804 -1.09 -0.2709 +179 6 -0.917 -1.356 -0.478 +179 7 -1.1535 -1.6357 -0.6713 +180 1 -0.9973 -1.2462 -0.7483 +180 2 -1.0639 -1.3007 -0.8272 +180 3 -1.1306 -1.3568 -0.9044 +180 4 -1.1973 -1.415 -0.9796 +180 5 -1.264 -1.4753 -1.0527 +180 6 -1.3307 -1.538 -1.1233 +180 7 -1.3974 -1.6033 -1.1915 +180 8 -1.464 -1.6711 -1.257 +180 9 -1.5307 -1.7414 -1.32 +180 10 -1.5974 -1.8142 -1.3806 +180 11 -1.6641 -1.8892 -1.439 +180 12 -1.7308 -1.9661 -1.4954 +180 13 -1.7975 -2.0448 -1.5501 +180 14 -1.8641 -2.125 -1.6033 +180 15 -1.9308 -2.2065 -1.6552 +180 16 -1.9975 -2.289 -1.706 +180 17 -2.0642 -2.3725 -1.7559 +180 18 -2.1309 -2.4567 -1.805 +180 19 -2.1976 -2.5416 -1.8535 +181 1 -0.4785 -0.9743 0.0173 +181 2 -0.4274 -0.9002 0.0453 +181 3 -0.3764 -0.828 0.0752 +181 4 -0.3253 -0.7579 0.1072 +181 5 -0.2742 -0.6901 0.1416 +181 6 -0.2232 -0.625 0.1787 +181 7 -0.1721 -0.5629 0.2187 +181 8 -0.121 -0.5041 0.262 +181 9 -0.07 -0.4486 0.3087 +181 10 -0.0189 -0.3968 0.359 +181 11 0.0322 -0.3486 0.4129 +181 12 0.0833 -0.3039 0.4704 +181 13 0.1343 -0.2626 0.5312 +181 14 0.1854 -0.2244 0.5952 +181 15 0.2365 -0.189 0.662 +181 16 0.2876 -0.1562 0.7314 +181 17 0.3387 -0.1256 0.803 +181 18 0.3898 -0.097 0.8765 +181 19 0.4408 -0.0701 0.9518 +182 1 -0.5909 -0.8378 -0.344 +182 2 -0.6156 -0.8411 -0.3901 +182 3 -0.6403 -0.8533 -0.4273 +182 4 -0.665 -0.876 -0.454 +182 5 -0.6897 -0.9095 -0.4698 +182 6 -0.7144 -0.9527 -0.4761 +182 7 -0.7391 -1.0035 -0.4746 +183 1 -1.1701 -1.2978 -1.0423 +183 2 -1.2494 -1.3608 -1.1381 +183 3 -1.3288 -1.4339 -1.2238 +183 4 -1.4082 -1.5189 -1.2975 +183 5 -1.4876 -1.6143 -1.361 +183 6 -1.567 -1.7167 -1.4173 +183 7 -1.6464 -1.8234 -1.4694 +184 1 -1.8186 -2.2729 -1.3643 +184 2 -1.8007 -2.2286 -1.3727 +184 3 -1.7827 -2.1854 -1.38 +184 4 -1.7648 -2.1435 -1.386 +184 5 -1.7468 -2.1031 -1.3905 +184 6 -1.7289 -2.0646 -1.3932 +184 7 -1.7109 -2.0283 -1.3936 +184 8 -1.693 -1.9945 -1.3915 +184 9 -1.6751 -1.9638 -1.3863 +184 10 -1.6571 -1.9365 -1.3778 +184 11 -1.6392 -1.9129 -1.3654 +184 12 -1.6212 -1.8934 -1.3491 +184 13 -1.6033 -1.8779 -1.3287 +184 14 -1.5853 -1.8663 -1.3043 +184 15 -1.5674 -1.8585 -1.2763 +184 16 -1.5494 -1.854 -1.2449 +184 17 -1.5315 -1.8525 -1.2105 +184 18 -1.5136 -1.8534 -1.1737 +184 19 -1.4956 -1.8565 -1.1348 +185 1 -0.6047 -0.8004 -0.4089 +185 2 -0.5881 -0.7694 -0.4067 +185 3 -0.5715 -0.744 -0.3989 +185 4 -0.5549 -0.725 -0.3847 +185 5 -0.5383 -0.7127 -0.3638 +185 6 -0.5217 -0.7066 -0.3367 +185 7 -0.5051 -0.7057 -0.3044 +186 1 -0.4019 -0.8849 0.0811 +186 2 -0.2601 -0.6857 0.1655 +186 3 -0.1183 -0.5101 0.2736 +186 4 0.0236 -0.3645 0.4117 +186 5 0.1654 -0.2497 0.5806 +186 6 0.3073 -0.1605 0.7751 +186 7 0.4492 -0.0894 0.9877 +187 1 -1.9645 -2.0532 -1.8758 +187 2 -1.9276 -2.0119 -1.8432 +187 3 -1.8906 -1.9709 -1.8104 +187 4 -1.8537 -1.9301 -1.7773 +187 5 -1.8168 -1.8897 -1.7438 +187 6 -1.7798 -1.8496 -1.71 +187 7 -1.7429 -1.81 -1.6757 +187 8 -1.7059 -1.7709 -1.641 +187 9 -1.669 -1.7324 -1.6057 +187 10 -1.6321 -1.6944 -1.5698 +187 11 -1.5951 -1.657 -1.5333 +187 12 -1.5582 -1.6203 -1.4961 +187 13 -1.5213 -1.5841 -1.4584 +187 14 -1.4843 -1.5486 -1.42 +187 15 -1.4474 -1.5136 -1.3811 +187 16 -1.4104 -1.4792 -1.3417 +187 17 -1.3735 -1.4452 -1.3018 +187 18 -1.3366 -1.4116 -1.2615 +187 19 -1.2996 -1.3784 -1.2209 +188 1 -1.1335 -1.7024 -0.5647 +188 2 -1.0281 -1.544 -0.5122 +188 3 -0.9227 -1.4063 -0.4392 +188 4 -0.8173 -1.2935 -0.3412 +188 5 -0.712 -1.2068 -0.2171 +188 6 -0.6066 -1.1434 -0.0697 +188 7 -0.5012 -1.0983 0.096 +189 1 -1.5853 -1.6576 -1.513 +189 2 -1.519 -1.5845 -1.4535 +189 3 -1.4527 -1.5139 -1.3916 +189 4 -1.3865 -1.4464 -1.3266 +189 5 -1.3202 -1.3821 -1.2583 +189 6 -1.2539 -1.3208 -1.1871 +189 7 -1.1877 -1.2618 -1.1135 +190 1 -2.043 -2.1699 -1.9162 +190 2 -2.0258 -2.1466 -1.905 +190 3 -2.0086 -2.1237 -1.8935 +190 4 -1.9913 -2.1012 -1.8814 +190 5 -1.9741 -2.0793 -1.8688 +190 6 -1.9568 -2.058 -1.8557 +190 7 -1.9396 -2.0374 -1.8418 +190 8 -1.9223 -2.0175 -1.8272 +190 9 -1.9051 -1.9984 -1.8118 +190 10 -1.8879 -1.9802 -1.7956 +190 11 -1.8706 -1.9628 -1.7784 +190 12 -1.8534 -1.9464 -1.7604 +190 13 -1.8361 -1.9308 -1.7415 +190 14 -1.8189 -1.916 -1.7218 +190 15 -1.8016 -1.902 -1.7013 +190 16 -1.7844 -1.8887 -1.6801 +190 17 -1.7672 -1.876 -1.6584 +190 18 -1.7499 -1.8638 -1.636 +190 19 -1.7327 -1.8521 -1.6132 +191 1 -1.0245 -1.2328 -0.8163 +191 2 -0.9396 -1.1377 -0.7416 +191 3 -0.8547 -1.0462 -0.6631 +191 4 -0.7698 -0.9589 -0.5807 +191 5 -0.6848 -0.8757 -0.494 +191 6 -0.5999 -0.7967 -0.4031 +191 7 -0.515 -0.7214 -0.3086 +192 1 -0.4858 -1.1271 0.1556 +192 2 -0.4495 -1.0837 0.1848 +192 3 -0.4131 -1.0409 0.2146 +192 4 -0.3768 -0.9988 0.2451 +192 5 -0.3405 -0.9575 0.2764 +192 6 -0.3042 -0.9168 0.3084 +192 7 -0.2679 -0.877 0.3412 +192 8 -0.2316 -0.8379 0.3747 +192 9 -0.1953 -0.7996 0.4091 +192 10 -0.159 -0.7621 0.4442 +192 11 -0.1227 -0.7254 0.4801 +192 12 -0.0863 -0.6895 0.5168 +192 13 -0.05 -0.6543 0.5543 +192 14 -0.0137 -0.62 0.5925 +192 15 0.0226 -0.5864 0.6316 +192 16 0.0589 -0.5536 0.6714 +192 17 0.0952 -0.5216 0.712 +192 18 0.1315 -0.4903 0.7533 +192 19 0.1678 -0.4597 0.7954 +193 1 -1.181 -1.4123 -0.9497 +193 2 -1.3567 -1.5507 -1.1627 +193 3 -1.5324 -1.7169 -1.3479 +193 4 -1.7081 -1.9149 -1.5014 +193 5 -1.8838 -2.1363 -1.6313 +193 6 -2.0595 -2.3711 -1.748 +193 7 -2.2353 -2.613 -1.8575 +194 1 -1.2908 -1.3514 -1.2302 +194 2 -1.2871 -1.3453 -1.2289 +194 3 -1.2834 -1.3394 -1.2275 +194 4 -1.2797 -1.3337 -1.2258 +194 5 -1.2761 -1.3282 -1.2239 +194 6 -1.2724 -1.323 -1.2218 +194 7 -1.2687 -1.3181 -1.2193 +194 8 -1.265 -1.3134 -1.2165 +194 9 -1.2613 -1.3092 -1.2135 +194 10 -1.2576 -1.3052 -1.21 +194 11 -1.2539 -1.3016 -1.2062 +194 12 -1.2502 -1.2984 -1.2021 +194 13 -1.2466 -1.2954 -1.1977 +194 14 -1.2429 -1.2928 -1.1929 +194 15 -1.2392 -1.2905 -1.1878 +194 16 -1.2355 -1.2885 -1.1825 +194 17 -1.2318 -1.2868 -1.1768 +194 18 -1.2281 -1.2852 -1.171 +194 19 -1.2244 -1.2839 -1.165 +195 1 -1.0228 -1.1337 -0.9119 +195 2 -1.0422 -1.15 -0.9344 +195 3 -1.0616 -1.1666 -0.9565 +195 4 -1.081 -1.1835 -0.9784 +195 5 -1.1003 -1.2008 -0.9998 +195 6 -1.1197 -1.2185 -1.0209 +195 7 -1.1391 -1.2366 -1.0416 +195 8 -1.1585 -1.2551 -1.0619 +195 9 -1.1779 -1.274 -1.0818 +195 10 -1.1973 -1.2933 -1.1012 +195 11 -1.2166 -1.313 -1.1203 +195 12 -1.236 -1.3332 -1.1388 +195 13 -1.2554 -1.3538 -1.157 +195 14 -1.2748 -1.3748 -1.1748 +195 15 -1.2942 -1.3962 -1.1922 +195 16 -1.3136 -1.4179 -1.2092 +195 17 -1.333 -1.44 -1.2259 +195 18 -1.3523 -1.4624 -1.2423 +195 19 -1.3717 -1.485 -1.2584 +196 1 -0.7394 -0.9457 -0.5331 +196 2 -0.7189 -0.9214 -0.5163 +196 3 -0.6983 -0.8975 -0.4991 +196 4 -0.6777 -0.874 -0.4814 +196 5 -0.6572 -0.8509 -0.4634 +196 6 -0.6366 -0.8283 -0.445 +196 7 -0.6161 -0.8061 -0.4261 +196 8 -0.5955 -0.7843 -0.4067 +196 9 -0.575 -0.763 -0.3869 +196 10 -0.5544 -0.7422 -0.3666 +196 11 -0.5338 -0.7219 -0.3458 +196 12 -0.5133 -0.702 -0.3245 +196 13 -0.4927 -0.6827 -0.3028 +196 14 -0.4722 -0.6638 -0.2806 +196 15 -0.4516 -0.6453 -0.258 +196 16 -0.4311 -0.6272 -0.2349 +196 17 -0.4105 -0.6096 -0.2115 +196 18 -0.39 -0.5924 -0.1876 +196 19 -0.3694 -0.5755 -0.1634 +197 1 -1.5468 -1.7185 -1.375 +197 2 -1.5551 -1.7203 -1.3899 +197 3 -1.5634 -1.7227 -1.4041 +197 4 -1.5718 -1.7258 -1.4178 +197 5 -1.5801 -1.7295 -1.4307 +197 6 -1.5884 -1.734 -1.4428 +197 7 -1.5968 -1.7394 -1.4541 +197 8 -1.6051 -1.7456 -1.4645 +197 9 -1.6134 -1.7528 -1.474 +197 10 -1.6217 -1.7609 -1.4825 +197 11 -1.6301 -1.77 -1.4901 +197 12 -1.6384 -1.7801 -1.4967 +197 13 -1.6467 -1.791 -1.5025 +197 14 -1.6551 -1.8028 -1.5073 +197 15 -1.6634 -1.8154 -1.5114 +197 16 -1.6717 -1.8287 -1.5147 +197 17 -1.6801 -1.8428 -1.5174 +197 18 -1.6884 -1.8574 -1.5194 +197 19 -1.6967 -1.8725 -1.5209 +198 1 -2.0533 -2.4069 -1.6996 +198 2 -1.9521 -2.2936 -1.6106 +198 3 -1.851 -2.1809 -1.5211 +198 4 -1.7498 -2.0687 -1.431 +198 5 -1.6487 -1.9572 -1.3402 +198 6 -1.5476 -1.8465 -1.2487 +198 7 -1.4464 -1.7365 -1.1563 +198 8 -1.3453 -1.6275 -1.0631 +198 9 -1.2442 -1.5196 -0.9688 +198 10 -1.143 -1.4127 -0.8734 +198 11 -1.0419 -1.3071 -0.7767 +198 12 -0.9408 -1.2027 -0.6788 +198 13 -0.8396 -1.0997 -0.5795 +198 14 -0.7385 -0.9981 -0.4789 +198 15 -0.6374 -0.8977 -0.377 +198 16 -0.5363 -0.7987 -0.2738 +198 17 -0.4351 -0.701 -0.1693 +198 18 -0.334 -0.6044 -0.0636 +198 19 -0.2329 -0.5089 0.0432 +199 1 -1.3145 -1.7056 -0.9235 +199 2 -1.1647 -1.4994 -0.8301 +199 3 -1.015 -1.3106 -0.7193 +199 4 -0.8652 -1.1465 -0.5838 +199 5 -0.7154 -1.0106 -0.4202 +199 6 -0.5656 -0.8994 -0.2318 +199 7 -0.4158 -0.8058 -0.0258 +200 1 0.1872 0.1344 0.2399 +200 2 0.2196 0.1686 0.2706 +200 3 0.2521 0.2021 0.302 +200 4 0.2845 0.2347 0.3343 +200 5 0.3169 0.2665 0.3673 +200 6 0.3494 0.2975 0.4012 +200 7 0.3818 0.3278 0.4359 +201 1 -1.3349 -1.838 -0.8318 +201 2 -1.3167 -1.8006 -0.8328 +201 3 -1.2985 -1.7646 -0.8324 +201 4 -1.2803 -1.7301 -0.8304 +201 5 -1.2621 -1.6975 -0.8267 +201 6 -1.2439 -1.6669 -0.8209 +201 7 -1.2257 -1.6384 -0.813 +201 8 -1.2075 -1.6122 -0.8028 +201 9 -1.1893 -1.5885 -0.7901 +201 10 -1.1711 -1.5674 -0.7748 +201 11 -1.1529 -1.5489 -0.7569 +201 12 -1.1347 -1.533 -0.7364 +201 13 -1.1165 -1.5198 -0.7132 +201 14 -1.0983 -1.509 -0.6876 +201 15 -1.0801 -1.5005 -0.6596 +201 16 -1.0619 -1.4943 -0.6295 +201 17 -1.0437 -1.4901 -0.5973 +201 18 -1.0255 -1.4877 -0.5633 +201 19 -1.0073 -1.4869 -0.5277 +202 1 -1.1125 -1.1742 -1.0508 +202 2 -1.0979 -1.1577 -1.038 +202 3 -1.0832 -1.1413 -1.0251 +202 4 -1.0686 -1.1252 -1.012 +202 5 -1.054 -1.1092 -0.9988 +202 6 -1.0394 -1.0934 -0.9853 +202 7 -1.0247 -1.0778 -0.9716 +202 8 -1.0101 -1.0625 -0.9577 +202 9 -0.9955 -1.0473 -0.9436 +202 10 -0.9808 -1.0325 -0.9292 +202 11 -0.9662 -1.0178 -0.9146 +202 12 -0.9516 -1.0034 -0.8998 +202 13 -0.937 -0.9893 -0.8847 +202 14 -0.9223 -0.9753 -0.8693 +202 15 -0.9077 -0.9616 -0.8538 +202 16 -0.8931 -0.9481 -0.838 +202 17 -0.8785 -0.9348 -0.8221 +202 18 -0.8638 -0.9217 -0.8059 +202 19 -0.8492 -0.9088 -0.7896 +203 1 -1.067 -1.1614 -0.9726 +203 2 -1.1149 -1.2026 -1.0271 +203 3 -1.1627 -1.2468 -1.0787 +203 4 -1.2106 -1.2943 -1.127 +203 5 -1.2585 -1.3451 -1.1719 +203 6 -1.3064 -1.399 -1.2138 +203 7 -1.3543 -1.4552 -1.2533 +204 1 -1.9286 -2.2949 -1.5624 +204 2 -1.9371 -2.286 -1.5882 +204 3 -1.9455 -2.2784 -1.6126 +204 4 -1.954 -2.2725 -1.6355 +204 5 -1.9624 -2.2683 -1.6565 +204 6 -1.9709 -2.2662 -1.6755 +204 7 -1.9793 -2.2663 -1.6923 +204 8 -1.9878 -2.2689 -1.7066 +204 9 -1.9962 -2.2741 -1.7183 +204 10 -2.0047 -2.282 -1.7273 +204 11 -2.0131 -2.2926 -1.7336 +204 12 -2.0215 -2.3059 -1.7372 +204 13 -2.03 -2.3216 -1.7383 +204 14 -2.0384 -2.3398 -1.7371 +204 15 -2.0469 -2.36 -1.7338 +204 16 -2.0553 -2.3821 -1.7285 +204 17 -2.0638 -2.4059 -1.7216 +204 18 -2.0722 -2.4312 -1.7132 +204 19 -2.0807 -2.4577 -1.7036 +205 1 -0.9427 -1.1126 -0.7729 +205 2 -0.9289 -1.0823 -0.7756 +205 3 -0.9151 -1.0601 -0.7701 +205 4 -0.9013 -1.0476 -0.7551 +205 5 -0.8875 -1.0443 -0.7307 +205 6 -0.8737 -1.0487 -0.6987 +205 7 -0.8599 -1.0587 -0.6611 +206 1 0.4868 0.3677 0.6059 +206 2 0.4313 0.3168 0.5458 +206 3 0.3758 0.2651 0.4865 +206 4 0.3203 0.2127 0.428 +206 5 0.2649 0.1593 0.3704 +206 6 0.2094 0.105 0.3138 +206 7 0.1539 0.0497 0.2582 +206 8 0.0984 -0.0066 0.2035 +206 9 0.043 -0.0639 0.1498 +206 10 -0.0125 -0.1221 0.097 +206 11 -0.068 -0.1811 0.0451 +206 12 -0.1235 -0.241 -0.006 +206 13 -0.179 -0.3015 -0.0564 +206 14 -0.2344 -0.3626 -0.1063 +206 15 -0.2899 -0.4243 -0.1556 +206 16 -0.3454 -0.4864 -0.2044 +206 17 -0.4009 -0.5489 -0.2528 +206 18 -0.4563 -0.6118 -0.3009 +206 19 -0.5118 -0.675 -0.3487 +207 1 -1.8299 -1.924 -1.7358 +207 2 -1.7596 -1.8429 -1.6762 +207 3 -1.6893 -1.7656 -1.613 +207 4 -1.619 -1.6928 -1.5451 +207 5 -1.5487 -1.6252 -1.4722 +207 6 -1.4784 -1.5622 -1.3946 +207 7 -1.4081 -1.5028 -1.3134 +208 1 -0.6742 -0.8746 -0.4739 +208 2 -0.5561 -0.7385 -0.3737 +208 3 -0.4379 -0.6068 -0.269 +208 4 -0.3197 -0.4806 -0.1589 +208 5 -0.2016 -0.3608 -0.0423 +208 6 -0.0834 -0.2475 0.0807 +208 7 0.0348 -0.1401 0.2096 +209 1 -2.531 -3.0032 -2.0589 +209 2 -2.3562 -2.7355 -1.9769 +209 3 -2.1813 -2.477 -1.8857 +209 4 -2.0065 -2.238 -1.775 +209 5 -1.8317 -2.0377 -1.6257 +209 6 -1.6568 -1.889 -1.4247 +209 7 -1.482 -1.7787 -1.1853 +210 1 -1.6945 -2.276 -1.113 +210 2 -1.6699 -2.2217 -1.1182 +210 3 -1.6453 -2.1688 -1.1219 +210 4 -1.6207 -2.1176 -1.1239 +210 5 -1.5961 -2.0683 -1.124 +210 6 -1.5715 -2.0213 -1.1218 +210 7 -1.5469 -1.9769 -1.117 +210 8 -1.5223 -1.9356 -1.1091 +210 9 -1.4978 -1.8976 -1.0979 +210 10 -1.4732 -1.8634 -1.0829 +210 11 -1.4486 -1.8331 -1.064 +210 12 -1.424 -1.8071 -1.0408 +210 13 -1.3994 -1.7853 -1.0134 +210 14 -1.3748 -1.7676 -0.9819 +210 15 -1.3502 -1.7539 -0.9464 +210 16 -1.3256 -1.7438 -0.9073 +210 17 -1.301 -1.7369 -0.865 +210 18 -1.2764 -1.733 -0.8197 +210 19 -1.2518 -1.7315 -0.772 +211 1 -0.6049 -0.8597 -0.35 +211 2 -0.6109 -0.8568 -0.365 +211 3 -0.6169 -0.8546 -0.3793 +211 4 -0.623 -0.8533 -0.3926 +211 5 -0.629 -0.853 -0.405 +211 6 -0.635 -0.8537 -0.4164 +211 7 -0.6411 -0.8555 -0.4267 +211 8 -0.6471 -0.8584 -0.4358 +211 9 -0.6531 -0.8626 -0.4436 +211 10 -0.6592 -0.868 -0.4503 +211 11 -0.6652 -0.8747 -0.4556 +211 12 -0.6712 -0.8827 -0.4598 +211 13 -0.6772 -0.8918 -0.4627 +211 14 -0.6833 -0.9021 -0.4644 +211 15 -0.6893 -0.9136 -0.465 +211 16 -0.6953 -0.926 -0.4646 +211 17 -0.7014 -0.9394 -0.4633 +211 18 -0.7074 -0.9537 -0.4611 +211 19 -0.7134 -0.9687 -0.4581 +212 1 -1.5432 -1.8174 -1.269 +212 2 -1.3946 -1.6255 -1.1637 +212 3 -1.246 -1.4511 -1.041 +212 4 -1.0975 -1.3008 -0.8941 +212 5 -0.9489 -1.1752 -0.7226 +212 6 -0.8003 -1.068 -0.5327 +212 7 -0.6518 -0.9721 -0.3314 diff --git a/inst/results/linear_estimate.yml b/inst/results/linear_estimate.yml index 281636b..87b9d34 100644 --- a/inst/results/linear_estimate.yml +++ b/inst/results/linear_estimate.yml @@ -1,208 +1,422 @@ ..generic: - git2rdata: 0.4.0 + git2rdata: 0.5.2 optimize: yes NA string: NA sorting: - analysis - year - hash: e01f6fbac586e6aa164783d5a69d8220ce68b0d2 - data_hash: 92fa793ab165c82bd8807748b853cf0b8f0f1356 + hash: b18b880db3b07241f3dd0e0880de0db8b3dddef0 + data_hash: 941128afd4b9ecc552bd60a33beeff83969f3e8d + name: linear_estimate + title: Estimates along a linear trend analysis: class: factor labels: - - 02650104e02b12a9a70a250a6b9d125f09fb1e16 - - 042bbc7494ef5cb0ca7e6465e9f6d6c0141647a7 - - 0531c19f799288421c7093bc1a7e8739d91a6780 - - 057e825aff074e168523706c03897e0777df9b94 - - 062854d7ba0b4411e1d472c2fd4d00ea44d9d6cc - - 06f8fbd96827ebcc2af6cd68eb9d01db513af0cc - - 072d449dc164e98c19805f67ee6a5519b780fd2d - - 07abe67565ef00ca65939290f57b7f8fed0ef3e9 - - 09522a037bb7d4eb4eb30d98b17266dc6982e402 - - 0967f5345f27b53d7a380b08472c2478d7822c15 - - 09867787f649174cccd24a0d89c0b3ad0ad0df0f - - 0bf2c8c4276ad1bdac0113aa57d0db48210c2ddf - - 0c0f1fe43eb239c2b7c2ed45e9806c1d45ec3d9c - - 0d183074248f2e5b28564e239da2a969df490063 - - 0d7b96c65bf8434dad8ff4ae7b2dac11ba59468f - - 0db939ade562d517d56b747cb60af3e32d859b09 - - 0e21dea54f9050ff6ddec278c6156f6f67fa4620 - - 0e512f5267893868c482de2eaad7e086720f9da8 - - 0ec48c750ac18c1ed8c4e77e468bb3badeb6991c - - 101ae292210d6919e7202b9789585f3003181bb6 - - 109f8d0f5bbe62523061149347330b571c675604 - - 1143e70ace47ac9c9bade2025ba25a37cf0fa798 - - 12332689b0137519d1032e7b3c1bbdd99a145f05 - - 12957259e6f931c9e3dfa056e212ad43964188f1 - - 136464e83615f911221be753862ce926f171a224 - - 14913922c0fbab173e657b2a819e2c1dec9f01f0 - - 155d28c93d141f92e3cef3dace7746b4b42268c1 - - 158124d17fb643b7104455e0e65a799b56035f94 - - 16015aab58128aeb0ef17c995f4ca08362e9a25a - - 16a422954ecee1958247a1cbccca2cc072eb48a6 - - 179bee3114d70926e6728f3e4970718f60a2db62 - - 18b1df16080e691b63718cd87db6000a38ccce10 - - 1affa858be371732e5a6c8dadf5bb1384529b3a0 - - 1b00eaa10092ce6c27959ace686163bfbd1a5820 - - 1bd9dc3c69c6706234cd1004c04c73938474f9f8 - - 1ce44f2db5fbed3aa58287548ec1c20d75d4fe4e - - 1cff723dd6ac1d7020c74fd21a675ae48520627c - - 1eba32b1bf4f9a46630e975ca3136089e0db1ae0 - - 1ec158b6dcff1a27b37423604529175845d69dc1 - - 1edb836840d374c226c45cb34972bc0ec9b577a8 - - 214123bc075e6e379ec7078360d9b73f071a3045 - - 21bf947183e389b5548abc06f1e738c0cbed3d24 - - 268fa5ef37532a55a0689b5caeac7f13ec0d8b21 - - 286e32b908ef23fe49d3da4bf383190839677948 - - 2a2c28f48887aa266a915d1128edb1364f5fa1c8 - - 2ab0b73bf86827570c9c392e4e6220e999f70260 - - 2b5cf83b16cd86be0ba5bc30d59546cdc32959da - - 2eb1ed5f4bfb876fdfe5bd571db34d924c3bb272 - - 33bf9cebf5327ac9303e7fed3d7973237afe8ab3 - - 349cf0269b4a6f2ef93de480ebd03076c6cd074d - - 37d61eb6ac28e8143278bcff9ef74777b1324375 - - 3824f43fde18edcb7fa8b85aa3fe6c5cf0822856 - - 3849d5a1fbb0386873b33b08109ffa41b62061c7 - - 38c1d4a389933e0a95cf59a3ff97e399254e51c8 - - 3aa96165f327f320711286ec507f2c658987ad6a - - 3f960da3ec9176a5d454b984afa5a46056a51d2a - - 41da3955199dd0ca8f3277a04c8d5275a74de03d - - 41e5a53342b00751a96c76c5197913239fe8e4d0 - - 45972608d05083d7331c6ebedb352456b662b3e2 - - 45ad6a215f64db417d49b8bdbe368e4950899b53 - - 482e66ada430a624fb2ee6f2c743ef0cad295495 - - 490525dae0da5b33f52c8cceac2abaf5695c1dae - - 494f8e62354ed6fceadf7b4266909da1cb6cfc0f - - 49a9123859f5e9a39df6993ca2b826b1c086fb6d - - 4a9a780375969a9f7ecefcd7f94a7084917b02c0 - - 4b8edc749fc6ea1831e6b5ac7f9c5ae8aded5628 - - 4d8dd369d5876d899d0442cd2676b4aa77c108ed - - 4fcbfab58e277bb9df4f7b20795b1a394a086639 - - 588e4a744d60b67cf174f02cc6fbc47233b27bf2 - - 58c02fbe1b4622c5cbfca110cb5f6f967188e0d9 - - 58edf590b6aab47a5d7285558406629508e605d0 - - 5b6d6e295e2e83098930002d7d9b1597e8104f84 - - 5baa9b7c1cd1a2259cc473814a4389647bb6f312 - - 5ed6f01227c442a9bf533db64d792b40ed4ab645 - - 609efe21f6eb9bae6f533e933e8d1bd32c868990 - - 60ce4ea4ddf7da66a00e3836cb1ae91befd97658 - - 610e0202389348f6d8ed29b1ff13364c67ccb41e - - 633ced11405a6b40d20ab6daa7f4931c49878700 - - 656642fc5bf4812d01ed085c1890d4bb1d17709a - - 656bd38a12cd3be747e05454892f63ef7d363838 - - 661ecef37ddb1bfdf490ef65585e50ce6a11f502 - - 6869e075cac2ea8a726b825f52feb9cb19282c9d - - 69a9339dc105b38760dce76df845acbc33fffb4d - - 69eceee5397aebf212dc597716d6c17ede97646f - - 69efb804ab1932a948600494efb7073504826206 - - 6aa1ef507f8055df7cb4ac988f9c99f4aa034242 - - 6c788fc78680e305f5bb2a1610c62142f950ccf3 - - 6d4cd1885333b5178e725d711c86606516c7892f - - 6e37ab0aab00d51d6ddc10c195fec2972a20e4ef - - 6f9fc830e7868189584898431fa75f58214bf35d - - 704434095b342886b42dfea859c9c9f36a71bc38 - - 75c8f1e53570db45131d425d2dd16c4469969077 - - 76d281f71882b669130a32fcf9469f555f8a655b - - 7b6ea3ca13c428ab14ace9e8e92987f4c652550b - - 7c0eb388a0fbeff738c5767a89ed28c9254dd147 - - 7d6f78b66e8515936a87583c487cf738c99e03a2 - - 7e9a4360787c319ef67dfc9f3866fabf1d62bc43 - - 7eab71189ddcabfc28ce2ce022dd7831518cb8a5 - - 834b1cea6ebb419aa330dcbe46f4e63f1f23745c - - 84710c8b233b12501fe802b02a84bcba77d988a4 - - 860f565f39c4491817ca18b59a2a542828b35ab8 - - 8a005e4d231a4353d929481925baf648189614b7 - - 8a95181984c97cefdb31109d1eafdb171a213176 - - 8ea6ebfd7a7d1c9c756c49d2e6523b01de9b83e6 - - 8f2c9e2270370d6efd06a63144f1aad2b22c3dbb - - 8f3e2c3c211c102f47e4a2f61d88a45e273bb4b9 - - 8f59452aa3db35358ce6ceca6e899cadb572dad3 - - 90246b4f81a9a10e1f2fbd0c89bed45ceed1dd19 - - 9188e5c25e8616a28af08c97dd8d5633755a6321 - - 920acc0358b92059f65e963e2d556d3885be3516 - - 9210d9c448226ab6432d66d5452df74a65c0c44b - - 926f28df75a0d353d70d4fd43bb2bae79c548cc9 - - 92dc32d1aae8dc0349641b124188432db051ebd2 - - 92fa4376954618fbf5ca8d4bb3000d4effbdbe96 - - 94052f5b5f78700311bba2a7edec5694e7570206 - - 94d66ec8e8f53ff1f84f8db383082eb901747fa1 - - 9780e4c83411b9a4d781de9bdf7a865017012e36 - - 978cca4766cbc726d06b668633f33602db61eb06 - - 9982829dfdbd9a0dd00ea036ecb90759dcb07301 - - 9a51a1031e068fbbcaebd3e9e4079c8b103aa1cd - - 9ba0ca84ebe3f443d0a525ead480c8edf26f4b85 - - 9d24ff6b61d31727366d9a5a0fe97c9a4172260f - - 9db47d3d2e33b2ffa0204ba5d2169c32bf4c48b6 - - 9e464c8fe08c39ce5fa4952d6aca568bde73751c - - 9f71d5d8541539f416457185ee8f70a01a5b189d - - a173f24b64fbb4b49472f71d1e99210ff743c99f - - a41a2816c7ddadedd3b0c78171fb8c1b9fda38ca - - a778f23a229c2faa756ea3347694bf1382fc084f - - aa42ad4c5b0e2558eb0dbe8d1a45ea8dc187f9bb - - ab48257c9f53c661fd4b069a55d55b89bfc9e721 - - ace4d6ad2f4b6cfc780885cb498c3af872fab5dc - - ad48594408b255e610e12ed95d678c0feb4094e4 - - b0678c8ed27558036a4a3cae163928976d19a479 - - b15d26612f7a81a0115867e264977b4310422ba1 - - b2ed1d358cb5c53cb47c174722b8888bc41005b2 - - b4bf2fa96ffeddbd625786b9e3364bd1b4a6a283 - - b5e4c0c917c548e86d915f7869b194e66224dad5 - - b63cb2d9904cff200dbd05275527c817cd267fd2 - - b6521474f6627b1828eb31a1052cce4722547abe - - b7da8652aa4646ca8a183975092b76d92966c337 - - b88b20623c5793f9f1d0e8860ab65f4701f9a245 - - b928431c950a59bbcb99a651174576f524bf650d - - b936cdc59cbb73d004d7ac34534f4faac4d353ad - - b94348e90dd164735a371b6ba5d7f8bfb80d6038 - - b9ef6f703d400d3c12a83741282cb586fb487068 - - b9fd98f21ac059b40ffc4f6ac869083994aa3b92 - - bc2e258da22c5990aa089740ddd3bd9c28bd643d - - bd873ae7f2367d19e33e16101939fe7f628f5877 - - be233a085a3b84c8745617f7052e62ba7357596f - - bf3192d4367f1043d6a55cd2b97b2b856b5014b0 - - c11a480bd0cc0fc2c62a8e12c51405b9fac49a9f - - c196bb26dca6f755184e623394b6ee73b530cdab - - c2aafeee359f61a8007d42dc71d8e125b362a8c6 - - c5b38c976550b8e929a9a5fb9067901650051a2c - - c5eeacc101ae687e132cf8ca869b335f58c8de08 - - c690d23390fbffd0d5056fc4d317162227cfb15d - - c765dd28c2d15064d76a0a76e4a776297d23a82a - - c7c3f228039f1bf91c8f8a74441fe2246ac61b63 - - cbe6ec589b3f32701962efcd767f2721a50b3be1 - - ccbd9202891dbe48ab8cafa97baf56cd5bb5e979 - - cceb2e64f460497f3abce3cdf940796305922ad4 - - cd197cce362a92d13965ca88db7dded4fa2f115d - - cefafcf222b91bc05c2325b9c540c1ec8462686b - - d0a58ef27f487fbbcdd30d7869a4a28f82cac2f5 - - d30c6d7c0f0d1582bb1260f70d0b5f9e9df249b2 - - d31c0e73a1d5612fcf092af2e809da4d3c9885b7 - - d6114df91f4560a386aed240f1a12a3c2afdbeff - - d614cc2bb9b7518ee2f26041d51899acc2124a19 - - dad4ffea3b799193558c2083b14fb4d0d4607b37 - - dc7082da321e75ef33eafd6e45cfc31f49092646 - - dcfc2f822482774dd79aa794fe8524cf63456be0 - - dde1b03bdb515fa5265fe148b747eea81a61ab79 - - de65b4be001ff696e0cc9a3e1de6f8bf549503a3 - - e58194327ff02119c20ef726e2fe24563a009eb3 - - e59c51e4820db7be851b57738511abadddad37d7 - - eb187b43293c69461950abfa703ad2be52587eb9 - - ebb34d4478ddb4b1ac9cc1326b4905f400d34b99 - - ec31a29a0a392aed5937f075c76502a926a77822 - - ee11d8f8f5d4701867dfb1ede321c37ed45792f6 - - ee9f478364c4494e3678d0f0eda24c86b1ce54e2 - - ef8f080301d39f60ce5f3303a6f79fed411423fa - - f136a8b9acd0baf5efa5ed79a72f4688fe4c41da - - f1a5501befe93a37ec3f8040fab9f356d9d902c5 - - f291975c3ee7b0b948d11264ce52acec6f8977a1 - - f3c17c28e98e6aae7e9ddda2ff14a7a648217168 - - f6627139aaf47a9dff99ec9ba2dfbbcf5d566c2f - - fa15593f6869a3e4e9b851fcd3fefd016e6260ec - - fa3aa51785950d4dac83bb50473536372af1e01f - - faecf834f729fd73a67cf910a087f2bdb3e09654 - - fb012ac2a2a7ade37930fd553da9421cba16f552 - - fd41c8aaac996261aae6dfd0cf486f8cdb008a6b - - fe465c9d34b06277eebbfb6fdf492252fc12620d + - 004046eef0d48ce4f63e5d0c05cf33228a2f7498 + - 01820143b8dad579042e97586dfcaa8d836632df + - 02281934448385eab0ba82aab9439774075bc749 + - 042c62e88d59338f6935f33f9a949d273efe3748 + - 045d4602d1a5d257873b3b7f558a7b4e00652a1d + - 045f92224255ddaaf2d787529c6b051a943b9d70 + - 054ab573d98f6778e1750c0bbc5a99de6b0bf573 + - 069918f87d208eddf583d705309b06fc62e794a2 + - 07b868c982c9a5052c255b71c04a5fdda300a388 + - 092503a863b9f09f9125696d4cbe9ba15f112e00 + - 09ddef5d7b734b147bad58c751f5526ccf98b13d + - 0a1d73e2e383946b882ea071fca74f7080d9d00f + - 0ac0c7a68a55939986b55ae01c7591d939bd0050 + - 0ca68710e5bac85b0ed8aacf58b89934ec3e716e + - 0e3673649aca58221b0a3158ad94dc6a7ab355d4 + - 1089e5b9666b95bd0ae7cedffb4c1d512ff40f9d + - 12e338bbd3e93c0aac0caa0bfb6db7e41e65c47f + - 131e2b6be1c42c9c2d06347aae6ca4a6f8a6ac05 + - 133092b88c3c1ee3c459faeea0d74d61bc08b18c + - 14fc6c72d56ea1c82130ddbb47f65ebc28b9b810 + - 16a5d644dc54104c94f3335cdf8f30ec476021ad + - 16a689d01a34dffcc930d1daacdc88f0ec1c2bf1 + - 16e2b4bb40b5089c8af49a1f0bbfd48c7d454485 + - 16f066643dcd684148d1e6b57449ad691ffbd0b5 + - 17ca2696b31181b35617fed6296dd8985ff53c0c + - 18cdeffb007a8a656b5c08d816db17a163d36f7d + - 1ab70d11d7134d0eadfdd497ddde4c347552eaef + - 1b61d04169590373b8f06c72fba7e35cdfd5fd90 + - 1c1785df5ff39c0fb896f7b8c683d796191a1490 + - 1c74af0696d259b1db2a4831bcaa2da043b729b6 + - 1cc976cd5867018f0c2034cb4360c973e277d0df + - 1ce91dbbbe9b0fe9c8d163166ae03fca614abc28 + - 1ebf00281ca136b0d7e8313198aafde6330c5d8a + - 1f8802332b638cac69d4b14f6573626fc1713a6a + - 1fd09f060742246821c7170007e45e0dcc12f92a + - 20a6b73a8e0fd4797fffce4a94f04b7946f350bd + - 21462847480678cb9c2ca3f111eb14a4322e1d01 + - 217ed8e347efb07659f8e9f560c69292fedc3c84 + - 23830dabb163be694981b5a38371088807cb3e0c + - 238d55efd1c86737a503b525c45299d2639d45a1 + - 28ae68472ac6f0d820d065515d05af3c1e3fda1f + - 28f9ef1c66338b4d56096a7cb57fb6a6aaf9a0b1 + - 29676ae09fb18ca3b0d2be9e7217dcbcb15bc130 + - 29e97a5596d0a25eb314c873e4abc782ddd9ba41 + - 2ac65fde42d160fc97715426159e6ca21f5d4510 + - 2d68bcde73418bbda41a72ab007ce69498c14e10 + - 2dbb6715151b36368dfb65c36aca05bc04c54c31 + - 2e9cf961e497dc275e6ad3ac97d4143873e74ee3 + - 30ccace5e3426f3b5eb69a0ad0d4435dd9c7ba21 + - 3245bc84072576f0d8bb20dc587fa34f43d1e3b4 + - 355209ef30e3916672e1c243dc20c33b0f35ec9b + - 35cdb8854ee2bc15c36d24542a16ab0168886cd7 + - 36d60372d7514f65e06c39bb9e595056009c9e46 + - 3a82117d6f07ec24fafe4bda5017ff3b1f12dfe4 + - 3b629836728dbaf1995ca8cf86d6f14a7806a0d7 + - 3b7128fbdd6169874503884270c77950792c50ff + - 3c19f428e8a3564308a4a93f1c3d79972943c2d0 + - 3c8fb6873aa6cc8b9e0baa93291e5e7b7c58b530 + - 3c9fc6864351dbf7b4e2692b6098cbdd7df492b4 + - 3cd88713c840feceb88863ff7f878c2beb2f986c + - 412fd1a4cd9f043a5157febc2c457599f3e19397 + - 416033e597c13422848d88ec1152ea6a12d94eb9 + - 422152fc6ca9a9d5f020d450a85e3280bb833901 + - 42dfed3ac7c25a4ba17b1d49f6aaa3ba2ec5a10f + - 46e9b7b7811f9fe424d7fd9542d93c1aafb5c0af + - 472caa2214b437deefc19511aaf739b7cbd3ecb7 + - 47eabf81e757a1610ee311af194fb5162e8e167f + - 49f4e03a6a7aeed34ff5f5b47cad93fac1fe0010 + - 4b0bbae61276d4aca0c24f3d6b7e566ceec037fe + - 4b18e4fa81063221311bd9250ac6b8d88e4734bd + - 4b320f3417cdf5a64a93db15044dcb52bdf6b2aa + - 4bbd2faf4f01429653f5f27b7161d3492a2d575a + - 4cf2fb357c6aa51fe420fc7360a2c56145acb25e + - 4e2fc21db10555af93665d1e304f892b6834f9b2 + - 5026da969751de957234d12f6685e69d179e369b + - 50ac654743d7c6712015e740d05bb5444a3e8d94 + - 51e250878c67ea3981d20aaf396be1e47496ef08 + - 52b0cf83f9c262c9ea738f117f3324be77007a48 + - 537703fd2af0261102de1ad85b655f0138ce36d4 + - 5413d82fe4891408d750fd46a5608eb2f225341c + - 57f668bf3c3af8f9ec4886d8382e5cacee5e51e8 + - 59a7f4289436966d649463de70228b3687fd4c5e + - 59e189a1745d6a58daaa1e656bee7b12bc4fe4e3 + - 5c14a5025b6589ad23273152fb46e48cbac04b15 + - 5e8552e3e214f6b513834e75b9f2ceb90baa959b + - 5eea41fb35de0a3f947e2ed507a2298e6fca8637 + - 5fc5c6c78fc3ea5778aa300adb04b7362b0ec3cc + - 604b40810fa6b27f8c2f4250e804cc125cd68f5f + - 60832e70a04077b007f3b2dc56709ab63aff4a86 + - 60b77df13b6846d45b3af0d7a5c3b19639cd0b49 + - 6166716d5e69502ea8bdf6e484f4b1906233e634 + - 624003fdf510f80c049a3c5e347c83a42069614f + - 62e9b0baf9450e7f5e3a728a67a48be3b073e465 + - 6309b3559e5a9a248b463a1f7db1d9cf96510d0f + - 64d19d83e2f1cb6f2db1eab9e1374d71189bf2e1 + - 65f9064f785a46fb35e3f54569f6c4d688edf5ec + - 67abee5088221a24303c211468b1d273a2f95cb6 + - 6afa5cc049c68b8309ad5dd0d733c60165d6b0a0 + - 6b479dc0bc21070c8ce6cceaf154e3edb18e3b7a + - 6bab400122fe18a96067d22b8f8f20c96d55fd58 + - 6bb5128c9f2b59ad14f8217989a439595c7ebec7 + - 6c66845a2bea7fadd26ae564ed43e8e94aefe3ce + - 6cebcc0c83e7daaa9705912145c515b0dff9a5d8 + - 6e478a035e8b0adff6efc950f71401561392c807 + - 6f056d138344785b771ce9cde1db91eed685c709 + - 6f3beac740afd6248f87106225c4b4854e2ca598 + - 714b1963e68a21cad98e5879e9a7e5a3a9bc3357 + - 716b8ef4ca18c28209406e0b656a841ffc1ea122 + - 73702ef82ad97efeee8d3c2cd520a7ea12875d65 + - 7436efe3e90485d2be0b1563c9144bcb97fede1c + - 757f90dc2597cb7517edce24dcd2e4347c5c04fb + - 7704a0195988075b721e18a2bb5d83ced794c89e + - 7936c8dca89e056fc01ebeeb206574d148293583 + - 7c196accae3ab5dad6feea496d657e0a1bf16bc4 + - 7d57a108e323b060837cfbdd8d35164b07643183 + - 7ec7726a674416de4ad9d650c8813d7c457281df + - 81360ad9e9eca79106289a8ecf947602ece86527 + - 813e3d9d95ef76757b54e5dbb166a5db5aa88a0d + - 81996bbe1770d890ef3e4bd1c3c66eb6895f20d1 + - 81eb60fe1013ab05aba429856a3e36b887d391ff + - 827cb7e8eeec1e90b1efa397960136a780f5474c + - 82ee58357efc7ae56baeb441dc09e39ee7ff8b8b + - 845ff2f8690e184b3312919bdbf5a2f091f394f4 + - 85b0a8c396df13bd5d38909d1dc3fdc75e92f0e8 + - 8652f7ec3ee744d49aef8cca2c928814c7008b2a + - 879053c2bdae47e91dfac2ddab11231eda9f91f3 + - 888fc669390ae612f20cab8a45fc965b02934e10 + - 898638db012fda728fa65d51e7242bac84e052af + - 8a89a02af41545f602cddaaad2082499797168ad + - 8bb51bbb2253988d8c94f87a9383d026249e582b + - 8c5c2f02efe683afbbcbe79429a715600b690946 + - 8caa03354967c173911c41dc67c0781747fc4a1a + - 8d9d5e174b9b5ee4c1eaf9baf80aa8065cfe8432 + - 8dfedc1b4ed287a3d0c58e4fbccc67dbab171dad + - 8ed3975acc9d66c1a98d0d25b75f4a103d1e808c + - 8f6bda246d549fe0a9f014dfdd61873e6dd46f8e + - 9004303add726819ac91b7ae85b396285a9c6732 + - 94f7afb8bcb6fc044661f915b1f8a80e8803263c + - 95691bede9f87afb54564f86aa0358036857dbcd + - 95db42f28c12959e14d541bec26176ac9fe5c770 + - 96164dfc101463b9d372633aee7f6238b0e6c4f2 + - 98fa46e243bb3beadebef00649e6abd0a0569227 + - 9a3c0c5d0a38c893e198080ba0da4b32ec14b8fe + - 9bf5c9b0d3a3666a69294116d3b330f84ce57041 + - 9d5622ccbc845b50391373837036f67db13faa11 + - 9dc2683e69dcae541b73036b43fff3bf65dd0afb + - 9e3166b854c5399fbef652c3e996597b7d6ff7e5 + - 9e8d8f8507b707b256b94005888e056b92799306 + - a1bf5c8957ea202da6300907fb961a764e87df78 + - a5266704713d9426cb0cde7a9e29f52b411a26c7 + - a683498a025f415d9a85f21e3387c20ed3a88a7a + - a866e6f47eabc7a740be5df0aabc452c432e4407 + - a8fe6c0fcc90eb22e5cc077e69801b272cd7e3ec + - a9a29468aa3b04c45c3a446dba4acef55daa6a0d + - abd9213705cd8d5b224148d0abf9f2329ea563b2 + - b067fd18ce587fc70d18910dbe4388178c612b8c + - b181541108230bb197c53e6275d51daba692600b + - b1f9b9406b8ae5c1a958294559bb3535d8720222 + - b46369492d85bc97438b4dc69140776bbf181c54 + - b70f4a3f272c6057034bc965e86a4e045343db0a + - b9a397ad12dfafb3434dc5f878b6c06add37acff + - ba2dad6b42c0ee3d4f2d79864eca764d505ea540 + - bc2a99e9b0e7aa32fcb6dda59a12fab1830dc4ae + - bcb7a64cd66fd665ddb5d5fe1a0c97e8a5a7ae5c + - bdb6e8cfd4696b43d0fd168b1e1962adef887a44 + - bea89bdfe6baaf05339b0761127617f6435d5470 + - bf3c208019fc01ab5e499c436ab8f9d039460337 + - c12bc04670e89bcdbb0713e33799722237d07cac + - c180b790bceb7f86b3e075f471eff1a60db7fff6 + - c1edf5665cb5a922f3d932d9e6e76fb80306f129 + - c238ef87c637115f3a04144fd33c5aa13b4d081d + - c2ae222f780c623cf28e924905aa5b3547258960 + - c2fbab22f2c39ced27ab196e0e6b4846ad7ea48f + - c3d80151d443add981c04f3e746ec8e6cbb5a2f7 + - c502f54dc554a5eebaec65c05c1012c9abf9fdc8 + - c5b4e71b89a6f3cd8f39a18e091ef7e051ee2e81 + - c9308cb754a45a11fd23d32fff1da892c6ced507 + - cb5a9603206aa6dbaf957f44faf06d37db456b44 + - cc8dbec0ec5087f92397342077193788e4d97d9c + - cfaa21ec096ef36edfd9a041e8e43fa64cb10012 + - d5bd41bfb8ce0775a0febe5d0b776c228ae10ebe + - d71236d5f28289db09399e2082f3a42259293758 + - d71342fea40a03beca3708a70dfb21250b4c0447 + - d7145815eb238b5847d8f208be6b862ebd2b19bb + - d814f40c9ccef8ca0869a4c2f143e2665dd376bc + - d83cdf967fdccf045ddb004dfddb56c6db23e928 + - dc0746b39fbc2171c4f7ed4b3b8ef9e2fbe1037c + - dc9bae4621afa67f7774192a9507a77dd69d0bd6 + - dcb88e72ed53c69c7f55038841c0a3779ee3772c + - e0bfc776e6a02bc6547d41883bf7294330f09630 + - e23c46daeae3d7e0fcd12ab8b60961d1de64dc4a + - e44dbf981243526face8c6ffd3f99142f7132374 + - e492a9e9b9d46379051e29381e1af5b01a7d38e3 + - e5cb51fa1e128b48ec74e6f5b4adbcbf3521cc5f + - e5d2db99078a4ce336c9668b697c2f7194fda30a + - ea9b65940ed53ac5838061a0c5dbda0d26c141e6 + - eaf13f31c47cf21747e885fbe9c787a4bd1c0254 + - ed37c243147f945bfc5d14e1cd7a9d13412e8d3a + - ee803260616a3869eb897e9dbd676cddcd16f546 + - ef2230fedf1e0d489325f030bebb25dfe23ba7aa + - f12216581b7fdc4db2df2a2a4e458febaad7e54e + - f2c33e3bdecde54ec26f92362dcda1729b56fbf7 + - f3e1d6cfd07c95f3d9936b63571f7222cba82b0c + - f42276f30a35503b0b9a254020be0696ae327905 + - f49992e364ea1713ca04a5e6a66fac45cabfd0d8 + - f546ca91d1595504128d54c44138ef0d929f9f0c + - fa205799e4cf7cbb0d5ad3a36a1e70f2582c6f97 + - fb18ef4f69b9f05ac4dad817fa605a515e810dc2 + - fb89e3e9449e537e52e8fb45d559faf3274c7f26 + - fbdd47bc5a324f13dce24db29cc0f3ed5cd68a5c + - fc48bd34232b627732e407f28b9842b408a5fb97 + - ffb0f3581d8c7829b34504d014ae19216737b149 index: + - 1 + - 2 + - 3 + - 4 + - 5 + - 6 + - 7 + - 8 + - 9 + - 10 + - 11 + - 12 + - 13 + - 14 + - 15 + - 16 + - 17 + - 18 + - 19 + - 20 + - 21 + - 22 + - 23 + - 24 + - 25 + - 26 + - 27 + - 28 + - 29 + - 30 + - 31 + - 32 + - 33 + - 34 + - 35 + - 36 + - 37 + - 38 + - 39 + - 40 + - 41 + - 42 + - 43 + - 44 + - 45 + - 46 + - 47 + - 48 + - 49 + - 50 + - 51 + - 52 + - 53 + - 54 + - 55 + - 56 + - 57 + - 58 + - 59 + - 60 + - 61 + - 62 + - 63 + - 64 + - 65 + - 66 + - 67 + - 68 + - 69 + - 70 + - 71 + - 72 + - 73 + - 74 + - 75 + - 76 + - 77 + - 78 + - 79 + - 80 + - 81 + - 82 + - 83 + - 84 + - 85 + - 86 + - 87 + - 88 + - 89 + - 90 + - 91 + - 92 + - 93 + - 94 + - 95 + - 96 + - 97 + - 98 + - 99 + - 100 + - 101 + - 102 + - 103 + - 104 + - 105 + - 106 + - 107 + - 108 + - 109 + - 110 + - 111 + - 112 + - 113 + - 114 + - 115 + - 116 + - 117 + - 118 + - 119 + - 120 + - 121 + - 122 + - 123 + - 124 + - 125 + - 126 + - 127 + - 128 + - 129 + - 130 + - 131 + - 132 + - 133 + - 134 + - 135 + - 136 + - 137 + - 138 + - 139 + - 140 + - 141 + - 142 + - 143 + - 144 + - 145 + - 146 + - 147 + - 148 + - 149 + - 150 + - 151 + - 152 + - 153 + - 154 + - 155 + - 156 + - 157 + - 158 + - 159 + - 160 + - 161 + - 162 + - 163 + - 164 + - 165 + - 166 + - 167 + - 168 + - 169 + - 170 + - 171 + - 172 + - 173 + - 174 + - 175 + - 176 + - 177 + - 178 + - 179 + - 180 + - 181 + - 182 + - 183 + - 184 + - 185 + - 186 + - 187 + - 188 + - 189 + - 190 + - 191 + - 192 - 193 - 194 - 195 @@ -223,184 +437,20 @@ analysis: - 210 - 211 - 212 - - 213 - - 214 - - 215 - - 216 - - 217 - - 218 - - 219 - - 220 - - 221 - - 222 - - 223 - - 224 - - 225 - - 226 - - 227 - - 228 - - 229 - - 230 - - 231 - - 232 - - 233 - - 234 - - 235 - - 236 - - 237 - - 238 - - 239 - - 240 - - 241 - - 242 - - 243 - - 244 - - 245 - - 246 - - 247 - - 248 - - 249 - - 250 - - 251 - - 252 - - 253 - - 254 - - 255 - - 256 - - 257 - - 258 - - 259 - - 260 - - 261 - - 262 - - 263 - - 264 - - 265 - - 266 - - 267 - - 268 - - 269 - - 270 - - 271 - - 272 - - 273 - - 274 - - 275 - - 276 - - 277 - - 278 - - 279 - - 280 - - 281 - - 282 - - 283 - - 284 - - 285 - - 286 - - 287 - - 288 - - 289 - - 290 - - 291 - - 292 - - 293 - - 294 - - 295 - - 296 - - 297 - - 298 - - 299 - - 300 - - 301 - - 302 - - 303 - - 304 - - 305 - - 306 - - 307 - - 308 - - 309 - - 310 - - 311 - - 312 - - 313 - - 314 - - 315 - - 316 - - 317 - - 318 - - 319 - - 320 - - 321 - - 322 - - 323 - - 324 - - 325 - - 326 - - 327 - - 328 - - 329 - - 330 - - 331 - - 332 - - 333 - - 334 - - 335 - - 336 - - 337 - - 338 - - 339 - - 340 - - 341 - - 342 - - 343 - - 344 - - 345 - - 346 - - 347 - - 348 - - 349 - - 350 - - 351 - - 352 - - 353 - - 354 - - 355 - - 356 - - 357 - - 358 - - 359 - - 360 - - 361 - - 362 - - 363 - - 364 - - 365 - - 366 - - 367 - - 368 - - 369 - - 370 - - 371 - - 372 - - 373 - - 374 - - 375 - - 376 - - 377 - - 378 - - 379 - - 380 - - 381 - - 382 - - 383 - - 384 ordered: no + description: Identifier of the analysis year: class: integer + description: Year of estimate, centered to the start of the analysis estimate: class: numeric + digits: 6 + description: Estimate on the log-scale lower_confidence_limit: class: numeric + digits: 6 + description: 5% quantile of the distribution on the log-scale upper_confidence_limit: class: numeric + digits: 6 + description: 95% quantile of the distribution on the log-scale diff --git a/inst/results/linear_trend.tsv b/inst/results/linear_trend.tsv index 41d6125..8032817 100644 --- a/inst/results/linear_trend.tsv +++ b/inst/results/linear_trend.tsv @@ -1,193 +1,213 @@ analysis estimate lower_confidence_limit upper_confidence_limit -193 -0.0497 -0.0616 -0.0378 -194 0.0043 -0.01 0.0186 -195 -0.1487 -0.1922 -0.1051 -196 0.0261 0.0175 0.0347 -197 -0.1578 -0.1926 -0.123 -198 -0.0055 -0.0735 0.0625 -199 0.0086 0.0058 0.0115 -200 0.0788 0.0084 0.1492 -201 0.013 -0.0266 0.0525 -202 0.0068 -0.0036 0.0173 -203 -0.0069 -0.0214 0.0075 -204 0.0136 -0.0017 0.0289 -205 -0.0022 -0.0185 0.0141 -206 0.1859 0.0618 0.3101 -207 -0.0701 -0.0901 -0.0502 -208 -0.0052 -0.0294 0.019 -209 -0.087 -0.1342 -0.0398 -210 0.1349 0.123 0.1469 -211 0.4746 0.3669 0.5823 -212 -0.0297 -0.0509 -0.0084 -213 0.1202 0.0779 0.1626 -214 0.0562 0.0455 0.0668 -215 -0.0058 -0.0111 -5e-04 -216 0.0085 -0.0123 0.0293 -217 0.0472 0.0167 0.0778 -218 -0.0528 -0.0693 -0.0363 -219 0.112 0.0694 0.1545 -220 0.045 0.041 0.0489 -221 0.0278 0.0042 0.0513 -222 0.0487 -0.0123 0.1098 -223 -0.0051 -0.0127 0.0025 -224 -0.0038 -0.0259 0.0184 -225 -0.011 -0.0133 -0.0086 -226 0.0376 0.0234 0.0518 -227 -0.0177 -0.091 0.0556 -228 0.0799 0.0465 0.1134 -229 0.0033 0.0012 0.0054 -230 0.1256 0.1014 0.1497 -231 0.1033 0.0724 0.1342 -232 0.0429 0.0348 0.051 -233 0.0171 0.0109 0.0232 -234 -0.02 -0.0232 -0.0168 -235 -0.0498 -0.0644 -0.0352 -236 -0.0837 -0.2353 0.068 -237 -0.0108 -0.0168 -0.0047 -238 0.0069 -0.0475 0.0614 -239 0.0137 0.0052 0.0223 -240 0.016 -0.0044 0.0364 -241 0.0214 -0.0058 0.0487 -242 -0.0814 -0.0871 -0.0757 -243 -0.0034 -0.0074 5e-04 -244 0.354 0.2778 0.4301 -245 -0.0486 -0.0723 -0.0248 -246 -0.0217 -0.0269 -0.0165 -247 -0.0257 -0.0467 -0.0048 -248 -0.0178 -0.0233 -0.0123 -249 -0.3021 -0.3993 -0.205 -250 -0.0603 -0.085 -0.0355 -251 0.0313 0.0189 0.0437 -252 -0.076 -0.0937 -0.0583 -253 -0.0783 -0.111 -0.0457 -254 -0.0423 -0.1113 0.0268 -255 -0.0211 -0.0379 -0.0042 -256 -0.0257 -0.0365 -0.0149 -257 -0.0033 -0.0631 0.0564 -258 -0.0225 -0.0658 0.0207 -259 -0.0517 -0.0636 -0.0397 -260 -0.0316 -0.1145 0.0512 -261 0.0105 -0.0015 0.0225 -262 0.0115 0.0068 0.0161 -263 0.0404 0.0159 0.0649 -264 -0.2937 -0.3476 -0.2398 -265 0.0287 0.0212 0.0363 -266 0.2361 0.135 0.3372 -267 -0.1127 -0.1189 -0.1064 -268 0.1832 0.0428 0.3237 -269 -0.0614 -0.071 -0.0518 -270 -0.154 -0.1903 -0.1177 -271 0.0111 -0.0178 0.0399 -272 -0.2545 -0.307 -0.2021 -273 -0.0651 -0.1151 -0.0152 -274 0.0272 0.0182 0.0363 -275 0.0355 0.0252 0.0458 -276 0.0193 0.0157 0.0228 -277 0.0957 0.0584 0.133 -278 0.0086 0.002 0.0152 -279 0.0161 -0.0476 0.0798 -280 4e-04 -0.0217 0.0224 -281 -0.097 -0.1148 -0.0792 -282 0.0179 -0.008 0.0439 -283 -0.0317 -0.0567 -0.0067 -284 0.0741 -0.0076 0.1558 -285 0.0121 0.0058 0.0184 -286 -0.2022 -0.3507 -0.0537 -287 -0.0251 -0.0341 -0.0161 -288 0.007 -0.0144 0.0283 -289 -0.0025 -0.0225 0.0175 -290 0.0388 0.0246 0.0529 -291 0.3297 0.1856 0.4737 -292 -0.008 -0.011 -0.0051 -293 0.0451 -0.0012 0.0915 -294 -0.2026 -0.2992 -0.1061 -295 0.1166 -0.0688 0.3019 -296 -0.1526 -0.2233 -0.0819 -297 0.0277 -0.0248 0.0802 -298 -0.0949 -0.1263 -0.0635 -299 0.0222 -0.0094 0.0538 -300 0.059 -0.0211 0.1391 -301 0.0802 0.0608 0.0997 -302 0.0382 -0.0083 0.0847 -303 -0.0307 -0.0488 -0.0125 -304 0.0263 0.0217 0.031 -305 -0.0085 -0.0154 -0.0016 -306 0.0775 0.0636 0.0915 -307 -0.0203 -0.0434 0.0028 -308 0.031 -0.0065 0.0684 -309 -0.0188 -0.0347 -0.0029 -310 0.0404 -0.076 0.1568 -311 -0.0871 -0.1296 -0.0445 -312 0.0195 -0.0436 0.0825 -313 -0.0354 -0.0424 -0.0283 -314 0.1204 0.0948 0.146 -315 0.0953 0.0668 0.1239 -316 -0.0114 -0.0197 -0.0031 -317 -0.0121 -0.035 0.0108 -318 -0.0371 -0.0392 -0.035 -319 0.1083 0.032 0.1846 -320 0.0348 -0.0016 0.0711 -321 -0.0296 -0.0341 -0.025 -322 0.0284 0.0084 0.0484 -323 -0.0069 -0.0125 -0.0013 -324 0.01 0.0036 0.0165 -325 -0.0138 -0.0255 -0.0022 -326 0.0178 -0.025 0.0606 -327 0.0665 -0.009 0.1419 -328 -0.2123 -0.2723 -0.1524 -329 0.0325 0.0185 0.0465 -330 0.0631 0.0224 0.1038 -331 0.0107 -0.0016 0.0231 -332 -0.0085 -0.0361 0.0191 -333 0.0062 -0.0079 0.0203 -334 -0.086 -0.1034 -0.0685 -335 0.1155 0.0679 0.1632 -336 -0.0284 -0.0366 -0.0201 -337 0.0404 -0.0286 0.1094 -338 0.1193 -0.0179 0.2564 -339 0.1636 0.1266 0.2006 -340 0.0512 0.0326 0.0697 -341 -0.025 -0.0309 -0.0191 -342 -0.05 -0.0615 -0.0386 -343 0.0111 -0.0211 0.0432 -344 -0.1796 -0.2229 -0.1363 -345 0.0095 0.0065 0.0125 -346 0.031 -0.065 0.1271 -347 0.0277 -0.0584 0.1138 -348 0.0639 0.0177 0.1101 -349 0.2739 0.1886 0.3592 -350 0.028 0.0199 0.0361 -351 -0.0708 -0.0813 -0.0602 -352 0.0707 0.0351 0.1063 -353 0.0135 -0.0294 0.0564 -354 -0.0046 -0.0703 0.061 -355 -0.0168 -0.0208 -0.0129 -356 -0.2454 -0.2626 -0.2282 -357 -0.0916 -0.1054 -0.0778 -358 -0.0109 -0.0227 9e-04 -359 0.0272 0.0207 0.0336 -360 -0.0359 -0.0688 -0.0029 -361 0.0249 0.013 0.0367 -362 -0.0682 -0.1 -0.0364 -363 -0.1852 -0.2594 -0.111 -364 0.0354 0.0165 0.0542 -365 0.1354 0.0456 0.2252 -366 -0.0265 -0.0407 -0.0124 -367 -0.0091 -0.0162 -0.0021 -368 -0.1173 -0.2163 -0.0182 -369 0.2077 0.0951 0.3202 -370 0.0232 -0.0021 0.0484 -371 -0.0863 -0.1112 -0.0615 -372 0.0668 0.0305 0.1031 -373 -0.0282 -0.0441 -0.0124 -374 0.085 0.0606 0.1094 -375 -0.0233 -0.0268 -0.0198 -376 -0.0267 -0.0787 0.0253 -377 0.0105 -0.0071 0.0281 -378 0.0418 0.016 0.0676 -379 0.0146 -0.1447 0.174 -380 -0.061 -0.0756 -0.0465 -381 -0.0055 -0.0548 0.0437 -382 -0.0652 -0.0808 -0.0495 -383 -0.0426 -0.0777 -0.0074 -384 0.0097 0.0072 0.0123 +1 0.0197 0.017 0.0223 +2 0.009 -0.0038 0.0218 +3 -0.0252 -0.03 -0.0205 +4 -0.0018 -0.0071 0.0036 +5 0.0064 0.0047 0.0081 +6 -0.0157 -0.0545 0.0231 +7 0.0383 0.0015 0.0751 +8 -0.0786 -0.0832 -0.0739 +9 0.0335 0.0273 0.0397 +10 0.3294 0.2639 0.3949 +11 -0.0435 -0.0566 -0.0304 +12 0.0236 0.0171 0.0301 +13 0.0639 0.0366 0.0913 +14 0.01 -0.0034 0.0235 +15 0.0044 0.0014 0.0074 +16 0.0224 0.008 0.0368 +17 0.011 0.0058 0.0162 +18 0.0202 0.0152 0.0251 +19 -0.0462 -0.1625 0.0701 +20 0.0339 0.028 0.0397 +21 -0.0748 -0.0856 -0.064 +22 0.0148 0.0058 0.0238 +23 -7e-04 -0.0025 0.0011 +24 0.0097 -0.0397 0.0591 +25 0.1005 0.082 0.119 +26 -0.016 -0.0342 0.0022 +27 -0.1291 -0.1585 -0.0997 +28 0.0278 0.0183 0.0372 +29 -0.0897 -0.1147 -0.0647 +30 0.042 0.0315 0.0526 +31 -0.0394 -0.0487 -0.0302 +32 -0.0069 -0.0137 0 +33 0.0433 0.0245 0.0621 +34 -0.075 -0.1038 -0.0461 +35 0.0218 0.0122 0.0313 +36 0.0106 -0.0162 0.0375 +37 0.0217 0.0022 0.0413 +38 -0.1028 -0.1182 -0.0875 +39 -0.0135 -0.0166 -0.0104 +40 -0.0053 -0.0096 -9e-04 +41 0.1161 0.0587 0.1734 +42 -0.2059 -0.2764 -0.1353 +43 -0.001 -0.0399 0.0379 +44 0.0458 0.0188 0.0728 +45 -0.0303 -0.0388 -0.0219 +46 0.0342 -0.0159 0.0843 +47 -0.0785 -0.1331 -0.0239 +48 0.0375 0.034 0.0411 +49 0.0556 0.0439 0.0674 +50 -0.066 -0.0942 -0.0378 +51 0.0545 -0.0409 0.1499 +52 -0.1441 -0.2067 -0.0814 +53 -0.0121 -0.0187 -0.0054 +54 -0.0151 -0.0504 0.0202 +55 -0.1963 -0.2834 -0.1092 +56 0.0118 -3e-04 0.0239 +57 0.0629 -2e-04 0.126 +58 -0.0647 -0.073 -0.0564 +59 0.0383 0.0275 0.0492 +60 -0.1708 -0.2017 -0.1399 +61 -0.2992 -0.4263 -0.1721 +62 0.155 0.0679 0.2421 +63 0.0519 0.0229 0.0809 +64 0.0268 -0.0132 0.0667 +65 -0.0476 -0.0687 -0.0265 +66 0.0678 0.0393 0.0963 +67 0.1078 0.0419 0.1737 +68 -0.0926 -0.1074 -0.0777 +69 0.0144 -0.0054 0.0343 +70 -0.0081 -0.0208 0.0047 +71 0.004 -0.1122 0.1203 +72 0.0239 -0.0113 0.059 +73 -0.0199 -0.0242 -0.0157 +74 0.239 0.1779 0.3 +75 0.166 0.1308 0.2012 +76 0.0043 -0.0046 0.0132 +77 0.0054 -0.0102 0.0209 +78 0.0392 0.0198 0.0586 +79 -0.1786 -0.2322 -0.125 +80 -0.0149 -0.0279 -0.002 +81 0.0855 0.0638 0.1072 +82 -0.0255 -0.0374 -0.0136 +83 -0.0592 -0.0719 -0.0464 +84 -0.3088 -0.3547 -0.2629 +85 -0.1326 -0.1717 -0.0934 +86 -0.0216 -0.0243 -0.0188 +87 0.0045 -0.0082 0.0171 +88 0.0474 -0.0132 0.1079 +89 -0.0751 -0.0894 -0.0609 +90 0.035 -0.0113 0.0812 +91 -0.0592 -0.0719 -0.0465 +92 -0.1337 -0.168 -0.0994 +93 0.0077 0.0029 0.0126 +94 0.0361 0.0205 0.0516 +95 0.0306 0.0256 0.0355 +96 -0.1858 -0.2325 -0.1392 +97 -0.2335 -0.2475 -0.2195 +98 0.1131 0.1025 0.1236 +99 -0.0345 -0.1143 0.0452 +100 0.0503 0.0263 0.0743 +101 -0.0412 -0.0509 -0.0315 +102 0.2894 0.2359 0.3429 +103 -0.0615 -0.077 -0.046 +104 -0.0081 -0.0128 -0.0034 +105 -0.012 -0.0612 0.0371 +106 0.1378 0.1287 0.1469 +107 -0.0244 -0.0627 0.0138 +108 0.0774 0.0707 0.084 +109 -0.023 -0.0371 -0.0089 +110 0.0906 0.0758 0.1053 +111 -0.0623 -0.0738 -0.0508 +112 -0.0159 -0.0215 -0.0104 +113 -0.0691 -0.0768 -0.0614 +114 0.1143 0.0926 0.1361 +115 0.0461 0.043 0.0492 +116 -0.023 -0.0256 -0.0204 +117 0.097 -0.0367 0.2306 +118 -0.0563 -0.0756 -0.0371 +119 0.0106 0.0084 0.0127 +120 0.0314 -0.0485 0.1112 +121 0.0293 -0.1144 0.173 +122 -0.0251 -0.0601 0.01 +123 0.0825 0.0609 0.1041 +124 0.0051 -0.0061 0.0164 +125 0.6388 0.5612 0.7164 +126 0.0555 0.037 0.0739 +127 -0.0352 -0.0553 -0.015 +128 0.0044 -0.0095 0.0182 +129 -0.0025 -0.0048 -2e-04 +130 0.0087 -0.0444 0.0618 +131 0.0113 0.0094 0.0133 +132 -0.0969 -0.1018 -0.092 +133 -0.0021 -0.0184 0.0141 +134 0.0039 -0.0142 0.022 +135 0.0578 0.0498 0.0657 +136 -0.0404 -0.0668 -0.0139 +137 -0.02 -0.0459 0.0059 +138 0.027 0.0186 0.0353 +139 0.068 -0.0502 0.1862 +140 -0.0248 -0.0284 -0.0212 +141 0.2479 0.1836 0.3121 +142 0.0175 -0.0463 0.0812 +143 0.0569 -0.0487 0.1625 +144 -0.0208 -0.0246 -0.017 +145 -0.0324 -0.0341 -0.0308 +146 0.2162 0.1898 0.2425 +147 -0.2749 -0.3196 -0.2303 +148 -0.0073 -0.0159 0.0012 +149 -0.0991 -0.1417 -0.0565 +150 0.0776 0.0526 0.1026 +151 -0.0161 -0.0349 0.0027 +152 -0.1753 -0.2132 -0.1374 +153 0.0476 -0.0496 0.1448 +154 -0.0506 -0.1072 0.006 +155 0.011 -0.0057 0.0277 +156 0.0304 -0.0083 0.069 +157 0.0054 -0.0161 0.0268 +158 -0.0576 -0.0831 -0.032 +159 -0.005 -0.054 0.0441 +160 -0.055 -0.1571 0.0471 +161 -0.1203 -0.1996 -0.041 +162 -0.0244 -0.0428 -0.006 +163 -0.0587 -0.0766 -0.0407 +164 0.0513 0.0211 0.0815 +165 -0.0041 -0.0102 0.002 +166 0.0119 -0.029 0.0528 +167 0.0562 2e-04 0.1122 +168 0.0223 0.0176 0.027 +169 0.1622 0.1058 0.2186 +170 0.1076 0.0891 0.1261 +171 0.0116 -0.015 0.0383 +172 0.0599 0.0224 0.0975 +173 0.1231 0.0666 0.1796 +174 0.0258 0.0235 0.028 +175 -0.0452 -0.0567 -0.0337 +176 0.0205 -4e-04 0.0415 +177 0.0014 -0.0038 0.0066 +178 -0.0024 -0.0185 0.0138 +179 -0.2365 -0.3228 -0.1503 +180 -0.0667 -0.0898 -0.0436 +181 0.0511 0.0142 0.088 +182 -0.0247 -0.0731 0.0237 +183 -0.0794 -0.1152 -0.0435 +184 0.0179 -0.0155 0.0514 +185 0.0166 -0.0171 0.0503 +186 0.1419 0.0308 0.2529 +187 0.0369 0.0307 0.0432 +188 0.1054 -0.0064 0.2172 +189 0.0663 0.0522 0.0803 +190 0.0172 0.0082 0.0263 +191 0.0849 0.0565 0.1134 +192 0.0363 0.0143 0.0583 +193 -0.1757 -0.2542 -0.0973 +194 0.0037 -4e-04 0.0078 +195 -0.0194 -0.0258 -0.013 +196 0.0206 0.0114 0.0297 +197 -0.0083 -0.0199 0.0032 +198 0.1011 0.0831 0.1191 +199 0.1498 0.0594 0.2402 +200 0.0324 0.026 0.0389 +201 0.0182 -0.014 0.0504 +202 0.0146 0.0111 0.0182 +203 -0.0479 -0.0646 -0.0312 +204 -0.0084 -0.036 0.0191 +205 0.0138 -0.0239 0.0515 +206 -0.0555 -0.0657 -0.0453 +207 0.0703 0.0507 0.0899 +208 0.1182 0.0859 0.1504 +209 0.1748 0.0684 0.2812 +210 0.0246 -0.0158 0.065 +211 -0.006 -0.0224 0.0103 +212 0.1486 0.0759 0.2213 diff --git a/inst/results/linear_trend.yml b/inst/results/linear_trend.yml index 3c61906..6c837cc 100644 --- a/inst/results/linear_trend.yml +++ b/inst/results/linear_trend.yml @@ -1,206 +1,420 @@ ..generic: - git2rdata: 0.4.0 + git2rdata: 0.5.2 optimize: yes NA string: NA sorting: analysis - hash: 16b7b9d8ccc25a716c2061d946333b604744fe57 - data_hash: 72d1f3678b15429d1130410b0a2a359eeb7b2a32 + hash: 70839ed40f1fca69819dd225ff3dd3608df86d74 + data_hash: 118211e548589f466db2a122694d93945428475a + name: linear_trend + title: Slope of the linear trend analysis: class: factor labels: - - 02650104e02b12a9a70a250a6b9d125f09fb1e16 - - 042bbc7494ef5cb0ca7e6465e9f6d6c0141647a7 - - 0531c19f799288421c7093bc1a7e8739d91a6780 - - 057e825aff074e168523706c03897e0777df9b94 - - 062854d7ba0b4411e1d472c2fd4d00ea44d9d6cc - - 06f8fbd96827ebcc2af6cd68eb9d01db513af0cc - - 072d449dc164e98c19805f67ee6a5519b780fd2d - - 07abe67565ef00ca65939290f57b7f8fed0ef3e9 - - 09522a037bb7d4eb4eb30d98b17266dc6982e402 - - 0967f5345f27b53d7a380b08472c2478d7822c15 - - 09867787f649174cccd24a0d89c0b3ad0ad0df0f - - 0bf2c8c4276ad1bdac0113aa57d0db48210c2ddf - - 0c0f1fe43eb239c2b7c2ed45e9806c1d45ec3d9c - - 0d183074248f2e5b28564e239da2a969df490063 - - 0d7b96c65bf8434dad8ff4ae7b2dac11ba59468f - - 0db939ade562d517d56b747cb60af3e32d859b09 - - 0e21dea54f9050ff6ddec278c6156f6f67fa4620 - - 0e512f5267893868c482de2eaad7e086720f9da8 - - 0ec48c750ac18c1ed8c4e77e468bb3badeb6991c - - 101ae292210d6919e7202b9789585f3003181bb6 - - 109f8d0f5bbe62523061149347330b571c675604 - - 1143e70ace47ac9c9bade2025ba25a37cf0fa798 - - 12332689b0137519d1032e7b3c1bbdd99a145f05 - - 12957259e6f931c9e3dfa056e212ad43964188f1 - - 136464e83615f911221be753862ce926f171a224 - - 14913922c0fbab173e657b2a819e2c1dec9f01f0 - - 155d28c93d141f92e3cef3dace7746b4b42268c1 - - 158124d17fb643b7104455e0e65a799b56035f94 - - 16015aab58128aeb0ef17c995f4ca08362e9a25a - - 16a422954ecee1958247a1cbccca2cc072eb48a6 - - 179bee3114d70926e6728f3e4970718f60a2db62 - - 18b1df16080e691b63718cd87db6000a38ccce10 - - 1affa858be371732e5a6c8dadf5bb1384529b3a0 - - 1b00eaa10092ce6c27959ace686163bfbd1a5820 - - 1bd9dc3c69c6706234cd1004c04c73938474f9f8 - - 1ce44f2db5fbed3aa58287548ec1c20d75d4fe4e - - 1cff723dd6ac1d7020c74fd21a675ae48520627c - - 1eba32b1bf4f9a46630e975ca3136089e0db1ae0 - - 1ec158b6dcff1a27b37423604529175845d69dc1 - - 1edb836840d374c226c45cb34972bc0ec9b577a8 - - 214123bc075e6e379ec7078360d9b73f071a3045 - - 21bf947183e389b5548abc06f1e738c0cbed3d24 - - 268fa5ef37532a55a0689b5caeac7f13ec0d8b21 - - 286e32b908ef23fe49d3da4bf383190839677948 - - 2a2c28f48887aa266a915d1128edb1364f5fa1c8 - - 2ab0b73bf86827570c9c392e4e6220e999f70260 - - 2b5cf83b16cd86be0ba5bc30d59546cdc32959da - - 2eb1ed5f4bfb876fdfe5bd571db34d924c3bb272 - - 33bf9cebf5327ac9303e7fed3d7973237afe8ab3 - - 349cf0269b4a6f2ef93de480ebd03076c6cd074d - - 37d61eb6ac28e8143278bcff9ef74777b1324375 - - 3824f43fde18edcb7fa8b85aa3fe6c5cf0822856 - - 3849d5a1fbb0386873b33b08109ffa41b62061c7 - - 38c1d4a389933e0a95cf59a3ff97e399254e51c8 - - 3aa96165f327f320711286ec507f2c658987ad6a - - 3f960da3ec9176a5d454b984afa5a46056a51d2a - - 41da3955199dd0ca8f3277a04c8d5275a74de03d - - 41e5a53342b00751a96c76c5197913239fe8e4d0 - - 45972608d05083d7331c6ebedb352456b662b3e2 - - 45ad6a215f64db417d49b8bdbe368e4950899b53 - - 482e66ada430a624fb2ee6f2c743ef0cad295495 - - 490525dae0da5b33f52c8cceac2abaf5695c1dae - - 494f8e62354ed6fceadf7b4266909da1cb6cfc0f - - 49a9123859f5e9a39df6993ca2b826b1c086fb6d - - 4a9a780375969a9f7ecefcd7f94a7084917b02c0 - - 4b8edc749fc6ea1831e6b5ac7f9c5ae8aded5628 - - 4d8dd369d5876d899d0442cd2676b4aa77c108ed - - 4fcbfab58e277bb9df4f7b20795b1a394a086639 - - 588e4a744d60b67cf174f02cc6fbc47233b27bf2 - - 58c02fbe1b4622c5cbfca110cb5f6f967188e0d9 - - 58edf590b6aab47a5d7285558406629508e605d0 - - 5b6d6e295e2e83098930002d7d9b1597e8104f84 - - 5baa9b7c1cd1a2259cc473814a4389647bb6f312 - - 5ed6f01227c442a9bf533db64d792b40ed4ab645 - - 609efe21f6eb9bae6f533e933e8d1bd32c868990 - - 60ce4ea4ddf7da66a00e3836cb1ae91befd97658 - - 610e0202389348f6d8ed29b1ff13364c67ccb41e - - 633ced11405a6b40d20ab6daa7f4931c49878700 - - 656642fc5bf4812d01ed085c1890d4bb1d17709a - - 656bd38a12cd3be747e05454892f63ef7d363838 - - 661ecef37ddb1bfdf490ef65585e50ce6a11f502 - - 6869e075cac2ea8a726b825f52feb9cb19282c9d - - 69a9339dc105b38760dce76df845acbc33fffb4d - - 69eceee5397aebf212dc597716d6c17ede97646f - - 69efb804ab1932a948600494efb7073504826206 - - 6aa1ef507f8055df7cb4ac988f9c99f4aa034242 - - 6c788fc78680e305f5bb2a1610c62142f950ccf3 - - 6d4cd1885333b5178e725d711c86606516c7892f - - 6e37ab0aab00d51d6ddc10c195fec2972a20e4ef - - 6f9fc830e7868189584898431fa75f58214bf35d - - 704434095b342886b42dfea859c9c9f36a71bc38 - - 75c8f1e53570db45131d425d2dd16c4469969077 - - 76d281f71882b669130a32fcf9469f555f8a655b - - 7b6ea3ca13c428ab14ace9e8e92987f4c652550b - - 7c0eb388a0fbeff738c5767a89ed28c9254dd147 - - 7d6f78b66e8515936a87583c487cf738c99e03a2 - - 7e9a4360787c319ef67dfc9f3866fabf1d62bc43 - - 7eab71189ddcabfc28ce2ce022dd7831518cb8a5 - - 834b1cea6ebb419aa330dcbe46f4e63f1f23745c - - 84710c8b233b12501fe802b02a84bcba77d988a4 - - 860f565f39c4491817ca18b59a2a542828b35ab8 - - 8a005e4d231a4353d929481925baf648189614b7 - - 8a95181984c97cefdb31109d1eafdb171a213176 - - 8ea6ebfd7a7d1c9c756c49d2e6523b01de9b83e6 - - 8f2c9e2270370d6efd06a63144f1aad2b22c3dbb - - 8f3e2c3c211c102f47e4a2f61d88a45e273bb4b9 - - 8f59452aa3db35358ce6ceca6e899cadb572dad3 - - 90246b4f81a9a10e1f2fbd0c89bed45ceed1dd19 - - 9188e5c25e8616a28af08c97dd8d5633755a6321 - - 920acc0358b92059f65e963e2d556d3885be3516 - - 9210d9c448226ab6432d66d5452df74a65c0c44b - - 926f28df75a0d353d70d4fd43bb2bae79c548cc9 - - 92dc32d1aae8dc0349641b124188432db051ebd2 - - 92fa4376954618fbf5ca8d4bb3000d4effbdbe96 - - 94052f5b5f78700311bba2a7edec5694e7570206 - - 94d66ec8e8f53ff1f84f8db383082eb901747fa1 - - 9780e4c83411b9a4d781de9bdf7a865017012e36 - - 978cca4766cbc726d06b668633f33602db61eb06 - - 9982829dfdbd9a0dd00ea036ecb90759dcb07301 - - 9a51a1031e068fbbcaebd3e9e4079c8b103aa1cd - - 9ba0ca84ebe3f443d0a525ead480c8edf26f4b85 - - 9d24ff6b61d31727366d9a5a0fe97c9a4172260f - - 9db47d3d2e33b2ffa0204ba5d2169c32bf4c48b6 - - 9e464c8fe08c39ce5fa4952d6aca568bde73751c - - 9f71d5d8541539f416457185ee8f70a01a5b189d - - a173f24b64fbb4b49472f71d1e99210ff743c99f - - a41a2816c7ddadedd3b0c78171fb8c1b9fda38ca - - a778f23a229c2faa756ea3347694bf1382fc084f - - aa42ad4c5b0e2558eb0dbe8d1a45ea8dc187f9bb - - ab48257c9f53c661fd4b069a55d55b89bfc9e721 - - ace4d6ad2f4b6cfc780885cb498c3af872fab5dc - - ad48594408b255e610e12ed95d678c0feb4094e4 - - b0678c8ed27558036a4a3cae163928976d19a479 - - b15d26612f7a81a0115867e264977b4310422ba1 - - b2ed1d358cb5c53cb47c174722b8888bc41005b2 - - b4bf2fa96ffeddbd625786b9e3364bd1b4a6a283 - - b5e4c0c917c548e86d915f7869b194e66224dad5 - - b63cb2d9904cff200dbd05275527c817cd267fd2 - - b6521474f6627b1828eb31a1052cce4722547abe - - b7da8652aa4646ca8a183975092b76d92966c337 - - b88b20623c5793f9f1d0e8860ab65f4701f9a245 - - b928431c950a59bbcb99a651174576f524bf650d - - b936cdc59cbb73d004d7ac34534f4faac4d353ad - - b94348e90dd164735a371b6ba5d7f8bfb80d6038 - - b9ef6f703d400d3c12a83741282cb586fb487068 - - b9fd98f21ac059b40ffc4f6ac869083994aa3b92 - - bc2e258da22c5990aa089740ddd3bd9c28bd643d - - bd873ae7f2367d19e33e16101939fe7f628f5877 - - be233a085a3b84c8745617f7052e62ba7357596f - - bf3192d4367f1043d6a55cd2b97b2b856b5014b0 - - c11a480bd0cc0fc2c62a8e12c51405b9fac49a9f - - c196bb26dca6f755184e623394b6ee73b530cdab - - c2aafeee359f61a8007d42dc71d8e125b362a8c6 - - c5b38c976550b8e929a9a5fb9067901650051a2c - - c5eeacc101ae687e132cf8ca869b335f58c8de08 - - c690d23390fbffd0d5056fc4d317162227cfb15d - - c765dd28c2d15064d76a0a76e4a776297d23a82a - - c7c3f228039f1bf91c8f8a74441fe2246ac61b63 - - cbe6ec589b3f32701962efcd767f2721a50b3be1 - - ccbd9202891dbe48ab8cafa97baf56cd5bb5e979 - - cceb2e64f460497f3abce3cdf940796305922ad4 - - cd197cce362a92d13965ca88db7dded4fa2f115d - - cefafcf222b91bc05c2325b9c540c1ec8462686b - - d0a58ef27f487fbbcdd30d7869a4a28f82cac2f5 - - d30c6d7c0f0d1582bb1260f70d0b5f9e9df249b2 - - d31c0e73a1d5612fcf092af2e809da4d3c9885b7 - - d6114df91f4560a386aed240f1a12a3c2afdbeff - - d614cc2bb9b7518ee2f26041d51899acc2124a19 - - dad4ffea3b799193558c2083b14fb4d0d4607b37 - - dc7082da321e75ef33eafd6e45cfc31f49092646 - - dcfc2f822482774dd79aa794fe8524cf63456be0 - - dde1b03bdb515fa5265fe148b747eea81a61ab79 - - de65b4be001ff696e0cc9a3e1de6f8bf549503a3 - - e58194327ff02119c20ef726e2fe24563a009eb3 - - e59c51e4820db7be851b57738511abadddad37d7 - - eb187b43293c69461950abfa703ad2be52587eb9 - - ebb34d4478ddb4b1ac9cc1326b4905f400d34b99 - - ec31a29a0a392aed5937f075c76502a926a77822 - - ee11d8f8f5d4701867dfb1ede321c37ed45792f6 - - ee9f478364c4494e3678d0f0eda24c86b1ce54e2 - - ef8f080301d39f60ce5f3303a6f79fed411423fa - - f136a8b9acd0baf5efa5ed79a72f4688fe4c41da - - f1a5501befe93a37ec3f8040fab9f356d9d902c5 - - f291975c3ee7b0b948d11264ce52acec6f8977a1 - - f3c17c28e98e6aae7e9ddda2ff14a7a648217168 - - f6627139aaf47a9dff99ec9ba2dfbbcf5d566c2f - - fa15593f6869a3e4e9b851fcd3fefd016e6260ec - - fa3aa51785950d4dac83bb50473536372af1e01f - - faecf834f729fd73a67cf910a087f2bdb3e09654 - - fb012ac2a2a7ade37930fd553da9421cba16f552 - - fd41c8aaac996261aae6dfd0cf486f8cdb008a6b - - fe465c9d34b06277eebbfb6fdf492252fc12620d + - 004046eef0d48ce4f63e5d0c05cf33228a2f7498 + - 01820143b8dad579042e97586dfcaa8d836632df + - 02281934448385eab0ba82aab9439774075bc749 + - 042c62e88d59338f6935f33f9a949d273efe3748 + - 045d4602d1a5d257873b3b7f558a7b4e00652a1d + - 045f92224255ddaaf2d787529c6b051a943b9d70 + - 054ab573d98f6778e1750c0bbc5a99de6b0bf573 + - 069918f87d208eddf583d705309b06fc62e794a2 + - 07b868c982c9a5052c255b71c04a5fdda300a388 + - 092503a863b9f09f9125696d4cbe9ba15f112e00 + - 09ddef5d7b734b147bad58c751f5526ccf98b13d + - 0a1d73e2e383946b882ea071fca74f7080d9d00f + - 0ac0c7a68a55939986b55ae01c7591d939bd0050 + - 0ca68710e5bac85b0ed8aacf58b89934ec3e716e + - 0e3673649aca58221b0a3158ad94dc6a7ab355d4 + - 1089e5b9666b95bd0ae7cedffb4c1d512ff40f9d + - 12e338bbd3e93c0aac0caa0bfb6db7e41e65c47f + - 131e2b6be1c42c9c2d06347aae6ca4a6f8a6ac05 + - 133092b88c3c1ee3c459faeea0d74d61bc08b18c + - 14fc6c72d56ea1c82130ddbb47f65ebc28b9b810 + - 16a5d644dc54104c94f3335cdf8f30ec476021ad + - 16a689d01a34dffcc930d1daacdc88f0ec1c2bf1 + - 16e2b4bb40b5089c8af49a1f0bbfd48c7d454485 + - 16f066643dcd684148d1e6b57449ad691ffbd0b5 + - 17ca2696b31181b35617fed6296dd8985ff53c0c + - 18cdeffb007a8a656b5c08d816db17a163d36f7d + - 1ab70d11d7134d0eadfdd497ddde4c347552eaef + - 1b61d04169590373b8f06c72fba7e35cdfd5fd90 + - 1c1785df5ff39c0fb896f7b8c683d796191a1490 + - 1c74af0696d259b1db2a4831bcaa2da043b729b6 + - 1cc976cd5867018f0c2034cb4360c973e277d0df + - 1ce91dbbbe9b0fe9c8d163166ae03fca614abc28 + - 1ebf00281ca136b0d7e8313198aafde6330c5d8a + - 1f8802332b638cac69d4b14f6573626fc1713a6a + - 1fd09f060742246821c7170007e45e0dcc12f92a + - 20a6b73a8e0fd4797fffce4a94f04b7946f350bd + - 21462847480678cb9c2ca3f111eb14a4322e1d01 + - 217ed8e347efb07659f8e9f560c69292fedc3c84 + - 23830dabb163be694981b5a38371088807cb3e0c + - 238d55efd1c86737a503b525c45299d2639d45a1 + - 28ae68472ac6f0d820d065515d05af3c1e3fda1f + - 28f9ef1c66338b4d56096a7cb57fb6a6aaf9a0b1 + - 29676ae09fb18ca3b0d2be9e7217dcbcb15bc130 + - 29e97a5596d0a25eb314c873e4abc782ddd9ba41 + - 2ac65fde42d160fc97715426159e6ca21f5d4510 + - 2d68bcde73418bbda41a72ab007ce69498c14e10 + - 2dbb6715151b36368dfb65c36aca05bc04c54c31 + - 2e9cf961e497dc275e6ad3ac97d4143873e74ee3 + - 30ccace5e3426f3b5eb69a0ad0d4435dd9c7ba21 + - 3245bc84072576f0d8bb20dc587fa34f43d1e3b4 + - 355209ef30e3916672e1c243dc20c33b0f35ec9b + - 35cdb8854ee2bc15c36d24542a16ab0168886cd7 + - 36d60372d7514f65e06c39bb9e595056009c9e46 + - 3a82117d6f07ec24fafe4bda5017ff3b1f12dfe4 + - 3b629836728dbaf1995ca8cf86d6f14a7806a0d7 + - 3b7128fbdd6169874503884270c77950792c50ff + - 3c19f428e8a3564308a4a93f1c3d79972943c2d0 + - 3c8fb6873aa6cc8b9e0baa93291e5e7b7c58b530 + - 3c9fc6864351dbf7b4e2692b6098cbdd7df492b4 + - 3cd88713c840feceb88863ff7f878c2beb2f986c + - 412fd1a4cd9f043a5157febc2c457599f3e19397 + - 416033e597c13422848d88ec1152ea6a12d94eb9 + - 422152fc6ca9a9d5f020d450a85e3280bb833901 + - 42dfed3ac7c25a4ba17b1d49f6aaa3ba2ec5a10f + - 46e9b7b7811f9fe424d7fd9542d93c1aafb5c0af + - 472caa2214b437deefc19511aaf739b7cbd3ecb7 + - 47eabf81e757a1610ee311af194fb5162e8e167f + - 49f4e03a6a7aeed34ff5f5b47cad93fac1fe0010 + - 4b0bbae61276d4aca0c24f3d6b7e566ceec037fe + - 4b18e4fa81063221311bd9250ac6b8d88e4734bd + - 4b320f3417cdf5a64a93db15044dcb52bdf6b2aa + - 4bbd2faf4f01429653f5f27b7161d3492a2d575a + - 4cf2fb357c6aa51fe420fc7360a2c56145acb25e + - 4e2fc21db10555af93665d1e304f892b6834f9b2 + - 5026da969751de957234d12f6685e69d179e369b + - 50ac654743d7c6712015e740d05bb5444a3e8d94 + - 51e250878c67ea3981d20aaf396be1e47496ef08 + - 52b0cf83f9c262c9ea738f117f3324be77007a48 + - 537703fd2af0261102de1ad85b655f0138ce36d4 + - 5413d82fe4891408d750fd46a5608eb2f225341c + - 57f668bf3c3af8f9ec4886d8382e5cacee5e51e8 + - 59a7f4289436966d649463de70228b3687fd4c5e + - 59e189a1745d6a58daaa1e656bee7b12bc4fe4e3 + - 5c14a5025b6589ad23273152fb46e48cbac04b15 + - 5e8552e3e214f6b513834e75b9f2ceb90baa959b + - 5eea41fb35de0a3f947e2ed507a2298e6fca8637 + - 5fc5c6c78fc3ea5778aa300adb04b7362b0ec3cc + - 604b40810fa6b27f8c2f4250e804cc125cd68f5f + - 60832e70a04077b007f3b2dc56709ab63aff4a86 + - 60b77df13b6846d45b3af0d7a5c3b19639cd0b49 + - 6166716d5e69502ea8bdf6e484f4b1906233e634 + - 624003fdf510f80c049a3c5e347c83a42069614f + - 62e9b0baf9450e7f5e3a728a67a48be3b073e465 + - 6309b3559e5a9a248b463a1f7db1d9cf96510d0f + - 64d19d83e2f1cb6f2db1eab9e1374d71189bf2e1 + - 65f9064f785a46fb35e3f54569f6c4d688edf5ec + - 67abee5088221a24303c211468b1d273a2f95cb6 + - 6afa5cc049c68b8309ad5dd0d733c60165d6b0a0 + - 6b479dc0bc21070c8ce6cceaf154e3edb18e3b7a + - 6bab400122fe18a96067d22b8f8f20c96d55fd58 + - 6bb5128c9f2b59ad14f8217989a439595c7ebec7 + - 6c66845a2bea7fadd26ae564ed43e8e94aefe3ce + - 6cebcc0c83e7daaa9705912145c515b0dff9a5d8 + - 6e478a035e8b0adff6efc950f71401561392c807 + - 6f056d138344785b771ce9cde1db91eed685c709 + - 6f3beac740afd6248f87106225c4b4854e2ca598 + - 714b1963e68a21cad98e5879e9a7e5a3a9bc3357 + - 716b8ef4ca18c28209406e0b656a841ffc1ea122 + - 73702ef82ad97efeee8d3c2cd520a7ea12875d65 + - 7436efe3e90485d2be0b1563c9144bcb97fede1c + - 757f90dc2597cb7517edce24dcd2e4347c5c04fb + - 7704a0195988075b721e18a2bb5d83ced794c89e + - 7936c8dca89e056fc01ebeeb206574d148293583 + - 7c196accae3ab5dad6feea496d657e0a1bf16bc4 + - 7d57a108e323b060837cfbdd8d35164b07643183 + - 7ec7726a674416de4ad9d650c8813d7c457281df + - 81360ad9e9eca79106289a8ecf947602ece86527 + - 813e3d9d95ef76757b54e5dbb166a5db5aa88a0d + - 81996bbe1770d890ef3e4bd1c3c66eb6895f20d1 + - 81eb60fe1013ab05aba429856a3e36b887d391ff + - 827cb7e8eeec1e90b1efa397960136a780f5474c + - 82ee58357efc7ae56baeb441dc09e39ee7ff8b8b + - 845ff2f8690e184b3312919bdbf5a2f091f394f4 + - 85b0a8c396df13bd5d38909d1dc3fdc75e92f0e8 + - 8652f7ec3ee744d49aef8cca2c928814c7008b2a + - 879053c2bdae47e91dfac2ddab11231eda9f91f3 + - 888fc669390ae612f20cab8a45fc965b02934e10 + - 898638db012fda728fa65d51e7242bac84e052af + - 8a89a02af41545f602cddaaad2082499797168ad + - 8bb51bbb2253988d8c94f87a9383d026249e582b + - 8c5c2f02efe683afbbcbe79429a715600b690946 + - 8caa03354967c173911c41dc67c0781747fc4a1a + - 8d9d5e174b9b5ee4c1eaf9baf80aa8065cfe8432 + - 8dfedc1b4ed287a3d0c58e4fbccc67dbab171dad + - 8ed3975acc9d66c1a98d0d25b75f4a103d1e808c + - 8f6bda246d549fe0a9f014dfdd61873e6dd46f8e + - 9004303add726819ac91b7ae85b396285a9c6732 + - 94f7afb8bcb6fc044661f915b1f8a80e8803263c + - 95691bede9f87afb54564f86aa0358036857dbcd + - 95db42f28c12959e14d541bec26176ac9fe5c770 + - 96164dfc101463b9d372633aee7f6238b0e6c4f2 + - 98fa46e243bb3beadebef00649e6abd0a0569227 + - 9a3c0c5d0a38c893e198080ba0da4b32ec14b8fe + - 9bf5c9b0d3a3666a69294116d3b330f84ce57041 + - 9d5622ccbc845b50391373837036f67db13faa11 + - 9dc2683e69dcae541b73036b43fff3bf65dd0afb + - 9e3166b854c5399fbef652c3e996597b7d6ff7e5 + - 9e8d8f8507b707b256b94005888e056b92799306 + - a1bf5c8957ea202da6300907fb961a764e87df78 + - a5266704713d9426cb0cde7a9e29f52b411a26c7 + - a683498a025f415d9a85f21e3387c20ed3a88a7a + - a866e6f47eabc7a740be5df0aabc452c432e4407 + - a8fe6c0fcc90eb22e5cc077e69801b272cd7e3ec + - a9a29468aa3b04c45c3a446dba4acef55daa6a0d + - abd9213705cd8d5b224148d0abf9f2329ea563b2 + - b067fd18ce587fc70d18910dbe4388178c612b8c + - b181541108230bb197c53e6275d51daba692600b + - b1f9b9406b8ae5c1a958294559bb3535d8720222 + - b46369492d85bc97438b4dc69140776bbf181c54 + - b70f4a3f272c6057034bc965e86a4e045343db0a + - b9a397ad12dfafb3434dc5f878b6c06add37acff + - ba2dad6b42c0ee3d4f2d79864eca764d505ea540 + - bc2a99e9b0e7aa32fcb6dda59a12fab1830dc4ae + - bcb7a64cd66fd665ddb5d5fe1a0c97e8a5a7ae5c + - bdb6e8cfd4696b43d0fd168b1e1962adef887a44 + - bea89bdfe6baaf05339b0761127617f6435d5470 + - bf3c208019fc01ab5e499c436ab8f9d039460337 + - c12bc04670e89bcdbb0713e33799722237d07cac + - c180b790bceb7f86b3e075f471eff1a60db7fff6 + - c1edf5665cb5a922f3d932d9e6e76fb80306f129 + - c238ef87c637115f3a04144fd33c5aa13b4d081d + - c2ae222f780c623cf28e924905aa5b3547258960 + - c2fbab22f2c39ced27ab196e0e6b4846ad7ea48f + - c3d80151d443add981c04f3e746ec8e6cbb5a2f7 + - c502f54dc554a5eebaec65c05c1012c9abf9fdc8 + - c5b4e71b89a6f3cd8f39a18e091ef7e051ee2e81 + - c9308cb754a45a11fd23d32fff1da892c6ced507 + - cb5a9603206aa6dbaf957f44faf06d37db456b44 + - cc8dbec0ec5087f92397342077193788e4d97d9c + - cfaa21ec096ef36edfd9a041e8e43fa64cb10012 + - d5bd41bfb8ce0775a0febe5d0b776c228ae10ebe + - d71236d5f28289db09399e2082f3a42259293758 + - d71342fea40a03beca3708a70dfb21250b4c0447 + - d7145815eb238b5847d8f208be6b862ebd2b19bb + - d814f40c9ccef8ca0869a4c2f143e2665dd376bc + - d83cdf967fdccf045ddb004dfddb56c6db23e928 + - dc0746b39fbc2171c4f7ed4b3b8ef9e2fbe1037c + - dc9bae4621afa67f7774192a9507a77dd69d0bd6 + - dcb88e72ed53c69c7f55038841c0a3779ee3772c + - e0bfc776e6a02bc6547d41883bf7294330f09630 + - e23c46daeae3d7e0fcd12ab8b60961d1de64dc4a + - e44dbf981243526face8c6ffd3f99142f7132374 + - e492a9e9b9d46379051e29381e1af5b01a7d38e3 + - e5cb51fa1e128b48ec74e6f5b4adbcbf3521cc5f + - e5d2db99078a4ce336c9668b697c2f7194fda30a + - ea9b65940ed53ac5838061a0c5dbda0d26c141e6 + - eaf13f31c47cf21747e885fbe9c787a4bd1c0254 + - ed37c243147f945bfc5d14e1cd7a9d13412e8d3a + - ee803260616a3869eb897e9dbd676cddcd16f546 + - ef2230fedf1e0d489325f030bebb25dfe23ba7aa + - f12216581b7fdc4db2df2a2a4e458febaad7e54e + - f2c33e3bdecde54ec26f92362dcda1729b56fbf7 + - f3e1d6cfd07c95f3d9936b63571f7222cba82b0c + - f42276f30a35503b0b9a254020be0696ae327905 + - f49992e364ea1713ca04a5e6a66fac45cabfd0d8 + - f546ca91d1595504128d54c44138ef0d929f9f0c + - fa205799e4cf7cbb0d5ad3a36a1e70f2582c6f97 + - fb18ef4f69b9f05ac4dad817fa605a515e810dc2 + - fb89e3e9449e537e52e8fb45d559faf3274c7f26 + - fbdd47bc5a324f13dce24db29cc0f3ed5cd68a5c + - fc48bd34232b627732e407f28b9842b408a5fb97 + - ffb0f3581d8c7829b34504d014ae19216737b149 index: + - 1 + - 2 + - 3 + - 4 + - 5 + - 6 + - 7 + - 8 + - 9 + - 10 + - 11 + - 12 + - 13 + - 14 + - 15 + - 16 + - 17 + - 18 + - 19 + - 20 + - 21 + - 22 + - 23 + - 24 + - 25 + - 26 + - 27 + - 28 + - 29 + - 30 + - 31 + - 32 + - 33 + - 34 + - 35 + - 36 + - 37 + - 38 + - 39 + - 40 + - 41 + - 42 + - 43 + - 44 + - 45 + - 46 + - 47 + - 48 + - 49 + - 50 + - 51 + - 52 + - 53 + - 54 + - 55 + - 56 + - 57 + - 58 + - 59 + - 60 + - 61 + - 62 + - 63 + - 64 + - 65 + - 66 + - 67 + - 68 + - 69 + - 70 + - 71 + - 72 + - 73 + - 74 + - 75 + - 76 + - 77 + - 78 + - 79 + - 80 + - 81 + - 82 + - 83 + - 84 + - 85 + - 86 + - 87 + - 88 + - 89 + - 90 + - 91 + - 92 + - 93 + - 94 + - 95 + - 96 + - 97 + - 98 + - 99 + - 100 + - 101 + - 102 + - 103 + - 104 + - 105 + - 106 + - 107 + - 108 + - 109 + - 110 + - 111 + - 112 + - 113 + - 114 + - 115 + - 116 + - 117 + - 118 + - 119 + - 120 + - 121 + - 122 + - 123 + - 124 + - 125 + - 126 + - 127 + - 128 + - 129 + - 130 + - 131 + - 132 + - 133 + - 134 + - 135 + - 136 + - 137 + - 138 + - 139 + - 140 + - 141 + - 142 + - 143 + - 144 + - 145 + - 146 + - 147 + - 148 + - 149 + - 150 + - 151 + - 152 + - 153 + - 154 + - 155 + - 156 + - 157 + - 158 + - 159 + - 160 + - 161 + - 162 + - 163 + - 164 + - 165 + - 166 + - 167 + - 168 + - 169 + - 170 + - 171 + - 172 + - 173 + - 174 + - 175 + - 176 + - 177 + - 178 + - 179 + - 180 + - 181 + - 182 + - 183 + - 184 + - 185 + - 186 + - 187 + - 188 + - 189 + - 190 + - 191 + - 192 - 193 - 194 - 195 @@ -221,182 +435,17 @@ analysis: - 210 - 211 - 212 - - 213 - - 214 - - 215 - - 216 - - 217 - - 218 - - 219 - - 220 - - 221 - - 222 - - 223 - - 224 - - 225 - - 226 - - 227 - - 228 - - 229 - - 230 - - 231 - - 232 - - 233 - - 234 - - 235 - - 236 - - 237 - - 238 - - 239 - - 240 - - 241 - - 242 - - 243 - - 244 - - 245 - - 246 - - 247 - - 248 - - 249 - - 250 - - 251 - - 252 - - 253 - - 254 - - 255 - - 256 - - 257 - - 258 - - 259 - - 260 - - 261 - - 262 - - 263 - - 264 - - 265 - - 266 - - 267 - - 268 - - 269 - - 270 - - 271 - - 272 - - 273 - - 274 - - 275 - - 276 - - 277 - - 278 - - 279 - - 280 - - 281 - - 282 - - 283 - - 284 - - 285 - - 286 - - 287 - - 288 - - 289 - - 290 - - 291 - - 292 - - 293 - - 294 - - 295 - - 296 - - 297 - - 298 - - 299 - - 300 - - 301 - - 302 - - 303 - - 304 - - 305 - - 306 - - 307 - - 308 - - 309 - - 310 - - 311 - - 312 - - 313 - - 314 - - 315 - - 316 - - 317 - - 318 - - 319 - - 320 - - 321 - - 322 - - 323 - - 324 - - 325 - - 326 - - 327 - - 328 - - 329 - - 330 - - 331 - - 332 - - 333 - - 334 - - 335 - - 336 - - 337 - - 338 - - 339 - - 340 - - 341 - - 342 - - 343 - - 344 - - 345 - - 346 - - 347 - - 348 - - 349 - - 350 - - 351 - - 352 - - 353 - - 354 - - 355 - - 356 - - 357 - - 358 - - 359 - - 360 - - 361 - - 362 - - 363 - - 364 - - 365 - - 366 - - 367 - - 368 - - 369 - - 370 - - 371 - - 372 - - 373 - - 374 - - 375 - - 376 - - 377 - - 378 - - 379 - - 380 - - 381 - - 382 - - 383 - - 384 ordered: no + description: Identifier of the analysis estimate: class: numeric + digits: 6 + description: Estimate on the log-scale lower_confidence_limit: class: numeric + digits: 6 + description: 5% quantile of the distribution on the log-scale upper_confidence_limit: class: numeric + digits: 6 + description: 95% quantile of the distribution on the log-scale diff --git a/inst/results/meta.tsv b/inst/results/meta.tsv index 983dd14..6e66088 100644 --- a/inst/results/meta.tsv +++ b/inst/results/meta.tsv @@ -1,502 +1,453 @@ analysis speciesgroup composite cycle linear family status_fingerprint status waic -01244fd1b972d17a0f53e99ee67930199a2729f1 115 0 0 1 2 116c53078921fd567ae985d4688caed23d0c56ba 2 NA -016c588395889c0c19be280852aaba0f7c8bf637 28 0 1 0 5 5f31fae2a57077027837084c5bb8b06a1557b664 1 1356.28875806976 -02650104e02b12a9a70a250a6b9d125f09fb1e16 121 0 0 1 4 0d0069de7424d621834a03c91c5d1078997cdc7a 1 6991.28372896303 -042bbc7494ef5cb0ca7e6465e9f6d6c0141647a7 16 0 0 1 5 5d2f6033c62fdc7bfee627a3bad9e496c737791d 1 12551.5757706643 -043a0a066959ae3511b4bbc3486da55865ad7886 88 0 1 0 4 956afb81de1ff61a1f311f9defe72c86762639a0 1 1873.54890982253 -0531c19f799288421c7093bc1a7e8739d91a6780 159 0 1 1 2 0b4234b9fdd7b7fcdef8de4a1d96ddd8af92ec43 1 6897.09534233817 -057c4998ce3043b33c0dc899cf3adcb6f8aadb62 40 0 1 0 1 61bb7682cb55431ff3a7c38c38928bd107a01736 1 5851.48026046676 -057e825aff074e168523706c03897e0777df9b94 184 0 1 1 1 5a4dd5ca0b87789189baf6b3323a71c23fa08044 1 135503.153104741 -062854d7ba0b4411e1d472c2fd4d00ea44d9d6cc 51 0 1 1 1 7581b2b9c2793fc40f86bab592e756c143059058 1 10792.320300642 -06f8fbd96827ebcc2af6cd68eb9d01db513af0cc 73 0 1 1 4 54e136b150ae049afc4e083f47bf88b27faf60c6 1 4429.24828932246 -072d449dc164e98c19805f67ee6a5519b780fd2d 184 0 0 1 1 10818f391a2cf0d3b851948d1017548a4dcdcedb 1 135503.270660126 -075e1ed2739aeffc3e5e0831d56826358336802e 13 0 1 0 2 512a7931e3abfb5ec1979319b37ef32774e5813d 1 19493.0938266013 -079b1ab9c77f0cd073fe6f85aaf32219c6b91920 161 0 0 0 4 97905b734f8d433d3bc8e818d0ef453121fa96c6 1 66993.8097685412 -07abe67565ef00ca65939290f57b7f8fed0ef3e9 53 0 1 1 4 db909c4d5e17b692dbe18375ccba7e4912dc8b30 1 8041.45657426432 -08674a0e0f85623d4da72d469faa72d36287032f 184 0 1 0 1 c0321cebfb67b63a1fda1e0c3f0664a666fef3d0 1 135433.761004536 -08a95c36827aa2665d59384db9923d31f6cb0b60 75 0 0 1 2 3491e242e1019602c871840ccf56d68ef8e715a7 2 NA -09522a037bb7d4eb4eb30d98b17266dc6982e402 66 0 0 1 2 a8952ae7162e9b7d9a3b6b0c3bf88cb5a3900182 1 1378.91794635602 -0967f5345f27b53d7a380b08472c2478d7822c15 82 0 0 1 4 2cc82dd042650545eabcffff2321ee4b14af464e 1 7314.09788815056 -0981fd5da7e8490323506c85b80f3ea7c9f9268d 8 0 1 0 4 e95d7eae07619d98a901d9c65307d491b0486016 1 6493.90377947443 -09867787f649174cccd24a0d89c0b3ad0ad0df0f 26 0 0 1 4 3086c33c78ff09b2580e8914b6fbb9432f53195e 1 16537.7172857406 -09e6375bd0ace29b879b739c21ff7640cc2d9048 158 0 1 0 1 87aad7cb691c2080682ad7e4f3110a5bb64983cb 1 6942.87936898114 -0a56eb8b37e7679cba2221f874905bb997678b38 72 0 1 0 4 fc0c9be4fccfc590996f339329ea21c294917d8a 1 72730.2188196976 -0ac949de0180537b598d4bcd15aa8bcbe6271379 24 0 0 1 2 738ffb39bb7f265306139e9b6ca0fe768feb43ab 2 NA -0b5acdabcbd51350a3bf41d5ce9a3b851ea2256e 76 0 0 0 4 15d327aae1cc84f15c98535acbdff9b74645217e 1 108796.055422391 -0b9335c3cf2a43c4482e33fab75f23a3b0ec60bb 39 0 0 0 4 b6a7125d7304e9dcd2d6dc29a2fc8d486552bb48 1 32132.0010742924 -0bf2c8c4276ad1bdac0113aa57d0db48210c2ddf 5 0 0 1 4 e0fabb18f63cb3a3efb721e6b39da895384bdf06 1 7182.79733310375 -0c0f1fe43eb239c2b7c2ed45e9806c1d45ec3d9c 127 0 0 1 1 003088a458aef49fe39641fc54b6bbad3d1a99a0 1 5458.79926099688 -0d183074248f2e5b28564e239da2a969df490063 1 0 1 1 4 38389873906d0c40565fa6cb07239a06988316e3 1 3958.30943113155 -0d7b96c65bf8434dad8ff4ae7b2dac11ba59468f 64 0 0 1 1 d94f409c497f0f3540c66b026e49e802a30c127d 1 2894.26755950298 -0db939ade562d517d56b747cb60af3e32d859b09 148 0 0 1 3 b859bb9fe8800b8787bd1d7ee6af1bb2eaf2aeb9 1 7546.75740917593 -0e1b37392255c8e1029048961c20b6f6ac9111ab 114 0 1 0 4 afc6fee3f93f2ff762f1297a7da7d750481e8e38 1 11337.155240285 -0e21dea54f9050ff6ddec278c6156f6f67fa4620 47 0 1 1 1 09a89d9a5187b4349092cc849cf0659c323d8efe 1 12714.5375563643 -0e512f5267893868c482de2eaad7e086720f9da8 76 0 1 1 4 d03303db3c6219c54451905681e93ee0ecee501a 1 108905.820111039 -0ec48c750ac18c1ed8c4e77e468bb3badeb6991c 28 0 1 1 5 e833a4ce81d0e996371e33bc8997b550eeb1eacc 1 1398.61461521793 -0f7427572b0f9331bd80f1fc480dd43dc96f2a71 186 0 0 0 2 329f94d458cb5ed8e36a5b1c2c6bd2c4d0159915 1 12980.4350362235 -101ae292210d6919e7202b9789585f3003181bb6 58 0 1 1 4 976dfd8fe9c8178462e0556b70e34e6aafa4f4e4 1 26170.0177855822 -106b29bd87dd66dfc497b1ace292164de1cf3bf8 190 0 1 0 5 eb7e5d2b483492c71e82998e99e860f4a354f9d1 1 69458.852365895 -106c5f05239fe003eb709cc174f2f390906703a4 150 1 1 0 NA 77d0a87a3531fa26340f0e42be9de69e5d725a2e 1 NA -1080515a46eba7a990f4283dd0732b8de57d3fb9 113 1 0 0 NA 6c82c50f423955843015fdd19cab0831ec173afa 1 NA -109f8d0f5bbe62523061149347330b571c675604 114 0 1 1 4 a7276147140056217123a5873763e01758457e1f 1 11314.591913403 -112bc01f010f8df228a9524987461f9f34ea0437 26 0 1 0 4 3f177c5fc12341b89ef8bef5d452a6df3b4f761e 1 16524.6295064091 -1143e70ace47ac9c9bade2025ba25a37cf0fa798 190 0 1 1 5 1bb7be909daa040e546a53aadf0872795bbb267f 1 69531.5670689099 -12332689b0137519d1032e7b3c1bbdd99a145f05 57 0 0 1 1 7361f19a277131a8c4ff397320705acb004749b9 1 28716.8460101838 -12957259e6f931c9e3dfa056e212ad43964188f1 178 0 0 1 1 01fcbc243dd480112fe137fbfa35f5b284660f67 1 4733.17327953156 -136464e83615f911221be753862ce926f171a224 15 0 0 1 1 bb4142c94615e2b2e229d387494ff1e93be01ac2 1 5945.00547765542 -14913922c0fbab173e657b2a819e2c1dec9f01f0 146 0 1 1 1 529b2b51674c7726ece779c27f68297d477c55be 1 79951.3800494461 -1549427c59a4a13c26485a770e8230d66a8d8220 82 0 1 0 4 5d9aaf23cda71ac314ae4b6762b3805c33fbddc8 1 7304.06554741236 -1550feabadc972df28ad5441f04c8331589f6d96 127 0 1 0 1 c485a0a3fcf759bd0d6d53602de41d997a7abcf3 1 5450.66650892712 -155d28c93d141f92e3cef3dace7746b4b42268c1 134 0 1 1 4 8bb91d2fab8b115e99d79e27ccb229a82932bdb1 1 8348.16880709903 -15756e314440390c89b172f3177bd7877b6e828d 15 0 0 0 1 b3e3848606089fcdd469e57283cb925f1185e49d 1 5920.43137377134 -158124d17fb643b7104455e0e65a799b56035f94 76 0 0 1 4 a5bf1b48ae92cead636765987b792d3715b74b25 1 108907.531589343 -15f0fb655471f3272e07fd2e4c078ce671d84ef1 14 0 1 0 2 840c7d900bad653ed5acbe4441934a6b8a6ee579 1 24182.2273366006 -16015aab58128aeb0ef17c995f4ca08362e9a25a 53 0 0 1 4 7087b596461a5cc548e0b34c0ecefc58d3a8c2bd 1 8036.52683533256 -1660ac09ed9c437fc6a1450716fb24d95c44e5ce 68 0 0 0 1 d4a14abeb1b48ffe99e29ab7113bad68bccb1fa6 1 37291.1495922879 -16a422954ecee1958247a1cbccca2cc072eb48a6 41 0 1 1 2 7c4f93cd26c40370592e81e7a3ca97fc43738303 1 3618.91706248828 -17536c6529def8d62ed5ddbdcf7e9ab13231165d 65 0 1 0 4 8dcbe47b199b3cb734c1d5c08638c4a01bfaf311 1 2223.11874762833 -179bee3114d70926e6728f3e4970718f60a2db62 39 0 0 1 4 c141fa55e49f5c83566d1a00a8d69d3eb235b7f3 1 32118.6096084347 -18b1df16080e691b63718cd87db6000a38ccce10 73 0 0 1 4 4fe094f2bc0eb156116070348dbb29511cd9b018 1 4428.16406298213 -18e1729f3b166edb687dc93cb09a978e641f70b2 144 0 1 0 1 94b7c729d7f2396c4dd9061056722f79f1337089 1 1963.06536476533 -18faf1acda3e463ef2925f9b2e5aa7337ac4b5a9 169 0 0 1 2 3dbe3854e197bfc606e72a5d32f4621bfa21ed90 2 NA -193553f998fe83f671627e343f6591209f4a071a 108 0 1 0 1 dd497351483a5c71a78020672edbac338c92f0c5 1 756.249717607638 -1ae4acbaed24cc454636ff5eeba6d429fd7ec2c7 71 0 0 1 2 2fab2c4b710842c888f1a25fe37d041af50448b6 2 NA -1aeae1f347d3f19bc64b9cec2cf15adc42287f5a 1 0 0 0 4 501935fb04cda3f3634cdf510c65cb760d15bf96 1 3935.30785918258 -1affa858be371732e5a6c8dadf5bb1384529b3a0 174 0 0 1 2 622445f8016e1c2ea810a1bd7bfb1aef5312999a 1 100445.53568753 -1b00eaa10092ce6c27959ace686163bfbd1a5820 134 0 0 1 4 e89318206ed86e3dc6e5693a3c3c6997d768681d 1 8346.49493771612 -1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 101 1 0 0 NA 3d1a6347bb928d6e8fcf9136ea74379c266ce60d 1 NA -1bd9dc3c69c6706234cd1004c04c73938474f9f8 148 0 1 1 3 810fa7cc6a922561b070aad131149e8a6ca93b47 1 7546.42673471855 -1ce44f2db5fbed3aa58287548ec1c20d75d4fe4e 97 0 0 1 4 a68803a271ebdc2c94cfb55a404905ec31868e5c 1 6217.29127345418 -1cff723dd6ac1d7020c74fd21a675ae48520627c 70 0 0 1 1 fa5706667a060097addc31389139b8f4cd5ba023 1 188223.548319625 -1d3040369be132a7b07c2419f228df0f39d1c412 88 0 0 0 4 713ca5f35ae63590b5c950b8d7d6d197a663b791 1 1868.64946528929 -1d845dc1bfd649b6aa4812ad4f12052c18ee58ba 122 0 0 1 2 4d3bf3f52a1b6566aa3df313cda6b59deeb0f773 2 NA -1dbadd0711258dfe348cc22826288fd9c4370ec8 106 0 0 0 1 d9ed5a748eff1698009be7f461dbb5e5cd6df203 1 15984.6231256233 -1dc94699e1f2b54efdedf0f76e3b9a21a41d643e 154 0 1 0 1 7fee0acdede613f0b21ac9eb4f12c677ac4e127c 1 1000.68605760974 -1e46fcad525d55d0e9cfd09743657443d2e3fcbc 69 0 0 1 2 989c418eecef94ac819d9eb23559516d9ec2b6a8 2 NA -1eba32b1bf4f9a46630e975ca3136089e0db1ae0 25 0 1 1 1 5f6e491ea488340bc5a1ae9950192c443235736c 1 19648.2283306541 -1ec158b6dcff1a27b37423604529175845d69dc1 13 0 1 1 2 f8b034f1a9db699ea3db37a5bee0ccd83682c041 1 19507.7660940436 -1edb836840d374c226c45cb34972bc0ec9b577a8 25 0 0 1 1 c77d4ecd252f0eb4888517bf9e10d2efe7810bb3 1 19644.2207268508 -207c13940bd9b279c8446ddfc04dfdc567776002 15 0 1 0 1 42112f76b3d78526b3a1dbb88233d48c73fc12c2 1 5939.11707073958 -214123bc075e6e379ec7078360d9b73f071a3045 176 0 0 1 1 6d9b78ce06d780d6b2146d67d32bfdee62c766c8 1 26153.4761506248 -21bf947183e389b5548abc06f1e738c0cbed3d24 161 0 0 1 4 e65f02bc0ee5b88993e0ecfeff0cb49a7a9b34c1 1 67059.8407445501 -21f4f441cdec6810f42efa617cb6491521b7fa3d 53 0 1 0 4 57962b7cef26f050c3378e186a634395d75a60ed 1 8038.03618680038 -22523e4af2f93454b745c994708b318123f04d9e 168 0 0 1 2 7e77582b4d65693361c08606da6e5054bcc679cf 2 NA -2353e2555f3b2cc6c617c6a5a7f6887fe28414ca 45 0 0 0 4 af2e51c4f8fdb8f0fe5d03ca6cf1e913789b491f 1 12543.5318629617 -24c2bec691d972e3d4d67712bab08311b2f9289c 141 0 0 1 2 4d37a32fc46cd079fcce2fca4b23f56b153f96dd 2 NA -25f24296b448cbe86114a1e880fb532cdce17e20 92 0 0 0 1 eead2e5f5d84b3e949c67be0cd2aa6bf34419bed 1 103775.946791589 -261a95f9353f184ec9cdd41e5fd25ac4c54f6177 22 0 0 1 2 a1f2630ff95a8d1fbcdadda364e2f50d73fc3b81 2 NA -2668af3e681b88104e214dd4a7d4aafdebafe127 133 0 0 0 2 131c7f37fd3d447d1518d3501bb14836943f7d68 1 65000.4354081573 -268fa5ef37532a55a0689b5caeac7f13ec0d8b21 159 0 0 1 2 333db6803024d7e4fdbf7d9317d6ec44160a9ecb 1 6896.55976136912 -26cc6a41b8cd906d1d4e5432584029b512ed58e4 167 0 1 0 4 3c7d1bf72bcf66b65cbfe71125fbb703c181749c 1 12861.8189336302 -278626eac43f672c7f61cb8f5b0f7240bf907776 190 0 0 0 5 1e3390e245a9874f3c23449e0eae7b49ec7e67b0 1 69328.4200283953 -286e32b908ef23fe49d3da4bf383190839677948 30 0 1 1 4 8d235200eeefc8b41cf2e2045167247cdf906b6d 1 1896.53147052468 -288d395431cf2eb781933d91a1217136466377b7 64 0 0 0 1 546b5fc41b4bef92b7e876cb3ac00d805d5157cf 1 2891.28985928338 -291dd033c062d81ef8e200bbc45240bbe50ef893 149 0 0 0 4 10e355cfad706ee930452b24ddc47f840c9cbefa 1 9273.78181004704 -2a10b7314ca86904515bce84dd50ea69c54eab89 111 0 1 0 2 eccaf4eb519dcea4936e867e5e55b159674af078 1 994.244098368066 -2a2c28f48887aa266a915d1128edb1364f5fa1c8 68 0 0 1 1 634ae690616e603a8e55e65a259e3415812ad35a 1 37320.0598367973 -2a4b04852b0bb33566ce6cab3e1a558f7a20b41d 43 1 1 1 NA 0c12a45ae67175d12ff570c7f309ad07dffc17ff 1 NA -2ab0b73bf86827570c9c392e4e6220e999f70260 154 0 0 1 1 93b0aff8aa3650f03d7214c16477747b6bc20acc 1 1002.01308688322 -2b5cf83b16cd86be0ba5bc30d59546cdc32959da 14 0 0 1 2 be71e3aca4425ae23e322a6f60eb2012eaf7e060 1 24182.0574159985 -2c765dbb487a0c5f372132fccf5bf477ee6ee8c0 58 0 1 0 4 92716c6bd02d34433b6c6f82ed1c80c6eb440434 1 26135.3188765998 -2e250a4a7d29e001941b539dc1d21043ac459c96 140 0 0 1 2 f397bd130cd9390bf340c6e2a2f1adc486b8b6f0 2 NA -2e3ee5f1f525764300ef4981875d16581b7d2b12 183 0 0 1 2 2108307ad50cb13f3f25293bee774c4693d9caf2 2 NA -2e680310cca9e479c452ec97306d6f0c14b4f31a 27 0 0 1 2 998e368fe35947a2f8e55fbad5c805c655b6636b 2 NA -2eb1ed5f4bfb876fdfe5bd571db34d924c3bb272 41 0 0 1 2 1714e98434d839e593204a3aa1e437670061eabb 1 3619.08703509782 -2ed39a26e20fe6a264a8681eea608d92ab254f24 72 0 0 0 4 f6b60fd72ac0aafd04127a3736688bea6a512757 1 72628.9770803131 -2fc0be035bf94d83ddc5fe0b43c43b52b51c2e7d 33 0 0 1 2 54785c6eb8a4730e1fc7f27df9c7dc6ff891ceca 2 NA -30583a84e72b0ab055087ce243b07faf2b89c089 173 0 0 0 4 727b4e5664b566e22ca4c94b02a36689f77e4337 1 51119.0857938876 -305b2e671d6a8164a23333d404cd1618d1eba275 108 0 0 0 1 b8d0cdc6f41ad5a3cd4e5d189ac36044e78db677 1 755.521599516414 -30de0f46d798bb1e760475a7cdd92630f9960606 20 0 0 1 2 8c629650a630750943874a051ba20a633340acea 2 NA -3115a55165cf2efd12ab12e78e9514be8115a322 159 0 1 0 2 f7ceb78e820b60eb9acd5c8bb217b71472d5ab48 1 6897.02080081713 -31c42076cad601a24eeeb60ba52e3947334cd0f2 92 0 1 0 1 66552cf682483e0dd8e2dd5c282cec91905e35f7 1 103869.131310931 -33bf9cebf5327ac9303e7fed3d7973237afe8ab3 144 0 0 1 1 62825b5a4fae7409f75fcc7ba1e6e7e8e45109af 1 1971.58602686902 -349cf0269b4a6f2ef93de480ebd03076c6cd074d 79 0 0 1 4 0fe58f2f14b805d7ad4ecb913d2a9dfacc9310a9 1 46803.4733004838 -34a10292a7aeede12aaf0ada14f6e0dfb6c87b61 59 0 1 0 1 c7bc7a01a30f0c41dd3488ccf331856528002fdb 1 41327.2646806495 -35c8b84854c95e19ca73d3e5d0a8420aa1bb80db 79 0 1 0 4 0aa96dc6bf07436ea8ae2fad8f73ed77362af01d 1 46800.1100770288 -377dc91bc1bea41c6d508e25de24383c0316770d 70 0 0 0 1 fbff33725b919bf84872363ff8543dbba0520147 1 187973.391153636 -37d61eb6ac28e8143278bcff9ef74777b1324375 35 0 0 1 4 95460b25815075a3fbeb3fab2839a257a72e97ed 1 40134.9480399932 -3824f43fde18edcb7fa8b85aa3fe6c5cf0822856 125 0 1 1 4 d16e377108d43293bb7bf660c65a503528c744e2 1 4055.23943772964 -3849d5a1fbb0386873b33b08109ffa41b62061c7 185 0 0 1 1 136d1c92b3c08ea87c51fa1cf5130b50fddb2571 1 6058.37628366055 -38c1d4a389933e0a95cf59a3ff97e399254e51c8 162 0 0 1 5 9c9091d511b41be403d384a2ab42249ff94347ff 1 18890.3206101038 -395abbf54cbaf4dc8d2cafb1cf8a02a22f3cc92d 87 0 0 0 4 d7658d62fd79f9d3ac683fbbd1c04391f46d187a 1 12039.3148341276 -3a5c47e9d4ea1daceab214c179435ac2edf3e6b7 179 0 1 0 2 746945ed4f403585a5f1d971c08c9f123849bd7a 1 49804.798620201 -3aa96165f327f320711286ec507f2c658987ad6a 42 0 1 1 1 4e43060d63f138c5a3175161d836531a35e05198 1 14304.613018741 -3cd819d63095c0c33ae71323c04e43c015a7fa88 38 0 1 0 1 f78d50088bd450c004336de2ca048aad8655b5fe 1 5785.23915252799 -3d5cecbfb07bcba179396e4cde4c105f267d4c34 67 0 0 0 2 f1d9a30fb7eedc4157d251af0b7f998d7a661cca 1 48394.3990942461 -3dd9e5d20c7010f7fe0c07ae8f311f6711dba9f3 188 0 0 1 2 964ee84a1d34f077d9dff525c853af233528b1d9 2 NA -3e7d0466cbe932d04e4f80761133c31fffcef92b 114 0 0 0 4 882519e095b3244eaae75158c59414703b1bce12 1 11340.5464817325 -3f48452e8a434e8931cd5b5e074f0f2cf55e729b 106 0 1 0 1 becfac3d367264b6f9c2d5cc42931bc8ed849f29 1 15987.3067700582 -3f960da3ec9176a5d454b984afa5a46056a51d2a 146 0 0 1 1 4b2c89d51b50c8afe550daacc73ce954df0464d6 1 79958.3228565211 -3ff7f259f620f8e309c23d71dc12c9b89b003ae2 170 1 0 1 NA cf4e2b6f83a314045347e3936f48b4e4209023da 1 NA -41a5b060fafd8265ebaa8b9590f7306c924ff8e3 176 0 0 0 1 43cb27bb42b83617d5cf9101f4e6b19a017c85c5 1 26143.1153248325 -41da3955199dd0ca8f3277a04c8d5275a74de03d 147 0 1 1 2 550a1cea1689e4820ef2783ad54fb87c4514681d 1 751.571723063849 -41e5a53342b00751a96c76c5197913239fe8e4d0 149 0 0 1 4 3930db91b0f98d99b5a1c7465d40568e23be0e16 1 9350.89404621425 -423f8e6afbfa4b66cb15dc353d281a936491f538 192 0 0 1 2 b6e8e1f5d7cc78953058980b4f9a43e220b69c66 2 NA -426128635de4bcb7fac4c29bb21fdeb5eef38e99 134 0 1 0 4 e4edc15ffed638000c814f0ee60466075f4999ea 1 8325.0292714336 -430dd638aaec2fd2706f245ec0e5a60be8502048 107 0 0 0 4 eae64a737081c20900d69526f924fce8156d7224 1 125879.145947461 -4386289a1d11bbd1234cef974be0607add456c00 130 0 0 1 2 192e4129b9687aaa1e908cc1c53608cb0b9afee2 2 NA -4398a66821194842fa502afd32fc5459296e3262 10 0 0 1 2 3dde7eb17cca9ac300428b041abc33946f4883ad 2 NA -43c0d02b160477ecdf885ba821e3193b52e2d4c2 28 0 0 0 5 c2695c80578b748df0ace34f3a0948258a8ec03e 1 1334.5790984236 -43e50a4bc06e0568b280540f64fbb217d83524c8 34 0 0 1 2 4ba3b96339e582e822780cb58636a8ea2672f0f6 2 NA -43ec6cf9f9e284417842d43e46ad3c96f71a51f4 133 0 1 0 2 eacb87b0b465d61f0a28a078f8034f0deed7708a 1 65122.9367199964 -4462512c3bc36872ae675261a1c0aaaddf3bf1e1 129 0 0 0 4 77db66f99a1d5a69fae8c42f43b5ef1cd2a7528c 1 5668.88354754029 -45972608d05083d7331c6ebedb352456b662b3e2 106 0 0 1 1 7f5b0ccfbbaf7d48badbf62acd684110c5ea20a7 1 15979.3545757146 -45ad6a215f64db417d49b8bdbe368e4950899b53 173 0 1 1 4 ec4f083e53c49ad337cd4d813af31a9b84826f1c 1 51117.6904302801 -4657e648e6a7c2edc69938a7799457790892e11c 181 0 0 1 2 dbe74530de48bfb0a679312121971420ca83cf3e 2 NA -47d9e81a07bc42a0b046bd22369f1e207c184edd 13 0 0 0 2 7b0f01b58a2b60cd8543e75db67fd52376902d98 1 19467.5239006313 -482e66ada430a624fb2ee6f2c743ef0cad295495 40 0 1 1 1 7c8bcd173a0a939af49ff473cdbd669f3f861645 1 5884.04524605435 -48570eeed4aa55c778480b348e096a5015f3fc2b 143 0 0 1 2 f863a271d77b87148448fa6dc03ac00f815885be 2 NA -490525dae0da5b33f52c8cceac2abaf5695c1dae 19 0 1 1 4 e6b10634f7ae229651896e25a48c7ffd89ab399f 1 2294.78795701707 -494f8e62354ed6fceadf7b4266909da1cb6cfc0f 32 0 1 1 3 384f4dcfa8e4c5e0fe8dc520b32592bb1494b46e 1 70731.283523164 -49a9123859f5e9a39df6993ca2b826b1c086fb6d 40 0 0 1 1 9ae96d718539e58018bced9b316831c54df92a87 1 5885.69413769988 -49fcbb4cf672c61bae604d98b52df524583c77dc 155 0 0 1 2 b8bdfd929795f8584e72893b415be5d826d43b56 2 NA -4a4ddb5d925e3c0c3f916977e0f867bb520ae90a 178 0 1 0 1 26266cec6d9a7e978b8c39ee633a8a1dd7bc042b 1 4731.4499801993 -4a9a780375969a9f7ecefcd7f94a7084917b02c0 45 0 1 1 4 9395b4f7e6095bfadeb88d38d63bfca21bddf1b0 1 12629.0237332562 -4ac1db11145bc5622a889fd7155a3b3a943ab7ad 35 0 1 0 4 a3d5806aef70cf565b6804832eecf3f070b2a3cf 1 40067.0498996917 -4b8edc749fc6ea1831e6b5ac7f9c5ae8aded5628 26 0 1 1 4 9789e717ba33952ef85c09d4029fd358635d9f5b 1 16538.2454616058 -4bf033e3d19c834f9fc08193cdea01e1aec3b8a2 178 0 0 0 1 4652b4064d96710c682407609ad3a616225229c1 1 4729.1952648938 -4c7f626c0ac1dc092c72c1a5b5fb909734fe0c83 43 1 1 0 NA d9d351180db109ecd92048885caac9f769ff338e 1 NA -4d21a3ccb3625885553a1b8d303f464297b6c800 100 0 0 1 2 81f261b483dd1686ec0c536a202090092e008847 2 NA -4d3a20becd7e30f463a580fd73661be169593117 78 0 0 1 2 fb56c9530394277b893807708190df9e3befd8b5 2 NA -4d8dd369d5876d899d0442cd2676b4aa77c108ed 67 0 1 1 2 c662dba7a84e43f7436af50d9e26b42ea3195169 1 48399.6531436913 -4dd7bf489369c0eb45f868fd47674e0adcee6a5e 50 0 1 0 1 b1e93504c868d632894e41b13b3e57efca08ee9b 1 17473.7855070198 -4e0775314c2167d9fec453888f8510ffa13e65f9 97 0 1 0 4 f4c322786bb90f98578fc39def3678a8a04f167a 1 6218.94570213226 -4fb3e4787803e83a779cbd2543280a71c2b255a6 45 0 1 0 4 3f514907570b94af7c0aef6b62492bb2387689c9 1 12595.0327134694 -4fcbfab58e277bb9df4f7b20795b1a394a086639 145 0 1 1 2 b6d5dfd20c8460a6d4f87fbaff9eb82c846f93cf 1 983.951213122907 -509786b1c2a925a54734d43110d5ec29835b9a6b 153 1 0 1 NA 438f19be9274e9b434b68253dae669ced27a7b21 1 NA -50e7070c7087e7ce993c59fd71ba17db1963ca57 43 1 0 0 NA c4cdf489649ec156432a499bfa211e1190ec5584 1 NA -51609d9282f7a9e4195bcb0a3bb575b6daffcb6c 42 0 0 0 1 f1211117fc34bd04905eaad2e2aa7b2336f3f2eb 1 14273.2391353692 -52f2b937962ff1f0d9a7277ef70f0e85bce96995 146 0 1 0 1 773370abdf23484dce6df0405f0657e839178be5 1 79958.944105993 -531cee23bb2a9187017195819734cce068d1f1f2 134 0 0 0 4 bf39ce38a736c082589a152f6924b25cf4c35e84 1 8319.68218256866 -53b074a0fb4bc855c35426f82a047aaea3451fbb 164 0 0 0 4 076a8b045774309fb6c43935bd59f41e44e99fdd 1 111942.689130828 -54fc3567dfd4ca40b67077dc1ebb539b01265180 51 0 0 0 1 58e0ca10403d3e58bb484a7b69ff00e9a91a9229 1 10733.8732368911 -5603e1cd3c513d3cb058af4d5e3759590163da2d 145 0 0 0 2 8150d4f5e9059eb93d24e70ed880d81b111ab17e 1 976.955704657488 -584e7adc66eed7cfe7822a865eda2c4279265b03 150 1 0 0 NA 2129b580c54bd16d8ee81a75f4d53b6544f65c19 1 NA -5851d88b1ec0b1412a280c2605e919ab85eae26d 57 0 1 0 1 f48260f71b2fc2ebdc86fc6df67bc5f58583b749 1 28712.3683293311 -588e4a744d60b67cf174f02cc6fbc47233b27bf2 87 0 0 1 4 61036fab2dc29c95608cf58633e8a4c8a182dee3 1 12036.4573250093 -58c02fbe1b4622c5cbfca110cb5f6f967188e0d9 123 0 0 1 4 d057ee065dcb431cbd94bcf71003e28e450a1ccf 1 64013.3183479138 -58d6b3fb0cec1bbcbb48ae92324cbc65f8e5bc88 94 0 0 1 2 d2321915f8ad91bc8cdf4e65df36d44bf3670bd7 2 NA -58edf590b6aab47a5d7285558406629508e605d0 12 0 0 1 2 d904aa0e51830eaddbc745dedf6cd5133c40735c 1 941.358670267116 -5b6d6e295e2e83098930002d7d9b1597e8104f84 129 0 1 1 4 f7db28ec5e6d0837ddb8c51e4854507a7028ee9c 1 5673.57046764232 -5baa9b7c1cd1a2259cc473814a4389647bb6f312 164 0 1 1 4 9c107016dcb3d4a7fbc494c3a594c4ecb00e4d92 1 112058.858857683 -5be44838465617225fb65ba09feb5e5d06211479 112 0 0 1 2 6b4c0e13ab3df946c579125bb19892b22b4e8138 2 NA -5be7d38257523a516109ee17da70be6b849bb4d2 105 0 1 0 4 02c38c0280bf7b429b226fc0e488fe606a2f26b4 1 1360.80699883697 -5c8f6d1fb307a42de2f1f5475ef68aa95c61fd5f 32 0 1 0 3 9fe4d7eed066827e75926a46531a4dc63ea84201 1 70716.1640001438 -5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 170 1 0 0 NA 13a6e559b06aad0e52fd998071484e6aeac732e3 1 NA -5d6cf24547bbe1bbe04388d3a86412a1d908f68f 104 0 0 1 2 6ea3045560a2b5abe748b95bcf51d2519f5b79f8 2 NA -5db905501553fa62b3aeaebb318884b8c7fa4440 167 0 0 0 4 8909863fd9a0afcacb9911217684b61ccfd0f268 1 12862.1443459032 -5ed6f01227c442a9bf533db64d792b40ed4ab645 97 0 1 1 4 daab550622860d57e2393f34e5f1986eae9612d0 1 6216.81354738398 -609efe21f6eb9bae6f533e933e8d1bd32c868990 107 0 1 1 4 a8f43312993371bd04feac9864b9384d2bd9fc0e 1 126695.026897849 -60ce4ea4ddf7da66a00e3836cb1ae91befd97658 93 0 1 1 4 6ef5edd2a40a72b20cebd95d66a11be1ec03256b 1 3621.73045793266 -610e0202389348f6d8ed29b1ff13364c67ccb41e 161 0 1 1 4 9f4f490a037ac351a8175426ff67afb6a0948574 1 67058.3053526438 -612e355d6e0b948e7552858e256a3483fd343e6f 187 0 1 0 1 4024e2747ae829640390fe2586beafc1cd29d715 1 4426.4177865565 -61f38f90a3df7d05fe7c96f63a13dff8c7f22293 86 0 0 1 2 e27e79b31f66eca9d9a643e5f4eae4cdf98d0742 2 NA -62df99497d514aaa0a020e319fb9f4a73af6053f 123 0 0 0 4 620f2415e3002114ab7b3cd7ada1d467314f3cbf 1 63941.4295260879 -630a0debf01296e254447b1781d530268935bef4 148 0 1 0 3 adf6f5179f16bd2bdda444870dd6738f6b84a3c6 1 7537.52778418177 -633ced11405a6b40d20ab6daa7f4931c49878700 121 0 1 1 4 fa91c20929461bc675fee706de9f83a59313a501 1 6989.12608579308 -639921afb00a469b1f92c73a06a48454bf180b42 6 0 0 0 2 4cda8331fb46203e39f22d86a1150c07e3de0a7f 1 4336.56598919763 -651def3f753160212c2253006e10c694238f4f7e 131 0 0 0 4 48c5939573335e52eb95fe9857e2f4e3c4815151 1 4860.76500083137 -656642fc5bf4812d01ed085c1890d4bb1d17709a 108 0 0 1 1 ed37c6a3aa9bd07f1fd25a5b247f3b3ceb14ee53 1 756.906571584015 -656bd38a12cd3be747e05454892f63ef7d363838 62 0 1 1 1 8d63cd33ed7159cc70717599623c634604de049a 1 6458.02286378991 -661ecef37ddb1bfdf490ef65585e50ce6a11f502 105 0 0 1 4 0a79450dc9d3087e007797b1d5c46c1c3bce5ff4 1 1364.65679796343 -66f59f316d9fe047b362622281d0a5b3b7e4c75c 43 1 0 1 NA dfa3047bcc9cdd87c0e3050476464f045f46feb5 1 NA -6714226e0dff29c7e5dbe71a1f43137b5a4f6656 153 1 1 0 NA 9031e6af8f47e4165fd4129cd4aa19e632d2a017 1 NA -6869e075cac2ea8a726b825f52feb9cb19282c9d 157 0 1 1 2 cdbef69d4c340f80692f185052db48029f2dc26f 1 83783.9768892772 -686ff42cc29eeded20b99e75dcb873bcaeda3322 150 1 1 1 NA c289021b254eed0fdf9b65eed1136467508a9c70 1 NA -69308b2583dbbc42cab74fca51f27e30375aeb20 74 0 0 1 2 3a055ea2e657fff8c4653c4462de21d14e16f196 2 NA -69a9339dc105b38760dce76df845acbc33fffb4d 13 0 0 1 2 03333dcfce170e5eb5cf4a7d9546561fa4ff11df 1 19505.476347924 -69c91b4e9f635e2ba60daded63d5e893ec16c839 125 0 1 0 4 e75c5360141042e87032ecff8f2ec3ae801fbd61 1 4067.51005640864 -69eceee5397aebf212dc597716d6c17ede97646f 190 0 0 1 5 8a7e31803847b68f4a4b6a623aab17081bd0e683 1 69522.8672189733 -69efb804ab1932a948600494efb7073504826206 106 0 1 1 1 23dfd6e2883ca16f8d9827b9ea3f6818dcc0432f 1 15978.7321351023 -6a1f6523748e32bcdac79eae7b5b26e12d344d02 136 0 0 0 4 4726685eb0556e087b16064d24dbc25d74bc7308 1 14359.0196080172 -6aa1ef507f8055df7cb4ac988f9c99f4aa034242 9 0 0 1 4 db41c6ec577af9f874b7dd628f67cf0800b8f28b 1 32464.4759246936 -6aaa02fd132636daa6e9c435ba946edca07603c8 3 0 0 1 2 1dc4d054f1d4e45a759aa4b8c3206b85122bad07 2 NA -6b8afec69da36905e42d7cdaa982b12790dc01cd 62 0 0 0 1 193d2a1f6de2a3544ea19c7c790da2188575be03 1 6454.21216246712 -6c788fc78680e305f5bb2a1610c62142f950ccf3 187 0 1 1 1 9e223cd1a0f23b0ab63b1d39e7bed58fccc1f21f 1 4433.54226067459 -6d4cd1885333b5178e725d711c86606516c7892f 111 0 0 1 2 d7c2515d6e5c9b76626660dd87c674d5eeada349 1 996.104966867308 -6e37ab0aab00d51d6ddc10c195fec2972a20e4ef 129 0 0 1 4 4cb66ac5144c867a4d4b900ee60341673a06660b 1 5673.85121061781 -6f9fc830e7868189584898431fa75f58214bf35d 38 0 0 1 1 1ca12d6cf936466ad5ffa235bf57e440c654a692 1 5785.54210402067 -704434095b342886b42dfea859c9c9f36a71bc38 136 0 1 1 4 c60a844891d20eaaed7296ee643bb3de39f96f82 1 14358.928087042 -70ac24ae994cd77ab713cc81090b02f4ba9cf519 36 0 1 0 4 d1bf6ad7d371aba36faa6e642f1a206ff411348c 1 18970.8264716824 -73b80590e158f35f7d29e6afb6b3b28b2546a58d 103 0 0 1 2 8842a1fcc0f4c25f694c1ec63f12fa2c6f16390d 2 NA -748b26c95512fff36ce7849f35aa3ff840de49d9 36 0 0 0 4 8f591feede4d51f375f8412e4b665f74d6136fca 1 18843.0859403142 -7586012c89aa7aa29e6f719db06b1ed92b748003 58 0 0 0 4 3363ca677f9324c712a20f6f7ce2e6f4aad78567 1 26128.6213220081 -75c8f1e53570db45131d425d2dd16c4469969077 144 0 1 1 1 49d4808593297a1093c46be318d38f5410810371 1 1971.77345667979 -75e8662a89241418fcfe7227be8df4c4788e23f8 101 1 0 1 NA 7b7c5b2cd20ef41275fbd513d406eec5208b3206 1 NA -761ad3e12d27ea12363980d677b398a917ff4a38 185 0 0 0 1 033e6ea8346a58e500c4c7d37ef075068c6f98ae 1 6057.96823075028 -76d281f71882b669130a32fcf9469f555f8a655b 50 0 0 1 1 4433d07c8e217166f012e154d1575e129a99a868 1 17496.1831399767 -770e20de1e7c78ad852e0c0b4bb9860505be1d9a 164 0 1 0 4 a1ac62eb9b68f494992f03b7c8a8809118bee9d7 1 112031.088815387 -77bc3594f18275b6882c60a981f6a5c935eee2f5 41 0 0 0 2 d13b5414234ec8335d31c7611bb98f7c8cffc2ff 1 3604.75219849332 -782fbc50b8fb2d3a79eebaf3f85e48c77f42afde 139 0 0 1 2 77cf29a70f8f12857f18950749498d4706b6b1b2 2 NA -7b11e017e39a3d754ac5373f9c931f697bddd1ec 29 0 0 1 2 ded6428f867203fedde6fa804b1c3aea661b77ca 2 NA -7b6ea3ca13c428ab14ace9e8e92987f4c652550b 105 0 1 1 4 1cef97ee856f2addf2779443364657b9335a2d8f 1 1364.36092462525 -7c0eb388a0fbeff738c5767a89ed28c9254dd147 92 0 1 1 1 39d77d5e4f0999e8f8cfa5f9d44e7f822a44c549 1 103926.298534206 -7c82473365c96ad74da41c47966670a4d755d1f8 101 1 1 1 NA dc7a883b8e89d240f77b5dcd9d11609f6dcf1ab1 1 NA -7cfe75054f40a2878a825939a7a81c0e2861203f 81 0 0 1 2 67a7bfc105077e38b1fbc5d8a66ab80d5eeb2cb5 2 NA -7d2c893dd838a7fa3f6d4b8afe098fb0ce38caf8 79 0 0 0 4 8b71d26926c9b7bff28c3090e3c340d7fb3704b9 1 46770.5381362789 -7d6f78b66e8515936a87583c487cf738c99e03a2 187 0 0 1 1 c5137429264481f986bb7d60fbfa6b4809a19c33 1 4432.49839916327 -7df296267f7fe00bd6fa890413cfd766f3c564a4 5 0 0 0 4 bc3dcbb08ecc6e65ef0bf2791ab10ed5c2c670bc 1 7185.18250273773 -7e9a4360787c319ef67dfc9f3866fabf1d62bc43 45 0 0 1 4 63143236c878c52ca544deeec523a561fffd87fe 1 12631.6420184326 -7eab71189ddcabfc28ce2ce022dd7831518cb8a5 114 0 0 1 4 da5c2594e588ab04cedf6d8fd7ae5880acaf378b 1 11315.6309822348 -7f486a2ca57410de948da8623b3ac7f51c9d2065 12 0 0 0 2 0d31335ca2fbff357a588e184c0ffd3f8992054c 1 943.393091937891 -7fe1c3da8dc47035e61eb9ba914d94e7e7ee0dd1 38 0 0 0 1 12b1e386935bf8bc6c5bb045011a2d5caba8467f 1 5780.42192590823 -7ffbf9bc7d01326625481ea6b90fd383f41c5e5d 46 0 1 0 5 0eae56c2104d2851f65f58cb7dafd0c352c0877f 1 1994.78677137085 -8041f25730755f65c6e844f69c3c6200eeed498e 180 0 1 0 4 05389203470db0b7ba70951713012fd4f692a146 1 4094.26499959003 -81745bf278a86ea831ee6061f8c63ec20a829e96 150 1 0 1 NA 7caedc7fdc2fa481f05c57f45c053b647c45ef6d 1 NA -81eb19077f2d257eaaa054a2b781a83449bc9044 73 0 1 0 4 0eb03d4774d5dde608ad80f66e9c5f8f55bfd91b 1 4434.76399613069 -8341e58b499893e26e24d561a84216ed622957f1 180 0 0 0 4 c617d58696a68b23cbf078ddd373655e1c758962 1 4047.38304453415 -834b1cea6ebb419aa330dcbe46f4e63f1f23745c 83 0 1 1 4 fc7dfcd7a43301c437f86bcd2f9b6fe8ba9569ed 1 1878.22486191898 -84710c8b233b12501fe802b02a84bcba77d988a4 92 0 0 1 1 046ef7d6d082fc3df8ae33f7050ce83eb1c0c013 1 103927.228690439 -84c6a4d9c834395f41120e6e4df67c82eb9e4e20 18 1 0 0 NA 7f219980c4af29977890f92d29ea28f1b685d087 1 NA -85173b06048db8f63cb8dfe0b3c19112bae29816 82 0 0 0 4 e707f558fb86fa34e51830093d107fcd47364db9 1 7292.06400937193 -8588d11a0f90b25e63974a7622858b8782854122 23 0 0 0 5 abdc4e5319cbdcb82b9f1cc7fb1cd503576a8084 1 1373.17300431282 -860f565f39c4491817ca18b59a2a542828b35ab8 5 0 1 1 4 df76b02b6b6e27779c5ba87e36769d08eefc0493 1 7180.35497833909 -8776f4156438c1d4983a0ab34752c64ebccc8ba8 49 0 0 1 2 61e88344b5138d81e6a0e0c7bc040c9e41c40a14 2 NA -891703d3d06b0dd715625a0ca4b1750b19f7044f 162 0 1 0 5 55d9ee98c6f24ec215f3313649be915d501ef4e7 1 18886.6301541232 -89f6f03a5bc047141ba6cc766377e9af61a0537a 127 0 0 0 1 6ff6ec334df39c6c8ba307c81e8074dc3be45dac 1 5449.72734541547 -8a005e4d231a4353d929481925baf648189614b7 172 0 1 1 2 2460c1e9c3be656cc9fc7221fc0ebcd4a675765b 1 1220.3179204429 -8a95181984c97cefdb31109d1eafdb171a213176 88 0 1 1 4 ae4e5769158bf85b4638a274bbccf493595ff7c0 1 1874.55133656162 -8c299a02d9e8d20d2c28a5bc1acb67becf678d2c 39 0 1 0 4 d5d93404e06a3af99679610ed172cc961ea775b7 1 32127.9210561408 -8c5946c97abdaadd483711e34b11d509b1265fad 25 0 1 0 1 5a4a48cc331e510dd8356e338539ac5caa974ad4 1 19649.1466662499 -8c8ad9f223a42e5190ac4a75c93531c54ccb2f39 60 0 0 1 2 e6f76df494ac04169aeca3534024661ddc129825 2 NA -8e5d5501fe312872594f807383397676992eaefd 189 0 0 1 2 742b1e1ca22b14aa7eb05205fba24f97a1a4de45 2 NA -8e5dfde740f5c21a267cc2e2aaff5429611db96c 95 0 0 1 2 41bccf50e554c2c02709742b4a3aaa654d63194b 2 NA -8e5e92329d682285d15f0851777d8a1c0180a803 184 0 0 0 1 10c3f804272fc9392dc8f49251e2ec704ceb86a0 1 135299.396581315 -8e73e3916cd33249b7ccbbdd5de4ef309930d80c 51 0 1 0 1 e9719cf3bd1cf004319367b93de95779bc28cd45 1 10766.5848191543 -8ea6ebfd7a7d1c9c756c49d2e6523b01de9b83e6 185 0 1 1 1 f7194dbd76ffc5c1b2383f31bff31d10577fd981 1 6057.28306957583 -8efc52286d7323942d723011bdf922e2312b218c 25 0 0 0 1 526e9c5a0ba26f8f0e9ad5ef9e6c0ef0733d4581 1 19645.008408073 -8f2c9e2270370d6efd06a63144f1aad2b22c3dbb 8 0 1 1 4 801c48f30ea9d23152902b65aeb4248259e8684f 1 6496.84697099137 -8f3e2c3c211c102f47e4a2f61d88a45e273bb4b9 147 0 0 1 2 8e2064e08f35a21456c860d865248f6876608e46 1 752.786396076192 -8f59452aa3db35358ce6ceca6e899cadb572dad3 82 0 1 1 4 dcd93b5428328bfc4ac97a71b2d31b46d55f0307 1 7313.63639864347 -90246b4f81a9a10e1f2fbd0c89bed45ceed1dd19 38 0 1 1 1 f2dbd8cada7b0322cda13c02aa0ecaefaf869f60 1 5785.38088098979 -9181a08040fc2fb5aabe6fc2a47584e3dfced1af 21 0 0 1 2 a52736395465e977b9b983faad6229dbe0cd5bc5 2 NA -9188e5c25e8616a28af08c97dd8d5633755a6321 59 0 1 1 1 2d45ea3a4464a803f76ecbd2ce77d4fcc78b6fd3 1 41336.5488599412 -920acc0358b92059f65e963e2d556d3885be3516 90 0 0 1 4 5967e7cbcf7a6d2106d877bcb095c1ced3df38f0 1 6071.00810055871 -9210d9c448226ab6432d66d5452df74a65c0c44b 68 0 1 1 1 951da31474f5a9a5239e9928ea748d334eab324b 1 37320.0741032143 -926f28df75a0d353d70d4fd43bb2bae79c548cc9 133 0 0 1 2 faac47de85f78f9e912f5ea1cfac8551b994f4e5 1 65310.2212856749 -92bc2cb9596f8407c243c55341e5c4e88258d2de 177 0 0 1 2 6521c0d02eba8159682df770cef0ee752703adfe 2 NA -92dc32d1aae8dc0349641b124188432db051ebd2 42 0 0 1 1 c4606a03d0f78649d7e6f03e6f89f054a96ea437 1 14305.0612908384 -92fa4376954618fbf5ca8d4bb3000d4effbdbe96 133 0 1 1 2 e47d04681382ff755006878a726695cdccd4d5ff 1 65320.1617770787 -9358563c98d97d29de29416e5e0045ee31375143 116 0 0 1 2 889b26fc68a177ea2a1ee5fa03dc9ed63e063d6b 2 NA -94052f5b5f78700311bba2a7edec5694e7570206 39 0 1 1 4 7ddd99c903ecc5bce5f4a1b774835ba1820e5313 1 32115.9599321013 -943c7def5fab3b9fc9afe34c1cf20e0a67cf3bc4 176 0 1 0 1 1d3cc34676dc1b466283e4e730d5da2bc50be51a 1 26143.4794187516 -94d66ec8e8f53ff1f84f8db383082eb901747fa1 128 0 1 1 1 720108279293b8fd0be4da66cb73d3c279037f86 1 3682.82565629449 -956110103a9926ea19e8c5104390cce06aa7537b 113 1 0 1 NA e1be44a17172cd8fa290476d9add68eb8f2ab284 1 NA -961e4f1df3d5bc215f267e2fe62cd0aea7049303 41 0 1 0 2 8db0a1fb6e2cde17365ba15935d595fba3531be1 1 3613.10717379529 -963c708e00726201e1bac3f289456f713987f607 160 0 0 1 2 2f41063693b1c9ad6984048029799d158e126b2e 2 NA -965f88bfbd551bec0382dfbf959a6b45fc0c89cf 46 0 0 0 5 4d8491e5fae39ce50c78401acb906518069b5c3c 1 1995.84458086786 -9681817809f01fc076ec66cc4b8f731f92c6e8c9 4 0 0 1 2 61e366409f4f20bb3def31046bdcdfe8781d6cec 2 NA -976b25daff94e4eafe2404aa65eb728426b4f96a 37 0 0 1 2 75de1b1968cb8372d3d9a64e200e90087ea6b9b7 2 NA -9780e4c83411b9a4d781de9bdf7a865017012e36 57 0 1 1 1 973189cb238ffe3af9ca882d82eb98de4c729833 1 28717.4857982574 -978cca4766cbc726d06b668633f33602db61eb06 66 0 1 1 2 f03c1792dcb5c42d4255708959d1be0f7bd9e8d3 1 1378.87627625117 -991fdf3e59e81f9c9d634e7dabcdabb78a7d7f6d 47 0 0 0 1 2a7652b5cb8f1eb29e568bf279f21221618695e7 1 12639.9543866344 -994efbfd7077092941ab698950b510bcccdc578e 111 0 0 0 2 4e750bf595c12f1423f4b58489c049b8ea55f2af 1 988.054345200307 -9982829dfdbd9a0dd00ea036ecb90759dcb07301 99 0 1 1 1 d7aa3f1f578571271174caa4f820d8ee6c05168f 1 11440.866993611 -9a51a1031e068fbbcaebd3e9e4079c8b103aa1cd 178 0 1 1 1 64d39622be61c40fe3fa534ea36240f99f0fae0a 1 4734.08247309787 -9a5c780f3d4f5634cbd4d7ae30d124a897eef006 148 0 0 0 3 f102163686b5242057ce8a59514df16a4fae43cf 1 7537.94731796916 -9ac768a05a1a5183538fbc360a6621819feb75c3 145 0 1 0 2 7d3136320e9ac9a10c015ee4af0cecd0a1370be0 1 975.799834110016 -9b6daaaf9ec9b95653a48429aec5b90afe51dfe3 52 0 0 1 2 72c3308b9d24be0117427504853ba09c8461cb23 2 NA -9ba0ca84ebe3f443d0a525ead480c8edf26f4b85 174 0 1 1 2 17f753388b239e09fc1a6ab2cee500b436a61db8 1 100430.832015252 -9bffc6c309b836298fa0db1bc7eb4504c5302290 174 0 1 0 2 65935fdf2ab14f7daae2e248a295d8da703bb4ce 1 100222.858533576 -9c3dee5079e8953147def9d70d862a3b8a5f1ab3 91 0 0 1 2 172e3de83a178715a3f17eb11d0652beb4d00330 2 NA -9d24ff6b61d31727366d9a5a0fe97c9a4172260f 125 0 0 1 4 5a141d18ee79ab00c25331c3a18686ba7fa85d64 1 4055.78688638765 -9db47d3d2e33b2ffa0204ba5d2169c32bf4c48b6 131 0 0 1 4 2784ad2c6cd3fc0826ee4f194e2ca28d557230be 1 4857.91335663756 -9e464c8fe08c39ce5fa4952d6aca568bde73751c 136 0 0 1 4 578fca0a07838b4938e017db07dcb09c2d2ddaf9 1 14359.359842093 -9eb0d6d53eb8c753562a2bbf0c5a90870ecfa324 12 0 1 0 2 567c09a72943c77e5ac19a0036a8cc8e186e3fe6 1 944.342115174742 -9f218a969f62a03ef252334b4dba7a421118c2d1 121 0 0 0 4 ee683acefc567686fb5ddc4257ce226517da92e2 1 6982.05654043354 -9f4009d7c6dab72a3092216b71d036b2f4c799a5 73 0 0 0 4 12703258a40d60ec1d6af8389d2b5776041f9414 1 4423.23540329592 -9f71d5d8541539f416457185ee8f70a01a5b189d 19 0 0 1 4 1945672b66548532f946b21ed6302e06b217b079 1 2294.90932960516 -9fbbc7c4a4b58c5f46b522e676aa6d25c1351f26 121 0 1 0 4 caeaca52899d1c25d1feed523d1491165180b5ee 1 6983.03781125458 -a0ddc04c0125fc887cb9cb1fbfb35f1049ff207e 147 0 1 0 2 36c01d3c86b8979b9145ab4829c316fa64ae3e7a 1 758.591600318479 -a13c8811843bc15c45d10059ed4fa97a0c97e622 30 0 1 0 4 c27f7f9fc5c3502db4b38df816ddb304b3b3503e 1 1887.07165153824 -a173f24b64fbb4b49472f71d1e99210ff743c99f 107 0 0 1 4 35ed233c5f8a38514ef1257bccfc842c13adbf9f 1 126700.710793056 -a21216a4c136b5f7152347da94d54d8b3bdcf918 172 0 1 0 2 0fc56f8b9779e8bb02f2777145ba835c3f2d6467 1 1200.43108677989 -a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d 153 1 0 0 NA 061095f13352c15db428b9c8240a8fbcbdb45da8 1 NA -a33b1cf5ea0866025ff96436aa001117f5426416 174 0 0 0 2 0081c6fe629f542bdf1551cb7f7dde2782544db1 1 99947.3740351739 -a41a2816c7ddadedd3b0c78171fb8c1b9fda38ca 12 0 1 1 2 5e1190bc17503c61ff2a4c8e3e1813d174128968 1 942.632526617119 -a4dcd50b1831a7abf943d8906061a1c391ba0d9a 96 0 0 1 2 dac122d7e877db597917ea38065cde694a54eb9c 2 NA -a6383108066814d4f3641a96f4dca690c595a3d3 107 0 1 0 4 4946c87290876d79f96844df0d3f25843e505a52 1 126010.136920536 -a67e1fcaa7b915e415c39c96cdf619811f5f6668 119 0 0 1 2 2902be780283e7fbe20c423af90c4470d59397b3 2 NA -a778f23a229c2faa756ea3347694bf1382fc084f 87 0 1 1 4 fc5d4df58ad85b8d75413dfc7c190fe3fe00efa2 1 12035.8232044638 -a794c50373a93555c37c44474576c489f6dca829 182 0 0 1 2 1339b6aa6d02a25b5b8e22ad585551080b31b085 2 NA -a8c35af09973b4fb822f3bc8d98a9e50e385ccb5 18 1 1 0 NA a8b38773eb7820ae284f0e5b2a993032d668ee3d 1 NA -a9b50f608cb2d4bcc19d23b266cb57b431f5f38f 128 0 1 0 1 baa0d532d60a8ada3cb4556ed2a245e1a665e107 1 3683.63138238943 -aa42ad4c5b0e2558eb0dbe8d1a45ea8dc187f9bb 179 0 0 1 2 9af7c3ac221f978244fd78e1d141d27a81c9b884 1 49880.6002198725 -ab48257c9f53c661fd4b069a55d55b89bfc9e721 9 0 1 1 4 64cfe85f7bc17550b9c4507f9fc0bad91cffad8b 1 32464.1010182157 -ab4f595ca442b2689391afe3d2025eedacc1aa2c 83 0 1 0 4 3aa5b6f0f3c90274ab7f9415fd7360d7127bc951 1 1868.76974693303 -ac11a5617e8fb0ad8a015e8ecc70469fe57bebd6 93 0 1 0 4 bd1c1b387065396fba2a177d9af5b68c27915aec 1 3628.84868925555 -acbfae57a961270b74f82db35f9acf2eec2c546b 56 0 0 1 2 44c06c03572b6546b06d474b679e9ac3658cd93a 2 NA -ace4d6ad2f4b6cfc780885cb498c3af872fab5dc 32 0 0 1 3 91ae1376aacf11e1a1ac205fa633b8c83297c64f 1 70722.7977106276 -ad48594408b255e610e12ed95d678c0feb4094e4 70 0 1 1 1 8adf3752709af5ed2e2ef469acc78991b5daa9ca 1 188228.997270218 -adcd8cf7937c0c9f7d031f103d96440be7884558 54 0 0 1 2 9101165b4589bbe8da4226969833a33f1bc089c3 2 NA -ae2669547b453723afb0cd4f0588a3ab47cffb3d 17 0 0 1 2 7288b7af3bab561c85e26ad291f31a27c7aa5144 2 NA -ae916af9c42834c88d02b364774af99f78c2e8a9 16 0 1 0 5 d0ed6c9c8c4c54fa7efeb59f334dfa9fa1359570 1 12550.5269216253 -b0678c8ed27558036a4a3cae163928976d19a479 89 0 0 1 1 c5524b6a5f71b4edc48223c56d34aa56d30f7289 1 8615.77624188476 -b15d26612f7a81a0115867e264977b4310422ba1 6 0 1 1 2 4e1ed0b237ebadd7530ab974b4f6d063950baffc 1 4387.58835918282 -b1613578dbdfb88e243c0614e6ab70f6544eda68 80 0 0 1 2 2d7fa66d2baeea0d574e1857abbc43f7de75a517 2 NA -b19c23046c219b08c536b0a34b9d51a497c2fa82 113 1 1 0 NA 955236099ad4638520b0d81f3fb6deadfe2dd1d6 1 NA -b1d8dde6f5b24daaa1612db2678889d5b763e3d9 129 0 1 0 4 aa27acd44048481f2facfeb94c982f96ceaa2edd 1 5666.22954164931 -b2610f7388d950faa49cbcd9b55bc155d4e6a7e7 16 0 0 0 5 cdba4f3c4dfcd964491373706d32bc62e84a6c1e 1 12504.1747979037 -b2b9a28fa3531ddf227680ec31771a32a2c4a23a 117 0 0 1 2 e9b288def39a04e3163a92ba39485be681a84f1e 2 NA -b2e69875de3947a813162df5dc7129d7bf60275d 138 0 0 1 2 99ca8cd535a382bbbd02d741858ac34dc392fb35 2 NA -b2ed1d358cb5c53cb47c174722b8888bc41005b2 23 0 1 1 5 b42f7cb290acf193199dc11840edc5be0c5bb4cc 1 1371.06812680353 -b3e277071737f4fea97bc7a7e2efdf71a313134d 9 0 0 0 4 e63287e1d2108533ee25068b6d00f786c46580b5 1 32381.5979146626 -b41c646560f90224aae5178b51ec679f720080e7 23 0 1 0 5 4777882a278b4d8370298d095695cfd61fdc601b 1 1373.85342054408 -b4bf2fa96ffeddbd625786b9e3364bd1b4a6a283 64 0 1 1 1 cd8a386f031bf2bf9933d930ab2dadb155d2ad80 1 2894.96220752629 -b4d2995f2f1b984c516be0a3e87389dfd4150ec1 146 0 0 0 1 d328123476cb2302908a2cad87f5879402460896 1 79952.0402816215 -b55a6f5e2ba73fb406da11ae3390a3a3fcaeb13e 6 0 1 0 2 6938c53ab0a345024c788ea20ac03c2ddde83f49 1 4368.41698305517 -b5a8ca74a9ef56a34ad23829ba7cbaeb8006223a 89 0 1 0 1 06d84a0fa740748affad82b60000a78b5f75a6fd 1 8606.22769628943 -b5e4c0c917c548e86d915f7869b194e66224dad5 123 0 1 1 4 8cc7102ee1db508fad197a1ec32958d72ec5e18d 1 64015.7699227347 -b63cb2d9904cff200dbd05275527c817cd267fd2 1 0 0 1 4 edb72ca6095045a8416bc3abc9b55d41b878fc4b 1 3957.80414150402 -b650fcca85c65f5b1b1d4aa427f099f827c3bfbb 66 0 0 0 2 e37d647d84156578c6e79c6c8d2eec8a5a96c74c 1 1376.44486524811 -b6521474f6627b1828eb31a1052cce4722547abe 128 0 0 1 1 9420a94af4d2359545a024d26acfc36b27545297 1 3684.04080589178 -b671499a4e53b8075a1bb411ed2ebf93a759c717 84 0 0 1 2 4e2fb8328808cae6175815ad9347bf6d4984ea74 2 NA -b7cb883975cd7ed029df1c79627116598fa634d4 159 0 0 0 2 ce3f8f0cb21e1f098dfee366bf3335ac550b6089 1 6873.08971661291 -b7da8652aa4646ca8a183975092b76d92966c337 145 0 0 1 2 7da63c8acaa37e1183e91a1523c80e2d10a4d637 1 984.467252555758 -b80d8774e02d2baa10a07fa67ca4b5a4ef4de8c3 170 1 1 1 NA 183ffa71229d642b63459e7dbf9c46430fc42947 1 NA -b88b20623c5793f9f1d0e8860ab65f4701f9a245 6 0 0 1 2 62a2fd85075057930c0e2f2578fc2056146308c7 1 4386.92366997525 -b8c2acecb1d8a545d67187f830cb8055aab32cd0 55 0 0 1 2 e4b36e9ee4ebd394cc55c057ec6fdc72427b4f87 2 NA -b9278fe2beee35f78fd88bccd5b6fdb8cf9a49fd 158 0 0 0 1 22802987794e647047c72a678d66ea18eef58c7a 1 6940.73445426062 -b928431c950a59bbcb99a651174576f524bf650d 62 0 0 1 1 3dca5eb836539b5a1c7ef2ab9a824e9d6e3bdd47 1 6456.6832235384 -b936cdc59cbb73d004d7ac34534f4faac4d353ad 83 0 0 1 4 94e33c0a825938027e767c28c129f6b102beba75 1 1877.62321738133 -b94348e90dd164735a371b6ba5d7f8bfb80d6038 167 0 0 1 4 88098c753d901058714c4023ea1d407ce1fbdacd 1 12866.9259912906 -b9ef6f703d400d3c12a83741282cb586fb487068 88 0 0 1 4 258a3ac3844d4dfbd8e1989bf6ce8b7971514e3c 1 1875.34511334003 -b9fd98f21ac059b40ffc4f6ac869083994aa3b92 90 0 1 1 4 89912c459883f6d4c2247079d07a783bf1df90cf 1 6072.91404960694 -ba15596fb39719d2ec477408feb60c11fbf421af 65 0 0 0 4 a123f2d45722208c2e6ac80738934d41d3e71405 1 2205.3786002014 -bc2e258da22c5990aa089740ddd3bd9c28bd643d 28 0 0 1 5 531bf57de7071667aa7840fff57c5c91e3e322bf 1 1398.35026606273 -bd873ae7f2367d19e33e16101939fe7f628f5877 176 0 1 1 1 4de395fab21bae1a1bc8ac72fb0eaad0a9d657b8 1 26153.5310004117 -be233a085a3b84c8745617f7052e62ba7357596f 173 0 0 1 4 5a667313fa7328d70580a99084264340e611cd70 1 51117.4318730113 -be36cd4a5a0e442c3c3340847af50b928eef68b9 59 0 0 0 1 3b16e69b91bcd2c3ab6235ae10a1cb2ad0957bfb 1 41313.1681030091 -bf3192d4367f1043d6a55cd2b97b2b856b5014b0 51 0 0 1 1 60bd0c629b65b6129493d4773a85bde5f2a74c33 1 10795.0209725609 -c02003a6715a3257f31c8666cb774ce978b6c535 151 0 0 1 2 23701dffb34c0830789d096fa5bcc0cb9b58ecd2 2 NA -c10d1db00e7b5129507e7db910069367072bcab9 144 0 0 0 1 72717581a8500561efa897d9aab0107c4f23697c 1 1963.15029472562 -c11a480bd0cc0fc2c62a8e12c51405b9fac49a9f 46 0 0 1 5 05cdc2e92b1a3d1cd616e73a3603177917fcc9b2 1 1995.06789558774 -c196bb26dca6f755184e623394b6ee73b530cdab 36 0 1 1 4 54e2a84b40997302db2b5a67931012d62fc11804 1 18964.098683018 -c2aafeee359f61a8007d42dc71d8e125b362a8c6 157 0 0 1 2 0826247200a541c85132b63883d8ab17aaa9aad4 1 83780.7169072385 -c4115a431b48bbec1b037888c9b7b73a18628df1 7 0 0 1 2 75cfea9ebc365be049f6c951f1ccaf69e859eb7d 2 NA -c5b38c976550b8e929a9a5fb9067901650051a2c 46 0 1 1 5 1caa4eaf0e47b0d780084b00de06182fc487e923 1 1994.89867503698 -c5eeacc101ae687e132cf8ca869b335f58c8de08 108 0 1 1 1 28e4c3429d7ffb472f28662e59d999576fdf92f2 1 756.990219400356 -c62f8a027d69260097a1791798dfd64a1b92778b 165 0 0 1 2 6faff97e0305139fd6cbf38f01e2484321938504 2 NA -c690d23390fbffd0d5056fc4d317162227cfb15d 93 0 0 1 4 8767b7da52a8d5d000acb406220cc0f27215ec08 1 3622.16444518903 -c765dd28c2d15064d76a0a76e4a776297d23a82a 131 0 1 1 4 7812919120afb812bad15820445118476c21e52f 1 4860.67349444536 -c7759c891a2cf19e315832a2275d444ab0471877 42 0 1 0 1 3bf0a29570fb31d9d5858a2cda5331b3f3b09d7b 1 14273.3316984923 -c783e3a1e2be6b9a09434a598c8c0a19ad188a39 153 1 1 1 NA 57021b43ba7eac771a1c1688c854068f657b20e4 1 NA -c7891fd49669dd7b9a9c883b6bb104839613a9cb 18 1 0 1 NA cff134c0303d8c7d349d1c1837ad5e6d387b6548 1 NA -c7c3f228039f1bf91c8f8a74441fe2246ac61b63 186 0 0 1 2 a4a68fd2506a318b0c2a416cb5085637507b8639 1 12998.8081371219 -c7cc0b43d4185bd3ffde5a89e431b5946b4ca85a 172 0 0 0 2 8772a23704729fe8d41a2ad70d7337e1e7129d04 1 1189.21242926739 -c8183c658be896d31131e2bf7264fe3ffabfefee 109 0 0 1 2 f41c9f8b5da4ae39652a6262edd7d9e4c6e6979d 2 NA -c95739f0f351d9979093a0d9686985b4898b4a44 47 0 1 0 1 16ac10f09dd230de1b31fe48e038d4c17be9cd6b 1 12693.5356819642 -c9627b175ee0056d3439dbe670c377da7e93b290 186 0 1 0 2 19594b4873f3960302804802f235da4775d9eab9 1 12980.7694039868 -ca5ee2bb458148b172115c42c57618e31af78a85 32 0 0 0 3 248d0af412ebee863f5d1e02681d1cacd02ced69 1 70712.1903402957 -ca5f4bf0a501d6e666dae396a49f08fae3c94089 149 0 1 0 4 537effc36811005147eb40630a9ca1ce7fafbd37 1 9317.12601589607 -cb456245e9b933ca4250745946ebfcc2d653bc22 162 0 0 0 5 6f728c23b2ca3207c0f4a0f5aabc331b3243dd1c 1 18844.9436815923 -cb8dbd055d69b6eb6a1e9784fd05dd8e14a37b9d 187 0 0 0 1 9c5a548c3a204b766201887d72c35ece52833d34 1 4426.78027314812 -cbe6ec589b3f32701962efcd767f2721a50b3be1 72 0 1 1 4 4f9b0ee671cfb1c9bb2be2732c45e82fe3696be3 1 72875.6064698386 -cc38b4ed400979884487bb6d30a224a2234d2f45 61 0 0 1 2 c01f0fd64c98e737d1b4447a004068dab1def6f5 2 NA -ccb9b60433bdd7ec56b0d9581e6318a02beac01c 26 0 0 0 4 95c8aede64a8207003c29128e8602552688fe63e 1 16520.2061415683 -ccbd9202891dbe48ab8cafa97baf56cd5bb5e979 158 0 1 1 1 5b08a3d2495fd61251fb10f656eac5a9bdb1bf03 1 6953.86730657273 -cceb2e64f460497f3abce3cdf940796305922ad4 16 0 1 1 5 7160a8725f01d13112ca34bb64237f7d0b7d508e 1 12552.1045369196 -cd197cce362a92d13965ca88db7dded4fa2f115d 111 0 1 1 2 76dd4e631e1ebc0401c67ea88fef7bf116fd720b 1 996.274420095141 -cd85d5886f99b30f26d7da893bf6ab772a9308d0 125 0 0 0 4 500e68e3274bc1b032ec4e55e70f5811f6332c82 1 4054.01727889145 -cd9bfbc9381ba0393df91ad4315b74eb4c39f2a5 163 0 0 1 2 27c347b5a7ae9ad4acc15922d3db29bf50429d1e 2 NA -ce4d63c752eabb99d46966a3ac431f6ea489d2b9 87 0 1 0 4 1075b9cd405f0740e344a4e7c1d92247c967118f 1 12043.7988604818 -ce4f79d894b07094ccfe03af7f1a12af67f0118c 161 0 1 0 4 4a188975a065b4fc56ce5e8ca0a324708a8b1db8 1 67057.053411997 -cefafcf222b91bc05c2325b9c540c1ec8462686b 67 0 0 1 2 c5e03d4f7126e6c90d635848f24aac145d69c6c9 1 48400.4595992569 -cfb28c686040b3dcc22a94554c8161b1974d23a8 5 0 1 0 4 afe25b551072b5e0dcfad710899d1b8430474e9a 1 7184.74474657485 -d0a58ef27f487fbbcdd30d7869a4a28f82cac2f5 79 0 1 1 4 314afd6b9615e8186ebf5fb68b575f202ca47ccd 1 46790.3392225121 -d230824d99f5bf7d59ac204bbc1b35f5293317a1 128 0 0 0 1 f444dfd86ca98c0fe86dddc91662ab47ceb70dc5 1 3683.42406217154 -d30c6d7c0f0d1582bb1260f70d0b5f9e9df249b2 179 0 1 1 2 5a2c2dd5d0cf690605494991e06fd13408c86434 1 49877.0938565239 -d31c0e73a1d5612fcf092af2e809da4d3c9885b7 35 0 1 1 4 b0b83be573afad2be555f13a5f6d6fd0230e18d0 1 40129.33920355 -d32b48c84c281f55910d246375dd2455a054c970 62 0 1 0 1 18ab0172266339f50060b0f560086cbaef445e08 1 6468.2680018254 -d35c6e75b4e1f12fb43d6af01c14ca3ea9e7723c 124 0 0 1 2 b152115ff80e8d6b451cdabc60d068417271d767 2 NA -d37bc22db0f55167a5d913fc4b54688537e8046c 31 0 0 1 2 af23278b289f28a7239143235c9cff2cd6cdfa3e 2 NA -d38b91259357b9490976ea4efcab63f8d8658d0d 90 0 1 0 4 c3c3d4676cdfdd8f7015f6c137a53aeee8e31fc5 1 6062.84023175161 -d486919734c6126af9e5384e8b97195a1be735bd 70 0 1 0 1 63515c03d06f6af2f0d5936b97b758bee90747f0 1 188186.986979998 -d584030d2711a42cb5d4e4818c6e33f2ce66537a 110 0 0 1 2 b00aa8899619a47767b6e54d102e749fa9074b61 2 NA -d6114df91f4560a386aed240f1a12a3c2afdbeff 59 0 0 1 1 3d04020fcd41f9f363aa2f08629f95f079e6b3ae 1 41330.4997818867 -d614cc2bb9b7518ee2f26041d51899acc2124a19 180 0 0 1 4 659b97f331e28a6dbb73b4a42f2104b1f26f2720 1 4154.94052379765 -d63883a391696db5c6ff98f76404cf4b3a97d70f 19 0 1 0 4 22ae006114a43968dd2e79738a33a6d56fcb0c5c 1 2290.90832932079 -d6bb53c9858fddf173898cdcfa1cbf42f5d52c5c 76 0 1 0 4 26be8c03f00cff0952b0f8da9bb422344ea542d8 1 108850.645270987 -d71dd9ef32818411e03aabcc7f952cbb8e073364 157 0 1 0 2 0ffbab2612ea0330ee5c4a021752e87740ac8cdb 1 83717.7784300126 -d759ba56ea04eae3e9f4b5949c443cb92f0082e8 1 0 1 0 4 3178d09c5c84c6b7032f932cda7965b214779cb0 1 3944.33320887047 -d7dda403d507084ed05cc1b9bf6c65829da6a22c 89 0 0 0 1 afc0baea449e33ba08a33610c68093b43e07f4d7 1 8594.53219528849 -d878f7c6794d0a6d9a8d04be68ebb93eafdf01cc 67 0 1 0 2 3dee05bcf4782a1d4eacdbdfaabdd7cd0700f025 1 48415.2615328336 -d8d15a974942e6d785a918a233a231e441f7060a 132 0 0 1 2 6c03906d077dfcf124f64be2198aa830b47de7f6 2 NA -d9324f2995ad0639613df9f51db6213fee19a45d 30 0 0 0 4 f5fc1bfbb3223cde54df839974b04ab6e309fb74 1 1881.68448773416 -d9f521188e10884be7feb4e36e64c54ba92a2eb0 64 0 1 0 1 cde6a902ff7a65a904396b4a03543719ca63f620 1 2890.63528616976 -da52aad88bb34e0698bc27c2949dcd740c40ae37 8 0 0 0 4 4492d5bd04b94195ea71ae28823595027c94fd21 1 6484.3039756863 -dab16115cee8ffa0bce8f85a2ccd1b053fad2d50 40 0 0 0 1 0eaeb68324c260cbb85656c9ecae2edf7d30c1dc 1 5806.03359704472 -dad4ffea3b799193558c2083b14fb4d0d4607b37 158 0 0 1 1 4d2383c8a99a7d3319b9a80ccba446d90e6821d9 1 6952.7206923633 -db80b7d7054121bcb48063a280bf423f10951cd4 118 0 0 1 2 987e9bfcaedf0140add0705ce930d45bcdb94c2a 2 NA -dc504e7e6d04d45ccc6e6eb088e10e6ae370db7f 9 0 1 0 4 877a07d273ffa7a31d0898c763e6de31a611cf67 1 32419.3340072942 -dc7082da321e75ef33eafd6e45cfc31f49092646 172 0 0 1 2 2287368f5a2f29ffe32efa099dfbffaaaaa1c3e8 1 1219.48981408207 -dcfc2f822482774dd79aa794fe8524cf63456be0 149 0 1 1 4 21f12f0dda556db61b0fd5710384b27f947887da 1 9348.22170761429 -dde1b03bdb515fa5265fe148b747eea81a61ab79 50 0 1 1 1 2aa331b6560869e322698a489ad458304938ac72 1 17495.7459146499 -de14295bbf982e71cb016c9837ad969232b6addc 57 0 0 0 1 b9e9eaeb9a9b1957dc58068807ddfb7ac5c08407 1 28688.5724550079 -de35ec95ec5aa87f0eb6ef4f39fb69eb33059681 154 0 0 0 1 e2afa6ecb0460868eba2ae2d62e506e8db67203a 1 991.051240781339 -de62a933bc35a322e6d059a491ece3b0a3a39660 171 0 0 1 2 151424105af6391b60e682b0437d182b58a0cf29 2 NA -de65b4be001ff696e0cc9a3e1de6f8bf549503a3 15 0 1 1 1 b425d55f604b006eca4f82e9d91c369936b61b31 1 5949.18448641338 -e048cdd8d6d271dfc7176db78a1360ce53cdd2bb 131 0 1 0 4 a0cab3e51c4a9251ca37b963b1f655fe0765bd23 1 4866.76021315905 -e04cd576ce0e25075d86ad8d701a970966d70126 105 0 0 0 4 52e263ac53a8eea69c95496c56010c6f63ed0dd3 1 1361.94390965683 -e0b6e36d3ff25cf77fbc653610885243e3d3434f 99 0 0 0 1 abe6683bb7fc5334c5547c2a7a98a9a700c73e1b 1 11439.5354331975 -e12bcf2f860f9632cd9480a7012a2f24ec0245d8 85 0 0 1 2 20d0bf66fc4bdc7faa7d13250e36b0a0e2c0f4f9 2 NA -e1dac34d6ced7dbd3f50d378e6d9f203cd132f36 166 0 0 1 2 3f7c8fa770dda1d99bf21f630d582f52244bc518 2 NA -e27ffc622fc34367653dc5fe8ab520b3e0869264 113 1 1 1 NA 368e75a5497448e8b3aedc5243f221c65a1b87f6 1 NA -e2bad924f4ed35632db51b59fe588f2befbfbeed 120 0 0 1 2 60817ca88f26db79be42c39b5834ad9760fb8bea 2 NA -e33253eafdc941ee325d8916e0bb512f3bfd7572 191 0 0 1 2 09837fe2255b5ffb95c604921c6aa1404e633346 2 NA -e4f735afbc50ef4238626fe1b91c19a8012c6171 135 0 0 1 2 bcb424fd50d8086916ef4e09462442e6c53f4d10 2 NA -e5557172e8c0d3aff430e93fe63bdd29200382f7 137 0 0 1 2 4f0cedd946d59a6b77deadcc94a64bfdff5a4b40 2 NA -e58194327ff02119c20ef726e2fe24563a009eb3 99 0 0 1 1 6dfc44cb1646cc4332c5280e685120d2a8ddbe99 1 11442.3580817272 -e59c51e4820db7be851b57738511abadddad37d7 58 0 0 1 4 a0bc132536a6b0e6c878d2a95a1563ce45cf2902 1 26170.7692611603 -e5b5d503f9717ded57728e8b290e4c722ca75885 63 0 0 1 2 9a4f95abd7f87144dd3305f23d4938575609d3fc 2 NA -e6c299b53780e4de5eafc9a8ca2bbb4152802728 48 0 0 1 2 baa42d7a1ec45a48c3c6ad1c3d391cbdea4eafa4 2 NA -e8da11d87c97fb1d0a2a13bfd37fe8f032b7b35b 50 0 0 0 1 888f9aab98d1fea5f37798d5e534a43dc3f25dcd 1 17451.2010720745 -e8e8ab63aa33aac013912a7bba79e70bf0104670 157 0 0 0 2 55a3d6d36683780f84cb7b55dacc397f7af8c336 1 83446.5400268351 -e979c9afb285c908abae1ef6c88a02021f55374e 156 0 0 1 2 4f10a303b552618b73ef6ead5fc85ee09fc8e8de 2 NA -ea1d7d9655298ce0c62dad29b883c1ca478dae67 101 1 1 0 NA c4bac531cde5c004e8c62d1fd2a10a48f9c7a147 1 NA -eaac7db71e9c295cf4770b3bac90f14898d2f3fe 14 0 0 0 2 81527b30bcce2963d313c8731a1862713ecffdc9 1 24149.5410312835 -eb187b43293c69461950abfa703ad2be52587eb9 180 0 1 1 4 d71f2a2b7abaa31ad9cd7fdc2695f402cee7ebaf 1 4154.63198403364 -ebb34d4478ddb4b1ac9cc1326b4905f400d34b99 65 0 1 1 4 320424a374631d1ba6cc761280dec8ea09ef1422 1 2226.66926895574 -ebfaa6129d257ac4223e5568ce2e9b19ad0808a3 77 0 0 1 2 5efb4018e9d397eb85dd971f22fb21bc5341f73e 2 NA -ec0037b490bf1e856a06a3cf8e974e73c28b0c7d 126 0 0 1 2 3ebafbdb7757fa96436ac3c93c8266506d593ebd 2 NA -ec266e60a88d1dd5d23edd554c00cefdbef4eede 44 0 0 1 2 14aac097e36cdb191e692e9eea78113c25522632 2 NA -ec31a29a0a392aed5937f075c76502a926a77822 23 0 0 1 5 7432f204d6f8b51b4002d5b4ab763820f625c243 1 1370.32427867575 -ed16950f5e48e16868fa08bc614044991928871e 98 0 0 1 2 c887da79168e11cb1850494153e5cdb96016acc2 2 NA -ee11d8f8f5d4701867dfb1ede321c37ed45792f6 167 0 1 1 4 6aaac27e1084e027b18fae8ef7f9106676259b95 1 12866.9540391133 -ee44bd083e06c19498a8fea3d26855ca62bae4ba 147 0 0 0 2 dd58bb655409c10ad5d82d9f196c3cb38a6f12af 1 757.615005573551 -ee9f478364c4494e3678d0f0eda24c86b1ce54e2 65 0 0 1 4 db5ce721a99b4ea1e4c418d00cba6c72e3e72a1e 1 2227.39226870366 -eef27c032da9e24e6ce23bf25e20c54c5c646083 142 0 0 1 2 7e45aeeafa042d965cd1bf7d4fdb1534201b7a45 2 NA -ef8f080301d39f60ce5f3303a6f79fed411423fa 47 0 0 1 1 53aaf65012696b0b84ee2abab0493c004f9a7a21 1 12715.5523711277 -eff1b12635c7a318872a0f6b90f607945e244862 185 0 1 0 1 22ee9aa2467d132002db875e8eabcf634459a6a0 1 6065.72870663007 -f041ef7e5426039e222d3d583c87473c23145c28 68 0 1 0 1 4a61a36f890ba4c3efb53abc2d61c2a9e1feca21 1 37314.5580372015 -f11ef4071f1c0dfb0c87d6417f7fe11d86bfe9dc 2 0 0 1 2 ac8362c397f3a6907073b5de9f5264d98a3275a2 2 NA -f136a8b9acd0baf5efa5ed79a72f4688fe4c41da 186 0 1 1 2 a74d9244ff20f94d09a066cf9885078a776d6989 1 12997.3304324244 -f1a5501befe93a37ec3f8040fab9f356d9d902c5 72 0 0 1 4 dd1833ad4e5fd17b096cab6e3d74badd564d1e09 1 72878.371642946 -f1cf70ad90c37e205346d4c7b6dd7fe9b6f92730 19 0 0 0 4 5ccb2c952cb37915a26f6509063fbb3d2e8b2362 1 2288.86649772247 -f1f8dd522f2ed54d93284c7264359ff166b49765 152 0 0 1 2 3b7f004284bd35300bf3db6f23aade75fc0d7f19 2 NA -f28af1197504d2ee7f1e057da67aad80fe1df0b0 123 0 1 0 4 faf489eee1f3cc3ebaefc6cef4b2509387a7d955 1 63974.117990352 -f291975c3ee7b0b948d11264ce52acec6f8977a1 30 0 0 1 4 0e81cee30e0630db49ea484a19f2edc5864909a9 1 1895.36473262721 -f3c17c28e98e6aae7e9ddda2ff14a7a648217168 8 0 0 1 4 cfb845d4bb8f966dd8894dfa23c01b2815041cd4 1 6496.91214053389 -f4937b4cc930a5d074111143e6e9ebb6fd3ac4ba 53 0 0 0 4 d49266aa75af6e76b2b4ca4575d49cd1a6fb2913 1 8034.62801966192 -f49efa5cfe4556b8fb94c8d453bfe7f1bed9e20f 83 0 0 0 4 a76f4070b11456db50fbbe50e7e756fdbfa2eaf3 1 1861.46818039946 -f53e0266baf7fa1f2bdf2880b66d3c13444a18c9 90 0 0 0 4 f81d4c18c98e8b7543050776890d7402a20060af 1 6050.61037746878 -f54cd75786ce335587d0f4a954bfda162be02653 11 0 0 1 2 51d2d83a9c3cd5781b871c622bad1f7eb60fbe16 2 NA -f5792dbf6609947eba10dfb3b4429aa3a47204cc 18 1 1 1 NA 1048c986c968efcf55b0ac0d066e6eb21807a9c6 1 NA -f5aebd43ff9b6e06d1e1e7ba7ebb028c1ddd091d 170 1 1 0 NA 917394c008929e2615318b4187305c2aed360039 1 NA -f5b405df003a35ecfe879bb5eb7dae6b4eec2dad 136 0 1 0 4 6055795e2af65cfdf6d2ba326df808a1ed533d37 1 14363.4705515051 -f6627139aaf47a9dff99ec9ba2dfbbcf5d566c2f 14 0 1 1 2 062b04858d37e6fcb37d4de8ac6b2e9e43b1d6db 1 24181.8777522276 -f694960374001db073fa7f9eaabc38582a67e425 66 0 1 0 2 0bc8ea0f9cbf85f4a3c96ba8c67e2909e6e30678 1 1374.83205234037 -f6ef826f31dd3376739e23f9c334a158bd1cb298 175 0 0 1 2 bbdeba50fd7f100684a61f9a7aa7b1a0a3d55018 2 NA -f8596ee0738fd16a5157d960bb58795b73bbc92e 173 0 1 0 4 bf0bfe30b8f5655f7f2bae16b2caa8a3e871159f 1 51124.1445278997 -f88e30f21dfcdaee543a181bf4c039a7598dd249 35 0 0 0 4 3c3d6f49665fddd11df5bc9e1fd0365f069e43df 1 40053.4489009102 -f9933bf7817dd80c378cf3b0c55334a979937640 97 0 0 0 4 53d314790bbca7e841a5e1de899abaf8cc59b131 1 6214.22087508183 -fa15593f6869a3e4e9b851fcd3fefd016e6260ec 154 0 1 1 1 0681e041312335f717daec073326358163113a60 1 1002.08919472435 -fa3aa51785950d4dac83bb50473536372af1e01f 36 0 0 1 4 eebc289a60081c199949feea664faa7dcdadbf04 1 18942.3333254521 -fa605cbbc698ba0f9acc3c71010dcb352ebdd981 99 0 1 0 1 90251bbbb9f49f8a96186c112c483386144356cb 1 11442.7478335875 -faecf834f729fd73a67cf910a087f2bdb3e09654 127 0 1 1 1 6e9b28250736f639667cddf5ad32ba22191fde32 1 5458.71378671017 -fb012ac2a2a7ade37930fd553da9421cba16f552 162 0 1 1 5 691df76ae0043992aa6e418b8f4c31cd3a11ae6c 1 18883.9666161414 -fb97d1da0003d9c3f3ec298634a0797784bc49f6 179 0 0 0 2 77e7df698be9ce5cea4e9800dd63b29592e7f1ff 1 49723.7027367501 -fc478aadb364af7f3b7e34a253e9178659194499 93 0 0 0 4 9f28c9268a79f3f795c0ae7cb9b65f152d918d8a 1 3624.99008710242 -fd41c8aaac996261aae6dfd0cf486f8cdb008a6b 89 0 1 1 1 d9467c8ca1b2d943b4b997cadedc960f937cdf83 1 8616.29898689583 -fe465c9d34b06277eebbfb6fdf492252fc12620d 164 0 0 1 4 8234f4af23a58948af434e5d533b606dd46cc27f 1 112057.603154454 -fed4d958cc5ef46285146c2622c2276b5a5f4f08 102 0 0 1 2 15a08596a12d49f7955895abf9a73b8dcfae1a90 2 NA +004046eef0d48ce4f63e5d0c05cf33228a2f7498 113 0 0 1 5 572e4924c8f7c8f4f3b5141d16560b64f6600b2e 1 84433.4 +00bcb256ee7f6c754a79313040b2bb511f28a42f 49 0 0 0 2 3ff180a99da8e86a625830409aab0a5cbf670ffd 1 810.192 +017742e1adf41ffe40b27713058753e5d696f0b0 26 0 0 0 1 8d4324ba64a099047a1ea6e574542d3b49a45d65 1 6788.05 +01820143b8dad579042e97586dfcaa8d836632df 3 0 0 1 4 5e1ac48e7363a62f4c37b9089db0052d58f567df 1 8445.53 +02281934448385eab0ba82aab9439774075bc749 102 0 0 1 4 2e0cb1f26d5faad1dd70f513eda6799cfaa7268e 1 59690.2 +0283febdabee9cd6a608af1c7b2ea57977629663 100 1 0 1 NA ef058e1e3b2348ae515df25d18a1d4809b9c5896 1 NA +02b051687a3d70038a6bb9cab88b74b1e2df6b22 93 0 0 0 1 1db46b152ef17878f29679fcdae189656b6d56ff 1 8994.71 +042c62e88d59338f6935f33f9a949d273efe3748 103 0 1 1 2 4e0b290262685b3a865fd918dd539fdbcedee77c 1 122524 +045d4602d1a5d257873b3b7f558a7b4e00652a1d 46 0 0 1 1 4903aea0bff4cf708c76046a6b9a82a6182d2ef6 1 223850 +045f92224255ddaaf2d787529c6b051a943b9d70 49 0 0 1 2 424f140860ed4576840814105cc1ab81ae242d8a 1 810.791 +04a55eb374293822f7749dfa29273874aaa26ba2 74 0 1 0 4 50edfa5a8581bab63fb00705fdbc1bc3d0df9f18 1 78401 +054ab573d98f6778e1750c0bbc5a99de6b0bf573 60 0 0 1 4 150e5b5ac070fe55511acf4437babcfb81b2fdc6 1 4603.49 +069918f87d208eddf583d705309b06fc62e794a2 51 0 0 1 4 86cc517b5be2fab386ce22612790e1a522a0e973 1 53762.6 +07b868c982c9a5052c255b71c04a5fdda300a388 111 0 0 1 2 0222278d447b29c7822fb6935561b16920f79feb 1 16643.7 +086dcf3e92ab9092b1d7cb9c8f2ee620469f9217 69 0 1 0 2 71b86cbe76644de43368cd525812a6856d1cbffb 1 1263.16 +08e75ab4fead8fa2a9ad34dd8204a3a1a9b23026 17 0 0 0 1 16bcc33842d13d134bae1820de61285dec4f03d2 1 24539.5 +092503a863b9f09f9125696d4cbe9ba15f112e00 79 0 1 1 4 5f22e0732065735c5962c42e22d4b4969c6a6e75 1 6487.52 +09b7f978e9f13152653a955cb3352c98e80980c7 52 0 0 0 2 c4a4805ad696f707595cf64fc6392eb23c35a35b 1 794.445 +09ddef5d7b734b147bad58c751f5526ccf98b13d 32 0 0 1 1 900fedb7cefc831c072e921a30e93f31b9f87a49 1 14895.8 +0a1d73e2e383946b882ea071fca74f7080d9d00f 9 0 0 1 2 eb1f501c122de1104fc586a7fa12906ddb8e253d 1 30687.3 +0ac0c7a68a55939986b55ae01c7591d939bd0050 55 0 1 1 4 5e11ed4df18731352ddead2c5b6ca40e66c754ef 1 15289.7 +0c87725e89e54d7a91134e56045c26a3a0c598fe 89 1 1 0 NA c258be8685b88c1ffe6a6e7227e62d23d33fe1fc 1 NA +0c94c18bda02769388858f8000fc552299ea9fd1 22 0 1 0 4 6fabd87a0764ec591d0810a88c170ab863fb5900 1 48414 +0ca68710e5bac85b0ed8aacf58b89934ec3e716e 5 0 0 1 4 ca435e7cb6805888d978c3a0f0d21a5cb2c0f26d 1 8061.25 +0e3673649aca58221b0a3158ad94dc6a7ab355d4 22 0 0 1 4 ad4ddc8ee866372bfd08b7b7c3357de053c6d3bd 1 48524 +0ee76e93160fced812a33960f68bc17519cb1769 21 0 0 0 3 650b58fe7548948e57ab19dc05ec070a0029df46 1 84170 +0eecf251630ced89a0297613eed034cd067d7a5e 45 0 1 0 1 cb6d55f617aa821aa5c6f850765526791be3ce4f 1 45182.2 +0f059704d65b4098194da937e2dbfa098153559a 39 0 0 0 1 285828e9aa1057c19120adf687eaeec777d2e02c 1 51379.1 +1089e5b9666b95bd0ae7cedffb4c1d512ff40f9d 34 0 1 1 1 6797b0a68b822fd6dd9a24a71a874bb1e7a60e47 1 21583 +10cb4d43b485773281d736b7c7603df29f0b8b6a 48 0 0 0 4 887a0ddb5bacb37d328c68910d9577412037a2a5 1 5478.57 +12e338bbd3e93c0aac0caa0bfb6db7e41e65c47f 6 0 0 1 4 235dda93daf3ceac4e4aaa80cf737eddc88280a3 1 40168.4 +131e2b6be1c42c9c2d06347aae6ca4a6f8a6ac05 46 0 1 1 1 914cf7c52a1d3cc33d97492a2dc52f43142d8157 1 223851 +133092b88c3c1ee3c459faeea0d74d61bc08b18c 49 0 1 1 2 2820fe5b6d00ee9aaf9098756cddda2a3d00f4b7 1 812.901 +13a2be20884601193d5004314f250304b16b0b0d 39 0 1 0 1 8ec1c00a619782a45c39103a35f542b302d841f9 1 51388.6 +13acd9516d65d545683ab9042841e81680dac842 8 0 1 0 2 4a7b88136bd71c73739fd97010d1e36666ac31ee 1 23821.7 +13bd9343b92d517039ac19b526923a59850414e2 71 0 1 0 4 5fc1bb09dac2ebdd74a865aa614e9b4a00ea7ee3 1 14920.8 +13c5e56835fd30218f2329946792581805924882 3 0 1 0 4 922b1866d9e8ed23aa84d50753f449bb04f5d41d 1 8446.23 +140c81f5417c2ac7e5976e5de2b45294fbc100ff 88 0 0 0 4 325873559d0a45d6cb39a8f66133aaa34603c1ac 1 11970.6 +14b541e531d19c6a049abf02e18cd3ce11e844ea 61 0 1 0 4 dcdbaccba70a3ecbdc4bf300987fb0d0494d6e6d 1 7310.75 +14fc6c72d56ea1c82130ddbb47f65ebc28b9b810 98 0 1 1 4 0de891683cadbb85a32f987201752537ff61a9ca 1 136715 +151cb464364a8fa575d5354230a1bdfde6ac9ca5 14 0 1 0 2 1f80b5e8c7db2e08d20a92c752afeeb5e02517e1 1 797.036 +157066674a266b7584542f4d3c5e57482e39af6f 7 0 1 0 2 01fadb27904db6ff1fb465538ab4fab4c88170ae 1 1257.09 +1647278de526324fa3b85d62c53164f6a883c8ca 82 0 0 0 4 6899351ac0ecb2e6b0dae6a5d7f8eac1f79cce44 1 16842 +167bccea5339c5c890f9e097fbf5c692e581a4ce 45 0 0 0 1 69925683bfccd7143ae925ce61f0486a91f0a951 1 45166.7 +1683893cb0df5bd98bffbeb3133a470062610bf4 10 0 1 0 1 896a3525859d4b8b78105f33c788adf885e30bc4 1 7065.23 +16a5d644dc54104c94f3335cdf8f30ec476021ad 107 0 1 1 2 a671c16b2dfcf1a74fd37ffe3528d458102bb0b0 1 60124 +16a689d01a34dffcc930d1daacdc88f0ec1c2bf1 22 0 1 1 4 3536dbb835743db4e43569f98db5c7f93d632323 1 48517.7 +16e2b4bb40b5089c8af49a1f0bbfd48c7d454485 103 0 0 1 2 bd7c55dc611fd863744a0397d7feaf305fce6a1b 1 122524 +16f066643dcd684148d1e6b57449ad691ffbd0b5 56 0 0 1 4 bd73c8da156cd54ce3bdce4b272b60129f397978 1 2373.75 +1767a834ac075c85fd8e6b3abe6f372cb8ddb3c1 92 0 0 0 2 a8134058e733fc20bc387ac4f692edabe6e738fe 1 103577 +17ca2696b31181b35617fed6296dd8985ff53c0c 111 0 1 1 2 d7c5bb878ac9d137dadc4ea2fb7f145c885bb349 1 16640 +18c2ce0e701f844b6fbd326badc46fa99a448dba 29 1 0 1 NA aeb926c8551f3363b9a0d24a83c4f213d8831783 1 NA +18cdeffb007a8a656b5c08d816db17a163d36f7d 25 0 1 1 4 96f8280a4101d54c589cf5fc556845f03f95ac40 1 37550 +19816fa9444ea841195e176cd790f5df3c664f38 55 0 1 0 4 572555dc1f22bcc4bcaa296c59426609045dd9ad 1 15283.6 +1a3a3acc5045bfcfd4033053ac0283d866f75faf 58 0 1 0 4 3b0399962df8b2df5770782da36c5e1b55a7231a 1 7255.56 +1ab70d11d7134d0eadfdd497ddde4c347552eaef 35 0 1 1 1 329292b19dc40d281a2e99f399109c31070e46d7 1 12410.7 +1aba4813ab54271eeab3d8eb2e03399bbf3301da 44 0 0 0 2 a40b52ef5ef567de8cbd5e4d8ee3e63c3ad60544 1 57900 +1b61d04169590373b8f06c72fba7e35cdfd5fd90 77 0 0 1 1 3f628b86607033c23efed9fd819c9f1b39620f30 1 4698.81 +1bfca8efb0e0b9f97a0ade8f66f4a235352c775b 38 0 0 0 4 bc1e26fc20e85e4340795acfcb355290013f40ba 1 30572 +1c1785df5ff39c0fb896f7b8c683d796191a1490 26 0 1 1 1 e2bc1ffe3c3ef8b3c9e1703abc9d9ad29f9816df 1 6879.28 +1c74af0696d259b1db2a4831bcaa2da043b729b6 74 0 1 1 4 dfef55731661bbc41798a521aa330a2651759a65 1 78454.7 +1cc976cd5867018f0c2034cb4360c973e277d0df 44 0 1 1 2 c828ad736804d893ee279851fa675ca11a53b1db 1 57939.7 +1ce91dbbbe9b0fe9c8d163166ae03fca614abc28 59 0 1 1 1 7aefaca5e27ecef41872221f5afff53d3786f02f 1 124414 +1d40958c53275b4f175192fd4593ccadcf93d137 86 0 0 0 2 56a994ac6a5b934a1728b503c376d2ee63bef51a 1 922.578 +1dc5860f4f3b298b9f8a4996475d9be15fa87749 59 0 0 0 1 711f066d513cccc8cf38d5c20054b25082866673 1 124091 +1e2e457883ad9c44893973fee53b2f40cb249174 32 0 1 0 1 3649c0154a71bee9d9c120bd35243cd0dde62458 1 14872 +1ebf00281ca136b0d7e8313198aafde6330c5d8a 36 0 0 1 4 db5b53b566f84c840671f6b68fc54c6ffd16cb46 1 10848.2 +1ec7a2867d9d4b2c98bd3e9fa20566371b7f24aa 97 0 1 0 5 d0c0b86abda4b07416ee49d5500e0eaae827a65f 1 23090.1 +1f484792fb004cd66ede8336120b91c9d7a62928 96 0 0 0 4 f81ab7cd05dddcadcc8d30f11e1c6f1e95b14b6f 1 77957.2 +1f8802332b638cac69d4b14f6573626fc1713a6a 108 0 0 1 4 8db31c84bab87fe4d2808975ea117ebbc007132e 1 4920.02 +1fd09f060742246821c7170007e45e0dcc12f92a 66 0 0 1 1 1d8393a5d720605531866dd13e556853f924b256 1 19540.3 +205eb60092eabc122217ea698b732cb448defc8b 84 0 0 0 2 184dc62f517b1166ceeb729134a79b4283434d0a 1 1235.86 +20a6b73a8e0fd4797fffce4a94f04b7946f350bd 31 0 0 1 5 a277d767aad08d29d050614e847a96114c405b6d 1 2709.91 +21462847480678cb9c2ca3f111eb14a4322e1d01 68 0 0 1 1 8d466cdfcd79f77988abbfafd43039e5ab35784a 1 1217.91 +217ed8e347efb07659f8e9f560c69292fedc3c84 78 0 0 1 4 10dec08a42c8ad5e93ab56de2fba731bbae205a8 1 6315.6 +21a6058bde74b0fb2deae842b110d73632a1cac5 1 0 1 0 4 eb17a5c4f4c7c65346ff346651299dc48efe2067 1 4694.28 +22b360088422949128081af1024de9982ad06021 44 0 1 0 2 53218c5424eaf581490c4020166c580fd7840592 1 57933.1 +23830dabb163be694981b5a38371088807cb3e0c 44 0 0 1 2 cdd26e68732b72d0fe5389165d32c97133d74d06 1 57935.7 +238d55efd1c86737a503b525c45299d2639d45a1 21 0 0 1 3 e8435b9a63b0abcde871f5c65d4d1359b16b4b2c 1 84196.6 +239d52d3cd41b81d4df9d8aa625aed9b0fe1c322 105 0 1 0 1 c2a0024e5747f2fe1be8d0d6f243302cea0826cd 1 32703.9 +24227dfc1edbb9894589e00353420ce884a7c59f 83 0 1 0 1 ae7df70ef66fdd441b58b3871779f511a8d77a88 1 2485.9 +24a35d2bb8bea83f68ec9e7da0dd39a29ad284e0 104 0 1 0 2 10d3d644d8e3606c9a9430015660834e80539999 1 2011.9 +26e0a132b85822bf9d2894f11fad419f3df28ed0 70 1 1 0 NA ecf95dcb05ee74e87222d408f7e4e37712928d0c 1 NA +28448d9f1eb13d9c8b05291eb981aa9ac07e3478 57 0 0 0 1 99f65aebb6b9ef8c23470f4767528588bd2aaf1a 1 10917.8 +28ae68472ac6f0d820d065515d05af3c1e3fda1f 16 0 1 1 5 b3ea83372756ff33aa49d15c059c4aac78112552 1 1910.65 +28f9ef1c66338b4d56096a7cb57fb6a6aaf9a0b1 86 0 1 1 2 e6b4238dacaaf2fdb0e0e2a8484fb5957aedf9eb 1 920.777 +29676ae09fb18ca3b0d2be9e7217dcbcb15bc130 58 0 0 1 4 1fa7bb3b8554208fd8a11d0786c5e3f9b7aa4431 1 7282.55 +298f1dcb1ac7f718236fece078ea56e1c9ae861c 93 0 1 0 1 669ec5c99fa06f8ecee96e9036843acde4674dc2 1 9002.33 +29e97a5596d0a25eb314c873e4abc782ddd9ba41 93 0 1 1 1 ea17e633556be089e661ada8e7662495dcee0a1f 1 9015.31 +2a887b8b2e98a3594f153d51ff6a019513c6f0f2 84 0 1 0 2 cca008834b0d0155fce01a1df83251845f81ab2b 1 1234.87 +2ac65fde42d160fc97715426159e6ca21f5d4510 26 0 0 1 1 ead4d3b59641641ccdba518303ba2a0934b21984 1 6880.22 +2b85b4f99feab071567636c27567fd750f05ec8b 61 0 0 0 4 288d2ec6bbe1afe9539981bda4054a423be3834d 1 7302.58 +2d68bcde73418bbda41a72ab007ce69498c14e10 27 0 1 1 2 7cd7d20ae7e6112fbceb1cb9630963d77aa54f2a 1 4419.63 +2dbb6715151b36368dfb65c36aca05bc04c54c31 87 0 1 1 3 22712e30785c41fca026c1c81ec2e4eeb45fec40 1 9532.79 +2e061a7fe5061f0c336d07721eda173645092be9 68 0 1 0 1 de4763e800cbd15f8b8fe9096bdf6e28a7c2c846 1 1218.92 +2e9cf961e497dc275e6ad3ac97d4143873e74ee3 80 0 0 1 2 be236b3e98015217a45dba36750efbaf8773de84 1 80430.7 +2f2577e015becdce3bb33b01b8c0c28a6eb19f4b 2 0 0 0 2 c6e6623908a7613715ab5e6e1b6a45797d25a2dd 1 1226.42 +30535314a8e4c37c3e782802f5f47a21475f51ce 24 0 0 0 1 5d693cc576790d13be55c06f2ec9bfbb385430d5 1 6828.07 +30ccace5e3426f3b5eb69a0ad0d4435dd9c7ba21 81 0 0 1 4 d27455872890e5bdbfdd32596bc7730fc7e18882 1 10512.7 +31bf2a51bae9d808c1e4f9007623ff5f2dfaab0b 75 0 1 0 4 d10390ddcd38cfe9ec73fe69db806bfa2c2922ce 1 6303.3 +3245bc84072576f0d8bb20dc587fa34f43d1e3b4 95 0 0 1 2 900f3530be96d7374e7155b9d717ab07b0869079 1 789.629 +32dd1653b489e8fd44a9c275d36f884571b7f2eb 99 0 0 0 4 89ed73e422eaed96d8cb33ca681ed496afa0392d 1 15987.2 +332b223eb99643696658c5584a7ceae98d7db404 66 0 0 0 1 2b9a293f1ca8ea2bd5a21ab7cd0fbd5a222ca3dc 1 19539.5 +3467e6b072760f472d7fc09898c7e6abe65a56a6 100 1 1 0 NA 31b244e262d17f0beca9ad1e35e4812e9ba61291 1 NA +34f0f1be1c5a91109b063219a3022704ec0e68a3 68 0 0 0 1 5ed2c4e1be5d906568d82cb830b12c05ab0f94e4 1 1217.91 +355209ef30e3916672e1c243dc20c33b0f35ec9b 14 0 1 1 2 0a0a338f2dd5ba23bb5c6ff4abac7f50d8372047 1 797.26 +35cb4518187b2a2bd00d79d24fa0f73a4074ddd6 46 0 0 0 1 703e3ef4641a770783b88d67f443cb0d552a870e 1 223485 +35cdb8854ee2bc15c36d24542a16ab0168886cd7 110 0 1 1 1 63c126eb964a11d624803ef1ba57dde8efca8ed2 1 6849.79 +36d60372d7514f65e06c39bb9e595056009c9e46 82 0 0 1 4 e2dfc0dfa268190744679147a36ebfbfc3662d28 1 16847.9 +37080488d54e5cd6d6ecfd4fc23da13ee0bfce72 69 0 0 0 2 71fb9b7f35e6c38e81fac84c41dba0d5af3688a6 1 1254.58 +37c29ad08e645ba9861d7a07ccf12c478e4cb4b5 59 0 1 0 1 74c6bcbf19c80772ac47c96f4183fe430cf4962e 1 124230 +3829c067b2f9cbef0c8f9fdd83d1ac2f7b9973b0 95 0 0 0 2 9457c238c7adf7ce0c5ba785149b08fa7fd5d483 1 783.04 +3a82117d6f07ec24fafe4bda5017ff3b1f12dfe4 91 0 0 1 1 2996ea371a66cca52fe4c3d4f950d075f6cc2e11 1 1257.92 +3b629836728dbaf1995ca8cf86d6f14a7806a0d7 95 0 1 1 2 20dffd7ed4dfa8b40e58e3e7af5945520ee8b7c9 1 790.198 +3b7128fbdd6169874503884270c77950792c50ff 37 0 1 1 1 f9fb730a1e4f4d9c83de8205162205dfc7ba4df4 1 35525.1 +3c19f428e8a3564308a4a93f1c3d79972943c2d0 83 0 1 1 1 f47fe8a1ec6a060741d157c13edd45feba43e7de 1 2493.41 +3c6bde932e8dcdc276c7937e817d2421ac586b4f 94 0 0 0 2 0bea1b93d6972b83265388d0f7055a1cb3c527a6 1 8577.54 +3c7bdedd355a50dcf680c78ed460d8e163a0b6f5 73 0 1 0 4 5d8184651ae89046518c87e074479012652e77f7 1 7999.11 +3c8fb6873aa6cc8b9e0baa93291e5e7b7c58b530 47 0 1 1 4 427458eb182057ca2a6a3fd9fbeecd3de8d0da43 1 86946.6 +3c9fc6864351dbf7b4e2692b6098cbdd7df492b4 71 0 0 1 4 1b8f47387e0ffe26fef695c2f32666b02e5763b4 1 14904.6 +3cd88713c840feceb88863ff7f878c2beb2f986c 73 0 1 1 4 30c8aca1904298d65aa455f7230e6001f17f4ae3 1 8009.48 +3dd4ebeb4a9d59868b15ed77f05fd21c5f107da2 107 0 0 0 2 e3c3873ace40c3b9d24123a81a4676b8fe921cd1 1 59830.6 +3f4bb547f035a32f903573fb7a368eb4d5ee005e 78 0 0 0 4 6088f86fd7e4fd2b26e54c0e3e926a8db80932cc 1 6305.83 +3ff4af1d8a312082025dcaf58c2f3de0612a18fd 94 0 1 0 2 0281ae34354e526d517870e69619cb9031fe76e6 1 8614.93 +40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 64 1 0 0 NA 8637e28f31aa68de3bceedf1c908758a00706f96 1 NA +412342070494b4c361dfb2919d179f28758e78ea 4 0 1 0 2 314f382ef76a5a2138cbca6e068cc329da886c9c 1 5163.73 +412fd1a4cd9f043a5157febc2c457599f3e19397 65 0 1 1 4 0a0ad5599e1b6cca201cbe2669196ca5fdad1384 1 1479.5 +416033e597c13422848d88ec1152ea6a12d94eb9 61 0 1 1 4 41a8d273ba6f6d59447fa8ca9d7ae21e7b0a8b7c 1 7316.02 +422152fc6ca9a9d5f020d450a85e3280bb833901 61 0 0 1 4 cd70eadd1e970810c199f56d93170d04d02132a4 1 7316.28 +426b2ec6c7600321e4c5dbdbae1280a794b07183 105 0 0 0 1 edbded1efb7e35c4f5fa4ab2fa62489df79a1abe 1 32704.1 +42dfed3ac7c25a4ba17b1d49f6aaa3ba2ec5a10f 5 0 1 1 4 37883311796a8e258b111a7c99d7d9761dfc9b02 1 8062.3 +43178af86a815606104367ef8b06a9109f9b191e 12 1 1 1 NA 91f379fabc5215d0d0bc7b6cc14069961abf31a7 1 NA +43d26f8fd688ace375cc574bf7817934f1c03a06 25 0 0 0 4 69646e884db1da15f54d07afefce26f80f78dd45 1 37556.6 +45a021fbf4fba35e8423b74ab91b19e4397ac458 51 0 1 0 4 38950e706f8dfa93e683c85fad34ed29aed60441 1 53711.5 +46a855894aa408cc8bff8603e8163da3a97b09de 64 1 1 1 NA ac030f6bca3b24f29f4c73f8f4fe7252972b4ade 1 NA +46e9b7b7811f9fe424d7fd9542d93c1aafb5c0af 110 0 0 1 1 8fbd5d7cf15b24ef0e8d8e3acf36bf3cceff6c15 1 6847.02 +472caa2214b437deefc19511aaf739b7cbd3ecb7 66 0 1 1 1 b747456b432abef11bdd4a4b9552d384234734bd 1 19537.7 +47eabf81e757a1610ee311af194fb5162e8e167f 15 0 1 1 2 53fe6d0db954acc688cfcce1270f054152d4235c 1 4017.9 +4854501e3c6a6ed5824ff844b24b5de44d67998a 52 0 1 0 2 9573d38d2a211f1f565d4a49f07aa9f014754dbe 1 794.74 +48864233ad7a6eec59d131046bee881bed1b3083 66 0 1 0 1 027f98539aea80c4288534c01cdee9a95320c023 1 19545.3 +48f866228a3df17658f02e54b0dcf58e81a68305 87 0 1 0 3 15666190ed057ddbc5bd016f7288468562bab0a2 1 9529.9 +48fa12faca21cd4ad53dfb03a8ff1cffb7aa7067 111 0 0 0 2 72b33842321c88d51b49ea7046157b1f784c7bfb 1 16609.4 +490be97d3853f5492f4be69aa3159c7b5ec2c1d4 43 0 0 0 2 41b94bf45ecc20f850e9fe0ed5e1d170683b65cd 1 1693.29 +49f4e03a6a7aeed34ff5f5b47cad93fac1fe0010 40 0 0 1 1 44477c695d1e46b45a57082e71dd75c953e54bfb 1 7519.27 +4b0bbae61276d4aca0c24f3d6b7e566ceec037fe 24 0 0 1 1 c6acc0f029d1cb999c03fda66acc571a7010dba3 1 6833.86 +4b18e4fa81063221311bd9250ac6b8d88e4734bd 76 0 0 1 1 719a129c4f7225e8335802da48d8d2f3de4a6c7b 1 6417.73 +4b320f3417cdf5a64a93db15044dcb52bdf6b2aa 58 0 1 1 4 34c92e7970214cca5c892f6814c670bbe7f0365b 1 7284.7 +4b52d8344dbe6e0676187936dded31eb7f904e1d 42 0 0 0 4 0845fae15cbb90a1ee91c4f1ad98bcf6554794e4 1 3028.08 +4baf37a52807055e84df6afce71eaa780b40439d 90 1 0 1 NA 8a4cd51c599aee3bfcc018557b495ef15d6d18c0 1 NA +4bbd2faf4f01429653f5f27b7161d3492a2d575a 72 0 0 1 2 11c9b6e5a5346ae5a078b9e3c54ee53f7d3ac33f 1 9436.99 +4cf2fb357c6aa51fe420fc7360a2c56145acb25e 85 0 0 1 1 b3914fa820bfac2263c6734eb07d5f2c81924eff 1 94665.9 +4d135943eb2d228d74482f323155d432009dd5cf 74 0 0 0 4 1afa4306a06df60c543d0b6a8c5bae90121d2276 1 78361.3 +4d5336ad079625fe66afcbb7a207792af187e3a5 85 0 0 0 1 75ebe8f6ea0d49b1d5874e77f51169243843e067 1 94652.7 +4d9398039ec869eb9e3cbeb2243e32af13c372c2 35 0 1 0 1 292546f59273fb12afd7ded4293e763b973ffb39 1 12393.4 +4d9849f2012a859bccd49a821cc4ae69a1a9f7a2 96 0 1 0 4 2ff1d7fa6920e74cf5cf9e99b991c2fc3886acc1 1 78026.5 +4dea166a30fd955333d3694ba471a133df251678 36 0 0 0 4 43d6cb160210ff2d4741293b89456171f8de4a2e 1 10824.6 +4e2fc21db10555af93665d1e304f892b6834f9b2 2 0 1 1 2 1122716568dc54ea65851b25822f903f95d1ccc8 1 1228.14 +4f44522ede9c72227953795c38ef3dc5f4b9f420 20 0 1 0 4 f74e3c75e41452e1979d823cf6ee340b2b7ad3d7 1 2291.67 +5026da969751de957234d12f6685e69d179e369b 81 0 1 1 4 588f69fa5ae9d726275dfb35c678c79368aba161 1 10518.5 +5048328a06aad3322f2e75babae9e065ae7ef71d 65 0 1 0 4 2f1267b89fed02e9f80a6071d1651f02da65a1bc 1 1468.51 +506603b7b4e7c8459272daf12aa7f25d4aedab60 54 0 1 0 4 bacc9413ede9bfbcfd60d69f2eda9244caa06f6a 1 2465.47 +509b8e7397d56a1a2d5545eea6d821f4c9ff900c 25 0 1 0 4 27c164b7a74908e4a28d945d303a5982f5876e78 1 37543.4 +50ac654743d7c6712015e740d05bb5444a3e8d94 57 0 0 1 1 16af918ffe9b11468df81324482c66a32eab5904 1 10945.7 +50b3da39a061e525c638c8883d2ed2d4daca2336 111 0 1 0 2 119f61c5c399d9c7d27b6fb079b2647333ec1e50 1 16611.2 +511f84aaa380418ca4d5ee83a648a64494df80a2 70 1 0 1 NA eb533d8e1832ea9505462253751a2a0063e92555 1 NA +51516e544c04f151605a02f737a7ee5d726336ab 100 1 1 1 NA fa19774c7e4ee3ade5bada06352d1f1b7d16d682 1 NA +51e250878c67ea3981d20aaf396be1e47496ef08 28 0 1 1 1 9e01a1afec86f77766698dcc59feec0e27915f1d 1 18249.4 +52b0cf83f9c262c9ea738f117f3324be77007a48 16 0 0 1 5 ea6a000928c5e4b055dff03bfdc1b3f37ad55ea4 1 1910.74 +52bc86dc3762342cb33293e02d945af20f11314e 7 0 0 0 2 76ef2bd0e58ff443d998e1b3440bfb824e53ab7d 1 1257.02 +537703fd2af0261102de1ad85b655f0138ce36d4 88 0 1 1 4 95d4e7ac6ebddb393d039bb1336711d7b3564424 1 12069.1 +53976a8bbb2adb015c9bf61fed353cd45fa7f1d4 37 0 0 0 1 b7daddd55a183aab5b2bdd42ed69529f41f34771 1 35453.9 +53c9db72abceb49c3a60b102ad358ede54f64193 103 0 0 0 2 54a828bd346901e898e9f0b390d9a227bf7064db 1 122261 +5413d82fe4891408d750fd46a5608eb2f225341c 21 0 1 1 3 21ef963cd5b89ca7fdc1dc357287c2fae3972be9 1 84200 +55b9b443fe28ea0bc5f27ea83646d02b4def867b 47 0 0 0 4 31ece7595667c9184fea7bb84bd20efc634ff96a 1 86728.8 +55e2b2627baa8e16d7a1bbc707d96dfba9f0d43d 80 0 0 0 2 75589357cce142d67f21393b6b8c1a8b6e49e036 1 80073.7 +56e87b0be996d1c5bb18ed1a1f3da5920b7ad7c7 62 0 0 0 1 f5520eebc8bc1dc76741b817e1ddabd8190fbeaf 1 13207.5 +57f668bf3c3af8f9ec4886d8382e5cacee5e51e8 2 0 0 1 2 5097a43337d9ee0349f3e289efbb621764d3ec99 1 1226.45 +595743d708308113e8b82a123cd4047bfadf9b31 102 0 0 0 4 70ccd85a4dbcc43104fd572d312178a1304e7600 1 59686.7 +59896eb7d0842408af24d244dd31c5a3727e8bfd 29 1 1 1 NA 58b1aa8448d2d29034b86e1110d08e90a0236a98 1 NA +59a7f4289436966d649463de70228b3687fd4c5e 62 0 0 1 1 2c5b1679e82cea0e59ab069375794caa081043a5 1 13220.7 +59e189a1745d6a58daaa1e656bee7b12bc4fe4e3 85 0 1 1 1 7bb5fea208870bd823dceb9b71bc395031323a0a 1 94663.2 +5b4f9da24df3df33d40dce60c5c7d44a88b745a3 30 0 1 0 4 957b9cf78f677e5ff1b89d7265d131db433931f1 1 15442.8 +5c14a5025b6589ad23273152fb46e48cbac04b15 78 0 1 1 4 18555041c08c92b3c2e4fcdc20353f0b54d95e7c 1 6315.3 +5e8552e3e214f6b513834e75b9f2ceb90baa959b 32 0 1 1 1 ac5213e15a104e3db20080782a015a08741016b7 1 14896.4 +5eea41fb35de0a3f947e2ed507a2298e6fca8637 47 0 0 1 4 43fc583b51213b127f675add622b13eab129565c 1 86945.9 +5fc5c6c78fc3ea5778aa300adb04b7362b0ec3cc 11 0 0 1 5 fb242844321e27e43435b25ea64e16c1ce3dd1c1 1 14424.1 +6008658dda4f20a048cf811dbeea114eeb9a1bac 104 0 0 0 2 039ca5d5cd3d6477a8fa8ce939f6e2bee4e60a9a 1 1932.81 +604b40810fa6b27f8c2f4250e804cc125cd68f5f 24 0 1 1 1 123aef87eaaac87e5f671c8c88ee0821fca4be34 1 6833.92 +60832e70a04077b007f3b2dc56709ab63aff4a86 102 0 1 1 4 74f1fd2e07ddc9a5c76d2035dd6e3aaf7ee167cd 1 59691.4 +60b77df13b6846d45b3af0d7a5c3b19639cd0b49 52 0 0 1 2 34faa24569e7d259bc264eaaae48d416e8cf466d 1 801.369 +60c12aabf2aa1afccb798f75561bac20563f0660 78 0 1 0 4 48669247672d42c59a29a70ba53cbee58b394a2b 1 6300.94 +6166716d5e69502ea8bdf6e484f4b1906233e634 23 0 0 1 4 7ac7036308d8259829f4e3b477443330cadc79e2 1 21421.2 +624003fdf510f80c049a3c5e347c83a42069614f 94 0 1 1 2 784222d12fd476e4410e11f1c5753a9f058c321c 1 8633.28 +62867cb1baa22d22ae20524a2db037f0c2a0e64a 83 0 0 0 1 86fe30dda15fc579fcddaf71a030943de3aa6c92 1 2485.72 +62e9b0baf9450e7f5e3a728a67a48be3b073e465 34 0 0 1 1 4dd828ae6c70b0181984b464090121852be42e8c 1 21583.2 +6309b3559e5a9a248b463a1f7db1d9cf96510d0f 6 0 1 1 4 8a2cb014e0474140ed6a314dc0338e77fddc44fd 1 40165.6 +639f918943cae27cb010ce33e0d5af720cf66b63 9 0 1 0 2 f60b4acb58a3c2c1469bb04247e61332baffea87 1 30657.1 +6497cefa1dd3bd6e622fc8500ca05573326a8095 106 0 0 0 1 18d3912980924c044419d0d4329dcde15ad9a489 1 5625.89 +64d19d83e2f1cb6f2db1eab9e1374d71189bf2e1 39 0 0 1 1 ecd47c4f6b529c3890f4244a957e7bf78d4321ce 1 51422.9 +65f9064f785a46fb35e3f54569f6c4d688edf5ec 41 0 1 1 1 3b75fa47c30e64c84125a89222eb57b0910f1ccf 1 3298.32 +66335ec4972c682dabeffa7aa92e2a3afe5f7270 90 1 1 0 NA cf42de2b68114f97a2445e1a6371cc538006531a 1 NA +67abee5088221a24303c211468b1d273a2f95cb6 51 0 1 1 4 86c559487399783ade7aaa60938e62584f747487 1 53762.7 +67e25016ebf9cf7685ea64ddbcfd38e96e19751c 40 0 1 0 1 a0cf152bfada14f68c8ab5a95e3492e46744644a 1 7535.85 +6a15a0aa643e87ab92e693c4beb4eef7141e4e97 57 0 1 0 1 73b4cbec53c65f4341726ed4f809fe5394d2c9a9 1 10926.7 +6a416c3576ff44a243b86d3cf3c093be5c2f9eb9 8 0 0 0 2 47466bcc834339a0aebc4e67c0ba8731113d7899 1 23787.9 +6afa5cc049c68b8309ad5dd0d733c60165d6b0a0 80 0 1 1 2 9e94ad1e5aeb3363500dbd83a7b56bf570660a09 1 80423.5 +6b4048e2d4cd1ff898aeb642bd5203db32da372f 10 0 0 0 1 a96ec43f4d3836e35a2cfbe231e839b357c01148 1 7045.15 +6b479dc0bc21070c8ce6cceaf154e3edb18e3b7a 33 0 1 1 2 8dd7016aa06965941b26f3129fccdaf6348e736f 1 884.404 +6bab400122fe18a96067d22b8f8f20c96d55fd58 10 0 0 1 1 325764edc21f82248051d5fde2d8c67d86c53bd3 1 7094.46 +6bb5128c9f2b59ad14f8217989a439595c7ebec7 35 0 0 1 1 1b90ffd9a1b431be76274e790a05e1c2dc7e5e12 1 12413.8 +6c66845a2bea7fadd26ae564ed43e8e94aefe3ce 75 0 1 1 4 198d7c05f7c87b194d3115ef96e933a52213fbd6 1 6295.49 +6cebcc0c83e7daaa9705912145c515b0dff9a5d8 41 0 0 1 1 4e38adcdc9bc8b10c381000613dec7b08d214b35 1 3298.32 +6d05528078e617f43208039354f70384770e3cb3 102 0 1 0 4 08c5f357707986f7d0b3c4f063f58a07748373bf 1 59696.8 +6e478a035e8b0adff6efc950f71401561392c807 45 0 0 1 1 ac9387ba86db05bcf9444c2ca67e5b0c1783e220 1 45198.1 +6edff4fac0fd5e5abe0a9ddf5ec3e778f46d710f 36 0 1 0 4 d5dc0098c04b313c28450c04c0bc1d941d72bb7a 1 10836.2 +6f056d138344785b771ce9cde1db91eed685c709 106 0 1 1 1 03df2aebbe7a850ef98879088b24c52ac712a95a 1 5633.08 +6f3beac740afd6248f87106225c4b4854e2ca598 50 0 1 1 4 caefb70444734958ed4a56144c742c90fbeff4f4 1 133158 +714b1963e68a21cad98e5879e9a7e5a3a9bc3357 76 0 1 1 1 eaae87505334e00b5c35d1dd175f2631b4bc0a6e 1 6417.35 +716b8ef4ca18c28209406e0b656a841ffc1ea122 92 0 1 1 2 aff9e7d18344519409635c4274b5dd31735001a6 1 104181 +71aec071018610c8c32b566d0cc13580b96821aa 12 1 0 0 NA 679999a851c9788c6957b284644fa7c07250942e 1 NA +71d068ab0ff9a2bd29cf9dbf7535d9543835f003 37 0 1 0 1 49c60d8dfa7b8ea813cec9798f2c096e36f35985 1 35486.3 +735dfddeed860c6f032a9bbf6630d9d8b492f270 13 0 1 0 4 c51f7ba6bc42f39fb80d01f0fd868160e71ca771 1 2693.28 +73702ef82ad97efeee8d3c2cd520a7ea12875d65 45 0 1 1 1 674fbdd5da7ded1c914d75713f45629ff176f786 1 45200.1 +74067f430a31475a8b36ccade4580f242a906831 41 0 1 0 1 1483add00a5571bb8c5d41f790e39fd280402366 1 3295.48 +7436efe3e90485d2be0b1563c9144bcb97fede1c 39 0 1 1 1 8fbbd740b1fc83c4368895f2fe17632b52f985e9 1 51422.5 +746dca19885003830582ba96a44a79c150f854b6 24 0 1 0 1 ecdd6e09a76c513dfe114ca1033408b7e4d7b427 1 6832.47 +757f90dc2597cb7517edce24dcd2e4347c5c04fb 97 0 1 1 5 2558e821be2b0033698a2c78221368a8e3e4c35c 1 23152.5 +76f38427c9c525bf9ab12708d0be1c175bedf9e2 54 0 0 0 4 04e023d314c84bc3e93d58348fe6a0667f84183b 1 2454.47 +7704a0195988075b721e18a2bb5d83ced794c89e 38 0 0 1 4 6eadcb36342b343bb4342a37200a4b627cb5fcb0 1 30610 +781158a53b8fb3ae3e387113d4a0e5b56182f309 12 1 0 1 NA 2baaf0ac9576a1e60ccdec15145a76d7093eec71 1 NA +78bf4ac4d9795309679c651da056e0328b8b2c98 18 0 0 0 4 7a037b803656e46d604dc406621b377bb60cd809 1 20295.6 +7936c8dca89e056fc01ebeeb206574d148293583 96 0 1 1 4 8d4335f4a4de062d519d3c0e8f70696267a02111 1 78021.9 +7a566566ff1b9680dc8b91835daa3456a485b72d 5 0 0 0 4 7cb0d821e0867e60cfee97069da78ae6b9323d07 1 8050.78 +7a846e5f5c5d53ee33af5ac08b8e39e975c16119 73 0 0 0 4 a13d906e0f9060f4cdf28c163c378456f0cae49c 1 8001.14 +7bba582bd49ca11dcb0c82fac0aa3fc4cae711f0 103 0 1 0 2 09f0784355482fd5cca7422b4a4402532458edfa 1 122551 +7c196accae3ab5dad6feea496d657e0a1bf16bc4 79 0 0 1 4 2a3ee08ae51f6330b08fa898b28329690c7ba502 1 6480.47 +7c70b4ad4200517b3966a9dc9bf7568612109baf 20 0 0 0 4 af08e54dfc1708b7857743310525a0d6267a56e2 1 2291.05 +7d57a108e323b060837cfbdd8d35164b07643183 50 0 0 1 4 6b1e836b6c1f62d57be06e012b91c7f5fe75a79d 1 133169 +7e6d75a628fa180685a72f493f914ed25caef006 13 0 0 0 4 5749d254075e2c917f59bdc05ce9b25aa33e2d51 1 2692.26 +7ec7726a674416de4ad9d650c8813d7c457281df 96 0 0 1 4 04ea9cc4219208afc3a054547f87e937ebc9286a 1 78027.7 +7f313457f7088e228910a4652023f05fdb1979ec 11 0 0 0 5 4bf2a0c238fb35d6cdbc37373704c04035e38873 1 14365.7 +8080e0901df46a862d6838a3d8f3f71461e63415 72 0 1 0 2 7022e1b8a8d81faf67e44bc43c9c164e5f824e9d 1 8464.04 +81360ad9e9eca79106289a8ecf947602ece86527 52 0 1 1 2 0db4a22ec5b3407e5f81ff30eb95dbd7b19f6a66 1 802.251 +813e3d9d95ef76757b54e5dbb166a5db5aa88a0d 99 0 1 1 4 53b9fad58710836b324026da204f0b4ce63a0b52 1 16009.9 +81996bbe1770d890ef3e4bd1c3c66eb6895f20d1 109 0 0 1 1 f5425b7aa69bad9e9adcf33618b4e2ee889a3d81 1 162314 +81b327edb111aae046e3ce6407b3154dbbc7c552 80 0 1 0 2 2a1223490111b5f04783ae4f4cd73aaca73e362c 1 80193.4 +81b48e4e6e3a86bbf90c7950d9fd0fba6aec35e9 76 0 0 0 1 fc200674f0cef9cd5059828fed6d545d1061e9de 1 6409.41 +81cbf924688ab26f8728c0c9fbbacd202c9e6f40 27 0 1 0 2 bd80b5fd533103ec67851c50b2d1109cb0d6b26a 1 4405.34 +81eb60fe1013ab05aba429856a3e36b887d391ff 31 0 1 1 5 5e01448c63b758c4dfceff91c660af80d0b1d07d 1 2710.54 +81fde8c5a35ffb7b85a97be7d56a9627acdaa9ca 60 0 1 0 4 3ceae4f9308e56ac56cd3ef352394356e732a845 1 4605.08 +827cb7e8eeec1e90b1efa397960136a780f5474c 56 0 1 1 4 ccbddefd160dec7b87dce3279e360c17ab48d231 1 2372.55 +82ee58357efc7ae56baeb441dc09e39ee7ff8b8b 4 0 1 1 2 34b95e47a555110d0df24d78145de98ce0e20099 1 5194.06 +836594394aed99a2140a1dacee5320d94bb5a35e 19 0 1 0 5 919ab8ae5f9c1e0b9ebf3263cbd02d4c98d4f2da 1 2749.19 +845ff2f8690e184b3312919bdbf5a2f091f394f4 42 0 0 1 4 2f803e586f6851c3762a51b9aac560a386558b7a 1 3049.72 +849da52e376b6f159b7fc26d893d1075fe507e4a 113 0 0 0 5 ef9e84d356de4c002e76bed98f9bdb2bc94cef4f 1 84238.1 +851726ac9d2bd4da6124707d8a9e69e6cd013776 58 0 0 0 4 42332507580c1cdbde2d6322ae2984b2bffc2930 1 7244 +85b0a8c396df13bd5d38909d1dc3fdc75e92f0e8 18 0 0 1 4 a6932a644e6175aa267795fd49eb5c40256afbb2 1 20326.1 +864e4839ba2ce8f812cef557582b8d26606144e5 95 0 1 0 2 b6d8374636eb77967a001a3c1c285da473a407e0 1 799.753 +8652f7ec3ee744d49aef8cca2c928814c7008b2a 19 0 1 1 5 39da159ec0e1729f8660682b5f7f8130ae210a0d 1 2854.16 +869ea7641c740c33ea5680fafbf230e96870ca8f 56 0 1 0 4 8a1ec13a50a420b0a32359f3f01cae578dace39a 1 2372.02 +879053c2bdae47e91dfac2ddab11231eda9f91f3 7 0 0 1 2 bf0944f0da68b801d4d8985d46d9bc4605215bc2 1 1253.33 +8820e1f031205cf8559d9b6d049918e1dfcc2f46 85 0 1 0 1 b6cfec75e8cabdd3176a2de39317718d29e6c8c4 1 94656.1 +888fc669390ae612f20cab8a45fc965b02934e10 82 0 1 1 4 2c4e13ae687485ef56e0f576908f1ff5370728ce 1 16849.3 +893db398b31d1a3581118644709a39e1f50f4729 12 1 1 0 NA aefff926b689aa81d0993e0fa1f712e869d77b67 1 NA +898638db012fda728fa65d51e7242bac84e052af 30 0 0 1 4 8c34415cfa6d71a97289ae381103a792438acb9a 1 15467 +8a89a02af41545f602cddaaad2082499797168ad 59 0 0 1 1 64e4141698005c5873a4abaf63989f257f61e9ac 1 124416 +8bb51bbb2253988d8c94f87a9383d026249e582b 112 0 1 1 1 25d580ad381abef8e44dd05954ac7c25d20c0743 1 5340.07 +8c5c2f02efe683afbbcbe79429a715600b690946 98 0 0 1 4 b0fbb94bb4b8adc84c97d6731d932fa467a9d786 1 136707 +8caa03354967c173911c41dc67c0781747fc4a1a 67 0 1 1 4 fced1c4529627f1bb25bb4086c73a59f1c0851a6 1 147514 +8d9d5e174b9b5ee4c1eaf9baf80aa8065cfe8432 48 0 0 1 4 8651b2d04f35d381750d7eb339781e0a6aa215e9 1 5479.31 +8dfedc1b4ed287a3d0c58e4fbccc67dbab171dad 112 0 0 1 1 8589e04f29573697b2b9020841912c13351ae1bf 1 5339.83 +8e09f84cbcc3b67ef89b9f76da86422265aa15aa 89 1 1 1 NA 9745d10d48b70ed199255a4c11449e4f7b3d707b 1 NA +8ed3975acc9d66c1a98d0d25b75f4a103d1e808c 113 0 1 1 5 ef3b7d12fedbdacbd7e5de8765d13c3f758735c2 1 84440.7 +8f6bda246d549fe0a9f014dfdd61873e6dd46f8e 63 0 0 1 2 78763639a8177a144aa47f155b0a4bb4b39b0bb2 1 677.337 +9004303add726819ac91b7ae85b396285a9c6732 53 0 1 1 4 3399f1ed003105bad7369870e16304837740233f 1 8487.58 +927e9d1fe0bdb10c91dc7490a6c5e0211875217b 91 0 1 0 1 67e842514d19925c71efa55de75118b627a32c34 1 1258.19 +92e770ba865f03915e71f5548f6544a9d288f2b5 64 1 0 1 NA cfb7527bfa4cb80e3f6cb43632c85398c510f475 1 NA +94653caed1c9961b74a0e18b0e973a2fb1c421d5 21 0 1 0 3 b315568787c9a24d22cf756522d6d14b9bfb29c7 1 84176.4 +947cf97efd633a9c732d5b823a5ca765d1ba2180 60 0 0 0 4 bc2006d9b8db6d61de66e750d39d5c752fa85504 1 4597.91 +94f7afb8bcb6fc044661f915b1f8a80e8803263c 8 0 0 1 2 8684c853f16a3a06b4731c0fa99292afc1a6ae13 1 23877.3 +95691bede9f87afb54564f86aa0358036857dbcd 20 0 1 1 4 c9b25ae412b5f998318143b8ec9f42804225257b 1 2301.94 +9570a1411caed57af18a9ddbb3def89338aef2ca 51 0 0 0 4 4d8e4921dd776d1c08fb29097ec6e3a769174fcf 1 53655.9 +95db42f28c12959e14d541bec26176ac9fe5c770 107 0 0 1 2 1efbcad420c653c18e18c0755d8053cc147c98de 1 60123.2 +96164dfc101463b9d372633aee7f6238b0e6c4f2 42 0 1 1 4 0575feea1138fbebf51e634f2e7f61e3515a2837 1 3047.23 +96b2ef97d0fe98f1bdc22b390bbf8fb7f26213be 22 0 0 0 4 81072bbd62e0bacfdcb7b258795b60a04c1cf6ce 1 48374.4 +98fa46e243bb3beadebef00649e6abd0a0569227 84 0 1 1 2 c4bb9a9f5c6e0ff9cf95ca9b6d294a01965ec307 1 1243.54 +992ba17d73dfec6954e93079535af3fdb43805d7 79 0 0 0 4 9854c116d728a2f2e4b326e4a9e8d75c818f1d5b 1 6482.1 +9a3c0c5d0a38c893e198080ba0da4b32ec14b8fe 72 0 1 1 2 9825119fcd5fad33de553c52b8b42a8e4a77df7b 1 9507.3 +9bf5c9b0d3a3666a69294116d3b330f84ce57041 97 0 0 1 5 489b3ccf96d4323863ef7189d477710ef620677b 1 23152.5 +9d5622ccbc845b50391373837036f67db13faa11 67 0 0 1 4 41ecf4c9c5261f9139ebc509e4234e9935d83ca1 1 147508 +9dc2683e69dcae541b73036b43fff3bf65dd0afb 19 0 0 1 5 31c98d41ccd49378a159034f3788946b266882f5 1 2856.48 +9e1117a9ad17df75a083efd957fd5be657381e02 82 0 1 0 4 0882b0d179bfaaca7022e0438cd874a519174658 1 16848 +9e1a1b2748cd9a719a66d15709ef01ef665130de 55 0 0 0 4 2e2566c25fef2c4e2234ff155753518b8d1a0511 1 15283 +9e3166b854c5399fbef652c3e996597b7d6ff7e5 40 0 1 1 1 ab61ce6cf810cef49e86fe568dcd61bdb986582e 1 7518.91 +9e33573bcb6f6aaef5e6ce43e98a59637aa4c2c5 89 1 0 1 NA 6fa4efaa02a997f5c9e7247786e6155acc242e62 1 NA +9e8d8f8507b707b256b94005888e056b92799306 53 0 0 1 4 0e49b6419cf31fe55d64d38265f1ed1eee484a57 1 8486.86 +9fbac3bab238a4571786d06974eed816198ccc2b 6 0 1 0 4 7a4c05f024edb216b960aca396cb462def023215 1 40112.7 +a06a959db9c3174d21f75c8caeb3cea8706130aa 77 0 1 0 1 525a5ce84da027bd4f97155c6bf4a27347b0a7f1 1 4692.97 +a0e8f5df9d5425afbf2ff44549364f83aae66e49 33 0 1 0 2 4210a1caecbf413488171b2418d2154970c5b03a 1 880.337 +a1bf5c8957ea202da6300907fb961a764e87df78 65 0 0 1 4 aa5b243e4e63d030391181ef694a4752e1ab6ea9 1 1479.27 +a339d057658587a9b2e5edcd676a982448db336a 48 0 1 0 4 a00906209f5db174a327dbaaeb1a0bcfcc3335c8 1 5483.97 +a4aa5227876ee8bf27841b1a5b495e02ba0370f8 1 0 0 0 4 a6fa23204f6b9771eed772995e1906817471a131 1 4692.88 +a5266704713d9426cb0cde7a9e29f52b411a26c7 8 0 1 1 2 ab3d019805ff5a9db97424239ea50eb05e862a9c 1 23872.8 +a5cbe6463a1c8fe33d8d2f3d7ee9e65d30a9e402 17 0 1 0 1 7fcbb54585322e4b72889a6225c964fc2f035253 1 24542.8 +a683498a025f415d9a85f21e3387c20ed3a88a7a 13 0 0 1 4 453d97fe7163bc3a54ae1925f53e808ea2743a79 1 2695.18 +a6c200aae1811b6c6fa1af0c78bb4c2909346485 23 0 1 0 4 583f93440db2bd4f46f304b758ec859b8d11a85f 1 21447.5 +a866e6f47eabc7a740be5df0aabc452c432e4407 23 0 1 1 4 8f3b5e17929b45984101592d0f0fcb8e47d68770 1 21437.8 +a8fe6c0fcc90eb22e5cc077e69801b272cd7e3ec 1 0 1 1 4 8e0c743b46beb34191afc14c7f96616bd07666e1 1 4709.89 +a9a29468aa3b04c45c3a446dba4acef55daa6a0d 13 0 1 1 4 b86b25ce4ff9193b3f3b98e9b5bdf24c37aae3e6 1 2695.19 +a9fb03be113af02e75e217a1260d09d33c90eefe 34 0 1 0 1 3bd333f57463da36337ab8dcb76e5315e041ef03 1 21546.1 +aa2dc585fbac269cf6d965626e9d2861e1575c82 50 0 1 0 4 1cd0dbb46053bd835968946ec5c71c4bf45ced8d 1 133061 +abd9213705cd8d5b224148d0abf9f2329ea563b2 27 0 0 1 2 81d53472f009084fa604b108496cc5cce881e0ab 1 4419.88 +ac308f1c7329bdd6b089c3b87b89e8eec0dab8bd 87 0 0 0 3 b1d0fc924820987c08bdde2f34fca3dd3c9ddd30 1 9530.84 +accb320964eaf74e7edf65f05744a5ea47f20a0d 43 0 1 0 2 1d34bfda86be34ef1979b15c0d59bd60dbbd438c 1 1689.59 +ad4c554aa4a0a9897c953c0c3426a9c11081059a 67 0 1 0 4 2da4625025cdaad8b78fc9075b0db24aa278835a 1 146738 +ad7ecc327c5ca1806d7934a1292c95ee252ec3a4 64 1 1 0 NA bf849fe42d9053f4a9519d730b437aff0ecb1250 1 NA +ae05521c00e8f2a2cbb82fdd2c323e81e4f2045c 109 0 0 0 1 0eecae2aa19bff80ede47fd686e82da9c1f07eff 1 162051 +af6a168eced84b18e57938e4b4982d7e13b56802 90 1 0 0 NA 7b29b473bafe21f71cb38aad845184d643904069 1 NA +b067fd18ce587fc70d18910dbe4388178c612b8c 3 0 1 1 4 9d87c740f18d09d6d231d09666ee68b49c52d94d 1 8444.24 +b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 89 1 0 0 NA 61e92acc217f80ef809fb58a8292b496be47f0eb 1 NA +b181541108230bb197c53e6275d51daba692600b 84 0 0 1 2 9b2d5b34a944e04c9808faf010b4966de631c44b 1 1243.91 +b1f9b9406b8ae5c1a958294559bb3535d8720222 101 0 0 1 2 50ae6020071a572463658afd3dfc65690da8b02f 1 1411.8 +b208e27126d664176060d5eb42362b601f69a8bc 30 0 0 0 4 cff5e4da62dbe163a62fba8f0fd9755c36b142eb 1 15362.7 +b46369492d85bc97438b4dc69140776bbf181c54 48 0 1 1 4 cc17de19785f1e34c388b6a7f941ccc24c84a4b1 1 5478.57 +b5ab30697028f0301bb78a5db51832564c34d78b 9 0 0 0 2 74095673b47749cf1b1f98662cf35dba15432d25 1 30624 +b5f469f3b325f85ac60eabef2e8bef5884b9dc8a 110 0 0 0 1 64b85c43fbd406570da3821112c6bfd9e32b9b5d 1 6837.53 +b64338969c33ec0a01b49323e108f4dd9abcf932 2 0 1 0 2 a5f712f776db380c552996ca0f509e53313ec327 1 1232.07 +b70f4a3f272c6057034bc965e86a4e045343db0a 91 0 1 1 1 47f078ab7a8fb653bb53ec6bc4d8fc237a56d1de 1 1257.69 +b8936298382fcc4bb516b58ed78faab77e5f65ec 16 0 1 0 5 1e7ddfa5f6d1aba8ca0d4d5dfbe4c81ffea70df4 1 1902.5 +b91bc5bbe8a6c93572deeef96fb7ec2c81985a0e 86 0 1 0 2 c1979611ad6b90bcb13d4d6edb39d4977a451a6b 1 922.373 +b92f1e7564815cc9e9a223f51c49d48605a0d360 14 0 0 0 2 381f9f36806d0700b56587104875a8812d8a8097 1 797.455 +b9a397ad12dfafb3434dc5f878b6c06add37acff 63 0 1 1 2 e12501f3ef4be022770f869a201b2fc962f50d34 1 677.583 +ba1449c0bbaf127c29fac58ab8469b2b04af88fb 62 0 1 0 1 ba38cbc58ac19831cdfe2ad3592655822c353a04 1 13212.9 +ba2dad6b42c0ee3d4f2d79864eca764d505ea540 87 0 0 1 3 afb173c5e7eac6420b9be94f19057e1fc8b1acdb 1 9535.13 +ba9fa4587341ce1532b19bb791cd9c211f3c4cff 99 0 1 0 4 6905543aab766fc8a6b24e555008ee5f7c53402c 1 15987.7 +bb58763d4784fbcf7b74c034c25b82e2ad1d5529 75 0 0 0 4 ff97d164711c992f8d4d344770a8cd54b2cd978b 1 6284.08 +bbac9c8e2d90f2ac6a114d59e9230ed76874e50b 41 0 0 0 1 6ea5c519e72a92e03997d323e6dae5828434cb28 1 3296.34 +bbbdfee9bdb7a292f39e93ba1115502cb42a0e65 28 0 1 0 1 770f6c7780078c1c258b5d67be43e0bfc6b8084a 1 18212.4 +bbf3138e02ea5d33a4f6356dab8e4bd3cda85048 101 0 0 0 2 c99b660ccd378dee55bca66ae42d56947b297b3c 1 1382.24 +bc2a99e9b0e7aa32fcb6dda59a12fab1830dc4ae 88 0 0 1 4 aa353853cc44c6260b7d484d9e72ac0e0da3958c 1 12068.8 +bcb7a64cd66fd665ddb5d5fe1a0c97e8a5a7ae5c 104 0 0 1 2 f0cfa55b178ab4cbcedc81a1f910c1da491c6d80 1 2263.98 +bdb6e8cfd4696b43d0fd168b1e1962adef887a44 25 0 0 1 4 b41848669e0e7dcf93371d91def048a2e7817158 1 37553.1 +be801b066d98ced83604dd904a42f2e405b1c8b4 91 0 0 0 1 506e7dbd27561482b27b75c78a3c81d50cd58e60 1 1249.42 +bea89bdfe6baaf05339b0761127617f6435d5470 30 0 1 1 4 2bf8761ec151c511a500c29f1143672c3fc124f6 1 15466.3 +bec002be47f5af1f544657a679756506ddcfcbf5 63 0 1 0 2 962690e2276abd64e6b57c3d7b53648399d7dfc2 1 661.063 +bf17cc4b29263ed6e7e6e1a35dc491bf1eef7168 90 1 1 1 NA 55b2cdcd3abdd5732b80a1d2a17e6c3cc582c147 1 NA +bf3c208019fc01ab5e499c436ab8f9d039460337 68 0 1 1 1 2b3ddd241c0072195b976143a6d5782f55c47b87 1 1218.48 +bf5cb82f1851e61d363fa071496fb129cdd0baed 42 0 1 0 4 c85d36efd12d7e7d52ec9e1d8004b6f985aefcfe 1 3043.31 +bfa74a82582338a30af086b16a62b650291bef39 56 0 0 0 4 0a654accae8fa0808f3a58c9eb61d2b625b5d8bb 1 2370.03 +bfc1d94f384e7b05dfaef7eb27024b8293a019ac 65 0 0 0 4 a20187a81f8b0f55fef57d24f5dd7d8a42adb9ef 1 1471.54 +c12bc04670e89bcdbb0713e33799722237d07cac 105 0 0 1 1 159bde6357aa3172187dc61f1730e67277b69971 1 32713.3 +c180b790bceb7f86b3e075f471eff1a60db7fff6 7 0 1 1 2 7651a8a59b8c6fefeb0297167a995d6a2a9cf94d 1 1254.1 +c1edf5665cb5a922f3d932d9e6e76fb80306f129 17 0 1 1 1 d73fa1fb42e92b4860926b003740d8b82bfdb414 1 24548.3 +c238ef87c637115f3a04144fd33c5aa13b4d081d 57 0 1 1 1 bbdd93550509f8de1f8bc32934029190b66b5eaa 1 10962.6 +c288cae552e92290eb84652deb21cdf456ae2c2b 110 0 1 0 1 fcf6e0ea4e148fd11dfd1b66494a37ec7734523c 1 6848.76 +c2ae222f780c623cf28e924905aa5b3547258960 43 0 0 1 2 9150cbd2c05266614efe02c7668137fa958e6c29 1 1689.96 +c2fbab22f2c39ced27ab196e0e6b4846ad7ea48f 36 0 1 1 4 1737dc7211e4a9896c8d261d374513d0039494ab 1 10852.2 +c3d80151d443add981c04f3e746ec8e6cbb5a2f7 92 0 0 1 2 b41bccfd675ed60bd0b30adf592d974e7a991137 1 104187 +c502f54dc554a5eebaec65c05c1012c9abf9fdc8 94 0 0 1 2 641ad5d5e3ccc0afadca40772ef4f595e4c0c649 1 8632.88 +c565ce5813e6264ded4bd82d0994916161936e56 108 0 0 0 4 eaacd00c1ac7c81bc24df66a4dc17ef1bbac80d9 1 4774.11 +c5b4e71b89a6f3cd8f39a18e091ef7e051ee2e81 83 0 0 1 1 54567fd6f542e7f47ded5b3dd5d541971d82d70d 1 2493.91 +c9308cb754a45a11fd23d32fff1da892c6ced507 28 0 0 1 1 2b0c1afd2208a93e8b0fb6c06b00d43ff77b7cba 1 18249.3 +cb5a9603206aa6dbaf957f44faf06d37db456b44 106 0 0 1 1 ed91ba2dfc58bce6393ee4a15015a0d054e0baf2 1 5632.94 +cc8dbec0ec5087f92397342077193788e4d97d9c 108 0 1 1 4 1d4cc449d6bc3a900f04327fd77b5221fd33ad73 1 4917.96 +cce1f4f5fc36b232cc73a5f3ce45e76d2daa5470 34 0 0 0 1 5a9c1e3a749f08075b43e7a3aaf0969eda42c19a 1 21516.9 +cd7d7480035e99435fdf1ae2028358cca9e03144 29 1 1 0 NA 4b62a684ff4b17fb53b9ab09ca25a1b6bd2ac68e 1 NA +cdc6ec58f7c330375920ea188c683ecb029f800b 50 0 0 0 4 9088e1a2c67b6b4787f34fdd479942fcc9415d4e 1 132956 +ceb098b1ab8c00b14646fa230c27b7690ab33c29 72 0 0 0 2 8abcbbde9461792538812e433e73c63fe50e6196 1 7659.22 +cfaa21ec096ef36edfd9a041e8e43fa64cb10012 86 0 0 1 2 a4a7359242ef078c928578072fc4347e13bc5d7d 1 920.393 +cfd5e7d9cb7cb885c9fce61da40c04e947b370c6 46 0 1 0 1 4e208838c26ae1276161eb55f724ef6c96a85b5c 1 223748 +cff7ce9992dde456e5478f98b4f54a3cf43637bd 35 0 0 0 1 7f0c8fe26afafb00e7a6573de3762d064e7decba 1 12337.2 +d08d24152a4f1ba258c549ed4f69eddb392faa49 31 0 0 0 5 7d8ab6430240edcfa6132ac0a7bbb1d3089861de 1 2706.4 +d08e2df868cd5e62f2d137617903e1d72a070dd3 27 0 0 0 2 ee8bec6eeee944c6cf18a8359bd2968f5db45073 1 4384.42 +d0ac975289a04f4c497eee7373772c2f85e36ef8 5 0 1 0 4 bf249908ab3f4f928a775feec019da9abd689731 1 8062.29 +d0c35402c9ff4c406808bc4b014c8a6082b70650 77 0 0 0 1 78ee97fd07a0982b45357871a1e5382f6e00c486 1 4685.12 +d0f570a997badf785665b4f4a6875d73cc306372 31 0 1 0 5 9a4d93677a538a065bef3a1d540cb9a4bd2458ee 1 2706.32 +d249e37bc28dfb3f405611bfcf32de1074677b5b 101 0 1 0 2 04679e9af4418b91a85b6e937915cdb1fe48e4dd 1 1391.45 +d31c937a590e2893103cf7d505997e581eb17682 71 0 0 0 4 222b263d0d7da08a266da10cddc466de01f81236 1 14922 +d322bbf779b2926c4fbbb8b945a606f25255f0b9 106 0 1 0 1 dde3ea965f4b24bc9a0da2c2c213426ac18a824c 1 5625.35 +d369b72555f363f3ca0b0d8e8c1f83b4c9497fd9 16 0 0 0 5 e1a75833d789723d850a9d0473a1f21dbe006e82 1 1901.07 +d3aee1619621ff590f2219b521b88f04c64dc639 49 0 1 0 2 134edf24ba378b82408aaba70a01e9eff45321e8 1 812.089 +d55c3bc81813e1095fa40ee6986052173fa33749 15 0 0 0 2 1b5de49ce20bee4888802c11b5d2e9578ff6bd3f 1 4473.51 +d5bd41bfb8ce0775a0febe5d0b776c228ae10ebe 54 0 0 1 4 4c0e0d18a4db1193d6056e1b9580ee78ff31c2b6 1 2492.31 +d5e12413e3004018302641cc852f9a4684533daa 70 1 0 0 NA cc6d02fab0f7e45e5d5730e9c66f13fb28d6342e 1 NA +d71236d5f28289db09399e2082f3a42259293758 69 0 1 1 2 f372999afcaedbc728024bba0193059eb4786bee 1 1272.85 +d71342fea40a03beca3708a70dfb21250b4c0447 62 0 1 1 1 a5fbafad0d147ae5cd666196e73ca985a057b5cd 1 13222 +d7145815eb238b5847d8f208be6b862ebd2b19bb 14 0 0 1 2 0c174156ade71bd5c5e392cb7076a9e440ba480a 1 797.574 +d7edf6992e16c1ecdbbe2e180bf0f987a223c028 40 0 0 0 1 bb2c541468e647dcbcf2e2501d83b1ef697214ae 1 7516.16 +d814f40c9ccef8ca0869a4c2f143e2665dd376bc 18 0 1 1 4 907f5e1524ac1aeecda9402c2e278b0315f5288e 1 20325.8 +d83cdf967fdccf045ddb004dfddb56c6db23e928 54 0 1 1 4 ead66c4ee229506cc5cfe03ce2358cc611492783 1 2492.2 +d8f43c118571b1e35255744fc6f9aebc98743939 32 0 0 0 1 49c34a1aac9d2df3e1493b237e9ed4048391b7d9 1 14824.7 +dbc48fb5e7dcfa0427845edb48ae871836bd9026 63 0 0 0 2 f64c04bd8a7dcf889182d26ad9a1a0b7031c8269 1 659.39 +dc0746b39fbc2171c4f7ed4b3b8ef9e2fbe1037c 17 0 0 1 1 0d76422a4c7ca518472c489772980665b08950a6 1 24545.4 +dc9bae4621afa67f7774192a9507a77dd69d0bd6 60 0 1 1 4 7a403720ea22be2274e6ecf71635e6361e2b441d 1 4604.76 +dca235dc05840e97a05955c7105b806f12dd8d8e 26 0 1 0 1 d8c0013f9e89541c7a3f457b68f7ad9567aae238 1 6838.6 +dcb88e72ed53c69c7f55038841c0a3779ee3772c 105 0 1 1 1 d19a4053b50bf5bb119b2c0483f9c17885cca1dc 1 32715.6 +dcee3be5b7beb80e6520aa890b264b82ab6a6d3f 3 0 0 0 4 6654075fcb4df9bd97a2f8b447f501869c61832c 1 8446.54 +deb1a2e17d7dde5da7c438046d559f986bb64fcf 81 0 0 0 4 7161f4e558cd55b8e9cb20e87cb6d5a3d86cc8e9 1 10484.8 +df3b69dd23d3bce265625cbec5709999b323b7aa 38 0 1 0 4 b920f440ee8d88c09743e83cefa1171226bc7d24 1 30577.5 +dfdbe0d93127b5d7f219777b613a62235a1ce3ed 19 0 0 0 5 354196436d99bfe8b54171eca9224d459923a554 1 2724.95 +e0bfc776e6a02bc6547d41883bf7294330f09630 93 0 0 1 1 6d7e028de3cb3d4e4214bee7612014f418948055 1 9014.1 +e160ca0a7c73308b8c1a146549bbd4aa5aa98ecb 15 0 1 0 2 d7b7137160fafa09a054525cc2c48094c7294449 1 4380.64 +e1736b039a22d69a8435fe07b794ad83ad00e80f 92 0 1 0 2 5c05cc155267cd12d168ff59c3d40244b0afbf41 1 103916 +e21a4ba8a6c6cb9aa9aa274adf0896df17f8a0f3 112 0 1 0 1 a2e31147dfa7b2799934b40bb2ca8631cd062b52 1 5337.02 +e21f4cc62b1fd5def5ed4b5c4d31f8abb50ca6c1 79 0 1 0 4 5cfcf7abfd69336de78e59b47f2e976a8dca5bf9 1 6492.86 +e23c46daeae3d7e0fcd12ab8b60961d1de64dc4a 77 0 1 1 1 91a547e5434bc91f005d4f27b593f3c157166adb 1 4697.98 +e26145582f20d9c92c9ad2fa693c7c4550ab67c1 107 0 1 0 2 48d2251792b3d87841b46240e1852f2b7b4dd687 1 59982.8 +e3089dcb83e399ba20fda8dac9a706f170999c86 108 0 1 0 4 5ebd80b9eb27e6453e9de0a84920d497c32abfbe 1 4846.94 +e3219d66ba1f73b8e71345a05f1e1a8f37c9048b 97 0 0 0 5 2290e13726211228b446e53290d6e08918ecb2f3 1 23021.7 +e44dbf981243526face8c6ffd3f99142f7132374 15 0 0 1 2 d0f2ae9be9e29432dedb25ee9955f800bc22dd2e 1 4076.91 +e492a9e9b9d46379051e29381e1af5b01a7d38e3 101 0 1 1 2 b3a0f97a9d6298605b1ea35fdb027d99d76ab8f2 1 1411.96 +e53442a6239d8b64c59cedc9d2736d1f2a85655f 98 0 0 0 4 0db10a81595960eaac9caa58085c825ba96e32fc 1 136287 +e5cb51fa1e128b48ec74e6f5b4adbcbf3521cc5f 37 0 0 1 1 08847d51a7a7af816b6d80a8396bb1bd1c51a5a7 1 35526.1 +e5d2db99078a4ce336c9668b697c2f7194fda30a 99 0 0 1 4 9599cb29d2aa2213caa0ab6f9389ef1535d8c0ff 1 16009.5 +e6e0df80f99523ff42ffb0f3fadd1f0965ec293f 76 0 1 0 1 52f3dbc8d32aeb5c62ee9f713620cdf1fd62ab29 1 6412.14 +e91ff985101aa3a5fd04f9b8743f28074e0677d3 81 0 1 0 4 501152e9d9598e9118a6421f401bba5fc77b5074 1 10499.6 +e9ce055041b639b85143ce17b7caaa8a88af2c2e 18 0 1 0 4 d320be834da3244284fc5a137d90f9659f0cc632 1 20296.2 +ea9b65940ed53ac5838061a0c5dbda0d26c141e6 55 0 0 1 4 3ea8e9ed67aa269634be6a6aa8da3ac5d57b796d 1 15291 +eaf13f31c47cf21747e885fbe9c787a4bd1c0254 4 0 0 1 2 2f2d82a8458ae3ca408a83bdf119eb5a50bfded7 1 5192.99 +eaf31055c7b4573e82f060b54d4fa001bfe7dc42 88 0 1 0 4 0b5c4603a277666b8237f1bf4932fbfaf086ba7b 1 12026.1 +eb08ef1e285d9eb4b943589854dc88e77ace8aef 23 0 0 0 4 0e7ff174c4f1d60767b07d693e2c0768413051d7 1 21324.7 +ed37c243147f945bfc5d14e1cd7a9d13412e8d3a 75 0 0 1 4 ef9a0f0a17072af229ccd3564e02ad02d1fb8654 1 6291.46 +ed480de5bf3dcc5d4284c655e88ba305c86c52cd 53 0 0 0 4 dc42eee98cbfaadaa6a6355384aed23c08ad0bfc 1 8456.93 +ee803260616a3869eb897e9dbd676cddcd16f546 104 0 1 1 2 416ad9f5264cc7964a83ca10c9fbee28dad24ff2 1 2261.68 +ee8d756459b4e25f7f6912fb6d82a868148d5b90 47 0 1 0 4 cf5a822fc28504ec31105c04d5ade6504ad6e51b 1 86819.9 +ef2230fedf1e0d489325f030bebb25dfe23ba7aa 109 0 1 1 1 61a9bfc64fe59eb2530c1e76ca69afce0b97ddab 1 162309 +ef2b57d2ea961e4459f52fb94fd35d853d5d2cb8 33 0 0 0 2 ef760ce3f033dcffc0a001ad59054274fd276dad 1 878.933 +f0f7b94b563f6840c3656b7c066a8ac9cbc4d178 112 0 0 0 1 44f5b9a27893937c82ffca805ff09fe46798d032 1 5336.13 +f12216581b7fdc4db2df2a2a4e458febaad7e54e 1 0 0 1 4 1b337e27db4ad8d65b3aa9f967e663690c3946a0 1 4709.46 +f237128fd14f71cec9eebbfb1530f6cfe669325e 6 0 0 0 4 945cb179a7228629b974b0210cd6ec2985186736 1 40074 +f2c33e3bdecde54ec26f92362dcda1729b56fbf7 74 0 0 1 4 d55e31a00dfca1744a73577a645613e7ec1372c9 1 78453.8 +f3cca09fcaad90e05d6c99559b2e2587d9982d17 67 0 0 0 4 5bc347b47559da0d7c62ca8a6db3aa0f640076d0 1 146607 +f3e1d6cfd07c95f3d9936b63571f7222cba82b0c 38 0 1 1 4 012fb9aad4675c4baa4f5f3db0dea136f84fc8e3 1 30610.4 +f42276f30a35503b0b9a254020be0696ae327905 33 0 0 1 2 135be5d370ea74d7c283f6faad7f5fd833e97f3d 1 884.482 +f49992e364ea1713ca04a5e6a66fac45cabfd0d8 11 0 1 1 5 711a6de63e515e24931c44e447719b62a27576a5 1 14424.5 +f546ca91d1595504128d54c44138ef0d929f9f0c 73 0 0 1 4 dca2f4baa6c54cc435522e14a0c0047aa8c1f8eb 1 8011.92 +f76f6a390dcac4e466914ba1af10d8c234fac632 53 0 1 0 4 7f129290407b8e47696d6c3b59e9423bd5acadd1 1 8478.07 +f79c0848f96c5fe5e0d46690ce1c009f36c87a7d 113 0 1 0 5 e27c06362683e3bfc55b791a73823fc9cfbe57f4 1 84330.6 +f80303f72ccc3a37c49fbd02110d5fe8a5398d7f 11 0 1 0 5 c38b3159da741e73b00aa58469cf0eba5b52165a 1 14420.7 +f870a60d43e61b0756b3d484fbe5b19ca53bef48 29 1 0 0 NA e035825ded33b5474dc53c024cceb78665f00a3e 1 NA +fa205799e4cf7cbb0d5ad3a36a1e70f2582c6f97 9 0 1 1 2 c2d296e659834bf6af80db60556f271e9c15a466 1 30683.9 +fa6e52586a6d67d538cd5b179fb8ea7e578a62b2 98 0 1 0 4 a9df8bb6c7bafc115d9746b337c7c19db356a90c 1 136649 +fb18ef4f69b9f05ac4dad817fa605a515e810dc2 71 0 1 1 4 1c0e9aa382c60dafef5fe940204c275f8f8ed35d 1 14903 +fb89e3e9449e537e52e8fb45d559faf3274c7f26 43 0 1 1 2 3f4302f38dff36cbc223de795880d96e05288855 1 1689.52 +fbdd47bc5a324f13dce24db29cc0f3ed5cd68a5c 20 0 0 1 4 7e2a4860b992f62bbed7e5067e9e975237cd32ee 1 2299.89 +fc4608a9294fe6e005d713b6a15f6bf67604fd06 100 1 0 0 NA 4d55856b3e9aa561bf0e7305e6a02a9aac5fe339 1 NA +fc48bd34232b627732e407f28b9842b408a5fb97 69 0 0 1 2 15bd3d88cdeae71e9c9e2bcb3b2dced540189480 1 1273.14 +fdae76b494dbd0612d322f92c38e50b39d96a347 109 0 1 0 1 dd0c77250581f9cd7597e756cf38da8a840b0702 1 162212 +fdb8661f101d181e2b3370da1993cba602b11a17 28 0 0 0 1 3ee8f86f9fda63ac153c2303daeb15afb43e0389 1 18233.1 +fed35b5ac3a447c9e052324d405ad042251c1efb 70 1 1 1 NA 6b2329a32c186d035b87bf53a6d8647ba94dd342 1 NA +fee66a08131b8425fcb126f2f7d604d995b9ca2c 4 0 0 0 2 29077cf6adc37618e68a0b1dcf573a63c66de0b1 1 5128.78 +ffb0f3581d8c7829b34504d014ae19216737b149 10 0 1 1 1 d4074edbbb179c48c4c177232d65bed1d17ea7fb 1 7097.21 diff --git a/inst/results/meta.yml b/inst/results/meta.yml index 538483f..fd925b0 100644 --- a/inst/results/meta.yml +++ b/inst/results/meta.yml @@ -1,159 +1,100 @@ ..generic: - git2rdata: 0.4.0 + git2rdata: 0.5.2 optimize: yes NA string: NA sorting: analysis - hash: e67aef470f6aed259ddfe60722fccc87abfa042e - data_hash: 485e6d3fc42509b00f8a4a1fd944bfed0d230b57 + hash: d5d627e772110659c5858415d21283355df3d99f + data_hash: 91cd3b3bd4c194a523daef6bf98e977dc255796d + name: meta + title: Metadata on the analyses analysis: class: character + description: Unique identifier of the analysis speciesgroup: class: factor labels: - Aalscholver - Appelvink - - Baardgrasmus - - Baardmannetje - Bergeend - Blauwborst - - Blauwe kiekendief - Blauwe reiger - Boerenzwaluw - - Bontbekplevier - - Bonte strandloper - Bonte vliegenvanger - Boomklever - Boomkruiper - Boomleeuwerik - Boompieper - - Boomvalk - Bos - Bosrietzanger - - Bosuil - Braamsluiper - Brandgans - Bruine kiekendief - - Buidelmees - Buizerd - Canadese gans - - Casarca - Cetti's zanger - - Common Redpoll - Dodaars - - Dwergstern - Ekster - - Engelse gele kwikstaart - - Europese kanarie - Fazant - Fitis - - Fluiter - Fuut - Gaai - Geelgors - Gekraagde roodstaart - Gele kwikstaart - Generalist - - Geoorde fuut - Gierzwaluw - Glanskop - Goudhaan - - Goudplevier - Goudvink - Grasmus - Graspieper - - Graszanger - Grauwe gans - - Grauwe gors - - Grauwe klauwier - - Grauwe vliegenvanger - Groene specht - Groenling - Grote bonte specht - - Grote gele kwikstaart - - Grote karekiet - Grote lijster - - Grote stern - Grutto - Halsbandparkiet - Havik - Heggenmus - Holenduif - - Hop - Houtduif - - Houtsnip - Huismus - Huiszwaluw - Ijsvogel - - Indische gans - Kauw - - Keep - - Kerkuil - Kievit - - Klapekster - Kleine bonte specht - Kleine karekiet - Kleine mantelmeeuw - - Kleine plevier - - Kleine zilverreiger - - Kluut - Kneu - Knobbelzwaan - Koekoek - Kokmeeuw - - Kolgans - Koolmees - Krakeend - - Kramsvogel - - Krooneend - - Kruisbek - Kuifeend - - Kuifleeuwerik - Kuifmees - Kwartel - Landbouw - - Lepelaar - - Lesser Redpoll - - Mandarijneend - Matkop - Meerkoet - Merel - Middelste Bonte Specht - - Monniksparkiet - - Muskuseend - Nachtegaal - - Nachtzwaluw - NARA2020 - Nijlgans - - Oehoe - - Oeverloper - Oeverzwaluw - - Ooievaar - - Orpheusspotvogel - - Paapje - Patrijs - - Pijlstaart - Pimpelmees - - Porseleinhoen - Putter - - Raaf - - Ransuil - Rietgors - Rietzanger - Ringmus - - Rode wouw - Roek - - Roerdomp - Roodborst - Roodborsttapuit - - Rouwkwikstaart - Scholekster - - Sijs - - Slechtvalk - - Slobeend - - Smient - - Snor - - Soepeend - - Soepgans - Sperwer - Spotvogel - Spreeuw @@ -161,47 +102,30 @@ speciesgroup: - Staartmees - Stadsduif - Standvogel - - Steenuil - - Stormmeeuw - SubSaharaMigrant - Tafeleend - - Taigaboomkruiper - - Tapuit - Tjiftjaf - Torenvalk - Tuinfluiter - Tureluur - Turkse tortel - Veldleeuwerik - - Velduil - Vink - - Visdief - - Vuurgoudhaantje - Waterhoen - - Waterral - - Watersnip - Watervogel - - Wespendief - Wielewaal - Wilde eend - Winterkoning - Wintertaling - Witte kwikstaart - - Woudaap - Wulp - Zanglijster - Zilvermeeuw - - Zomertaling - - Zomertortel - - Zwaangans - Zwarte kraai - Zwarte mees - Zwarte roodstaart - Zwarte specht - - Zwarte wouw - - Zwarte zwaan - Zwartkop - - Zwartkopmeeuw index: - 1 - 2 @@ -316,92 +240,17 @@ speciesgroup: - 111 - 112 - 113 - - 114 - - 115 - - 116 - - 117 - - 118 - - 119 - - 120 - - 121 - - 122 - - 123 - - 124 - - 125 - - 192 - - 126 - - 127 - - 128 - - 129 - - 130 - - 131 - - 132 - - 133 - - 134 - - 135 - - 136 - - 137 - - 138 - - 139 - - 140 - - 141 - - 142 - - 143 - - 144 - - 145 - - 146 - - 147 - - 148 - - 149 - - 150 - - 151 - - 152 - - 153 - - 154 - - 155 - - 156 - - 157 - - 158 - - 159 - - 160 - - 161 - - 162 - - 163 - - 164 - - 165 - - 166 - - 167 - - 168 - - 169 - - 170 - - 171 - - 172 - - 173 - - 174 - - 175 - - 176 - - 177 - - 178 - - 179 - - 180 - - 181 - - 182 - - 183 - - 184 - - 185 - - 186 - - 187 - - 188 - - 189 - - 190 - - 191 ordered: no + description: Name of the species or species group composite: class: logical + description: TRUE indicates a species group, FALSE a species cycle: class: logical + description: TRUE indicates a three year cycle, FALSE yearly cycle linear: class: logical + description: TRUE indicates a linear trend, FALSE a nonlinear trend family: class: factor labels: @@ -417,16 +266,17 @@ family: - 4 - 5 ordered: no + description: Statistical distribution used in the analysis status_fingerprint: class: character + description: Status fingerprint of the analysis status: class: factor - labels: - - converged - - insufficient_data - index: - - 1 - - 2 + labels: converged + index: 1 ordered: no + description: Status of the analysis waic: class: numeric + digits: 6 + description: Wantabe-Akaike Information Criterion diff --git a/inst/results/moving_trend.tsv b/inst/results/moving_trend.tsv index 9bba6e4..daa7920 100644 --- a/inst/results/moving_trend.tsv +++ b/inst/results/moving_trend.tsv @@ -1,2689 +1,3605 @@ analysis midpoint window estimate lower_confidence_limit upper_confidence_limit -193 2007.5 2 -0.4585 -1.0434 0.1264 -193 2008.5 2 -0.3266 -0.945 0.2919 -193 2009.5 2 0.8561 0.303 1.4091 -193 2010.5 2 1.087 0.7191 1.4549 -193 2011.5 2 0.2769 -0.0365 0.5903 -193 2008.5 4 -0.0113 -0.1904 0.1677 -193 2009.5 4 0.5706 0.3904 0.7508 -193 2010.5 4 0.7747 0.5889 0.9605 -193 2009.5 6 0.368 0.2774 0.4587 -194 2007.5 2 0.0465 -0.2593 0.3523 -194 2008.5 2 0.145 -0.1613 0.4512 -194 2009.5 2 0.2585 -0.096 0.6131 -194 2010.5 2 0.1656 -0.1059 0.437 -194 2011.5 2 0.0307 -0.2508 0.3123 -194 2008.5 4 0.1497 -0.0181 0.3174 -194 2009.5 4 0.197 0.0238 0.3702 -194 2010.5 4 0.1532 2e-04 0.3063 -194 2009.5 6 0.1487 0.0277 0.2697 -195 2007.5 2 0.2084 0.0817 0.3351 -195 2008.5 2 -0.1313 -0.2751 0.0124 -195 2009.5 2 -0.0185 -0.1671 0.1301 -195 2010.5 2 -0.3791 -0.5367 -0.2216 -195 2011.5 2 -0.0511 -0.2562 0.1541 -195 2008.5 4 0.0044 -0.0429 0.0518 -195 2009.5 4 -0.1605 -0.2136 -0.1074 -195 2010.5 4 -0.1725 -0.2428 -0.1022 -195 2009.5 6 -0.099 -0.1355 -0.0624 -196 2007.5 2 0.1383 0.0202 0.2564 -196 2008.5 2 0.1429 0.0225 0.2632 -196 2009.5 2 0.1171 0.0035 0.2308 -196 2010.5 2 -0.0083 -0.117 0.1004 -196 2011.5 2 0.0255 -0.0914 0.1425 -196 2008.5 4 0.1338 0.0835 0.184 -196 2009.5 4 0.0872 0.0419 0.1325 -196 2010.5 4 0.0395 -0.0082 0.0872 -196 2009.5 6 0.0843 0.054 0.1146 -197 2009.5 6 -0.002 -0.0166 0.0126 -197 2010.5 6 -0.0042 -0.0185 0.01 -197 2011.5 6 -0.0128 -0.0274 0.0017 -197 2012.5 6 -0.0049 -0.0197 0.0099 -197 2013.5 6 -0.025 -0.0399 -0.0101 -197 2014.5 6 -0.0336 -0.0488 -0.0184 -197 2015.5 6 -0.0415 -0.0562 -0.0268 -197 2016.5 6 -0.0348 -0.0499 -0.0197 -197 2017.5 6 -0.0244 -0.0393 -0.0095 -197 2018.5 6 -0.0069 -0.0214 0.0076 -197 2019.5 6 -0.0213 -0.0369 -0.0057 -197 2020.5 6 -0.0251 -0.041 -0.0092 -197 2012.5 12 -0.0175 -0.0226 -0.0125 -197 2013.5 12 -0.0231 -0.0283 -0.018 -197 2014.5 12 -0.0211 -0.0263 -0.0159 -197 2015.5 12 -0.0216 -0.0268 -0.0163 -197 2016.5 12 -0.027 -0.0326 -0.0214 -197 2017.5 12 -0.0274 -0.0331 -0.0216 -197 2015 17 -0.0207 -0.0239 -0.0174 -198 2007.5 2 0.0984 0.0579 0.139 -198 2008.5 2 0.1065 0.0644 0.1486 -198 2009.5 2 -0.0312 -0.0725 0.01 -198 2010.5 2 -0.0244 -0.0642 0.0154 -198 2011.5 2 -0.0635 -0.1115 -0.0155 -198 2008.5 4 0.0628 0.0493 0.0762 -198 2009.5 4 0.0121 -0.0018 0.026 -198 2010.5 4 -0.0382 -0.0545 -0.0219 -198 2009.5 6 0.0157 0.007 0.0245 -199 2007.5 2 0.0345 -0.0894 0.1584 -199 2008.5 2 0.0053 -0.1109 0.1214 -199 2009.5 2 0.0071 -0.1079 0.122 -199 2010.5 2 0.0311 -0.0863 0.1485 -199 2011.5 2 -0.0137 -0.1434 0.116 -199 2008.5 4 0.0146 -0.0388 0.0679 -199 2009.5 4 0.0137 -0.0376 0.065 -199 2010.5 4 0.0105 -0.0473 0.0683 -199 2009.5 6 0.0131 -0.0249 0.0511 -200 2007.5 2 -0.0374 -0.177 0.1021 -200 2008.5 2 0.0408 -0.0933 0.1748 -200 2009.5 2 0.1434 0.0066 0.2803 -200 2010.5 2 0.1243 -0.0053 0.2539 -200 2011.5 2 -0.0659 -0.2217 0.0898 -200 2008.5 4 0.0481 -0.0022 0.0984 -200 2009.5 4 0.1069 0.0495 0.1642 -200 2010.5 4 0.073 0.0143 0.1316 -200 2009.5 6 0.0598 0.0257 0.094 -201 2007.5 2 -0.0393 -0.0857 0.0071 -201 2008.5 2 -0.2001 -0.2528 -0.1474 -201 2009.5 2 -0.1252 -0.1779 -0.0725 -201 2010.5 2 0.1058 0.0548 0.1569 -201 2011.5 2 -0.0154 -0.0767 0.0458 -201 2008.5 4 -0.1294 -0.146 -0.1127 -201 2009.5 4 -0.0783 -0.0955 -0.0612 -201 2010.5 4 1e-04 -0.0207 0.021 -201 2009.5 6 -0.0615 -0.0725 -0.0506 -202 2009.5 6 0.1018 0.0838 0.1199 -202 2010.5 6 0.0799 0.0624 0.0975 -202 2011.5 6 0.0499 0.0322 0.0676 -202 2012.5 6 0.0378 0.0203 0.0552 -202 2013.5 6 0.039 0.0217 0.0564 -202 2014.5 6 0.0375 0.0201 0.0548 -202 2015.5 6 0.0333 0.016 0.0505 -202 2016.5 6 0.0438 0.0266 0.0611 -202 2017.5 6 0.0164 -7e-04 0.0336 -202 2018.5 6 0.0153 -0.0011 0.0318 -202 2019.5 6 0.0448 0.0277 0.0619 -202 2020.5 6 0.0224 0.0049 0.04 -202 2012.5 12 0.0577 0.0514 0.064 -202 2013.5 12 0.048 0.0419 0.0542 -202 2014.5 12 0.0387 0.0324 0.0449 -202 2015.5 12 0.0314 0.0252 0.0377 -202 2016.5 12 0.0343 0.0279 0.0407 -202 2017.5 12 0.03 0.0235 0.0365 -202 2015 17 0.0443 0.0403 0.0482 -203 2009.5 6 0.0245 -0.0023 0.0513 -203 2010.5 6 0.0158 -0.0094 0.041 -203 2011.5 6 -0.0057 -0.0301 0.0186 -203 2012.5 6 -0.0277 -0.0532 -0.0022 -203 2013.5 6 -0.0431 -0.071 -0.0152 -203 2014.5 6 -0.0345 -0.0609 -0.008 -203 2015.5 6 -0.0102 -0.0347 0.0143 -203 2016.5 6 0.0067 -0.0187 0.0321 -203 2017.5 6 0.0164 -0.0097 0.0425 -203 2018.5 6 0.0207 -0.0051 0.0466 -203 2019.5 6 0.0103 -0.0151 0.0358 -203 2020.5 6 9e-04 -0.0267 0.0284 -203 2012.5 12 -0.0077 -0.0186 0.0031 -203 2013.5 12 -0.0086 -0.019 0.0019 -203 2014.5 12 -0.0089 -0.0194 0.0015 -203 2015.5 12 -0.0085 -0.0191 0.002 -203 2016.5 12 -0.007 -0.0179 0.0039 -203 2017.5 12 -0.0021 -0.0136 0.0094 -203 2015 17 -0.0031 -0.0103 0.0041 -204 2007.5 2 0.0862 -0.1174 0.2898 -204 2008.5 2 0.0985 -0.0962 0.2932 -204 2009.5 2 0.2156 0.0348 0.3965 -204 2010.5 2 6e-04 -0.1679 0.1692 -204 2011.5 2 0.1128 -0.0838 0.3093 -204 2008.5 4 0.1299 0.0613 0.1986 -204 2009.5 4 0.116 0.0512 0.1808 -204 2010.5 4 0.0988 0.0275 0.1701 -204 2009.5 6 0.1065 0.0641 0.149 -205 2009.5 6 0.0544 0.0205 0.0884 -205 2010.5 6 0.0482 0.014 0.0825 -205 2011.5 6 0.0049 -0.0286 0.0385 -205 2012.5 6 -0.015 -0.0476 0.0177 -205 2013.5 6 -0.0303 -0.0633 0.0027 -205 2014.5 6 -0.0142 -0.0467 0.0184 -205 2015.5 6 0.0151 -0.0171 0.0474 -205 2016.5 6 0.0508 0.0185 0.0832 -205 2017.5 6 0.0617 0.0307 0.0927 -205 2018.5 6 0.0659 0.0359 0.0959 -205 2019.5 6 0.0623 0.0319 0.0928 -205 2020.5 6 0.0573 0.0258 0.0887 -205 2012.5 12 0.0118 -0.001 0.0245 -205 2013.5 12 0.0181 0.0059 0.0304 -205 2014.5 12 0.0185 0.0064 0.0305 -205 2015.5 12 0.0208 0.0088 0.0328 -205 2016.5 12 0.0266 0.0142 0.039 -205 2017.5 12 0.0366 0.0236 0.0496 -205 2015 17 0.028 0.0201 0.0359 -206 2007.5 2 0.2483 0.1965 0.3001 -206 2008.5 2 -0.0481 -0.1016 0.0054 -206 2009.5 2 0.0805 0.0278 0.1332 -206 2010.5 2 0.0436 -0.0055 0.0927 -206 2011.5 2 -0.0405 -0.1004 0.0193 -206 2008.5 4 0.0794 0.0621 0.0967 -206 2009.5 4 0.0309 0.0138 0.0479 -206 2010.5 4 0.0294 0.0089 0.0499 -206 2009.5 6 0.0494 0.0384 0.0603 -207 2007.5 2 0.1839 0.004 0.3638 -207 2008.5 2 -0.0496 -0.207 0.1077 -207 2009.5 2 0.0338 -0.1167 0.1843 -207 2010.5 2 -0.1524 -0.3119 0.0071 -207 2011.5 2 -0.0287 -0.201 0.1436 -207 2008.5 4 0.0454 -0.0169 0.1078 -207 2009.5 4 -0.0471 -0.1081 0.0139 -207 2010.5 4 -0.0594 -0.1272 0.0083 -207 2009.5 6 -0.0153 -0.0551 0.0245 -208 2007.5 2 -0.0426 -0.1578 0.0726 -208 2008.5 2 -0.0328 -0.1409 0.0754 -208 2009.5 2 -0.027 -0.1367 0.0828 -208 2010.5 2 0.1647 0.0308 0.2986 -208 2011.5 2 0.004 -0.1088 0.1167 -208 2008.5 4 -0.034 -0.0829 0.015 -208 2009.5 4 0.0288 -0.0129 0.0705 -208 2010.5 4 0.059 0.0096 0.1083 -208 2009.5 6 0.0177 -0.0099 0.0453 -209 2007.5 2 0.0246 -0.1567 0.2058 -209 2008.5 2 -0.1301 -0.3113 0.0511 -209 2009.5 2 0.0042 -0.1633 0.1716 -209 2010.5 2 0.1375 -0.0377 0.3126 -209 2011.5 2 -0.0357 -0.2185 0.147 -209 2008.5 4 -0.0434 -0.114 0.0272 -209 2009.5 4 0.0039 -0.0593 0.067 -209 2010.5 4 0.0455 -0.0278 0.1188 -209 2009.5 6 0.0012 -0.0417 0.044 -210 2009.5 6 0.0335 -0.0167 0.0838 -210 2010.5 6 0.0274 -0.0219 0.0767 -210 2011.5 6 0.0541 0.0049 0.1032 -210 2012.5 6 0.0606 0.0116 0.1095 -210 2013.5 6 0.0587 0.0091 0.1083 -210 2014.5 6 0.0374 -0.0122 0.0871 -210 2015.5 6 0.0404 -0.0101 0.0909 -210 2016.5 6 0.0474 -0.0033 0.0982 -210 2017.5 6 0.0566 0.004 0.1092 -210 2018.5 6 0.0584 0.0049 0.1119 -210 2019.5 6 0.02 -0.0307 0.0707 -210 2020.5 6 -0.0091 -0.0617 0.0436 -210 2012.5 12 0.0442 0.0172 0.0713 -210 2013.5 12 0.0422 0.0155 0.0689 -210 2014.5 12 0.0521 0.0236 0.0807 -210 2015.5 12 0.0532 0.0239 0.0825 -210 2016.5 12 0.0414 0.013 0.0697 -210 2017.5 12 0.0309 0.0023 0.0595 -210 2015 17 0.0385 0.0168 0.0601 -211 2007.5 2 0.0868 -0.0052 0.1788 -211 2008.5 2 0.0072 -0.079 0.0934 -211 2009.5 2 0.0176 -0.0681 0.1032 -211 2010.5 2 0.0751 -0.0117 0.1619 -211 2011.5 2 -0.0186 -0.1116 0.0744 -211 2008.5 4 0.0342 -5e-04 0.0689 -211 2009.5 4 0.0317 -0.0022 0.0657 -211 2010.5 4 0.0297 -0.0087 0.0682 -211 2009.5 6 0.0331 0.0095 0.0567 -212 2009.5 6 -0.0069 -0.0325 0.0188 -212 2010.5 6 -0.0151 -0.0402 0.0101 -212 2011.5 6 -0.0583 -0.0849 -0.0318 -212 2012.5 6 -0.0702 -0.0984 -0.0421 -212 2013.5 6 -0.0462 -0.0721 -0.0203 -212 2014.5 6 -0.0154 -0.0411 0.0102 -212 2015.5 6 0.0202 -0.0055 0.0459 -212 2016.5 6 0.0462 0.0176 0.0749 -212 2017.5 6 0.0291 0.0026 0.0557 -212 2018.5 6 -0.007 -0.0322 0.0182 -212 2019.5 6 -0.0071 -0.0324 0.0182 -212 2020.5 6 -0.0129 -0.0397 0.0139 -212 2012.5 12 -0.0194 -0.0288 -0.0099 -212 2013.5 12 -0.0161 -0.0254 -0.0068 -212 2014.5 12 -0.0115 -0.0209 -0.002 -212 2015.5 12 -0.0103 -0.0199 -7e-04 -212 2016.5 12 -0.0063 -0.0161 0.0036 -212 2017.5 12 0.0032 -0.0071 0.0135 -212 2015 17 -0.0102 -0.0162 -0.0041 -213 2007.5 2 0.069 -0.2516 0.3897 -213 2008.5 2 0.3661 0.05 0.6822 -213 2009.5 2 0.2194 -0.0633 0.502 -213 2010.5 2 0.0724 -0.2543 0.399 -213 2011.5 2 0.1491 -0.2272 0.5254 -213 2008.5 4 0.2329 0.106 0.3599 -213 2009.5 4 0.2193 0.0776 0.361 -213 2010.5 4 0.1395 -0.0204 0.2994 -213 2009.5 6 0.1878 0.0859 0.2897 -214 2007.5 2 0.0467 -0.1321 0.2255 -214 2008.5 2 0.0189 -0.1499 0.1877 -214 2009.5 2 0.0681 -0.1013 0.2374 -214 2010.5 2 0.0637 -0.1072 0.2345 -214 2011.5 2 -0.0298 -0.2173 0.1576 -214 2008.5 4 0.042 -0.0398 0.1238 -214 2009.5 4 0.052 -0.03 0.1341 -214 2010.5 4 0.0369 -0.049 0.1227 -214 2009.5 6 0.0388 -0.0213 0.0989 -215 2007.5 2 0.0411 -0.146 0.2282 -215 2008.5 2 0.0249 -0.1313 0.1811 -215 2009.5 2 0.0247 -0.1282 0.1776 -215 2010.5 2 -0.0147 -0.1697 0.1402 -215 2011.5 2 -0.0326 -0.2292 0.164 -215 2008.5 4 0.0303 -0.0578 0.1183 -215 2009.5 4 0.013 -0.0581 0.0841 -215 2010.5 4 -0.0085 -0.092 0.0751 -215 2009.5 6 0.0099 -0.0439 0.0637 -216 2009.5 6 0.0473 -0.0657 0.1604 -216 2010.5 6 0.0918 -0.0158 0.1994 -216 2011.5 6 0.0854 -0.0178 0.1886 -216 2012.5 6 0.0692 -0.0314 0.1698 -216 2013.5 6 0.0512 -0.0476 0.15 -216 2014.5 6 0.0823 -0.0119 0.1765 -216 2015.5 6 0.1069 0.0077 0.2061 -216 2016.5 6 0.1233 0.0121 0.2345 -216 2017.5 6 0.0902 -0.0161 0.1965 -216 2018.5 6 0.0204 -0.0709 0.1117 -216 2019.5 6 -0.0706 -0.1776 0.0364 -216 2020.5 6 -0.1 -0.2283 0.0283 -216 2012.5 12 0.0768 0.0229 0.1307 -216 2013.5 12 0.0863 0.0312 0.1415 -216 2014.5 12 0.0836 0.0287 0.1386 -216 2015.5 12 0.07 0.0187 0.1213 -216 2016.5 12 0.0457 -0.0025 0.0938 -216 2017.5 12 0.0259 -0.026 0.0777 -216 2015 17 0.0473 0.01 0.0845 -217 2009.5 6 0.0052 -0.1251 0.1356 -217 2010.5 6 -0.011 -0.1396 0.1177 -217 2011.5 6 0.0146 -0.1054 0.1347 -217 2012.5 6 0.0566 -0.0576 0.1708 -217 2013.5 6 0.0999 -0.0143 0.2141 -217 2014.5 6 0.1335 0.0132 0.2538 -217 2015.5 6 0.1696 0.0367 0.3025 -217 2016.5 6 0.1734 0.0427 0.3041 -217 2017.5 6 0.1335 0.0209 0.2462 -217 2018.5 6 0.0857 -0.0135 0.1848 -217 2019.5 6 0.0351 -0.0606 0.1307 -217 2020.5 6 -0.0178 -0.1265 0.091 -217 2012.5 12 0.0738 0.0084 0.1392 -217 2013.5 12 0.0905 0.0277 0.1532 -217 2014.5 12 0.1008 0.0381 0.1635 -217 2015.5 12 0.105 0.0423 0.1677 -217 2016.5 12 0.1056 0.0416 0.1696 -217 2017.5 12 0.0957 0.0322 0.1591 -217 2015 17 0.0761 0.0311 0.1212 -218 2009.5 6 0.0255 -0.0208 0.0719 -218 2010.5 6 0.0323 -0.0094 0.0739 -218 2011.5 6 0.0276 -0.0129 0.0682 -218 2012.5 6 0.0237 -0.0165 0.0639 -218 2013.5 6 0.0288 -0.0109 0.0685 -218 2014.5 6 0.0367 -0.0014 0.0747 -218 2015.5 6 0.0424 0.004 0.0809 -218 2016.5 6 0.0368 -0.0018 0.0753 -218 2017.5 6 0.0269 -0.0104 0.0642 -218 2018.5 6 0.0117 -0.0244 0.0479 -218 2019.5 6 0.0102 -0.0259 0.0463 -218 2020.5 6 0.011 -0.028 0.05 -218 2012.5 12 0.0307 0.0118 0.0496 -218 2013.5 12 0.0326 0.0147 0.0505 -218 2014.5 12 0.0312 0.0138 0.0486 -218 2015.5 12 0.0265 0.0098 0.0433 -218 2016.5 12 0.0265 0.0097 0.0433 -218 2017.5 12 0.0249 0.0078 0.0419 -218 2015 17 0.0264 0.0141 0.0387 -219 2007.5 2 0.0466 -0.2052 0.2984 -219 2008.5 2 -0.0954 -0.3511 0.1604 -219 2009.5 2 -0.1495 -0.4343 0.1352 -219 2010.5 2 0.0984 -0.1959 0.3927 -219 2011.5 2 0.0047 -0.2719 0.2812 -219 2008.5 4 -0.0688 -0.1947 0.0571 -219 2009.5 4 -0.0573 -0.1713 0.0568 -219 2010.5 4 -0.0038 -0.1294 0.1218 -219 2009.5 6 -0.0297 -0.1128 0.0533 -220 2007.5 2 0.0631 -0.0571 0.1834 -220 2008.5 2 0.1511 0.0276 0.2747 -220 2009.5 2 0.0968 -0.0232 0.2167 -220 2010.5 2 0.1177 -0.0074 0.2428 -220 2011.5 2 -0.1289 -0.271 0.0133 -220 2008.5 4 0.1084 0.0517 0.1651 -220 2009.5 4 0.1193 0.0594 0.1793 -220 2010.5 4 0.0374 -0.0214 0.0962 -220 2009.5 6 0.0769 0.0353 0.1186 -221 2007.5 2 -0.1272 -0.4788 0.2245 -221 2008.5 2 -0.1157 -0.4641 0.2326 -221 2009.5 2 0.1941 -0.1338 0.522 -221 2010.5 2 0.299 -0.0103 0.6082 -221 2011.5 2 -0.018 -0.3608 0.3247 -221 2008.5 4 -0.0262 -0.1471 0.0947 -221 2009.5 4 0.1326 0.019 0.2462 -221 2010.5 4 0.1724 0.0459 0.299 -221 2009.5 6 0.0711 -3e-04 0.1424 -222 2009.5 6 0.1193 0.0478 0.1909 -222 2010.5 6 0.1116 0.042 0.1812 -222 2011.5 6 0.1004 0.021 0.1798 -222 2012.5 6 -0.0166 -0.0897 0.0564 -222 2013.5 6 -0.1062 -0.1783 -0.034 -222 2014.5 6 -0.1149 -0.1876 -0.0422 -222 2015.5 6 -0.0393 -0.1114 0.0327 -222 2016.5 6 0.0574 -0.011 0.1259 -222 2017.5 6 0.1025 0.03 0.1749 -222 2018.5 6 0.0426 -0.0302 0.1155 -222 2019.5 6 -0.0957 -0.1746 -0.0167 -222 2020.5 6 -0.1712 -0.2587 -0.0836 -222 2012.5 12 0.0163 -0.014 0.0467 -222 2013.5 12 0.0216 -0.0079 0.051 -222 2014.5 12 0.0117 -0.0176 0.0409 -222 2015.5 12 -0.0089 -0.0369 0.0192 -222 2016.5 12 -0.0357 -0.065 -0.0064 -222 2017.5 12 -0.0505 -0.0824 -0.0186 -222 2015 17 -0.008 -0.0281 0.012 -223 2009.5 6 0.0296 0.016 0.0432 -223 2010.5 6 0.0078 -0.0056 0.0212 -223 2011.5 6 -0.0022 -0.0157 0.0113 -223 2012.5 6 -0.0167 -0.0303 -0.0031 -223 2013.5 6 -0.0346 -0.0483 -0.0209 -223 2014.5 6 -0.0408 -0.0549 -0.0267 -223 2015.5 6 -0.0264 -0.0402 -0.0127 -223 2016.5 6 -0.0126 -0.0263 0.0011 -223 2017.5 6 0.0039 -0.0104 0.0181 -223 2018.5 6 0.0123 -0.0012 0.0258 -223 2019.5 6 -0.0035 -0.0175 0.0105 -223 2020.5 6 -0.0127 -0.0272 0.0018 -223 2012.5 12 -0.0087 -0.0135 -0.0039 -223 2013.5 12 -0.0117 -0.0164 -0.007 -223 2014.5 12 -0.0151 -0.0201 -0.0102 -223 2015.5 12 -0.0148 -0.0197 -0.0099 -223 2016.5 12 -0.0149 -0.02 -0.0098 -223 2017.5 12 -0.0138 -0.019 -0.0085 -223 2015 17 -0.0085 -0.0115 -0.0055 -224 2009.5 6 -0.0187 -0.0393 0.002 -224 2010.5 6 -0.0214 -0.0418 -0.0011 -224 2011.5 6 -0.0075 -0.0281 0.0131 -224 2012.5 6 0.0187 -0.002 0.0394 -224 2013.5 6 0.0456 0.0253 0.0658 -224 2014.5 6 0.0546 0.0341 0.0751 -224 2015.5 6 0.0604 0.0399 0.0809 -224 2016.5 6 0.0412 0.0211 0.0614 -224 2017.5 6 0.0301 0.0101 0.0501 -224 2018.5 6 0.027 0.0087 0.0454 -224 2019.5 6 0.0392 0.0208 0.0577 -224 2020.5 6 0.046 0.0266 0.0654 -224 2012.5 12 0.0172 0.0099 0.0245 -224 2013.5 12 0.0225 0.0154 0.0297 -224 2014.5 12 0.0308 0.0234 0.0382 -224 2015.5 12 0.0369 0.0294 0.0443 -224 2016.5 12 0.0413 0.0337 0.0489 -224 2017.5 12 0.0426 0.0348 0.0504 -224 2015 17 0.0272 0.0227 0.0318 -225 2007.5 2 -0.2552 -0.3728 -0.1376 -225 2008.5 2 -0.0393 -0.1539 0.0753 -225 2009.5 2 -0.0365 -0.1471 0.0741 -225 2010.5 2 -0.0473 -0.1574 0.0629 -225 2011.5 2 -0.0342 -0.1608 0.0924 -225 2008.5 4 -0.1032 -0.1415 -0.065 -225 2009.5 4 -0.0406 -0.0811 -1e-04 -225 2010.5 4 -0.0401 -0.085 0.0047 -225 2009.5 6 -0.0705 -0.0951 -0.0459 -226 2009.5 6 0.0813 0.0648 0.0979 -226 2010.5 6 0.0369 0.0205 0.0534 -226 2011.5 6 0.0109 -0.0054 0.0271 -226 2012.5 6 5e-04 -0.0156 0.0166 -226 2013.5 6 -0.0036 -0.0196 0.0124 -226 2014.5 6 0.009 -0.0077 0.0256 -226 2015.5 6 0.037 0.0207 0.0533 -226 2016.5 6 0.0281 0.0122 0.044 -226 2017.5 6 0.0278 0.0114 0.0442 -226 2018.5 6 0.0141 -0.0012 0.0295 -226 2019.5 6 -0.003 -0.0189 0.0128 -226 2020.5 6 -0.0272 -0.0438 -0.0106 -226 2012.5 12 0.0297 0.0239 0.0354 -226 2013.5 12 0.0252 0.0196 0.0308 -226 2014.5 12 0.0173 0.0116 0.0231 -226 2015.5 12 0.0124 0.0067 0.018 -226 2016.5 12 0.0095 0.0036 0.0154 -226 2017.5 12 0.009 0.0028 0.0153 -226 2015 17 0.0187 0.0151 0.0223 -227 2009.5 6 -0.0727 -0.136 -0.0094 -227 2010.5 6 -0.0972 -0.1588 -0.0356 -227 2011.5 6 -0.1183 -0.1815 -0.055 -227 2012.5 6 -0.1183 -0.1795 -0.0571 -227 2013.5 6 -0.1049 -0.1662 -0.0436 -227 2014.5 6 -0.0844 -0.1447 -0.0241 -227 2015.5 6 -0.0593 -0.12 0.0014 -227 2016.5 6 -0.0432 -0.1046 0.0181 -227 2017.5 6 -0.0204 -0.0826 0.0417 -227 2018.5 6 -0.0139 -0.0773 0.0496 -227 2019.5 6 -0.0042 -0.0694 0.0609 -227 2020.5 6 -1e-04 -0.0698 0.0697 -227 2012.5 12 -0.0874 -0.1175 -0.0572 -227 2013.5 12 -0.0852 -0.1142 -0.0563 -227 2014.5 12 -0.0755 -0.1029 -0.0481 -227 2015.5 12 -0.062 -0.0885 -0.0356 -227 2016.5 12 -0.0492 -0.0763 -0.0222 -227 2017.5 12 -0.0367 -0.0654 -0.008 -227 2015 17 -0.0608 -0.0804 -0.0412 -228 2009.5 6 0.043 -0.0584 0.1445 -228 2010.5 6 0.0129 -0.082 0.1078 -228 2011.5 6 -0.0186 -0.106 0.0689 -228 2012.5 6 -0.0305 -0.1201 0.059 -228 2013.5 6 -0.0668 -0.1564 0.0228 -228 2014.5 6 -0.0229 -0.1087 0.0628 -228 2015.5 6 -0.0304 -0.1138 0.0531 -228 2016.5 6 -0.0684 -0.1597 0.023 -228 2017.5 6 -0.1134 -0.2011 -0.0258 -228 2018.5 6 -0.1407 -0.2205 -0.0609 -228 2019.5 6 -0.1879 -0.2845 -0.0913 -228 2020.5 6 -0.1531 -0.2559 -0.0502 -228 2012.5 12 -0.0131 -0.0476 0.0213 -228 2013.5 12 -0.0305 -0.0649 0.0039 -228 2014.5 12 -0.0573 -0.0906 -0.0241 -228 2015.5 12 -0.064 -0.098 -0.03 -228 2016.5 12 -0.1021 -0.1392 -0.065 -228 2017.5 12 -0.0972 -0.135 -0.0595 -228 2015 17 -0.0605 -0.0839 -0.0371 -229 2007.5 2 0.0344 -0.1732 0.242 -229 2008.5 2 0.0564 -0.1503 0.263 -229 2009.5 2 -0.0534 -0.2562 0.1495 -229 2010.5 2 -0.1181 -0.3499 0.1137 -229 2011.5 2 0.1583 -0.0845 0.4011 -229 2008.5 4 0.0169 -0.0622 0.096 -229 2009.5 4 -0.0398 -0.1357 0.0561 -229 2010.5 4 -0.0158 -0.1067 0.0751 -229 2009.5 6 -3e-04 -0.056 0.0554 -230 2007.5 2 0.2176 0.1203 0.3149 -230 2008.5 2 -0.0951 -0.1897 -5e-04 -230 2009.5 2 -0.0591 -0.151 0.0328 -230 2010.5 2 -0.0893 -0.1825 0.0039 -230 2011.5 2 -0.0723 -0.1877 0.043 -230 2008.5 4 0.0095 -0.0225 0.0415 -230 2009.5 4 -0.0789 -0.1126 -0.0453 -230 2010.5 4 -0.0751 -0.1158 -0.0345 -230 2009.5 6 -0.0366 -0.0585 -0.0147 -231 2009.5 6 -0.0151 -0.0304 3e-04 -231 2010.5 6 -0.0375 -0.0529 -0.0221 -231 2011.5 6 -0.0644 -0.0807 -0.0482 -231 2012.5 6 -0.0515 -0.0674 -0.0356 -231 2013.5 6 -0.0593 -0.0753 -0.0434 -231 2014.5 6 -0.0495 -0.0658 -0.0332 -231 2015.5 6 -0.0292 -0.0457 -0.0127 -231 2016.5 6 -0.0192 -0.0355 -0.0029 -231 2017.5 6 -0.0065 -0.023 0.01 -231 2018.5 6 0.0341 0.0182 0.0499 -231 2019.5 6 0.0351 0.0185 0.0516 -231 2020.5 6 0.016 -0.001 0.0329 -231 2012.5 12 -0.041 -0.0465 -0.0355 -231 2013.5 12 -0.0386 -0.0441 -0.033 -231 2014.5 12 -0.0348 -0.0405 -0.029 -231 2015.5 12 -0.0235 -0.0292 -0.0179 -231 2016.5 12 -0.0151 -0.021 -0.0091 -231 2017.5 12 -0.0072 -0.0134 -0.001 -231 2015 17 -0.0219 -0.0255 -0.0184 -232 2009.5 6 -0.0069 -0.0298 0.0159 -232 2010.5 6 -0.0262 -0.0473 -0.005 -232 2011.5 6 -0.0315 -0.0525 -0.0105 -232 2012.5 6 -0.0326 -0.0536 -0.0116 -232 2013.5 6 -0.0334 -0.0547 -0.0122 -232 2014.5 6 -0.0301 -0.0508 -0.0094 -232 2015.5 6 -0.0241 -0.0448 -0.0034 -232 2016.5 6 -0.0228 -0.0439 -0.0017 -232 2017.5 6 -0.0285 -0.0497 -0.0072 -232 2018.5 6 -0.0286 -0.0495 -0.0077 -232 2019.5 6 -0.0199 -0.0408 0.001 -232 2020.5 6 -0.0116 -0.0343 0.0111 -232 2012.5 12 -0.0227 -0.0314 -0.014 -232 2013.5 12 -0.0289 -0.0376 -0.0202 -232 2014.5 12 -0.0298 -0.0386 -0.021 -232 2015.5 12 -0.0283 -0.037 -0.0195 -232 2016.5 12 -0.0251 -0.0339 -0.0164 -232 2017.5 12 -0.0232 -0.0323 -0.014 -232 2015 17 -0.023 -0.0288 -0.0171 -233 2009.5 6 0.0391 -0.0436 0.1219 -233 2010.5 6 0.0429 -0.0333 0.1191 -233 2011.5 6 0.0261 -0.0375 0.0897 -233 2012.5 6 0.0161 -0.0446 0.0767 -233 2013.5 6 0.0094 -0.0512 0.07 -233 2014.5 6 0.0103 -0.0502 0.0709 -233 2015.5 6 0.0013 -0.0571 0.0598 -233 2016.5 6 -0.0053 -0.0644 0.0537 -233 2017.5 6 -0.0137 -0.0752 0.0478 -233 2018.5 6 -0.0127 -0.074 0.0486 -233 2019.5 6 -0.01 -0.073 0.053 -233 2020.5 6 -0.0026 -0.0717 0.0665 -233 2012.5 12 0.0197 -0.0168 0.0563 -233 2013.5 12 0.0138 -0.018 0.0456 -233 2014.5 12 0.0072 -0.0228 0.0372 -233 2015.5 12 0.0031 -0.0268 0.0329 -233 2016.5 12 -0.0023 -0.0335 0.0288 -233 2017.5 12 -0.0042 -0.0371 0.0286 -233 2015 17 0.008 -0.0161 0.0322 -234 2007.5 2 -0.0685 -0.2089 0.072 -234 2008.5 2 -0.2089 -0.3589 -0.0588 -234 2009.5 2 -0.1315 -0.2862 0.0231 -234 2010.5 2 -0.0744 -0.235 0.0863 -234 2011.5 2 0.0509 -0.1368 0.2386 -234 2008.5 4 -0.1435 -0.2024 -0.0846 -234 2009.5 4 -0.1376 -0.1982 -0.0769 -234 2010.5 4 -0.0539 -0.1248 0.017 -234 2009.5 6 -0.1011 -0.141 -0.0611 -235 2007.5 2 0.0832 0.0408 0.1255 -235 2008.5 2 -0.0605 -0.1047 -0.0163 -235 2009.5 2 -0.1037 -0.1484 -0.0589 -235 2010.5 2 0.0468 0.0032 0.0904 -235 2011.5 2 -0.0496 -0.1018 0.0026 -235 2008.5 4 -0.0303 -0.0447 -0.016 -235 2009.5 4 -0.0456 -0.0603 -0.0309 -235 2010.5 4 -0.0273 -0.0448 -0.0097 -235 2009.5 6 -0.025 -0.0342 -0.0158 -236 2007.5 2 0.1403 0.047 0.2336 -236 2008.5 2 0.0677 -0.0264 0.1618 -236 2009.5 2 -0.0275 -0.1206 0.0655 -236 2010.5 2 0.1675 0.0798 0.2552 -236 2011.5 2 0.1144 0.0165 0.2122 -236 2008.5 4 0.0609 0.0298 0.0921 -236 2009.5 4 0.0595 0.0285 0.0906 -236 2010.5 4 0.093 0.0585 0.1275 -236 2009.5 6 0.0831 0.0641 0.102 -237 2007.5 2 -0.2097 -0.2883 -0.1312 -237 2008.5 2 -0.2394 -0.3247 -0.154 -237 2009.5 2 -0.301 -0.3879 -0.2141 -237 2010.5 2 -0.2739 -0.3627 -0.185 -237 2011.5 2 -0.0895 -0.1968 0.0178 -237 2008.5 4 -0.249 -0.2757 -0.2223 -237 2009.5 4 -0.2744 -0.3038 -0.2449 -237 2010.5 4 -0.2267 -0.2611 -0.1923 -237 2009.5 6 -0.2375 -0.2555 -0.2194 -238 2009.5 6 0.0258 0.0157 0.036 -238 2010.5 6 0.0217 0.0116 0.0318 -238 2011.5 6 -0.0016 -0.0122 0.009 -238 2012.5 6 -0.0066 -0.017 0.0038 -238 2013.5 6 -0.0188 -0.0292 -0.0085 -238 2014.5 6 -0.0197 -0.0302 -0.0092 -238 2015.5 6 -0.0047 -0.0151 0.0058 -238 2016.5 6 0.0192 0.0086 0.0299 -238 2017.5 6 0.0126 0.0021 0.0231 -238 2018.5 6 -0.0046 -0.0147 0.0054 -238 2019.5 6 7e-04 -0.0098 0.0112 -238 2020.5 6 0.0056 -0.0052 0.0163 -238 2012.5 12 0.0031 -4e-04 0.0066 -238 2013.5 12 -0.0014 -0.0049 0.0021 -238 2014.5 12 0.0018 -0.0018 0.0055 -238 2015.5 12 -0.004 -0.0076 -4e-04 -238 2016.5 12 -0.0026 -0.0063 0.0012 -238 2017.5 12 -1e-04 -0.0039 0.0037 -238 2015 17 0.003 8e-04 0.0052 -239 2009.5 6 -0.0162 -0.0561 0.0237 -239 2010.5 6 -0.0053 -0.0452 0.0346 -239 2011.5 6 -0.006 -0.046 0.0341 -239 2012.5 6 -0.0151 -0.0551 0.0249 -239 2013.5 6 -0.0079 -0.0472 0.0313 -239 2014.5 6 0.0019 -0.0375 0.0414 -239 2015.5 6 0.0228 -0.017 0.0625 -239 2016.5 6 0.038 -0.0026 0.0786 -239 2017.5 6 0.0487 0.0081 0.0892 -239 2018.5 6 0.0552 0.0141 0.0964 -239 2019.5 6 0.0493 0.0072 0.0915 -239 2020.5 6 0.0233 -0.0202 0.0669 -239 2012.5 12 -0.0033 -0.0207 0.0141 -239 2013.5 12 0.0059 -0.0109 0.0227 -239 2014.5 12 0.0151 -0.0019 0.0321 -239 2015.5 12 0.0215 0.0043 0.0387 -239 2016.5 12 0.0262 0.0082 0.0443 -239 2017.5 12 0.028 0.0089 0.0472 -239 2015 17 0.013 0.0013 0.0248 -240 2007.5 2 0.0608 0.0013 0.1204 -240 2008.5 2 -0.1871 -0.2538 -0.1205 -240 2009.5 2 -0.1121 -0.182 -0.0422 -240 2010.5 2 -0.1217 -0.1939 -0.0494 -240 2011.5 2 0.03 -0.059 0.1191 -240 2008.5 4 -0.0902 -0.1114 -0.0691 -240 2009.5 4 -0.1375 -0.1608 -0.1142 -240 2010.5 4 -0.0733 -0.1019 -0.0446 -240 2009.5 6 -0.0864 -0.101 -0.0718 -241 2007.5 2 -0.0338 -0.1628 0.0952 -241 2008.5 2 -0.0338 -0.1604 0.0927 -241 2009.5 2 0.0568 -0.0709 0.1845 -241 2010.5 2 0.0301 -0.0942 0.1544 -241 2011.5 2 0.033 -0.1024 0.1684 -241 2008.5 4 -0.0062 -0.0692 0.0567 -241 2009.5 4 0.0224 -0.0403 0.0851 -241 2010.5 4 0.0402 -0.0299 0.1103 -241 2009.5 6 0.0134 -0.0333 0.0601 -242 2009.5 6 -0.0138 -0.0298 0.0023 -242 2010.5 6 -0.0387 -0.0547 -0.0227 -242 2011.5 6 -0.0498 -0.0665 -0.0331 -242 2012.5 6 -0.042 -0.0585 -0.0254 -242 2013.5 6 -0.0226 -0.0389 -0.0063 -242 2014.5 6 -0.0094 -0.026 0.0072 -242 2015.5 6 0.0014 -0.0152 0.0181 -242 2016.5 6 -0.0016 -0.0183 0.0151 -242 2017.5 6 -0.0103 -0.0272 0.0066 -242 2018.5 6 -0.0125 -0.0285 0.0035 -242 2019.5 6 -0.0025 -0.0189 0.0139 -242 2020.5 6 -0.0036 -0.0214 0.0141 -242 2012.5 12 -0.0211 -0.0271 -0.0152 -242 2013.5 12 -0.023 -0.029 -0.0171 -242 2014.5 12 -0.0212 -0.0275 -0.015 -242 2015.5 12 -0.0145 -0.0207 -0.0082 -242 2016.5 12 -0.0102 -0.0168 -0.0037 -242 2017.5 12 -0.0074 -0.0143 -5e-04 -242 2015 17 -0.0155 -0.0195 -0.0116 -243 2009.5 6 0.0427 -0.0151 0.1006 -243 2010.5 6 0.0424 -0.0097 0.0944 -243 2011.5 6 0.04 -0.011 0.0911 -243 2012.5 6 0.0358 -0.0143 0.0859 -243 2013.5 6 0.0414 -0.0067 0.0895 -243 2014.5 6 0.0489 1e-04 0.0978 -243 2015.5 6 0.0505 0.0016 0.0993 -243 2016.5 6 0.0504 0.0015 0.0992 -243 2017.5 6 0.0204 -0.0259 0.0666 -243 2018.5 6 -0.0014 -0.0468 0.0441 -243 2019.5 6 0.0087 -0.038 0.0555 -243 2020.5 6 0.0101 -0.0409 0.061 -243 2012.5 12 0.0431 0.0213 0.0649 -243 2013.5 12 0.0427 0.0223 0.0632 -243 2014.5 12 0.0379 0.0177 0.0582 -243 2015.5 12 0.0334 0.0133 0.0535 -243 2016.5 12 0.0299 0.0096 0.0502 -243 2017.5 12 0.0273 0.0062 0.0483 -243 2015 17 0.0335 0.0195 0.0475 -244 2007.5 2 0.1152 -0.0327 0.2631 -244 2008.5 2 0.0565 -0.0751 0.1882 -244 2009.5 2 0.1098 -0.017 0.2366 -244 2010.5 2 0.0168 -0.1053 0.1388 -244 2011.5 2 0.1033 -0.0381 0.2447 -244 2008.5 4 0.0901 0.0341 0.1461 -244 2009.5 4 0.0659 0.0162 0.1157 -244 2010.5 4 0.0706 0.0159 0.1254 -244 2009.5 6 0.0762 0.04 0.1124 -245 2009.5 6 -4e-04 -0.0227 0.0219 -245 2010.5 6 -0.0063 -0.028 0.0154 -245 2011.5 6 -0.0123 -0.0354 0.0108 -245 2012.5 6 0.002 -0.0193 0.0233 -245 2013.5 6 0.0105 -0.0108 0.0319 -245 2014.5 6 0.019 -0.0024 0.0403 -245 2015.5 6 0.023 0.0018 0.0442 -245 2016.5 6 0.0358 0.0137 0.058 -245 2017.5 6 0.0364 0.015 0.0577 -245 2018.5 6 0.0364 0.0154 0.0574 -245 2019.5 6 0.0269 0.0059 0.0478 -245 2020.5 6 0.0187 -0.0037 0.041 -245 2012.5 12 0.0072 -0.0017 0.0162 -245 2013.5 12 0.0115 0.0028 0.0202 -245 2014.5 12 0.016 0.0072 0.0248 -245 2015.5 12 0.0212 0.0121 0.0303 -245 2016.5 12 0.0245 0.015 0.034 -245 2017.5 12 0.0253 0.0155 0.0352 -245 2015 17 0.016 0.01 0.022 -246 2007.5 2 0.1862 0.0083 0.3642 -246 2008.5 2 -0.006 -0.1756 0.1635 -246 2009.5 2 0.1189 -0.0529 0.2907 -246 2010.5 2 0.2322 0.0631 0.4012 -246 2011.5 2 0.0072 -0.1794 0.1939 -246 2008.5 4 0.0891 0.0248 0.1534 -246 2009.5 4 0.1154 0.0538 0.177 -246 2010.5 4 0.1307 0.0617 0.1997 -246 2009.5 6 0.1099 0.0692 0.1506 -247 2009.5 6 0.0057 -0.0038 0.0152 -247 2010.5 6 -0.0073 -0.0169 0.0022 -247 2011.5 6 -0.0137 -0.0236 -0.0038 -247 2012.5 6 -0.0033 -0.0131 0.0065 -247 2013.5 6 -0.0125 -0.0224 -0.0026 -247 2014.5 6 -0.0259 -0.0361 -0.0157 -247 2015.5 6 -0.0315 -0.0416 -0.0214 -247 2016.5 6 -0.0967 -0.1076 -0.0857 -247 2017.5 6 -0.1428 -0.1544 -0.1313 -247 2018.5 6 -0.126 -0.1367 -0.1153 -247 2019.5 6 -0.0873 -0.0986 -0.0759 -247 2020.5 6 -0.0176 -0.0292 -0.006 -247 2012.5 12 -0.0149 -0.0181 -0.0116 -247 2013.5 12 -0.0354 -0.0389 -0.032 -247 2014.5 12 -0.0536 -0.0573 -0.0498 -247 2015.5 12 -0.0609 -0.0646 -0.0571 -247 2016.5 12 -0.064 -0.068 -0.0601 -247 2017.5 12 -0.0627 -0.0667 -0.0588 -247 2015 17 -0.0415 -0.0437 -0.0393 -248 2009.5 6 -0.1154 -0.3001 0.0693 -248 2010.5 6 -0.2171 -0.3894 -0.0449 -248 2011.5 6 -0.2045 -0.3829 -0.0262 -248 2012.5 6 -0.1153 -0.298 0.0673 -248 2013.5 6 -0.0301 -0.2172 0.157 -248 2014.5 6 0.0807 -0.0893 0.2507 -248 2015.5 6 0.2742 0.1171 0.4313 -248 2016.5 6 0.4008 0.2492 0.5524 -248 2017.5 6 0.4892 0.3411 0.6374 -248 2018.5 6 0.4237 0.2937 0.5538 -248 2019.5 6 0.3118 0.202 0.4217 -248 2020.5 6 0.1679 0.0753 0.2605 -248 2012.5 12 -0.0131 -0.0764 0.0502 -248 2013.5 12 0.0431 -0.0141 0.1002 -248 2014.5 12 0.132 0.0737 0.1903 -248 2015.5 12 0.1966 0.1355 0.2576 -248 2016.5 12 0.2381 0.176 0.3001 -248 2017.5 12 0.2678 0.2056 0.3299 -248 2015 17 0.1227 0.09 0.1554 -249 2007.5 2 -0.0684 -0.1371 4e-04 -249 2008.5 2 0.0184 -0.0552 0.0921 -249 2009.5 2 0.2046 0.1333 0.276 -249 2010.5 2 0.0742 0.0107 0.1377 -249 2011.5 2 0.1519 0.0794 0.2245 -249 2008.5 4 0.0482 0.0261 0.0704 -249 2009.5 4 0.1096 0.0865 0.1328 -249 2010.5 4 0.1366 0.1106 0.1627 -249 2009.5 6 0.0857 0.072 0.0994 -250 2009.5 6 -0.0612 -0.1171 -0.0053 -250 2010.5 6 -0.0649 -0.1214 -0.0083 -250 2011.5 6 -0.0744 -0.1331 -0.0156 -250 2012.5 6 -0.0624 -0.1206 -0.0042 -250 2013.5 6 -0.0569 -0.1139 1e-04 -250 2014.5 6 -0.0531 -0.1095 0.0034 -250 2015.5 6 -0.0717 -0.1315 -0.012 -250 2016.5 6 -0.1155 -0.1782 -0.0528 -250 2017.5 6 -0.1513 -0.2136 -0.089 -250 2018.5 6 -0.1788 -0.2418 -0.1159 -250 2019.5 6 -0.182 -0.2512 -0.1127 -250 2020.5 6 -0.1447 -0.2229 -0.0666 -250 2012.5 12 -0.0661 -0.089 -0.0431 -250 2013.5 12 -0.0778 -0.1013 -0.0543 -250 2014.5 12 -0.0901 -0.1146 -0.0656 -250 2015.5 12 -0.1027 -0.128 -0.0773 -250 2016.5 12 -0.1133 -0.1405 -0.086 -250 2017.5 12 -0.1241 -0.1551 -0.0931 -250 2015 17 -0.0986 -0.1172 -0.08 -251 2009.5 6 0.0356 -4e-04 0.0717 -251 2010.5 6 0.0531 0.0175 0.0888 -251 2011.5 6 0.0655 0.0286 0.1024 -251 2012.5 6 0.0644 0.0283 0.1005 -251 2013.5 6 0.057 0.0225 0.0916 -251 2014.5 6 0.0536 0.0191 0.088 -251 2015.5 6 0.0495 0.0157 0.0832 -251 2016.5 6 0.0289 -0.0039 0.0616 -251 2017.5 6 0.0074 -0.0266 0.0414 -251 2018.5 6 0.0025 -0.0295 0.0346 -251 2019.5 6 -0.0049 -0.0363 0.0265 -251 2020.5 6 -0.0072 -0.0408 0.0265 -251 2012.5 12 0.0495 0.0333 0.0658 -251 2013.5 12 0.0508 0.0348 0.0667 -251 2014.5 12 0.0443 0.0287 0.06 -251 2015.5 12 0.0354 0.0202 0.0507 -251 2016.5 12 0.0279 0.0128 0.0431 -251 2017.5 12 0.0208 0.0053 0.0363 -251 2015 17 0.0333 0.0229 0.0436 -252 2007.5 2 0.1576 -0.046 0.3612 -252 2008.5 2 0.1081 -0.0845 0.3008 -252 2009.5 2 -0.1323 -0.3409 0.0763 -252 2010.5 2 -0.0364 -0.2367 0.1638 -252 2011.5 2 -0.0422 -0.2768 0.1923 -252 2008.5 4 0.0508 -0.03 0.1317 -252 2009.5 4 -0.0314 -0.1116 0.0488 -252 2010.5 4 -0.0669 -0.1651 0.0312 -252 2009.5 6 -0.0011 -0.057 0.0547 -253 2007.5 2 0.1826 0.1258 0.2394 -253 2008.5 2 -0.1104 -0.1692 -0.0516 -253 2009.5 2 -0.1324 -0.1928 -0.0719 -253 2010.5 2 0.0678 0.0083 0.1272 -253 2011.5 2 0.0637 -0.0045 0.1318 -253 2008.5 4 -0.0291 -0.0483 -0.0099 -253 2009.5 4 -0.0657 -0.0854 -0.046 -253 2010.5 4 0.0065 -0.0163 0.0293 -253 2009.5 6 -0.0086 -0.0206 0.0034 -254 2009.5 6 0.0399 -0.0211 0.1009 -254 2010.5 6 0.0719 0.0033 0.1405 -254 2011.5 6 0.0676 0.0021 0.1331 -254 2012.5 6 0.037 -0.0208 0.0948 -254 2013.5 6 -0.0034 -0.0633 0.0565 -254 2014.5 6 -0.0346 -0.0995 0.0303 -254 2015.5 6 -0.0307 -0.0905 0.0291 -254 2016.5 6 -0.0238 -0.0828 0.0351 -254 2017.5 6 -0.0173 -0.0788 0.0442 -254 2018.5 6 -0.0035 -0.0662 0.0592 -254 2019.5 6 -0.017 -0.0797 0.0457 -254 2020.5 6 -0.0138 -0.0809 0.0533 -254 2012.5 12 0.0173 -0.0101 0.0446 -254 2013.5 12 0.0149 -0.0117 0.0416 -254 2014.5 12 0.0042 -0.0218 0.0302 -254 2015.5 12 -0.0065 -0.0335 0.0205 -254 2016.5 12 -0.0147 -0.0439 0.0144 -254 2017.5 12 -0.0171 -0.0477 0.0136 -254 2015 17 0.0036 -0.0157 0.0229 -255 2007.5 2 0.085 -0.0069 0.1769 -255 2008.5 2 0.0016 -0.0917 0.0948 -255 2009.5 2 0.0069 -0.0835 0.0973 -255 2010.5 2 0.1379 0.0524 0.2235 -255 2011.5 2 -0.1241 -0.2264 -0.0217 -255 2008.5 4 0.0282 -0.0024 0.0588 -255 2009.5 4 0.0446 0.0147 0.0745 -255 2010.5 4 0.02 -0.015 0.0551 -255 2009.5 6 0.0281 0.0092 0.047 -256 2007.5 2 0.0834 -0.1103 0.2771 -256 2008.5 2 0.1103 -0.0717 0.2922 -256 2009.5 2 0.1015 -0.0733 0.2762 -256 2010.5 2 0.0623 -0.109 0.2335 -256 2011.5 2 0.0435 -0.1425 0.2296 -256 2008.5 4 0.0996 -0.0069 0.2061 -256 2009.5 4 0.0924 -0.0067 0.1915 -256 2010.5 4 0.0684 -0.0288 0.1656 -256 2009.5 6 0.0837 0.0014 0.166 -257 2007.5 2 0.3115 0.0652 0.5579 -257 2008.5 2 -0.1196 -0.3314 0.0923 -257 2009.5 2 -0.0845 -0.3039 0.1349 -257 2010.5 2 0.1878 -0.0457 0.4214 -257 2011.5 2 -0.4032 -0.7396 -0.0668 -257 2008.5 4 0.0203 -0.0646 0.1051 -257 2009.5 4 -0.0133 -0.0904 0.0638 -257 2010.5 4 -0.0711 -0.1752 0.0329 -257 2009.5 6 -0.0192 -0.0774 0.0389 -258 2009.5 6 0.015 -0.0151 0.0451 -258 2010.5 6 -0.0043 -0.0334 0.0248 -258 2011.5 6 -0.0377 -0.067 -0.0084 -258 2012.5 6 -0.0686 -0.1002 -0.0371 -258 2013.5 6 -0.0707 -0.1016 -0.0398 -258 2014.5 6 -0.0609 -0.0912 -0.0306 -258 2015.5 6 -0.0352 -0.0644 -0.006 -258 2016.5 6 0.0036 -0.0257 0.0329 -258 2017.5 6 0.0371 0.0077 0.0665 -258 2018.5 6 0.0586 0.029 0.0881 -258 2019.5 6 0.0531 0.0245 0.0817 -258 2020.5 6 0.0358 0.0061 0.0656 -258 2012.5 12 -0.0324 -0.044 -0.0207 -258 2013.5 12 -0.0301 -0.0416 -0.0187 -258 2014.5 12 -0.0232 -0.0343 -0.0121 -258 2015.5 12 -0.014 -0.0247 -0.0033 -258 2016.5 12 -0.006 -0.017 0.005 -258 2017.5 12 0.0051 -0.0064 0.0165 -258 2015 17 -0.0088 -0.0156 -0.002 -259 2007.5 2 -0.1494 -0.2273 -0.0715 -259 2008.5 2 -0.0118 -0.0951 0.0715 -259 2009.5 2 -0.127 -0.2098 -0.0443 -259 2010.5 2 0.0346 -0.0454 0.1146 -259 2011.5 2 0.0296 -0.0651 0.1242 -259 2008.5 4 -0.0876 -0.114 -0.0613 -259 2009.5 4 -0.044 -0.0716 -0.0163 -259 2010.5 4 -0.0154 -0.0474 0.0166 -259 2009.5 6 -0.0446 -0.0616 -0.0276 -260 2009.5 6 0.0603 0.01 0.1106 -260 2010.5 6 0.0557 0.0062 0.1052 -260 2011.5 6 0.0442 -0.0051 0.0936 -260 2012.5 6 0.0192 -0.028 0.0664 -260 2013.5 6 -0.001 -0.0496 0.0477 -260 2014.5 6 0.0063 -0.0413 0.0538 -260 2015.5 6 0.044 -0.0036 0.0915 -260 2016.5 6 0.0666 0.0181 0.1151 -260 2017.5 6 0.0836 0.0354 0.1319 -260 2018.5 6 0.0736 0.0264 0.1208 -260 2019.5 6 0.0537 0.006 0.1014 -260 2020.5 6 0.0067 -0.044 0.0575 -260 2012.5 12 0.0348 0.0139 0.0557 -260 2013.5 12 0.0395 0.0189 0.0601 -260 2014.5 12 0.0447 0.0243 0.0651 -260 2015.5 12 0.0425 0.0227 0.0624 -260 2016.5 12 0.0415 0.0213 0.0616 -260 2017.5 12 0.038 0.0174 0.0587 -260 2015 17 0.0389 0.025 0.0528 -261 2009.5 6 0.0177 0.0067 0.0286 -261 2010.5 6 0.0342 0.0233 0.0451 -261 2011.5 6 0.0294 0.0182 0.0405 -261 2012.5 6 0.0132 0.0019 0.0244 -261 2013.5 6 -0.0079 -0.0193 0.0036 -261 2014.5 6 -0.0243 -0.0359 -0.0127 -261 2015.5 6 -0.0119 -0.0231 -8e-04 -261 2016.5 6 0.0102 -0.0011 0.0216 -261 2017.5 6 0.0238 0.0122 0.0354 -261 2018.5 6 0.0261 0.0149 0.0372 -261 2019.5 6 0.0116 1e-04 0.0232 -261 2020.5 6 0.005 -0.0069 0.0168 -261 2012.5 12 0.0102 0.0063 0.0141 -261 2013.5 12 0.0068 0.0028 0.0107 -261 2014.5 12 0.0078 0.0038 0.0119 -261 2015.5 12 0.0071 0.003 0.0112 -261 2016.5 12 0.0061 0.0019 0.0103 -261 2017.5 12 0.0047 4e-04 0.0091 -261 2015 17 0.0096 0.0071 0.0122 -262 2009.5 6 -0.1058 -0.1562 -0.0554 -262 2010.5 6 -0.0899 -0.1405 -0.0393 -262 2011.5 6 -0.0387 -0.0927 0.0153 -262 2012.5 6 -0.0617 -0.1161 -0.0072 -262 2013.5 6 -0.1021 -0.1596 -0.0446 -262 2014.5 6 -0.1251 -0.1801 -0.0701 -262 2015.5 6 -0.0288 -0.0811 0.0236 -262 2016.5 6 0.0406 -0.0133 0.0945 -262 2017.5 6 0.0765 0.0208 0.1323 -262 2018.5 6 0.1066 0.052 0.1612 -262 2019.5 6 -0.0397 -0.0953 0.0159 -262 2020.5 6 -0.0984 -0.156 -0.0407 -262 2012.5 12 -0.0767 -0.0952 -0.0583 -262 2013.5 12 -0.0515 -0.0701 -0.0329 -262 2014.5 12 -0.0285 -0.0475 -0.0094 -262 2015.5 12 -0.008 -0.0267 0.0108 -262 2016.5 12 -0.0217 -0.0419 -0.0016 -262 2017.5 12 -0.031 -0.052 -0.01 -262 2015 17 -0.0472 -0.0588 -0.0356 -263 2009.5 6 0.0219 -0.0471 0.091 -263 2010.5 6 0.0178 -0.0467 0.0822 -263 2011.5 6 0.0055 -0.0543 0.0653 -263 2012.5 6 -0.0071 -0.0645 0.0504 -263 2013.5 6 -0.0198 -0.0793 0.0396 -263 2014.5 6 -0.0281 -0.0909 0.0346 -263 2015.5 6 -0.0282 -0.091 0.0345 -263 2016.5 6 -0.0232 -0.084 0.0375 -263 2017.5 6 -0.0137 -0.0719 0.0445 -263 2018.5 6 0.0022 -0.0562 0.0606 -263 2019.5 6 0.007 -0.0534 0.0674 -263 2020.5 6 0.0051 -0.0575 0.0677 -263 2012.5 12 -0.0055 -0.0365 0.0255 -263 2013.5 12 -0.0091 -0.039 0.0208 -263 2014.5 12 -0.0118 -0.0419 0.0182 -263 2015.5 12 -0.014 -0.0446 0.0167 -263 2016.5 12 -0.0137 -0.0447 0.0173 -263 2017.5 12 -0.0108 -0.0419 0.0204 -263 2015 17 -0.0059 -0.0277 0.0159 -264 2007.5 2 -0.0625 -0.1284 0.0034 -264 2008.5 2 0.0186 -0.0465 0.0837 -264 2009.5 2 -0.0512 -0.1147 0.0122 -264 2010.5 2 -0.0077 -0.0686 0.0531 -264 2011.5 2 0.0236 -0.0483 0.0955 -264 2008.5 4 -0.0267 -0.0495 -0.0039 -264 2009.5 4 -0.0172 -0.0403 0.0058 -264 2010.5 4 -0.0114 -0.0381 0.0154 -264 2009.5 6 -0.0163 -0.0314 -0.0011 -265 2007.5 2 0.1113 -0.27 0.4927 -265 2008.5 2 -0.148 -0.5265 0.2305 -265 2009.5 2 -0.0192 -0.4064 0.368 -265 2010.5 2 -0.4324 -0.9087 0.0439 -265 2011.5 2 -0.1809 -0.6295 0.2678 -265 2008.5 4 -0.0315 -0.1928 0.1297 -265 2009.5 4 -0.1817 -0.3631 -3e-04 -265 2010.5 4 -0.2329 -0.4639 -0.002 -265 2009.5 6 -0.1474 -0.2852 -0.0097 -266 2007.5 2 0.1059 0.0313 0.1804 -266 2008.5 2 -0.0381 -0.1109 0.0347 -266 2009.5 2 -0.0728 -0.1443 -0.0013 -266 2010.5 2 -0.0185 -0.0898 0.0529 -266 2011.5 2 -0.0313 -0.1199 0.0573 -266 2008.5 4 -0.0053 -0.0305 0.0199 -266 2009.5 4 -0.0461 -0.0717 -0.0204 -266 2010.5 4 -0.0386 -0.0697 -0.0076 -266 2009.5 6 -0.021 -0.0379 -0.0041 -267 2009.5 6 -0.0792 -0.112 -0.0465 -267 2010.5 6 -0.0715 -0.1018 -0.0411 -267 2011.5 6 -0.0437 -0.0724 -0.0149 -267 2012.5 6 -0.0167 -0.046 0.0127 -267 2013.5 6 -0.0032 -0.0335 0.027 -267 2014.5 6 0.0019 -0.0279 0.0317 -267 2015.5 6 -4e-04 -0.0295 0.0287 -267 2016.5 6 -0.009 -0.038 0.0201 -267 2017.5 6 -0.0161 -0.0451 0.0129 -267 2018.5 6 -0.0143 -0.0427 0.0142 -267 2019.5 6 -0.0171 -0.0463 0.012 -267 2020.5 6 -0.0166 -0.048 0.0148 -267 2012.5 12 -0.0322 -0.0441 -0.0202 -267 2013.5 12 -0.0249 -0.0367 -0.0132 -267 2014.5 12 -0.0163 -0.0286 -0.004 -267 2015.5 12 -0.0115 -0.024 0.0011 -267 2016.5 12 -0.0092 -0.0219 0.0036 -267 2017.5 12 -0.0092 -0.0222 0.0039 -267 2015 17 -0.0232 -0.0312 -0.0152 -268 2007.5 2 0.0011 -0.0532 0.0553 -268 2008.5 2 0.0033 -0.0501 0.0568 -268 2009.5 2 0.0066 -0.0476 0.0607 -268 2010.5 2 -0.0015 -0.0554 0.0523 -268 2011.5 2 -0.0056 -0.0632 0.0521 -268 2008.5 4 0.0037 -0.024 0.0313 -268 2009.5 4 0.0032 -0.0241 0.0304 -268 2010.5 4 -3e-04 -0.0292 0.0285 -268 2009.5 6 0.0015 -0.019 0.022 -269 2009.5 6 0.0633 0.0429 0.0836 -269 2010.5 6 0.0467 0.0271 0.0663 -269 2011.5 6 0.0183 -0.0015 0.0381 -269 2012.5 6 -5e-04 -0.0203 0.0193 -269 2013.5 6 -0.0147 -0.0342 0.0048 -269 2014.5 6 -0.0063 -0.0258 0.0132 -269 2015.5 6 0.0182 -0.0013 0.0376 -269 2016.5 6 0.0145 -0.0049 0.034 -269 2017.5 6 0.0063 -0.0134 0.026 -269 2018.5 6 -0.0051 -0.0236 0.0135 -269 2019.5 6 -0.0105 -0.0294 0.0084 -269 2020.5 6 -0.0075 -0.0276 0.0126 -269 2012.5 12 0.0207 0.0134 0.028 -269 2013.5 12 0.0151 0.008 0.0223 -269 2014.5 12 0.0076 3e-04 0.015 -269 2015.5 12 0.0016 -0.0057 0.0089 -269 2016.5 12 -0.002 -0.0094 0.0055 -269 2017.5 12 1e-04 -0.0077 0.0078 -269 2015 17 0.0107 0.0061 0.0154 -270 2007.5 2 -0.01 -0.1244 0.1045 -270 2008.5 2 0.0172 -0.0978 0.1323 -270 2009.5 2 -0.0206 -0.1336 0.0925 -270 2010.5 2 -0.0104 -0.1243 0.1034 -270 2011.5 2 0.011 -0.1082 0.1302 -270 2008.5 4 -0.0023 -0.06 0.0555 -270 2009.5 4 -0.0062 -0.0641 0.0518 -270 2010.5 4 -0.007 -0.0677 0.0536 -270 2009.5 6 -0.0036 -0.047 0.0399 -271 2009.5 6 0.0897 0.0221 0.1573 -271 2010.5 6 0.0644 5e-04 0.1282 -271 2011.5 6 0.0949 0.033 0.1568 -271 2012.5 6 0.0762 0.0192 0.1332 -271 2013.5 6 0.0154 -0.0463 0.0771 -271 2014.5 6 -0.0764 -0.1401 -0.0127 -271 2015.5 6 -0.0753 -0.1349 -0.0157 -271 2016.5 6 -0.0536 -0.1101 0.0028 -271 2017.5 6 0.006 -0.0501 0.0622 -271 2018.5 6 0.0269 -0.0325 0.0864 -271 2019.5 6 0.0284 -0.0351 0.0919 -271 2020.5 6 -0.0654 -0.13 -7e-04 -271 2012.5 12 0.0206 -0.0029 0.0441 -271 2013.5 12 0.0189 -0.0044 0.0422 -271 2014.5 12 0.008 -0.015 0.031 -271 2015.5 12 -0.0058 -0.0284 0.0167 -271 2016.5 12 -0.0138 -0.0371 0.0096 -271 2017.5 12 -0.032 -0.0553 -0.0087 -271 2015 17 0.0044 -0.0103 0.0191 -272 2009.5 6 0.1683 0.0843 0.2522 -272 2010.5 6 0.1702 0.0895 0.2509 -272 2011.5 6 0.1558 0.0778 0.2338 -272 2012.5 6 0.1278 0.0516 0.2041 -272 2013.5 6 0.0807 0.011 0.1505 -272 2014.5 6 0.0456 -0.0235 0.1147 -272 2015.5 6 0.026 -0.0475 0.0994 -272 2016.5 6 0.0219 -0.0552 0.0989 -272 2017.5 6 0.0164 -0.0589 0.0917 -272 2018.5 6 0.0214 -0.0533 0.0961 -272 2019.5 6 0.0308 -0.0515 0.1131 -272 2020.5 6 0.0445 -0.048 0.1369 -272 2012.5 12 0.1047 0.0667 0.1428 -272 2013.5 12 0.0906 0.0551 0.126 -272 2014.5 12 0.0731 0.04 0.1063 -272 2015.5 12 0.0559 0.0225 0.0892 -272 2016.5 12 0.0393 0.003 0.0756 -272 2017.5 12 0.0335 -0.0072 0.0742 -272 2015 17 0.0739 0.0459 0.1019 -273 2007.5 2 0.4305 0.0452 0.8157 -273 2008.5 2 0.1564 -0.1822 0.495 -273 2009.5 2 0.5953 0.2784 0.9121 -273 2010.5 2 0.0712 -0.2115 0.3539 -273 2011.5 2 0.3216 0.0275 0.6158 -273 2008.5 4 0.3703 0.2383 0.5022 -273 2009.5 4 0.3064 0.1961 0.4167 -273 2010.5 4 0.3035 0.1841 0.423 -273 2009.5 6 0.3125 0.2355 0.3896 -274 2009.5 6 0.0165 -0.0149 0.0479 -274 2010.5 6 0.0186 -0.0117 0.0489 -274 2011.5 6 -0.0052 -0.0339 0.0234 -274 2012.5 6 -0.0263 -0.0563 0.0037 -274 2013.5 6 -0.0229 -0.0532 0.0074 -274 2014.5 6 -0.0241 -0.0541 0.0059 -274 2015.5 6 -0.0255 -0.0557 0.0047 -274 2016.5 6 -0.023 -0.0543 0.0083 -274 2017.5 6 -0.016 -0.0462 0.0142 -274 2018.5 6 -0.0146 -0.0444 0.0152 -274 2019.5 6 -0.0088 -0.0398 0.0222 -274 2020.5 6 -7e-04 -0.0337 0.0322 -274 2012.5 12 -0.0089 -0.0212 0.0034 -274 2013.5 12 -0.0141 -0.0263 -0.0019 -274 2014.5 12 -0.0158 -0.028 -0.0036 -274 2015.5 12 -0.0201 -0.0326 -0.0075 -274 2016.5 12 -0.0193 -0.0321 -0.0065 -274 2017.5 12 -0.016 -0.029 -0.003 -274 2015 17 -0.0113 -0.0195 -0.0031 -275 2009.5 6 -0.0341 -0.0837 0.0155 -275 2010.5 6 -0.0406 -0.0909 0.0096 -275 2011.5 6 -0.0461 -0.0977 0.0055 -275 2012.5 6 -0.0596 -0.1116 -0.0075 -275 2013.5 6 -0.0815 -0.1337 -0.0292 -275 2014.5 6 -0.079 -0.1345 -0.0235 -275 2015.5 6 -0.0813 -0.1396 -0.023 -275 2016.5 6 -0.0894 -0.149 -0.0297 -275 2017.5 6 -0.1231 -0.1892 -0.057 -275 2018.5 6 -0.13 -0.201 -0.0591 -275 2019.5 6 -0.1077 -0.1798 -0.0357 -275 2020.5 6 -0.0884 -0.1684 -0.0085 -275 2012.5 12 -0.0598 -0.0813 -0.0382 -275 2013.5 12 -0.0697 -0.092 -0.0475 -275 2014.5 12 -0.0813 -0.1054 -0.0572 -275 2015.5 12 -0.0912 -0.1175 -0.0648 -275 2016.5 12 -0.0957 -0.1243 -0.0671 -275 2017.5 12 -0.0944 -0.1263 -0.0624 -275 2015 17 -0.0779 -0.0962 -0.0596 -276 2007.5 2 -0.1078 -0.2335 0.0179 -276 2008.5 2 -0.0965 -0.2244 0.0314 -276 2009.5 2 -0.1356 -0.2715 3e-04 -276 2010.5 2 -0.1785 -0.3191 -0.0379 -276 2011.5 2 -0.1886 -0.352 -0.0252 -276 2008.5 4 -0.1116 -0.1638 -0.0595 -276 2009.5 4 -0.1368 -0.1929 -0.0807 -276 2010.5 4 -0.1687 -0.2359 -0.1014 -276 2009.5 6 -0.1401 -0.1797 -0.1004 -277 2009.5 6 -0.0395 -0.0818 0.0028 -277 2010.5 6 -0.0381 -0.0776 0.0013 -277 2011.5 6 -0.0513 -0.0898 -0.0128 -277 2012.5 6 -0.054 -0.0944 -0.0135 -277 2013.5 6 -0.0431 -0.0851 -0.0011 -277 2014.5 6 -0.0272 -0.0703 0.0159 -277 2015.5 6 -0.0429 -0.0867 0.001 -277 2016.5 6 -0.038 -0.0826 0.0065 -277 2017.5 6 -0.0468 -0.0933 -4e-04 -277 2018.5 6 -0.0676 -0.1135 -0.0218 -277 2019.5 6 -0.0934 -0.142 -0.0447 -277 2020.5 6 -0.0989 -0.1528 -0.045 -277 2012.5 12 -0.0387 -0.0572 -0.0202 -277 2013.5 12 -0.0399 -0.0583 -0.0215 -277 2014.5 12 -0.0468 -0.0658 -0.0278 -277 2015.5 12 -0.0513 -0.0709 -0.0317 -277 2016.5 12 -0.0533 -0.0737 -0.0328 -277 2017.5 12 -0.0598 -0.0817 -0.0379 -277 2015 17 -0.0518 -0.0655 -0.0382 -278 2009.5 6 0.0663 0.0375 0.0951 -278 2010.5 6 0.0381 0.012 0.0641 -278 2011.5 6 -3e-04 -0.0261 0.0255 -278 2012.5 6 -0.026 -0.0522 2e-04 -278 2013.5 6 -0.0382 -0.0649 -0.0115 -278 2014.5 6 -0.0341 -0.0606 -0.0077 -278 2015.5 6 -0.0194 -0.045 0.0063 -278 2016.5 6 -0.0166 -0.043 0.0098 -278 2017.5 6 -0.0293 -0.0565 -0.0021 -278 2018.5 6 -0.0237 -0.0498 0.0024 -278 2019.5 6 -0.0266 -0.0538 5e-04 -278 2020.5 6 -0.0308 -0.0608 -8e-04 -278 2012.5 12 0.0029 -0.0075 0.0133 -278 2013.5 12 -0.009 -0.0191 0.0012 -278 2014.5 12 -0.0196 -0.0301 -0.009 -278 2015.5 12 -0.0253 -0.0359 -0.0146 -278 2016.5 12 -0.0276 -0.0386 -0.0165 -278 2017.5 12 -0.0277 -0.0395 -0.0158 -278 2015 17 -0.0111 -0.0182 -0.004 -279 2009.5 6 -0.0703 -0.1162 -0.0245 -279 2010.5 6 -0.0762 -0.1209 -0.0316 -279 2011.5 6 -0.0519 -0.0962 -0.0076 -279 2012.5 6 -0.0398 -0.0844 0.0048 -279 2013.5 6 -0.0384 -0.0833 0.0065 -279 2014.5 6 -0.0528 -0.0986 -0.007 -279 2015.5 6 -0.0513 -0.0973 -0.0053 -279 2016.5 6 -0.0509 -0.0978 -0.004 -279 2017.5 6 -0.0289 -0.0754 0.0176 -279 2018.5 6 -0.0151 -0.0627 0.0325 -279 2019.5 6 -0.0132 -0.0627 0.0363 -279 2020.5 6 -0.0093 -0.0618 0.0432 -279 2012.5 12 -0.0533 -0.0772 -0.0294 -279 2013.5 12 -0.0534 -0.0769 -0.0299 -279 2014.5 12 -0.045 -0.0683 -0.0217 -279 2015.5 12 -0.0387 -0.0622 -0.0152 -279 2016.5 12 -0.0334 -0.0576 -0.0091 -279 2017.5 12 -0.0295 -0.0549 -0.0041 -279 2015 17 -0.0407 -0.0584 -0.023 -280 2007.5 2 0.0408 0.0076 0.074 -280 2008.5 2 0.0813 0.046 0.1166 -280 2009.5 2 -0.0374 -0.0729 -0.0018 -280 2010.5 2 0.0402 0.0059 0.0744 -280 2011.5 2 0.0345 -0.0063 0.0753 -280 2008.5 4 0.0335 0.0219 0.0452 -280 2009.5 4 0.0215 0.0094 0.0335 -280 2010.5 4 0.0152 0.0011 0.0293 -280 2009.5 6 0.0289 0.0212 0.0366 -281 2009.5 6 0.0261 -0.0346 0.0867 -281 2010.5 6 0.0496 -0.01 0.1092 -281 2011.5 6 0.0593 5e-04 0.1181 -281 2012.5 6 0.0511 -0.002 0.1042 -281 2013.5 6 0.045 -0.0063 0.0964 -281 2014.5 6 0.0382 -0.0118 0.0883 -281 2015.5 6 0.0228 -0.0247 0.0704 -281 2016.5 6 -0.0034 -0.0499 0.043 -281 2017.5 6 -0.0241 -0.0724 0.0241 -281 2018.5 6 -0.0378 -0.0903 0.0146 -281 2019.5 6 -0.0313 -0.0831 0.0205 -281 2020.5 6 -0.0121 -0.0644 0.0401 -281 2012.5 12 0.0359 0.0031 0.0687 -281 2013.5 12 0.0315 0.0021 0.0609 -281 2014.5 12 0.0238 -0.0022 0.0497 -281 2015.5 12 0.0148 -0.0088 0.0384 -281 2016.5 12 0.004 -0.0191 0.027 -281 2017.5 12 -0.0037 -0.028 0.0207 -281 2015 17 0.0149 -0.0044 0.0341 -282 2009.5 6 -0.0645 -0.0897 -0.0394 -282 2010.5 6 -0.0438 -0.0686 -0.019 -282 2011.5 6 -0.0876 -0.1141 -0.0611 -282 2012.5 6 -0.0899 -0.1157 -0.0641 -282 2013.5 6 -0.1029 -0.1295 -0.0764 -282 2014.5 6 -0.1224 -0.1495 -0.0953 -282 2015.5 6 -0.0949 -0.1216 -0.0682 -282 2016.5 6 -0.0751 -0.1033 -0.047 -282 2017.5 6 -0.0998 -0.1275 -0.0722 -282 2018.5 6 -0.0731 -0.0999 -0.0463 -282 2019.5 6 -0.0564 -0.0848 -0.028 -282 2020.5 6 -0.0591 -0.0884 -0.0298 -282 2012.5 12 -0.0832 -0.092 -0.0744 -282 2013.5 12 -0.0894 -0.0986 -0.0802 -282 2014.5 12 -0.091 -0.1006 -0.0814 -282 2015.5 12 -0.0889 -0.0984 -0.0793 -282 2016.5 12 -0.088 -0.0981 -0.0778 -282 2017.5 12 -0.0819 -0.0921 -0.0716 -282 2015 17 -0.081 -0.0868 -0.0752 -283 2009.5 6 0 -0.0539 0.0539 -283 2010.5 6 0.0179 -0.0322 0.068 -283 2011.5 6 0.0085 -0.0403 0.0574 -283 2012.5 6 -0.0063 -0.0572 0.0446 -283 2013.5 6 -0.0042 -0.0552 0.0469 -283 2014.5 6 0.0069 -0.0418 0.0555 -283 2015.5 6 0.0169 -0.031 0.0648 -283 2016.5 6 0.0348 -0.0144 0.0841 -283 2017.5 6 0.0413 -0.0081 0.0908 -283 2018.5 6 0.0356 -0.0115 0.0827 -283 2019.5 6 0.019 -0.0299 0.0679 -283 2020.5 6 0.0109 -0.0418 0.0637 -283 2012.5 12 0.0067 -0.0157 0.0291 -283 2013.5 12 0.0132 -0.0081 0.0345 -283 2014.5 12 0.0158 -0.0054 0.037 -283 2015.5 12 0.0182 -0.0028 0.0391 -283 2016.5 12 0.0182 -0.0031 0.0395 -283 2017.5 12 0.02 -0.0022 0.0422 -283 2015 17 0.0137 -9e-04 0.0282 -284 2009.5 6 0.0274 -0.0269 0.0816 -284 2010.5 6 0.0254 -0.0258 0.0767 -284 2011.5 6 0.0212 -0.0291 0.0716 -284 2012.5 6 0.018 -0.0314 0.0675 -284 2013.5 6 0.0179 -0.031 0.0669 -284 2014.5 6 0.0231 -0.0252 0.0713 -284 2015.5 6 0.033 -0.0172 0.0832 -284 2016.5 6 0.0338 -0.0173 0.085 -284 2017.5 6 0.0341 -0.0178 0.0861 -284 2018.5 6 0.0297 -0.0216 0.081 -284 2019.5 6 0.0217 -0.0297 0.0731 -284 2020.5 6 0.0167 -0.0367 0.0702 -284 2012.5 12 0.025 -0.0034 0.0533 -284 2013.5 12 0.0257 -0.0019 0.0532 -284 2014.5 12 0.0263 -0.0014 0.054 -284 2015.5 12 0.0262 -0.0018 0.0541 -284 2016.5 12 0.0261 -0.0029 0.055 -284 2017.5 12 0.0259 -0.0045 0.0563 -284 2015 17 0.0251 0.0018 0.0484 -285 2009.5 6 -0.019 -0.0656 0.0276 -285 2010.5 6 -0.0218 -0.0675 0.024 -285 2011.5 6 -0.0198 -0.0649 0.0253 -285 2012.5 6 -0.0112 -0.0548 0.0324 -285 2013.5 6 0.0012 -0.0413 0.0436 -285 2014.5 6 0.0168 -0.0254 0.059 -285 2015.5 6 0.0283 -0.0161 0.0728 -285 2016.5 6 0.0317 -0.0145 0.0779 -285 2017.5 6 0.0202 -0.0228 0.0633 -285 2018.5 6 0.0116 -0.0302 0.0535 -285 2019.5 6 0.0069 -0.0351 0.0489 -285 2020.5 6 0.0095 -0.0346 0.0535 -285 2012.5 12 -0.002 -0.0268 0.0227 -285 2013.5 12 0.0039 -0.0199 0.0278 -285 2014.5 12 0.0074 -0.0162 0.0311 -285 2015.5 12 0.0106 -0.0132 0.0344 -285 2016.5 12 0.0136 -0.0111 0.0383 -285 2017.5 12 0.0173 -0.0093 0.0438 -285 2015 17 0.0057 -0.0127 0.0241 -286 2007.5 2 0.0075 -0.1611 0.176 -286 2008.5 2 -0.0336 -0.1994 0.1321 -286 2009.5 2 -0.0015 -0.1671 0.164 -286 2010.5 2 0.0221 -0.1421 0.1863 -286 2011.5 2 -0.0102 -0.1807 0.1602 -286 2008.5 4 -0.0117 -0.0922 0.0689 -286 2009.5 4 -0.0041 -0.0836 0.0755 -286 2010.5 4 0.0053 -0.0779 0.0885 -286 2009.5 6 -0.0034 -0.0607 0.0538 -287 2007.5 2 0.6318 0.2003 1.0634 -287 2008.5 2 -0.1608 -0.5707 0.2492 -287 2009.5 2 0.0307 -0.336 0.3973 -287 2010.5 2 -0.735 -1.121 -0.349 -287 2011.5 2 0.0925 -0.4215 0.6065 -287 2008.5 4 0.1344 -0.006 0.2748 -287 2009.5 4 -0.2565 -0.3949 -0.118 -287 2010.5 4 -0.257 -0.4212 -0.0929 -287 2009.5 6 -0.0934 -0.1881 0.0014 -288 2007.5 2 -0.1005 -0.3199 0.1189 -288 2008.5 2 0.0584 -0.1504 0.2673 -288 2009.5 2 0.0589 -0.1451 0.2629 -288 2010.5 2 -0.0296 -0.2217 0.1626 -288 2011.5 2 -0.1203 -0.3548 0.1142 -288 2008.5 4 0.0109 -0.0721 0.0939 -288 2009.5 4 0.0322 -0.0503 0.1147 -288 2010.5 4 -0.0302 -0.1284 0.0679 -288 2009.5 6 -0.0098 -0.0677 0.0481 -289 2009.5 6 0.3679 0.1907 0.545 -289 2010.5 6 0.2621 0.1424 0.3818 -289 2011.5 6 0.0425 -0.0815 0.1664 -289 2012.5 6 0.0144 -0.1199 0.1488 -289 2013.5 6 -0.014 -0.1312 0.1031 -289 2014.5 6 -0.0929 -0.1964 0.0107 -289 2015.5 6 -0.0417 -0.1502 0.0668 -289 2016.5 6 -0.0975 -0.2215 0.0265 -289 2017.5 6 -0.2146 -0.3414 -0.0879 -289 2018.5 6 -0.2165 -0.3253 -0.1077 -289 2019.5 6 -0.1049 -0.2214 0.0117 -289 2020.5 6 -0.0444 -0.178 0.0892 -289 2012.5 12 0.0913 0.0358 0.1468 -289 2013.5 12 0.0059 -0.0404 0.0521 -289 2014.5 12 -0.0498 -0.0982 -0.0014 -289 2015.5 12 -0.0734 -0.1204 -0.0265 -289 2016.5 12 -0.1089 -0.1538 -0.064 -289 2017.5 12 -0.1042 -0.1507 -0.0578 -289 2015 17 -0.0027 -0.037 0.0316 -290 2009.5 6 -0.0392 -0.0824 0.0039 -290 2010.5 6 -0.0466 -0.0878 -0.0053 -290 2011.5 6 -0.0305 -0.0689 0.0078 -290 2012.5 6 -0.001 -0.0378 0.0358 -290 2013.5 6 0.026 -0.0168 0.0688 -290 2014.5 6 0.0053 -0.0321 0.0428 -290 2015.5 6 -0.0061 -0.0438 0.0315 -290 2016.5 6 -0.0035 -0.0414 0.0343 -290 2017.5 6 0.0273 -0.0073 0.062 -290 2018.5 6 0.0506 0.0146 0.0866 -290 2019.5 6 0.0587 0.0202 0.0972 -290 2020.5 6 0.0374 -5e-04 0.0754 -290 2012.5 12 -0.0157 -0.0322 8e-04 -290 2013.5 12 -0.0088 -0.0243 0.0067 -290 2014.5 12 0.005 -0.0102 0.0203 -290 2015.5 12 0.0137 -0.0014 0.0289 -290 2016.5 12 0.022 0.0061 0.0378 -290 2017.5 12 0.0228 0.0073 0.0383 -290 2015 17 0.0051 -0.0048 0.015 -291 2009.5 6 -0.0055 -0.0719 0.061 -291 2010.5 6 0.002 -0.0602 0.0642 -291 2011.5 6 0.0074 -0.0539 0.0687 -291 2012.5 6 0.0151 -0.0461 0.0764 -291 2013.5 6 0.0161 -0.0443 0.0766 -291 2014.5 6 0.0131 -0.0459 0.072 -291 2015.5 6 0.0182 -0.0404 0.0769 -291 2016.5 6 0.0245 -0.0343 0.0832 -291 2017.5 6 0.0266 -0.0316 0.0848 -291 2018.5 6 0.0225 -0.0354 0.0803 -291 2019.5 6 0.021 -0.0378 0.0799 -291 2020.5 6 0.0204 -0.0409 0.0818 -291 2012.5 12 0.0085 -0.0222 0.0392 -291 2013.5 12 0.0132 -0.0165 0.0429 -291 2014.5 12 0.0173 -0.0125 0.0471 -291 2015.5 12 0.0192 -0.0107 0.0492 -291 2016.5 12 0.019 -0.0108 0.0488 -291 2017.5 12 0.0205 -0.0102 0.0512 -291 2015 17 0.0147 -0.007 0.0364 -292 2007.5 2 -0.0801 -0.1441 -0.0161 -292 2008.5 2 -0.0835 -0.1598 -0.0071 -292 2009.5 2 -0.0634 -0.142 0.0151 -292 2010.5 2 -0.0349 -0.1139 0.0441 -292 2011.5 2 0.0119 -0.0873 0.1111 -292 2008.5 4 -0.0764 -0.1003 -0.0526 -292 2009.5 4 -0.0609 -0.0864 -0.0353 -292 2010.5 4 -0.0294 -0.0619 0.003 -292 2009.5 6 -0.0531 -0.0696 -0.0366 -293 2009.5 6 -0.0168 -0.0737 0.04 -293 2010.5 6 -0.0246 -0.0778 0.0286 -293 2011.5 6 -0.0373 -0.0906 0.016 -293 2012.5 6 -0.0471 -0.1022 0.008 -293 2013.5 6 -0.0353 -0.0901 0.0194 -293 2014.5 6 -0.0186 -0.0703 0.033 -293 2015.5 6 0.0063 -0.0444 0.057 -293 2016.5 6 0.0283 -0.0235 0.08 -293 2017.5 6 0.0495 -0.0051 0.1041 -293 2018.5 6 0.0498 -0.0039 0.1035 -293 2019.5 6 0.0277 -0.0224 0.0778 -293 2020.5 6 0.0105 -0.0427 0.0636 -293 2012.5 12 -0.0201 -0.0441 0.004 -293 2013.5 12 -0.0129 -0.0352 0.0093 -293 2014.5 12 -0.0041 -0.0256 0.0174 -293 2015.5 12 0.0029 -0.0185 0.0243 -293 2016.5 12 0.0107 -0.0114 0.0329 -293 2017.5 12 0.0153 -0.0077 0.0382 -293 2015 17 -0.0017 -0.0164 0.0131 -294 2007.5 2 0.1075 0.009 0.2059 -294 2008.5 2 -0.1112 -0.2107 -0.0117 -294 2009.5 2 -0.0424 -0.1402 0.0554 -294 2010.5 2 0.0513 -0.0464 0.1489 -294 2011.5 2 0.0103 -0.1024 0.1229 -294 2008.5 4 -0.025 -0.0596 0.0096 -294 2009.5 4 -0.0349 -0.0696 -3e-04 -294 2010.5 4 0.0109 -0.0302 0.0519 -294 2009.5 6 -0.0078 -0.0299 0.0144 -295 2007.5 2 -0.0216 -0.1374 0.0942 -295 2008.5 2 0.2332 0.1177 0.3487 -295 2009.5 2 0.0948 -0.01 0.1996 -295 2010.5 2 0.1625 0.0632 0.2617 -295 2011.5 2 0.0526 -0.0584 0.1637 -295 2008.5 4 0.1152 0.0767 0.1538 -295 2009.5 4 0.1566 0.1182 0.195 -295 2010.5 4 0.1092 0.0686 0.1498 -295 2009.5 6 0.1192 0.0953 0.1432 -296 2009.5 6 0.0505 0.0376 0.0634 -296 2010.5 6 0.0431 0.0303 0.0558 -296 2011.5 6 0.0253 0.0122 0.0384 -296 2012.5 6 0.0373 0.0243 0.0504 -296 2013.5 6 0.0243 0.0115 0.0371 -296 2014.5 6 -0.0044 -0.0174 0.0087 -296 2015.5 6 -0.0175 -0.0305 -0.0044 -296 2016.5 6 -0.0018 -0.015 0.0113 -296 2017.5 6 -0.0149 -0.0279 -0.0019 -296 2018.5 6 -0.0234 -0.0358 -0.011 -296 2019.5 6 -0.0048 -0.0182 0.0085 -296 2020.5 6 -0.0243 -0.0379 -0.0107 -296 2012.5 12 0.0214 0.0169 0.0259 -296 2013.5 12 0.0143 0.0098 0.0187 -296 2014.5 12 0.0096 0.005 0.0142 -296 2015.5 12 0.0018 -0.0028 0.0064 -296 2016.5 12 -0.0056 -0.0104 -9e-04 -296 2017.5 12 -0.0128 -0.0177 -0.0079 -296 2015 17 0.0067 0.0039 0.0096 -297 2007.5 2 -0.3706 -0.5339 -0.2072 -297 2008.5 2 -0.2364 -0.413 -0.0598 -297 2009.5 2 -0.1485 -0.3278 0.0309 -297 2010.5 2 0.3057 0.1296 0.4819 -297 2011.5 2 -0.5483 -0.7683 -0.3283 -297 2008.5 4 -0.2503 -0.3072 -0.1933 -297 2009.5 4 -0.0386 -0.0952 0.0181 -297 2010.5 4 -0.0867 -0.158 -0.0155 -297 2009.5 6 -0.1536 -0.1902 -0.117 -298 2009.5 6 0.0099 -0.0233 0.0432 -298 2010.5 6 0.011 -0.0206 0.0425 -298 2011.5 6 0.0307 3e-04 0.0611 -298 2012.5 6 0.0646 0.0332 0.0959 -298 2013.5 6 0.073 0.0418 0.1043 -298 2014.5 6 0.0582 0.0288 0.0876 -298 2015.5 6 0.0498 0.0208 0.0788 -298 2016.5 6 0.0493 0.0211 0.0775 -298 2017.5 6 0.0421 0.0141 0.0701 -298 2018.5 6 0.0441 0.0168 0.0714 -298 2019.5 6 0.0376 0.0098 0.0653 -298 2020.5 6 0.0201 -0.0093 0.0495 -298 2012.5 12 0.0416 0.0291 0.0542 -298 2013.5 12 0.0453 0.0335 0.0572 -298 2014.5 12 0.0483 0.0365 0.0602 -298 2015.5 12 0.0514 0.0393 0.0634 -298 2016.5 12 0.0501 0.038 0.0623 -298 2017.5 12 0.0444 0.0321 0.0566 -298 2015 17 0.0415 0.0335 0.0495 -299 2007.5 2 -0.0167 -0.0965 0.063 -299 2008.5 2 0.0258 -0.0551 0.1067 -299 2009.5 2 0.0333 -0.0457 0.1123 -299 2010.5 2 0.1476 0.0629 0.2323 -299 2011.5 2 0.0145 -0.073 0.1021 -299 2008.5 4 0.0153 -0.0127 0.0433 -299 2009.5 4 0.0653 0.0357 0.095 -299 2010.5 4 0.0734 0.0393 0.1075 -299 2009.5 6 0.0479 0.0292 0.0666 -300 2007.5 2 0.0106 -0.0768 0.0979 -300 2008.5 2 0.0358 -0.0564 0.1281 -300 2009.5 2 0.0383 -0.0557 0.1323 -300 2010.5 2 -0.0347 -0.1298 0.0604 -300 2011.5 2 -0.0029 -0.0919 0.086 -300 2008.5 4 0.0293 -0.0244 0.083 -300 2009.5 4 0.0156 -0.029 0.0601 -300 2010.5 4 -0.0031 -0.0477 0.0415 -300 2009.5 6 0.0111 -0.0225 0.0448 -301 2009.5 6 0.0028 -0.0454 0.051 -301 2010.5 6 8e-04 -0.0461 0.0477 -301 2011.5 6 -0.0011 -0.0474 0.0452 -301 2012.5 6 -0.0037 -0.0495 0.042 -301 2013.5 6 -0.0062 -0.0515 0.0392 -301 2014.5 6 -0.0051 -0.0505 0.0403 -301 2015.5 6 1e-04 -0.0456 0.0458 -301 2016.5 6 0.0032 -0.0425 0.0488 -301 2017.5 6 0.0051 -0.0408 0.0509 -301 2018.5 6 0.0059 -0.0402 0.052 -301 2019.5 6 0.0033 -0.043 0.0497 -301 2020.5 6 -8e-04 -0.0488 0.0472 -301 2012.5 12 -0.0014 -0.0282 0.0255 -301 2013.5 12 -9e-04 -0.0273 0.0254 -301 2014.5 12 -2e-04 -0.0265 0.0262 -301 2015.5 12 2e-04 -0.0263 0.0267 -301 2016.5 12 3e-04 -0.0263 0.027 -301 2017.5 12 5e-04 -0.0268 0.0277 -301 2015 17 0 -0.0205 0.0204 -302 2009.5 6 -0.0827 -0.1396 -0.0257 -302 2010.5 6 -0.0594 -0.1165 -0.0023 -302 2011.5 6 0.0082 -0.0485 0.0648 -302 2012.5 6 0.0568 -8e-04 0.1145 -302 2013.5 6 0.0857 0.0304 0.1409 -302 2014.5 6 0.0929 0.0359 0.15 -302 2015.5 6 0.0555 -0.003 0.114 -302 2016.5 6 -0.0309 -0.0867 0.0248 -302 2017.5 6 -0.1073 -0.1654 -0.0491 -302 2018.5 6 -0.1288 -0.1868 -0.0707 -302 2019.5 6 -0.1198 -0.1797 -0.0599 -302 2020.5 6 -0.0906 -0.1599 -0.0213 -302 2012.5 12 0.0074 -0.0142 0.0289 -302 2013.5 12 0.009 -0.0127 0.0308 -302 2014.5 12 0.0077 -0.0153 0.0307 -302 2015.5 12 -0.0017 -0.0259 0.0226 -302 2016.5 12 -0.022 -0.0469 0.0029 -302 2017.5 12 -0.0406 -0.0682 -0.0129 -302 2015 17 -0.0254 -0.0416 -0.0093 -303 2009.5 6 0.023 -0.0484 0.0943 -303 2010.5 6 0.0381 -0.0297 0.106 -303 2011.5 6 0.0456 -0.0335 0.1246 -303 2012.5 6 0.0309 -0.0471 0.109 -303 2013.5 6 0.002 -0.0695 0.0735 -303 2014.5 6 -0.0212 -0.0869 0.0446 -303 2015.5 6 -0.0357 -0.1061 0.0348 -303 2016.5 6 -0.0592 -0.1409 0.0226 -303 2017.5 6 -0.0543 -0.136 0.0273 -303 2018.5 6 -0.0358 -0.1117 0.0401 -303 2019.5 6 0 -0.0692 0.0691 -303 2020.5 6 0.0525 -0.0281 0.1331 -303 2012.5 12 0.0068 -0.0239 0.0374 -303 2013.5 12 -0.0033 -0.035 0.0285 -303 2014.5 12 -0.0128 -0.0479 0.0222 -303 2015.5 12 -0.0178 -0.0538 0.0183 -303 2016.5 12 -0.018 -0.0535 0.0174 -303 2017.5 12 -0.0131 -0.0476 0.0214 -303 2015 17 -6e-04 -0.0227 0.0216 -304 2009.5 6 -0.0018 -0.0361 0.0325 -304 2010.5 6 7e-04 -0.0324 0.0339 -304 2011.5 6 0.0029 -0.03 0.0358 -304 2012.5 6 0.0048 -0.0283 0.0379 -304 2013.5 6 0.0034 -0.0296 0.0363 -304 2014.5 6 2e-04 -0.0323 0.0328 -304 2015.5 6 -0.0037 -0.0362 0.0289 -304 2016.5 6 -0.0062 -0.0392 0.0267 -304 2017.5 6 -0.0062 -0.0396 0.0272 -304 2018.5 6 -0.0036 -0.0369 0.0297 -304 2019.5 6 -6e-04 -0.0342 0.0331 -304 2020.5 6 0.0019 -0.0328 0.0365 -304 2012.5 12 1e-04 -0.0198 0.02 -304 2013.5 12 -3e-04 -0.0199 0.0193 -304 2014.5 12 -8e-04 -0.0205 0.0188 -304 2015.5 12 -0.0012 -0.021 0.0186 -304 2016.5 12 -0.0015 -0.0216 0.0185 -304 2017.5 12 -0.0017 -0.0221 0.0187 -304 2015 17 -7e-04 -0.0164 0.015 -305 2007.5 2 0.1321 -0.1304 0.3945 -305 2008.5 2 -0.037 -0.2557 0.1816 -305 2009.5 2 -0.1423 -0.3903 0.1057 -305 2010.5 2 0.0318 -0.194 0.2575 -305 2011.5 2 -0.0171 -0.2559 0.2217 -305 2008.5 4 -0.0168 -0.1145 0.0808 -305 2009.5 4 -0.0571 -0.156 0.0417 -305 2010.5 4 -0.0339 -0.1371 0.0694 -305 2009.5 6 -0.0203 -0.0855 0.0448 -306 2007.5 2 -0.1592 -0.1951 -0.1233 -306 2008.5 2 0.0502 0.0118 0.0885 -306 2009.5 2 0.0766 0.0404 0.1128 -306 2010.5 2 -0.1715 -0.2068 -0.1362 -306 2011.5 2 -0.0262 -0.0696 0.0171 -306 2008.5 4 -0.0047 -0.0158 0.0064 -306 2009.5 4 -0.0057 -0.0182 0.0067 -306 2010.5 4 -0.0535 -0.0678 -0.0392 -306 2009.5 6 -0.0345 -0.0419 -0.0271 -307 2007.5 2 0.0813 -0.0978 0.2604 -307 2008.5 2 0.0314 -0.1354 0.1981 -307 2009.5 2 0.0761 -0.0931 0.2452 -307 2010.5 2 0.0399 -0.1233 0.2031 -307 2011.5 2 0.0364 -0.1457 0.2185 -307 2008.5 4 0.0598 -0.0239 0.1434 -307 2009.5 4 0.0518 -0.0266 0.1302 -307 2010.5 4 0.0497 -0.0389 0.1384 -307 2009.5 6 0.0527 -0.0121 0.1174 -308 2009.5 6 -0.0317 -0.0739 0.0105 -308 2010.5 6 -0.06 -0.104 -0.016 -308 2011.5 6 -0.0874 -0.1341 -0.0408 -308 2012.5 6 -0.1017 -0.1488 -0.0545 -308 2013.5 6 -0.1093 -0.1593 -0.0594 -308 2014.5 6 -0.0533 -0.1019 -0.0047 -308 2015.5 6 -0.019 -0.0673 0.0292 -308 2016.5 6 0.0089 -0.0408 0.0586 -308 2017.5 6 0.0114 -0.0384 0.0613 -308 2018.5 6 0.0028 -0.0473 0.053 -308 2019.5 6 -0.0427 -0.0949 0.0095 -308 2020.5 6 -0.0861 -0.1459 -0.0263 -308 2012.5 12 -0.0584 -0.0766 -0.0403 -308 2013.5 12 -0.0528 -0.0707 -0.0349 -308 2014.5 12 -0.0451 -0.0631 -0.0271 -308 2015.5 12 -0.0386 -0.0568 -0.0204 -308 2016.5 12 -0.0419 -0.0613 -0.0225 -308 2017.5 12 -0.0383 -0.0598 -0.0168 -308 2015 17 -0.0492 -0.0618 -0.0366 -309 2009.5 6 -0.0626 -0.1387 0.0134 -309 2010.5 6 -0.0319 -0.1059 0.0421 -309 2011.5 6 -0.0073 -0.0798 0.0652 -309 2012.5 6 0.0105 -0.0576 0.0785 -309 2013.5 6 0.029 -0.042 0.1 -309 2014.5 6 0.0499 -0.0241 0.1238 -309 2015.5 6 0.0496 -0.0227 0.122 -309 2016.5 6 0.0491 -0.0211 0.1192 -309 2017.5 6 0.0318 -0.0315 0.095 -309 2018.5 6 -0.0181 -0.0855 0.0494 -309 2019.5 6 -0.0694 -0.1445 0.0056 -309 2020.5 6 -0.0748 -0.1519 0.0022 -309 2012.5 12 0.0061 -0.024 0.0362 -309 2013.5 12 0.0164 -0.0134 0.0463 -309 2014.5 12 0.0222 -0.0076 0.0521 -309 2015.5 12 0.0187 -0.0118 0.0493 -309 2016.5 12 0.0117 -0.0211 0.0445 -309 2017.5 12 3e-04 -0.0342 0.0349 -309 2015 17 -0.0025 -0.0238 0.0187 -310 2007.5 2 -0.0996 -0.247 0.0478 -310 2008.5 2 -0.3353 -0.5062 -0.1643 -310 2009.5 2 -0.066 -0.2416 0.1096 -310 2010.5 2 0.0412 -0.1384 0.2207 -310 2011.5 2 -0.3932 -0.637 -0.1494 -310 2008.5 4 -0.1838 -0.2406 -0.127 -310 2009.5 4 -0.1146 -0.1712 -0.0581 -310 2010.5 4 -0.1213 -0.1972 -0.0454 -310 2009.5 6 -0.1546 -0.1951 -0.1141 -311 2007.5 2 -0.2115 -0.4641 0.0411 -311 2008.5 2 -0.4451 -0.7623 -0.1279 -311 2009.5 2 -0.0145 -0.3147 0.2856 -311 2010.5 2 -0.1626 -0.4915 0.1663 -311 2011.5 2 0.0236 -0.328 0.3753 -311 2008.5 4 -0.2458 -0.3593 -0.1323 -311 2009.5 4 -0.1881 -0.3196 -0.0566 -311 2010.5 4 -0.0623 -0.2093 0.0847 -311 2009.5 6 -0.1695 -0.2582 -0.0807 -312 2007.5 2 -0.1306 -0.3963 0.135 -312 2008.5 2 0.0168 -0.236 0.2696 -312 2009.5 2 -0.0607 -0.3102 0.1888 -312 2010.5 2 -0.1108 -0.3707 0.1492 -312 2011.5 2 -0.0477 -0.3266 0.2312 -312 2008.5 4 -0.0507 -0.1762 0.0749 -312 2009.5 4 -0.0525 -0.1742 0.0693 -312 2010.5 4 -0.0768 -0.2134 0.0597 -312 2009.5 6 -0.0626 -0.1566 0.0315 -313 2007.5 2 0.2231 -0.0717 0.5178 -313 2008.5 2 -0.0149 -0.2959 0.2662 -313 2009.5 2 -0.6091 -0.9853 -0.2329 -313 2010.5 2 -0.2385 -0.6014 0.1245 -313 2011.5 2 -0.0763 -0.4997 0.3471 -313 2008.5 4 -0.1217 -0.2443 8e-04 -313 2009.5 4 -0.3196 -0.4672 -0.1719 -313 2010.5 4 -0.301 -0.476 -0.1259 -313 2009.5 6 -0.1935 -0.2905 -0.0966 -314 2009.5 6 -0.0333 -0.0453 -0.0214 -314 2010.5 6 -0.0628 -0.0747 -0.0509 -314 2011.5 6 -0.024 -0.0358 -0.0123 -314 2012.5 6 0.0422 0.0302 0.0543 -314 2013.5 6 0.0518 0.0399 0.0637 -314 2014.5 6 0.0373 0.0252 0.0494 -314 2015.5 6 0.0437 0.0314 0.056 -314 2016.5 6 -0.0295 -0.0414 -0.0177 -314 2017.5 6 -0.0629 -0.0752 -0.0506 -314 2018.5 6 -0.0405 -0.0515 -0.0294 -314 2019.5 6 -0.0433 -0.055 -0.0317 -314 2020.5 6 -0.0303 -0.0425 -0.0181 -314 2012.5 12 0.0032 -6e-04 0.007 -314 2013.5 12 -0.0025 -0.0064 0.0013 -314 2014.5 12 -0.0025 -0.0067 0.0017 -314 2015.5 12 0.0025 -0.0017 0.0067 -314 2016.5 12 -0.0027 -0.007 0.0017 -314 2017.5 12 -0.0141 -0.0185 -0.0096 -314 2015 17 -0.01 -0.0124 -0.0076 -315 2007.5 2 -0.008 -0.0366 0.0206 -315 2008.5 2 -0.0369 -0.068 -0.0058 -315 2009.5 2 -0.0972 -0.1286 -0.0657 -315 2010.5 2 -0.4741 -0.5094 -0.4387 -315 2011.5 2 0.1544 0.1097 0.199 -315 2008.5 4 -0.0463 -0.0559 -0.0368 -315 2009.5 4 -0.1922 -0.2035 -0.1808 -315 2010.5 4 -0.1725 -0.1858 -0.1591 -315 2009.5 6 -0.1209 -0.1278 -0.114 -316 2007.5 2 0.0463 -0.09 0.1826 -316 2008.5 2 0.0079 -0.1205 0.1362 -316 2009.5 2 0.0925 -0.0417 0.2268 -316 2010.5 2 -0.0629 -0.1952 0.0695 -316 2011.5 2 0.0292 -0.1072 0.1656 -316 2008.5 4 0.0447 -0.0099 0.0992 -316 2009.5 4 0.0204 -0.0278 0.0687 -316 2010.5 4 0.0113 -0.0413 0.064 -316 2009.5 6 0.0219 -0.0113 0.0551 -317 2007.5 2 0.2984 -0.2252 0.822 -317 2008.5 2 0.7061 0.1891 1.2231 -317 2009.5 2 0.354 -0.0302 0.7381 -317 2010.5 2 -0.0052 -0.4276 0.4171 -317 2011.5 2 -0.4032 -0.9598 0.1535 -317 2008.5 4 0.4781 0.283 0.6731 -317 2009.5 4 0.3518 0.1528 0.5508 -317 2010.5 4 -0.0168 -0.2233 0.1896 -317 2009.5 6 0.2362 0.106 0.3665 -318 2007.5 2 0.0489 -0.298 0.3957 -318 2008.5 2 0.1665 -0.1734 0.5065 -318 2009.5 2 0.1965 -0.131 0.524 -318 2010.5 2 0.1395 -0.1725 0.4515 -318 2011.5 2 0.0448 -0.3104 0.4 -318 2008.5 4 0.1402 -0.0146 0.295 -318 2009.5 4 0.1704 0.0145 0.3263 -318 2010.5 4 0.1282 -0.0393 0.2957 -318 2009.5 6 0.1338 0.0201 0.2476 -319 2007.5 2 0.0532 -0.0426 0.1489 -319 2008.5 2 0.0368 -0.0523 0.1259 -319 2009.5 2 -0.0211 -0.1131 0.0708 -319 2010.5 2 -0.047 -0.1401 0.0461 -319 2011.5 2 -0.0329 -0.1344 0.0687 -319 2008.5 4 0.0243 -0.0196 0.0683 -319 2009.5 4 -0.0115 -0.0538 0.0308 -319 2010.5 4 -0.035 -0.0806 0.0106 -319 2009.5 6 -0.0049 -0.036 0.0263 -320 2007.5 2 -0.1957 -0.3958 0.0045 -320 2008.5 2 -0.2118 -0.4306 0.007 -320 2009.5 2 -0.178 -0.3964 0.0404 -320 2010.5 2 -0.6096 -0.8475 -0.3718 -320 2011.5 2 -0.2881 -0.6059 0.0298 -320 2008.5 4 -0.1968 -0.2685 -0.1252 -320 2009.5 4 -0.3176 -0.3986 -0.2367 -320 2010.5 4 -0.3837 -0.4976 -0.2697 -320 2009.5 6 -0.3026 -0.3629 -0.2423 -321 2009.5 6 0.0216 -0.0222 0.0653 -321 2010.5 6 0.0503 0.0071 0.0936 -321 2011.5 6 0.0314 -0.0104 0.0732 -321 2012.5 6 0.0094 -0.0309 0.0497 -321 2013.5 6 0.0013 -0.0391 0.0418 -321 2014.5 6 1e-04 -0.0414 0.0415 -321 2015.5 6 -0.0083 -0.0502 0.0337 -321 2016.5 6 -0.0177 -0.0606 0.0251 -321 2017.5 6 -0.0158 -0.0591 0.0275 -321 2018.5 6 0.0017 -0.0409 0.0442 -321 2019.5 6 0.0042 -0.0392 0.0475 -321 2020.5 6 -0.0093 -0.0542 0.0355 -321 2012.5 12 0.0134 -0.0069 0.0336 -321 2013.5 12 0.01 -0.0098 0.0298 -321 2014.5 12 0.0033 -0.0165 0.023 -321 2015.5 12 -0.001 -0.0205 0.0186 -321 2016.5 12 -0.0034 -0.0233 0.0165 -321 2017.5 12 -0.006 -0.0264 0.0144 -321 2015 17 0.0036 -0.0105 0.0177 -322 2009.5 6 -0.0292 -0.0582 -3e-04 -322 2010.5 6 -0.0374 -0.0663 -0.0085 -322 2011.5 6 -0.0779 -0.1079 -0.0479 -322 2012.5 6 -0.0647 -0.0947 -0.0348 -322 2013.5 6 0.0017 -0.0274 0.0309 -322 2014.5 6 0.0481 0.0188 0.0773 -322 2015.5 6 0.0853 0.0563 0.1143 -322 2016.5 6 0.1031 0.0735 0.1327 -322 2017.5 6 0.0707 0.0422 0.0993 -322 2018.5 6 0.009 -0.0184 0.0365 -322 2019.5 6 -0.0211 -0.0498 0.0077 -322 2020.5 6 -0.0218 -0.0514 0.0077 -322 2012.5 12 -0.0025 -0.0128 0.0077 -322 2013.5 12 0.0139 0.0035 0.0242 -322 2014.5 12 0.0193 0.0088 0.0298 -322 2015.5 12 0.0218 0.0113 0.0323 -322 2016.5 12 0.0255 0.0147 0.0364 -322 2017.5 12 0.0354 0.0242 0.0466 -322 2015 17 0.0098 0.0032 0.0164 -323 2007.5 2 -0.0533 -0.2802 0.1735 -323 2008.5 2 0.0286 -0.1753 0.2326 -323 2009.5 2 0.0612 -0.137 0.2594 -323 2010.5 2 0.0824 -0.1146 0.2794 -323 2011.5 2 0.0472 -0.1558 0.2502 -323 2008.5 4 0.0138 -0.0751 0.1027 -323 2009.5 4 0.0578 -0.033 0.1487 -323 2010.5 4 0.0655 -0.0301 0.1612 -323 2009.5 6 0.0402 -0.0201 0.1006 -324 2009.5 6 -0.0446 -0.0679 -0.0213 -324 2010.5 6 -0.0274 -0.0502 -0.0045 -324 2011.5 6 -0.0188 -0.0422 0.0045 -324 2012.5 6 -0.0154 -0.0391 0.0084 -324 2013.5 6 -0.0169 -0.0405 0.0067 -324 2014.5 6 -0.0317 -0.0554 -0.008 -324 2015.5 6 -0.0419 -0.0659 -0.0179 -324 2016.5 6 -0.0239 -0.048 1e-04 -324 2017.5 6 -0.0097 -0.0336 0.0142 -324 2018.5 6 0.0028 -0.02 0.0257 -324 2019.5 6 0.0086 -0.0152 0.0325 -324 2020.5 6 0.0244 -7e-04 0.0494 -324 2012.5 12 -0.0296 -0.0382 -0.021 -324 2013.5 12 -0.0247 -0.0333 -0.0161 -324 2014.5 12 -0.023 -0.0318 -0.0141 -324 2015.5 12 -0.0166 -0.0255 -0.0077 -324 2016.5 12 -0.0127 -0.0219 -0.0035 -324 2017.5 12 -0.0079 -0.0173 0.0015 -324 2015 17 -0.0165 -0.0221 -0.011 -325 2007.5 2 0.2218 0.0146 0.429 -325 2008.5 2 0.144 -0.0413 0.3293 -325 2009.5 2 -0.2662 -0.4637 -0.0688 -325 2010.5 2 0.1657 -0.0298 0.3612 -325 2011.5 2 -0.1441 -0.3613 0.0732 -325 2008.5 4 0.0443 -0.0251 0.1136 -325 2009.5 4 -0.0136 -0.0787 0.0515 -325 2010.5 4 -0.0568 -0.1301 0.0165 -325 2009.5 6 0.0134 -0.029 0.0558 -326 2007.5 2 -0.0962 -0.2268 0.0344 -326 2008.5 2 -0.0486 -0.1799 0.0826 -326 2009.5 2 -0.097 -0.2349 0.0409 -326 2010.5 2 0.098 -0.0431 0.2391 -326 2011.5 2 0.0054 -0.1385 0.1494 -326 2008.5 4 -0.0774 -0.1314 -0.0233 -326 2009.5 4 -0.024 -0.0732 0.0253 -326 2010.5 4 0.0117 -0.0444 0.0679 -326 2009.5 6 -0.0266 -0.0583 0.0051 -327 2009.5 6 -0.002 -0.058 0.0541 -327 2010.5 6 -0.0125 -0.0663 0.0414 -327 2011.5 6 -0.0264 -0.0799 0.0272 -327 2012.5 6 -0.0327 -0.0863 0.0208 -327 2013.5 6 -0.0369 -0.0909 0.0171 -327 2014.5 6 -0.0368 -0.0915 0.018 -327 2015.5 6 -0.0283 -0.0827 0.0261 -327 2016.5 6 -0.0139 -0.0679 0.0401 -327 2017.5 6 0.0023 -0.0524 0.057 -327 2018.5 6 0.0189 -0.0389 0.0767 -327 2019.5 6 0.034 -0.0292 0.0973 -327 2020.5 6 0.037 -0.0281 0.102 -327 2012.5 12 -0.0225 -0.0532 0.0082 -327 2013.5 12 -0.0229 -0.0529 0.0071 -327 2014.5 12 -0.0208 -0.0504 0.0087 -327 2015.5 12 -0.0156 -0.0449 0.0138 -327 2016.5 12 -0.0073 -0.0373 0.0228 -327 2017.5 12 0.0017 -0.0303 0.0336 -327 2015 17 -0.0081 -0.0312 0.0149 -328 2009.5 6 -0.0192 -0.0692 0.0307 -328 2010.5 6 -0.0619 -0.1081 -0.0156 -328 2011.5 6 -0.0782 -0.1252 -0.0312 -328 2012.5 6 -0.0934 -0.1426 -0.0442 -328 2013.5 6 -0.0761 -0.1248 -0.0273 -328 2014.5 6 -0.0682 -0.1196 -0.0169 -328 2015.5 6 -0.0598 -0.113 -0.0065 -328 2016.5 6 -0.0565 -0.1109 -0.0022 -328 2017.5 6 -0.0261 -0.0818 0.0297 -328 2018.5 6 -0.0074 -0.0617 0.0469 -328 2019.5 6 0.0144 -0.0427 0.0714 -328 2020.5 6 0.0219 -0.0409 0.0847 -328 2012.5 12 -0.056 -0.0765 -0.0356 -328 2013.5 12 -0.0657 -0.0861 -0.0453 -328 2014.5 12 -0.0642 -0.0854 -0.0429 -328 2015.5 12 -0.0531 -0.0741 -0.0321 -328 2016.5 12 -0.0365 -0.0579 -0.015 -328 2017.5 12 -0.0259 -0.0491 -0.0026 -328 2015 17 -0.0399 -0.0537 -0.0261 -329 2009.5 6 -0.0085 -0.0516 0.0346 -329 2010.5 6 -0.0071 -0.0493 0.035 -329 2011.5 6 0.0021 -0.0401 0.0443 -329 2012.5 6 0.0265 -0.0139 0.067 -329 2013.5 6 0.042 0.0016 0.0823 -329 2014.5 6 0.0475 0.0069 0.088 -329 2015.5 6 0.0495 0.0082 0.0908 -329 2016.5 6 0.044 0.0044 0.0835 -329 2017.5 6 0.0434 0.0053 0.0815 -329 2018.5 6 0.0292 -0.0079 0.0663 -329 2019.5 6 0.01 -0.0307 0.0507 -329 2020.5 6 0.0031 -0.0395 0.0457 -329 2012.5 12 0.0195 0.0024 0.0367 -329 2013.5 12 0.0263 0.0095 0.0431 -329 2014.5 12 0.0353 0.0172 0.0535 -329 2015.5 12 0.0371 0.0188 0.0554 -329 2016.5 12 0.032 0.0146 0.0495 -329 2017.5 12 0.0295 0.0113 0.0477 -329 2015 17 0.0229 0.0114 0.0345 -330 2009.5 6 0.0409 -0.0596 0.1415 -330 2010.5 6 0.0812 -0.0123 0.1747 -330 2011.5 6 0.1108 0.0158 0.2058 -330 2012.5 6 0.098 0.0011 0.195 -330 2013.5 6 0.0796 -0.0158 0.175 -330 2014.5 6 0.0768 -0.0156 0.1691 -330 2015.5 6 0.0641 -0.0206 0.1488 -330 2016.5 6 0.0612 -0.0315 0.1539 -330 2017.5 6 0.0597 -0.0414 0.1608 -330 2018.5 6 0.062 -0.0418 0.1659 -330 2019.5 6 0.0671 -0.0397 0.1738 -330 2020.5 6 0.0609 -0.0579 0.1798 -330 2012.5 12 0.0743 0.0307 0.1179 -330 2013.5 12 0.0747 0.0315 0.1178 -330 2014.5 12 0.0778 0.0329 0.1226 -330 2015.5 12 0.0762 0.0291 0.1234 -330 2016.5 12 0.0717 0.0223 0.121 -330 2017.5 12 0.0639 0.01 0.1179 -330 2015 17 0.0691 0.0336 0.1045 -331 2009.5 6 0.0595 0.0319 0.0871 -331 2010.5 6 0.0477 0.0219 0.0736 -331 2011.5 6 0.0336 0.0078 0.0594 -331 2012.5 6 0.0224 -0.0034 0.0482 -331 2013.5 6 5e-04 -0.0253 0.0263 -331 2014.5 6 -0.0181 -0.0447 0.0084 -331 2015.5 6 -0.0019 -0.0275 0.0237 -331 2016.5 6 0.0293 0.004 0.0546 -331 2017.5 6 0.0428 0.0173 0.0684 -331 2018.5 6 0.0424 0.0179 0.0669 -331 2019.5 6 0.0376 0.0129 0.0622 -331 2020.5 6 0.0274 0.0018 0.0531 -331 2012.5 12 0.0233 0.0132 0.0334 -331 2013.5 12 0.021 0.0113 0.0307 -331 2014.5 12 0.0212 0.0115 0.031 -331 2015.5 12 0.019 0.0092 0.0288 -331 2016.5 12 0.0186 0.0086 0.0285 -331 2017.5 12 0.0208 0.0106 0.0311 -331 2015 17 0.0261 0.0198 0.0324 -332 2009.5 6 0.0208 -0.0384 0.0801 -332 2010.5 6 0.0209 -0.0344 0.0762 -332 2011.5 6 0.0143 -0.0354 0.064 -332 2012.5 6 0.0091 -0.0407 0.059 -332 2013.5 6 0.0087 -0.041 0.0584 -332 2014.5 6 0.0136 -0.0342 0.0614 -332 2015.5 6 0.0201 -0.0296 0.0697 -332 2016.5 6 0.0278 -0.0303 0.086 -332 2017.5 6 0.0209 -0.0327 0.0745 -332 2018.5 6 0.0087 -0.0405 0.0579 -332 2019.5 6 -0.0023 -0.0553 0.0508 -332 2020.5 6 -0.0089 -0.0673 0.0496 -332 2012.5 12 0.0163 -0.0126 0.0453 -332 2013.5 12 0.0181 -0.0112 0.0474 -332 2014.5 12 0.0161 -0.0112 0.0435 -332 2015.5 12 0.0141 -0.0124 0.0406 -332 2016.5 12 0.0114 -0.015 0.0378 -332 2017.5 12 0.0096 -0.0177 0.0369 -332 2015 17 0.0127 -0.0084 0.0338 -333 2007.5 2 0.0749 -0.0284 0.1782 -333 2008.5 2 -0.2272 -0.3375 -0.1168 -333 2009.5 2 -0.087 -0.1894 0.0155 -333 2010.5 2 0.2121 0.1048 0.3193 -333 2011.5 2 -0.0541 -0.1634 0.0551 -333 2008.5 4 -0.0945 -0.1304 -0.0585 -333 2009.5 4 -0.0393 -0.0728 -0.0058 -333 2010.5 4 0.0425 0.0033 0.0817 -333 2009.5 6 -0.0228 -0.0434 -0.0023 -334 2009.5 6 0.087 -0.0061 0.1801 -334 2010.5 6 0.0945 0.0058 0.1832 -334 2011.5 6 0.0794 -0.013 0.1717 -334 2012.5 6 0.0107 -0.0791 0.1004 -334 2013.5 6 -0.0929 -0.1844 -0.0014 -334 2014.5 6 -0.1794 -0.2814 -0.0773 -334 2015.5 6 -0.2199 -0.3357 -0.1042 -334 2016.5 6 -0.1875 -0.2952 -0.0799 -334 2017.5 6 -0.1757 -0.2874 -0.0641 -334 2018.5 6 -0.1396 -0.2587 -0.0205 -334 2019.5 6 -0.1043 -0.236 0.0274 -334 2020.5 6 -0.1029 -0.2511 0.0452 -334 2012.5 12 -0.0387 -0.0816 0.0041 -334 2013.5 12 -0.0674 -0.1113 -0.0234 -334 2014.5 12 -0.0926 -0.1389 -0.0464 -334 2015.5 12 -0.1241 -0.1741 -0.0741 -334 2016.5 12 -0.1431 -0.1969 -0.0893 -334 2017.5 12 -0.1502 -0.2098 -0.0905 -334 2015 17 -0.082 -0.1175 -0.0464 -335 2007.5 2 -0.2399 -0.4265 -0.0533 -335 2008.5 2 0.0371 -0.1465 0.2208 -335 2009.5 2 0.1966 0.0017 0.3914 -335 2010.5 2 -0.3198 -0.516 -0.1236 -335 2011.5 2 -0.1726 -0.3938 0.0486 -335 2008.5 4 0.0018 -0.0619 0.0656 -335 2009.5 4 -0.0062 -0.0759 0.0635 -335 2010.5 4 -0.1207 -0.2074 -0.034 -335 2009.5 6 -0.073 -0.1196 -0.0263 -336 2007.5 2 0.1784 0.0608 0.296 -336 2008.5 2 -0.0996 -0.22 0.0209 -336 2009.5 2 0.0342 -0.0826 0.151 -336 2010.5 2 0.2539 0.1453 0.3625 -336 2011.5 2 0.1309 0.0123 0.2494 -336 2008.5 4 0.024 -0.0158 0.0637 -336 2009.5 4 0.06 0.0225 0.0974 -336 2010.5 4 0.1511 0.1055 0.1966 -336 2009.5 6 0.0882 0.0644 0.1121 -337 2009.5 6 0.0267 0.0037 0.0496 -337 2010.5 6 0.0084 -0.0135 0.0302 -337 2011.5 6 -0.0012 -0.0228 0.0205 -337 2012.5 6 -0.0168 -0.0384 0.0048 -337 2013.5 6 -0.0223 -0.0444 -2e-04 -337 2014.5 6 -0.0154 -0.0375 0.0067 -337 2015.5 6 -0.0203 -0.042 0.0014 -337 2016.5 6 -0.0288 -0.0508 -0.0067 -337 2017.5 6 -0.0083 -0.0301 0.0135 -337 2018.5 6 0.0028 -0.0188 0.0243 -337 2019.5 6 0.0011 -0.0215 0.0237 -337 2020.5 6 -0.0084 -0.0338 0.0169 -337 2012.5 12 -0.0031 -0.0115 0.0054 -337 2013.5 12 -0.0108 -0.0191 -0.0025 -337 2014.5 12 -0.0134 -0.0218 -0.005 -337 2015.5 12 -0.0142 -0.0227 -0.0058 -337 2016.5 12 -0.0118 -0.0206 -0.003 -337 2017.5 12 -0.0122 -0.0216 -0.0028 -337 2015 17 -0.0071 -0.0127 -0.0014 -338 2007.5 2 -0.0696 -0.3835 0.2443 -338 2008.5 2 -0.0569 -0.3434 0.2295 -338 2009.5 2 -0.0352 -0.3041 0.2337 -338 2010.5 2 -0.4776 -0.7539 -0.2013 -338 2011.5 2 -0.3878 -0.7578 -0.0178 -338 2008.5 4 -0.0542 -0.1558 0.0474 -338 2009.5 4 -0.1744 -0.2771 -0.0717 -338 2010.5 4 -0.3179 -0.4467 -0.1891 -338 2009.5 6 -0.1966 -0.2702 -0.1229 -339 2009.5 6 -0.013 -0.0342 0.0083 -339 2010.5 6 0.0049 -0.018 0.0278 -339 2011.5 6 -0.0194 -0.0448 0.0059 -339 2012.5 6 -0.0186 -0.0415 0.0043 -339 2013.5 6 -0.0119 -0.0348 0.011 -339 2014.5 6 -0.046 -0.0701 -0.022 -339 2015.5 6 -0.0394 -0.0639 -0.0149 -339 2016.5 6 -0.0329 -0.0584 -0.0075 -339 2017.5 6 -0.0396 -0.0639 -0.0153 -339 2018.5 6 -0.0163 -0.0399 0.0072 -339 2019.5 6 0.0157 -0.0097 0.041 -339 2020.5 6 0.0197 -0.0079 0.0473 -339 2012.5 12 -0.026 -0.0341 -0.018 -339 2013.5 12 -0.0236 -0.0321 -0.0151 -339 2014.5 12 -0.0247 -0.0334 -0.0159 -339 2015.5 12 -0.0227 -0.0311 -0.0143 -339 2016.5 12 -0.0242 -0.0332 -0.0152 -339 2017.5 12 -0.0183 -0.028 -0.0087 -339 2015 17 -0.0186 -0.024 -0.0132 -340 2009.5 6 0.0016 -0.0141 0.0174 -340 2010.5 6 7e-04 -0.0144 0.0159 -340 2011.5 6 9e-04 -0.0141 0.0159 -340 2012.5 6 0.0018 -0.0132 0.0168 -340 2013.5 6 0.0025 -0.0128 0.0178 -340 2014.5 6 0.0021 -0.0131 0.0172 -340 2015.5 6 0.0019 -0.0133 0.0171 -340 2016.5 6 0.0011 -0.0139 0.0161 -340 2017.5 6 2e-04 -0.0149 0.0153 -340 2018.5 6 -7e-04 -0.0161 0.0147 -340 2019.5 6 -0.0013 -0.0172 0.0145 -340 2020.5 6 -0.0018 -0.0183 0.0148 -340 2012.5 12 0.0017 -0.0077 0.0112 -340 2013.5 12 0.0015 -0.0077 0.0106 -340 2014.5 12 0.0013 -0.0078 0.0103 -340 2015.5 12 0.0011 -0.008 0.0101 -340 2016.5 12 7e-04 -0.0085 0.0099 -340 2017.5 12 3e-04 -0.0092 0.0097 -340 2015 17 9e-04 -0.0064 0.0082 -341 2009.5 6 0.0774 0.0171 0.1376 -341 2010.5 6 0.0431 -0.005 0.0913 -341 2011.5 6 0.0046 -0.0405 0.0496 -341 2012.5 6 -0.0255 -0.0738 0.0227 -341 2013.5 6 -0.0262 -0.0729 0.0204 -341 2014.5 6 -0.0247 -0.0707 0.0213 -341 2015.5 6 -5e-04 -0.0454 0.0444 -341 2016.5 6 0 -0.0456 0.0457 -341 2017.5 6 -0.0015 -0.0473 0.0442 -341 2018.5 6 -0.0284 -0.0727 0.0158 -341 2019.5 6 -0.0383 -0.0849 0.0083 -341 2020.5 6 -0.0538 -0.1074 -3e-04 -341 2012.5 12 0.0157 -0.0057 0.0371 -341 2013.5 12 0.0017 -0.0177 0.0211 -341 2014.5 12 -0.0087 -0.0282 0.0107 -341 2015.5 12 -0.0171 -0.0372 0.0029 -341 2016.5 12 -0.0201 -0.0404 2e-04 -341 2017.5 12 -0.023 -0.0442 -0.0018 -341 2015 17 -0.0041 -0.0178 0.0097 -342 2009.5 6 0.1535 0.0341 0.2729 -342 2010.5 6 0.0972 -0.0061 0.2006 -342 2011.5 6 0.0526 -0.0527 0.1579 -342 2012.5 6 0.0847 -0.0129 0.1822 -342 2013.5 6 0.1421 0.0514 0.2329 -342 2014.5 6 0.1859 0.0987 0.2731 -342 2015.5 6 0.1832 0.092 0.2745 -342 2016.5 6 0.1371 0.0451 0.2291 -342 2017.5 6 0.0578 -0.0277 0.1433 -342 2018.5 6 0.0316 -0.0489 0.1121 -342 2019.5 6 0.0604 -0.0167 0.1376 -342 2020.5 6 0.0869 0.0038 0.17 -342 2012.5 12 0.1314 0.088 0.1749 -342 2013.5 12 0.118 0.0794 0.1566 -342 2014.5 12 0.1141 0.077 0.1513 -342 2015.5 12 0.1078 0.0721 0.1436 -342 2016.5 12 0.1117 0.0755 0.1479 -342 2017.5 12 0.1031 0.0664 0.1398 -342 2015 17 0.1109 0.0844 0.1375 -343 2007.5 2 -0.0053 -0.1374 0.1268 -343 2008.5 2 -0.0639 -0.2035 0.0757 -343 2009.5 2 0.0855 -0.0514 0.2225 -343 2010.5 2 0.1359 -0.0037 0.2756 -343 2011.5 2 -0.0069 -0.1594 0.1456 -343 2008.5 4 -0.0015 -0.0531 0.0502 -343 2009.5 4 0.0558 0.0035 0.1081 -343 2010.5 4 0.0779 0.0121 0.1437 -343 2009.5 6 0.0367 0.0018 0.0716 -344 2007.5 2 -0.0239 -0.0698 0.022 -344 2008.5 2 -0.0066 -0.0557 0.0425 -344 2009.5 2 -0.1473 -0.1958 -0.0988 -344 2010.5 2 -0.017 -0.0648 0.0307 -344 2011.5 2 -0.1187 -0.1784 -0.0591 -344 2008.5 4 -0.054 -0.0692 -0.0388 -344 2009.5 4 -0.066 -0.0821 -0.0499 -344 2010.5 4 -0.0866 -0.1063 -0.067 -344 2009.5 6 -0.0636 -0.0739 -0.0534 -345 2007.5 2 0.0347 -0.1579 0.2272 -345 2008.5 2 0.0169 -0.17 0.2039 -345 2009.5 2 0.0719 -0.1103 0.254 -345 2010.5 2 0.1066 -0.0698 0.2829 -345 2011.5 2 -0.0618 -0.2673 0.1437 -345 2008.5 4 0.0387 -0.0309 0.1084 -345 2009.5 4 0.0658 -0.0015 0.1331 -345 2010.5 4 0.0456 -0.0301 0.1213 -345 2009.5 6 0.0428 -0.0014 0.087 -346 2009.5 6 0.0106 -0.0297 0.0509 -346 2010.5 6 0.0041 -0.0344 0.0426 -346 2011.5 6 0.0071 -0.0301 0.0443 -346 2012.5 6 0.0157 -0.0196 0.051 -346 2013.5 6 0.0291 -0.0093 0.0675 -346 2014.5 6 0.0358 -0.0062 0.0778 -346 2015.5 6 0.0258 -0.0119 0.0636 -346 2016.5 6 0.0035 -0.031 0.038 -346 2017.5 6 -0.0138 -0.0507 0.023 -346 2018.5 6 -0.0218 -0.0606 0.0171 -346 2019.5 6 -0.0155 -0.0516 0.0205 -346 2020.5 6 0.0015 -0.0353 0.0383 -346 2012.5 12 0.0169 -0.0012 0.0349 -346 2013.5 12 0.0146 -0.0022 0.0314 -346 2014.5 12 0.0109 -0.0052 0.0271 -346 2015.5 12 0.0081 -0.0078 0.024 -346 2016.5 12 0.0062 -0.0098 0.0223 -346 2017.5 12 0.005 -0.0114 0.0214 -346 2015 17 0.0086 -0.0029 0.0201 -347 2007.5 2 -0.1207 -0.2826 0.0412 -347 2008.5 2 -0.1734 -0.3461 -6e-04 -347 2009.5 2 -0.2275 -0.4142 -0.0408 -347 2010.5 2 -0.349 -0.5732 -0.1248 -347 2011.5 2 -0.0168 -0.2625 0.2289 -347 2008.5 4 -0.1738 -0.2381 -0.1095 -347 2009.5 4 -0.2477 -0.3267 -0.1687 -347 2010.5 4 -0.2129 -0.3079 -0.1178 -347 2009.5 6 -0.1975 -0.2495 -0.1455 -348 2007.5 2 0.232 -0.1394 0.6033 -348 2008.5 2 0.1177 -0.2459 0.4812 -348 2009.5 2 0.2197 -0.1715 0.6109 -348 2010.5 2 -0.1058 -0.4846 0.273 -348 2011.5 2 -0.2392 -0.7596 0.2813 -348 2008.5 4 0.1826 0.0257 0.3394 -348 2009.5 4 0.0914 -0.0781 0.261 -348 2010.5 4 -0.0481 -0.2599 0.1636 -348 2009.5 6 0.0582 -0.0702 0.1866 -349 2007.5 2 0.0534 0.0226 0.0842 -349 2008.5 2 -0.0086 -0.0411 0.0238 -349 2009.5 2 -0.0167 -0.0486 0.0153 -349 2010.5 2 -0.0085 -0.0395 0.0225 -349 2011.5 2 0.0698 0.0329 0.1067 -349 2008.5 4 0.0076 -0.0027 0.0178 -349 2009.5 4 -0.0118 -0.0225 -0.0011 -349 2010.5 4 0.0125 1e-04 0.025 -349 2009.5 6 0.0094 0.0028 0.016 -350 2007.5 2 -0.0342 -0.2468 0.1783 -350 2008.5 2 0.0571 -0.1515 0.2657 -350 2009.5 2 -0.0566 -0.2582 0.145 -350 2010.5 2 -0.0562 -0.2592 0.1468 -350 2011.5 2 -0.0613 -0.2858 0.1632 -350 2008.5 4 -0.0044 -0.0915 0.0827 -350 2009.5 4 -0.0224 -0.1073 0.0625 -350 2010.5 4 -0.0579 -0.1543 0.0385 -350 2009.5 6 -0.028 -0.0871 0.0311 -351 2007.5 2 0.3077 0.2499 0.3655 -351 2008.5 2 0.1191 0.061 0.1773 -351 2009.5 2 0.1062 0.05 0.1625 -351 2010.5 2 0.0597 0.0059 0.1136 -351 2011.5 2 0.1191 0.055 0.1831 -351 2008.5 4 0.1718 0.1529 0.1908 -351 2009.5 4 0.0962 0.0773 0.115 -351 2010.5 4 0.0915 0.0696 0.1133 -351 2009.5 6 0.1292 0.1171 0.1412 -352 2007.5 2 0.1571 0.1134 0.2008 -352 2008.5 2 0.0209 -0.022 0.0638 -352 2009.5 2 -0.0267 -0.0694 0.0159 -352 2010.5 2 -0.036 -0.0779 0.006 -352 2011.5 2 0.101 0.0512 0.1508 -352 2008.5 4 0.0475 0.033 0.0619 -352 2009.5 4 -0.0152 -0.0302 -2e-04 -352 2010.5 4 0.0079 -0.0088 0.0246 -352 2009.5 6 0.0265 0.0174 0.0357 -353 2007.5 2 0.0988 -0.2315 0.429 -353 2008.5 2 0.239 -0.0866 0.5646 -353 2009.5 2 0.245 -0.0708 0.5609 -353 2010.5 2 0.0189 -0.2618 0.2996 -353 2011.5 2 -0.2331 -0.6273 0.1612 -353 2008.5 4 0.1986 0.0341 0.3632 -353 2009.5 4 0.1753 0.0218 0.3288 -353 2010.5 4 0.0112 -0.1453 0.1677 -353 2009.5 6 0.1028 -0.0016 0.2071 -354 2009.5 6 -0.0268 -0.0697 0.0161 -354 2010.5 6 -0.0215 -0.0621 0.0191 -354 2011.5 6 -0.0172 -0.0582 0.0237 -354 2012.5 6 -0.0168 -0.0595 0.0258 -354 2013.5 6 -0.0331 -0.077 0.0108 -354 2014.5 6 -0.0459 -0.0913 -5e-04 -354 2015.5 6 -0.036 -0.08 0.0081 -354 2016.5 6 -0.0126 -0.0555 0.0302 -354 2017.5 6 0.0261 -0.0194 0.0716 -354 2018.5 6 0.0361 -0.0088 0.081 -354 2019.5 6 0.034 -0.0108 0.0787 -354 2020.5 6 0.0104 -0.0351 0.0558 -354 2012.5 12 -0.0282 -0.0464 -0.01 -354 2013.5 12 -0.0231 -0.0403 -0.0058 -354 2014.5 12 -0.0147 -0.0318 0.0024 -354 2015.5 12 -0.0081 -0.0252 0.009 -354 2016.5 12 -0.0032 -0.0207 0.0143 -354 2017.5 12 -0.0031 -0.0212 0.015 -354 2015 17 -0.0117 -0.0228 -7e-04 -355 2007.5 2 -0.0629 -0.115 -0.0109 -355 2008.5 2 -0.1429 -0.2021 -0.0838 -355 2009.5 2 0.0415 -0.0169 0.0999 -355 2010.5 2 -0.0442 -0.0992 0.0107 -355 2011.5 2 -0.0176 -0.0839 0.0487 -355 2008.5 4 -0.0636 -0.0818 -0.0454 -355 2009.5 4 -0.0395 -0.0588 -0.0203 -355 2010.5 4 -0.0105 -0.0339 0.0128 -355 2009.5 6 -0.0436 -0.0559 -0.0313 -356 2009.5 6 -0.0394 -0.1317 0.0529 -356 2010.5 6 -0.0223 -0.1103 0.0657 -356 2011.5 6 -0.0072 -0.0925 0.0781 -356 2012.5 6 0.0028 -0.0806 0.0861 -356 2013.5 6 0.0034 -0.0792 0.086 -356 2014.5 6 -0.0044 -0.0865 0.0778 -356 2015.5 6 -0.0174 -0.0988 0.064 -356 2016.5 6 -0.0273 -0.1081 0.0535 -356 2017.5 6 -0.0372 -0.1197 0.0453 -356 2018.5 6 -0.0483 -0.1338 0.0372 -356 2019.5 6 -0.0481 -0.1359 0.0396 -356 2020.5 6 -0.0435 -0.1372 0.0502 -356 2012.5 12 -0.0155 -0.0645 0.0335 -356 2013.5 12 -0.0143 -0.0612 0.0326 -356 2014.5 12 -0.0155 -0.0613 0.0303 -356 2015.5 12 -0.0197 -0.0652 0.0258 -356 2016.5 12 -0.0248 -0.071 0.0215 -356 2017.5 12 -0.0297 -0.0786 0.0192 -356 2015 17 -0.0239 -0.0609 0.013 -357 2007.5 2 -0.2576 -0.4813 -0.0339 -357 2008.5 2 -0.4004 -0.6327 -0.1682 -357 2009.5 2 -0.0935 -0.3297 0.1427 -357 2010.5 2 -0.0643 -0.3063 0.1777 -357 2011.5 2 -0.0327 -0.308 0.2426 -357 2008.5 4 -0.2655 -0.3593 -0.1716 -357 2009.5 4 -0.1768 -0.2616 -0.092 -357 2010.5 4 -0.0636 -0.1651 0.038 -357 2009.5 6 -0.1717 -0.2311 -0.1124 -358 2009.5 6 0.0243 -0.0363 0.0849 -358 2010.5 6 0.0515 -0.0095 0.1124 -358 2011.5 6 0.0416 -0.0165 0.0997 -358 2012.5 6 0.0073 -0.0487 0.0632 -358 2013.5 6 -0.0334 -0.0897 0.0228 -358 2014.5 6 -0.0364 -0.0936 0.0208 -358 2015.5 6 -0.0022 -0.056 0.0516 -358 2016.5 6 0.0284 -0.0266 0.0833 -358 2017.5 6 0.047 -0.0116 0.1056 -358 2018.5 6 0.0356 -0.0189 0.0901 -358 2019.5 6 0.0089 -0.0459 0.0638 -358 2020.5 6 -0.0236 -0.0846 0.0374 -358 2012.5 12 0.0066 -0.018 0.0312 -358 2013.5 12 0.0142 -0.0091 0.0376 -358 2014.5 12 0.0161 -0.0074 0.0397 -358 2015.5 12 0.0098 -0.0126 0.0322 -358 2016.5 12 0.001 -0.0217 0.0236 -358 2017.5 12 0.0029 -0.0213 0.027 -358 2015 17 0.0079 -0.0082 0.024 -359 2009.5 6 0.0751 0.0335 0.1167 -359 2010.5 6 0.0021 -0.0413 0.0456 -359 2011.5 6 -0.0405 -0.088 0.007 -359 2012.5 6 -0.0166 -0.0598 0.0267 -359 2013.5 6 0.0138 -0.0262 0.0538 -359 2014.5 6 0.0064 -0.0384 0.0511 -359 2015.5 6 -0.0349 -0.0838 0.014 -359 2016.5 6 -0.0848 -0.1331 -0.0364 -359 2017.5 6 -0.1792 -0.2333 -0.1251 -359 2018.5 6 -0.1486 -0.1972 -0.1001 -359 2019.5 6 -0.0687 -0.1221 -0.0153 -359 2020.5 6 -0.0272 -0.0862 0.0317 -359 2012.5 12 -0.0018 -0.0177 0.0141 -359 2013.5 12 -0.0284 -0.0447 -0.0122 -359 2014.5 12 -0.0505 -0.0687 -0.0323 -359 2015.5 12 -0.0622 -0.0802 -0.0442 -359 2016.5 12 -0.0693 -0.0889 -0.0498 -359 2017.5 12 -0.0647 -0.086 -0.0434 -359 2015 17 -0.0357 -0.0477 -0.0238 -360 2007.5 2 -0.034 -0.1293 0.0613 -360 2008.5 2 -0.2037 -0.3077 -0.0998 -360 2009.5 2 0.2915 0.191 0.392 -360 2010.5 2 0.0567 -0.0357 0.149 -360 2011.5 2 -0.0384 -0.1484 0.0716 -360 2008.5 4 -0.0042 -0.0358 0.0273 -360 2009.5 4 0.0725 0.04 0.105 -360 2010.5 4 0.0986 0.0604 0.1368 -360 2009.5 6 0.031 0.0108 0.0512 -361 2009.5 6 -0.0307 -0.0523 -0.0091 -361 2010.5 6 -0.0293 -0.0513 -0.0073 -361 2011.5 6 -0.0086 -0.0298 0.0127 -361 2012.5 6 0.0248 0.0026 0.0471 -361 2013.5 6 0.0248 0.0031 0.0464 -361 2014.5 6 0.0154 -0.0064 0.0372 -361 2015.5 6 -0.0026 -0.024 0.0189 -361 2016.5 6 -0.0247 -0.0464 -0.003 -361 2017.5 6 -0.0233 -0.0445 -0.0021 -361 2018.5 6 -0.0125 -0.0331 0.0081 -361 2019.5 6 -0.0016 -0.023 0.0198 -361 2020.5 6 0.008 -0.0151 0.0311 -361 2012.5 12 -0.0067 -0.0146 0.0012 -361 2013.5 12 -0.0043 -0.0122 0.0037 -361 2014.5 12 1e-04 -0.0083 0.0085 -361 2015.5 12 -0.0015 -0.0099 0.0069 -361 2016.5 12 -0.0018 -0.0104 0.0069 -361 2017.5 12 -0.002 -0.011 0.007 -361 2015 17 -0.0049 -0.0102 4e-04 -362 2009.5 6 0.101 -0.0262 0.2283 -362 2010.5 6 0.0475 -0.0735 0.1685 -362 2011.5 6 -0.0456 -0.1646 0.0734 -362 2012.5 6 -0.1194 -0.2524 0.0137 -362 2013.5 6 -0.1812 -0.3317 -0.0307 -362 2014.5 6 -0.1575 -0.2999 -0.0152 -362 2015.5 6 -0.0969 -0.2259 0.0321 -362 2016.5 6 0.0209 -0.11 0.1517 -362 2017.5 6 0.0918 -0.06 0.2436 -362 2018.5 6 0.0857 -0.0552 0.2265 -362 2019.5 6 0.0605 -0.0754 0.1964 -362 2020.5 6 0.0384 -0.105 0.1819 -362 2012.5 12 -0.0443 -0.1044 0.0157 -362 2013.5 12 -0.0463 -0.1032 0.0106 -362 2014.5 12 -0.0536 -0.1107 0.0035 -362 2015.5 12 -0.0433 -0.0989 0.0123 -362 2016.5 12 -0.0308 -0.0872 0.0256 -362 2017.5 12 -0.005 -0.0677 0.0577 -362 2015 17 -0.0138 -0.056 0.0284 -363 2007.5 2 0.4182 0.129 0.7073 -363 2008.5 2 0.3201 0.0599 0.5802 -363 2009.5 2 0.1081 -0.1427 0.3589 -363 2010.5 2 0.1342 -0.1267 0.3951 -363 2011.5 2 0.0919 -0.2342 0.418 -363 2008.5 4 0.2859 0.1626 0.4091 -363 2009.5 4 0.1795 0.0783 0.2807 -363 2010.5 4 0.1137 -0.0184 0.2458 -363 2009.5 6 0.2045 0.1181 0.2908 -364 2009.5 6 0.035 -0.0739 0.1439 -364 2010.5 6 0.0037 -0.0976 0.105 -364 2011.5 6 -0.0265 -0.1279 0.0748 -364 2012.5 6 -0.0427 -0.1418 0.0563 -364 2013.5 6 -0.0409 -0.1351 0.0534 -364 2014.5 6 -0.0357 -0.132 0.0606 -364 2015.5 6 -0.0384 -0.1389 0.0621 -364 2016.5 6 -0.06 -0.1632 0.0433 -364 2017.5 6 -0.0918 -0.2039 0.0203 -364 2018.5 6 -0.1198 -0.2468 0.0071 -364 2019.5 6 -0.1249 -0.2602 0.0104 -364 2020.5 6 -0.1079 -0.2444 0.0286 -364 2012.5 12 -0.0166 -0.0696 0.0365 -364 2013.5 12 -0.0342 -0.0854 0.0169 -364 2014.5 12 -0.05 -0.1038 0.0038 -364 2015.5 12 -0.0644 -0.1237 -0.0051 -364 2016.5 12 -0.0746 -0.1403 -0.009 -364 2017.5 12 -0.0796 -0.1516 -0.0076 -364 2015 17 -0.0505 -0.0969 -0.0041 -365 2009.5 6 -0.014 -0.0381 0.0101 -365 2010.5 6 -0.0204 -0.0442 0.0035 -365 2011.5 6 -0.0154 -0.0392 0.0083 -365 2012.5 6 -0.017 -0.0407 0.0066 -365 2013.5 6 -0.0153 -0.0392 0.0086 -365 2014.5 6 -0.021 -0.0452 0.0033 -365 2015.5 6 -0.0197 -0.0444 0.0051 -365 2016.5 6 -0.0255 -0.0503 -7e-04 -365 2017.5 6 -0.0268 -0.0524 -0.0012 -365 2018.5 6 -0.0224 -0.0485 0.0037 -365 2019.5 6 -0.0257 -0.0535 0.002 -365 2020.5 6 -0.0245 -0.0546 0.0057 -365 2012.5 12 -0.0178 -0.0302 -0.0054 -365 2013.5 12 -0.0197 -0.0319 -0.0074 -365 2014.5 12 -0.0198 -0.0322 -0.0073 -365 2015.5 12 -0.0212 -0.0339 -0.0084 -365 2016.5 12 -0.0225 -0.0359 -0.0091 -365 2017.5 12 -0.0229 -0.0373 -0.0085 -365 2015 17 -0.0204 -0.0303 -0.0105 -366 2009.5 6 0.0268 -0.0013 0.0549 -366 2010.5 6 0.0053 -0.0221 0.0328 -366 2011.5 6 -0.0032 -0.0306 0.0242 -366 2012.5 6 4e-04 -0.0265 0.0272 -366 2013.5 6 0.0058 -0.0213 0.033 -366 2014.5 6 0.0114 -0.0162 0.0389 -366 2015.5 6 0.0014 -0.0255 0.0283 -366 2016.5 6 6e-04 -0.0258 0.027 -366 2017.5 6 0.0252 -8e-04 0.0512 -366 2018.5 6 0.0469 0.0225 0.0714 -366 2019.5 6 0.0463 0.0203 0.0723 -366 2020.5 6 -0.0097 -0.0381 0.0188 -366 2012.5 12 0.009 -0.001 0.019 -366 2013.5 12 0.0055 -0.0043 0.0154 -366 2014.5 12 0.0081 -0.0019 0.0181 -366 2015.5 12 0.0156 0.0057 0.0254 -366 2016.5 12 0.0195 0.0093 0.0297 -366 2017.5 12 0.0093 -0.0014 0.02 -366 2015 17 0.0102 0.0039 0.0164 -367 2009.5 6 0.0628 0.0488 0.0769 -367 2010.5 6 0.0319 0.0175 0.0463 -367 2011.5 6 0.0446 0.0301 0.059 -367 2012.5 6 0.0391 0.0249 0.0532 -367 2013.5 6 0.0192 0.0055 0.0329 -367 2014.5 6 0.0043 -0.0099 0.0184 -367 2015.5 6 -0.0069 -0.0216 0.0077 -367 2016.5 6 -0.0476 -0.0618 -0.0334 -367 2017.5 6 -0.053 -0.0678 -0.0383 -367 2018.5 6 -0.0253 -0.0388 -0.0118 -367 2019.5 6 0.0128 -0.0013 0.027 -367 2020.5 6 0.0432 0.0285 0.0579 -367 2012.5 12 0.0185 0.0136 0.0235 -367 2013.5 12 0.0105 0.0055 0.0154 -367 2014.5 12 0.0033 -0.0019 0.0085 -367 2015.5 12 -0.0048 -0.0099 3e-04 -367 2016.5 12 -0.0079 -0.0131 -0.0028 -367 2017.5 12 -0.0067 -0.0119 -0.0014 -367 2015 17 0.0093 0.0062 0.0124 -368 2009.5 6 0.0401 0.0077 0.0725 -368 2010.5 6 0.032 0.0013 0.0626 -368 2011.5 6 0.0257 -0.0048 0.0562 -368 2012.5 6 0.0076 -0.0226 0.0378 -368 2013.5 6 -0.0025 -0.0328 0.0278 -368 2014.5 6 -0.009 -0.0402 0.0222 -368 2015.5 6 0.0019 -0.0283 0.0321 -368 2016.5 6 0.0198 -0.0104 0.0499 -368 2017.5 6 0.02 -0.0103 0.0503 -368 2018.5 6 0.0207 -0.0083 0.0497 -368 2019.5 6 0.0118 -0.0173 0.0408 -368 2020.5 6 -0.0021 -0.0333 0.0291 -368 2012.5 12 0.0147 0.002 0.0273 -368 2013.5 12 0.0141 0.0018 0.0263 -368 2014.5 12 0.0128 5e-04 0.0252 -368 2015.5 12 0.0096 -0.0028 0.022 -368 2016.5 12 0.0072 -0.0056 0.0199 -368 2017.5 12 0.0062 -0.0071 0.0196 -368 2015 17 0.0126 0.0043 0.0209 -369 2009.5 6 -0.0648 -0.1388 0.0092 -369 2010.5 6 -0.1185 -0.1967 -0.0403 -369 2011.5 6 -0.1335 -0.2213 -0.0457 -369 2012.5 6 -0.1358 -0.227 -0.0446 -369 2013.5 6 -0.1144 -0.2011 -0.0277 -369 2014.5 6 -0.0555 -0.1328 0.0218 -369 2015.5 6 -0.0222 -0.107 0.0626 -369 2016.5 6 -0.0177 -0.109 0.0736 -369 2017.5 6 -0.0336 -0.1283 0.0611 -369 2018.5 6 -0.0469 -0.144 0.0502 -369 2019.5 6 -0.0418 -0.1364 0.0528 -369 2020.5 6 -0.0235 -0.1254 0.0785 -369 2012.5 12 -0.0823 -0.1196 -0.0451 -369 2013.5 12 -0.0832 -0.1224 -0.044 -369 2014.5 12 -0.0742 -0.1156 -0.0329 -369 2015.5 12 -0.0651 -0.1089 -0.0213 -369 2016.5 12 -0.0529 -0.0985 -0.0074 -369 2017.5 12 -0.0391 -0.0878 0.0096 -369 2015 17 -0.0636 -0.0951 -0.0321 -370 2007.5 2 -0.2477 -0.4034 -0.092 -370 2008.5 2 -0.0803 -0.2396 0.079 -370 2009.5 2 -0.1863 -0.3517 -0.0209 -370 2010.5 2 -0.0743 -0.2415 0.0929 -370 2011.5 2 -0.0169 -0.2097 0.1759 -370 2008.5 4 -0.1623 -0.2338 -0.0909 -370 2009.5 4 -0.1209 -0.1923 -0.0495 -370 2010.5 4 -0.0907 -0.1711 -0.0103 -370 2009.5 6 -0.1211 -0.1719 -0.0702 -371 2007.5 2 -0.0207 -0.1036 0.0623 -371 2008.5 2 -0.1789 -0.2713 -0.0865 -371 2009.5 2 0.0949 0.0054 0.1843 -371 2010.5 2 -0.0323 -0.115 0.0503 -371 2011.5 2 0.0044 -0.0913 0.1 -371 2008.5 4 -0.0493 -0.0778 -0.0208 -371 2009.5 4 -0.0254 -0.0545 0.0037 -371 2010.5 4 0.0168 -0.0174 0.0511 -371 2009.5 6 -0.0262 -0.0444 -0.0081 -372 2009.5 6 -0.0067 -0.0704 0.0571 -372 2010.5 6 0.0013 -0.0585 0.0611 -372 2011.5 6 0.0092 -0.049 0.0674 -372 2012.5 6 0.0031 -0.0547 0.0609 -372 2013.5 6 -0.0111 -0.0701 0.0479 -372 2014.5 6 -0.0108 -0.0691 0.0476 -372 2015.5 6 -0.0084 -0.0654 0.0485 -372 2016.5 6 -0.0084 -0.0657 0.0489 -372 2017.5 6 0.0048 -0.0555 0.065 -372 2018.5 6 -0.0032 -0.0618 0.0554 -372 2019.5 6 -0.0221 -0.0816 0.0375 -372 2020.5 6 -0.0347 -0.1008 0.0315 -372 2012.5 12 -0.0029 -0.032 0.0262 -372 2013.5 12 -0.003 -0.0309 0.025 -372 2014.5 12 -0.003 -0.0309 0.0249 -372 2015.5 12 -0.005 -0.033 0.023 -372 2016.5 12 -0.0088 -0.0374 0.0198 -372 2017.5 12 -0.0134 -0.0435 0.0168 -372 2015 17 -0.0082 -0.0286 0.0122 -373 2007.5 2 0.1711 0.1034 0.2388 -373 2008.5 2 -0.0305 -0.0966 0.0355 -373 2009.5 2 0.0521 -0.011 0.1152 -373 2010.5 2 -0.0298 -0.0902 0.0307 -373 2011.5 2 0.0392 -0.032 0.1104 -373 2008.5 4 0.0548 0.0328 0.0767 -373 2009.5 4 0.0028 -0.0194 0.025 -373 2010.5 4 0.0155 -0.0099 0.0408 -373 2009.5 6 0.0297 0.0158 0.0436 -374 2009.5 6 -0.0401 -0.1421 0.0619 -374 2010.5 6 0.0027 -0.0908 0.0963 -374 2011.5 6 0.0258 -0.0728 0.1243 -374 2012.5 6 -0.0103 -0.1078 0.0873 -374 2013.5 6 -0.026 -0.1201 0.0682 -374 2014.5 6 -0.0167 -0.1047 0.0712 -374 2015.5 6 0.0467 -0.0411 0.1346 -374 2016.5 6 0.0969 0.0068 0.187 -374 2017.5 6 0.1235 0.0308 0.2161 -374 2018.5 6 0.0925 0.0062 0.1789 -374 2019.5 6 0.0437 -0.0434 0.1308 -374 2020.5 6 0.0294 -0.0606 0.1193 -374 2012.5 12 -0.0034 -0.0433 0.0364 -374 2013.5 12 0.0209 -0.0163 0.0582 -374 2014.5 12 0.0378 6e-04 0.075 -374 2015.5 12 0.0462 0.0101 0.0824 -374 2016.5 12 0.0452 0.0091 0.0812 -374 2017.5 12 0.0464 0.0098 0.083 -374 2015 17 0.0251 8e-04 0.0493 -375 2009.5 6 0.1145 -0.0499 0.279 -375 2010.5 6 0.2668 0.1039 0.4298 -375 2011.5 6 0.2832 0.1208 0.4455 -375 2012.5 6 0.2374 0.0736 0.4012 -375 2013.5 6 0.1659 0.0222 0.3096 -375 2014.5 6 0.1155 -0.01 0.241 -375 2015.5 6 0.1067 -0.009 0.2225 -375 2016.5 6 0.0915 -0.0319 0.2149 -375 2017.5 6 0.0659 -0.0638 0.1955 -375 2018.5 6 0.0492 -0.0777 0.1761 -375 2019.5 6 -0.041 -0.1773 0.0953 -375 2020.5 6 -0.0855 -0.2461 0.0752 -375 2012.5 12 0.1687 0.1013 0.2361 -375 2013.5 12 0.1693 0.1008 0.2379 -375 2014.5 12 0.1495 0.0821 0.2169 -375 2015.5 12 0.1298 0.0624 0.1972 -375 2016.5 12 0.0816 0.0196 0.1437 -375 2017.5 12 0.0369 -0.0278 0.1017 -375 2015 17 0.1033 0.0581 0.1485 -376 2009.5 6 0.1311 0.0125 0.2497 -376 2010.5 6 0.1181 0.0056 0.2306 -376 2011.5 6 0.0715 -0.0346 0.1776 -376 2012.5 6 0.0462 -0.0607 0.153 -376 2013.5 6 0.0446 -0.0574 0.1466 -376 2014.5 6 0.0339 -0.075 0.1428 -376 2015.5 6 -1e-04 -0.1158 0.1155 -376 2016.5 6 -0.0126 -0.128 0.1029 -376 2017.5 6 -0.0284 -0.1455 0.0887 -376 2018.5 6 -0.0478 -0.1652 0.0697 -376 2019.5 6 -0.0386 -0.1685 0.0914 -376 2020.5 6 -0.0362 -0.1827 0.1103 -376 2012.5 12 0.0627 0.0098 0.1155 -376 2013.5 12 0.0435 -0.0086 0.0957 -376 2014.5 12 0.0224 -0.0314 0.0763 -376 2015.5 12 0.0107 -0.0457 0.0671 -376 2016.5 12 -0.0078 -0.0674 0.0518 -376 2017.5 12 -0.0183 -0.0845 0.0479 -376 2015 17 0.0233 -0.0207 0.0673 -377 2007.5 2 0.0858 -0.0154 0.1869 -377 2008.5 2 -0.057 -0.1543 0.0403 -377 2009.5 2 -0.0493 -0.1473 0.0488 -377 2010.5 2 -0.0592 -0.1593 0.0409 -377 2011.5 2 -0.0241 -0.1362 0.0881 -377 2008.5 4 -0.0119 -0.0485 0.0248 -377 2009.5 4 -0.0546 -0.0922 -0.0169 -377 2010.5 4 -0.0457 -0.0877 -0.0037 -377 2009.5 6 -0.0304 -0.0547 -0.0061 -378 2007.5 2 -0.0011 -0.1995 0.1972 -378 2008.5 2 -0.0977 -0.2942 0.0988 -378 2009.5 2 -0.1093 -0.3153 0.0967 -378 2010.5 2 0.061 -0.1497 0.2716 -378 2011.5 2 0.1353 -0.0992 0.3698 -378 2008.5 4 -0.0722 -0.1668 0.0224 -378 2009.5 4 -0.0547 -0.1458 0.0364 -378 2010.5 4 0.0322 -0.0726 0.1369 -378 2009.5 6 -0.0174 -0.0837 0.049 -379 2007.5 2 -0.0592 -0.1352 0.0169 -379 2008.5 2 -0.0843 -0.1589 -0.0098 -379 2009.5 2 -0.0621 -0.1356 0.0113 -379 2010.5 2 -0.1127 -0.1876 -0.0378 -379 2011.5 2 0.0314 -0.0551 0.1179 -379 2008.5 4 -0.0701 -0.0968 -0.0434 -379 2009.5 4 -0.084 -0.1112 -0.0567 -379 2010.5 4 -0.0543 -0.0849 -0.0237 -379 2009.5 6 -0.065 -0.0825 -0.0475 -380 2009.5 6 0.0618 0.0442 0.0793 -380 2010.5 6 0.043 0.0259 0.0601 -380 2011.5 6 -0.001 -0.0187 0.0167 -380 2012.5 6 -0.028 -0.0455 -0.0106 -380 2013.5 6 -0.0533 -0.0706 -0.0359 -380 2014.5 6 -0.0684 -0.0866 -0.0502 -380 2015.5 6 -0.039 -0.0568 -0.0213 -380 2016.5 6 -0.005 -0.0233 0.0133 -380 2017.5 6 0.0018 -0.0166 0.0201 -380 2018.5 6 0.0142 -0.003 0.0314 -380 2019.5 6 0.025 0.0071 0.0428 -380 2020.5 6 0.0151 -0.0035 0.0337 -380 2012.5 12 -0.0083 -0.0147 -0.002 -380 2013.5 12 -0.013 -0.0193 -0.0067 -380 2014.5 12 -0.0186 -0.0252 -0.0121 -380 2015.5 12 -0.0211 -0.0275 -0.0146 -380 2016.5 12 -0.0169 -0.0234 -0.0103 -380 2017.5 12 -0.0116 -0.0183 -0.0048 -380 2015 17 -0.0043 -0.0082 -3e-04 -381 2009.5 6 0.0448 -0.0231 0.1128 -381 2010.5 6 0.0582 -0.0103 0.1267 -381 2011.5 6 0.0599 -0.0067 0.1264 -381 2012.5 6 0.0507 -0.0103 0.1116 -381 2013.5 6 0.0387 -0.0175 0.095 -381 2014.5 6 0.0313 -0.0224 0.0849 -381 2015.5 6 0.0309 -0.0218 0.0835 -381 2016.5 6 0.0327 -0.0214 0.0869 -381 2017.5 6 0.0362 -0.0197 0.0922 -381 2018.5 6 0.0324 -0.0233 0.0881 -381 2019.5 6 0.0291 -0.0273 0.0854 -381 2020.5 6 0.0227 -0.0367 0.0821 -381 2012.5 12 0.0427 0.0034 0.082 -381 2013.5 12 0.0428 0.0053 0.0803 -381 2014.5 12 0.0415 0.0054 0.0775 -381 2015.5 12 0.0381 0.0037 0.0725 -381 2016.5 12 0.0334 3e-04 0.0665 -381 2017.5 12 0.0297 -0.0037 0.0632 -381 2015 17 0.0373 0.0068 0.0678 -382 2007.5 2 -0.0182 -0.0957 0.0594 -382 2008.5 2 -0.0703 -0.1504 0.0098 -382 2009.5 2 -0.0644 -0.1475 0.0187 -382 2010.5 2 -0.0686 -0.1546 0.0175 -382 2011.5 2 -0.095 -0.2004 0.0104 -382 2008.5 4 -0.0529 -0.0883 -0.0175 -382 2009.5 4 -0.0674 -0.104 -0.0308 -382 2010.5 4 -0.0752 -0.1202 -0.0303 -382 2009.5 6 -0.0645 -0.0925 -0.0364 -383 2009.5 6 0.0302 0.0112 0.0492 -383 2010.5 6 -0.0059 -0.0248 0.013 -383 2011.5 6 -0.0194 -0.0397 9e-04 -383 2012.5 6 -0.0402 -0.0604 -0.02 -383 2013.5 6 -0.0501 -0.0702 -0.03 -383 2014.5 6 -0.0745 -0.0953 -0.0537 -383 2015.5 6 -0.0399 -0.0612 -0.0186 -383 2016.5 6 -0.0584 -0.0808 -0.0361 -383 2017.5 6 -0.0656 -0.089 -0.0422 -383 2018.5 6 -0.0278 -0.0491 -0.0065 -383 2019.5 6 -0.0058 -0.0286 0.0169 -383 2020.5 6 0.007 -0.0166 0.0307 -383 2012.5 12 -0.0278 -0.0349 -0.0208 -383 2013.5 12 -0.0427 -0.05 -0.0354 -383 2014.5 12 -0.0436 -0.0514 -0.0358 -383 2015.5 12 -0.0439 -0.0515 -0.0363 -383 2016.5 12 -0.0412 -0.0492 -0.0332 -383 2017.5 12 -0.0392 -0.0475 -0.0309 -383 2015 17 -0.0298 -0.0345 -0.025 -384 2009.5 6 -0.0014 -0.1083 0.1055 -384 2010.5 6 0.0212 -0.0786 0.121 -384 2011.5 6 0.0445 -0.0551 0.1442 -384 2012.5 6 0.0512 -0.0473 0.1497 -384 2013.5 6 0.057 -0.0395 0.1535 -384 2014.5 6 0.0757 -0.0197 0.1712 -384 2015.5 6 0.0792 -0.0161 0.1745 -384 2016.5 6 0.0767 -0.0202 0.1736 -384 2017.5 6 0.0664 -0.0288 0.1616 -384 2018.5 6 0.0558 -0.0343 0.1459 -384 2019.5 6 0.0352 -0.0564 0.1269 -384 2020.5 6 0.0228 -0.0792 0.1247 -384 2012.5 12 0.0448 -0.0084 0.098 -384 2013.5 12 0.0554 0.0034 0.1075 -384 2014.5 12 0.0611 0.0085 0.1136 -384 2015.5 12 0.0624 0.0102 0.1146 -384 2016.5 12 0.0603 0.0081 0.1125 -384 2017.5 12 0.0566 0.0028 0.1103 -384 2015 17 0.0477 0.0082 0.0872 +1 2009.5 6 0.0024 -0.0774 0.0821 +1 2010.5 6 0.0117 -0.0705 0.0939 +1 2011.5 6 0.0197 -0.0676 0.1069 +1 2012.5 6 0.023 -0.0678 0.1139 +1 2013.5 6 0.0174 -0.07 0.1048 +1 2014.5 6 0.0092 -0.0726 0.091 +1 2015.5 6 -0.0108 -0.0864 0.0647 +1 2016.5 6 -0.028 -0.1124 0.0564 +1 2017.5 6 -0.0395 -0.1347 0.0556 +1 2018.5 6 -0.0445 -0.1445 0.0556 +1 2019.5 6 -0.0399 -0.1356 0.0559 +1 2020.5 6 -0.0234 -0.1055 0.0588 +1 2021.5 6 -0.0086 -0.0849 0.0678 +1 2022.5 6 0.0047 -0.075 0.0844 +1 2012.5 12 0.0068 -0.0434 0.057 +1 2013.5 12 0.0026 -0.0452 0.0504 +1 2014.5 12 -0.0037 -0.0495 0.042 +1 2015.5 12 -0.0103 -0.0563 0.0356 +1 2016.5 12 -0.0167 -0.0654 0.0319 +1 2017.5 12 -0.021 -0.0722 0.0302 +1 2018.5 12 -0.0231 -0.0752 0.0291 +1 2019.5 12 -0.022 -0.0726 0.0286 +1 2016 19 -0.008 -0.0396 0.0235 +2 2009.5 6 0.0767 0.0348 0.1187 +2 2010.5 6 0.0068 -0.037 0.0506 +2 2011.5 6 -0.0452 -0.0935 0.003 +2 2012.5 6 -0.014 -0.0579 0.0299 +2 2013.5 6 0.02 -0.02 0.0599 +2 2014.5 6 0.003 -0.0422 0.0481 +2 2015.5 6 -0.0331 -0.0829 0.0167 +2 2016.5 6 -0.0852 -0.1342 -0.0363 +2 2017.5 6 -0.1869 -0.2428 -0.1309 +2 2018.5 6 -0.1467 -0.1959 -0.0975 +2 2019.5 6 -0.0672 -0.1218 -0.0125 +2 2020.5 6 -0.0389 -0.096 0.0182 +2 2021.5 6 -0.0529 -0.1141 0.0083 +2 2022.5 6 -0.0034 -0.0606 0.0538 +2 2012.5 12 0 -0.016 0.0159 +2 2013.5 12 -0.0276 -0.0436 -0.0116 +2 2014.5 12 -0.0523 -0.0706 -0.034 +2 2015.5 12 -0.0618 -0.08 -0.0437 +2 2016.5 12 -0.0684 -0.088 -0.0488 +2 2017.5 12 -0.0682 -0.0891 -0.0474 +2 2018.5 12 -0.0761 -0.0979 -0.0543 +2 2019.5 12 -0.0705 -0.09 -0.051 +2 2016 19 -0.0399 -0.0497 -0.0301 +3 2009.5 6 -0.012 -0.0588 0.0349 +3 2010.5 6 -0.029 -0.077 0.0191 +3 2011.5 6 -0.0181 -0.0661 0.0298 +3 2012.5 6 0.018 -0.0273 0.0633 +3 2013.5 6 0.0392 -0.0054 0.0838 +3 2014.5 6 0.0527 0.0069 0.0984 +3 2015.5 6 0.0506 0.0042 0.0969 +3 2016.5 6 0.0364 -0.0082 0.0811 +3 2017.5 6 0.0478 0.006 0.0896 +3 2018.5 6 0.0358 -0.005 0.0766 +3 2019.5 6 0.0113 -0.0334 0.0561 +3 2020.5 6 0.0177 -0.0266 0.062 +3 2021.5 6 0.0034 -0.038 0.0448 +3 2022.5 6 -0.0335 -0.0766 0.0097 +3 2012.5 12 0.0126 -0.0048 0.03 +3 2013.5 12 0.0168 -4e-04 0.0341 +3 2014.5 12 0.0326 0.0151 0.0501 +3 2015.5 12 0.0369 0.0192 0.0547 +3 2016.5 12 0.0313 0.0137 0.0489 +3 2017.5 12 0.0326 0.0146 0.0506 +3 2018.5 12 0.0323 0.0141 0.0505 +3 2019.5 12 0.0182 0.0014 0.035 +3 2016 19 0.0182 0.0091 0.0273 +4 2007.5 2 0.1809 0.1149 0.247 +4 2008.5 2 -0.0419 -0.1081 0.0243 +4 2009.5 2 0.0617 -0.0017 0.1251 +4 2010.5 2 -0.0143 -0.0747 0.0462 +4 2011.5 2 0.0648 0.0043 0.1253 +4 2012.5 2 0.0604 -0.0145 0.1352 +4 2008.5 4 0.056 0.0346 0.0774 +4 2009.5 4 0.0078 -0.014 0.0296 +4 2010.5 4 0.0322 0.0107 0.0538 +4 2011.5 4 0.0397 0.0152 0.0643 +4 2010 7 0.0401 0.0294 0.0508 +5 2007.5 2 0.0536 -0.2029 0.3102 +5 2008.5 2 0.0728 -0.1861 0.3317 +5 2009.5 2 -0.0812 -0.3261 0.1637 +5 2010.5 2 -0.2417 -0.5167 0.0332 +5 2011.5 2 0.326 0.0448 0.6073 +5 2012.5 2 -0.2062 -0.4793 0.0668 +5 2008.5 4 0.0208 -0.0668 0.1085 +5 2009.5 4 -0.0831 -0.1931 0.0268 +5 2010.5 4 -0.0232 -0.1154 0.0689 +5 2011.5 4 -0.004 -0.0994 0.0915 +5 2010 7 -0.0143 -0.0633 0.0347 +6 2009.5 6 0.0162 -0.0138 0.0462 +6 2010.5 6 0.0181 -0.0105 0.0466 +6 2011.5 6 0.0357 0.0085 0.0629 +6 2012.5 6 0.0616 0.0329 0.0903 +6 2013.5 6 0.0662 0.0379 0.0946 +6 2014.5 6 0.0558 0.0291 0.0825 +6 2015.5 6 0.0465 0.0203 0.0726 +6 2016.5 6 0.0426 0.017 0.0682 +6 2017.5 6 0.0377 0.0123 0.0631 +6 2018.5 6 0.0382 0.0135 0.063 +6 2019.5 6 0.0325 0.0077 0.0573 +6 2020.5 6 0.0219 -0.0029 0.0467 +6 2021.5 6 0.0114 -0.0132 0.0361 +6 2022.5 6 0.0107 -0.014 0.0355 +6 2012.5 12 0.0414 0.0294 0.0535 +6 2013.5 12 0.0439 0.0326 0.0552 +6 2014.5 12 0.0463 0.035 0.0577 +6 2015.5 12 0.0476 0.0361 0.0591 +6 2016.5 12 0.0453 0.0339 0.0567 +6 2017.5 12 0.0406 0.0294 0.0517 +6 2018.5 12 0.0331 0.0224 0.0438 +6 2019.5 12 0.027 0.0165 0.0375 +6 2016 19 0.0364 0.03 0.0428 +7 2009.5 6 0.0216 -0.0444 0.0876 +7 2010.5 6 0.02 -0.0436 0.0836 +7 2011.5 6 0.0159 -0.0446 0.0765 +7 2012.5 6 0.0117 -0.0468 0.0703 +7 2013.5 6 0.0079 -0.0493 0.065 +7 2014.5 6 0.008 -0.049 0.0651 +7 2015.5 6 0.009 -0.0479 0.066 +7 2016.5 6 0.01 -0.0468 0.0669 +7 2017.5 6 0.0084 -0.048 0.0649 +7 2018.5 6 0.0068 -0.0499 0.0636 +7 2019.5 6 0.0054 -0.0516 0.0623 +7 2020.5 6 0.0048 -0.0527 0.0623 +7 2021.5 6 0.0043 -0.0544 0.0629 +7 2022.5 6 0.0047 -0.0554 0.0647 +7 2012.5 12 0.014 -0.0254 0.0534 +7 2013.5 12 0.0126 -0.0252 0.0505 +7 2014.5 12 0.0106 -0.0258 0.047 +7 2015.5 12 0.0091 -0.0265 0.0447 +7 2016.5 12 0.0079 -0.0273 0.0431 +7 2017.5 12 0.0074 -0.0277 0.0426 +7 2018.5 12 0.0069 -0.0286 0.0424 +7 2019.5 12 0.0064 -0.0297 0.0424 +7 2016 19 0.0099 -0.0177 0.0375 +8 2007.5 2 0.2025 0.1458 0.2592 +8 2008.5 2 -0.0978 -0.1567 -0.0389 +8 2009.5 2 -0.1373 -0.1981 -0.0765 +8 2010.5 2 0.0553 -0.0045 0.1151 +8 2011.5 2 0.0542 -0.005 0.1134 +8 2012.5 2 0.2213 0.1515 0.2911 +8 2008.5 4 -0.0196 -0.0387 -5e-04 +8 2009.5 4 -0.0677 -0.0873 -0.0481 +8 2010.5 4 -0.0028 -0.0228 0.0172 +8 2011.5 4 0.1047 0.0824 0.127 +8 2010 7 0.0201 0.011 0.0291 +9 2009.5 6 0.0274 0.0046 0.0502 +9 2010.5 6 0.0083 -0.0134 0.03 +9 2011.5 6 -7e-04 -0.022 0.0206 +9 2012.5 6 -0.0152 -0.0365 0.0061 +9 2013.5 6 -0.0205 -0.0424 0.0013 +9 2014.5 6 -0.0147 -0.0367 0.0072 +9 2015.5 6 -0.0203 -0.0417 0.0012 +9 2016.5 6 -0.0312 -0.0534 -0.0091 +9 2017.5 6 -0.0129 -0.0344 0.0086 +9 2018.5 6 0.0011 -0.0203 0.0225 +9 2019.5 6 -1e-04 -0.0222 0.022 +9 2020.5 6 -0.0087 -0.0318 0.0145 +9 2021.5 6 -0.0136 -0.0359 0.0087 +9 2022.5 6 -0.0072 -0.0281 0.0137 +9 2012.5 12 -0.0027 -0.011 0.0056 +9 2013.5 12 -0.0106 -0.0189 -0.0024 +9 2014.5 12 -0.0137 -0.022 -0.0053 +9 2015.5 12 -0.0152 -0.0236 -0.0067 +9 2016.5 12 -0.0128 -0.0215 -0.0041 +9 2017.5 12 -0.013 -0.0219 -0.0041 +9 2018.5 12 -0.014 -0.0228 -0.0053 +9 2019.5 12 -0.0098 -0.0181 -0.0015 +9 2016 19 -0.0067 -0.0111 -0.0022 +10 2007.5 2 -0.0299 -0.111 0.0512 +10 2008.5 2 -0.1797 -0.2711 -0.0883 +10 2009.5 2 0.1013 0.0129 0.1897 +10 2010.5 2 -0.0396 -0.1213 0.0421 +10 2011.5 2 0.0226 -0.0603 0.1054 +10 2012.5 2 -0.0152 -0.1181 0.0877 +10 2008.5 4 -0.0505 -0.0782 -0.0227 +10 2009.5 4 -0.0253 -0.0539 0.0034 +10 2010.5 4 0.0213 -0.0086 0.0512 +10 2011.5 4 -0.0074 -0.0417 0.0269 +10 2010 7 -0.0197 -0.0341 -0.0052 +11 2009.5 6 0.0572 0.0303 0.0841 +11 2010.5 6 0.0476 0.0223 0.073 +11 2011.5 6 0.0337 0.0083 0.059 +11 2012.5 6 0.0227 -0.0027 0.048 +11 2013.5 6 -0.001 -0.0262 0.0242 +11 2014.5 6 -0.0216 -0.0477 0.0046 +11 2015.5 6 -0.0091 -0.0344 0.0162 +11 2016.5 6 0.0209 -0.0039 0.0457 +11 2017.5 6 0.0392 0.0142 0.0642 +11 2018.5 6 0.0457 0.0216 0.0698 +11 2019.5 6 0.0432 0.019 0.0674 +11 2020.5 6 0.0359 0.0121 0.0597 +11 2021.5 6 0.0275 0.0046 0.0503 +11 2022.5 6 0.0408 0.0182 0.0634 +11 2012.5 12 0.0204 0.0105 0.0302 +11 2013.5 12 0.0182 0.0087 0.0277 +11 2014.5 12 0.0185 0.0089 0.0282 +11 2015.5 12 0.0169 0.0073 0.0265 +11 2016.5 12 0.0175 0.0078 0.0272 +11 2017.5 12 0.0204 0.0106 0.0301 +11 2018.5 12 0.0264 0.0171 0.0358 +11 2019.5 12 0.0339 0.025 0.0429 +11 2016 19 0.0269 0.0219 0.0318 +12 2009.5 6 -0.0359 -0.1089 0.0372 +12 2010.5 6 -0.019 -0.0886 0.0506 +12 2011.5 6 -0.0075 -0.0741 0.059 +12 2012.5 6 0.0046 -0.0583 0.0675 +12 2013.5 6 0.017 -0.05 0.0841 +12 2014.5 6 0.0309 -0.0398 0.1016 +12 2015.5 6 0.0322 -0.0354 0.0998 +12 2016.5 6 0.0346 -0.0311 0.1003 +12 2017.5 6 0.023 -0.0374 0.0833 +12 2018.5 6 -0.0142 -0.0774 0.049 +12 2019.5 6 -0.0582 -0.1334 0.017 +12 2020.5 6 -0.0584 -0.1288 0.0121 +12 2021.5 6 -0.034 -0.0946 0.0266 +12 2022.5 6 -0.0075 -0.0663 0.0512 +12 2012.5 12 0.0051 -0.0241 0.0344 +12 2013.5 12 0.0107 -0.0183 0.0397 +12 2014.5 12 0.0141 -0.015 0.0432 +12 2015.5 12 0.0104 -0.0184 0.0392 +12 2016.5 12 0.0044 -0.0255 0.0344 +12 2017.5 12 -0.0026 -0.0329 0.0276 +12 2018.5 12 -0.0084 -0.0379 0.021 +12 2019.5 12 -0.0092 -0.0369 0.0186 +12 2016 19 -0.0028 -0.0192 0.0137 +13 2007.5 2 0.1433 0.0515 0.235 +13 2008.5 2 0.0632 -0.0294 0.1558 +13 2009.5 2 -0.058 -0.15 0.0341 +13 2010.5 2 0.1805 0.0936 0.2675 +13 2011.5 2 0.1054 0.0233 0.1875 +13 2012.5 2 0.1826 0.0828 0.2824 +13 2008.5 4 0.0509 0.0202 0.0816 +13 2009.5 4 0.0499 0.0195 0.0804 +13 2010.5 4 0.0865 0.057 0.1159 +13 2011.5 4 0.1511 0.1173 0.1849 +13 2010 7 0.0913 0.0769 0.1057 +14 2007.5 2 0.1386 0.0187 0.2586 +14 2008.5 2 0.1473 0.0257 0.2689 +14 2009.5 2 0.1121 -0.0032 0.2273 +14 2010.5 2 -0.0087 -0.1179 0.1005 +14 2011.5 2 0.0023 -0.105 0.1097 +14 2012.5 2 -7e-04 -0.1302 0.1288 +14 2008.5 4 0.1341 0.0853 0.183 +14 2009.5 4 0.0864 0.0412 0.1316 +14 2010.5 4 0.0309 -0.0133 0.075 +14 2011.5 4 -0.0019 -0.052 0.0482 +14 2010 7 0.0637 0.0393 0.088 +15 2007.5 2 0.0249 -0.1639 0.2138 +15 2008.5 2 0.1158 -0.0684 0.3 +15 2009.5 2 0.1926 0.0215 0.3638 +15 2010.5 2 0.0257 -0.1351 0.1865 +15 2011.5 2 0.1091 -0.0536 0.2719 +15 2012.5 2 0.1332 -0.0643 0.3308 +15 2008.5 4 0.1116 0.0479 0.1754 +15 2009.5 4 0.1195 0.0573 0.1817 +15 2010.5 4 0.1008 0.0409 0.1607 +15 2011.5 4 0.0913 0.0239 0.1588 +15 2010 7 0.1039 0.0714 0.1364 +16 2007.5 2 0.0098 -0.2007 0.2204 +16 2008.5 2 0.0059 -0.1998 0.2116 +16 2009.5 2 0.0609 -0.1386 0.2604 +16 2010.5 2 0.1152 -0.0763 0.3067 +16 2011.5 2 -0.1043 -0.3025 0.0939 +16 2012.5 2 0.0939 -0.1617 0.3494 +16 2008.5 4 0.0236 -0.0498 0.0969 +16 2009.5 4 0.0607 -0.0106 0.132 +16 2010.5 4 0.0331 -0.0377 0.1038 +16 2011.5 4 0.021 -0.0664 0.1084 +16 2010 7 0.0313 -0.0075 0.07 +17 2009.5 6 -0.0629 -0.1613 0.0355 +17 2010.5 6 -0.0612 -0.1529 0.0305 +17 2011.5 6 -0.0511 -0.1364 0.0342 +17 2012.5 6 -0.0679 -0.1544 0.0186 +17 2013.5 6 -0.0986 -0.1881 -0.0091 +17 2014.5 6 -0.0154 -0.1016 0.0708 +17 2015.5 6 -0.0191 -0.1015 0.0633 +17 2016.5 6 -0.093 -0.1798 -0.0061 +17 2017.5 6 -0.0964 -0.1806 -0.0123 +17 2018.5 6 -0.1029 -0.1814 -0.0244 +17 2019.5 6 -0.1355 -0.2256 -0.0453 +17 2020.5 6 -0.0719 -0.1621 0.0183 +17 2021.5 6 0.0204 -0.068 0.1089 +17 2022.5 6 0.0415 -0.0407 0.1236 +17 2012.5 12 -0.0568 -0.0895 -0.0241 +17 2013.5 12 -0.062 -0.0943 -0.0298 +17 2014.5 12 -0.0689 -0.1007 -0.037 +17 2015.5 12 -0.0634 -0.096 -0.0308 +17 2016.5 12 -0.0901 -0.1255 -0.0548 +17 2017.5 12 -0.0719 -0.1068 -0.0369 +17 2018.5 12 -0.0574 -0.0912 -0.0235 +17 2019.5 12 -0.0481 -0.0818 -0.0145 +17 2016 19 -0.0577 -0.0755 -0.0398 +18 2007.5 2 0.0823 -0.1085 0.2731 +18 2008.5 2 0.0976 -0.0794 0.2745 +18 2009.5 2 0.0956 -0.0764 0.2675 +18 2010.5 2 0.0268 -0.1381 0.1916 +18 2011.5 2 -0.0092 -0.1831 0.1648 +18 2012.5 2 0.0034 -0.1876 0.1943 +18 2008.5 4 0.0924 -0.0142 0.1989 +18 2009.5 4 0.0755 -0.0173 0.1683 +18 2010.5 4 0.0366 -0.0473 0.1205 +18 2011.5 4 0.0054 -0.0892 0.0999 +18 2010 7 0.0512 -0.0134 0.1157 +19 2007.5 2 0.0278 -0.137 0.1925 +19 2008.5 2 -0.0126 -0.1708 0.1456 +19 2009.5 2 0.0078 -0.1465 0.1621 +19 2010.5 2 0.0337 -0.1252 0.1927 +19 2011.5 2 0.0107 -0.143 0.1644 +19 2012.5 2 0.0134 -0.1449 0.1717 +19 2008.5 4 0.0056 -0.0775 0.0886 +19 2009.5 4 0.0091 -0.0689 0.087 +19 2010.5 4 0.0189 -0.0616 0.0994 +19 2011.5 4 0.0185 -0.0648 0.1018 +19 2010 7 0.0129 -0.04 0.0657 +20 2007.5 2 0.1913 -0.0539 0.4364 +20 2008.5 2 0.0447 -0.1879 0.2772 +20 2009.5 2 0.1452 -0.0788 0.3693 +20 2010.5 2 0.1038 -0.1091 0.3166 +20 2011.5 2 0.2523 0.0168 0.4878 +20 2012.5 2 0.0347 -0.2142 0.2836 +20 2008.5 4 0.1188 0.0246 0.213 +20 2009.5 4 0.1026 0.0141 0.1912 +20 2010.5 4 0.1607 0.064 0.2575 +20 2011.5 4 0.1424 0.0364 0.2485 +20 2010 7 0.1305 0.0732 0.1879 +21 2009.5 6 0.0208 -0.0107 0.0523 +21 2010.5 6 0.0207 -0.0096 0.0509 +21 2011.5 6 -0.0036 -0.0324 0.0252 +21 2012.5 6 -0.0246 -0.0548 0.0057 +21 2013.5 6 -0.0209 -0.0514 0.0096 +21 2014.5 6 -0.0212 -0.0513 0.0089 +21 2015.5 6 -0.0248 -0.0551 0.0054 +21 2016.5 6 -0.0264 -0.0579 0.0051 +21 2017.5 6 -0.0215 -0.0518 0.0088 +21 2018.5 6 -0.0199 -0.0497 0.0099 +21 2019.5 6 -0.014 -0.0449 0.0169 +21 2020.5 6 -0.003 -0.0342 0.0282 +21 2021.5 6 0 -0.0306 0.0305 +21 2022.5 6 -0.0129 -0.0445 0.0187 +21 2012.5 12 -0.0068 -0.019 0.0054 +21 2013.5 12 -0.0137 -0.0259 -0.0015 +21 2014.5 12 -0.0157 -0.0279 -0.0035 +21 2015.5 12 -0.0212 -0.0337 -0.0086 +21 2016.5 12 -0.0213 -0.0341 -0.0085 +21 2017.5 12 -0.0181 -0.0304 -0.0058 +21 2018.5 12 -0.0158 -0.0277 -0.0039 +21 2019.5 12 -0.0123 -0.0244 -1e-04 +21 2016 19 -0.0115 -0.0181 -0.0049 +22 2009.5 6 -0.0034 -0.0282 0.0213 +22 2010.5 6 -0.0184 -0.0424 0.0057 +22 2011.5 6 -0.0593 -0.0852 -0.0334 +22 2012.5 6 -0.0657 -0.0926 -0.0389 +22 2013.5 6 -0.0465 -0.0718 -0.0211 +22 2014.5 6 -0.0136 -0.0384 0.0111 +22 2015.5 6 0.0205 -0.0045 0.0455 +22 2016.5 6 0.0415 0.0141 0.069 +22 2017.5 6 0.0266 0.0011 0.0522 +22 2018.5 6 -0.0075 -0.0319 0.0168 +22 2019.5 6 -0.007 -0.0314 0.0173 +22 2020.5 6 -0.0087 -0.0332 0.0158 +22 2021.5 6 -8e-04 -0.0248 0.0231 +22 2022.5 6 0.0034 -0.0206 0.0273 +22 2012.5 12 -0.0187 -0.0278 -0.0095 +22 2013.5 12 -0.0168 -0.0259 -0.0078 +22 2014.5 12 -0.0123 -0.0215 -0.0032 +22 2015.5 12 -0.0101 -0.0194 -8e-04 +22 2016.5 12 -0.0063 -0.0159 0.0032 +22 2017.5 12 0.0032 -0.0066 0.013 +22 2018.5 12 0.0073 -0.0023 0.0168 +22 2019.5 12 0.0113 0.0016 0.0211 +22 2016 19 -0.0076 -0.0123 -0.0028 +23 2007.5 2 0.0838 -0.0536 0.2213 +23 2008.5 2 0.1908 0.0497 0.3319 +23 2009.5 2 0.1276 -0.0098 0.2651 +23 2010.5 2 0.1277 -0.0178 0.2733 +23 2011.5 2 -0.1722 -0.3129 -0.0315 +23 2012.5 2 -0.0108 -0.1701 0.1485 +23 2008.5 4 0.1398 0.0745 0.205 +23 2009.5 4 0.1466 0.0758 0.2174 +23 2010.5 4 0.0377 -0.0286 0.104 +23 2011.5 4 -0.0338 -0.104 0.0363 +23 2010 7 0.0659 0.0216 0.1101 +24 2009.5 6 0.0642 0.0505 0.0779 +24 2010.5 6 0.0345 0.0202 0.0487 +24 2011.5 6 0.0465 0.0322 0.0607 +24 2012.5 6 0.0348 0.0211 0.0485 +24 2013.5 6 0.0213 0.008 0.0347 +24 2014.5 6 0.0116 -0.0025 0.0256 +24 2015.5 6 -0.0081 -0.0227 0.0064 +24 2016.5 6 -0.0462 -0.0601 -0.0323 +24 2017.5 6 -0.0547 -0.0692 -0.0401 +24 2018.5 6 -0.0335 -0.0467 -0.0202 +24 2019.5 6 0.016 0.002 0.03 +24 2020.5 6 0.0532 0.0389 0.0676 +24 2021.5 6 0.065 0.0517 0.0782 +24 2022.5 6 0.1086 0.0957 0.1216 +24 2012.5 12 0.0191 0.0143 0.024 +24 2013.5 12 0.0115 0.0067 0.0164 +24 2014.5 12 0.0047 -4e-04 0.0099 +24 2015.5 12 -0.0059 -0.0109 -9e-04 +24 2016.5 12 -0.0075 -0.0125 -0.0024 +24 2017.5 12 -0.0044 -0.0096 7e-04 +24 2018.5 12 0.0113 0.0065 0.0162 +24 2019.5 12 0.0211 0.0168 0.0254 +24 2016 19 0.0198 0.0175 0.0222 +25 2007.5 2 -0.0037 -0.1469 0.1395 +25 2008.5 2 -0.1186 -0.2744 0.0371 +25 2009.5 2 0.1158 -0.0353 0.2669 +25 2010.5 2 0.182 0.0367 0.3274 +25 2011.5 2 0.0095 -0.1393 0.1582 +25 2012.5 2 0.2325 0.0503 0.4146 +25 2008.5 4 -0.0138 -0.0682 0.0406 +25 2009.5 4 0.0653 0.0132 0.1175 +25 2010.5 4 0.1104 0.0543 0.1665 +25 2011.5 4 0.1281 0.0653 0.1909 +25 2010 7 0.0688 0.0414 0.0962 +26 2007.5 2 0.302 -0.0972 0.7012 +26 2008.5 2 0.0561 -0.3365 0.4488 +26 2009.5 2 0.2055 -0.2105 0.6214 +26 2010.5 2 -0.1876 -0.5853 0.2102 +26 2011.5 2 -0.206 -0.6237 0.2118 +26 2012.5 2 -0.5438 -1.1117 0.0242 +26 2008.5 4 0.1747 0.015 0.3344 +26 2009.5 4 0.0428 -0.1254 0.2109 +26 2010.5 4 -0.0752 -0.2562 0.1058 +26 2011.5 4 -0.3018 -0.518 -0.0855 +26 2010 7 -0.0488 -0.157 0.0593 +27 2009.5 6 -0.0177 -0.0338 -0.0016 +27 2010.5 6 -0.04 -0.0561 -0.0238 +27 2011.5 6 -0.0511 -0.0679 -0.0344 +27 2012.5 6 -0.0414 -0.0581 -0.0248 +27 2013.5 6 -0.0189 -0.0354 -0.0024 +27 2014.5 6 -0.0035 -0.0205 0.0136 +27 2015.5 6 0.0057 -0.0112 0.0226 +27 2016.5 6 2e-04 -0.0167 0.0171 +27 2017.5 6 -0.013 -0.0303 0.0042 +27 2018.5 6 -0.0125 -0.0287 0.0038 +27 2019.5 6 2e-04 -0.0166 0.017 +27 2020.5 6 -0.002 -0.019 0.015 +27 2021.5 6 -0.0124 -0.0292 0.0045 +27 2022.5 6 -0.0051 -0.0213 0.0111 +27 2012.5 12 -0.0208 -0.0267 -0.0149 +27 2013.5 12 -0.0219 -0.0278 -0.0159 +27 2014.5 12 -0.0196 -0.0258 -0.0134 +27 2015.5 12 -0.0128 -0.0191 -0.0065 +27 2016.5 12 -0.008 -0.0145 -0.0014 +27 2017.5 12 -0.0057 -0.0124 0.001 +27 2018.5 12 -0.0058 -0.0123 6e-04 +27 2019.5 12 -0.0037 -0.0099 0.0024 +27 2016 19 -0.0134 -0.0165 -0.0103 +28 2009.5 6 0.0529 0.0254 0.0803 +28 2010.5 6 0.0351 0.0093 0.0608 +28 2011.5 6 0.0052 -0.0199 0.0303 +28 2012.5 6 -0.0178 -0.0433 0.0077 +28 2013.5 6 -0.0282 -0.0541 -0.0024 +28 2014.5 6 -0.0243 -0.0499 0.0014 +28 2015.5 6 -0.0228 -0.0479 0.0023 +28 2016.5 6 -0.0254 -0.0512 3e-04 +28 2017.5 6 -0.0355 -0.062 -0.0089 +28 2018.5 6 -0.0302 -0.0556 -0.0047 +28 2019.5 6 -0.0326 -0.0588 -0.0065 +28 2020.5 6 -0.0334 -0.0603 -0.0065 +28 2021.5 6 -0.038 -0.0648 -0.0111 +28 2022.5 6 -0.0336 -0.0604 -0.0068 +28 2012.5 12 0.0026 -0.0076 0.0128 +28 2013.5 12 -0.008 -0.018 0.002 +28 2014.5 12 -0.0183 -0.0286 -0.008 +28 2015.5 12 -0.0248 -0.0352 -0.0143 +28 2016.5 12 -0.0282 -0.0389 -0.0175 +28 2017.5 12 -0.0302 -0.0411 -0.0192 +28 2018.5 12 -0.0321 -0.0429 -0.0213 +28 2019.5 12 -0.0311 -0.0417 -0.0206 +28 2016 19 -0.0165 -0.0222 -0.0108 +29 2009.5 6 -0.0644 -0.1324 0.0037 +29 2010.5 6 -0.1054 -0.1776 -0.0332 +29 2011.5 6 -0.1158 -0.195 -0.0367 +29 2012.5 6 -0.1151 -0.1961 -0.0341 +29 2013.5 6 -0.097 -0.1742 -0.0198 +29 2014.5 6 -0.055 -0.1253 0.0152 +29 2015.5 6 -0.027 -0.1016 0.0475 +29 2016.5 6 -0.0187 -0.0981 0.0606 +29 2017.5 6 -0.0232 -0.1048 0.0584 +29 2018.5 6 -0.0255 -0.1054 0.0543 +29 2019.5 6 -0.0188 -0.0949 0.0573 +29 2020.5 6 -0.0048 -0.0834 0.0739 +29 2021.5 6 0.0051 -0.0753 0.0855 +29 2022.5 6 0.0147 -0.0656 0.0951 +29 2012.5 12 -0.075 -0.1109 -0.0391 +29 2013.5 12 -0.074 -0.111 -0.037 +29 2014.5 12 -0.0646 -0.1026 -0.0267 +29 2015.5 12 -0.054 -0.0924 -0.0157 +29 2016.5 12 -0.0417 -0.0801 -0.0033 +29 2017.5 12 -0.0283 -0.0669 0.0104 +29 2018.5 12 -0.0163 -0.055 0.0224 +29 2019.5 12 -0.0081 -0.0462 0.03 +29 2016 19 -0.0443 -0.0667 -0.0218 +30 2009.5 6 0.0294 0.0161 0.0426 +30 2010.5 6 0.0094 -0.0037 0.0225 +30 2011.5 6 4e-04 -0.0126 0.0135 +30 2012.5 6 -0.019 -0.0322 -0.0057 +30 2013.5 6 -0.0323 -0.0456 -0.0189 +30 2014.5 6 -0.0343 -0.048 -0.0206 +30 2015.5 6 -0.024 -0.0374 -0.0105 +30 2016.5 6 -0.0109 -0.0243 0.0024 +30 2017.5 6 0.0038 -0.0102 0.0177 +30 2018.5 6 0.0081 -0.005 0.0212 +30 2019.5 6 -0.0019 -0.0156 0.0117 +30 2020.5 6 -0.0082 -0.022 0.0056 +30 2021.5 6 -0.0084 -0.0216 0.0047 +30 2022.5 6 0.0169 0.004 0.0298 +30 2012.5 12 -0.0071 -0.0118 -0.0025 +30 2013.5 12 -0.0098 -0.0144 -0.0052 +30 2014.5 12 -0.0131 -0.0179 -0.0084 +30 2015.5 12 -0.0147 -0.0194 -0.0099 +30 2016.5 12 -0.013 -0.018 -0.0081 +30 2017.5 12 -0.0116 -0.0167 -0.0065 +30 2018.5 12 -0.0068 -0.0117 -0.002 +30 2019.5 12 -6e-04 -0.0052 0.004 +30 2016 19 -0.0043 -0.0067 -0.002 +31 2007.5 2 -0.2332 -0.413 -0.0533 +31 2008.5 2 0.0292 -0.1521 0.2105 +31 2009.5 2 0.203 0.0142 0.3918 +31 2010.5 2 -0.3557 -0.5376 -0.1738 +31 2011.5 2 -0.2848 -0.4797 -0.09 +31 2012.5 2 -0.1311 -0.3702 0.1079 +31 2008.5 4 0.0026 -0.0594 0.0646 +31 2009.5 4 -0.0168 -0.0851 0.0515 +31 2010.5 4 -0.1668 -0.2406 -0.0931 +31 2011.5 4 -0.26 -0.357 -0.1629 +31 2010 7 -0.1174 -0.1582 -0.0766 +32 2007.5 2 -0.0787 -0.1433 -0.0141 +32 2008.5 2 -0.1057 -0.1829 -0.0285 +32 2009.5 2 -0.0601 -0.1401 0.0199 +32 2010.5 2 -0.0758 -0.1562 0.0047 +32 2011.5 2 0.1075 0.0209 0.1941 +32 2012.5 2 -0.1594 -0.2583 -0.0605 +32 2008.5 4 -0.0839 -0.1074 -0.0604 +32 2009.5 4 -0.0785 -0.1038 -0.0531 +32 2010.5 4 -0.0161 -0.0443 0.0121 +32 2011.5 4 -0.0276 -0.0572 0.0021 +32 2010 7 -0.0543 -0.066 -0.0427 +33 2009.5 6 -0.0057 -0.0202 0.0087 +33 2010.5 6 -0.0062 -0.0204 0.008 +33 2011.5 6 -0.0161 -0.0303 -0.0018 +33 2012.5 6 -0.0093 -0.0237 0.0052 +33 2013.5 6 -0.0249 -0.0397 -0.01 +33 2014.5 6 -0.0311 -0.0462 -0.016 +33 2015.5 6 -0.0449 -0.0594 -0.0303 +33 2016.5 6 -0.033 -0.0479 -0.0181 +33 2017.5 6 -0.0213 -0.0361 -0.0065 +33 2018.5 6 -0.0139 -0.0281 4e-04 +33 2019.5 6 -0.0206 -0.0361 -0.0052 +33 2020.5 6 -0.0223 -0.0377 -0.007 +33 2021.5 6 -0.0372 -0.052 -0.0223 +33 2022.5 6 -0.0425 -0.0571 -0.028 +33 2012.5 12 -0.0197 -0.0247 -0.0148 +33 2013.5 12 -0.0242 -0.0293 -0.0191 +33 2014.5 12 -0.0218 -0.027 -0.0166 +33 2015.5 12 -0.023 -0.0283 -0.0178 +33 2016.5 12 -0.0273 -0.0329 -0.0217 +33 2017.5 12 -0.0274 -0.033 -0.0217 +33 2018.5 12 -0.0294 -0.0348 -0.0239 +33 2019.5 12 -0.027 -0.0321 -0.0218 +33 2016 19 -0.0231 -0.0257 -0.0204 +34 2009.5 6 0.0193 -0.0459 0.0846 +34 2010.5 6 0.0183 -0.0445 0.0811 +34 2011.5 6 0.0079 -0.0516 0.0673 +34 2012.5 6 -0.0061 -0.0633 0.0511 +34 2013.5 6 -0.0211 -0.0811 0.039 +34 2014.5 6 -0.029 -0.0918 0.0337 +34 2015.5 6 -0.0292 -0.092 0.0336 +34 2016.5 6 -0.0209 -0.0808 0.039 +34 2017.5 6 -0.0056 -0.0624 0.0512 +34 2018.5 6 0.0143 -0.043 0.0717 +34 2019.5 6 0.0218 -0.0364 0.08 +34 2020.5 6 0.022 -0.0356 0.0797 +34 2021.5 6 0.0209 -0.0367 0.0784 +34 2022.5 6 0.0237 -0.0358 0.0832 +34 2012.5 12 -0.0061 -0.0368 0.0246 +34 2013.5 12 -0.0084 -0.0381 0.0214 +34 2014.5 12 -0.0096 -0.0392 0.02 +34 2015.5 12 -0.01 -0.0395 0.0195 +34 2016.5 12 -0.0085 -0.0379 0.021 +34 2017.5 12 -0.0035 -0.0321 0.0251 +34 2018.5 12 0.0023 -0.0259 0.0305 +34 2019.5 12 0.0092 -0.0197 0.0382 +34 2016 19 0.0013 -0.0167 0.0192 +35 2007.5 2 0.0641 -0.2446 0.3728 +35 2008.5 2 0.1658 -0.132 0.4636 +35 2009.5 2 0.211 -0.088 0.51 +35 2010.5 2 -0.0035 -0.2643 0.2572 +35 2011.5 2 -0.2205 -0.5325 0.0915 +35 2012.5 2 -0.1388 -0.4864 0.2088 +35 2008.5 4 0.1488 -0.003 0.3007 +35 2009.5 4 0.1331 -0.0108 0.2769 +35 2010.5 4 -0.0043 -0.127 0.1184 +35 2011.5 4 -0.1309 -0.2992 0.0374 +35 2010 7 0.0267 -0.0521 0.1054 +36 2007.5 2 -0.0653 -0.1173 -0.0133 +36 2008.5 2 -0.1437 -0.2026 -0.0848 +36 2009.5 2 0.049 -0.0093 0.1072 +36 2010.5 2 -0.0459 -0.101 0.0091 +36 2011.5 2 -0.0516 -0.1093 0.006 +36 2012.5 2 0.0899 0.0181 0.1617 +36 2008.5 4 -0.0624 -0.0803 -0.0444 +36 2009.5 4 -0.0373 -0.0565 -0.0181 +36 2010.5 4 -0.0192 -0.039 7e-04 +36 2011.5 4 -0.0075 -0.03 0.0151 +36 2010 7 -0.0316 -0.041 -0.0222 +37 2007.5 2 -0.0325 -0.1148 0.0497 +37 2008.5 2 0.0399 -0.0447 0.1246 +37 2009.5 2 0.0411 -0.0408 0.123 +37 2010.5 2 0.1509 0.0713 0.2305 +37 2011.5 2 0.0536 -0.0242 0.1314 +37 2012.5 2 0.0979 0.0021 0.1937 +37 2008.5 4 0.0186 -0.0093 0.0464 +37 2009.5 4 0.0737 0.045 0.1024 +37 2010.5 4 0.0888 0.0604 0.1172 +37 2011.5 4 0.0961 0.0633 0.1288 +37 2010 7 0.0648 0.0506 0.0791 +38 2007.5 2 0.0412 -0.1532 0.2357 +38 2008.5 2 0.0196 -0.1681 0.2072 +38 2009.5 2 0.0991 -0.0904 0.2886 +38 2010.5 2 0.0849 -0.0982 0.2681 +38 2011.5 2 -0.006 -0.1887 0.1767 +38 2012.5 2 -0.0686 -0.2921 0.155 +38 2008.5 4 0.0499 -0.0352 0.135 +38 2009.5 4 0.0709 -0.0175 0.1594 +38 2010.5 4 0.0619 -0.0254 0.1491 +38 2011.5 4 0.0025 -0.0925 0.0975 +38 2010 7 0.0389 -0.0134 0.0911 +39 2007.5 2 -0.1404 -0.601 0.3202 +39 2008.5 2 0.0365 -0.3901 0.4631 +39 2009.5 2 0.6662 0.2483 1.0841 +39 2010.5 2 -0.4482 -0.8671 -0.0292 +39 2011.5 2 0.4264 0.0153 0.8375 +39 2012.5 2 0.2983 -0.2159 0.8126 +39 2008.5 4 0.1724 0.0192 0.3255 +39 2009.5 4 0.143 -0.0111 0.2971 +39 2010.5 4 0.1485 0.0045 0.2925 +39 2011.5 4 0.1256 -0.0559 0.307 +39 2010 7 0.1463 0.0576 0.2349 +40 2009.5 6 -0.0192 -0.0635 0.0251 +40 2010.5 6 -0.0214 -0.0645 0.0216 +40 2011.5 6 -0.0126 -0.0557 0.0305 +40 2012.5 6 -0.0151 -0.0605 0.0303 +40 2013.5 6 -0.0404 -0.0874 0.0067 +40 2014.5 6 -0.0539 -0.1012 -0.0066 +40 2015.5 6 -0.0467 -0.0933 -1e-04 +40 2016.5 6 -0.0191 -0.0649 0.0268 +40 2017.5 6 0.038 -0.0099 0.0859 +40 2018.5 6 0.0501 0.0047 0.0955 +40 2019.5 6 0.0517 0.0072 0.0962 +40 2020.5 6 0.0391 -0.0056 0.0838 +40 2021.5 6 0.0448 0.0025 0.0871 +40 2022.5 6 0.0464 0.0052 0.0877 +40 2012.5 12 -0.0298 -0.0475 -0.012 +40 2013.5 12 -0.0253 -0.0427 -0.0079 +40 2014.5 12 -0.0148 -0.0322 0.0026 +40 2015.5 12 -0.0077 -0.025 0.0097 +40 2016.5 12 -2e-04 -0.0177 0.0173 +40 2017.5 12 0.0046 -0.0131 0.0222 +40 2018.5 12 0.0208 0.0036 0.0379 +40 2019.5 12 0.0313 0.0143 0.0484 +40 2016 19 0.0026 -0.006 0.0111 +41 2007.5 2 -0.0548 -0.1985 0.0889 +41 2008.5 2 0.0155 -0.1263 0.1574 +41 2009.5 2 0.1378 -0.0035 0.2792 +41 2010.5 2 0.1474 0.0126 0.2821 +41 2011.5 2 -0.0313 -0.1628 0.1001 +41 2012.5 2 -0.1563 -0.3404 0.0279 +41 2008.5 4 0.0311 -0.019 0.0812 +41 2009.5 4 0.104 0.0491 0.1588 +41 2010.5 4 0.0909 0.0353 0.1465 +41 2011.5 4 -0.0152 -0.0777 0.0473 +41 2010 7 0.0357 0.0089 0.0625 +42 2007.5 2 0.1064 -0.1358 0.3487 +42 2008.5 2 -0.0306 -0.2445 0.1833 +42 2009.5 2 -0.1287 -0.3694 0.112 +42 2010.5 2 0.0786 -0.1444 0.3017 +42 2011.5 2 0.0136 -0.1977 0.2249 +42 2012.5 2 0.1109 -0.1381 0.3599 +42 2008.5 4 -0.018 -0.1136 0.0776 +42 2009.5 4 -0.0366 -0.1289 0.0556 +42 2010.5 4 -0.0028 -0.092 0.0864 +42 2011.5 4 0.0635 -0.0462 0.1731 +42 2010 7 0.01 -0.0418 0.0618 +43 2009.5 6 0.0495 -0.0224 0.1214 +43 2010.5 6 0.0619 -0.0109 0.1348 +43 2011.5 6 0.0623 -0.0081 0.1326 +43 2012.5 6 0.0507 -0.0123 0.1138 +43 2013.5 6 0.0379 -0.02 0.0957 +43 2014.5 6 0.0302 -0.025 0.0854 +43 2015.5 6 0.0306 -0.0236 0.0849 +43 2016.5 6 0.0308 -0.0249 0.0865 +43 2017.5 6 0.0311 -0.0259 0.088 +43 2018.5 6 0.023 -0.0327 0.0787 +43 2019.5 6 0.0152 -0.0398 0.0702 +43 2020.5 6 -0.0016 -0.058 0.0547 +43 2021.5 6 -0.0237 -0.0868 0.0393 +43 2022.5 6 -0.0374 -0.1076 0.0327 +43 2012.5 12 0.0442 0.0024 0.0859 +43 2013.5 12 0.043 0.0035 0.0824 +43 2014.5 12 0.0403 0.0029 0.0777 +43 2015.5 12 0.0352 5e-04 0.0699 +43 2016.5 12 0.0281 -0.0039 0.0602 +43 2017.5 12 0.0203 -0.0103 0.051 +43 2018.5 12 0.0114 -0.0195 0.0423 +43 2019.5 12 0.0038 -0.029 0.0365 +43 2016 19 0.0248 -3e-04 0.0499 +44 2007.5 2 0.1037 -0.1178 0.3251 +44 2008.5 2 0.0907 -0.108 0.2893 +44 2009.5 2 0.0541 -0.1307 0.2389 +44 2010.5 2 -0.0011 -0.1844 0.1821 +44 2011.5 2 -0.0328 -0.228 0.1623 +44 2012.5 2 0.0512 -0.1523 0.2548 +44 2008.5 4 0.0838 -0.0218 0.1893 +44 2009.5 4 0.0485 -0.035 0.1319 +44 2010.5 4 0.0059 -0.0763 0.0881 +44 2011.5 4 0.0019 -0.0798 0.0836 +44 2010 7 0.0382 -0.0128 0.0892 +45 2009.5 6 0.1463 0.021 0.2716 +45 2010.5 6 0.1226 0.0184 0.2269 +45 2011.5 6 0.0889 -0.0079 0.1856 +45 2012.5 6 0.0592 -0.036 0.1544 +45 2013.5 6 0.0265 -0.0683 0.1214 +45 2014.5 6 0.0527 -0.0402 0.1457 +45 2015.5 6 0.077 -0.0102 0.1643 +45 2016.5 6 0.0675 -0.02 0.155 +45 2017.5 6 0.0546 -0.0349 0.1442 +45 2018.5 6 0.0332 -0.0545 0.1209 +45 2019.5 6 0.0231 -0.0616 0.1079 +45 2020.5 6 0.0394 -0.0444 0.1231 +45 2021.5 6 0.1124 0.0289 0.196 +45 2022.5 6 0.1429 0.0629 0.2229 +45 2012.5 12 0.0912 0.041 0.1414 +45 2013.5 12 0.0785 0.0358 0.1212 +45 2014.5 12 0.0599 0.0195 0.1004 +45 2015.5 12 0.049 0.0085 0.0895 +45 2016.5 12 0.048 0.0077 0.0883 +45 2017.5 12 0.0545 0.0143 0.0948 +45 2018.5 12 0.0629 0.0247 0.101 +45 2019.5 12 0.0716 0.0367 0.1066 +45 2016 19 0.0752 0.0498 0.1006 +46 2009.5 6 -0.0108 -0.0568 0.0351 +46 2010.5 6 -0.0123 -0.0577 0.0331 +46 2011.5 6 -0.0113 -0.0565 0.0339 +46 2012.5 6 -0.0052 -0.0496 0.0391 +46 2013.5 6 0.0047 -0.0391 0.0485 +46 2014.5 6 0.0179 -0.0258 0.0616 +46 2015.5 6 0.0277 -0.0176 0.0729 +46 2016.5 6 0.0306 -0.016 0.0771 +46 2017.5 6 0.02 -0.0241 0.064 +46 2018.5 6 0.0115 -0.0312 0.0541 +46 2019.5 6 0.0063 -0.0357 0.0482 +46 2020.5 6 0.0074 -0.0342 0.0491 +46 2021.5 6 0.0103 -0.0321 0.0528 +46 2022.5 6 0.0178 -0.027 0.0625 +46 2012.5 12 0.0028 -0.022 0.0277 +46 2013.5 12 0.0077 -0.0168 0.0321 +46 2014.5 12 0.0102 -0.0141 0.0346 +46 2015.5 12 0.0123 -0.0119 0.0366 +46 2016.5 12 0.0142 -0.0103 0.0387 +46 2017.5 12 0.0166 -0.0083 0.0416 +46 2018.5 12 0.0167 -0.0082 0.0416 +46 2019.5 12 0.016 -0.009 0.041 +46 2016 19 0.0091 -0.0071 0.0253 +47 2007.5 2 0.236 -0.0994 0.5714 +47 2008.5 2 0.1607 -0.1451 0.4665 +47 2009.5 2 0.5514 0.2683 0.8345 +47 2010.5 2 0.1471 -0.1075 0.4017 +47 2011.5 2 0.3366 0.0925 0.5806 +47 2012.5 2 -0.1277 -0.4146 0.1591 +47 2008.5 4 0.3005 0.1874 0.4135 +47 2009.5 4 0.3129 0.213 0.4128 +47 2010.5 4 0.3252 0.2288 0.4216 +47 2011.5 4 0.1404 0.039 0.2419 +47 2010 7 0.2501 0.1971 0.3031 +48 2009.5 6 -0.0877 -0.1214 -0.054 +48 2010.5 6 -0.0752 -0.1066 -0.0438 +48 2011.5 6 -0.0364 -0.0663 -0.0064 +48 2012.5 6 -0.0076 -0.0388 0.0236 +48 2013.5 6 2e-04 -0.0315 0.0319 +48 2014.5 6 0.0021 -0.0292 0.0333 +48 2015.5 6 -0.0054 -0.0357 0.0249 +48 2016.5 6 -0.0164 -0.0468 0.014 +48 2017.5 6 -0.017 -0.0472 0.0133 +48 2018.5 6 -0.009 -0.0387 0.0207 +48 2019.5 6 -0.0089 -0.0389 0.0211 +48 2020.5 6 -0.0064 -0.0366 0.0239 +48 2021.5 6 -0.0017 -0.0319 0.0285 +48 2022.5 6 0.0159 -0.0145 0.0463 +48 2012.5 12 -0.033 -0.0449 -0.021 +48 2013.5 12 -0.0253 -0.0373 -0.0133 +48 2014.5 12 -0.0153 -0.0278 -0.0027 +48 2015.5 12 -0.0102 -0.0229 0.0025 +48 2016.5 12 -0.0067 -0.0196 0.0061 +48 2017.5 12 -0.0065 -0.0191 0.0061 +48 2018.5 12 -0.0078 -0.0202 0.0045 +48 2019.5 12 -0.0041 -0.0162 0.0081 +48 2016 19 -0.0169 -0.0233 -0.0105 +49 2009.5 6 0.0092 -0.0354 0.0538 +49 2010.5 6 0.0246 -0.0168 0.0661 +49 2011.5 6 0.0228 -0.0179 0.0636 +49 2012.5 6 0.0171 -0.0236 0.0577 +49 2013.5 6 0.0219 -0.0185 0.0623 +49 2014.5 6 0.0317 -0.007 0.0704 +49 2015.5 6 0.039 5e-04 0.0776 +49 2016.5 6 0.0361 -0.0024 0.0747 +49 2017.5 6 0.0302 -0.0075 0.068 +49 2018.5 6 0.0171 -0.0194 0.0536 +49 2019.5 6 0.0145 -0.0217 0.0507 +49 2020.5 6 0.0109 -0.0256 0.0473 +49 2021.5 6 0.0013 -0.0359 0.0385 +49 2022.5 6 -0.0043 -0.0426 0.034 +49 2012.5 12 0.0226 0.0049 0.0404 +49 2013.5 12 0.0276 0.0103 0.0449 +49 2014.5 12 0.0282 0.0109 0.0454 +49 2015.5 12 0.0252 0.0084 0.042 +49 2016.5 12 0.0259 0.0092 0.0427 +49 2017.5 12 0.0243 0.0079 0.0406 +49 2018.5 12 0.0196 0.0037 0.0356 +49 2019.5 12 0.0153 -7e-04 0.0313 +49 2016 19 0.0191 0.0096 0.0286 +50 2009.5 6 0.0628 -0.0278 0.1533 +50 2010.5 6 0.0633 -0.0184 0.145 +50 2011.5 6 0.0487 -0.0188 0.1161 +50 2012.5 6 0.0388 -0.0242 0.1019 +50 2013.5 6 0.0262 -0.0351 0.0874 +50 2014.5 6 0.025 -0.0354 0.0855 +50 2015.5 6 0.0157 -0.0433 0.0748 +50 2016.5 6 0.0058 -0.0539 0.0655 +50 2017.5 6 -4e-04 -0.0608 0.06 +50 2018.5 6 0.0036 -0.0549 0.0621 +50 2019.5 6 0.0023 -0.056 0.0605 +50 2020.5 6 0.0051 -0.0541 0.0643 +50 2021.5 6 4e-04 -0.0595 0.0603 +50 2022.5 6 -0.0028 -0.0611 0.0555 +50 2012.5 12 0.0389 -0.0023 0.08 +50 2013.5 12 0.0316 -0.0027 0.0659 +50 2014.5 12 0.0239 -0.0066 0.0544 +50 2015.5 12 0.0189 -0.0105 0.0483 +50 2016.5 12 0.0121 -0.0169 0.0412 +50 2017.5 12 0.0084 -0.0205 0.0373 +50 2018.5 12 0.0046 -0.0242 0.0334 +50 2019.5 12 0.0035 -0.0244 0.0314 +50 2016 19 0.0202 -9e-04 0.0413 +51 2009.5 6 0.0309 0.0208 0.0409 +51 2010.5 6 0.0253 0.0153 0.0353 +51 2011.5 6 -3e-04 -0.0108 0.0102 +51 2012.5 6 -0.0093 -0.0195 8e-04 +51 2013.5 6 -0.0176 -0.0279 -0.0074 +51 2014.5 6 -0.0172 -0.0277 -0.0067 +51 2015.5 6 -0.0044 -0.0147 0.0059 +51 2016.5 6 0.0222 0.0117 0.0327 +51 2017.5 6 0.0124 0.0019 0.0229 +51 2018.5 6 -0.0111 -0.021 -0.0012 +51 2019.5 6 0.0026 -0.0078 0.013 +51 2020.5 6 0.0067 -0.0038 0.0173 +51 2021.5 6 -0.0088 -0.0189 0.0013 +51 2022.5 6 0.0201 0.0104 0.0299 +51 2012.5 12 0.0049 0.0015 0.0083 +51 2013.5 12 1e-04 -0.0034 0.0035 +51 2014.5 12 0.003 -6e-04 0.0066 +51 2015.5 12 -0.0053 -0.0089 -0.0017 +51 2016.5 12 -0.0019 -0.0056 0.0018 +51 2017.5 12 3e-04 -0.0035 0.0041 +51 2018.5 12 -9e-04 -0.0045 0.0027 +51 2019.5 12 0.0114 0.008 0.0148 +51 2016 19 0.0047 0.003 0.0064 +52 2009.5 6 0.0098 -0.0713 0.091 +52 2010.5 6 0.0568 -0.0215 0.1351 +52 2011.5 6 0.0816 -0.0168 0.1801 +52 2012.5 6 0.0509 -0.0459 0.1477 +52 2013.5 6 0.0059 -0.08 0.0917 +52 2014.5 6 -0.0251 -0.0986 0.0485 +52 2015.5 6 -0.0458 -0.1258 0.0341 +52 2016.5 6 -0.0886 -0.1807 0.0034 +52 2017.5 6 -0.0893 -0.1805 0.002 +52 2018.5 6 -0.0681 -0.1494 0.0132 +52 2019.5 6 -0.0103 -0.0826 0.0621 +52 2020.5 6 0.0775 -0.0077 0.1626 +52 2021.5 6 0.1214 0.0272 0.2156 +52 2022.5 6 0.0628 -0.0182 0.1439 +52 2012.5 12 0.0073 -0.0255 0.0402 +52 2013.5 12 -0.0032 -0.0374 0.031 +52 2014.5 12 -0.015 -0.0523 0.0223 +52 2015.5 12 -0.0268 -0.0644 0.0107 +52 2016.5 12 -0.0289 -0.0648 0.007 +52 2017.5 12 -0.0217 -0.0555 0.0122 +52 2018.5 12 -0.0076 -0.0408 0.0257 +52 2019.5 12 -0.0051 -0.0384 0.0282 +52 2016 19 -0.0014 -0.0195 0.0167 +53 2007.5 2 0.0948 0.053 0.1366 +53 2008.5 2 -0.063 -0.1064 -0.0196 +53 2009.5 2 -0.0903 -0.1342 -0.0465 +53 2010.5 2 0.0362 -0.0067 0.0791 +53 2011.5 2 -0.0219 -0.0654 0.0215 +53 2012.5 2 0.1301 0.0761 0.1841 +53 2008.5 4 -0.0238 -0.0378 -0.0098 +53 2009.5 4 -0.0442 -0.0586 -0.0297 +53 2010.5 4 -0.0192 -0.034 -0.0044 +53 2011.5 4 0.0411 0.024 0.0582 +53 2010 7 -0.0027 -0.0096 0.0043 +54 2009.5 6 -0.1194 -0.2421 0.0034 +54 2010.5 6 -0.0324 -0.153 0.0881 +54 2011.5 6 -0.0572 -0.1782 0.0637 +54 2012.5 6 -0.132 -0.2439 -0.02 +54 2013.5 6 -0.2001 -0.3373 -0.0629 +54 2014.5 6 -0.2632 -0.4174 -0.109 +54 2015.5 6 -0.1572 -0.2857 -0.0286 +54 2016.5 6 -0.0042 -0.1302 0.1218 +54 2017.5 6 0.1053 -0.0394 0.25 +54 2018.5 6 0.1035 -0.0356 0.2426 +54 2019.5 6 0.0628 -0.0636 0.1893 +54 2020.5 6 0.0551 -0.067 0.1773 +54 2021.5 6 -0.0052 -0.1356 0.1252 +54 2022.5 6 -0.0482 -0.1953 0.0988 +54 2012.5 12 -0.1282 -0.1817 -0.0746 +54 2013.5 12 -0.1045 -0.1528 -0.0561 +54 2014.5 12 -0.0867 -0.1338 -0.0396 +54 2015.5 12 -0.0614 -0.1056 -0.0172 +54 2016.5 12 -0.0436 -0.0904 0.0032 +54 2017.5 12 -0.0282 -0.0749 0.0184 +54 2018.5 12 -0.0097 -0.0597 0.0403 +54 2019.5 12 0.015 -0.0432 0.0731 +54 2016 19 -0.0576 -0.085 -0.0302 +55 2009.5 6 -0.0218 -0.0672 0.0236 +55 2010.5 6 -0.0569 -0.0994 -0.0145 +55 2011.5 6 -0.071 -0.1137 -0.0282 +55 2012.5 6 -0.0825 -0.1269 -0.038 +55 2013.5 6 -0.0718 -0.1157 -0.028 +55 2014.5 6 -0.0669 -0.1129 -0.0209 +55 2015.5 6 -0.0653 -0.1128 -0.0178 +55 2016.5 6 -0.059 -0.1075 -0.0106 +55 2017.5 6 -0.0332 -0.0824 0.016 +55 2018.5 6 -0.0191 -0.0672 0.0291 +55 2019.5 6 0.0013 -0.0487 0.0512 +55 2020.5 6 0.0129 -0.039 0.0648 +55 2021.5 6 0.0125 -0.0392 0.0643 +55 2022.5 6 -0.0063 -0.0582 0.0456 +55 2012.5 12 -0.0553 -0.0746 -0.0361 +55 2013.5 12 -0.0633 -0.0828 -0.0439 +55 2014.5 12 -0.0625 -0.0825 -0.0425 +55 2015.5 12 -0.055 -0.0747 -0.0352 +55 2016.5 12 -0.0417 -0.0614 -0.0221 +55 2017.5 12 -0.0318 -0.052 -0.0115 +55 2018.5 12 -0.0238 -0.0442 -0.0034 +55 2019.5 12 -0.018 -0.0388 0.0029 +55 2016 19 -0.0377 -0.0484 -0.0269 +56 2007.5 2 -0.1058 -0.2548 0.0432 +56 2008.5 2 -0.3485 -0.5219 -0.1751 +56 2009.5 2 0.0015 -0.1794 0.1825 +56 2010.5 2 -0.0059 -0.1846 0.1729 +56 2011.5 2 -0.427 -0.6216 -0.2325 +56 2012.5 2 -0.301 -0.5594 -0.0426 +56 2008.5 4 -0.1707 -0.227 -0.1144 +56 2009.5 4 -0.1057 -0.1626 -0.0488 +56 2010.5 4 -0.13 -0.1954 -0.0646 +56 2011.5 4 -0.2628 -0.3533 -0.1724 +56 2010 7 -0.183 -0.219 -0.147 +57 2009.5 6 0.0272 0.0087 0.0458 +57 2010.5 6 -0.0049 -0.0236 0.0138 +57 2011.5 6 -0.0206 -0.0406 -5e-04 +57 2012.5 6 -0.0359 -0.0558 -0.016 +57 2013.5 6 -0.0385 -0.0583 -0.0188 +57 2014.5 6 -0.07 -0.0907 -0.0493 +57 2015.5 6 -0.0372 -0.0583 -0.0161 +57 2016.5 6 -0.0622 -0.0842 -0.0401 +57 2017.5 6 -0.0746 -0.0977 -0.0514 +57 2018.5 6 -0.0322 -0.0533 -0.0112 +57 2019.5 6 -0.0019 -0.0243 0.0205 +57 2020.5 6 0.0082 -0.0145 0.0309 +57 2021.5 6 0.0154 -0.0075 0.0384 +57 2022.5 6 0.0032 -0.0187 0.025 +57 2012.5 12 -0.0259 -0.0328 -0.0189 +57 2013.5 12 -0.041 -0.0482 -0.0338 +57 2014.5 12 -0.043 -0.0507 -0.0353 +57 2015.5 12 -0.0435 -0.051 -0.0359 +57 2016.5 12 -0.0392 -0.0471 -0.0314 +57 2017.5 12 -0.039 -0.047 -0.0309 +57 2018.5 12 -0.0268 -0.0347 -0.0189 +57 2019.5 12 -0.0189 -0.0265 -0.0114 +57 2016 19 -0.0262 -0.0299 -0.0225 +58 2009.5 6 -0.0518 -0.1104 0.0068 +58 2010.5 6 -0.0561 -0.1155 0.0034 +58 2011.5 6 -0.0646 -0.1263 -0.0029 +58 2012.5 6 -0.0525 -0.1141 0.009 +58 2013.5 6 -0.0585 -0.1187 0.0017 +58 2014.5 6 -0.0556 -0.1149 0.0037 +58 2015.5 6 -0.0704 -0.1337 -0.0072 +58 2016.5 6 -0.1163 -0.1828 -0.0499 +58 2017.5 6 -0.1545 -0.2196 -0.0894 +58 2018.5 6 -0.1841 -0.2478 -0.1205 +58 2019.5 6 -0.2048 -0.2755 -0.1341 +58 2020.5 6 -0.1714 -0.2454 -0.0974 +58 2021.5 6 -0.1348 -0.2093 -0.0604 +58 2022.5 6 -0.0761 -0.1483 -0.0039 +58 2012.5 12 -0.0613 -0.0849 -0.0378 +58 2013.5 12 -0.0752 -0.0993 -0.0511 +58 2014.5 12 -0.0881 -0.1132 -0.063 +58 2015.5 12 -0.1024 -0.1281 -0.0767 +58 2016.5 12 -0.1193 -0.1466 -0.0919 +58 2017.5 12 -0.1345 -0.1638 -0.1052 +58 2018.5 12 -0.1385 -0.1686 -0.1084 +58 2019.5 12 -0.1314 -0.1611 -0.1018 +58 2016 19 -0.1008 -0.1163 -0.0854 +59 2007.5 2 -0.0753 -0.207 0.0564 +59 2008.5 2 -0.1911 -0.3303 -0.0519 +59 2009.5 2 -0.1538 -0.2975 -0.0101 +59 2010.5 2 -0.0823 -0.229 0.0643 +59 2011.5 2 0.0357 -0.1194 0.1909 +59 2012.5 2 -0.027 -0.2027 0.1487 +59 2008.5 4 -0.1451 -0.2014 -0.0888 +59 2009.5 4 -0.1435 -0.2008 -0.0862 +59 2010.5 4 -0.0683 -0.126 -0.0107 +59 2011.5 4 -0.0185 -0.0886 0.0516 +59 2010 7 -0.0893 -0.1205 -0.058 +60 2007.5 2 0.2057 6e-04 0.4109 +60 2008.5 2 0.1489 -0.0395 0.3374 +60 2009.5 2 -0.2736 -0.467 -0.0803 +60 2010.5 2 0.134 -0.0625 0.3305 +60 2011.5 2 -0.2638 -0.4662 -0.0614 +60 2012.5 2 -0.0186 -0.278 0.2407 +60 2008.5 4 0.0392 -0.0295 0.108 +60 2009.5 4 -0.0246 -0.0904 0.0412 +60 2010.5 4 -0.1076 -0.1746 -0.0407 +60 2011.5 4 -0.0709 -0.1593 0.0175 +60 2010 7 -0.0304 -0.0674 0.0067 +61 2009.5 6 -0.0032 -0.0261 0.0197 +61 2010.5 6 -0.0086 -0.0309 0.0138 +61 2011.5 6 -0.0117 -0.0349 0.0115 +61 2012.5 6 0.005 -0.017 0.027 +61 2013.5 6 0.0113 -0.0108 0.0335 +61 2014.5 6 0.023 8e-04 0.0452 +61 2015.5 6 0.027 0.0051 0.0489 +61 2016.5 6 0.0386 0.0161 0.061 +61 2017.5 6 0.0396 0.0178 0.0614 +61 2018.5 6 0.0391 0.018 0.0603 +61 2019.5 6 0.0267 0.0055 0.0479 +61 2020.5 6 0.0252 0.004 0.0464 +61 2021.5 6 0.0214 8e-04 0.0421 +61 2022.5 6 0.0281 0.0075 0.0487 +61 2012.5 12 0.0084 -4e-04 0.0172 +61 2013.5 12 0.0128 0.0041 0.0214 +61 2014.5 12 0.0181 0.0094 0.0269 +61 2015.5 12 0.0239 0.0149 0.0329 +61 2016.5 12 0.0272 0.018 0.0364 +61 2017.5 12 0.0291 0.0199 0.0382 +61 2018.5 12 0.0304 0.0215 0.0392 +61 2019.5 12 0.032 0.0232 0.0407 +61 2016 19 0.0205 0.0158 0.0252 +62 2009.5 6 0.0232 -0.0041 0.0504 +62 2010.5 6 0.0161 -0.0099 0.0422 +62 2011.5 6 -0.0067 -0.032 0.0185 +62 2012.5 6 -0.0329 -0.0592 -0.0066 +62 2013.5 6 -0.0503 -0.0789 -0.0216 +62 2014.5 6 -0.0392 -0.0663 -0.0121 +62 2015.5 6 -0.0142 -0.0397 0.0113 +62 2016.5 6 0.0052 -0.0211 0.0315 +62 2017.5 6 0.0174 -0.0098 0.0446 +62 2018.5 6 0.0206 -0.0058 0.047 +62 2019.5 6 0.0113 -0.0145 0.037 +62 2020.5 6 0.0068 -0.019 0.0325 +62 2021.5 6 0.0114 -0.0141 0.0369 +62 2022.5 6 -0.0027 -0.0291 0.0237 +62 2012.5 12 -0.0109 -0.0218 0 +62 2013.5 12 -0.0113 -0.0218 -7e-04 +62 2014.5 12 -0.0115 -0.0221 -9e-04 +62 2015.5 12 -0.0115 -0.0222 -8e-04 +62 2016.5 12 -0.0091 -0.02 0.0018 +62 2017.5 12 -0.0021 -0.0131 0.0088 +62 2018.5 12 0.0052 -0.0058 0.0162 +62 2019.5 12 0.0067 -0.0044 0.0178 +62 2016 19 -0.0036 -0.0094 0.0023 +63 2007.5 2 -0.18 -0.2596 -0.1004 +63 2008.5 2 -0.2566 -0.3432 -0.17 +63 2009.5 2 -0.3097 -0.3979 -0.2215 +63 2010.5 2 -0.2904 -0.3809 -0.1999 +63 2011.5 2 -0.1532 -0.2495 -0.057 +63 2012.5 2 0.1525 0.0313 0.2737 +63 2008.5 4 -0.2496 -0.2765 -0.2227 +63 2009.5 4 -0.288 -0.3178 -0.2582 +63 2010.5 4 -0.255 -0.2858 -0.2243 +63 2011.5 4 -0.1027 -0.1393 -0.0661 +63 2010 7 -0.2047 -0.2196 -0.1899 +64 2007.5 2 0.0352 -0.1306 0.2009 +64 2008.5 2 0.0155 -0.1394 0.1703 +64 2009.5 2 0.0154 -0.1383 0.1692 +64 2010.5 2 0.0166 -0.1375 0.1708 +64 2011.5 2 0.0124 -0.1433 0.1682 +64 2012.5 2 0.0074 -0.1523 0.1671 +64 2008.5 4 0.0215 -0.0675 0.1105 +64 2009.5 4 0.0164 -0.068 0.1008 +64 2010.5 4 0.0155 -0.0687 0.0996 +64 2011.5 4 0.0121 -0.0748 0.099 +64 2010 7 0.0164 -0.044 0.0769 +65 2007.5 2 0.0803 -0.0687 0.2293 +65 2008.5 2 0.036 -0.1039 0.1759 +65 2009.5 2 0.1108 -0.0224 0.2439 +65 2010.5 2 0.0199 -0.1073 0.1471 +65 2011.5 2 0.0557 -0.073 0.1843 +65 2012.5 2 0.0268 -0.1316 0.1851 +65 2008.5 4 0.0717 0.0179 0.1256 +65 2009.5 4 0.0611 0.0101 0.112 +65 2010.5 4 0.0579 0.0087 0.1071 +65 2011.5 4 0.0363 -0.0217 0.0942 +65 2010 7 0.0558 0.028 0.0837 +66 2007.5 2 0.0092 -0.1568 0.1753 +66 2008.5 2 0.0414 -0.1261 0.2089 +66 2009.5 2 -0.1065 -0.2748 0.0618 +66 2010.5 2 -0.0669 -0.2303 0.0964 +66 2011.5 2 -0.0428 -0.209 0.1235 +66 2012.5 2 -0.1027 -0.292 0.0865 +66 2008.5 4 -0.0126 -0.0873 0.0621 +66 2009.5 4 -0.0502 -0.1244 0.0239 +66 2010.5 4 -0.0715 -0.1493 0.0062 +66 2011.5 4 -0.068 -0.1532 0.0172 +66 2010 7 -0.0474 -0.0954 7e-04 +67 2009.5 6 0.0526 0.0196 0.0856 +67 2010.5 6 0.0563 0.0222 0.0903 +67 2011.5 6 0.0194 -0.0135 0.0523 +67 2012.5 6 -0.0136 -0.046 0.0188 +67 2013.5 6 -0.0338 -0.0668 -8e-04 +67 2014.5 6 -0.0157 -0.048 0.0166 +67 2015.5 6 0.0116 -0.0203 0.0435 +67 2016.5 6 0.0545 0.0228 0.0861 +67 2017.5 6 0.073 0.0419 0.1041 +67 2018.5 6 0.0692 0.0398 0.0986 +67 2019.5 6 0.0665 0.0368 0.0961 +67 2020.5 6 0.0667 0.0376 0.0957 +67 2021.5 6 0.0464 0.0193 0.0736 +67 2022.5 6 0.0332 0.0061 0.0603 +67 2012.5 12 0.0132 8e-04 0.0257 +67 2013.5 12 0.0206 0.0086 0.0326 +67 2014.5 12 0.023 0.0112 0.0349 +67 2015.5 12 0.023 0.0113 0.0348 +67 2016.5 12 0.0292 0.0172 0.0411 +67 2017.5 12 0.0404 0.0282 0.0526 +67 2018.5 12 0.0506 0.0384 0.0628 +67 2019.5 12 0.0531 0.0414 0.0649 +67 2016 19 0.0326 0.0264 0.0388 +68 2009.5 6 0.0087 -0.0582 0.0756 +68 2010.5 6 0.0011 -0.0632 0.0655 +68 2011.5 6 -0.0119 -0.075 0.0511 +68 2012.5 6 -0.0227 -0.0851 0.0398 +68 2013.5 6 -0.0305 -0.093 0.032 +68 2014.5 6 -0.0299 -0.0927 0.033 +68 2015.5 6 -0.0184 -0.0807 0.0439 +68 2016.5 6 0.0038 -0.0574 0.0649 +68 2017.5 6 0.0281 -0.0338 0.0901 +68 2018.5 6 0.0493 -0.0156 0.1143 +68 2019.5 6 0.0678 -0.0019 0.1374 +68 2020.5 6 0.0725 0.0021 0.1429 +68 2021.5 6 0.068 -9e-04 0.1369 +68 2022.5 6 0.0562 -0.0111 0.1235 +68 2012.5 12 -0.0125 -0.048 0.0231 +68 2013.5 12 -0.0105 -0.0444 0.0234 +68 2014.5 12 -0.006 -0.0388 0.0267 +68 2015.5 12 9e-04 -0.0312 0.033 +68 2016.5 12 0.0117 -0.0205 0.044 +68 2017.5 12 0.0242 -0.0097 0.0581 +68 2018.5 12 0.0358 -0.001 0.0726 +68 2019.5 12 0.044 0.0044 0.0835 +68 2016 19 0.0156 -0.0081 0.0392 +69 2009.5 6 0.049 -0.0451 0.1431 +69 2010.5 6 0.0419 -0.0476 0.1315 +69 2011.5 6 0.0411 -0.0535 0.1356 +69 2012.5 6 0.0135 -0.0835 0.1105 +69 2013.5 6 0.007 -0.0881 0.102 +69 2014.5 6 0.0406 -0.0547 0.1358 +69 2015.5 6 0.061 -0.0278 0.1498 +69 2016.5 6 0.0726 -0.0222 0.1675 +69 2017.5 6 0.0851 -0.0168 0.1871 +69 2018.5 6 0.0979 -0.0052 0.2009 +69 2019.5 6 0.1236 0.0252 0.2219 +69 2020.5 6 0.138 0.0416 0.2344 +69 2021.5 6 0.1418 0.0423 0.2414 +69 2022.5 6 0.1082 0.0141 0.2023 +69 2012.5 12 0.0423 2e-04 0.0843 +69 2013.5 12 0.0398 -0.0024 0.082 +69 2014.5 12 0.0489 0.0053 0.0924 +69 2015.5 12 0.0585 0.014 0.103 +69 2016.5 12 0.0722 0.0283 0.116 +69 2017.5 12 0.0867 0.0422 0.1312 +69 2018.5 12 0.0962 0.0529 0.1394 +69 2019.5 12 0.1053 0.0634 0.1472 +69 2016 19 0.0706 0.0471 0.0942 +70 2009.5 6 0.0638 0.0438 0.0838 +70 2010.5 6 0.0436 0.0242 0.0629 +70 2011.5 6 0.019 -6e-04 0.0386 +70 2012.5 6 -8e-04 -0.0202 0.0186 +70 2013.5 6 -0.0177 -0.037 0.0015 +70 2014.5 6 -0.001 -0.0201 0.0181 +70 2015.5 6 0.0214 0.0022 0.0406 +70 2016.5 6 0.0158 -0.0033 0.0348 +70 2017.5 6 0.0083 -0.011 0.0276 +70 2018.5 6 -0.001 -0.0192 0.0172 +70 2019.5 6 -0.0093 -0.0279 0.0093 +70 2020.5 6 1e-04 -0.0186 0.0188 +70 2021.5 6 0.0204 0.0023 0.0386 +70 2022.5 6 0.0262 0.0083 0.044 +70 2012.5 12 0.0209 0.0139 0.028 +70 2013.5 12 0.0154 0.0085 0.0224 +70 2014.5 12 0.0092 0.0021 0.0163 +70 2015.5 12 0.0036 -0.0035 0.0107 +70 2016.5 12 -4e-04 -0.0077 0.0069 +70 2017.5 12 0.0034 -0.0039 0.0108 +70 2018.5 12 0.0104 0.0033 0.0175 +70 2019.5 12 0.0112 0.0044 0.0179 +70 2016 19 0.0132 0.0096 0.0168 +71 2009.5 6 -0.0458 -0.0686 -0.023 +71 2010.5 6 -0.0287 -0.0511 -0.0064 +71 2011.5 6 -0.0175 -0.0402 0.0052 +71 2012.5 6 -0.011 -0.0341 0.0122 +71 2013.5 6 -0.0088 -0.032 0.0144 +71 2014.5 6 -0.0236 -0.0469 -3e-04 +71 2015.5 6 -0.045 -0.0686 -0.0215 +71 2016.5 6 -0.0321 -0.0556 -0.0086 +71 2017.5 6 -0.019 -0.0425 0.0044 +71 2018.5 6 -0.0067 -0.0291 0.0157 +71 2019.5 6 0.0088 -0.0146 0.0323 +71 2020.5 6 0.026 0.0021 0.05 +71 2021.5 6 0.0086 -0.0141 0.0312 +71 2022.5 6 -0.0161 -0.0386 0.0064 +71 2012.5 12 -0.0282 -0.0366 -0.0198 +71 2013.5 12 -0.0249 -0.0333 -0.0165 +71 2014.5 12 -0.0234 -0.032 -0.0147 +71 2015.5 12 -0.0177 -0.0264 -0.009 +71 2016.5 12 -0.0137 -0.0227 -0.0047 +71 2017.5 12 -0.0098 -0.0189 -8e-04 +71 2018.5 12 -0.0099 -0.0186 -0.0012 +71 2019.5 12 -0.0111 -0.0195 -0.0026 +71 2016 19 -0.0175 -0.0218 -0.0131 +72 2007.5 2 -0.3402 -0.5017 -0.1787 +72 2008.5 2 -0.2385 -0.4104 -0.0666 +72 2009.5 2 -0.1446 -0.3182 0.0289 +72 2010.5 2 0.2782 0.1061 0.4503 +72 2011.5 2 -0.2343 -0.4012 -0.0673 +72 2012.5 2 -0.1274 -0.3618 0.107 +72 2008.5 4 -0.2408 -0.2982 -0.1834 +72 2009.5 4 -0.0459 -0.102 0.0101 +72 2010.5 4 -0.0024 -0.062 0.0572 +72 2011.5 4 -0.0485 -0.1268 0.0299 +72 2010 7 -0.1059 -0.1378 -0.074 +73 2007.5 2 -0.0387 -0.0849 0.0075 +73 2008.5 2 -0.0128 -0.0622 0.0366 +73 2009.5 2 -0.1433 -0.192 -0.0946 +73 2010.5 2 -0.023 -0.0712 0.0252 +73 2011.5 2 -0.1216 -0.1722 -0.071 +73 2012.5 2 -0.041 -0.1083 0.0262 +73 2008.5 4 -0.0597 -0.0749 -0.0446 +73 2009.5 4 -0.0681 -0.0843 -0.0519 +73 2010.5 4 -0.0887 -0.1055 -0.0719 +73 2011.5 4 -0.0678 -0.0884 -0.0473 +73 2010 7 -0.0682 -0.0765 -0.0599 +74 2009.5 6 -0.0184 -0.1167 0.0799 +74 2010.5 6 0.0159 -0.0762 0.1081 +74 2011.5 6 0.026 -0.071 0.123 +74 2012.5 6 -0.0323 -0.1292 0.0646 +74 2013.5 6 -0.0452 -0.1393 0.049 +74 2014.5 6 -0.0239 -0.1117 0.0639 +74 2015.5 6 0.037 -0.0509 0.125 +74 2016.5 6 0.0962 0.0064 0.186 +74 2017.5 6 0.133 0.0411 0.2249 +74 2018.5 6 0.0862 0.0014 0.1711 +74 2019.5 6 0.0508 -0.0358 0.1373 +74 2020.5 6 0.0717 -0.0133 0.1568 +74 2021.5 6 0.1124 0.0291 0.1957 +74 2022.5 6 0.0947 0.0056 0.1839 +74 2012.5 12 -0.0052 -0.0428 0.0325 +74 2013.5 12 0.0179 -0.0179 0.0537 +74 2014.5 12 0.0333 -0.0028 0.0694 +74 2015.5 12 0.0379 0.0029 0.0728 +74 2016.5 12 0.0418 0.0065 0.0771 +74 2017.5 12 0.0539 0.0189 0.089 +74 2018.5 12 0.084 0.0483 0.1198 +74 2019.5 12 0.0872 0.0507 0.1238 +74 2016 19 0.0399 0.0207 0.0591 +75 2007.5 2 -0.0486 -0.3189 0.2217 +75 2008.5 2 0.0567 -0.2031 0.3166 +75 2009.5 2 -0.0027 -0.2548 0.2493 +75 2010.5 2 -0.0203 -0.2731 0.2325 +75 2011.5 2 0.0776 -0.1813 0.3365 +75 2012.5 2 0.0882 -0.1968 0.3731 +75 2008.5 4 0.0073 -0.1192 0.1338 +75 2009.5 4 0.0098 -0.1078 0.1275 +75 2010.5 4 0.0143 -0.104 0.1326 +75 2011.5 4 0.0514 -0.0839 0.1867 +75 2010 7 0.0233 -0.0554 0.102 +76 2007.5 2 0.168 -0.258 0.5941 +76 2008.5 2 -0.2153 -0.6455 0.2148 +76 2009.5 2 -0.0152 -0.4673 0.4368 +76 2010.5 2 -0.7091 -1.2065 -0.2116 +76 2011.5 2 -0.4668 -0.9814 0.0479 +76 2012.5 2 -0.1168 -0.6706 0.4371 +76 2008.5 4 -0.0403 -0.2158 0.1352 +76 2009.5 4 -0.2834 -0.4638 -0.103 +76 2010.5 4 -0.4282 -0.6551 -0.2013 +76 2011.5 4 -0.4344 -0.6963 -0.1725 +76 2010 7 -0.2715 -0.3958 -0.1472 +77 2007.5 2 0.302 -0.2238 0.8278 +77 2008.5 2 0.6527 0.1402 1.1652 +77 2009.5 2 0.3095 -0.0707 0.6898 +77 2010.5 2 -0.0624 -0.4718 0.347 +77 2011.5 2 -0.4268 -0.868 0.0145 +77 2012.5 2 -0.2348 -0.7926 0.323 +77 2008.5 4 0.4445 0.2524 0.6365 +77 2009.5 4 0.3009 0.1053 0.4964 +77 2010.5 4 -0.0601 -0.2189 0.0986 +77 2011.5 4 -0.2598 -0.4684 -0.0513 +77 2010 7 0.1005 -0.0016 0.2026 +78 2007.5 2 0.1089 0.0103 0.2075 +78 2008.5 2 -0.1251 -0.2259 -0.0243 +78 2009.5 2 -0.0552 -0.1562 0.0458 +78 2010.5 2 0.0529 -0.0471 0.1529 +78 2011.5 2 0.0595 -0.0397 0.1587 +78 2012.5 2 -0.0819 -0.2069 0.0431 +78 2008.5 4 -0.0339 -0.0687 9e-04 +78 2009.5 4 -0.0437 -0.0786 -0.0089 +78 2010.5 4 0.0224 -0.0132 0.0581 +78 2011.5 4 0.0151 -0.0282 0.0584 +78 2010 7 -0.0093 -0.0275 0.0089 +79 2007.5 2 0.182 0.0663 0.2978 +79 2008.5 2 -0.0795 -0.1975 0.0385 +79 2009.5 2 0.0357 -0.0787 0.1501 +79 2010.5 2 0.2572 0.1516 0.3628 +79 2011.5 2 0.1775 0.0805 0.2745 +79 2012.5 2 -0.042 -0.1655 0.0814 +79 2008.5 4 0.0335 -0.0052 0.0723 +79 2009.5 4 0.0676 0.031 0.1042 +79 2010.5 4 0.1668 0.1287 0.205 +79 2011.5 4 0.1355 0.093 0.178 +79 2010 7 0.0953 0.0769 0.1137 +80 2009.5 6 0.0512 -0.0157 0.1182 +80 2010.5 6 0.0443 -0.0179 0.1065 +80 2011.5 6 0.0307 -0.0306 0.092 +80 2012.5 6 0.0196 -0.0417 0.0809 +80 2013.5 6 0.0176 -0.0438 0.079 +80 2014.5 6 0.028 -0.0309 0.0869 +80 2015.5 6 0.0469 -0.0112 0.1049 +80 2016.5 6 0.0531 -0.006 0.1122 +80 2017.5 6 0.0596 -2e-04 0.1193 +80 2018.5 6 0.0576 -5e-04 0.1157 +80 2019.5 6 0.0567 0 0.1134 +80 2020.5 6 0.0604 0.0042 0.1167 +80 2021.5 6 0.0694 0.0106 0.1282 +80 2022.5 6 0.0604 1e-04 0.1207 +80 2012.5 12 0.0373 0.0077 0.067 +80 2013.5 12 0.0374 0.0093 0.0655 +80 2014.5 12 0.0388 0.011 0.0667 +80 2015.5 12 0.04 0.0122 0.0678 +80 2016.5 12 0.0445 0.0161 0.0729 +80 2017.5 12 0.0506 0.0213 0.0799 +80 2018.5 12 0.0564 0.026 0.0868 +80 2019.5 12 0.0585 0.0271 0.0899 +80 2016 19 0.0465 0.0277 0.0653 +81 2009.5 6 -0.029 -0.0511 -0.0069 +81 2010.5 6 -0.0328 -0.0554 -0.0102 +81 2011.5 6 -0.012 -0.0345 0.0105 +81 2012.5 6 0.0306 0.0085 0.0528 +81 2013.5 6 0.0269 0.005 0.0489 +81 2014.5 6 0.0195 -0.0033 0.0423 +81 2015.5 6 7e-04 -0.0221 0.0235 +81 2016.5 6 -0.0305 -0.0529 -0.0081 +81 2017.5 6 -0.0266 -0.0485 -0.0046 +81 2018.5 6 -0.0096 -0.0311 0.012 +81 2019.5 6 0.0024 -0.02 0.0247 +81 2020.5 6 0.0164 -0.0062 0.039 +81 2021.5 6 0.0131 -0.0088 0.0351 +81 2022.5 6 0.0424 0.0216 0.0631 +81 2012.5 12 -0.006 -0.014 0.002 +81 2013.5 12 -0.0047 -0.0128 0.0034 +81 2014.5 12 0.001 -0.0074 0.0095 +81 2015.5 12 -3e-04 -0.0088 0.0082 +81 2016.5 12 -3e-04 -0.009 0.0084 +81 2017.5 12 4e-04 -0.0084 0.0092 +81 2018.5 12 9e-04 -0.0075 0.0093 +81 2019.5 12 0.0064 -0.0014 0.0143 +81 2016 19 0.0021 -0.0021 0.0062 +82 2009.5 6 -0.0404 -0.0517 -0.029 +82 2010.5 6 -0.0526 -0.064 -0.0412 +82 2011.5 6 -0.0211 -0.0324 -0.0098 +82 2012.5 6 0.0344 0.0231 0.0456 +82 2013.5 6 0.0627 0.0511 0.0742 +82 2014.5 6 0.0427 0.031 0.0545 +82 2015.5 6 0.0348 0.0233 0.0463 +82 2016.5 6 -0.0203 -0.0316 -0.009 +82 2017.5 6 -0.0636 -0.0755 -0.0518 +82 2018.5 6 -0.0513 -0.0619 -0.0407 +82 2019.5 6 -0.0296 -0.0408 -0.0185 +82 2020.5 6 -0.021 -0.0326 -0.0093 +82 2021.5 6 0.0126 0.0015 0.0238 +82 2022.5 6 0.0533 0.0425 0.0642 +82 2012.5 12 0.0025 -0.0011 0.0062 +82 2013.5 12 0.001 -0.0028 0.0047 +82 2014.5 12 -4e-04 -0.0045 0.0037 +82 2015.5 12 0.001 -0.0031 0.0051 +82 2016.5 12 0.0013 -0.0029 0.0056 +82 2017.5 12 -0.0111 -0.0154 -0.0068 +82 2018.5 12 -0.0091 -0.0131 -0.0051 +82 2019.5 12 -0.0071 -0.0107 -0.0035 +82 2016 19 -0.0024 -0.0043 -6e-04 +83 2009.5 6 -0.016 -0.0313 -6e-04 +83 2010.5 6 -0.0423 -0.0579 -0.0268 +83 2011.5 6 -0.0683 -0.0842 -0.0524 +83 2012.5 6 -0.0527 -0.0684 -0.0369 +83 2013.5 6 -0.0623 -0.0784 -0.0462 +83 2014.5 6 -0.047 -0.0635 -0.0305 +83 2015.5 6 -0.0235 -0.0399 -0.007 +83 2016.5 6 -0.0152 -0.0314 0.0011 +83 2017.5 6 -0.0028 -0.0191 0.0135 +83 2018.5 6 0.0319 0.0162 0.0475 +83 2019.5 6 0.0299 0.0135 0.0464 +83 2020.5 6 0.0118 -0.0049 0.0285 +83 2021.5 6 -0.0103 -0.0262 0.0055 +83 2022.5 6 -0.024 -0.0392 -0.0087 +83 2012.5 12 -0.0415 -0.047 -0.036 +83 2013.5 12 -0.0385 -0.0441 -0.033 +83 2014.5 12 -0.0341 -0.0398 -0.0284 +83 2015.5 12 -0.0229 -0.0285 -0.0172 +83 2016.5 12 -0.0152 -0.0212 -0.0092 +83 2017.5 12 -0.007 -0.0132 -9e-04 +83 2018.5 12 -9e-04 -0.0069 0.005 +83 2019.5 12 -0.0012 -0.0068 0.0044 +83 2016 19 -0.0205 -0.0233 -0.0176 +84 2009.5 6 -0.025 -0.0455 -0.0045 +84 2010.5 6 -0.0227 -0.0429 -0.0024 +84 2011.5 6 -0.0073 -0.0277 0.0131 +84 2012.5 6 0.0052 -0.0154 0.0257 +84 2013.5 6 0.0415 0.0215 0.0614 +84 2014.5 6 0.062 0.0417 0.0824 +84 2015.5 6 0.0607 0.0406 0.0809 +84 2016.5 6 0.046 0.0261 0.0659 +84 2017.5 6 0.0367 0.017 0.0565 +84 2018.5 6 0.0191 9e-04 0.0374 +84 2019.5 6 0.041 0.023 0.059 +84 2020.5 6 0.0603 0.0419 0.0786 +84 2021.5 6 0.065 0.0474 0.0826 +84 2022.5 6 0.0734 0.0566 0.0901 +84 2012.5 12 0.0148 0.0077 0.0219 +84 2013.5 12 0.0215 0.0145 0.0286 +84 2014.5 12 0.0309 0.0235 0.0382 +84 2015.5 12 0.0353 0.0279 0.0427 +84 2016.5 12 0.043 0.0356 0.0504 +84 2017.5 12 0.0467 0.0392 0.0542 +84 2018.5 12 0.0502 0.043 0.0573 +84 2019.5 12 0.0535 0.0469 0.0601 +84 2016 19 0.0337 0.0302 0.0373 +85 2009.5 6 -0.0168 -0.0406 0.007 +85 2010.5 6 -0.0217 -0.0454 0.0019 +85 2011.5 6 -0.0164 -0.0401 0.0073 +85 2012.5 6 -0.0186 -0.0423 0.005 +85 2013.5 6 -0.0162 -0.0402 0.0079 +85 2014.5 6 -0.0234 -0.0477 8e-04 +85 2015.5 6 -0.0231 -0.0478 0.0015 +85 2016.5 6 -0.0295 -0.0544 -0.0047 +85 2017.5 6 -0.0313 -0.057 -0.0056 +85 2018.5 6 -0.0256 -0.0514 3e-04 +85 2019.5 6 -0.0268 -0.0537 2e-04 +85 2020.5 6 -0.0236 -0.0512 0.004 +85 2021.5 6 -0.0152 -0.0427 0.0123 +85 2022.5 6 -0.0023 -0.0295 0.025 +85 2012.5 12 -0.0202 -0.0323 -0.0082 +85 2013.5 12 -0.022 -0.0338 -0.0101 +85 2014.5 12 -0.0222 -0.0342 -0.0101 +85 2015.5 12 -0.0239 -0.0362 -0.0115 +85 2016.5 12 -0.025 -0.0378 -0.0123 +85 2017.5 12 -0.0251 -0.0384 -0.0117 +85 2018.5 12 -0.0231 -0.0368 -0.0094 +85 2019.5 12 -0.02 -0.0338 -0.0061 +85 2016 19 -0.0204 -0.0289 -0.012 +86 2009.5 6 -0.0033 -0.0262 0.0197 +86 2010.5 6 -0.0246 -0.046 -0.0032 +86 2011.5 6 -0.0331 -0.0545 -0.0117 +86 2012.5 6 -0.0349 -0.0563 -0.0135 +86 2013.5 6 -0.0349 -0.0566 -0.0132 +86 2014.5 6 -0.0322 -0.0535 -0.011 +86 2015.5 6 -0.0271 -0.0482 -0.006 +86 2016.5 6 -0.0267 -0.0483 -0.0052 +86 2017.5 6 -0.0325 -0.0541 -0.0109 +86 2018.5 6 -0.0332 -0.0544 -0.012 +86 2019.5 6 -0.025 -0.0461 -0.0039 +86 2020.5 6 -0.0168 -0.0382 0.0046 +86 2021.5 6 -0.0106 -0.0321 0.011 +86 2022.5 6 -0.0047 -0.0269 0.0174 +86 2012.5 12 -0.0229 -0.0316 -0.0143 +86 2013.5 12 -0.0307 -0.0394 -0.022 +86 2014.5 12 -0.0325 -0.0413 -0.0237 +86 2015.5 12 -0.0312 -0.0399 -0.0224 +86 2016.5 12 -0.0286 -0.0374 -0.0198 +86 2017.5 12 -0.0272 -0.036 -0.0185 +86 2018.5 12 -0.0252 -0.0339 -0.0165 +86 2019.5 12 -0.02 -0.0287 -0.0113 +86 2016 19 -0.0237 -0.0285 -0.0189 +87 2007.5 2 0.1861 -0.0239 0.3961 +87 2008.5 2 -0.1324 -0.328 0.0632 +87 2009.5 2 -0.0622 -0.2597 0.1352 +87 2010.5 2 0.2106 -0.0067 0.4278 +87 2011.5 2 -0.0543 -0.2584 0.1498 +87 2012.5 2 -0.04 -0.2647 0.1846 +87 2008.5 4 -0.0158 -0.0946 0.063 +87 2009.5 4 -0.0014 -0.073 0.0701 +87 2010.5 4 0.0493 -0.027 0.1255 +87 2011.5 4 0.0295 -0.0561 0.115 +87 2010 7 0.0141 -0.0249 0.0531 +88 2009.5 6 -0.0881 -0.3529 0.1767 +88 2010.5 6 0.034 -0.1378 0.2058 +88 2011.5 6 -0.0853 -0.2638 0.0932 +88 2012.5 6 -0.0913 -0.2769 0.0943 +88 2013.5 6 -0.0978 -0.2938 0.0982 +88 2014.5 6 0.0695 -0.101 0.2401 +88 2015.5 6 0.1648 0.0174 0.3122 +88 2016.5 6 0.2277 0.0412 0.4142 +88 2017.5 6 0.0176 -0.1909 0.226 +88 2018.5 6 -0.0898 -0.266 0.0864 +88 2019.5 6 -0.1654 -0.317 -0.0138 +88 2020.5 6 0.0498 -0.0916 0.1912 +88 2021.5 6 0.165 -0.0199 0.3498 +88 2022.5 6 0.2228 0.0486 0.397 +88 2012.5 12 0.0211 -0.0583 0.1004 +88 2013.5 12 0.0208 -0.0395 0.0812 +88 2014.5 12 -0.0035 -0.07 0.0631 +88 2015.5 12 0.0183 -0.0462 0.0828 +88 2016.5 12 0.0076 -0.06 0.0753 +88 2017.5 12 0.0566 -0.0077 0.1209 +88 2018.5 12 0.0379 -0.0267 0.1026 +88 2019.5 12 0.0871 0.0222 0.1519 +88 2016 19 0.0235 -0.0152 0.0622 +89 2007.5 2 -0.1978 -0.4057 0.0102 +89 2008.5 2 -0.1948 -0.425 0.0355 +89 2009.5 2 -0.1941 -0.4244 0.0362 +89 2010.5 2 -0.6662 -0.9083 -0.4242 +89 2011.5 2 -0.482 -0.7715 -0.1925 +89 2012.5 2 0.2573 -0.1085 0.6231 +89 2008.5 4 -0.1955 -0.2696 -0.1214 +89 2009.5 4 -0.336 -0.4182 -0.2537 +89 2010.5 4 -0.4693 -0.5695 -0.3691 +89 2011.5 4 -0.3155 -0.4276 -0.2034 +89 2010 7 -0.2988 -0.3477 -0.25 +90 2009.5 6 0.0191 -0.0406 0.0788 +90 2010.5 6 0.0216 -0.0351 0.0783 +90 2011.5 6 0.0169 -0.0369 0.0707 +90 2012.5 6 0.0107 -0.0434 0.0647 +90 2013.5 6 0.0113 -0.0423 0.0649 +90 2014.5 6 0.019 -0.0329 0.071 +90 2015.5 6 0.0277 -0.0252 0.0805 +90 2016.5 6 0.0377 -0.0211 0.0965 +90 2017.5 6 0.0308 -0.0248 0.0865 +90 2018.5 6 0.016 -0.0355 0.0676 +90 2019.5 6 0.0041 -0.049 0.0571 +90 2020.5 6 0 -0.0532 0.0533 +90 2021.5 6 0.0028 -0.0491 0.0547 +90 2022.5 6 0.0074 -0.0477 0.0625 +90 2012.5 12 0.019 -0.0102 0.0482 +90 2013.5 12 0.0223 -0.0069 0.0516 +90 2014.5 12 0.0216 -0.0066 0.0498 +90 2015.5 12 0.0203 -0.0072 0.0477 +90 2016.5 12 0.0179 -0.009 0.0449 +90 2017.5 12 0.0174 -0.0097 0.0444 +90 2018.5 12 0.0172 -0.0102 0.0445 +90 2019.5 12 0.0146 -0.0131 0.0422 +90 2016 19 0.0165 -0.0024 0.0354 +91 2007.5 2 0.1242 0.0196 0.2287 +91 2008.5 2 0.0188 -0.0866 0.1241 +91 2009.5 2 0.0156 -0.0893 0.1206 +91 2010.5 2 0.1161 0.018 0.2142 +91 2011.5 2 0.0712 -0.0225 0.1648 +91 2012.5 2 0.0551 -0.0573 0.1675 +91 2008.5 4 0.0494 0.0118 0.0871 +91 2009.5 4 0.0467 0.0096 0.0838 +91 2010.5 4 0.0725 0.0354 0.1095 +91 2011.5 4 0.0798 0.0377 0.1219 +91 2010 7 0.0635 0.0446 0.0824 +92 2009.5 6 0.0189 -0.0337 0.0716 +92 2010.5 6 0.0341 -0.0201 0.0882 +92 2011.5 6 0.0362 -0.0185 0.091 +92 2012.5 6 0.0187 -0.0314 0.0689 +92 2013.5 6 -0.0059 -0.0569 0.0451 +92 2014.5 6 -0.0247 -0.078 0.0287 +92 2015.5 6 -0.0261 -0.0777 0.0254 +92 2016.5 6 -0.0246 -0.0761 0.027 +92 2017.5 6 -0.0176 -0.07 0.0347 +92 2018.5 6 -0.0073 -0.0599 0.0453 +92 2019.5 6 -0.0145 -0.0661 0.0371 +92 2020.5 6 -0.0102 -0.0611 0.0408 +92 2021.5 6 -5e-04 -0.0525 0.0514 +92 2022.5 6 0.0037 -0.0527 0.0601 +92 2012.5 12 0.0051 -0.0196 0.0298 +92 2013.5 12 0.0023 -0.0214 0.026 +92 2014.5 12 -0.0034 -0.0268 0.0201 +92 2015.5 12 -0.0097 -0.0337 0.0144 +92 2016.5 12 -0.0144 -0.0396 0.0107 +92 2017.5 12 -0.0154 -0.0406 0.0097 +92 2018.5 12 -0.0144 -0.0391 0.0104 +92 2019.5 12 -0.0113 -0.0365 0.0139 +92 2016 19 -0.0034 -0.0182 0.0113 +93 2007.5 2 -0.133 -0.2967 0.0307 +93 2008.5 2 -0.1329 -0.3088 0.043 +93 2009.5 2 -0.2644 -0.4554 -0.0733 +93 2010.5 2 -0.4288 -0.6553 -0.2023 +93 2011.5 2 -0.1216 -0.3604 0.1171 +93 2012.5 2 -0.0562 -0.3274 0.215 +93 2008.5 4 -0.1724 -0.2364 -0.1083 +93 2009.5 4 -0.2742 -0.3507 -0.1978 +93 2010.5 4 -0.2873 -0.3737 -0.201 +93 2011.5 4 -0.1941 -0.2963 -0.092 +93 2010 7 -0.2142 -0.2579 -0.1706 +94 2007.5 2 -0.0891 -0.229 0.0507 +94 2008.5 2 -0.0453 -0.1917 0.1011 +94 2009.5 2 -0.1428 -0.2973 0.0117 +94 2010.5 2 0.1724 0.0233 0.3215 +94 2011.5 2 0.1393 0.001 0.2776 +94 2012.5 2 0.0805 -0.0863 0.2473 +94 2008.5 4 -0.0877 -0.1409 -0.0345 +94 2009.5 4 -0.019 -0.0707 0.0327 +94 2010.5 4 0.0679 0.0166 0.1192 +94 2011.5 4 0.1316 0.067 0.1962 +94 2010 7 0.0222 -0.0033 0.0477 +95 2009.5 6 0.0369 -0.001 0.0748 +95 2010.5 6 0.0583 0.0208 0.0958 +95 2011.5 6 0.0736 0.0346 0.1126 +95 2012.5 6 0.0703 0.0321 0.1086 +95 2013.5 6 0.059 0.0228 0.0953 +95 2014.5 6 0.0522 0.0161 0.0883 +95 2015.5 6 0.0477 0.0125 0.0828 +95 2016.5 6 0.0268 -0.0079 0.0616 +95 2017.5 6 0.0043 -0.032 0.0405 +95 2018.5 6 0.0016 -0.0321 0.0353 +95 2019.5 6 -0.0036 -0.0361 0.0288 +95 2020.5 6 -0.0106 -0.0428 0.0215 +95 2021.5 6 -0.0126 -0.0456 0.0204 +95 2022.5 6 -0.0127 -0.0475 0.0222 +95 2012.5 12 0.0513 0.0352 0.0675 +95 2013.5 12 0.0528 0.0369 0.0687 +95 2014.5 12 0.0457 0.0299 0.0615 +95 2015.5 12 0.0358 0.0203 0.0513 +95 2016.5 12 0.0279 0.0125 0.0433 +95 2017.5 12 0.0189 0.0036 0.0342 +95 2018.5 12 0.0091 -0.006 0.0241 +95 2019.5 12 -7e-04 -0.0158 0.0144 +95 2016 19 0.0264 0.0177 0.035 +96 2009.5 6 0.0374 -0.0172 0.092 +96 2010.5 6 0.0382 -0.0143 0.0906 +96 2011.5 6 0.0641 0.0122 0.1161 +96 2012.5 6 0.0718 0.0202 0.1234 +96 2013.5 6 0.0755 0.0231 0.1279 +96 2014.5 6 0.0505 -0.0017 0.1026 +96 2015.5 6 0.0467 -0.0054 0.0989 +96 2016.5 6 0.0447 -0.0073 0.0967 +96 2017.5 6 0.057 0.0031 0.1109 +96 2018.5 6 0.0658 0.0111 0.1206 +96 2019.5 6 0.0336 -0.0182 0.0855 +96 2020.5 6 0.0067 -0.0448 0.0583 +96 2021.5 6 -0.0277 -0.0788 0.0234 +96 2022.5 6 -0.0504 -0.1028 0.0021 +96 2012.5 12 0.053 0.0249 0.0812 +96 2013.5 12 0.0506 0.0233 0.0779 +96 2014.5 12 0.0594 0.031 0.0878 +96 2015.5 12 0.0616 0.0325 0.0908 +96 2016.5 12 0.0509 0.0222 0.0797 +96 2017.5 12 0.0392 0.0104 0.0681 +96 2018.5 12 0.0272 -0.0015 0.0558 +96 2019.5 12 0.0176 -0.0112 0.0464 +96 2016 19 0.038 0.0183 0.0578 +97 2007.5 2 -0.0492 -0.1258 0.0274 +97 2008.5 2 -0.0872 -0.1632 -0.0113 +97 2009.5 2 -0.067 -0.1418 0.0077 +97 2010.5 2 -0.1317 -0.208 -0.0553 +97 2011.5 2 -0.0116 -0.0883 0.0651 +97 2012.5 2 0.0418 -0.0555 0.1391 +97 2008.5 4 -0.0698 -0.0965 -0.0431 +97 2009.5 4 -0.0925 -0.1201 -0.0649 +97 2010.5 4 -0.0763 -0.1037 -0.0488 +97 2011.5 4 -0.0316 -0.0649 0.0016 +97 2010 7 -0.061 -0.0756 -0.0465 +98 2007.5 2 -0.0404 -0.3801 0.2993 +98 2008.5 2 -0.1679 -0.5106 0.1748 +98 2009.5 2 0.1747 -0.1497 0.4991 +98 2010.5 2 0.3189 0.0158 0.6221 +98 2011.5 2 0.3446 0.0439 0.6452 +98 2012.5 2 -0.2344 -0.6547 0.1859 +98 2008.5 4 -0.0269 -0.142 0.0883 +98 2009.5 4 0.1152 0.0053 0.2251 +98 2010.5 4 0.2834 0.1692 0.3975 +98 2011.5 4 0.1632 0.0224 0.3039 +98 2010 7 0.1079 0.0478 0.168 +99 2007.5 2 -0.0831 -0.1555 -0.0107 +99 2008.5 2 0.0456 -0.0289 0.1201 +99 2009.5 2 -0.0686 -0.1419 0.0047 +99 2010.5 2 -0.0061 -0.0782 0.0659 +99 2011.5 2 0.064 -0.0083 0.1363 +99 2012.5 2 0.2269 0.1353 0.3186 +99 2008.5 4 -0.0272 -0.0515 -0.003 +99 2009.5 4 -0.0156 -0.041 0.0098 +99 2010.5 4 -0.0038 -0.0294 0.0217 +99 2011.5 4 0.0918 0.0619 0.1217 +99 2010 7 0.019 0.0067 0.0312 +100 2007.5 2 -0.0549 -0.2634 0.1536 +100 2008.5 2 0.0393 -0.1638 0.2424 +100 2009.5 2 -0.0392 -0.2363 0.1578 +100 2010.5 2 -0.0657 -0.2631 0.1316 +100 2011.5 2 -0.0633 -0.2665 0.14 +100 2012.5 2 -0.0135 -0.2488 0.2217 +100 2008.5 4 -0.0125 -0.0974 0.0724 +100 2009.5 4 -0.0236 -0.1063 0.059 +100 2010.5 4 -0.057 -0.1421 0.028 +100 2011.5 4 -0.0491 -0.15 0.0518 +100 2010 7 -0.0341 -0.0844 0.0162 +101 2007.5 2 -0.2437 -0.461 -0.0265 +101 2008.5 2 -0.4053 -0.6351 -0.1756 +101 2009.5 2 -0.1064 -0.3405 0.1276 +101 2010.5 2 -0.0729 -0.3113 0.1656 +101 2011.5 2 -0.0581 -0.2981 0.182 +101 2012.5 2 -0.0299 -0.3373 0.2774 +101 2008.5 4 -0.2672 -0.3578 -0.1766 +101 2009.5 4 -0.186 -0.2684 -0.1037 +101 2010.5 4 -0.0785 -0.1654 0.0084 +101 2011.5 4 -0.0541 -0.1684 0.0603 +101 2010 7 -0.1505 -0.1987 -0.1023 +102 2007.5 2 -0.0181 -0.1469 0.1106 +102 2008.5 2 -0.0186 -0.146 0.1089 +102 2009.5 2 0.056 -0.0742 0.1862 +102 2010.5 2 0.0278 -0.0955 0.1512 +102 2011.5 2 0.0293 -0.0957 0.1543 +102 2012.5 2 0.0345 -0.1024 0.1713 +102 2008.5 4 0.0039 -0.0586 0.0664 +102 2009.5 4 0.0252 -0.037 0.0873 +102 2010.5 4 0.0368 -0.0278 0.1013 +102 2011.5 4 0.0304 -0.0369 0.0977 +102 2010 7 0.0216 -0.0192 0.0625 +103 2009.5 6 0.112 -0.0485 0.2725 +103 2010.5 6 0.2662 0.1065 0.4259 +103 2011.5 6 0.2772 0.1194 0.435 +103 2012.5 6 0.2202 0.0617 0.3786 +103 2013.5 6 0.1553 0.0141 0.2965 +103 2014.5 6 0.0969 -0.0248 0.2187 +103 2015.5 6 0.076 -0.0365 0.1886 +103 2016.5 6 0.0671 -0.0532 0.1873 +103 2017.5 6 0.0372 -0.0879 0.1624 +103 2018.5 6 0.0107 -0.1097 0.1311 +103 2019.5 6 -0.0553 -0.1788 0.0682 +103 2020.5 6 -0.0927 -0.2222 0.0368 +103 2021.5 6 -0.0968 -0.2226 0.029 +103 2022.5 6 -0.1447 -0.2817 -0.0077 +103 2012.5 12 0.1541 0.0893 0.219 +103 2013.5 12 0.1543 0.0873 0.2213 +103 2014.5 12 0.1317 0.0658 0.1977 +103 2015.5 12 0.1064 0.0411 0.1718 +103 2016.5 12 0.0587 -5e-04 0.1178 +103 2017.5 12 0.0156 -0.0402 0.0715 +103 2018.5 12 -0.0152 -0.0677 0.0373 +103 2019.5 12 -0.0367 -0.0895 0.016 +103 2016 19 0.0588 0.0231 0.0944 +104 2009.5 6 0.0868 0.0282 0.1454 +104 2010.5 6 0.0451 -0.0041 0.0943 +104 2011.5 6 0.0044 -0.0428 0.0515 +104 2012.5 6 -0.0272 -0.0766 0.0222 +104 2013.5 6 -0.0285 -0.0765 0.0195 +104 2014.5 6 -0.0264 -0.0742 0.0213 +104 2015.5 6 6e-04 -0.0464 0.0476 +104 2016.5 6 -0.0047 -0.052 0.0426 +104 2017.5 6 0.001 -0.0467 0.0486 +104 2018.5 6 -0.0273 -0.0732 0.0186 +104 2019.5 6 -0.0377 -0.0855 0.01 +104 2020.5 6 -0.0441 -0.0946 0.0063 +104 2021.5 6 -6e-04 -0.0478 0.0465 +104 2022.5 6 0.0471 -0.0016 0.0959 +104 2012.5 12 0.0185 -0.0028 0.0398 +104 2013.5 12 9e-04 -0.0188 0.0206 +104 2014.5 12 -0.0099 -0.0296 0.0099 +104 2015.5 12 -0.0179 -0.038 0.0022 +104 2016.5 12 -0.0203 -0.0404 -2e-04 +104 2017.5 12 -0.0202 -0.0401 -2e-04 +104 2018.5 12 -0.0152 -0.0347 0.0043 +104 2019.5 12 -1e-04 -0.0193 0.0191 +104 2016 19 0.0031 -0.0081 0.0143 +105 2009.5 6 0.034 -0.0245 0.0925 +105 2010.5 6 0.0556 -0.0034 0.1146 +105 2011.5 6 0.0497 -0.0083 0.1078 +105 2012.5 6 0.0178 -0.0358 0.0713 +105 2013.5 6 -0.0236 -0.0808 0.0335 +105 2014.5 6 -0.0242 -0.0814 0.033 +105 2015.5 6 0.0075 -0.0435 0.0585 +105 2016.5 6 0.035 -0.018 0.088 +105 2017.5 6 0.0495 -0.0085 0.1074 +105 2018.5 6 0.0296 -0.0232 0.0823 +105 2019.5 6 5e-04 -0.0502 0.0513 +105 2020.5 6 -0.0289 -0.0825 0.0247 +105 2021.5 6 -0.0258 -0.0781 0.0264 +105 2022.5 6 -0.0177 -0.0707 0.0352 +105 2012.5 12 0.0156 -0.0082 0.0393 +105 2013.5 12 0.0229 -4e-04 0.0463 +105 2014.5 12 0.0238 2e-04 0.0473 +105 2015.5 12 0.0147 -0.007 0.0364 +105 2016.5 12 0.0041 -0.0177 0.0259 +105 2017.5 12 0.0052 -0.0166 0.0269 +105 2018.5 12 0.0066 -0.0152 0.0285 +105 2019.5 12 0.0047 -0.0174 0.0269 +105 2016 19 0.0103 -0.0027 0.0233 +106 2009.5 6 -0.0347 -0.0767 0.0073 +106 2010.5 6 -0.0616 -0.1053 -0.0179 +106 2011.5 6 -0.0885 -0.1354 -0.0417 +106 2012.5 6 -0.0987 -0.1462 -0.0513 +106 2013.5 6 -0.0935 -0.1413 -0.0457 +106 2014.5 6 -0.0416 -0.0903 0.007 +106 2015.5 6 -0.0136 -0.0624 0.0352 +106 2016.5 6 0.006 -0.0438 0.0559 +106 2017.5 6 -0.0015 -0.0506 0.0476 +106 2018.5 6 -0.0126 -0.0615 0.0364 +106 2019.5 6 -0.047 -0.0983 0.0043 +106 2020.5 6 -0.0887 -0.1411 -0.0362 +106 2021.5 6 -0.1135 -0.1653 -0.0618 +106 2022.5 6 -0.1311 -0.1875 -0.0747 +106 2012.5 12 -0.0558 -0.0738 -0.0379 +106 2013.5 12 -0.0506 -0.0683 -0.0328 +106 2014.5 12 -0.0439 -0.0617 -0.026 +106 2015.5 12 -0.0379 -0.056 -0.0198 +106 2016.5 12 -0.0425 -0.0614 -0.0235 +106 2017.5 12 -0.0403 -0.0604 -0.0202 +106 2018.5 12 -0.0436 -0.0641 -0.0231 +106 2019.5 12 -0.0555 -0.0768 -0.0342 +106 2016 19 -0.0555 -0.066 -0.045 +107 2007.5 2 -0.149 -0.1846 -0.1134 +107 2008.5 2 0.0575 0.0194 0.0957 +107 2009.5 2 0.0803 0.0444 0.1162 +107 2010.5 2 -0.1722 -0.2074 -0.1369 +107 2011.5 2 0.0391 0.0029 0.0753 +107 2012.5 2 0.2447 0.2017 0.2876 +107 2008.5 4 0.0024 -0.0086 0.0133 +107 2009.5 4 -0.0023 -0.0146 0.0101 +107 2010.5 4 -0.0331 -0.0451 -0.021 +107 2011.5 4 0.0374 0.0243 0.0505 +107 2010 7 0.0078 0.0024 0.0132 +108 2009.5 6 -0.0108 -0.0964 0.0749 +108 2010.5 6 -0.0024 -0.0841 0.0794 +108 2011.5 6 0.0077 -0.0714 0.0867 +108 2012.5 6 0.0134 -0.064 0.0909 +108 2013.5 6 0.0137 -0.0626 0.0901 +108 2014.5 6 0.0086 -0.0664 0.0837 +108 2015.5 6 0.0039 -0.0701 0.0778 +108 2016.5 6 0.0016 -0.0714 0.0746 +108 2017.5 6 -0.0033 -0.0766 0.07 +108 2018.5 6 -0.0117 -0.0861 0.0626 +108 2019.5 6 -0.0095 -0.0834 0.0644 +108 2020.5 6 -0.0014 -0.075 0.0722 +108 2021.5 6 0.0181 -0.0562 0.0925 +108 2022.5 6 0.0373 -0.0425 0.1172 +108 2012.5 12 0.0034 -0.0425 0.0492 +108 2013.5 12 0.0049 -0.0385 0.0484 +108 2014.5 12 0.005 -0.0369 0.0468 +108 2015.5 12 0.0025 -0.0381 0.0431 +108 2016.5 12 8e-04 -0.0392 0.0407 +108 2017.5 12 9e-04 -0.0389 0.0408 +108 2018.5 12 0.0032 -0.0367 0.0432 +108 2019.5 12 0.0074 -0.0333 0.0481 +108 2016 19 0.005 -0.0238 0.0338 +109 2009.5 6 -0.0163 -0.0783 0.0458 +109 2010.5 6 -0.0088 -0.0669 0.0494 +109 2011.5 6 -1e-04 -0.0568 0.0566 +109 2012.5 6 -0.0065 -0.0629 0.05 +109 2013.5 6 -0.0158 -0.0735 0.0418 +109 2014.5 6 -0.0103 -0.0674 0.0469 +109 2015.5 6 -0.0061 -0.0619 0.0497 +109 2016.5 6 -0.0043 -0.0601 0.0514 +109 2017.5 6 0.0093 -0.0496 0.0681 +109 2018.5 6 -0.0022 -0.0588 0.0543 +109 2019.5 6 -0.0218 -0.0778 0.0342 +109 2020.5 6 -0.0338 -0.092 0.0244 +109 2021.5 6 -0.0333 -0.0931 0.0265 +109 2022.5 6 -0.0345 -0.0982 0.0292 +109 2012.5 12 -0.0079 -0.0361 0.0203 +109 2013.5 12 -0.0066 -0.0337 0.0205 +109 2014.5 12 -0.0052 -0.0324 0.0219 +109 2015.5 12 -0.006 -0.0332 0.0212 +109 2016.5 12 -0.0083 -0.0356 0.019 +109 2017.5 12 -0.0118 -0.0393 0.0157 +109 2018.5 12 -0.0157 -0.0437 0.0123 +109 2019.5 12 -0.0178 -0.0471 0.0116 +109 2016 19 -0.0124 -0.0296 0.0048 +110 2009.5 6 0.0242 -0.0193 0.0677 +110 2010.5 6 0.0537 0.0108 0.0966 +110 2011.5 6 0.0365 -0.0047 0.0776 +110 2012.5 6 0.0104 -0.0294 0.0501 +110 2013.5 6 0.0017 -0.0382 0.0416 +110 2014.5 6 0.0035 -0.0373 0.0444 +110 2015.5 6 -0.0072 -0.0483 0.0338 +110 2016.5 6 -0.0191 -0.0611 0.0229 +110 2017.5 6 -0.0178 -0.0605 0.0249 +110 2018.5 6 -0.007 -0.0485 0.0345 +110 2019.5 6 -0.0047 -0.0463 0.0369 +110 2020.5 6 -0.0087 -0.0512 0.0338 +110 2021.5 6 0.0178 -0.0265 0.0621 +110 2022.5 6 0.0053 -0.0436 0.0542 +110 2012.5 12 0.0158 -0.004 0.0355 +110 2013.5 12 0.0116 -0.0075 0.0307 +110 2014.5 12 0.0043 -0.0147 0.0233 +110 2015.5 12 -0.0025 -0.0214 0.0163 +110 2016.5 12 -0.006 -0.0252 0.0133 +110 2017.5 12 -0.0067 -0.0262 0.0128 +110 2018.5 12 -0.0062 -0.0259 0.0134 +110 2019.5 12 -0.0028 -0.0238 0.0181 +110 2016 19 0.0046 -0.0076 0.0168 +111 2007.5 2 -0.8199 -1.4343 -0.2055 +111 2008.5 2 0.5636 -0.0518 1.1789 +111 2009.5 2 -0.2151 -0.73 0.2999 +111 2010.5 2 1.3423 0.8611 1.8235 +111 2011.5 2 -1.5426 -2.1408 -0.9445 +111 2012.5 2 0.4275 -0.4551 1.31 +111 2008.5 4 -0.0851 -0.263 0.0928 +111 2009.5 4 0.4857 0.2793 0.6921 +111 2010.5 4 0.0096 -0.2118 0.231 +111 2011.5 4 -0.0861 -0.3988 0.2266 +111 2010 7 0.0247 -0.1121 0.1615 +112 2007.5 2 -0.0691 -0.1383 1e-04 +112 2008.5 2 -0.0103 -0.0846 0.064 +112 2009.5 2 0.2401 0.1688 0.3113 +112 2010.5 2 0.0555 -0.008 0.1191 +112 2011.5 2 0.2203 0.1603 0.2804 +112 2012.5 2 0.2247 0.1533 0.296 +112 2008.5 4 0.0472 0.0253 0.069 +112 2009.5 4 0.1096 0.0866 0.1326 +112 2010.5 4 0.1603 0.1379 0.1827 +112 2011.5 4 0.1722 0.1488 0.1956 +112 2010 7 0.1175 0.1072 0.1278 +113 2009.5 6 -0.0409 -0.0949 0.013 +113 2010.5 6 -0.0454 -0.097 0.0062 +113 2011.5 6 -0.0482 -0.1002 0.0037 +113 2012.5 6 -0.0521 -0.1052 0.001 +113 2013.5 6 -0.0368 -0.09 0.0164 +113 2014.5 6 -0.015 -0.0655 0.0354 +113 2015.5 6 0.0116 -0.0387 0.0619 +113 2016.5 6 0.0325 -0.0187 0.0837 +113 2017.5 6 0.0521 -0.0018 0.106 +113 2018.5 6 0.0475 -0.0045 0.0995 +113 2019.5 6 0.0224 -0.0261 0.071 +113 2020.5 6 0.0065 -0.042 0.0551 +113 2021.5 6 -0.0057 -0.0546 0.0432 +113 2022.5 6 -0.0214 -0.0735 0.0307 +113 2012.5 12 -0.0279 -0.0507 -0.0051 +113 2013.5 12 -0.0179 -0.0393 0.0035 +113 2014.5 12 -0.0056 -0.0269 0.0156 +113 2015.5 12 0.0027 -0.0186 0.024 +113 2016.5 12 0.0108 -0.0112 0.0328 +113 2017.5 12 0.0158 -0.0064 0.038 +113 2018.5 12 0.0189 -0.0039 0.0417 +113 2019.5 12 0.0162 -0.0067 0.0391 +113 2016 19 -0.0049 -0.0168 0.007 +114 2007.5 2 0.0344 -0.126 0.1947 +114 2008.5 2 0.1036 -0.0517 0.2589 +114 2009.5 2 0.1164 -0.0409 0.2737 +114 2010.5 2 -0.141 -0.3145 0.0326 +114 2011.5 2 0.0329 -0.1163 0.1821 +114 2012.5 2 0.0521 -0.122 0.2262 +114 2008.5 4 0.0867 0.0055 0.1678 +114 2009.5 4 0.0354 -0.0282 0.0989 +114 2010.5 4 -0.0116 -0.0777 0.0546 +114 2011.5 4 -0.0135 -0.0923 0.0654 +114 2010 7 0.0284 -0.0132 0.0699 +115 2007.5 2 0.0439 -0.2897 0.3775 +115 2008.5 2 0.1625 -0.1682 0.4931 +115 2009.5 2 0.1138 -0.1945 0.4221 +115 2010.5 2 0.105 -0.1906 0.4005 +115 2011.5 2 -0.0065 -0.3099 0.297 +115 2012.5 2 0.0168 -0.3376 0.3712 +115 2008.5 4 0.1123 -0.0366 0.2612 +115 2009.5 4 0.1258 -0.0203 0.2718 +115 2010.5 4 0.0742 -0.0649 0.2133 +115 2011.5 4 0.0339 -0.1253 0.1932 +115 2010 7 0.0812 -0.0115 0.174 +116 2007.5 2 -0.5808 -1.1806 0.0189 +116 2008.5 2 -0.2853 -0.9311 0.3605 +116 2009.5 2 0.9523 0.38 1.5245 +116 2010.5 2 1.2679 0.906 1.6298 +116 2011.5 2 0.4819 0.2636 0.7001 +116 2012.5 2 0.7646 0.486 1.0431 +116 2008.5 4 -0.0027 -0.1809 0.1755 +116 2009.5 4 0.6757 0.497 0.8543 +116 2010.5 4 0.9374 0.7686 1.1062 +116 2011.5 4 0.8025 0.6758 0.9292 +116 2010 7 0.5305 0.4598 0.6013 +117 2009.5 6 0.0812 0.065 0.0974 +117 2010.5 6 0.0354 0.0194 0.0514 +117 2011.5 6 0.0126 -0.0031 0.0284 +117 2012.5 6 0.0023 -0.0132 0.0177 +117 2013.5 6 -0.0016 -0.0169 0.0138 +117 2014.5 6 0.0131 -0.0031 0.0292 +117 2015.5 6 0.0317 0.0158 0.0476 +117 2016.5 6 0.0188 0.0035 0.0342 +117 2017.5 6 0.021 0.0053 0.0367 +117 2018.5 6 0.0128 -0.002 0.0276 +117 2019.5 6 0.0028 -0.0125 0.0181 +117 2020.5 6 -0.0139 -0.0295 0.0017 +117 2021.5 6 -0.008 -0.0227 0.0067 +117 2022.5 6 0.0176 0.0034 0.0318 +117 2012.5 12 0.0291 0.0235 0.0347 +117 2013.5 12 0.0232 0.0178 0.0286 +117 2014.5 12 0.0164 0.0108 0.022 +117 2015.5 12 0.0109 0.0054 0.0164 +117 2016.5 12 0.0092 0.0034 0.0149 +117 2017.5 12 0.0101 0.0041 0.0161 +117 2018.5 12 0.0119 0.0062 0.0176 +117 2019.5 12 0.01 0.0047 0.0152 +117 2016 19 0.0188 0.016 0.0216 +118 2009.5 6 0.1424 0.0205 0.2643 +118 2010.5 6 0.1399 0.0207 0.2591 +118 2011.5 6 0.0838 -0.0284 0.1959 +118 2012.5 6 0.0358 -0.0773 0.1489 +118 2013.5 6 0.029 -0.0768 0.1349 +118 2014.5 6 0.0142 -0.0972 0.1257 +118 2015.5 6 -0.0299 -0.1491 0.0893 +118 2016.5 6 -0.0369 -0.1559 0.082 +118 2017.5 6 -0.0469 -0.1672 0.0734 +118 2018.5 6 -0.076 -0.1912 0.0393 +118 2019.5 6 -0.0452 -0.1711 0.0806 +118 2020.5 6 -0.0317 -0.1642 0.1008 +118 2021.5 6 -0.0493 -0.1725 0.0739 +118 2022.5 6 -0.0963 -0.2197 0.0271 +118 2012.5 12 0.0558 0.0026 0.1089 +118 2013.5 12 0.0346 -0.0179 0.0871 +118 2014.5 12 0.0101 -0.0433 0.0635 +118 2015.5 12 -0.0066 -0.0609 0.0478 +118 2016.5 12 -0.026 -0.0811 0.029 +118 2017.5 12 -0.0356 -0.0936 0.0224 +118 2018.5 12 -0.0419 -0.1013 0.0176 +118 2019.5 12 -0.0554 -0.1155 0.0048 +118 2016 19 -0.0014 -0.0382 0.0354 +119 2007.5 2 -0.3617 -0.7245 0.0012 +119 2008.5 2 -0.3192 -0.6645 0.0262 +119 2009.5 2 -0.2286 -0.6035 0.1464 +119 2010.5 2 0.0949 -0.2889 0.4786 +119 2011.5 2 -0.0134 -0.3997 0.373 +119 2012.5 2 -0.1263 -0.6601 0.4074 +119 2008.5 4 -0.3047 -0.4576 -0.1518 +119 2009.5 4 -0.1587 -0.2864 -0.031 +119 2010.5 4 -0.0346 -0.1778 0.1085 +119 2011.5 4 -0.0148 -0.2195 0.1899 +119 2010 7 -0.1403 -0.2293 -0.0513 +120 2007.5 2 0.0347 -0.2794 0.3489 +120 2008.5 2 0.089 -0.2216 0.3996 +120 2009.5 2 0.1829 -0.1496 0.5154 +120 2010.5 2 0.0916 -0.1861 0.3692 +120 2011.5 2 -0.0587 -0.3401 0.2226 +120 2012.5 2 0.0758 -0.2352 0.3869 +120 2008.5 4 0.101 -0.0627 0.2647 +120 2009.5 4 0.1275 -0.0282 0.2832 +120 2010.5 4 0.074 -0.0692 0.2172 +120 2011.5 4 0.0267 -0.1261 0.1796 +120 2010 7 0.0761 -0.022 0.1743 +121 2007.5 2 -0.1564 -0.2333 -0.0795 +121 2008.5 2 0.0062 -0.0762 0.0886 +121 2009.5 2 -0.1238 -0.2056 -0.0419 +121 2010.5 2 0.0086 -0.0709 0.0882 +121 2011.5 2 0.0317 -0.0489 0.1124 +121 2012.5 2 -0.2294 -0.3331 -0.1257 +121 2008.5 4 -0.0816 -0.1074 -0.0557 +121 2009.5 4 -0.0451 -0.0724 -0.0178 +121 2010.5 4 -0.0242 -0.0517 0.0034 +121 2011.5 4 -0.0535 -0.0861 -0.021 +121 2010 7 -0.0592 -0.0726 -0.0459 +122 2007.5 2 0.0429 -0.2409 0.3266 +122 2008.5 2 -0.1397 -0.424 0.1446 +122 2009.5 2 -0.2205 -0.5499 0.1089 +122 2010.5 2 0.064 -0.2554 0.3834 +122 2011.5 2 -0.0272 -0.3124 0.2579 +122 2012.5 2 0.0019 -0.3037 0.3075 +122 2008.5 4 -0.109 -0.2517 0.0337 +122 2009.5 4 -0.1106 -0.2423 0.021 +122 2010.5 4 -0.0485 -0.1733 0.0763 +122 2011.5 4 0.0089 -0.1333 0.1512 +122 2010 7 -0.0583 -0.1332 0.0165 +123 2007.5 2 0.1282 0.051 0.2054 +123 2008.5 2 -0.0454 -0.1222 0.0313 +123 2009.5 2 -0.0862 -0.1612 -0.0111 +123 2010.5 2 -0.0219 -0.0971 0.0534 +123 2011.5 2 -0.0576 -0.1375 0.0222 +123 2012.5 2 0.1429 0.0493 0.2365 +123 2008.5 4 -0.0055 -0.0313 0.0202 +123 2009.5 4 -0.0546 -0.081 -0.0283 +123 2010.5 4 -0.0519 -0.0792 -0.0245 +123 2011.5 4 0.0133 -0.0166 0.0431 +123 2010 7 -0.0125 -0.0254 4e-04 +124 2009.5 6 0.0058 -0.1013 0.1129 +124 2010.5 6 0.0252 -0.074 0.1243 +124 2011.5 6 0.0477 -0.0522 0.1476 +124 2012.5 6 0.0511 -0.0486 0.1507 +124 2013.5 6 0.0456 -0.0516 0.1429 +124 2014.5 6 0.054 -0.0404 0.1485 +124 2015.5 6 0.0533 -0.0393 0.1458 +124 2016.5 6 0.0512 -0.0426 0.1449 +124 2017.5 6 0.047 -0.0462 0.1402 +124 2018.5 6 0.0445 -0.0433 0.1324 +124 2019.5 6 0.0271 -0.0597 0.1139 +124 2020.5 6 0.0113 -0.0794 0.1019 +124 2021.5 6 -0.0077 -0.1011 0.0857 +124 2022.5 6 -0.0191 -0.1155 0.0774 +124 2012.5 12 0.0383 -0.0141 0.0908 +124 2013.5 12 0.045 -0.0059 0.096 +124 2014.5 12 0.0477 -0.0034 0.0988 +124 2015.5 12 0.0481 -0.0021 0.0984 +124 2016.5 12 0.0448 -0.0042 0.0937 +124 2017.5 12 0.0397 -0.0083 0.0876 +124 2018.5 12 0.0288 -0.0184 0.0761 +124 2019.5 12 0.0195 -0.0289 0.0679 +124 2016 19 0.0311 -0.002 0.0641 +125 2009.5 6 -0.0656 -0.0911 -0.0401 +125 2010.5 6 -0.0432 -0.0684 -0.018 +125 2011.5 6 -0.0796 -0.1064 -0.0528 +125 2012.5 6 -0.0994 -0.1254 -0.0734 +125 2013.5 6 -0.1067 -0.1338 -0.0796 +125 2014.5 6 -0.1173 -0.145 -0.0897 +125 2015.5 6 -0.103 -0.1302 -0.0758 +125 2016.5 6 -0.0844 -0.1129 -0.0558 +125 2017.5 6 -0.0999 -0.1281 -0.0717 +125 2018.5 6 -0.0792 -0.1065 -0.0519 +125 2019.5 6 -0.0674 -0.0964 -0.0384 +125 2020.5 6 -0.06 -0.0895 -0.0306 +125 2021.5 6 -0.0465 -0.0757 -0.0172 +125 2022.5 6 -0.019 -0.0466 0.0086 +125 2012.5 12 -0.0843 -0.0931 -0.0754 +125 2013.5 12 -0.0918 -0.1011 -0.0825 +125 2014.5 12 -0.0927 -0.1024 -0.0829 +125 2015.5 12 -0.0938 -0.1035 -0.0841 +125 2016.5 12 -0.0933 -0.1035 -0.083 +125 2017.5 12 -0.085 -0.0953 -0.0747 +125 2018.5 12 -0.0825 -0.0926 -0.0724 +125 2019.5 12 -0.0576 -0.0673 -0.048 +125 2016 19 -0.077 -0.0818 -0.0723 +126 2009.5 6 0.0651 0.0478 0.0825 +126 2010.5 6 0.0559 0.0382 0.0736 +126 2011.5 6 0.0047 -0.0135 0.023 +126 2012.5 6 -0.0294 -0.0475 -0.0114 +126 2013.5 6 -0.0437 -0.0617 -0.0258 +126 2014.5 6 -0.0727 -0.091 -0.0543 +126 2015.5 6 -0.0497 -0.0683 -0.0311 +126 2016.5 6 -0.0044 -0.0233 0.0145 +126 2017.5 6 -0.0029 -0.0219 0.0162 +126 2018.5 6 0.0043 -0.0137 0.0223 +126 2019.5 6 0.0358 0.017 0.0546 +126 2020.5 6 0.0198 0.0012 0.0384 +126 2021.5 6 5e-04 -0.0179 0.0189 +126 2022.5 6 0.0459 0.0284 0.0634 +126 2012.5 12 -0.0072 -0.0135 -8e-04 +126 2013.5 12 -0.0109 -0.0172 -0.0046 +126 2014.5 12 -0.0189 -0.0255 -0.0123 +126 2015.5 12 -0.0238 -0.0303 -0.0173 +126 2016.5 12 -0.0159 -0.0225 -0.0094 +126 2017.5 12 -0.0132 -0.0198 -0.0065 +126 2018.5 12 -0.0042 -0.0108 0.0024 +126 2019.5 12 0.0146 0.0084 0.0208 +126 2016 19 8e-04 -0.0023 0.0039 +127 2009.5 6 0.168 0.0825 0.2534 +127 2010.5 6 0.1596 0.0768 0.2424 +127 2011.5 6 0.1532 0.0704 0.236 +127 2012.5 6 0.1219 0.0403 0.2036 +127 2013.5 6 0.0637 -0.0132 0.1407 +127 2014.5 6 0.0355 -0.0414 0.1124 +127 2015.5 6 0.0304 -0.0502 0.1111 +127 2016.5 6 0.021 -0.0641 0.106 +127 2017.5 6 0.035 -0.0473 0.1173 +127 2018.5 6 0.0551 -0.0247 0.1349 +127 2019.5 6 0.0692 -0.0176 0.156 +127 2020.5 6 0.1122 0.0244 0.2 +127 2021.5 6 0.1545 0.0734 0.2356 +127 2022.5 6 0.1874 0.105 0.2698 +127 2012.5 12 0.0999 0.0627 0.1371 +127 2013.5 12 0.0855 0.0497 0.1212 +127 2014.5 12 0.0725 0.0382 0.1068 +127 2015.5 12 0.0622 0.0276 0.0968 +127 2016.5 12 0.0506 0.0125 0.0887 +127 2017.5 12 0.0572 0.017 0.0974 +127 2018.5 12 0.0762 0.037 0.1154 +127 2019.5 12 0.0937 0.0557 0.1318 +127 2016 19 0.0936 0.0715 0.1157 +128 2007.5 2 0.1007 -8e-04 0.2021 +128 2008.5 2 -0.0538 -0.1513 0.0437 +128 2009.5 2 -0.0495 -0.1475 0.0486 +128 2010.5 2 -0.0751 -0.1749 0.0248 +128 2011.5 2 -0.0229 -0.1229 0.077 +128 2012.5 2 -0.0345 -0.1606 0.0916 +128 2008.5 4 -0.0062 -0.0426 0.0302 +128 2009.5 4 -0.0584 -0.0957 -0.0212 +128 2010.5 4 -0.0517 -0.0878 -0.0156 +128 2011.5 4 -0.042 -0.0877 0.0037 +128 2010 7 -0.0333 -0.0536 -0.013 +129 2009.5 6 -0.0073 -0.0465 0.032 +129 2010.5 6 -0.0063 -0.0457 0.0331 +129 2011.5 6 -0.0126 -0.0524 0.0273 +129 2012.5 6 -0.0231 -0.0638 0.0176 +129 2013.5 6 -0.0181 -0.0581 0.022 +129 2014.5 6 -0.0034 -0.043 0.0362 +129 2015.5 6 0.0235 -0.016 0.0631 +129 2016.5 6 0.0432 0.0028 0.0836 +129 2017.5 6 0.0563 0.0163 0.0964 +129 2018.5 6 0.0639 0.0242 0.1037 +129 2019.5 6 0.0601 0.02 0.1001 +129 2020.5 6 0.038 -0.001 0.077 +129 2021.5 6 0.0229 -0.0162 0.062 +129 2022.5 6 0.0244 -0.0134 0.0621 +129 2012.5 12 -0.0046 -0.0219 0.0128 +129 2013.5 12 0.0035 -0.0132 0.0203 +129 2014.5 12 0.0135 -0.0031 0.03 +129 2015.5 12 0.0219 0.0054 0.0384 +129 2016.5 12 0.0283 0.0115 0.0452 +129 2017.5 12 0.0337 0.0164 0.051 +129 2018.5 12 0.0383 0.0208 0.0558 +129 2019.5 12 0.0433 0.0253 0.0613 +129 2016 19 0.0193 0.0101 0.0286 +130 2007.5 2 -0.0348 -0.1304 0.0608 +130 2008.5 2 -0.2105 -0.3153 -0.1058 +130 2009.5 2 0.2862 0.185 0.3875 +130 2010.5 2 0.0407 -0.0526 0.134 +130 2011.5 2 -0.0925 -0.1887 0.0038 +130 2012.5 2 0.3152 0.1929 0.4375 +130 2008.5 4 -0.0088 -0.0403 0.0227 +130 2009.5 4 0.0636 0.0309 0.0962 +130 2010.5 4 0.0744 0.041 0.1079 +130 2011.5 4 0.0698 0.0319 0.1076 +130 2010 7 0.046 0.0301 0.0619 +131 2007.5 2 0.1448 -0.0322 0.3219 +131 2008.5 2 -0.0271 -0.2001 0.1459 +131 2009.5 2 0.1576 -0.0073 0.3226 +131 2010.5 2 -0.0914 -0.256 0.0732 +131 2011.5 2 0.1605 0.0045 0.3165 +131 2012.5 2 0.298 0.0851 0.5109 +131 2008.5 4 0.0799 0.022 0.1378 +131 2009.5 4 0.0275 -0.0312 0.0862 +131 2010.5 4 0.0589 0.003 0.1147 +131 2011.5 4 0.1262 0.0564 0.1959 +131 2010 7 0.0855 0.0562 0.1147 +132 2007.5 2 0.1489 -0.1043 0.4021 +132 2008.5 2 -0.0498 -0.2578 0.1583 +132 2009.5 2 0.0014 -0.1951 0.1979 +132 2010.5 2 -0.0706 -0.2725 0.1312 +132 2011.5 2 -0.0454 -0.2559 0.1651 +132 2012.5 2 -0.0186 -0.2445 0.2072 +132 2008.5 4 0.0233 -0.0699 0.1164 +132 2009.5 4 -0.0353 -0.1273 0.0567 +132 2010.5 4 -0.0407 -0.1369 0.0554 +132 2011.5 4 -0.0443 -0.1492 0.0606 +132 2010 7 -0.0181 -0.0748 0.0386 +133 2007.5 2 -0.0566 -0.2726 0.1595 +133 2008.5 2 0.0571 -0.1559 0.2702 +133 2009.5 2 0.0283 -0.1772 0.2338 +133 2010.5 2 -0.0218 -0.2157 0.1721 +133 2011.5 2 -0.1091 -0.3211 0.1029 +133 2012.5 2 0.0355 -0.1913 0.2624 +133 2008.5 4 0.0144 -0.0705 0.0993 +133 2009.5 4 0.0219 -0.0585 0.1024 +133 2010.5 4 -0.0329 -0.1184 0.0525 +133 2011.5 4 -0.0395 -0.1243 0.0453 +133 2010 7 -0.0101 -0.0536 0.0333 +134 2009.5 6 0.0313 -0.0642 0.1268 +134 2010.5 6 0.054 -0.0365 0.1444 +134 2011.5 6 0.0493 -0.0372 0.1358 +134 2012.5 6 0.0383 -0.0459 0.1225 +134 2013.5 6 0.0324 -0.0502 0.115 +134 2014.5 6 0.0565 -0.0254 0.1384 +134 2015.5 6 0.0699 -0.0172 0.1569 +134 2016.5 6 0.0785 -0.0179 0.1749 +134 2017.5 6 0.0561 -0.0345 0.1467 +134 2018.5 6 0.0048 -0.0724 0.082 +134 2019.5 6 -0.0537 -0.1394 0.0321 +134 2020.5 6 -0.0734 -0.1676 0.0208 +134 2021.5 6 -0.0773 -0.1723 0.0176 +134 2022.5 6 -0.0747 -0.1718 0.0224 +134 2012.5 12 0.0483 -0.0017 0.0983 +134 2013.5 12 0.0537 0.0024 0.1049 +134 2014.5 12 0.0515 9e-04 0.1021 +134 2015.5 12 0.0423 -0.0044 0.0889 +134 2016.5 12 0.0267 -0.0153 0.0686 +134 2017.5 12 0.0127 -0.0284 0.0539 +134 2018.5 12 -0.0012 -0.0424 0.0399 +134 2019.5 12 -0.0153 -0.0584 0.0277 +134 2016 19 0.016 -0.0121 0.0441 +135 2007.5 2 0 -0.1067 0.1068 +135 2008.5 2 0.2177 0.1096 0.3259 +135 2009.5 2 0.0898 -0.0071 0.1867 +135 2010.5 2 0.1423 0.0501 0.2344 +135 2011.5 2 0.0401 -0.0507 0.1309 +135 2012.5 2 0.0353 -0.0726 0.1433 +135 2008.5 4 0.114 0.0771 0.151 +135 2009.5 4 0.1439 0.1072 0.1806 +135 2010.5 4 0.0959 0.0618 0.13 +135 2011.5 4 0.0693 0.0306 0.108 +135 2010 7 0.0995 0.081 0.1181 +136 2007.5 2 -0.108 -0.2281 0.0122 +136 2008.5 2 -0.1014 -0.2227 0.0199 +136 2009.5 2 -0.1297 -0.2573 -0.0021 +136 2010.5 2 -0.1888 -0.3205 -0.0571 +136 2011.5 2 -0.1448 -0.2849 -0.0046 +136 2012.5 2 0.0299 -0.1329 0.1928 +136 2008.5 4 -0.1119 -0.1621 -0.0617 +136 2009.5 4 -0.1389 -0.192 -0.0858 +136 2010.5 4 -0.1579 -0.2153 -0.1004 +136 2011.5 4 -0.1056 -0.1742 -0.0369 +136 2010 7 -0.1206 -0.1536 -0.0876 +137 2007.5 2 0.1199 0.03 0.2097 +137 2008.5 2 -0.011 -0.1013 0.0793 +137 2009.5 2 -0.0013 -0.0895 0.0868 +137 2010.5 2 0.1564 0.0718 0.241 +137 2011.5 2 -0.1183 -0.2019 -0.0347 +137 2012.5 2 -0.0515 -0.1537 0.0507 +137 2008.5 4 0.0311 0.0012 0.0611 +137 2009.5 4 0.0431 0.0141 0.0721 +137 2010.5 4 0.0267 -0.0033 0.0567 +137 2011.5 4 -0.0158 -0.05 0.0184 +137 2010 7 0.0175 0.0028 0.0321 +138 2007.5 2 0.3164 0.2591 0.3737 +138 2008.5 2 0.1366 0.0786 0.1947 +138 2009.5 2 0.0859 0.0298 0.142 +138 2010.5 2 0.0405 -0.0133 0.0943 +138 2011.5 2 0.1306 0.0767 0.1845 +138 2012.5 2 0.2447 0.1746 0.3149 +138 2008.5 4 0.1753 0.1568 0.1939 +138 2009.5 4 0.0875 0.0688 0.1062 +138 2010.5 4 0.0811 0.0624 0.0999 +138 2011.5 4 0.1378 0.1161 0.1595 +138 2010 7 0.1349 0.1256 0.1443 +139 2009.5 6 0.0052 -0.0455 0.0558 +139 2010.5 6 0.0121 -0.0367 0.0609 +139 2011.5 6 0.0147 -0.0341 0.0636 +139 2012.5 6 0.0174 -0.0319 0.0668 +139 2013.5 6 0.0068 -0.0409 0.0545 +139 2014.5 6 -0.009 -0.0555 0.0376 +139 2015.5 6 -0.0235 -0.0712 0.0241 +139 2016.5 6 -0.034 -0.0834 0.0153 +139 2017.5 6 -0.0364 -0.0862 0.0134 +139 2018.5 6 -0.0279 -0.0753 0.0194 +139 2019.5 6 -0.0211 -0.0678 0.0257 +139 2020.5 6 -0.018 -0.0652 0.0292 +139 2021.5 6 -0.0215 -0.0697 0.0266 +139 2022.5 6 -0.0284 -0.0792 0.0224 +139 2012.5 12 0 -0.0256 0.0257 +139 2013.5 12 -0.0039 -0.0287 0.0209 +139 2014.5 12 -0.0089 -0.0337 0.016 +139 2015.5 12 -0.0135 -0.0383 0.0114 +139 2016.5 12 -0.0178 -0.0429 0.0073 +139 2017.5 12 -0.0215 -0.0469 0.0039 +139 2018.5 12 -0.0249 -0.0509 0.0012 +139 2019.5 12 -0.0276 -0.0549 -3e-04 +139 2016 19 -0.0131 -0.0296 0.0034 +140 2007.5 2 0.0499 -0.2012 0.301 +140 2008.5 2 -0.0721 -0.3157 0.1715 +140 2009.5 2 -0.0915 -0.3421 0.1591 +140 2010.5 2 0.1944 -0.0651 0.4539 +140 2011.5 2 0.2585 -0.0058 0.5228 +140 2012.5 2 0.0295 -0.2287 0.2877 +140 2008.5 4 -0.0413 -0.156 0.0735 +140 2009.5 4 1e-04 -0.1054 0.1055 +140 2010.5 4 0.1278 0.0062 0.2494 +140 2011.5 4 0.1705 0.0273 0.3138 +140 2010 7 0.0638 -0.0098 0.1374 +141 2007.5 2 -0.0054 -0.0338 0.0229 +141 2008.5 2 -0.0405 -0.0713 -0.0097 +141 2009.5 2 -0.0939 -0.125 -0.0628 +141 2010.5 2 -0.4773 -0.5123 -0.4424 +141 2011.5 2 0.183 0.1455 0.2204 +141 2012.5 2 0.0155 -0.029 0.06 +141 2008.5 4 -0.046 -0.0554 -0.0366 +141 2009.5 4 -0.1929 -0.2042 -0.1817 +141 2010.5 4 -0.1642 -0.1753 -0.1531 +141 2011.5 4 -0.0654 -0.0786 -0.0521 +141 2010 7 -0.0959 -0.1011 -0.0907 +142 2009.5 6 0.0518 0.0393 0.0644 +142 2010.5 6 0.0444 0.0319 0.0568 +142 2011.5 6 0.0235 0.0108 0.0362 +142 2012.5 6 0.0331 0.0206 0.0457 +142 2013.5 6 0.0231 0.0106 0.0356 +142 2014.5 6 -0.0029 -0.0157 0.0098 +142 2015.5 6 -0.0162 -0.0289 -0.0034 +142 2016.5 6 1e-04 -0.0126 0.0128 +142 2017.5 6 -0.0132 -0.0259 -6e-04 +142 2018.5 6 -0.0287 -0.0409 -0.0166 +142 2019.5 6 -0.0042 -0.0172 0.0088 +142 2020.5 6 -0.0201 -0.0331 -0.0071 +142 2021.5 6 -0.0227 -0.0352 -0.0102 +142 2022.5 6 0.0253 0.0133 0.0373 +142 2012.5 12 0.0216 0.0172 0.026 +142 2013.5 12 0.0142 0.0098 0.0185 +142 2014.5 12 0.0091 0.0046 0.0136 +142 2015.5 12 6e-04 -0.0039 0.0052 +142 2016.5 12 -0.005 -0.0097 -3e-04 +142 2017.5 12 -0.0119 -0.0167 -0.0072 +142 2018.5 12 -0.0129 -0.0174 -0.0083 +142 2019.5 12 -0.002 -0.0063 0.0022 +142 2016 19 0.0082 0.006 0.0105 +143 2009.5 6 0.0927 0.0214 0.1639 +143 2010.5 6 0.0774 0.0082 0.1466 +143 2011.5 6 0.076 -7e-04 0.1527 +143 2012.5 6 -0.0517 -0.1255 0.0222 +143 2013.5 6 -0.122 -0.1946 -0.0495 +143 2014.5 6 -0.1238 -0.197 -0.0507 +143 2015.5 6 -0.0656 -0.1399 0.0087 +143 2016.5 6 0.0463 -0.0227 0.1153 +143 2017.5 6 0.1158 0.0419 0.1898 +143 2018.5 6 0.0494 -0.0244 0.1233 +143 2019.5 6 -0.0721 -0.1548 0.0106 +143 2020.5 6 -0.0966 -0.1782 -0.015 +143 2021.5 6 -0.0231 -0.0959 0.0497 +143 2022.5 6 0.0585 -0.0153 0.1323 +143 2012.5 12 -0.0078 -0.0373 0.0217 +143 2013.5 12 0.0016 -0.027 0.0301 +143 2014.5 12 -0.0039 -0.0328 0.0249 +143 2015.5 12 -0.0183 -0.0466 0.01 +143 2016.5 12 -0.038 -0.0681 -0.0079 +143 2017.5 12 -0.0353 -0.066 -0.0047 +143 2018.5 12 -0.0029 -0.0321 0.0262 +143 2019.5 12 0.0087 -0.0187 0.0362 +143 2016 19 -8e-04 -0.0157 0.0141 +144 2009.5 6 0.0392 0.0072 0.0711 +144 2010.5 6 0.0338 0.0033 0.0644 +144 2011.5 6 0.0321 0.0015 0.0628 +144 2012.5 6 0.0124 -0.018 0.0429 +144 2013.5 6 0.0022 -0.028 0.0324 +144 2014.5 6 -0.0026 -0.0333 0.0281 +144 2015.5 6 0.0034 -0.0271 0.0338 +144 2016.5 6 0.0198 -0.0105 0.05 +144 2017.5 6 0.0224 -0.0079 0.0528 +144 2018.5 6 0.0239 -0.0046 0.0524 +144 2019.5 6 0.0209 -0.0075 0.0493 +144 2020.5 6 0.0178 -0.0106 0.0462 +144 2021.5 6 0.0256 -0.0016 0.0528 +144 2022.5 6 0.0344 0.0063 0.0624 +144 2012.5 12 0.0176 0.005 0.0301 +144 2013.5 12 0.0171 0.005 0.0292 +144 2014.5 12 0.0167 0.0045 0.0289 +144 2015.5 12 0.0132 9e-04 0.0255 +144 2016.5 12 0.0121 -4e-04 0.0246 +144 2017.5 12 0.0139 0.0013 0.0265 +144 2018.5 12 0.02 0.0079 0.0321 +144 2019.5 12 0.0229 0.0111 0.0348 +144 2016 19 0.0198 0.0133 0.0263 +145 2009.5 6 -0.0738 -0.1179 -0.0297 +145 2010.5 6 -0.0764 -0.1195 -0.0334 +145 2011.5 6 -0.0476 -0.0905 -0.0047 +145 2012.5 6 -0.0386 -0.0819 0.0047 +145 2013.5 6 -0.037 -0.0806 0.0066 +145 2014.5 6 -0.0538 -0.0984 -0.0093 +145 2015.5 6 -0.0553 -0.1001 -0.0106 +145 2016.5 6 -0.057 -0.1029 -0.0112 +145 2017.5 6 -0.0348 -0.08 0.0104 +145 2018.5 6 -0.0199 -0.066 0.0262 +145 2019.5 6 -0.0167 -0.0642 0.0308 +145 2020.5 6 -0.0126 -0.061 0.0357 +145 2021.5 6 -0.007 -0.0565 0.0425 +145 2022.5 6 -0.0062 -0.0567 0.0442 +145 2012.5 12 -0.0547 -0.0776 -0.0318 +145 2013.5 12 -0.0547 -0.0773 -0.0321 +145 2014.5 12 -0.046 -0.0683 -0.0237 +145 2015.5 12 -0.0413 -0.0638 -0.0187 +145 2016.5 12 -0.0365 -0.0595 -0.0134 +145 2017.5 12 -0.0332 -0.0568 -0.0096 +145 2018.5 12 -0.0297 -0.054 -0.0054 +145 2019.5 12 -0.0236 -0.0487 0.0015 +145 2016 19 -0.0382 -0.0535 -0.0228 +146 2007.5 2 0.3558 0.0066 0.7051 +146 2008.5 2 0.2174 -0.103 0.5377 +146 2009.5 2 0.1772 -0.1147 0.4691 +146 2010.5 2 -0.0459 -0.341 0.2491 +146 2011.5 2 0.4302 0.128 0.7325 +146 2012.5 2 0.1988 -0.08 0.4777 +146 2008.5 4 0.2468 0.1112 0.3825 +146 2009.5 4 0.1223 0.0013 0.2433 +146 2010.5 4 0.1639 0.0525 0.2752 +146 2011.5 4 0.218 0.1147 0.3213 +146 2010 7 0.2032 0.1401 0.2663 +147 2007.5 2 -0.2218 -0.5413 0.0977 +147 2008.5 2 0.0193 -0.2789 0.3176 +147 2009.5 2 0.0876 -0.1989 0.3741 +147 2010.5 2 0.1534 -0.1193 0.426 +147 2011.5 2 0.2065 -0.0556 0.4686 +147 2012.5 2 0.3061 0.0122 0.6 +147 2008.5 4 -0.0325 -0.1449 0.0799 +147 2009.5 4 0.0868 -0.0197 0.1934 +147 2010.5 4 0.1496 0.0467 0.2525 +147 2011.5 4 0.2204 0.1045 0.3363 +147 2010 7 0.101 0.0483 0.1537 +148 2007.5 2 -0.2112 -0.4552 0.0328 +148 2008.5 2 -0.4016 -0.7045 -0.0986 +148 2009.5 2 -0.0293 -0.3103 0.2516 +148 2010.5 2 -0.1114 -0.4071 0.1843 +148 2011.5 2 0.0312 -0.2711 0.3336 +148 2012.5 2 0.0782 -0.225 0.3813 +148 2008.5 4 -0.2327 -0.3453 -0.1202 +148 2009.5 4 -0.1656 -0.2865 -0.0447 +148 2010.5 4 -0.044 -0.1658 0.0778 +148 2011.5 4 0.0025 -0.1162 0.1212 +148 2010 7 -0.1105 -0.1711 -0.0499 +149 2009.5 6 0.0024 -0.0489 0.0537 +149 2010.5 6 0.0011 -0.0486 0.0508 +149 2011.5 6 -0.001 -0.0502 0.0482 +149 2012.5 6 -0.0021 -0.0509 0.0467 +149 2013.5 6 -5e-04 -0.0484 0.0474 +149 2014.5 6 0.0033 -0.0442 0.0508 +149 2015.5 6 0.0061 -0.0411 0.0533 +149 2016.5 6 0.0081 -0.0389 0.0552 +149 2017.5 6 0.0115 -0.0367 0.0596 +149 2018.5 6 0.0151 -0.035 0.0651 +149 2019.5 6 0.0151 -0.0349 0.0652 +149 2020.5 6 0.012 -0.0367 0.0607 +149 2021.5 6 0.0059 -0.0409 0.0527 +149 2022.5 6 0.001 -0.0461 0.0481 +149 2012.5 12 0.0018 -0.0285 0.0321 +149 2013.5 12 0.003 -0.0262 0.0322 +149 2014.5 12 0.0043 -0.0244 0.033 +149 2015.5 12 0.0061 -0.0225 0.0347 +149 2016.5 12 0.008 -0.0209 0.0369 +149 2017.5 12 0.0093 -0.0201 0.0387 +149 2018.5 12 0.0094 -0.0201 0.0388 +149 2019.5 12 0.0087 -0.0205 0.0379 +149 2016 19 0.0056 -0.0153 0.0264 +150 2007.5 2 -0.0211 -0.0967 0.0544 +150 2008.5 2 -0.0773 -0.1561 0.0014 +150 2009.5 2 -0.0709 -0.1526 0.0109 +150 2010.5 2 -0.0718 -0.1557 0.0121 +150 2011.5 2 -0.0798 -0.1719 0.0123 +150 2012.5 2 0.0655 -0.0388 0.1698 +150 2008.5 4 -0.0585 -0.0925 -0.0245 +150 2009.5 4 -0.0731 -0.108 -0.0382 +150 2010.5 4 -0.0739 -0.113 -0.0348 +150 2011.5 4 -0.0338 -0.0746 0.007 +150 2010 7 -0.0539 -0.0757 -0.032 +151 2007.5 2 -0.2737 -0.3943 -0.1532 +151 2008.5 2 -0.0049 -0.1229 0.1131 +151 2009.5 2 -0.0756 -0.1884 0.0371 +151 2010.5 2 -0.0359 -0.148 0.0763 +151 2011.5 2 -0.0034 -0.1178 0.111 +151 2012.5 2 0.1656 0.0236 0.3075 +151 2008.5 4 -0.1068 -0.145 -0.0685 +151 2009.5 4 -0.0425 -0.0831 -0.0018 +151 2010.5 4 -0.0381 -0.078 0.0019 +151 2011.5 4 0.0375 -0.01 0.0851 +151 2010 7 -0.037 -0.0562 -0.0177 +152 2009.5 6 0.1277 0.0211 0.2343 +152 2010.5 6 0.055 -0.0395 0.1495 +152 2011.5 6 0.0276 -0.0655 0.1207 +152 2012.5 6 0.0736 -0.0136 0.1609 +152 2013.5 6 0.1206 0.0371 0.2042 +152 2014.5 6 0.1737 0.0917 0.2557 +152 2015.5 6 0.1609 0.0788 0.243 +152 2016.5 6 0.1084 0.028 0.1888 +152 2017.5 6 0.074 -0.0035 0.1515 +152 2018.5 6 0.0564 -0.0158 0.1286 +152 2019.5 6 0.0735 0.0033 0.1437 +152 2020.5 6 0.1145 0.0406 0.1884 +152 2021.5 6 0.1062 0.0354 0.1769 +152 2022.5 6 0.0384 -0.031 0.1078 +152 2012.5 12 0.1108 0.0733 0.1482 +152 2013.5 12 0.0962 0.0621 0.1303 +152 2014.5 12 0.0971 0.0639 0.1303 +152 2015.5 12 0.1037 0.0714 0.136 +152 2016.5 12 0.1074 0.0753 0.1395 +152 2017.5 12 0.107 0.0752 0.1389 +152 2018.5 12 0.1059 0.0748 0.137 +152 2019.5 12 0.0841 0.0547 0.1134 +152 2016 19 0.096 0.0774 0.1146 +153 2009.5 6 -0.0632 -0.1238 -0.0025 +153 2010.5 6 -0.091 -0.1508 -0.0313 +153 2011.5 6 -0.1167 -0.1791 -0.0543 +153 2012.5 6 -0.1169 -0.1771 -0.0568 +153 2013.5 6 -0.1045 -0.165 -0.0441 +153 2014.5 6 -0.0857 -0.1452 -0.0261 +153 2015.5 6 -0.0609 -0.1208 -9e-04 +153 2016.5 6 -0.0444 -0.105 0.0162 +153 2017.5 6 -0.0224 -0.0838 0.0389 +153 2018.5 6 -0.0165 -0.0788 0.0457 +153 2019.5 6 -0.0083 -0.0711 0.0545 +153 2020.5 6 -0.0066 -0.0694 0.0563 +153 2021.5 6 -0.014 -0.0768 0.0488 +153 2022.5 6 -0.024 -0.0909 0.0429 +153 2012.5 12 -0.0845 -0.1131 -0.0558 +153 2013.5 12 -0.084 -0.1119 -0.056 +153 2014.5 12 -0.0759 -0.1025 -0.0493 +153 2015.5 12 -0.0631 -0.0887 -0.0375 +153 2016.5 12 -0.051 -0.0768 -0.0251 +153 2017.5 12 -0.0396 -0.0658 -0.0135 +153 2018.5 12 -0.0287 -0.0557 -0.0018 +153 2019.5 12 -0.0211 -0.0495 0.0073 +153 2016 19 -0.0542 -0.0695 -0.0389 +154 2007.5 2 0.0646 -0.0342 0.1634 +154 2008.5 2 -0.2193 -0.3256 -0.1129 +154 2009.5 2 -0.0887 -0.1901 0.0127 +154 2010.5 2 0.2311 0.1267 0.3354 +154 2011.5 2 -0.0056 -0.1008 0.0897 +154 2012.5 2 0.1193 0.0076 0.231 +154 2008.5 4 -0.0949 -0.1299 -0.0599 +154 2009.5 4 -0.0319 -0.0647 8e-04 +154 2010.5 4 0.0641 0.03 0.0983 +154 2011.5 4 0.1029 0.0641 0.1416 +154 2010 7 0.0101 -0.0053 0.0254 +155 2009.5 6 0.0733 -0.0188 0.1655 +155 2010.5 6 0.0888 4e-04 0.1773 +155 2011.5 6 0.0882 -0.007 0.1833 +155 2012.5 6 0.024 -0.0674 0.1154 +155 2013.5 6 -0.0813 -0.1723 0.0097 +155 2014.5 6 -0.1774 -0.2821 -0.0727 +155 2015.5 6 -0.2262 -0.3468 -0.1056 +155 2016.5 6 -0.1927 -0.3026 -0.0829 +155 2017.5 6 -0.168 -0.2791 -0.057 +155 2018.5 6 -0.1133 -0.2268 1e-04 +155 2019.5 6 -0.0581 -0.1781 0.0619 +155 2020.5 6 -0.0335 -0.1548 0.0877 +155 2021.5 6 0.0029 -0.1159 0.1217 +155 2022.5 6 0.0418 -0.0945 0.1782 +155 2012.5 12 -0.0399 -0.0828 0.003 +155 2013.5 12 -0.0666 -0.1107 -0.0224 +155 2014.5 12 -0.0869 -0.1329 -0.0409 +155 2015.5 12 -0.1141 -0.1629 -0.0653 +155 2016.5 12 -0.1271 -0.1768 -0.0774 +155 2017.5 12 -0.1267 -0.1762 -0.0771 +155 2018.5 12 -0.1065 -0.1537 -0.0593 +155 2019.5 12 -0.077 -0.1265 -0.0275 +155 2016 19 -0.061 -0.0872 -0.0348 +156 2009.5 6 0.0977 -0.0331 0.2285 +156 2010.5 6 0.0402 -0.0788 0.1592 +156 2011.5 6 -0.0427 -0.1579 0.0724 +156 2012.5 6 -0.108 -0.2346 0.0186 +156 2013.5 6 -0.1725 -0.3186 -0.0264 +156 2014.5 6 -0.1568 -0.2963 -0.0172 +156 2015.5 6 -0.1067 -0.2328 0.0193 +156 2016.5 6 -0.0181 -0.1408 0.1046 +156 2017.5 6 0.0438 -0.0915 0.1791 +156 2018.5 6 0.0551 -0.0786 0.1888 +156 2019.5 6 0.0438 -0.0843 0.1719 +156 2020.5 6 0.0225 -0.0968 0.1417 +156 2021.5 6 -0.0098 -0.1254 0.1057 +156 2022.5 6 -1e-04 -0.1184 0.1181 +156 2012.5 12 -0.0471 -0.1067 0.0124 +156 2013.5 12 -0.0565 -0.1135 5e-04 +156 2014.5 12 -0.0644 -0.1212 -0.0077 +156 2015.5 12 -0.0564 -0.1109 -0.0019 +156 2016.5 12 -0.0468 -0.1004 0.0069 +156 2017.5 12 -0.0262 -0.0801 0.0278 +156 2018.5 12 -0.0098 -0.0659 0.0463 +156 2019.5 12 0.0078 -0.0512 0.0669 +156 2016 19 -0.0229 -0.0552 0.0095 +157 2007.5 2 0.2112 -0.1661 0.5885 +157 2008.5 2 -0.7369 -1.221 -0.2528 +157 2009.5 2 -0.0432 -0.4725 0.3862 +157 2010.5 2 -0.1388 -0.5897 0.312 +157 2011.5 2 0.5322 -0.0136 1.0779 +157 2012.5 2 -0.1782 -0.6571 0.3008 +157 2008.5 4 -0.2443 -0.3949 -0.0937 +157 2009.5 4 -0.2799 -0.4494 -0.1105 +157 2010.5 4 0.0911 -0.091 0.2732 +157 2011.5 4 0.1177 -0.0592 0.2945 +157 2010 7 -0.072 -0.1453 0.0012 +158 2007.5 2 0.1152 -0.2024 0.4329 +158 2008.5 2 0.1407 -0.1762 0.4576 +158 2009.5 2 0.2326 -0.0712 0.5364 +158 2010.5 2 0.0904 -0.2509 0.4317 +158 2011.5 2 0.4465 0.0959 0.797 +158 2012.5 2 0.1603 -0.1558 0.4764 +158 2008.5 4 0.1606 0.038 0.2832 +158 2009.5 4 0.1624 0.0266 0.2982 +158 2010.5 4 0.2399 0.1142 0.3655 +158 2011.5 4 0.2538 0.1306 0.3769 +158 2010 7 0.2036 0.141 0.2662 +159 2009.5 6 0.0057 -0.1094 0.1209 +159 2010.5 6 -0.0093 -0.1236 0.1049 +159 2011.5 6 0.0063 -0.1001 0.1127 +159 2012.5 6 0.0294 -0.0723 0.1311 +159 2013.5 6 0.0569 -0.0477 0.1614 +159 2014.5 6 0.0794 -0.032 0.1909 +159 2015.5 6 0.1008 -0.0182 0.2197 +159 2016.5 6 0.1055 -0.0128 0.2239 +159 2017.5 6 0.0825 -0.0242 0.1893 +159 2018.5 6 0.0519 -0.0411 0.1449 +159 2019.5 6 0.0153 -0.0699 0.1006 +159 2020.5 6 -0.027 -0.1187 0.0647 +159 2021.5 6 -0.0435 -0.1425 0.0555 +159 2022.5 6 -0.0251 -0.1231 0.0728 +159 2012.5 12 0.0432 -0.0193 0.1057 +159 2013.5 12 0.053 -0.0076 0.1136 +159 2014.5 12 0.0597 -9e-04 0.1203 +159 2015.5 12 0.0621 0.0012 0.123 +159 2016.5 12 0.0611 -5e-04 0.1227 +159 2017.5 12 0.0529 -0.0065 0.1124 +159 2018.5 12 0.0381 -0.0175 0.0937 +159 2019.5 12 0.0248 -0.0292 0.0789 +159 2016 19 0.0359 -0.0035 0.0753 +160 2009.5 6 0.0482 -0.0706 0.1671 +160 2010.5 6 0.0058 -0.1062 0.1179 +160 2011.5 6 -0.0361 -0.1484 0.0763 +160 2012.5 6 -0.0571 -0.1655 0.0513 +160 2013.5 6 -0.0543 -0.1574 0.0488 +160 2014.5 6 -0.0459 -0.1532 0.0615 +160 2015.5 6 -0.0516 -0.1649 0.0618 +160 2016.5 6 -0.0879 -0.2036 0.0278 +160 2017.5 6 -0.1424 -0.263 -0.0217 +160 2018.5 6 -0.1918 -0.3211 -0.0625 +160 2019.5 6 -0.2133 -0.3505 -0.076 +160 2020.5 6 -0.2051 -0.3452 -0.065 +160 2021.5 6 -0.1699 -0.3106 -0.0292 +160 2022.5 6 -0.1344 -0.2787 0.01 +160 2012.5 12 -0.0218 -0.0783 0.0348 +160 2013.5 12 -0.0475 -0.1007 0.0056 +160 2014.5 12 -0.072 -0.1259 -0.0182 +160 2015.5 12 -0.0962 -0.153 -0.0394 +160 2016.5 12 -0.1165 -0.178 -0.0551 +160 2017.5 12 -0.1317 -0.1988 -0.0646 +160 2018.5 12 -0.1438 -0.2165 -0.071 +160 2019.5 12 -0.1497 -0.2274 -0.0721 +160 2016 19 -0.0917 -0.134 -0.0494 +161 2007.5 2 -0.2444 -0.3886 -0.1001 +161 2008.5 2 -0.0826 -0.2315 0.0664 +161 2009.5 2 -0.1897 -0.3446 -0.0349 +161 2010.5 2 -0.0849 -0.2413 0.0716 +161 2011.5 2 -0.0234 -0.1935 0.1466 +161 2012.5 2 0.0482 -0.1396 0.236 +161 2008.5 4 -0.1633 -0.2298 -0.0968 +161 2009.5 4 -0.1261 -0.1926 -0.0596 +161 2010.5 4 -0.0979 -0.1689 -0.0269 +161 2011.5 4 -0.0204 -0.1017 0.061 +161 2010 7 -0.0988 -0.1411 -0.0565 +162 2009.5 6 0.3925 0.2041 0.581 +162 2010.5 6 0.2785 0.1533 0.4038 +162 2011.5 6 0.0507 -0.0801 0.1816 +162 2012.5 6 0.0165 -0.1246 0.1576 +162 2013.5 6 -0.0452 -0.1701 0.0796 +162 2014.5 6 -0.1216 -0.2298 -0.0133 +162 2015.5 6 -0.0305 -0.1436 0.0825 +162 2016.5 6 -0.1023 -0.2334 0.0288 +162 2017.5 6 -0.2163 -0.3504 -0.0822 +162 2018.5 6 -0.2413 -0.3551 -0.1274 +162 2019.5 6 -0.1534 -0.2736 -0.0333 +162 2020.5 6 -0.0798 -0.2105 0.0509 +162 2021.5 6 0.0323 -0.1083 0.173 +162 2022.5 6 -0.0589 -0.1896 0.0718 +162 2012.5 12 0.0928 0.0345 0.1511 +162 2013.5 12 -6e-04 -0.0487 0.0474 +162 2014.5 12 -0.0569 -0.1075 -0.0062 +162 2015.5 12 -0.0786 -0.1275 -0.0296 +162 2016.5 12 -0.1297 -0.177 -0.0824 +162 2017.5 12 -0.1282 -0.1752 -0.0812 +162 2018.5 12 -0.1045 -0.1507 -0.0582 +162 2019.5 12 -0.0958 -0.1416 -0.05 +162 2016 19 -0.0278 -0.058 0.0023 +163 2009.5 6 0.0321 0.0044 0.0599 +163 2010.5 6 0.0127 -0.0145 0.0399 +163 2011.5 6 0.0014 -0.0257 0.0284 +163 2012.5 6 -0.0083 -0.035 0.0184 +163 2013.5 6 -0.0016 -0.0283 0.0252 +163 2014.5 6 0.0138 -0.0141 0.0417 +163 2015.5 6 -0.0056 -0.0326 0.0215 +163 2016.5 6 -0.0018 -0.0282 0.0246 +163 2017.5 6 0.0293 0.0033 0.0553 +163 2018.5 6 0.051 0.0267 0.0753 +163 2019.5 6 0.0547 0.0289 0.0805 +163 2020.5 6 0.0055 -0.0211 0.0322 +163 2021.5 6 -0.0317 -0.0572 -0.0062 +163 2022.5 6 -0.058 -0.0826 -0.0333 +163 2012.5 12 0.0085 -0.0014 0.0184 +163 2013.5 12 0.0053 -0.0044 0.015 +163 2014.5 12 0.0078 -0.0021 0.0177 +163 2015.5 12 0.0141 0.0045 0.0238 +163 2016.5 12 0.0193 0.0094 0.0293 +163 2017.5 12 0.0135 0.0033 0.0237 +163 2018.5 12 0.0083 -0.0017 0.0182 +163 2019.5 12 0.0025 -0.0071 0.012 +163 2016 19 0.0083 0.0033 0.0133 +164 2009.5 6 0.1062 0.0881 0.1243 +164 2010.5 6 0.0864 0.0684 0.1044 +164 2011.5 6 0.0482 0.0301 0.0663 +164 2012.5 6 0.0415 0.0241 0.059 +164 2013.5 6 0.0459 0.0281 0.0637 +164 2014.5 6 0.0327 0.0148 0.0506 +164 2015.5 6 0.0248 0.0071 0.0424 +164 2016.5 6 0.0406 0.0229 0.0584 +164 2017.5 6 0.0062 -0.0113 0.0238 +164 2018.5 6 0.0062 -0.0105 0.0228 +164 2019.5 6 0.0481 0.0303 0.0658 +164 2020.5 6 0.0248 0.0073 0.0424 +164 2021.5 6 0.024 0.0073 0.0407 +164 2022.5 6 0.0659 0.0497 0.082 +164 2012.5 12 0.0584 0.0523 0.0646 +164 2013.5 12 0.0471 0.041 0.0532 +164 2014.5 12 0.0364 0.0302 0.0427 +164 2015.5 12 0.0279 0.0217 0.0341 +164 2016.5 12 0.0325 0.0261 0.0389 +164 2017.5 12 0.0265 0.02 0.0329 +164 2018.5 12 0.0249 0.0187 0.0311 +164 2019.5 12 0.0364 0.0305 0.0422 +164 2016 19 0.044 0.0409 0.0472 +165 2009.5 6 -0.162 -0.4393 0.1153 +165 2010.5 6 -0.1541 -0.3811 0.0729 +165 2011.5 6 -0.1212 -0.3064 0.0641 +165 2012.5 6 0.0801 -0.1346 0.2948 +165 2013.5 6 0.0765 -0.155 0.308 +165 2014.5 6 0.0839 -0.1527 0.3205 +165 2015.5 6 0.0354 -0.1625 0.2334 +165 2016.5 6 0.0968 -0.0815 0.2751 +165 2017.5 6 0.1478 -0.069 0.3646 +165 2018.5 6 0.3501 0.1445 0.5557 +165 2019.5 6 0.2324 0.0385 0.4262 +165 2020.5 6 0.0125 -0.199 0.2241 +165 2021.5 6 -0.3111 -0.5426 -0.0796 +165 2022.5 6 -0.4007 -0.6334 -0.168 +165 2012.5 12 -0.029 -0.1219 0.0639 +165 2013.5 12 0.0022 -0.0781 0.0825 +165 2014.5 12 0.0698 -0.0134 0.1531 +165 2015.5 12 0.1361 0.0504 0.2218 +165 2016.5 12 0.1229 0.0407 0.2052 +165 2017.5 12 0.1067 0.022 0.1914 +165 2018.5 12 0.0357 -0.0524 0.1237 +165 2019.5 12 0.0035 -0.0897 0.0966 +165 2016 19 0.0094 -0.042 0.0607 +166 2007.5 2 0.0754 0.0446 0.1062 +166 2008.5 2 -0.0153 -0.0479 0.0172 +166 2009.5 2 -0.0087 -0.0407 0.0233 +166 2010.5 2 -0.0219 -0.0531 0.0093 +166 2011.5 2 0.0443 0.0124 0.0762 +166 2012.5 2 0.1482 0.1077 0.1886 +166 2008.5 4 0.0139 0.0037 0.024 +166 2009.5 4 -0.0146 -0.0253 -0.004 +166 2010.5 4 0.0019 -0.0088 0.0127 +166 2011.5 4 0.0556 0.0431 0.0682 +166 2010 7 0.0226 0.0174 0.0277 +167 2009.5 6 -0.1122 -0.1634 -0.0609 +167 2010.5 6 -0.0879 -0.1394 -0.0364 +167 2011.5 6 -0.0234 -0.0788 0.0321 +167 2012.5 6 -0.0717 -0.1273 -0.0161 +167 2013.5 6 -0.1089 -0.1679 -0.0499 +167 2014.5 6 -0.1221 -0.1772 -0.0669 +167 2015.5 6 -0.0339 -0.0868 0.0191 +167 2016.5 6 0.0398 -0.0151 0.0948 +167 2017.5 6 0.0873 0.0302 0.1444 +167 2018.5 6 0.1052 0.0509 0.1595 +167 2019.5 6 -0.0347 -0.0909 0.0216 +167 2020.5 6 -0.0749 -0.131 -0.0188 +167 2021.5 6 -0.0276 -0.0791 0.0239 +167 2022.5 6 -0.0314 -0.0857 0.0228 +167 2012.5 12 -0.0781 -0.0968 -0.0595 +167 2013.5 12 -0.0516 -0.0704 -0.0327 +167 2014.5 12 -0.0259 -0.0453 -0.0066 +167 2015.5 12 -0.0102 -0.0291 0.0086 +167 2016.5 12 -0.0199 -0.0403 5e-04 +167 2017.5 12 -0.024 -0.0446 -0.0033 +167 2018.5 12 0.0038 -0.0162 0.0237 +167 2019.5 12 0.0019 -0.0188 0.0226 +167 2016 19 -0.0356 -0.0453 -0.0259 +168 2009.5 6 2e-04 -0.0473 0.0478 +168 2010.5 6 -0.0017 -0.0479 0.0446 +168 2011.5 6 -0.0037 -0.0493 0.0419 +168 2012.5 6 -0.0058 -0.0509 0.0393 +168 2013.5 6 -0.0064 -0.0511 0.0383 +168 2014.5 6 -0.0042 -0.0489 0.0405 +168 2015.5 6 0.0012 -0.0437 0.0461 +168 2016.5 6 0.0051 -0.0396 0.0498 +168 2017.5 6 0.0067 -0.0378 0.0512 +168 2018.5 6 0.0073 -0.037 0.0515 +168 2019.5 6 0.0074 -0.0367 0.0515 +168 2020.5 6 0.0069 -0.0376 0.0514 +168 2021.5 6 0.0087 -0.0366 0.0539 +168 2022.5 6 0.0091 -0.0372 0.0555 +168 2012.5 12 -0.0023 -0.0286 0.0239 +168 2013.5 12 -0.0014 -0.0271 0.0243 +168 2014.5 12 -3e-04 -0.0257 0.0252 +168 2015.5 12 7e-04 -0.0247 0.0261 +168 2016.5 12 0.002 -0.0233 0.0274 +168 2017.5 12 0.0036 -0.0218 0.029 +168 2018.5 12 0.006 -0.0198 0.0317 +168 2019.5 12 0.0071 -0.019 0.0332 +168 2016 19 0.0022 -0.0156 0.0199 +169 2009.5 6 0.0394 -0.0289 0.1076 +169 2010.5 6 0.066 0.0031 0.1288 +169 2011.5 6 0.0777 0.0183 0.1371 +169 2012.5 6 0.0621 0.0076 0.1166 +169 2013.5 6 0.0521 -0.0012 0.1055 +169 2014.5 6 0.044 -0.0086 0.0965 +169 2015.5 6 0.0234 -0.0278 0.0747 +169 2016.5 6 -0.0146 -0.0655 0.0363 +169 2017.5 6 -0.038 -0.0897 0.0137 +169 2018.5 6 -0.0534 -0.1072 3e-04 +169 2019.5 6 -0.0391 -0.0921 0.0139 +169 2020.5 6 -0.0104 -0.0632 0.0423 +169 2021.5 6 0.0075 -0.0472 0.0622 +169 2022.5 6 0.0056 -0.0531 0.0643 +169 2012.5 12 0.0447 0.0134 0.076 +169 2013.5 12 0.0363 0.0087 0.0639 +169 2014.5 12 0.0259 5e-04 0.0513 +169 2015.5 12 0.0143 -0.0099 0.0384 +169 2016.5 12 9e-04 -0.0231 0.0248 +169 2017.5 12 -0.0084 -0.0328 0.0161 +169 2018.5 12 -0.0128 -0.038 0.0123 +169 2019.5 12 -0.0145 -0.0413 0.0122 +169 2016 19 0.013 -0.0038 0.0299 +170 2007.5 2 0.0497 -0.0702 0.1696 +170 2008.5 2 0.0198 -0.094 0.1336 +170 2009.5 2 0.022 -0.0903 0.1343 +170 2010.5 2 0.039 -0.0726 0.1506 +170 2011.5 2 -0.0106 -0.1247 0.1035 +170 2012.5 2 -0.0059 -0.1343 0.1226 +170 2008.5 4 0.0294 -0.0243 0.0832 +170 2009.5 4 0.0264 -0.0241 0.077 +170 2010.5 4 0.019 -0.032 0.07 +170 2011.5 4 0.0057 -0.0525 0.0639 +170 2010 7 0.0194 -0.0129 0.0517 +171 2009.5 6 0.0365 -0.0158 0.0888 +171 2010.5 6 -0.0109 -0.066 0.0441 +171 2011.5 6 -0.0086 -0.0609 0.0438 +171 2012.5 6 0.0065 -0.0414 0.0544 +171 2013.5 6 0.047 -0.0031 0.0971 +171 2014.5 6 0.0671 0.0149 0.1194 +171 2015.5 6 0.0452 -0.0041 0.0945 +171 2016.5 6 0.001 -0.0455 0.0474 +171 2017.5 6 -0.0276 -0.0749 0.0197 +171 2018.5 6 -0.0426 -0.0915 0.0063 +171 2019.5 6 -0.022 -0.0683 0.0243 +171 2020.5 6 0.0232 -0.0218 0.0682 +171 2021.5 6 0.0574 0.013 0.1017 +171 2022.5 6 0.1001 0.0517 0.1485 +171 2012.5 12 0.0269 0.0081 0.0456 +171 2013.5 12 0.0179 -7e-04 0.0366 +171 2014.5 12 0.0115 -0.0078 0.0307 +171 2015.5 12 0.0077 -0.0116 0.0269 +171 2016.5 12 0.0093 -0.0103 0.0289 +171 2017.5 12 0.0129 -0.0062 0.0319 +171 2018.5 12 0.0183 0 0.0365 +171 2019.5 12 0.0227 0.0051 0.0403 +171 2016 19 0.0227 0.0131 0.0323 +172 2007.5 2 0.0024 -0.1546 0.1594 +172 2008.5 2 -0.0311 -0.1855 0.1234 +172 2009.5 2 0.0071 -0.1465 0.1607 +172 2010.5 2 0.0281 -0.1227 0.1788 +172 2011.5 2 0.0344 -0.118 0.1869 +172 2012.5 2 0.0116 -0.149 0.1721 +172 2008.5 4 -0.0096 -0.085 0.0659 +172 2009.5 4 0.002 -0.0714 0.0753 +172 2010.5 4 0.0237 -0.0514 0.0989 +172 2011.5 4 0.0257 -0.0523 0.1037 +172 2010 7 0.0097 -0.0375 0.0568 +173 2007.5 2 0.2091 -0.0896 0.5078 +173 2008.5 2 0.0177 -0.2737 0.3091 +173 2009.5 2 -0.6581 -1.0617 -0.2544 +173 2010.5 2 -0.17 -0.5365 0.1965 +173 2011.5 2 0.0509 -0.3297 0.4315 +173 2012.5 2 -0.0221 -0.4999 0.4558 +173 2008.5 4 -0.1276 -0.2531 -0.0021 +173 2009.5 4 -0.3089 -0.4543 -0.1635 +173 2010.5 4 -0.2501 -0.3864 -0.1139 +173 2011.5 4 -0.0373 -0.2353 0.1607 +173 2010 7 -0.1452 -0.2244 -0.0659 +174 2009.5 6 0.0202 -0.0336 0.074 +174 2010.5 6 0.0241 -0.0243 0.0726 +174 2011.5 6 0.0324 -0.0152 0.0799 +174 2012.5 6 0.0373 -0.0101 0.0847 +174 2013.5 6 0.0459 -2e-04 0.0919 +174 2014.5 6 0.0573 0.0102 0.1043 +174 2015.5 6 0.0509 0.0046 0.0972 +174 2016.5 6 0.0468 8e-04 0.0927 +174 2017.5 6 0.0229 -0.0216 0.0675 +174 2018.5 6 0.0075 -0.036 0.051 +174 2019.5 6 0.0177 -0.0259 0.0612 +174 2020.5 6 0.0263 -0.0181 0.0707 +174 2021.5 6 0.0246 -0.0191 0.0683 +174 2022.5 6 0.0364 -0.0087 0.0815 +174 2012.5 12 0.0372 0.0167 0.0576 +174 2013.5 12 0.0389 0.0196 0.0581 +174 2014.5 12 0.0382 0.0189 0.0575 +174 2015.5 12 0.0363 0.017 0.0556 +174 2016.5 12 0.0353 0.016 0.0547 +174 2017.5 12 0.0338 0.0145 0.053 +174 2018.5 12 0.0298 0.0113 0.0483 +174 2019.5 12 0.0287 0.0105 0.0469 +174 2016 19 0.0324 0.0214 0.0434 +175 2007.5 2 0.1066 -0.0829 0.2961 +175 2008.5 2 0.0754 -0.1078 0.2586 +175 2009.5 2 -0.1358 -0.3356 0.064 +175 2010.5 2 -0.0349 -0.2228 0.1531 +175 2011.5 2 -0.0319 -0.2252 0.1613 +175 2012.5 2 0.0016 -0.2332 0.2364 +175 2008.5 4 0.0214 -0.055 0.0978 +175 2009.5 4 -0.0421 -0.1177 0.0335 +175 2010.5 4 -0.0642 -0.1435 0.015 +175 2011.5 4 -0.0228 -0.1167 0.0712 +175 2010 7 -0.0172 -0.0617 0.0273 +176 2009.5 6 -0.0451 -0.1343 0.0441 +176 2010.5 6 -0.0309 -0.1132 0.0513 +176 2011.5 6 -0.0063 -0.088 0.0755 +176 2012.5 6 0.0144 -0.0686 0.0974 +176 2013.5 6 0.0149 -0.068 0.0977 +176 2014.5 6 0.0097 -0.0706 0.09 +176 2015.5 6 0.017 -0.0627 0.0967 +176 2016.5 6 0.0261 -0.0524 0.1046 +176 2017.5 6 0.0423 -0.0345 0.119 +176 2018.5 6 0.038 -0.0387 0.1146 +176 2019.5 6 0.0428 -0.0341 0.1197 +176 2020.5 6 0.0657 -0.0083 0.1396 +176 2021.5 6 0.0878 0.0152 0.1604 +176 2022.5 6 0.1104 0.0353 0.1854 +176 2012.5 12 -0.0068 -0.0432 0.0296 +176 2013.5 12 0.0034 -0.0313 0.0381 +176 2014.5 12 0.0174 -0.017 0.0517 +176 2015.5 12 0.0241 -0.0102 0.0585 +176 2016.5 12 0.0257 -0.0086 0.0601 +176 2017.5 12 0.0364 0.0033 0.0696 +176 2018.5 12 0.0497 0.0171 0.0824 +176 2019.5 12 0.0621 0.0294 0.0948 +176 2016 19 0.0279 0.0095 0.0463 +177 2007.5 2 -0.0145 -0.2212 0.1922 +177 2008.5 2 0.0414 -0.1772 0.26 +177 2009.5 2 -0.0252 -0.227 0.1765 +177 2010.5 2 -0.0692 -0.2907 0.1523 +177 2011.5 2 -0.0192 -0.2245 0.1862 +177 2012.5 2 0.0083 -0.2011 0.2176 +177 2008.5 4 0.0046 -0.105 0.1141 +177 2009.5 4 -0.0184 -0.1251 0.0883 +177 2010.5 4 -0.0411 -0.1565 0.0742 +177 2011.5 4 -0.0259 -0.1365 0.0847 +177 2010 7 -0.0169 -0.088 0.0541 +178 2009.5 6 0.4481 -0.01 0.9063 +178 2010.5 6 0.064 -0.2693 0.3973 +178 2011.5 6 -0.395 -0.6643 -0.1257 +178 2012.5 6 -0.4567 -0.7754 -0.138 +178 2013.5 6 -0.122 -0.347 0.1029 +178 2014.5 6 0.2239 -0.0205 0.4683 +178 2015.5 6 0.4184 0.1333 0.7035 +178 2016.5 6 0.4321 0.2476 0.6165 +178 2017.5 6 0.2533 0.0651 0.4416 +178 2018.5 6 -0.3917 -0.6271 -0.1563 +178 2019.5 6 -0.6188 -0.961 -0.2766 +178 2020.5 6 -0.6785 -0.9636 -0.3933 +178 2021.5 6 -0.0073 -0.2075 0.1929 +178 2022.5 6 0.4849 0.0718 0.8979 +178 2012.5 12 0.135 0.001 0.269 +178 2013.5 12 0.0804 -0.01 0.1709 +178 2014.5 12 -1e-04 -0.0832 0.0829 +178 2015.5 12 -0.0382 -0.1402 0.0639 +178 2016.5 12 -0.0705 -0.1876 0.0467 +178 2017.5 12 -0.0876 -0.2092 0.034 +178 2018.5 12 -5e-04 -0.1119 0.1108 +178 2019.5 12 0.0543 -0.0707 0.1792 +178 2016 19 0.0424 -0.0353 0.12 +179 2009.5 6 -0.034 -0.0832 0.0153 +179 2010.5 6 -0.0381 -0.0881 0.0118 +179 2011.5 6 -0.0355 -0.0863 0.0152 +179 2012.5 6 -0.0474 -0.0991 0.0043 +179 2013.5 6 -0.0772 -0.1292 -0.0251 +179 2014.5 6 -0.0805 -0.136 -0.0249 +179 2015.5 6 -0.0901 -0.1482 -0.032 +179 2016.5 6 -0.1056 -0.1646 -0.0466 +179 2017.5 6 -0.1379 -0.2027 -0.0731 +179 2018.5 6 -0.1446 -0.2129 -0.0763 +179 2019.5 6 -0.1249 -0.1938 -0.0559 +179 2020.5 6 -0.11 -0.1819 -0.0382 +179 2021.5 6 -0.0835 -0.1578 -0.0093 +179 2022.5 6 -0.0642 -0.1436 0.0153 +179 2012.5 12 -0.0582 -0.0795 -0.0368 +179 2013.5 12 -0.0705 -0.0925 -0.0484 +179 2014.5 12 -0.0844 -0.1081 -0.0607 +179 2015.5 12 -0.0961 -0.1215 -0.0707 +179 2016.5 12 -0.1043 -0.131 -0.0776 +179 2017.5 12 -0.1072 -0.1353 -0.0791 +179 2018.5 12 -0.1099 -0.1394 -0.0804 +179 2019.5 12 -0.1071 -0.1382 -0.0759 +179 2016 19 -0.0857 -0.1011 -0.0703 +180 2009.5 6 -0.0784 -0.1322 -0.0247 +180 2010.5 6 -0.0558 -0.1091 -0.0025 +180 2011.5 6 0.005 -0.0475 0.0574 +180 2012.5 6 0.0482 -0.0052 0.1015 +180 2013.5 6 0.0756 0.0239 0.1273 +180 2014.5 6 0.0835 0.0301 0.1369 +180 2015.5 6 0.0534 -0.0012 0.1079 +180 2016.5 6 -0.0252 -0.0768 0.0264 +180 2017.5 6 -0.0965 -0.1497 -0.0433 +180 2018.5 6 -0.1252 -0.1784 -0.0719 +180 2019.5 6 -0.1303 -0.1843 -0.0762 +180 2020.5 6 -0.1166 -0.1726 -0.0606 +180 2021.5 6 -0.1069 -0.1657 -0.0481 +180 2022.5 6 -0.1084 -0.1734 -0.0435 +180 2012.5 12 0.0059 -0.0147 0.0265 +180 2013.5 12 0.0082 -0.0124 0.0288 +180 2014.5 12 0.0061 -0.0156 0.0278 +180 2015.5 12 -0.0048 -0.0277 0.0181 +180 2016.5 12 -0.0254 -0.0487 -0.0022 +180 2017.5 12 -0.0466 -0.0707 -0.0226 +180 2018.5 12 -0.0669 -0.0917 -0.0421 +180 2019.5 12 -0.091 -0.1175 -0.0646 +180 2016 19 -0.0406 -0.0542 -0.027 +181 2009.5 6 0.0289 -0.0854 0.1433 +181 2010.5 6 -0.0474 -0.1604 0.0655 +181 2011.5 6 -0.1346 -0.2538 -0.0153 +181 2012.5 6 -0.206 -0.3374 -0.0746 +181 2013.5 6 -0.1883 -0.3099 -0.0668 +181 2014.5 6 -0.1162 -0.2382 0.0059 +181 2015.5 6 -0.0614 -0.1915 0.0687 +181 2016.5 6 -0.0501 -0.1897 0.0895 +181 2017.5 6 -0.0597 -0.196 0.0767 +181 2018.5 6 -0.0529 -0.1881 0.0822 +181 2019.5 6 0.0276 -0.1072 0.1623 +181 2020.5 6 0.1302 -0.0199 0.2803 +181 2021.5 6 0.191 0.0273 0.3547 +181 2022.5 6 0.165 0.018 0.312 +181 2012.5 12 -0.0922 -0.1436 -0.0409 +181 2013.5 12 -0.099 -0.1521 -0.0458 +181 2014.5 12 -0.1041 -0.1595 -0.0487 +181 2015.5 12 -0.1028 -0.1615 -0.0442 +181 2016.5 12 -0.0764 -0.1341 -0.0187 +181 2017.5 12 -0.0189 -0.0749 0.0371 +181 2018.5 12 0.0281 -0.0318 0.0879 +181 2019.5 12 0.0464 -0.0124 0.1053 +181 2016 19 -0.0321 -0.0586 -0.0056 +182 2007.5 2 0.2064 0.0795 0.3334 +182 2008.5 2 -0.1161 -0.2594 0.0273 +182 2009.5 2 -0.0221 -0.1706 0.1263 +182 2010.5 2 -0.3948 -0.5512 -0.2383 +182 2011.5 2 -0.1591 -0.3426 0.0245 +182 2012.5 2 0.1165 -0.0911 0.324 +182 2008.5 4 0.0089 -0.0383 0.056 +182 2009.5 4 -0.1621 -0.2142 -0.11 +182 2010.5 4 -0.2123 -0.2766 -0.1479 +182 2011.5 4 -0.1471 -0.2088 -0.0854 +182 2010 7 -0.1039 -0.1306 -0.0772 +183 2009.5 6 -0.0065 -0.0647 0.0517 +183 2010.5 6 0.014 -0.0396 0.0675 +183 2011.5 6 0.0037 -0.0489 0.0563 +183 2012.5 6 -0.0122 -0.0667 0.0423 +183 2013.5 6 -0.0091 -0.0641 0.0459 +183 2014.5 6 0.0034 -0.0495 0.0563 +183 2015.5 6 0.0113 -0.0406 0.0631 +183 2016.5 6 0.0297 -0.0227 0.0821 +183 2017.5 6 0.0411 -0.0115 0.0937 +183 2018.5 6 0.0372 -0.013 0.0874 +183 2019.5 6 0.0185 -0.0334 0.0703 +183 2020.5 6 0.0087 -0.0433 0.0606 +183 2021.5 6 -0.0067 -0.0583 0.0449 +183 2022.5 6 -0.0111 -0.065 0.0427 +183 2012.5 12 0.0016 -0.0217 0.0249 +183 2013.5 12 0.0086 -0.0137 0.0309 +183 2014.5 12 0.0118 -0.0104 0.0341 +183 2015.5 12 0.0153 -0.0067 0.0373 +183 2016.5 12 0.0151 -0.007 0.0373 +183 2017.5 12 0.0174 -0.0046 0.0393 +183 2018.5 12 0.015 -0.0067 0.0367 +183 2019.5 12 0.0159 -0.0064 0.0381 +183 2016 19 0.009 -0.0036 0.0215 +184 2009.5 6 0.0582 0.0065 0.11 +184 2010.5 6 0.0622 0.0106 0.1137 +184 2011.5 6 0.0573 0.005 0.1096 +184 2012.5 6 0.0179 -0.0311 0.067 +184 2013.5 6 -0.0036 -0.0542 0.047 +184 2014.5 6 0.0162 -0.0328 0.0652 +184 2015.5 6 0.0508 0.0017 0.1 +184 2016.5 6 0.0819 0.0331 0.1308 +184 2017.5 6 0.1119 0.0628 0.1609 +184 2018.5 6 0.0966 0.0488 0.1444 +184 2019.5 6 0.0724 0.0245 0.1203 +184 2020.5 6 0.0361 -0.0123 0.0845 +184 2021.5 6 0.0405 -0.0051 0.0861 +184 2022.5 6 0.0411 -0.0075 0.0897 +184 2012.5 12 0.038 0.0171 0.059 +184 2013.5 12 0.0475 0.0271 0.0679 +184 2014.5 12 0.0568 0.0365 0.0771 +184 2015.5 12 0.0544 0.0348 0.074 +184 2016.5 12 0.0543 0.0345 0.0741 +184 2017.5 12 0.0561 0.0363 0.0759 +184 2018.5 12 0.0668 0.0474 0.0863 +184 2019.5 12 0.0674 0.0477 0.087 +184 2016 19 0.053 0.0416 0.0645 +185 2007.5 2 0.1926 0.0974 0.2879 +185 2008.5 2 -0.0647 -0.1584 0.029 +185 2009.5 2 -0.0686 -0.1606 0.0234 +185 2010.5 2 -0.1067 -0.1998 -0.0137 +185 2011.5 2 -0.138 -0.2382 -0.0378 +185 2012.5 2 0.0226 -0.0987 0.144 +185 2008.5 4 0.0113 -0.0205 0.0431 +185 2009.5 4 -0.0789 -0.1119 -0.0458 +185 2010.5 4 -0.1047 -0.1396 -0.0697 +185 2011.5 4 -0.0804 -0.1198 -0.0411 +185 2010 7 -0.0507 -0.0678 -0.0336 +186 2009.5 6 -0.1428 -0.324 0.0384 +186 2010.5 6 -0.2257 -0.3926 -0.0589 +186 2011.5 6 -0.1846 -0.3588 -0.0105 +186 2012.5 6 -0.0886 -0.2689 0.0916 +186 2013.5 6 -0.0034 -0.1848 0.178 +186 2014.5 6 0.1015 -0.0671 0.2701 +186 2015.5 6 0.2844 0.1285 0.4404 +186 2016.5 6 0.4162 0.2684 0.5641 +186 2017.5 6 0.5335 0.3891 0.6779 +186 2018.5 6 0.4818 0.3556 0.608 +186 2019.5 6 0.361 0.2556 0.4665 +186 2020.5 6 0.2232 0.1372 0.3091 +186 2021.5 6 0.1479 0.0756 0.2203 +186 2022.5 6 0.1394 0.068 0.2107 +186 2012.5 12 -0.0072 -0.069 0.0546 +186 2013.5 12 0.0557 8e-04 0.1106 +186 2014.5 12 0.1576 0.1008 0.2144 +186 2015.5 12 0.2284 0.1697 0.287 +186 2016.5 12 0.2705 0.2115 0.3294 +186 2017.5 12 0.3032 0.2443 0.362 +186 2018.5 12 0.3217 0.2647 0.3787 +186 2019.5 12 0.3223 0.2693 0.3753 +186 2016 19 0.1647 0.1386 0.1908 +187 2007.5 2 0.1296 -0.3057 0.5648 +187 2008.5 2 -0.7352 -1.2582 -0.2121 +187 2009.5 2 1.2958 0.8299 1.7617 +187 2010.5 2 -0.5097 -0.79 -0.2293 +187 2011.5 2 0.3478 0.0313 0.6644 +187 2012.5 2 -0.3546 -1.786 1.0769 +187 2008.5 4 0.1335 0.0101 0.257 +187 2009.5 4 0.1448 0.0127 0.277 +187 2010.5 4 0.2892 0.1432 0.4352 +187 2011.5 4 -0.1201 -0.5616 0.3213 +187 2010 7 0.0752 -0.0893 0.2396 +188 2007.5 2 0.1883 0.144 0.2325 +188 2008.5 2 0.0126 -0.0326 0.0579 +188 2009.5 2 -0.0211 -0.066 0.0238 +188 2010.5 2 -0.0503 -0.0945 -0.0062 +188 2011.5 2 0.2208 0.1782 0.2635 +188 2012.5 2 0.3173 0.2688 0.3659 +188 2008.5 4 0.0552 0.0407 0.0697 +188 2009.5 4 -0.0197 -0.0347 -0.0048 +188 2010.5 4 0.0398 0.0254 0.0542 +188 2011.5 4 0.1684 0.1528 0.184 +188 2010 7 0.0806 0.074 0.0871 +189 2007.5 2 -0.0036 -0.0784 0.0712 +189 2008.5 2 0.0034 -0.0707 0.0774 +189 2009.5 2 0.0086 -0.0666 0.0838 +189 2010.5 2 -0.0136 -0.0875 0.0604 +189 2011.5 2 -0.0366 -0.1159 0.0426 +189 2012.5 2 -0.0165 -0.0978 0.0647 +189 2008.5 4 0.0029 -0.0336 0.0394 +189 2009.5 4 4e-04 -0.0354 0.0362 +189 2010.5 4 -0.0138 -0.0506 0.023 +189 2011.5 4 -0.0237 -0.0648 0.0174 +189 2010 7 -0.0091 -0.0324 0.0142 +190 2007.5 2 0.4222 0.1322 0.7123 +190 2008.5 2 0.2918 0.0084 0.5751 +190 2009.5 2 0.1225 -0.1561 0.401 +190 2010.5 2 0.2116 -0.0765 0.4997 +190 2011.5 2 0.4258 0.1193 0.7322 +190 2012.5 2 0.4782 0.1253 0.831 +190 2008.5 4 0.2801 0.1652 0.395 +190 2009.5 4 0.2 0.0935 0.3065 +190 2010.5 4 0.2491 0.1257 0.3725 +190 2011.5 4 0.3772 0.2439 0.5106 +190 2010 7 0.2962 0.229 0.3633 +191 2007.5 2 0.0604 0.0014 0.1193 +191 2008.5 2 -0.1736 -0.2395 -0.1076 +191 2009.5 2 -0.1063 -0.1756 -0.0371 +191 2010.5 2 -0.1423 -0.2141 -0.0705 +191 2011.5 2 0.0107 -0.0647 0.0861 +191 2012.5 2 0.0943 0.0037 0.1849 +191 2008.5 4 -0.0832 -0.1042 -0.0623 +191 2009.5 4 -0.1373 -0.1604 -0.1142 +191 2010.5 4 -0.0856 -0.1099 -0.0613 +191 2011.5 4 -0.0101 -0.0383 0.0181 +191 2010 7 -0.0658 -0.077 -0.0546 +192 2007.5 2 0.6427 0.1957 1.0896 +192 2008.5 2 -0.3037 -0.7244 0.117 +192 2009.5 2 0.0554 -0.3233 0.4341 +192 2010.5 2 -0.8183 -1.2075 -0.4291 +192 2011.5 2 -0.069 -0.5054 0.3673 +192 2012.5 2 -0.2954 -0.881 0.2902 +192 2008.5 4 0.0879 -0.0567 0.2326 +192 2009.5 4 -0.3144 -0.4547 -0.1742 +192 2010.5 4 -0.3314 -0.4747 -0.1881 +192 2011.5 4 -0.3617 -0.5483 -0.1751 +192 2010 7 -0.1928 -0.2784 -0.1073 +193 2009.5 6 -0.014 -0.0358 0.0079 +193 2010.5 6 0.008 -0.0154 0.0313 +193 2011.5 6 -0.0136 -0.0402 0.013 +193 2012.5 6 -0.0297 -0.0532 -0.0062 +193 2013.5 6 -0.0228 -0.0459 3e-04 +193 2014.5 6 -0.0458 -0.0707 -0.0208 +193 2015.5 6 -0.0409 -0.0667 -0.0152 +193 2016.5 6 -0.0421 -0.0685 -0.0157 +193 2017.5 6 -0.0411 -0.0662 -0.016 +193 2018.5 6 -0.0231 -0.0475 0.0014 +193 2019.5 6 0.0066 -0.02 0.0332 +193 2020.5 6 0.0275 -4e-04 0.0553 +193 2021.5 6 0.0503 0.0242 0.0764 +193 2022.5 6 0.0103 -0.0137 0.0343 +193 2012.5 12 -0.0284 -0.0365 -0.0203 +193 2013.5 12 -0.0282 -0.0367 -0.0197 +193 2014.5 12 -0.0266 -0.0354 -0.0177 +193 2015.5 12 -0.0276 -0.0361 -0.0191 +193 2016.5 12 -0.0311 -0.0401 -0.022 +193 2017.5 12 -0.02 -0.0295 -0.0104 +193 2018.5 12 -0.0046 -0.0139 0.0048 +193 2019.5 12 -0.0022 -0.011 0.0065 +193 2016 19 -0.0167 -0.0208 -0.0125 +194 2009.5 6 0.0194 0.0086 0.0303 +194 2010.5 6 0.0337 0.023 0.0444 +194 2011.5 6 0.0317 0.0207 0.0427 +194 2012.5 6 0.0138 0.0028 0.0248 +194 2013.5 6 -0.0069 -0.0182 0.0043 +194 2014.5 6 -0.0209 -0.0323 -0.0095 +194 2015.5 6 -0.01 -0.021 0.001 +194 2016.5 6 0.01 -0.0012 0.0212 +194 2017.5 6 0.0249 0.0135 0.0364 +194 2018.5 6 0.0259 0.015 0.0369 +194 2019.5 6 0.0116 3e-04 0.0229 +194 2020.5 6 0.0045 -0.0069 0.0158 +194 2021.5 6 0.006 -0.005 0.0169 +194 2022.5 6 0.0094 -0.0012 0.02 +194 2012.5 12 0.0114 0.0075 0.0153 +194 2013.5 12 0.0078 0.0039 0.0117 +194 2014.5 12 0.0094 0.0054 0.0135 +194 2015.5 12 0.0081 0.004 0.0121 +194 2016.5 12 0.007 0.0029 0.0112 +194 2017.5 12 0.0051 8e-04 0.0093 +194 2018.5 12 0.0046 5e-04 0.0087 +194 2019.5 12 0.0131 0.0092 0.017 +194 2016 19 0.0105 0.0085 0.0126 +195 2007.5 2 -0.0452 -0.2172 0.1269 +195 2008.5 2 -0.145 -0.3217 0.0316 +195 2009.5 2 0.012 -0.1545 0.1784 +195 2010.5 2 0.1264 -0.0437 0.2965 +195 2011.5 2 -0.0328 -0.1962 0.1306 +195 2012.5 2 -0.0531 -0.2507 0.1445 +195 2008.5 4 -0.068 -0.1368 9e-04 +195 2009.5 4 -8e-04 -0.0631 0.0615 +195 2010.5 4 0.0443 -0.023 0.1116 +195 2011.5 4 0.0089 -0.0678 0.0855 +195 2010 7 -0.0126 -0.0477 0.0224 +196 2007.5 2 0.2025 0.0196 0.3854 +196 2008.5 2 -0.0061 -0.1807 0.1685 +196 2009.5 2 0.1613 -0.0146 0.3373 +196 2010.5 2 0.3244 0.1553 0.4934 +196 2011.5 2 0.1186 -0.0462 0.2833 +196 2012.5 2 0.1161 -0.1132 0.3454 +196 2008.5 4 0.1067 0.0419 0.1715 +196 2009.5 4 0.16 0.0994 0.2206 +196 2010.5 4 0.2137 0.1529 0.2746 +196 2011.5 4 0.1796 0.1001 0.259 +196 2010 7 0.1583 0.1227 0.1939 +197 2007.5 2 0.2271 0.0385 0.4157 +197 2008.5 2 -0.055 -0.2288 0.1187 +197 2009.5 2 0.0426 -0.1241 0.2093 +197 2010.5 2 -0.1941 -0.3651 -0.023 +197 2011.5 2 0.0122 -0.1571 0.1814 +197 2012.5 2 0.421 0.1808 0.6613 +197 2008.5 4 0.0589 -0.0051 0.1228 +197 2009.5 4 -0.0577 -0.1207 0.0053 +197 2010.5 4 -0.0612 -0.1231 7e-04 +197 2011.5 4 0.073 -0.0021 0.148 +197 2010 7 0.0293 -0.0047 0.0633 +198 2007.5 2 -0.309 -0.6071 -0.0109 +198 2008.5 2 -0.1644 -0.4386 0.1098 +198 2009.5 2 -0.012 -0.2697 0.2457 +198 2010.5 2 -0.3868 -0.65 -0.1237 +198 2011.5 2 -0.1228 -0.4063 0.1607 +198 2012.5 2 0.2344 -0.1185 0.5872 +198 2008.5 4 -0.1621 -0.2588 -0.0653 +198 2009.5 4 -0.1702 -0.268 -0.0724 +198 2010.5 4 -0.1952 -0.2969 -0.0934 +198 2011.5 4 -0.0949 -0.2148 0.0251 +198 2010 7 -0.1447 -0.1981 -0.0914 +199 2009.5 6 -0.0389 -0.08 0.0021 +199 2010.5 6 -0.0402 -0.0785 -0.002 +199 2011.5 6 -0.0499 -0.0873 -0.0125 +199 2012.5 6 -0.0494 -0.0885 -0.0103 +199 2013.5 6 -0.0392 -0.0798 0.0014 +199 2014.5 6 -0.024 -0.0656 0.0176 +199 2015.5 6 -0.0419 -0.0841 2e-04 +199 2016.5 6 -0.0457 -0.0886 -0.0027 +199 2017.5 6 -0.0546 -0.0991 -0.01 +199 2018.5 6 -0.0724 -0.1163 -0.0285 +199 2019.5 6 -0.092 -0.1376 -0.0465 +199 2020.5 6 -0.0886 -0.1361 -0.0411 +199 2021.5 6 -0.0647 -0.1137 -0.0158 +199 2022.5 6 -0.0348 -0.0875 0.0179 +199 2012.5 12 -0.038 -0.0559 -0.02 +199 2013.5 12 -0.0405 -0.0584 -0.0226 +199 2014.5 12 -0.0472 -0.0657 -0.0287 +199 2015.5 12 -0.0516 -0.0706 -0.0326 +199 2016.5 12 -0.0542 -0.0737 -0.0347 +199 2017.5 12 -0.059 -0.079 -0.0391 +199 2018.5 12 -0.0617 -0.0823 -0.0411 +199 2019.5 12 -0.0587 -0.0808 -0.0367 +199 2016 19 -0.0495 -0.0613 -0.0378 +200 2009.5 6 -0.0505 -0.0944 -0.0067 +200 2010.5 6 -0.0543 -0.0963 -0.0122 +200 2011.5 6 -0.0359 -0.0756 0.0038 +200 2012.5 6 -4e-04 -0.0388 0.038 +200 2013.5 6 0.0322 -0.0134 0.0777 +200 2014.5 6 0.0054 -0.034 0.0447 +200 2015.5 6 -0.008 -0.0472 0.0312 +200 2016.5 6 -0.0067 -0.0455 0.032 +200 2017.5 6 0.0244 -0.0117 0.0605 +200 2018.5 6 0.0507 0.0124 0.0891 +200 2019.5 6 0.0577 0.0152 0.1002 +200 2020.5 6 0.021 -0.0178 0.0598 +200 2021.5 6 -0.0474 -0.0864 -0.0084 +200 2022.5 6 -0.0873 -0.135 -0.0395 +200 2012.5 12 -0.0197 -0.036 -0.0034 +200 2013.5 12 -0.0111 -0.0266 0.0044 +200 2014.5 12 0.0041 -0.0116 0.0198 +200 2015.5 12 0.0132 -0.0026 0.0291 +200 2016.5 12 0.0212 0.0041 0.0384 +200 2017.5 12 0.0177 0.0016 0.0338 +200 2018.5 12 0.0072 -0.0079 0.0222 +200 2019.5 12 -0.0061 -0.0218 0.0096 +200 2016 19 -0.006 -0.0144 0.0024 +201 2007.5 2 -0.0532 -0.1005 -0.0059 +201 2008.5 2 -0.2108 -0.2644 -0.1573 +201 2009.5 2 -0.1088 -0.1624 -0.0553 +201 2010.5 2 0.1002 0.0483 0.152 +201 2011.5 2 -0.0499 -0.1027 0.003 +201 2012.5 2 -0.0286 -0.0969 0.0396 +201 2008.5 4 -0.1329 -0.1497 -0.1162 +201 2009.5 4 -0.0767 -0.094 -0.0594 +201 2010.5 4 -0.0075 -0.0258 0.0107 +201 2011.5 4 0.0015 -0.0198 0.0228 +201 2010 7 -0.0572 -0.0659 -0.0485 +202 2009.5 6 0.1064 -0.0189 0.2317 +202 2010.5 6 0.0863 -0.0188 0.1914 +202 2011.5 6 0.0403 -0.0399 0.1206 +202 2012.5 6 -0.0072 -0.0834 0.069 +202 2013.5 6 -0.0386 -0.119 0.0419 +202 2014.5 6 -0.0406 -0.1206 0.0395 +202 2015.5 6 -0.0173 -0.0922 0.0576 +202 2016.5 6 -0.0075 -0.0838 0.0688 +202 2017.5 6 -0.0073 -0.0834 0.0688 +202 2018.5 6 -0.0282 -0.1035 0.0471 +202 2019.5 6 -0.043 -0.1214 0.0355 +202 2020.5 6 -0.0433 -0.1232 0.0367 +202 2021.5 6 -0.0301 -0.1118 0.0517 +202 2022.5 6 -0.02 -0.1022 0.0623 +202 2012.5 12 0.0228 -0.0194 0.065 +202 2013.5 12 0.0092 -0.0269 0.0454 +202 2014.5 12 -0.005 -0.0398 0.0298 +202 2015.5 12 -0.0182 -0.0549 0.0185 +202 2016.5 12 -0.0277 -0.068 0.0126 +202 2017.5 12 -0.0296 -0.071 0.0118 +202 2018.5 12 -0.0258 -0.0661 0.0144 +202 2019.5 12 -0.0232 -0.0631 0.0167 +202 2016 19 -0.0044 -0.0284 0.0197 +203 2009.5 6 0.0021 -0.0229 0.0271 +203 2010.5 6 -0.001 -0.0251 0.0232 +203 2011.5 6 -2e-04 -0.0241 0.0237 +203 2012.5 6 0.0037 -0.0201 0.0275 +203 2013.5 6 0.0064 -0.0176 0.0305 +203 2014.5 6 0.0051 -0.0189 0.0291 +203 2015.5 6 0.0044 -0.0197 0.0285 +203 2016.5 6 0.0013 -0.0226 0.0251 +203 2017.5 6 -0.0029 -0.0268 0.021 +203 2018.5 6 -0.0078 -0.0319 0.0163 +203 2019.5 6 -0.0122 -0.0367 0.0123 +203 2020.5 6 -0.0154 -0.0407 0.0098 +203 2021.5 6 -0.0157 -0.0413 0.01 +203 2022.5 6 -0.0135 -0.0393 0.0124 +203 2012.5 12 0.0031 -0.0108 0.017 +203 2013.5 12 0.0025 -0.011 0.0159 +203 2014.5 12 0.0015 -0.0118 0.0148 +203 2015.5 12 3e-04 -0.0131 0.0137 +203 2016.5 12 -0.0016 -0.0151 0.0118 +203 2017.5 12 -0.0039 -0.0175 0.0097 +203 2018.5 12 -0.0063 -0.0203 0.0076 +203 2019.5 12 -0.0087 -0.0231 0.0057 +203 2016 19 -0.0026 -0.0121 0.0068 +204 2009.5 6 -0.0248 -0.054 0.0043 +204 2010.5 6 -0.0464 -0.0755 -0.0173 +204 2011.5 6 -0.0837 -0.1138 -0.0536 +204 2012.5 6 -0.0651 -0.0952 -0.035 +204 2013.5 6 1e-04 -0.0295 0.0296 +204 2014.5 6 0.0493 0.0194 0.0792 +204 2015.5 6 0.0847 0.0554 0.1139 +204 2016.5 6 0.0947 0.065 0.1243 +204 2017.5 6 0.0651 0.0361 0.0942 +204 2018.5 6 0.0078 -0.0199 0.0355 +204 2019.5 6 -0.0204 -0.0495 0.0087 +204 2020.5 6 -0.0217 -0.0505 0.0072 +204 2021.5 6 -0.037 -0.0657 -0.0084 +204 2022.5 6 0.0261 -6e-04 0.0529 +204 2012.5 12 -0.0033 -0.0136 0.0069 +204 2013.5 12 0.0098 -6e-04 0.0201 +204 2014.5 12 0.0158 0.0053 0.0264 +204 2015.5 12 0.0199 0.0093 0.0304 +204 2016.5 12 0.0233 0.0124 0.0343 +204 2017.5 12 0.0337 0.0225 0.045 +204 2018.5 12 0.0245 0.0137 0.0353 +204 2019.5 12 0.0281 0.0177 0.0384 +204 2016 19 0.0102 0.0049 0.0155 +205 2009.5 6 0.0018 -0.0074 0.011 +205 2010.5 6 -0.0069 -0.0161 0.0024 +205 2011.5 6 -0.0082 -0.0176 0.0013 +205 2012.5 6 -0.0077 -0.0172 0.0017 +205 2013.5 6 -0.0132 -0.0228 -0.0036 +205 2014.5 6 -0.0197 -0.0296 -0.0097 +205 2015.5 6 -0.0354 -0.0452 -0.0256 +205 2016.5 6 -0.0987 -0.1093 -0.0881 +205 2017.5 6 -0.1389 -0.1502 -0.1277 +205 2018.5 6 -0.1313 -0.1418 -0.1209 +205 2019.5 6 -0.0877 -0.0988 -0.0767 +205 2020.5 6 -0.0114 -0.0227 -2e-04 +205 2021.5 6 0.0507 0.0395 0.0619 +205 2022.5 6 0.0525 0.0416 0.0634 +205 2012.5 12 -0.0158 -0.0189 -0.0126 +205 2013.5 12 -0.0354 -0.0388 -0.032 +205 2014.5 12 -0.0523 -0.056 -0.0486 +205 2015.5 12 -0.062 -0.0657 -0.0583 +205 2016.5 12 -0.0644 -0.0682 -0.0605 +205 2017.5 12 -0.0617 -0.0656 -0.0578 +205 2018.5 12 -0.0531 -0.0567 -0.0494 +205 2019.5 12 -0.0451 -0.0485 -0.0417 +205 2016 19 -0.0362 -0.0379 -0.0345 +206 2007.5 2 -0.0514 -0.1596 0.0568 +206 2008.5 2 -0.0374 -0.1393 0.0646 +206 2009.5 2 -0.0322 -0.1342 0.0699 +206 2010.5 2 0.1184 -0.0135 0.2502 +206 2011.5 2 -0.078 -0.1881 0.0321 +206 2012.5 2 -0.068 -0.1977 0.0617 +206 2008.5 4 -0.04 -0.0869 0.0069 +206 2009.5 4 0.0114 -0.0292 0.0521 +206 2010.5 4 0.0143 -0.0263 0.0548 +206 2011.5 4 -0.0161 -0.0658 0.0336 +206 2010 7 -0.0149 -0.0391 0.0092 +207 2007.5 2 0.2499 0.1983 0.3015 +207 2008.5 2 -0.043 -0.0956 0.0096 +207 2009.5 2 0.0642 0.0127 0.1156 +207 2010.5 2 0.0441 -0.0041 0.0922 +207 2011.5 2 -0.0073 -0.0559 0.0413 +207 2012.5 2 0.1489 0.0895 0.2083 +207 2008.5 4 0.077 0.0602 0.0939 +207 2009.5 4 0.026 0.0093 0.0427 +207 2010.5 4 0.0347 0.0175 0.0518 +207 2011.5 4 0.055 0.0361 0.0739 +207 2010 7 0.0569 0.0489 0.065 +208 2007.5 2 0.0481 -0.0327 0.129 +208 2008.5 2 0.0347 -0.0413 0.1108 +208 2009.5 2 -0.0214 -0.0986 0.0559 +208 2010.5 2 -0.0459 -0.1245 0.0327 +208 2011.5 2 0.0082 -0.0736 0.09 +208 2012.5 2 0.0085 -0.0818 0.0987 +208 2008.5 4 0.0219 -0.0165 0.0604 +208 2009.5 4 -0.0119 -0.0481 0.0243 +208 2010.5 4 -0.0223 -0.0599 0.0153 +208 2011.5 4 -0.008 -0.0504 0.0345 +208 2010 7 -7e-04 -0.0254 0.0241 +209 2007.5 2 0.048 0.0139 0.0821 +209 2008.5 2 0.0831 0.047 0.1192 +209 2009.5 2 -0.0353 -0.0714 9e-04 +209 2010.5 2 0.0413 0.0061 0.0765 +209 2011.5 2 0.0159 -0.0199 0.0516 +209 2012.5 2 0.1084 0.0637 0.153 +209 2008.5 4 0.0371 0.0254 0.0488 +209 2009.5 4 0.0232 0.011 0.0354 +209 2010.5 4 0.0107 -0.0017 0.0231 +209 2011.5 4 0.0512 0.0369 0.0656 +209 2010 7 0.0357 0.0298 0.0417 +210 2007.5 2 0.1022 0.0623 0.1421 +210 2008.5 2 0.1007 0.0594 0.142 +210 2009.5 2 -0.0204 -0.0608 0.0201 +210 2010.5 2 -0.0395 -0.0789 -2e-04 +210 2011.5 2 -0.0238 -0.0644 0.0167 +210 2012.5 2 0.1885 0.1369 0.24 +210 2008.5 4 0.0648 0.0517 0.0779 +210 2009.5 4 0.0102 -0.0035 0.0239 +210 2010.5 4 -0.0291 -0.043 -0.0152 +210 2011.5 4 0.0352 0.0193 0.051 +210 2010 7 0.032 0.0254 0.0387 +211 2009.5 6 0.0089 -0.019 0.0368 +211 2010.5 6 -0.005 -0.0328 0.0228 +211 2011.5 6 -0.0329 -0.0608 -0.005 +211 2012.5 6 -0.065 -0.0948 -0.0353 +211 2013.5 6 -0.0673 -0.0966 -0.0379 +211 2014.5 6 -0.0545 -0.083 -0.0261 +211 2015.5 6 -0.036 -0.0646 -0.0074 +211 2016.5 6 0.0023 -0.0257 0.0303 +211 2017.5 6 0.0377 0.0096 0.0658 +211 2018.5 6 0.0591 0.0314 0.0869 +211 2019.5 6 0.0561 0.0291 0.0831 +211 2020.5 6 0.0458 0.0186 0.073 +211 2021.5 6 0.0247 -0.0014 0.0508 +211 2022.5 6 0.0192 -0.006 0.0444 +211 2012.5 12 -0.0319 -0.043 -0.0207 +211 2013.5 12 -0.0289 -0.0398 -0.0179 +211 2014.5 12 -0.0208 -0.0315 -0.0102 +211 2015.5 12 -0.012 -0.0224 -0.0016 +211 2016.5 12 -0.0038 -0.0144 0.0069 +211 2017.5 12 0.0086 -0.002 0.0193 +211 2018.5 12 0.0211 0.0104 0.0318 +211 2019.5 12 0.0314 0.0206 0.0422 +211 2016 19 -6e-04 -0.0059 0.0047 +212 2009.5 6 0.0773 0.0126 0.142 +212 2010.5 6 0.06 -0.0025 0.1225 +212 2011.5 6 0.0947 0.0337 0.1557 +212 2012.5 6 0.0774 0.0208 0.1339 +212 2013.5 6 0.0161 -0.0447 0.0768 +212 2014.5 6 -0.07 -0.1322 -0.0078 +212 2015.5 6 -0.0706 -0.129 -0.0123 +212 2016.5 6 -0.0633 -0.1191 -0.0075 +212 2017.5 6 -0.0016 -0.0569 0.0537 +212 2018.5 6 0.0278 -0.0309 0.0865 +212 2019.5 6 0.0354 -0.0268 0.0976 +212 2020.5 6 -0.0618 -0.1214 -0.0022 +212 2021.5 6 -0.1393 -0.2049 -0.0736 +212 2022.5 6 -0.1186 -0.1848 -0.0524 +212 2012.5 12 0.0193 -0.0036 0.0422 +212 2013.5 12 0.0163 -0.0067 0.0392 +212 2014.5 12 0.0067 -0.016 0.0295 +212 2015.5 12 -0.0054 -0.0277 0.017 +212 2016.5 12 -0.0115 -0.0344 0.0114 +212 2017.5 12 -0.0315 -0.0536 -0.0094 +212 2018.5 12 -0.0483 -0.071 -0.0256 +212 2019.5 12 -0.0604 -0.0843 -0.0365 +212 2016 19 -0.0116 -0.0241 0.001 diff --git a/inst/results/moving_trend.yml b/inst/results/moving_trend.yml index b1b1a7e..b0e158c 100644 --- a/inst/results/moving_trend.yml +++ b/inst/results/moving_trend.yml @@ -1,209 +1,423 @@ ..generic: - git2rdata: 0.4.0 + git2rdata: 0.5.2 optimize: yes NA string: NA sorting: - analysis - window - midpoint - hash: 6bce96f5760fae0e156926eb7f01e18d522a3ad2 - data_hash: 2668bd53e2baa12d5d27ab0e343029079b5352cf + hash: 1ff845cd1a4817b604aac28bf9d0b00057bcded7 + data_hash: 01be66e77831e77e094926c76cf4fdaadb3e4a63 + name: moving_trend + title: Trend for different moving windows analysis: class: factor labels: - - 016c588395889c0c19be280852aaba0f7c8bf637 - - 043a0a066959ae3511b4bbc3486da55865ad7886 - - 057c4998ce3043b33c0dc899cf3adcb6f8aadb62 - - 075e1ed2739aeffc3e5e0831d56826358336802e - - 079b1ab9c77f0cd073fe6f85aaf32219c6b91920 - - 08674a0e0f85623d4da72d469faa72d36287032f - - 0981fd5da7e8490323506c85b80f3ea7c9f9268d - - 09e6375bd0ace29b879b739c21ff7640cc2d9048 - - 0a56eb8b37e7679cba2221f874905bb997678b38 - - 0b5acdabcbd51350a3bf41d5ce9a3b851ea2256e - - 0b9335c3cf2a43c4482e33fab75f23a3b0ec60bb - - 0e1b37392255c8e1029048961c20b6f6ac9111ab - - 0f7427572b0f9331bd80f1fc480dd43dc96f2a71 - - 106b29bd87dd66dfc497b1ace292164de1cf3bf8 - - 112bc01f010f8df228a9524987461f9f34ea0437 - - 1549427c59a4a13c26485a770e8230d66a8d8220 - - 1550feabadc972df28ad5441f04c8331589f6d96 - - 15756e314440390c89b172f3177bd7877b6e828d - - 15f0fb655471f3272e07fd2e4c078ce671d84ef1 - - 1660ac09ed9c437fc6a1450716fb24d95c44e5ce - - 17536c6529def8d62ed5ddbdcf7e9ab13231165d - - 18e1729f3b166edb687dc93cb09a978e641f70b2 - - 193553f998fe83f671627e343f6591209f4a071a - - 1aeae1f347d3f19bc64b9cec2cf15adc42287f5a - - 1d3040369be132a7b07c2419f228df0f39d1c412 - - 1dbadd0711258dfe348cc22826288fd9c4370ec8 - - 1dc94699e1f2b54efdedf0f76e3b9a21a41d643e - - 207c13940bd9b279c8446ddfc04dfdc567776002 - - 21f4f441cdec6810f42efa617cb6491521b7fa3d - - 2353e2555f3b2cc6c617c6a5a7f6887fe28414ca - - 25f24296b448cbe86114a1e880fb532cdce17e20 - - 2668af3e681b88104e214dd4a7d4aafdebafe127 - - 26cc6a41b8cd906d1d4e5432584029b512ed58e4 - - 278626eac43f672c7f61cb8f5b0f7240bf907776 - - 288d395431cf2eb781933d91a1217136466377b7 - - 291dd033c062d81ef8e200bbc45240bbe50ef893 - - 2a10b7314ca86904515bce84dd50ea69c54eab89 - - 2c765dbb487a0c5f372132fccf5bf477ee6ee8c0 - - 2ed39a26e20fe6a264a8681eea608d92ab254f24 - - 30583a84e72b0ab055087ce243b07faf2b89c089 - - 305b2e671d6a8164a23333d404cd1618d1eba275 - - 3115a55165cf2efd12ab12e78e9514be8115a322 - - 31c42076cad601a24eeeb60ba52e3947334cd0f2 - - 34a10292a7aeede12aaf0ada14f6e0dfb6c87b61 - - 35c8b84854c95e19ca73d3e5d0a8420aa1bb80db - - 377dc91bc1bea41c6d508e25de24383c0316770d - - 395abbf54cbaf4dc8d2cafb1cf8a02a22f3cc92d - - 3a5c47e9d4ea1daceab214c179435ac2edf3e6b7 - - 3cd819d63095c0c33ae71323c04e43c015a7fa88 - - 3d5cecbfb07bcba179396e4cde4c105f267d4c34 - - 3e7d0466cbe932d04e4f80761133c31fffcef92b - - 3f48452e8a434e8931cd5b5e074f0f2cf55e729b - - 41a5b060fafd8265ebaa8b9590f7306c924ff8e3 - - 426128635de4bcb7fac4c29bb21fdeb5eef38e99 - - 430dd638aaec2fd2706f245ec0e5a60be8502048 - - 43c0d02b160477ecdf885ba821e3193b52e2d4c2 - - 43ec6cf9f9e284417842d43e46ad3c96f71a51f4 - - 4462512c3bc36872ae675261a1c0aaaddf3bf1e1 - - 47d9e81a07bc42a0b046bd22369f1e207c184edd - - 4a4ddb5d925e3c0c3f916977e0f867bb520ae90a - - 4ac1db11145bc5622a889fd7155a3b3a943ab7ad - - 4bf033e3d19c834f9fc08193cdea01e1aec3b8a2 - - 4dd7bf489369c0eb45f868fd47674e0adcee6a5e - - 4e0775314c2167d9fec453888f8510ffa13e65f9 - - 4fb3e4787803e83a779cbd2543280a71c2b255a6 - - 51609d9282f7a9e4195bcb0a3bb575b6daffcb6c - - 52f2b937962ff1f0d9a7277ef70f0e85bce96995 - - 531cee23bb2a9187017195819734cce068d1f1f2 - - 53b074a0fb4bc855c35426f82a047aaea3451fbb - - 54fc3567dfd4ca40b67077dc1ebb539b01265180 - - 5603e1cd3c513d3cb058af4d5e3759590163da2d - - 5851d88b1ec0b1412a280c2605e919ab85eae26d - - 5be7d38257523a516109ee17da70be6b849bb4d2 - - 5c8f6d1fb307a42de2f1f5475ef68aa95c61fd5f - - 5db905501553fa62b3aeaebb318884b8c7fa4440 - - 612e355d6e0b948e7552858e256a3483fd343e6f - - 62df99497d514aaa0a020e319fb9f4a73af6053f - - 630a0debf01296e254447b1781d530268935bef4 - - 639921afb00a469b1f92c73a06a48454bf180b42 - - 651def3f753160212c2253006e10c694238f4f7e - - 69c91b4e9f635e2ba60daded63d5e893ec16c839 - - 6a1f6523748e32bcdac79eae7b5b26e12d344d02 - - 6b8afec69da36905e42d7cdaa982b12790dc01cd - - 70ac24ae994cd77ab713cc81090b02f4ba9cf519 - - 748b26c95512fff36ce7849f35aa3ff840de49d9 - - 7586012c89aa7aa29e6f719db06b1ed92b748003 - - 761ad3e12d27ea12363980d677b398a917ff4a38 - - 770e20de1e7c78ad852e0c0b4bb9860505be1d9a - - 77bc3594f18275b6882c60a981f6a5c935eee2f5 - - 7d2c893dd838a7fa3f6d4b8afe098fb0ce38caf8 - - 7df296267f7fe00bd6fa890413cfd766f3c564a4 - - 7f486a2ca57410de948da8623b3ac7f51c9d2065 - - 7fe1c3da8dc47035e61eb9ba914d94e7e7ee0dd1 - - 7ffbf9bc7d01326625481ea6b90fd383f41c5e5d - - 8041f25730755f65c6e844f69c3c6200eeed498e - - 81eb19077f2d257eaaa054a2b781a83449bc9044 - - 8341e58b499893e26e24d561a84216ed622957f1 - - 85173b06048db8f63cb8dfe0b3c19112bae29816 - - 8588d11a0f90b25e63974a7622858b8782854122 - - 891703d3d06b0dd715625a0ca4b1750b19f7044f - - 89f6f03a5bc047141ba6cc766377e9af61a0537a - - 8c299a02d9e8d20d2c28a5bc1acb67becf678d2c - - 8c5946c97abdaadd483711e34b11d509b1265fad - - 8e5e92329d682285d15f0851777d8a1c0180a803 - - 8e73e3916cd33249b7ccbbdd5de4ef309930d80c - - 8efc52286d7323942d723011bdf922e2312b218c - - 943c7def5fab3b9fc9afe34c1cf20e0a67cf3bc4 - - 961e4f1df3d5bc215f267e2fe62cd0aea7049303 - - 965f88bfbd551bec0382dfbf959a6b45fc0c89cf - - 991fdf3e59e81f9c9d634e7dabcdabb78a7d7f6d - - 994efbfd7077092941ab698950b510bcccdc578e - - 9a5c780f3d4f5634cbd4d7ae30d124a897eef006 - - 9ac768a05a1a5183538fbc360a6621819feb75c3 - - 9bffc6c309b836298fa0db1bc7eb4504c5302290 - - 9eb0d6d53eb8c753562a2bbf0c5a90870ecfa324 - - 9f218a969f62a03ef252334b4dba7a421118c2d1 - - 9f4009d7c6dab72a3092216b71d036b2f4c799a5 - - 9fbbc7c4a4b58c5f46b522e676aa6d25c1351f26 - - a0ddc04c0125fc887cb9cb1fbfb35f1049ff207e - - a13c8811843bc15c45d10059ed4fa97a0c97e622 - - a21216a4c136b5f7152347da94d54d8b3bdcf918 - - a33b1cf5ea0866025ff96436aa001117f5426416 - - a6383108066814d4f3641a96f4dca690c595a3d3 - - a9b50f608cb2d4bcc19d23b266cb57b431f5f38f - - ab4f595ca442b2689391afe3d2025eedacc1aa2c - - ac11a5617e8fb0ad8a015e8ecc70469fe57bebd6 - - ae916af9c42834c88d02b364774af99f78c2e8a9 - - b1d8dde6f5b24daaa1612db2678889d5b763e3d9 - - b2610f7388d950faa49cbcd9b55bc155d4e6a7e7 - - b3e277071737f4fea97bc7a7e2efdf71a313134d - - b41c646560f90224aae5178b51ec679f720080e7 - - b4d2995f2f1b984c516be0a3e87389dfd4150ec1 - - b55a6f5e2ba73fb406da11ae3390a3a3fcaeb13e - - b5a8ca74a9ef56a34ad23829ba7cbaeb8006223a - - b650fcca85c65f5b1b1d4aa427f099f827c3bfbb - - b7cb883975cd7ed029df1c79627116598fa634d4 - - b9278fe2beee35f78fd88bccd5b6fdb8cf9a49fd - - ba15596fb39719d2ec477408feb60c11fbf421af - - be36cd4a5a0e442c3c3340847af50b928eef68b9 - - c10d1db00e7b5129507e7db910069367072bcab9 - - c7759c891a2cf19e315832a2275d444ab0471877 - - c7cc0b43d4185bd3ffde5a89e431b5946b4ca85a - - c95739f0f351d9979093a0d9686985b4898b4a44 - - c9627b175ee0056d3439dbe670c377da7e93b290 - - ca5ee2bb458148b172115c42c57618e31af78a85 - - ca5f4bf0a501d6e666dae396a49f08fae3c94089 - - cb456245e9b933ca4250745946ebfcc2d653bc22 - - cb8dbd055d69b6eb6a1e9784fd05dd8e14a37b9d - - ccb9b60433bdd7ec56b0d9581e6318a02beac01c - - cd85d5886f99b30f26d7da893bf6ab772a9308d0 - - ce4d63c752eabb99d46966a3ac431f6ea489d2b9 - - ce4f79d894b07094ccfe03af7f1a12af67f0118c - - cfb28c686040b3dcc22a94554c8161b1974d23a8 - - d230824d99f5bf7d59ac204bbc1b35f5293317a1 - - d32b48c84c281f55910d246375dd2455a054c970 - - d38b91259357b9490976ea4efcab63f8d8658d0d - - d486919734c6126af9e5384e8b97195a1be735bd - - d63883a391696db5c6ff98f76404cf4b3a97d70f - - d6bb53c9858fddf173898cdcfa1cbf42f5d52c5c - - d71dd9ef32818411e03aabcc7f952cbb8e073364 - - d759ba56ea04eae3e9f4b5949c443cb92f0082e8 - - d7dda403d507084ed05cc1b9bf6c65829da6a22c - - d878f7c6794d0a6d9a8d04be68ebb93eafdf01cc - - d9324f2995ad0639613df9f51db6213fee19a45d - - d9f521188e10884be7feb4e36e64c54ba92a2eb0 - - da52aad88bb34e0698bc27c2949dcd740c40ae37 - - dab16115cee8ffa0bce8f85a2ccd1b053fad2d50 - - dc504e7e6d04d45ccc6e6eb088e10e6ae370db7f - - de14295bbf982e71cb016c9837ad969232b6addc - - de35ec95ec5aa87f0eb6ef4f39fb69eb33059681 - - e048cdd8d6d271dfc7176db78a1360ce53cdd2bb - - e04cd576ce0e25075d86ad8d701a970966d70126 - - e0b6e36d3ff25cf77fbc653610885243e3d3434f - - e8da11d87c97fb1d0a2a13bfd37fe8f032b7b35b - - e8e8ab63aa33aac013912a7bba79e70bf0104670 - - eaac7db71e9c295cf4770b3bac90f14898d2f3fe - - ee44bd083e06c19498a8fea3d26855ca62bae4ba - - eff1b12635c7a318872a0f6b90f607945e244862 - - f041ef7e5426039e222d3d583c87473c23145c28 - - f1cf70ad90c37e205346d4c7b6dd7fe9b6f92730 - - f28af1197504d2ee7f1e057da67aad80fe1df0b0 - - f4937b4cc930a5d074111143e6e9ebb6fd3ac4ba - - f49efa5cfe4556b8fb94c8d453bfe7f1bed9e20f - - f53e0266baf7fa1f2bdf2880b66d3c13444a18c9 - - f5b405df003a35ecfe879bb5eb7dae6b4eec2dad - - f694960374001db073fa7f9eaabc38582a67e425 - - f8596ee0738fd16a5157d960bb58795b73bbc92e - - f88e30f21dfcdaee543a181bf4c039a7598dd249 - - f9933bf7817dd80c378cf3b0c55334a979937640 - - fa605cbbc698ba0f9acc3c71010dcb352ebdd981 - - fb97d1da0003d9c3f3ec298634a0797784bc49f6 - - fc478aadb364af7f3b7e34a253e9178659194499 + - 00bcb256ee7f6c754a79313040b2bb511f28a42f + - 017742e1adf41ffe40b27713058753e5d696f0b0 + - 02b051687a3d70038a6bb9cab88b74b1e2df6b22 + - 04a55eb374293822f7749dfa29273874aaa26ba2 + - 086dcf3e92ab9092b1d7cb9c8f2ee620469f9217 + - 08e75ab4fead8fa2a9ad34dd8204a3a1a9b23026 + - 09b7f978e9f13152653a955cb3352c98e80980c7 + - 0c94c18bda02769388858f8000fc552299ea9fd1 + - 0ee76e93160fced812a33960f68bc17519cb1769 + - 0eecf251630ced89a0297613eed034cd067d7a5e + - 0f059704d65b4098194da937e2dbfa098153559a + - 10cb4d43b485773281d736b7c7603df29f0b8b6a + - 13a2be20884601193d5004314f250304b16b0b0d + - 13acd9516d65d545683ab9042841e81680dac842 + - 13bd9343b92d517039ac19b526923a59850414e2 + - 13c5e56835fd30218f2329946792581805924882 + - 140c81f5417c2ac7e5976e5de2b45294fbc100ff + - 14b541e531d19c6a049abf02e18cd3ce11e844ea + - 151cb464364a8fa575d5354230a1bdfde6ac9ca5 + - 157066674a266b7584542f4d3c5e57482e39af6f + - 1647278de526324fa3b85d62c53164f6a883c8ca + - 167bccea5339c5c890f9e097fbf5c692e581a4ce + - 1683893cb0df5bd98bffbeb3133a470062610bf4 + - 1767a834ac075c85fd8e6b3abe6f372cb8ddb3c1 + - 19816fa9444ea841195e176cd790f5df3c664f38 + - 1a3a3acc5045bfcfd4033053ac0283d866f75faf + - 1aba4813ab54271eeab3d8eb2e03399bbf3301da + - 1bfca8efb0e0b9f97a0ade8f66f4a235352c775b + - 1d40958c53275b4f175192fd4593ccadcf93d137 + - 1dc5860f4f3b298b9f8a4996475d9be15fa87749 + - 1e2e457883ad9c44893973fee53b2f40cb249174 + - 1ec7a2867d9d4b2c98bd3e9fa20566371b7f24aa + - 1f484792fb004cd66ede8336120b91c9d7a62928 + - 205eb60092eabc122217ea698b732cb448defc8b + - 21a6058bde74b0fb2deae842b110d73632a1cac5 + - 22b360088422949128081af1024de9982ad06021 + - 239d52d3cd41b81d4df9d8aa625aed9b0fe1c322 + - 24227dfc1edbb9894589e00353420ce884a7c59f + - 24a35d2bb8bea83f68ec9e7da0dd39a29ad284e0 + - 28448d9f1eb13d9c8b05291eb981aa9ac07e3478 + - 298f1dcb1ac7f718236fece078ea56e1c9ae861c + - 2a887b8b2e98a3594f153d51ff6a019513c6f0f2 + - 2b85b4f99feab071567636c27567fd750f05ec8b + - 2e061a7fe5061f0c336d07721eda173645092be9 + - 2f2577e015becdce3bb33b01b8c0c28a6eb19f4b + - 30535314a8e4c37c3e782802f5f47a21475f51ce + - 31bf2a51bae9d808c1e4f9007623ff5f2dfaab0b + - 32dd1653b489e8fd44a9c275d36f884571b7f2eb + - 332b223eb99643696658c5584a7ceae98d7db404 + - 34f0f1be1c5a91109b063219a3022704ec0e68a3 + - 35cb4518187b2a2bd00d79d24fa0f73a4074ddd6 + - 37080488d54e5cd6d6ecfd4fc23da13ee0bfce72 + - 37c29ad08e645ba9861d7a07ccf12c478e4cb4b5 + - 3829c067b2f9cbef0c8f9fdd83d1ac2f7b9973b0 + - 3c6bde932e8dcdc276c7937e817d2421ac586b4f + - 3c7bdedd355a50dcf680c78ed460d8e163a0b6f5 + - 3dd4ebeb4a9d59868b15ed77f05fd21c5f107da2 + - 3f4bb547f035a32f903573fb7a368eb4d5ee005e + - 3ff4af1d8a312082025dcaf58c2f3de0612a18fd + - 412342070494b4c361dfb2919d179f28758e78ea + - 426b2ec6c7600321e4c5dbdbae1280a794b07183 + - 43d26f8fd688ace375cc574bf7817934f1c03a06 + - 45a021fbf4fba35e8423b74ab91b19e4397ac458 + - 4854501e3c6a6ed5824ff844b24b5de44d67998a + - 48864233ad7a6eec59d131046bee881bed1b3083 + - 48f866228a3df17658f02e54b0dcf58e81a68305 + - 48fa12faca21cd4ad53dfb03a8ff1cffb7aa7067 + - 490be97d3853f5492f4be69aa3159c7b5ec2c1d4 + - 4b52d8344dbe6e0676187936dded31eb7f904e1d + - 4d135943eb2d228d74482f323155d432009dd5cf + - 4d5336ad079625fe66afcbb7a207792af187e3a5 + - 4d9398039ec869eb9e3cbeb2243e32af13c372c2 + - 4d9849f2012a859bccd49a821cc4ae69a1a9f7a2 + - 4dea166a30fd955333d3694ba471a133df251678 + - 4f44522ede9c72227953795c38ef3dc5f4b9f420 + - 5048328a06aad3322f2e75babae9e065ae7ef71d + - 506603b7b4e7c8459272daf12aa7f25d4aedab60 + - 509b8e7397d56a1a2d5545eea6d821f4c9ff900c + - 50b3da39a061e525c638c8883d2ed2d4daca2336 + - 52bc86dc3762342cb33293e02d945af20f11314e + - 53976a8bbb2adb015c9bf61fed353cd45fa7f1d4 + - 53c9db72abceb49c3a60b102ad358ede54f64193 + - 55b9b443fe28ea0bc5f27ea83646d02b4def867b + - 55e2b2627baa8e16d7a1bbc707d96dfba9f0d43d + - 56e87b0be996d1c5bb18ed1a1f3da5920b7ad7c7 + - 595743d708308113e8b82a123cd4047bfadf9b31 + - 5b4f9da24df3df33d40dce60c5c7d44a88b745a3 + - 6008658dda4f20a048cf811dbeea114eeb9a1bac + - 60c12aabf2aa1afccb798f75561bac20563f0660 + - 62867cb1baa22d22ae20524a2db037f0c2a0e64a + - 639f918943cae27cb010ce33e0d5af720cf66b63 + - 6497cefa1dd3bd6e622fc8500ca05573326a8095 + - 67e25016ebf9cf7685ea64ddbcfd38e96e19751c + - 6a15a0aa643e87ab92e693c4beb4eef7141e4e97 + - 6a416c3576ff44a243b86d3cf3c093be5c2f9eb9 + - 6b4048e2d4cd1ff898aeb642bd5203db32da372f + - 6d05528078e617f43208039354f70384770e3cb3 + - 6edff4fac0fd5e5abe0a9ddf5ec3e778f46d710f + - 71d068ab0ff9a2bd29cf9dbf7535d9543835f003 + - 735dfddeed860c6f032a9bbf6630d9d8b492f270 + - 74067f430a31475a8b36ccade4580f242a906831 + - 746dca19885003830582ba96a44a79c150f854b6 + - 76f38427c9c525bf9ab12708d0be1c175bedf9e2 + - 78bf4ac4d9795309679c651da056e0328b8b2c98 + - 7a566566ff1b9680dc8b91835daa3456a485b72d + - 7a846e5f5c5d53ee33af5ac08b8e39e975c16119 + - 7bba582bd49ca11dcb0c82fac0aa3fc4cae711f0 + - 7c70b4ad4200517b3966a9dc9bf7568612109baf + - 7e6d75a628fa180685a72f493f914ed25caef006 + - 7f313457f7088e228910a4652023f05fdb1979ec + - 8080e0901df46a862d6838a3d8f3f71461e63415 + - 81b327edb111aae046e3ce6407b3154dbbc7c552 + - 81b48e4e6e3a86bbf90c7950d9fd0fba6aec35e9 + - 81cbf924688ab26f8728c0c9fbbacd202c9e6f40 + - 81fde8c5a35ffb7b85a97be7d56a9627acdaa9ca + - 836594394aed99a2140a1dacee5320d94bb5a35e + - 849da52e376b6f159b7fc26d893d1075fe507e4a + - 851726ac9d2bd4da6124707d8a9e69e6cd013776 + - 864e4839ba2ce8f812cef557582b8d26606144e5 + - 869ea7641c740c33ea5680fafbf230e96870ca8f + - 8820e1f031205cf8559d9b6d049918e1dfcc2f46 + - 927e9d1fe0bdb10c91dc7490a6c5e0211875217b + - 94653caed1c9961b74a0e18b0e973a2fb1c421d5 + - 947cf97efd633a9c732d5b823a5ca765d1ba2180 + - 9570a1411caed57af18a9ddbb3def89338aef2ca + - 96b2ef97d0fe98f1bdc22b390bbf8fb7f26213be + - 992ba17d73dfec6954e93079535af3fdb43805d7 + - 9e1117a9ad17df75a083efd957fd5be657381e02 + - 9e1a1b2748cd9a719a66d15709ef01ef665130de + - 9fbac3bab238a4571786d06974eed816198ccc2b + - a06a959db9c3174d21f75c8caeb3cea8706130aa + - a0e8f5df9d5425afbf2ff44549364f83aae66e49 + - a339d057658587a9b2e5edcd676a982448db336a + - a4aa5227876ee8bf27841b1a5b495e02ba0370f8 + - a5cbe6463a1c8fe33d8d2f3d7ee9e65d30a9e402 + - a6c200aae1811b6c6fa1af0c78bb4c2909346485 + - a9fb03be113af02e75e217a1260d09d33c90eefe + - aa2dc585fbac269cf6d965626e9d2861e1575c82 + - ac308f1c7329bdd6b089c3b87b89e8eec0dab8bd + - accb320964eaf74e7edf65f05744a5ea47f20a0d + - ad4c554aa4a0a9897c953c0c3426a9c11081059a + - ae05521c00e8f2a2cbb82fdd2c323e81e4f2045c + - b208e27126d664176060d5eb42362b601f69a8bc + - b5ab30697028f0301bb78a5db51832564c34d78b + - b5f469f3b325f85ac60eabef2e8bef5884b9dc8a + - b64338969c33ec0a01b49323e108f4dd9abcf932 + - b8936298382fcc4bb516b58ed78faab77e5f65ec + - b91bc5bbe8a6c93572deeef96fb7ec2c81985a0e + - b92f1e7564815cc9e9a223f51c49d48605a0d360 + - ba1449c0bbaf127c29fac58ab8469b2b04af88fb + - ba9fa4587341ce1532b19bb791cd9c211f3c4cff + - bb58763d4784fbcf7b74c034c25b82e2ad1d5529 + - bbac9c8e2d90f2ac6a114d59e9230ed76874e50b + - bbbdfee9bdb7a292f39e93ba1115502cb42a0e65 + - bbf3138e02ea5d33a4f6356dab8e4bd3cda85048 + - be801b066d98ced83604dd904a42f2e405b1c8b4 + - bec002be47f5af1f544657a679756506ddcfcbf5 + - bf5cb82f1851e61d363fa071496fb129cdd0baed + - bfa74a82582338a30af086b16a62b650291bef39 + - bfc1d94f384e7b05dfaef7eb27024b8293a019ac + - c288cae552e92290eb84652deb21cdf456ae2c2b + - c565ce5813e6264ded4bd82d0994916161936e56 + - cce1f4f5fc36b232cc73a5f3ce45e76d2daa5470 + - cdc6ec58f7c330375920ea188c683ecb029f800b + - ceb098b1ab8c00b14646fa230c27b7690ab33c29 + - cfd5e7d9cb7cb885c9fce61da40c04e947b370c6 + - cff7ce9992dde456e5478f98b4f54a3cf43637bd + - d08d24152a4f1ba258c549ed4f69eddb392faa49 + - d08e2df868cd5e62f2d137617903e1d72a070dd3 + - d0ac975289a04f4c497eee7373772c2f85e36ef8 + - d0c35402c9ff4c406808bc4b014c8a6082b70650 + - d0f570a997badf785665b4f4a6875d73cc306372 + - d249e37bc28dfb3f405611bfcf32de1074677b5b + - d31c937a590e2893103cf7d505997e581eb17682 + - d322bbf779b2926c4fbbb8b945a606f25255f0b9 + - d369b72555f363f3ca0b0d8e8c1f83b4c9497fd9 + - d3aee1619621ff590f2219b521b88f04c64dc639 + - d55c3bc81813e1095fa40ee6986052173fa33749 + - d7edf6992e16c1ecdbbe2e180bf0f987a223c028 + - d8f43c118571b1e35255744fc6f9aebc98743939 + - dbc48fb5e7dcfa0427845edb48ae871836bd9026 + - dca235dc05840e97a05955c7105b806f12dd8d8e + - dcee3be5b7beb80e6520aa890b264b82ab6a6d3f + - deb1a2e17d7dde5da7c438046d559f986bb64fcf + - df3b69dd23d3bce265625cbec5709999b323b7aa + - dfdbe0d93127b5d7f219777b613a62235a1ce3ed + - e160ca0a7c73308b8c1a146549bbd4aa5aa98ecb + - e1736b039a22d69a8435fe07b794ad83ad00e80f + - e21a4ba8a6c6cb9aa9aa274adf0896df17f8a0f3 + - e21f4cc62b1fd5def5ed4b5c4d31f8abb50ca6c1 + - e26145582f20d9c92c9ad2fa693c7c4550ab67c1 + - e3089dcb83e399ba20fda8dac9a706f170999c86 + - e3219d66ba1f73b8e71345a05f1e1a8f37c9048b + - e53442a6239d8b64c59cedc9d2736d1f2a85655f + - e6e0df80f99523ff42ffb0f3fadd1f0965ec293f + - e91ff985101aa3a5fd04f9b8743f28074e0677d3 + - e9ce055041b639b85143ce17b7caaa8a88af2c2e + - eaf31055c7b4573e82f060b54d4fa001bfe7dc42 + - eb08ef1e285d9eb4b943589854dc88e77ace8aef + - ed480de5bf3dcc5d4284c655e88ba305c86c52cd + - ee8d756459b4e25f7f6912fb6d82a868148d5b90 + - ef2b57d2ea961e4459f52fb94fd35d853d5d2cb8 + - f0f7b94b563f6840c3656b7c066a8ac9cbc4d178 + - f237128fd14f71cec9eebbfb1530f6cfe669325e + - f3cca09fcaad90e05d6c99559b2e2587d9982d17 + - f76f6a390dcac4e466914ba1af10d8c234fac632 + - f79c0848f96c5fe5e0d46690ce1c009f36c87a7d + - f80303f72ccc3a37c49fbd02110d5fe8a5398d7f + - fa6e52586a6d67d538cd5b179fb8ea7e578a62b2 + - fdae76b494dbd0612d322f92c38e50b39d96a347 + - fdb8661f101d181e2b3370da1993cba602b11a17 + - fee66a08131b8425fcb126f2f7d604d995b9ca2c index: + - 1 + - 2 + - 3 + - 4 + - 5 + - 6 + - 7 + - 8 + - 9 + - 10 + - 11 + - 12 + - 13 + - 14 + - 15 + - 16 + - 17 + - 18 + - 19 + - 20 + - 21 + - 22 + - 23 + - 24 + - 25 + - 26 + - 27 + - 28 + - 29 + - 30 + - 31 + - 32 + - 33 + - 34 + - 35 + - 36 + - 37 + - 38 + - 39 + - 40 + - 41 + - 42 + - 43 + - 44 + - 45 + - 46 + - 47 + - 48 + - 49 + - 50 + - 51 + - 52 + - 53 + - 54 + - 55 + - 56 + - 57 + - 58 + - 59 + - 60 + - 61 + - 62 + - 63 + - 64 + - 65 + - 66 + - 67 + - 68 + - 69 + - 70 + - 71 + - 72 + - 73 + - 74 + - 75 + - 76 + - 77 + - 78 + - 79 + - 80 + - 81 + - 82 + - 83 + - 84 + - 85 + - 86 + - 87 + - 88 + - 89 + - 90 + - 91 + - 92 + - 93 + - 94 + - 95 + - 96 + - 97 + - 98 + - 99 + - 100 + - 101 + - 102 + - 103 + - 104 + - 105 + - 106 + - 107 + - 108 + - 109 + - 110 + - 111 + - 112 + - 113 + - 114 + - 115 + - 116 + - 117 + - 118 + - 119 + - 120 + - 121 + - 122 + - 123 + - 124 + - 125 + - 126 + - 127 + - 128 + - 129 + - 130 + - 131 + - 132 + - 133 + - 134 + - 135 + - 136 + - 137 + - 138 + - 139 + - 140 + - 141 + - 142 + - 143 + - 144 + - 145 + - 146 + - 147 + - 148 + - 149 + - 150 + - 151 + - 152 + - 153 + - 154 + - 155 + - 156 + - 157 + - 158 + - 159 + - 160 + - 161 + - 162 + - 163 + - 164 + - 165 + - 166 + - 167 + - 168 + - 169 + - 170 + - 171 + - 172 + - 173 + - 174 + - 175 + - 176 + - 177 + - 178 + - 179 + - 180 + - 181 + - 182 + - 183 + - 184 + - 185 + - 186 + - 187 + - 188 + - 189 + - 190 + - 191 + - 192 - 193 - 194 - 195 @@ -224,186 +438,24 @@ analysis: - 210 - 211 - 212 - - 213 - - 214 - - 215 - - 216 - - 217 - - 218 - - 219 - - 220 - - 221 - - 222 - - 223 - - 224 - - 225 - - 226 - - 227 - - 228 - - 229 - - 230 - - 231 - - 232 - - 233 - - 234 - - 235 - - 236 - - 237 - - 238 - - 239 - - 240 - - 241 - - 242 - - 243 - - 244 - - 245 - - 246 - - 247 - - 248 - - 249 - - 250 - - 251 - - 252 - - 253 - - 254 - - 255 - - 256 - - 257 - - 258 - - 259 - - 260 - - 261 - - 262 - - 263 - - 264 - - 265 - - 266 - - 267 - - 268 - - 269 - - 270 - - 271 - - 272 - - 273 - - 274 - - 275 - - 276 - - 277 - - 278 - - 279 - - 280 - - 281 - - 282 - - 283 - - 284 - - 285 - - 286 - - 287 - - 288 - - 289 - - 290 - - 291 - - 292 - - 293 - - 294 - - 295 - - 296 - - 297 - - 298 - - 299 - - 300 - - 301 - - 302 - - 303 - - 304 - - 305 - - 306 - - 307 - - 308 - - 309 - - 310 - - 311 - - 312 - - 313 - - 314 - - 315 - - 316 - - 317 - - 318 - - 319 - - 320 - - 321 - - 322 - - 323 - - 324 - - 325 - - 326 - - 327 - - 328 - - 329 - - 330 - - 331 - - 332 - - 333 - - 334 - - 335 - - 336 - - 337 - - 338 - - 339 - - 340 - - 341 - - 342 - - 343 - - 344 - - 345 - - 346 - - 347 - - 348 - - 349 - - 350 - - 351 - - 352 - - 353 - - 354 - - 355 - - 356 - - 357 - - 358 - - 359 - - 360 - - 361 - - 362 - - 363 - - 364 - - 365 - - 366 - - 367 - - 368 - - 369 - - 370 - - 371 - - 372 - - 373 - - 374 - - 375 - - 376 - - 377 - - 378 - - 379 - - 380 - - 381 - - 382 - - 383 - - 384 ordered: no + description: Identifier of the analysis midpoint: class: numeric + digits: 6 + description: Year in the middle of the interval window: class: integer + description: Width of the interval as a number of years estimate: class: numeric + digits: 6 + description: Estimate on the log-scale lower_confidence_limit: class: numeric + digits: 6 + description: 5% quantile of the distribution on the log-scale upper_confidence_limit: class: numeric + digits: 6 + description: 95% quantile of the distribution on the log-scale diff --git a/inst/results/parent.tsv b/inst/results/parent.tsv index a162c9e..57c10ef 100644 --- a/inst/results/parent.tsv +++ b/inst/results/parent.tsv @@ -1,721 +1,721 @@ -analysis parent_analysis parentstatus_fingerprint parent_status parent -29 075e1ed2739aeffc3e5e0831d56826358336802e 512a7931e3abfb5ec1979319b37ef32774e5813d converged 313 -29 08674a0e0f85623d4da72d469faa72d36287032f c0321cebfb67b63a1fda1e0c3f0664a666fef3d0 converged 316 -29 09e6375bd0ace29b879b739c21ff7640cc2d9048 87aad7cb691c2080682ad7e4f3110a5bb64983cb converged 319 -29 0a56eb8b37e7679cba2221f874905bb997678b38 fc0c9be4fccfc590996f339329ea21c294917d8a converged 320 -29 15f0fb655471f3272e07fd2e4c078ce671d84ef1 840c7d900bad653ed5acbe4441934a6b8a6ee579 converged 341 -29 18e1729f3b166edb687dc93cb09a978e641f70b2 94b7c729d7f2396c4dd9061056722f79f1337089 converged 347 -29 31c42076cad601a24eeeb60ba52e3947334cd0f2 66552cf682483e0dd8e2dd5c282cec91905e35f7 converged 375 -29 34a10292a7aeede12aaf0ada14f6e0dfb6c87b61 c7bc7a01a30f0c41dd3488ccf331856528002fdb converged 378 -29 43ec6cf9f9e284417842d43e46ad3c96f71a51f4 eacb87b0b465d61f0a28a078f8034f0deed7708a converged 396 -29 4ac1db11145bc5622a889fd7155a3b3a943ab7ad a3d5806aef70cf565b6804832eecf3f070b2a3cf converged 407 -29 5851d88b1ec0b1412a280c2605e919ab85eae26d f48260f71b2fc2ebdc86fc6df67bc5f58583b749 converged 420 -29 5be7d38257523a516109ee17da70be6b849bb4d2 02c38c0280bf7b429b226fc0e488fe606a2f26b4 converged 426 -29 5c8f6d1fb307a42de2f1f5475ef68aa95c61fd5f 9fe4d7eed066827e75926a46531a4dc63ea84201 converged 427 -29 612e355d6e0b948e7552858e256a3483fd343e6f 4024e2747ae829640390fe2586beafc1cd29d715 converged 431 -29 630a0debf01296e254447b1781d530268935bef4 adf6f5179f16bd2bdda444870dd6738f6b84a3c6 converged 433 -29 770e20de1e7c78ad852e0c0b4bb9860505be1d9a a1ac62eb9b68f494992f03b7c8a8809118bee9d7 converged 456 -29 8c299a02d9e8d20d2c28a5bc1acb67becf678d2c d5d93404e06a3af99679610ed172cc961ea775b7 converged 473 -29 8c5946c97abdaadd483711e34b11d509b1265fad 5a4a48cc331e510dd8356e338539ac5caa974ad4 converged 474 -29 9bffc6c309b836298fa0db1bc7eb4504c5302290 65935fdf2ab14f7daae2e248a295d8da703bb4ce converged 499 -29 9fbbc7c4a4b58c5f46b522e676aa6d25c1351f26 caeaca52899d1c25d1feed523d1491165180b5ee converged 505 -29 a6383108066814d4f3641a96f4dca690c595a3d3 4946c87290876d79f96844df0d3f25843e505a52 converged 512 -29 b1d8dde6f5b24daaa1612db2678889d5b763e3d9 aa27acd44048481f2facfeb94c982f96ceaa2edd converged 522 -29 c95739f0f351d9979093a0d9686985b4898b4a44 16ac10f09dd230de1b31fe48e038d4c17be9cd6b converged 547 -29 ce4f79d894b07094ccfe03af7f1a12af67f0118c 4a188975a065b4fc56ce5e8ca0a324708a8b1db8 converged 558 -29 d486919734c6126af9e5384e8b97195a1be735bd 63515c03d06f6af2f0d5936b97b758bee90747f0 converged 566 -29 d6bb53c9858fddf173898cdcfa1cbf42f5d52c5c 26be8c03f00cff0952b0f8da9bb422344ea542d8 converged 569 -29 d878f7c6794d0a6d9a8d04be68ebb93eafdf01cc 3dee05bcf4782a1d4eacdbdfaabdd7cd0700f025 converged 572 -29 eff1b12635c7a318872a0f6b90f607945e244862 22ee9aa2467d132002db875e8eabcf634459a6a0 converged 591 -29 f041ef7e5426039e222d3d583c87473c23145c28 4a61a36f890ba4c3efb53abc2d61c2a9e1feca21 converged 592 -29 f28af1197504d2ee7f1e057da67aad80fe1df0b0 faf489eee1f3cc3ebaefc6cef4b2509387a7d955 converged 596 -29 fa605cbbc698ba0f9acc3c71010dcb352ebdd981 90251bbbb9f49f8a96186c112c483386144356cb converged 604 -30 079b1ab9c77f0cd073fe6f85aaf32219c6b91920 97905b734f8d433d3bc8e818d0ef453121fa96c6 converged 314 -30 0b5acdabcbd51350a3bf41d5ce9a3b851ea2256e 15d327aae1cc84f15c98535acbdff9b74645217e converged 321 -30 0b9335c3cf2a43c4482e33fab75f23a3b0ec60bb b6a7125d7304e9dcd2d6dc29a2fc8d486552bb48 converged 322 -30 0f7427572b0f9331bd80f1fc480dd43dc96f2a71 329f94d458cb5ed8e36a5b1c2c6bd2c4d0159915 converged 329 -30 1660ac09ed9c437fc6a1450716fb24d95c44e5ce d4a14abeb1b48ffe99e29ab7113bad68bccb1fa6 converged 343 -30 25f24296b448cbe86114a1e880fb532cdce17e20 eead2e5f5d84b3e949c67be0cd2aa6bf34419bed converged 360 -30 2668af3e681b88104e214dd4a7d4aafdebafe127 131c7f37fd3d447d1518d3501bb14836943f7d68 converged 361 -30 278626eac43f672c7f61cb8f5b0f7240bf907776 1e3390e245a9874f3c23449e0eae7b49ec7e67b0 converged 364 -30 288d395431cf2eb781933d91a1217136466377b7 546b5fc41b4bef92b7e876cb3ac00d805d5157cf converged 366 -30 2ed39a26e20fe6a264a8681eea608d92ab254f24 f6b60fd72ac0aafd04127a3736688bea6a512757 converged 372 -30 377dc91bc1bea41c6d508e25de24383c0316770d fbff33725b919bf84872363ff8543dbba0520147 converged 380 -30 395abbf54cbaf4dc8d2cafb1cf8a02a22f3cc92d d7658d62fd79f9d3ac683fbbd1c04391f46d187a converged 384 -30 3d5cecbfb07bcba179396e4cde4c105f267d4c34 f1d9a30fb7eedc4157d251af0b7f998d7a661cca converged 388 -30 41a5b060fafd8265ebaa8b9590f7306c924ff8e3 43cb27bb42b83617d5cf9101f4e6b19a017c85c5 converged 392 -30 430dd638aaec2fd2706f245ec0e5a60be8502048 eae64a737081c20900d69526f924fce8156d7224 converged 395 -30 4462512c3bc36872ae675261a1c0aaaddf3bf1e1 77db66f99a1d5a69fae8c42f43b5ef1cd2a7528c converged 397 -30 47d9e81a07bc42a0b046bd22369f1e207c184edd 7b0f01b58a2b60cd8543e75db67fd52376902d98 converged 400 -30 4bf033e3d19c834f9fc08193cdea01e1aec3b8a2 4652b4064d96710c682407609ad3a616225229c1 converged 409 -30 51609d9282f7a9e4195bcb0a3bb575b6daffcb6c f1211117fc34bd04905eaad2e2aa7b2336f3f2eb converged 414 -30 531cee23bb2a9187017195819734cce068d1f1f2 bf39ce38a736c082589a152f6924b25cf4c35e84 converged 416 -30 53b074a0fb4bc855c35426f82a047aaea3451fbb 076a8b045774309fb6c43935bd59f41e44e99fdd converged 417 -30 54fc3567dfd4ca40b67077dc1ebb539b01265180 58e0ca10403d3e58bb484a7b69ff00e9a91a9229 converged 418 -30 5603e1cd3c513d3cb058af4d5e3759590163da2d 8150d4f5e9059eb93d24e70ed880d81b111ab17e converged 419 -30 62df99497d514aaa0a020e319fb9f4a73af6053f 620f2415e3002114ab7b3cd7ada1d467314f3cbf converged 432 -30 6a1f6523748e32bcdac79eae7b5b26e12d344d02 4726685eb0556e087b16064d24dbc25d74bc7308 converged 442 -30 6b8afec69da36905e42d7cdaa982b12790dc01cd 193d2a1f6de2a3544ea19c7c790da2188575be03 converged 444 -30 748b26c95512fff36ce7849f35aa3ff840de49d9 8f591feede4d51f375f8412e4b665f74d6136fca converged 451 -30 7586012c89aa7aa29e6f719db06b1ed92b748003 3363ca677f9324c712a20f6f7ce2e6f4aad78567 converged 452 -30 761ad3e12d27ea12363980d677b398a917ff4a38 033e6ea8346a58e500c4c7d37ef075068c6f98ae converged 454 -30 77bc3594f18275b6882c60a981f6a5c935eee2f5 d13b5414234ec8335d31c7611bb98f7c8cffc2ff converged 457 -30 7d2c893dd838a7fa3f6d4b8afe098fb0ce38caf8 8b71d26926c9b7bff28c3090e3c340d7fb3704b9 converged 460 -30 7f486a2ca57410de948da8623b3ac7f51c9d2065 0d31335ca2fbff357a588e184c0ffd3f8992054c converged 465 -30 8e5e92329d682285d15f0851777d8a1c0180a803 10c3f804272fc9392dc8f49251e2ec704ceb86a0 converged 475 -30 8efc52286d7323942d723011bdf922e2312b218c 526e9c5a0ba26f8f0e9ad5ef9e6c0ef0733d4581 converged 478 -30 991fdf3e59e81f9c9d634e7dabcdabb78a7d7f6d 2a7652b5cb8f1eb29e568bf279f21221618695e7 converged 492 -30 994efbfd7077092941ab698950b510bcccdc578e 4e750bf595c12f1423f4b58489c049b8ea55f2af converged 493 -30 9a5c780f3d4f5634cbd4d7ae30d124a897eef006 f102163686b5242057ce8a59514df16a4fae43cf converged 496 -30 9f218a969f62a03ef252334b4dba7a421118c2d1 ee683acefc567686fb5ddc4257ce226517da92e2 converged 502 -30 a33b1cf5ea0866025ff96436aa001117f5426416 0081c6fe629f542bdf1551cb7f7dde2782544db1 converged 510 -30 b2610f7388d950faa49cbcd9b55bc155d4e6a7e7 cdba4f3c4dfcd964491373706d32bc62e84a6c1e converged 523 -30 b3e277071737f4fea97bc7a7e2efdf71a313134d e63287e1d2108533ee25068b6d00f786c46580b5 converged 524 -30 b4d2995f2f1b984c516be0a3e87389dfd4150ec1 d328123476cb2302908a2cad87f5879402460896 converged 526 -30 b7cb883975cd7ed029df1c79627116598fa634d4 ce3f8f0cb21e1f098dfee366bf3335ac550b6089 converged 531 -30 b9278fe2beee35f78fd88bccd5b6fdb8cf9a49fd 22802987794e647047c72a678d66ea18eef58c7a converged 534 -30 be36cd4a5a0e442c3c3340847af50b928eef68b9 3b16e69b91bcd2c3ab6235ae10a1cb2ad0957bfb converged 539 -30 c10d1db00e7b5129507e7db910069367072bcab9 72717581a8500561efa897d9aab0107c4f23697c converged 541 -30 c7cc0b43d4185bd3ffde5a89e431b5946b4ca85a 8772a23704729fe8d41a2ad70d7337e1e7129d04 converged 546 -30 ca5ee2bb458148b172115c42c57618e31af78a85 248d0af412ebee863f5d1e02681d1cacd02ced69 converged 549 -30 cb456245e9b933ca4250745946ebfcc2d653bc22 6f728c23b2ca3207c0f4a0f5aabc331b3243dd1c converged 550 -30 cb8dbd055d69b6eb6a1e9784fd05dd8e14a37b9d 9c5a548c3a204b766201887d72c35ece52833d34 converged 551 -30 d7dda403d507084ed05cc1b9bf6c65829da6a22c afc0baea449e33ba08a33610c68093b43e07f4d7 converged 571 -30 dab16115cee8ffa0bce8f85a2ccd1b053fad2d50 0eaeb68324c260cbb85656c9ecae2edf7d30c1dc converged 575 -30 de14295bbf982e71cb016c9837ad969232b6addc b9e9eaeb9a9b1957dc58068807ddfb7ac5c08407 converged 580 -30 e04cd576ce0e25075d86ad8d701a970966d70126 52e263ac53a8eea69c95496c56010c6f63ed0dd3 converged 581 -30 e0b6e36d3ff25cf77fbc653610885243e3d3434f abe6683bb7fc5334c5547c2a7a98a9a700c73e1b converged 582 -30 e8da11d87c97fb1d0a2a13bfd37fe8f032b7b35b 888f9aab98d1fea5f37798d5e534a43dc3f25dcd converged 585 -30 e8e8ab63aa33aac013912a7bba79e70bf0104670 55a3d6d36683780f84cb7b55dacc397f7af8c336 converged 586 -30 eaac7db71e9c295cf4770b3bac90f14898d2f3fe 81527b30bcce2963d313c8731a1862713ecffdc9 converged 587 -30 f88e30f21dfcdaee543a181bf4c039a7598dd249 3c3d6f49665fddd11df5bc9e1fd0365f069e43df converged 602 -30 fb97d1da0003d9c3f3ec298634a0797784bc49f6 77e7df698be9ce5cea4e9800dd63b29592e7f1ff converged 606 -31 288d395431cf2eb781933d91a1217136466377b7 546b5fc41b4bef92b7e876cb3ac00d805d5157cf converged 366 -31 395abbf54cbaf4dc8d2cafb1cf8a02a22f3cc92d d7658d62fd79f9d3ac683fbbd1c04391f46d187a converged 384 -31 4462512c3bc36872ae675261a1c0aaaddf3bf1e1 77db66f99a1d5a69fae8c42f43b5ef1cd2a7528c converged 397 -31 4bf033e3d19c834f9fc08193cdea01e1aec3b8a2 4652b4064d96710c682407609ad3a616225229c1 converged 409 -31 51609d9282f7a9e4195bcb0a3bb575b6daffcb6c f1211117fc34bd04905eaad2e2aa7b2336f3f2eb converged 414 -31 531cee23bb2a9187017195819734cce068d1f1f2 bf39ce38a736c082589a152f6924b25cf4c35e84 converged 416 -31 54fc3567dfd4ca40b67077dc1ebb539b01265180 58e0ca10403d3e58bb484a7b69ff00e9a91a9229 converged 418 -31 6a1f6523748e32bcdac79eae7b5b26e12d344d02 4726685eb0556e087b16064d24dbc25d74bc7308 converged 442 -31 7d2c893dd838a7fa3f6d4b8afe098fb0ce38caf8 8b71d26926c9b7bff28c3090e3c340d7fb3704b9 converged 460 -31 9f218a969f62a03ef252334b4dba7a421118c2d1 ee683acefc567686fb5ddc4257ce226517da92e2 converged 502 -31 b3e277071737f4fea97bc7a7e2efdf71a313134d e63287e1d2108533ee25068b6d00f786c46580b5 converged 524 -31 b9278fe2beee35f78fd88bccd5b6fdb8cf9a49fd 22802987794e647047c72a678d66ea18eef58c7a converged 534 -31 cb456245e9b933ca4250745946ebfcc2d653bc22 6f728c23b2ca3207c0f4a0f5aabc331b3243dd1c converged 550 -31 dab16115cee8ffa0bce8f85a2ccd1b053fad2d50 0eaeb68324c260cbb85656c9ecae2edf7d30c1dc converged 575 -31 e8da11d87c97fb1d0a2a13bfd37fe8f032b7b35b 888f9aab98d1fea5f37798d5e534a43dc3f25dcd converged 585 -32 057e825aff074e168523706c03897e0777df9b94 5a4dd5ca0b87789189baf6b3323a71c23fa08044 converged 309 -32 0e512f5267893868c482de2eaad7e086720f9da8 d03303db3c6219c54451905681e93ee0ecee501a converged 328 -32 101ae292210d6919e7202b9789585f3003181bb6 976dfd8fe9c8178462e0556b70e34e6aafa4f4e4 converged 330 -32 14913922c0fbab173e657b2a819e2c1dec9f01f0 529b2b51674c7726ece779c27f68297d477c55be converged 337 -32 1bd9dc3c69c6706234cd1004c04c73938474f9f8 810fa7cc6a922561b070aad131149e8a6ca93b47 converged 350 -32 494f8e62354ed6fceadf7b4266909da1cb6cfc0f 384f4dcfa8e4c5e0fe8dc520b32592bb1494b46e converged 403 -32 4d8dd369d5876d899d0442cd2676b4aa77c108ed c662dba7a84e43f7436af50d9e26b42ea3195169 converged 410 -32 5baa9b7c1cd1a2259cc473814a4389647bb6f312 9c107016dcb3d4a7fbc494c3a594c4ecb00e4d92 converged 425 -32 609efe21f6eb9bae6f533e933e8d1bd32c868990 a8f43312993371bd04feac9864b9384d2bd9fc0e converged 429 -32 610e0202389348f6d8ed29b1ff13364c67ccb41e 9f4f490a037ac351a8175426ff67afb6a0948574 converged 430 -32 7c0eb388a0fbeff738c5767a89ed28c9254dd147 39d77d5e4f0999e8f8cfa5f9d44e7f822a44c549 converged 459 -32 9188e5c25e8616a28af08c97dd8d5633755a6321 2d45ea3a4464a803f76ecbd2ce77d4fcc78b6fd3 converged 482 -32 92fa4376954618fbf5ca8d4bb3000d4effbdbe96 e47d04681382ff755006878a726695cdccd4d5ff converged 486 -32 9ba0ca84ebe3f443d0a525ead480c8edf26f4b85 17f753388b239e09fc1a6ab2cee500b436a61db8 converged 498 -32 ad48594408b255e610e12ed95d678c0feb4094e4 8adf3752709af5ed2e2ef469acc78991b5daa9ca converged 518 -32 b5e4c0c917c548e86d915f7869b194e66224dad5 8cc7102ee1db508fad197a1ec32958d72ec5e18d converged 529 -32 cbe6ec589b3f32701962efcd767f2721a50b3be1 4f9b0ee671cfb1c9bb2be2732c45e82fe3696be3 converged 552 -32 d30c6d7c0f0d1582bb1260f70d0b5f9e9df249b2 5a2c2dd5d0cf690605494991e06fd13408c86434 converged 563 -32 d31c0e73a1d5612fcf092af2e809da4d3c9885b7 b0b83be573afad2be555f13a5f6d6fd0230e18d0 converged 564 -33 09867787f649174cccd24a0d89c0b3ad0ad0df0f 3086c33c78ff09b2580e8914b6fbb9432f53195e converged 318 -33 0bf2c8c4276ad1bdac0113aa57d0db48210c2ddf e0fabb18f63cb3a3efb721e6b39da895384bdf06 converged 323 -33 16015aab58128aeb0ef17c995f4ca08362e9a25a 7087b596461a5cc548e0b34c0ecefc58d3a8c2bd converged 342 -33 45972608d05083d7331c6ebedb352456b662b3e2 7f5b0ccfbbaf7d48badbf62acd684110c5ea20a7 converged 398 -33 6f9fc830e7868189584898431fa75f58214bf35d 1ca12d6cf936466ad5ffa235bf57e440c654a692 converged 448 -33 7eab71189ddcabfc28ce2ce022dd7831518cb8a5 da5c2594e588ab04cedf6d8fd7ae5880acaf378b converged 464 -33 b94348e90dd164735a371b6ba5d7f8bfb80d6038 88098c753d901058714c4023ea1d407ce1fbdacd converged 536 -33 be233a085a3b84c8745617f7052e62ba7357596f 5a667313fa7328d70580a99084264340e611cd70 converged 538 -33 f291975c3ee7b0b948d11264ce52acec6f8977a1 0e81cee30e0630db49ea484a19f2edc5864909a9 converged 597 -34 08674a0e0f85623d4da72d469faa72d36287032f c0321cebfb67b63a1fda1e0c3f0664a666fef3d0 converged 316 -34 0a56eb8b37e7679cba2221f874905bb997678b38 fc0c9be4fccfc590996f339329ea21c294917d8a converged 320 -34 2c765dbb487a0c5f372132fccf5bf477ee6ee8c0 92716c6bd02d34433b6c6f82ed1c80c6eb440434 converged 370 -34 31c42076cad601a24eeeb60ba52e3947334cd0f2 66552cf682483e0dd8e2dd5c282cec91905e35f7 converged 375 -34 34a10292a7aeede12aaf0ada14f6e0dfb6c87b61 c7bc7a01a30f0c41dd3488ccf331856528002fdb converged 378 -34 3a5c47e9d4ea1daceab214c179435ac2edf3e6b7 746945ed4f403585a5f1d971c08c9f123849bd7a converged 385 -34 43ec6cf9f9e284417842d43e46ad3c96f71a51f4 eacb87b0b465d61f0a28a078f8034f0deed7708a converged 396 -34 4ac1db11145bc5622a889fd7155a3b3a943ab7ad a3d5806aef70cf565b6804832eecf3f070b2a3cf converged 407 -34 52f2b937962ff1f0d9a7277ef70f0e85bce96995 773370abdf23484dce6df0405f0657e839178be5 converged 415 -34 5c8f6d1fb307a42de2f1f5475ef68aa95c61fd5f 9fe4d7eed066827e75926a46531a4dc63ea84201 converged 427 -34 630a0debf01296e254447b1781d530268935bef4 adf6f5179f16bd2bdda444870dd6738f6b84a3c6 converged 433 -34 770e20de1e7c78ad852e0c0b4bb9860505be1d9a a1ac62eb9b68f494992f03b7c8a8809118bee9d7 converged 456 -34 9bffc6c309b836298fa0db1bc7eb4504c5302290 65935fdf2ab14f7daae2e248a295d8da703bb4ce converged 499 -34 a6383108066814d4f3641a96f4dca690c595a3d3 4946c87290876d79f96844df0d3f25843e505a52 converged 512 -34 ce4f79d894b07094ccfe03af7f1a12af67f0118c 4a188975a065b4fc56ce5e8ca0a324708a8b1db8 converged 558 -34 d486919734c6126af9e5384e8b97195a1be735bd 63515c03d06f6af2f0d5936b97b758bee90747f0 converged 566 -34 d6bb53c9858fddf173898cdcfa1cbf42f5d52c5c 26be8c03f00cff0952b0f8da9bb422344ea542d8 converged 569 -34 d878f7c6794d0a6d9a8d04be68ebb93eafdf01cc 3dee05bcf4782a1d4eacdbdfaabdd7cd0700f025 converged 572 -34 f28af1197504d2ee7f1e057da67aad80fe1df0b0 faf489eee1f3cc3ebaefc6cef4b2509387a7d955 converged 596 -35 042bbc7494ef5cb0ca7e6465e9f6d6c0141647a7 5d2f6033c62fdc7bfee627a3bad9e496c737791d converged 306 -35 0967f5345f27b53d7a380b08472c2478d7822c15 2cc82dd042650545eabcffff2321ee4b14af464e converged 317 -35 0d7b96c65bf8434dad8ff4ae7b2dac11ba59468f d94f409c497f0f3540c66b026e49e802a30c127d converged 324 -35 18b1df16080e691b63718cd87db6000a38ccce10 4fe094f2bc0eb156116070348dbb29511cd9b018 converged 346 -35 268fa5ef37532a55a0689b5caeac7f13ec0d8b21 333db6803024d7e4fdbf7d9317d6ec44160a9ecb converged 362 -35 2eb1ed5f4bfb876fdfe5bd571db34d924c3bb272 1714e98434d839e593204a3aa1e437670061eabb converged 371 -35 58edf590b6aab47a5d7285558406629508e605d0 d904aa0e51830eaddbc745dedf6cd5133c40735c converged 423 -35 6aa1ef507f8055df7cb4ac988f9c99f4aa034242 db41c6ec577af9f874b7dd628f67cf0800b8f28b converged 443 -35 6d4cd1885333b5178e725d711c86606516c7892f d7c2515d6e5c9b76626660dd87c674d5eeada349 converged 446 -35 76d281f71882b669130a32fcf9469f555f8a655b 4433d07c8e217166f012e154d1575e129a99a868 converged 455 -35 7e9a4360787c319ef67dfc9f3866fabf1d62bc43 63143236c878c52ca544deeec523a561fffd87fe converged 463 -35 8f3e2c3c211c102f47e4a2f61d88a45e273bb4b9 8e2064e08f35a21456c860d865248f6876608e46 converged 479 -35 92dc32d1aae8dc0349641b124188432db051ebd2 c4606a03d0f78649d7e6f03e6f89f054a96ea437 converged 485 -35 9f71d5d8541539f416457185ee8f70a01a5b189d 1945672b66548532f946b21ed6302e06b217b079 converged 504 -35 b0678c8ed27558036a4a3cae163928976d19a479 c5524b6a5f71b4edc48223c56d34aa56d30f7289 converged 520 -35 b6521474f6627b1828eb31a1052cce4722547abe 9420a94af4d2359545a024d26acfc36b27545297 converged 530 -35 b7da8652aa4646ca8a183975092b76d92966c337 7da63c8acaa37e1183e91a1523c80e2d10a4d637 converged 532 -35 b88b20623c5793f9f1d0e8860ab65f4701f9a245 62a2fd85075057930c0e2f2578fc2056146308c7 converged 533 -35 c2aafeee359f61a8007d42dc71d8e125b362a8c6 0826247200a541c85132b63883d8ab17aaa9aad4 converged 543 -35 dc7082da321e75ef33eafd6e45cfc31f49092646 2287368f5a2f29ffe32efa099dfbffaaaaa1c3e8 converged 578 -35 fa3aa51785950d4dac83bb50473536372af1e01f eebc289a60081c199949feea664faa7dcdadbf04 converged 603 -36 079b1ab9c77f0cd073fe6f85aaf32219c6b91920 97905b734f8d433d3bc8e818d0ef453121fa96c6 converged 314 -36 0b5acdabcbd51350a3bf41d5ce9a3b851ea2256e 15d327aae1cc84f15c98535acbdff9b74645217e converged 321 -36 25f24296b448cbe86114a1e880fb532cdce17e20 eead2e5f5d84b3e949c67be0cd2aa6bf34419bed converged 360 -36 2668af3e681b88104e214dd4a7d4aafdebafe127 131c7f37fd3d447d1518d3501bb14836943f7d68 converged 361 -36 2ed39a26e20fe6a264a8681eea608d92ab254f24 f6b60fd72ac0aafd04127a3736688bea6a512757 converged 372 -36 377dc91bc1bea41c6d508e25de24383c0316770d fbff33725b919bf84872363ff8543dbba0520147 converged 380 -36 3d5cecbfb07bcba179396e4cde4c105f267d4c34 f1d9a30fb7eedc4157d251af0b7f998d7a661cca converged 388 -36 430dd638aaec2fd2706f245ec0e5a60be8502048 eae64a737081c20900d69526f924fce8156d7224 converged 395 -36 53b074a0fb4bc855c35426f82a047aaea3451fbb 076a8b045774309fb6c43935bd59f41e44e99fdd converged 417 -36 62df99497d514aaa0a020e319fb9f4a73af6053f 620f2415e3002114ab7b3cd7ada1d467314f3cbf converged 432 -36 7586012c89aa7aa29e6f719db06b1ed92b748003 3363ca677f9324c712a20f6f7ce2e6f4aad78567 converged 452 -36 8e5e92329d682285d15f0851777d8a1c0180a803 10c3f804272fc9392dc8f49251e2ec704ceb86a0 converged 475 -36 9a5c780f3d4f5634cbd4d7ae30d124a897eef006 f102163686b5242057ce8a59514df16a4fae43cf converged 496 -36 a33b1cf5ea0866025ff96436aa001117f5426416 0081c6fe629f542bdf1551cb7f7dde2782544db1 converged 510 -36 b4d2995f2f1b984c516be0a3e87389dfd4150ec1 d328123476cb2302908a2cad87f5879402460896 converged 526 -36 be36cd4a5a0e442c3c3340847af50b928eef68b9 3b16e69b91bcd2c3ab6235ae10a1cb2ad0957bfb converged 539 -36 ca5ee2bb458148b172115c42c57618e31af78a85 248d0af412ebee863f5d1e02681d1cacd02ced69 converged 549 -36 f88e30f21dfcdaee543a181bf4c039a7598dd249 3c3d6f49665fddd11df5bc9e1fd0365f069e43df converged 602 -36 fb97d1da0003d9c3f3ec298634a0797784bc49f6 77e7df698be9ce5cea4e9800dd63b29592e7f1ff converged 606 -37 079b1ab9c77f0cd073fe6f85aaf32219c6b91920 97905b734f8d433d3bc8e818d0ef453121fa96c6 converged 314 -37 0b5acdabcbd51350a3bf41d5ce9a3b851ea2256e 15d327aae1cc84f15c98535acbdff9b74645217e converged 321 -37 0b9335c3cf2a43c4482e33fab75f23a3b0ec60bb b6a7125d7304e9dcd2d6dc29a2fc8d486552bb48 converged 322 -37 1660ac09ed9c437fc6a1450716fb24d95c44e5ce d4a14abeb1b48ffe99e29ab7113bad68bccb1fa6 converged 343 -37 25f24296b448cbe86114a1e880fb532cdce17e20 eead2e5f5d84b3e949c67be0cd2aa6bf34419bed converged 360 -37 2668af3e681b88104e214dd4a7d4aafdebafe127 131c7f37fd3d447d1518d3501bb14836943f7d68 converged 361 -37 2ed39a26e20fe6a264a8681eea608d92ab254f24 f6b60fd72ac0aafd04127a3736688bea6a512757 converged 372 -37 377dc91bc1bea41c6d508e25de24383c0316770d fbff33725b919bf84872363ff8543dbba0520147 converged 380 -37 3d5cecbfb07bcba179396e4cde4c105f267d4c34 f1d9a30fb7eedc4157d251af0b7f998d7a661cca converged 388 -37 430dd638aaec2fd2706f245ec0e5a60be8502048 eae64a737081c20900d69526f924fce8156d7224 converged 395 -37 4462512c3bc36872ae675261a1c0aaaddf3bf1e1 77db66f99a1d5a69fae8c42f43b5ef1cd2a7528c converged 397 -37 47d9e81a07bc42a0b046bd22369f1e207c184edd 7b0f01b58a2b60cd8543e75db67fd52376902d98 converged 400 -37 53b074a0fb4bc855c35426f82a047aaea3451fbb 076a8b045774309fb6c43935bd59f41e44e99fdd converged 417 -37 62df99497d514aaa0a020e319fb9f4a73af6053f 620f2415e3002114ab7b3cd7ada1d467314f3cbf converged 432 -37 761ad3e12d27ea12363980d677b398a917ff4a38 033e6ea8346a58e500c4c7d37ef075068c6f98ae converged 454 -37 8e5e92329d682285d15f0851777d8a1c0180a803 10c3f804272fc9392dc8f49251e2ec704ceb86a0 converged 475 -37 8efc52286d7323942d723011bdf922e2312b218c 526e9c5a0ba26f8f0e9ad5ef9e6c0ef0733d4581 converged 478 -37 991fdf3e59e81f9c9d634e7dabcdabb78a7d7f6d 2a7652b5cb8f1eb29e568bf279f21221618695e7 converged 492 -37 9a5c780f3d4f5634cbd4d7ae30d124a897eef006 f102163686b5242057ce8a59514df16a4fae43cf converged 496 -37 9f218a969f62a03ef252334b4dba7a421118c2d1 ee683acefc567686fb5ddc4257ce226517da92e2 converged 502 -37 a33b1cf5ea0866025ff96436aa001117f5426416 0081c6fe629f542bdf1551cb7f7dde2782544db1 converged 510 -37 b9278fe2beee35f78fd88bccd5b6fdb8cf9a49fd 22802987794e647047c72a678d66ea18eef58c7a converged 534 -37 be36cd4a5a0e442c3c3340847af50b928eef68b9 3b16e69b91bcd2c3ab6235ae10a1cb2ad0957bfb converged 539 -37 c10d1db00e7b5129507e7db910069367072bcab9 72717581a8500561efa897d9aab0107c4f23697c converged 541 -37 ca5ee2bb458148b172115c42c57618e31af78a85 248d0af412ebee863f5d1e02681d1cacd02ced69 converged 549 -37 cb8dbd055d69b6eb6a1e9784fd05dd8e14a37b9d 9c5a548c3a204b766201887d72c35ece52833d34 converged 551 -37 de14295bbf982e71cb016c9837ad969232b6addc b9e9eaeb9a9b1957dc58068807ddfb7ac5c08407 converged 580 -37 e04cd576ce0e25075d86ad8d701a970966d70126 52e263ac53a8eea69c95496c56010c6f63ed0dd3 converged 581 -37 e0b6e36d3ff25cf77fbc653610885243e3d3434f abe6683bb7fc5334c5547c2a7a98a9a700c73e1b converged 582 -37 eaac7db71e9c295cf4770b3bac90f14898d2f3fe 81527b30bcce2963d313c8731a1862713ecffdc9 converged 587 -37 f88e30f21dfcdaee543a181bf4c039a7598dd249 3c3d6f49665fddd11df5bc9e1fd0365f069e43df converged 602 -38 1dbadd0711258dfe348cc22826288fd9c4370ec8 d9ed5a748eff1698009be7f461dbb5e5cd6df203 converged 352 -38 30583a84e72b0ab055087ce243b07faf2b89c089 727b4e5664b566e22ca4c94b02a36689f77e4337 converged 373 -38 3e7d0466cbe932d04e4f80761133c31fffcef92b 882519e095b3244eaae75158c59414703b1bce12 converged 389 -38 5db905501553fa62b3aeaebb318884b8c7fa4440 8909863fd9a0afcacb9911217684b61ccfd0f268 converged 428 -38 7df296267f7fe00bd6fa890413cfd766f3c564a4 bc3dcbb08ecc6e65ef0bf2791ab10ed5c2c670bc converged 462 -38 7fe1c3da8dc47035e61eb9ba914d94e7e7ee0dd1 12b1e386935bf8bc6c5bb045011a2d5caba8467f converged 466 -38 ccb9b60433bdd7ec56b0d9581e6318a02beac01c 95c8aede64a8207003c29128e8602552688fe63e converged 553 -38 d9324f2995ad0639613df9f51db6213fee19a45d f5fc1bfbb3223cde54df839974b04ab6e309fb74 converged 573 -38 f4937b4cc930a5d074111143e6e9ebb6fd3ac4ba d49266aa75af6e76b2b4ca4575d49cd1a6fb2913 converged 598 -39 072d449dc164e98c19805f67ee6a5519b780fd2d 10818f391a2cf0d3b851948d1017548a4dcdcedb converged 312 -39 0db939ade562d517d56b747cb60af3e32d859b09 b859bb9fe8800b8787bd1d7ee6af1bb2eaf2aeb9 converged 325 -39 158124d17fb643b7104455e0e65a799b56035f94 a5bf1b48ae92cead636765987b792d3715b74b25 converged 340 -39 1affa858be371732e5a6c8dadf5bb1384529b3a0 622445f8016e1c2ea810a1bd7bfb1aef5312999a converged 348 -39 1cff723dd6ac1d7020c74fd21a675ae48520627c fa5706667a060097addc31389139b8f4cd5ba023 converged 351 -39 21bf947183e389b5548abc06f1e738c0cbed3d24 e65f02bc0ee5b88993e0ecfeff0cb49a7a9b34c1 converged 357 -39 37d61eb6ac28e8143278bcff9ef74777b1324375 95460b25815075a3fbeb3fab2839a257a72e97ed converged 381 -39 3f960da3ec9176a5d454b984afa5a46056a51d2a 4b2c89d51b50c8afe550daacc73ce954df0464d6 converged 391 -39 58c02fbe1b4622c5cbfca110cb5f6f967188e0d9 d057ee065dcb431cbd94bcf71003e28e450a1ccf converged 422 -39 84710c8b233b12501fe802b02a84bcba77d988a4 046ef7d6d082fc3df8ae33f7050ce83eb1c0c013 converged 468 -39 926f28df75a0d353d70d4fd43bb2bae79c548cc9 faac47de85f78f9e912f5ea1cfac8551b994f4e5 converged 484 -39 a173f24b64fbb4b49472f71d1e99210ff743c99f 35ed233c5f8a38514ef1257bccfc842c13adbf9f converged 508 -39 aa42ad4c5b0e2558eb0dbe8d1a45ea8dc187f9bb 9af7c3ac221f978244fd78e1d141d27a81c9b884 converged 515 -39 ace4d6ad2f4b6cfc780885cb498c3af872fab5dc 91ae1376aacf11e1a1ac205fa633b8c83297c64f converged 517 -39 cefafcf222b91bc05c2325b9c540c1ec8462686b c5e03d4f7126e6c90d635848f24aac145d69c6c9 converged 559 -39 d6114df91f4560a386aed240f1a12a3c2afdbeff 3d04020fcd41f9f363aa2f08629f95f079e6b3ae converged 567 -39 e59c51e4820db7be851b57738511abadddad37d7 a0bc132536a6b0e6c878d2a95a1563ce45cf2902 converged 584 -39 f1a5501befe93a37ec3f8040fab9f356d9d902c5 dd1833ad4e5fd17b096cab6e3d74badd564d1e09 converged 594 -39 fe465c9d34b06277eebbfb6fdf492252fc12620d 8234f4af23a58948af434e5d533b606dd46cc27f converged 608 -40 1549427c59a4a13c26485a770e8230d66a8d8220 5d9aaf23cda71ac314ae4b6762b3805c33fbddc8 converged 338 -40 2a10b7314ca86904515bce84dd50ea69c54eab89 eccaf4eb519dcea4936e867e5e55b159674af078 converged 367 -40 3115a55165cf2efd12ab12e78e9514be8115a322 f7ceb78e820b60eb9acd5c8bb217b71472d5ab48 converged 374 -40 4dd7bf489369c0eb45f868fd47674e0adcee6a5e b1e93504c868d632894e41b13b3e57efca08ee9b converged 411 -40 4fb3e4787803e83a779cbd2543280a71c2b255a6 3f514907570b94af7c0aef6b62492bb2387689c9 converged 412 -40 70ac24ae994cd77ab713cc81090b02f4ba9cf519 d1bf6ad7d371aba36faa6e642f1a206ff411348c converged 450 -40 81eb19077f2d257eaaa054a2b781a83449bc9044 0eb03d4774d5dde608ad80f66e9c5f8f55bfd91b converged 467 -40 961e4f1df3d5bc215f267e2fe62cd0aea7049303 8db0a1fb6e2cde17365ba15935d595fba3531be1 converged 490 -40 9ac768a05a1a5183538fbc360a6621819feb75c3 7d3136320e9ac9a10c015ee4af0cecd0a1370be0 converged 497 -40 9eb0d6d53eb8c753562a2bbf0c5a90870ecfa324 567c09a72943c77e5ac19a0036a8cc8e186e3fe6 converged 501 -40 a0ddc04c0125fc887cb9cb1fbfb35f1049ff207e 36c01d3c86b8979b9145ab4829c316fa64ae3e7a converged 506 -40 a21216a4c136b5f7152347da94d54d8b3bdcf918 0fc56f8b9779e8bb02f2777145ba835c3f2d6467 converged 509 -40 a9b50f608cb2d4bcc19d23b266cb57b431f5f38f baa0d532d60a8ada3cb4556ed2a245e1a665e107 converged 514 -40 ae916af9c42834c88d02b364774af99f78c2e8a9 d0ed6c9c8c4c54fa7efeb59f334dfa9fa1359570 converged 519 -40 b55a6f5e2ba73fb406da11ae3390a3a3fcaeb13e 6938c53ab0a345024c788ea20ac03c2ddde83f49 converged 527 -40 b5a8ca74a9ef56a34ad23829ba7cbaeb8006223a 06d84a0fa740748affad82b60000a78b5f75a6fd converged 528 -40 c7759c891a2cf19e315832a2275d444ab0471877 3bf0a29570fb31d9d5858a2cda5331b3f3b09d7b converged 544 -40 d63883a391696db5c6ff98f76404cf4b3a97d70f 22ae006114a43968dd2e79738a33a6d56fcb0c5c converged 568 -40 d71dd9ef32818411e03aabcc7f952cbb8e073364 0ffbab2612ea0330ee5c4a021752e87740ac8cdb converged 570 -40 d9f521188e10884be7feb4e36e64c54ba92a2eb0 cde6a902ff7a65a904396b4a03543719ca63f620 converged 574 -40 dc504e7e6d04d45ccc6e6eb088e10e6ae370db7f 877a07d273ffa7a31d0898c763e6de31a611cf67 converged 577 -41 057e825aff074e168523706c03897e0777df9b94 5a4dd5ca0b87789189baf6b3323a71c23fa08044 converged 309 -41 0e21dea54f9050ff6ddec278c6156f6f67fa4620 09a89d9a5187b4349092cc849cf0659c323d8efe converged 327 -41 0e512f5267893868c482de2eaad7e086720f9da8 d03303db3c6219c54451905681e93ee0ecee501a converged 328 -41 1bd9dc3c69c6706234cd1004c04c73938474f9f8 810fa7cc6a922561b070aad131149e8a6ca93b47 converged 350 -41 1eba32b1bf4f9a46630e975ca3136089e0db1ae0 5f6e491ea488340bc5a1ae9950192c443235736c converged 353 -41 1ec158b6dcff1a27b37423604529175845d69dc1 f8b034f1a9db699ea3db37a5bee0ccd83682c041 converged 354 -41 494f8e62354ed6fceadf7b4266909da1cb6cfc0f 384f4dcfa8e4c5e0fe8dc520b32592bb1494b46e converged 403 -41 4d8dd369d5876d899d0442cd2676b4aa77c108ed c662dba7a84e43f7436af50d9e26b42ea3195169 converged 410 -41 5b6d6e295e2e83098930002d7d9b1597e8104f84 f7db28ec5e6d0837ddb8c51e4854507a7028ee9c converged 424 -41 5baa9b7c1cd1a2259cc473814a4389647bb6f312 9c107016dcb3d4a7fbc494c3a594c4ecb00e4d92 converged 425 -41 609efe21f6eb9bae6f533e933e8d1bd32c868990 a8f43312993371bd04feac9864b9384d2bd9fc0e converged 429 -41 610e0202389348f6d8ed29b1ff13364c67ccb41e 9f4f490a037ac351a8175426ff67afb6a0948574 converged 430 -41 633ced11405a6b40d20ab6daa7f4931c49878700 fa91c20929461bc675fee706de9f83a59313a501 converged 434 -41 6c788fc78680e305f5bb2a1610c62142f950ccf3 9e223cd1a0f23b0ab63b1d39e7bed58fccc1f21f converged 445 -41 75c8f1e53570db45131d425d2dd16c4469969077 49d4808593297a1093c46be318d38f5410810371 converged 453 -41 7b6ea3ca13c428ab14ace9e8e92987f4c652550b 1cef97ee856f2addf2779443364657b9335a2d8f converged 458 -41 7c0eb388a0fbeff738c5767a89ed28c9254dd147 39d77d5e4f0999e8f8cfa5f9d44e7f822a44c549 converged 459 -41 8ea6ebfd7a7d1c9c756c49d2e6523b01de9b83e6 f7194dbd76ffc5c1b2383f31bff31d10577fd981 converged 477 -41 9188e5c25e8616a28af08c97dd8d5633755a6321 2d45ea3a4464a803f76ecbd2ce77d4fcc78b6fd3 converged 482 -41 9210d9c448226ab6432d66d5452df74a65c0c44b 951da31474f5a9a5239e9928ea748d334eab324b converged 483 -41 92fa4376954618fbf5ca8d4bb3000d4effbdbe96 e47d04681382ff755006878a726695cdccd4d5ff converged 486 -41 94052f5b5f78700311bba2a7edec5694e7570206 7ddd99c903ecc5bce5f4a1b774835ba1820e5313 converged 487 -41 9780e4c83411b9a4d781de9bdf7a865017012e36 973189cb238ffe3af9ca882d82eb98de4c729833 converged 491 -41 9982829dfdbd9a0dd00ea036ecb90759dcb07301 d7aa3f1f578571271174caa4f820d8ee6c05168f converged 494 -41 9ba0ca84ebe3f443d0a525ead480c8edf26f4b85 17f753388b239e09fc1a6ab2cee500b436a61db8 converged 498 -41 ad48594408b255e610e12ed95d678c0feb4094e4 8adf3752709af5ed2e2ef469acc78991b5daa9ca converged 518 -41 b5e4c0c917c548e86d915f7869b194e66224dad5 8cc7102ee1db508fad197a1ec32958d72ec5e18d converged 529 -41 cbe6ec589b3f32701962efcd767f2721a50b3be1 4f9b0ee671cfb1c9bb2be2732c45e82fe3696be3 converged 552 -41 ccbd9202891dbe48ab8cafa97baf56cd5bb5e979 5b08a3d2495fd61251fb10f656eac5a9bdb1bf03 converged 554 -41 d31c0e73a1d5612fcf092af2e809da4d3c9885b7 b0b83be573afad2be555f13a5f6d6fd0230e18d0 converged 564 -41 f6627139aaf47a9dff99ec9ba2dfbbcf5d566c2f 062b04858d37e6fcb37d4de8ac6b2e9e43b1d6db converged 600 -42 02650104e02b12a9a70a250a6b9d125f09fb1e16 0d0069de7424d621834a03c91c5d1078997cdc7a converged 305 -42 0d7b96c65bf8434dad8ff4ae7b2dac11ba59468f d94f409c497f0f3540c66b026e49e802a30c127d converged 324 -42 12957259e6f931c9e3dfa056e212ad43964188f1 01fcbc243dd480112fe137fbfa35f5b284660f67 converged 336 -42 1b00eaa10092ce6c27959ace686163bfbd1a5820 e89318206ed86e3dc6e5693a3c3c6997d768681d converged 349 -42 349cf0269b4a6f2ef93de480ebd03076c6cd074d 0fe58f2f14b805d7ad4ecb913d2a9dfacc9310a9 converged 377 -42 38c1d4a389933e0a95cf59a3ff97e399254e51c8 9c9091d511b41be403d384a2ab42249ff94347ff converged 383 -42 49a9123859f5e9a39df6993ca2b826b1c086fb6d 9ae96d718539e58018bced9b316831c54df92a87 converged 404 -42 588e4a744d60b67cf174f02cc6fbc47233b27bf2 61036fab2dc29c95608cf58633e8a4c8a182dee3 converged 421 -42 6aa1ef507f8055df7cb4ac988f9c99f4aa034242 db41c6ec577af9f874b7dd628f67cf0800b8f28b converged 443 -42 6e37ab0aab00d51d6ddc10c195fec2972a20e4ef 4cb66ac5144c867a4d4b900ee60341673a06660b converged 447 -42 76d281f71882b669130a32fcf9469f555f8a655b 4433d07c8e217166f012e154d1575e129a99a868 converged 455 -42 92dc32d1aae8dc0349641b124188432db051ebd2 c4606a03d0f78649d7e6f03e6f89f054a96ea437 converged 485 -42 9e464c8fe08c39ce5fa4952d6aca568bde73751c 578fca0a07838b4938e017db07dcb09c2d2ddaf9 converged 500 -42 bf3192d4367f1043d6a55cd2b97b2b856b5014b0 60bd0c629b65b6129493d4773a85bde5f2a74c33 converged 540 -42 dad4ffea3b799193558c2083b14fb4d0d4607b37 4d2383c8a99a7d3319b9a80ccba446d90e6821d9 converged 576 -43 062854d7ba0b4411e1d472c2fd4d00ea44d9d6cc 7581b2b9c2793fc40f86bab592e756c143059058 converged 310 -43 155d28c93d141f92e3cef3dace7746b4b42268c1 8bb91d2fab8b115e99d79e27ccb229a82932bdb1 converged 339 -43 3aa96165f327f320711286ec507f2c658987ad6a 4e43060d63f138c5a3175161d836531a35e05198 converged 386 -43 482e66ada430a624fb2ee6f2c743ef0cad295495 7c8bcd173a0a939af49ff473cdbd669f3f861645 converged 401 -43 5b6d6e295e2e83098930002d7d9b1597e8104f84 f7db28ec5e6d0837ddb8c51e4854507a7028ee9c converged 424 -43 633ced11405a6b40d20ab6daa7f4931c49878700 fa91c20929461bc675fee706de9f83a59313a501 converged 434 -43 704434095b342886b42dfea859c9c9f36a71bc38 c60a844891d20eaaed7296ee643bb3de39f96f82 converged 449 -43 9a51a1031e068fbbcaebd3e9e4079c8b103aa1cd 64d39622be61c40fe3fa534ea36240f99f0fae0a converged 495 -43 a778f23a229c2faa756ea3347694bf1382fc084f fc5d4df58ad85b8d75413dfc7c190fe3fe00efa2 converged 513 -43 ab48257c9f53c661fd4b069a55d55b89bfc9e721 64cfe85f7bc17550b9c4507f9fc0bad91cffad8b converged 516 -43 b4bf2fa96ffeddbd625786b9e3364bd1b4a6a283 cd8a386f031bf2bf9933d930ab2dadb155d2ad80 converged 525 -43 ccbd9202891dbe48ab8cafa97baf56cd5bb5e979 5b08a3d2495fd61251fb10f656eac5a9bdb1bf03 converged 554 -43 d0a58ef27f487fbbcdd30d7869a4a28f82cac2f5 314afd6b9615e8186ebf5fb68b575f202ca47ccd converged 561 -43 dde1b03bdb515fa5265fe148b747eea81a61ab79 2aa331b6560869e322698a489ad458304938ac72 converged 579 -43 fb012ac2a2a7ade37930fd553da9421cba16f552 691df76ae0043992aa6e418b8f4c31cd3a11ae6c converged 605 -44 02650104e02b12a9a70a250a6b9d125f09fb1e16 0d0069de7424d621834a03c91c5d1078997cdc7a converged 305 -44 072d449dc164e98c19805f67ee6a5519b780fd2d 10818f391a2cf0d3b851948d1017548a4dcdcedb converged 312 -44 0db939ade562d517d56b747cb60af3e32d859b09 b859bb9fe8800b8787bd1d7ee6af1bb2eaf2aeb9 converged 325 -44 12332689b0137519d1032e7b3c1bbdd99a145f05 7361f19a277131a8c4ff397320705acb004749b9 converged 335 -44 158124d17fb643b7104455e0e65a799b56035f94 a5bf1b48ae92cead636765987b792d3715b74b25 converged 340 -44 179bee3114d70926e6728f3e4970718f60a2db62 c141fa55e49f5c83566d1a00a8d69d3eb235b7f3 converged 345 -44 1affa858be371732e5a6c8dadf5bb1384529b3a0 622445f8016e1c2ea810a1bd7bfb1aef5312999a converged 348 -44 1cff723dd6ac1d7020c74fd21a675ae48520627c fa5706667a060097addc31389139b8f4cd5ba023 converged 351 -44 1edb836840d374c226c45cb34972bc0ec9b577a8 c77d4ecd252f0eb4888517bf9e10d2efe7810bb3 converged 355 -44 21bf947183e389b5548abc06f1e738c0cbed3d24 e65f02bc0ee5b88993e0ecfeff0cb49a7a9b34c1 converged 357 -44 2a2c28f48887aa266a915d1128edb1364f5fa1c8 634ae690616e603a8e55e65a259e3415812ad35a converged 368 -44 2b5cf83b16cd86be0ba5bc30d59546cdc32959da be71e3aca4425ae23e322a6f60eb2012eaf7e060 converged 369 -44 33bf9cebf5327ac9303e7fed3d7973237afe8ab3 62825b5a4fae7409f75fcc7ba1e6e7e8e45109af converged 376 -44 37d61eb6ac28e8143278bcff9ef74777b1324375 95460b25815075a3fbeb3fab2839a257a72e97ed converged 381 -44 3849d5a1fbb0386873b33b08109ffa41b62061c7 136d1c92b3c08ea87c51fa1cf5130b50fddb2571 converged 382 -44 58c02fbe1b4622c5cbfca110cb5f6f967188e0d9 d057ee065dcb431cbd94bcf71003e28e450a1ccf converged 422 -44 661ecef37ddb1bfdf490ef65585e50ce6a11f502 0a79450dc9d3087e007797b1d5c46c1c3bce5ff4 converged 437 -44 69a9339dc105b38760dce76df845acbc33fffb4d 03333dcfce170e5eb5cf4a7d9546561fa4ff11df converged 439 -44 6e37ab0aab00d51d6ddc10c195fec2972a20e4ef 4cb66ac5144c867a4d4b900ee60341673a06660b converged 447 -44 7d6f78b66e8515936a87583c487cf738c99e03a2 c5137429264481f986bb7d60fbfa6b4809a19c33 converged 461 -44 84710c8b233b12501fe802b02a84bcba77d988a4 046ef7d6d082fc3df8ae33f7050ce83eb1c0c013 converged 468 -44 926f28df75a0d353d70d4fd43bb2bae79c548cc9 faac47de85f78f9e912f5ea1cfac8551b994f4e5 converged 484 -44 a173f24b64fbb4b49472f71d1e99210ff743c99f 35ed233c5f8a38514ef1257bccfc842c13adbf9f converged 508 -44 ace4d6ad2f4b6cfc780885cb498c3af872fab5dc 91ae1376aacf11e1a1ac205fa633b8c83297c64f converged 517 -44 cefafcf222b91bc05c2325b9c540c1ec8462686b c5e03d4f7126e6c90d635848f24aac145d69c6c9 converged 559 -44 d6114df91f4560a386aed240f1a12a3c2afdbeff 3d04020fcd41f9f363aa2f08629f95f079e6b3ae converged 567 -44 dad4ffea3b799193558c2083b14fb4d0d4607b37 4d2383c8a99a7d3319b9a80ccba446d90e6821d9 converged 576 -44 e58194327ff02119c20ef726e2fe24563a009eb3 6dfc44cb1646cc4332c5280e685120d2a8ddbe99 converged 583 -44 ef8f080301d39f60ce5f3303a6f79fed411423fa 53aaf65012696b0b84ee2abab0493c004f9a7a21 converged 590 -44 f1a5501befe93a37ec3f8040fab9f356d9d902c5 dd1833ad4e5fd17b096cab6e3d74badd564d1e09 converged 594 -44 fe465c9d34b06277eebbfb6fdf492252fc12620d 8234f4af23a58948af434e5d533b606dd46cc27f converged 608 -45 0b9335c3cf2a43c4482e33fab75f23a3b0ec60bb b6a7125d7304e9dcd2d6dc29a2fc8d486552bb48 converged 322 -45 1660ac09ed9c437fc6a1450716fb24d95c44e5ce d4a14abeb1b48ffe99e29ab7113bad68bccb1fa6 converged 343 -45 278626eac43f672c7f61cb8f5b0f7240bf907776 1e3390e245a9874f3c23449e0eae7b49ec7e67b0 converged 364 -45 47d9e81a07bc42a0b046bd22369f1e207c184edd 7b0f01b58a2b60cd8543e75db67fd52376902d98 converged 400 -45 6b8afec69da36905e42d7cdaa982b12790dc01cd 193d2a1f6de2a3544ea19c7c790da2188575be03 converged 444 -45 748b26c95512fff36ce7849f35aa3ff840de49d9 8f591feede4d51f375f8412e4b665f74d6136fca converged 451 -45 7586012c89aa7aa29e6f719db06b1ed92b748003 3363ca677f9324c712a20f6f7ce2e6f4aad78567 converged 452 -45 761ad3e12d27ea12363980d677b398a917ff4a38 033e6ea8346a58e500c4c7d37ef075068c6f98ae converged 454 -45 77bc3594f18275b6882c60a981f6a5c935eee2f5 d13b5414234ec8335d31c7611bb98f7c8cffc2ff converged 457 -45 7f486a2ca57410de948da8623b3ac7f51c9d2065 0d31335ca2fbff357a588e184c0ffd3f8992054c converged 465 -45 8efc52286d7323942d723011bdf922e2312b218c 526e9c5a0ba26f8f0e9ad5ef9e6c0ef0733d4581 converged 478 -45 991fdf3e59e81f9c9d634e7dabcdabb78a7d7f6d 2a7652b5cb8f1eb29e568bf279f21221618695e7 converged 492 -45 994efbfd7077092941ab698950b510bcccdc578e 4e750bf595c12f1423f4b58489c049b8ea55f2af converged 493 -45 b2610f7388d950faa49cbcd9b55bc155d4e6a7e7 cdba4f3c4dfcd964491373706d32bc62e84a6c1e converged 523 -45 b7cb883975cd7ed029df1c79627116598fa634d4 ce3f8f0cb21e1f098dfee366bf3335ac550b6089 converged 531 -45 be36cd4a5a0e442c3c3340847af50b928eef68b9 3b16e69b91bcd2c3ab6235ae10a1cb2ad0957bfb converged 539 -45 c10d1db00e7b5129507e7db910069367072bcab9 72717581a8500561efa897d9aab0107c4f23697c converged 541 -45 c7cc0b43d4185bd3ffde5a89e431b5946b4ca85a 8772a23704729fe8d41a2ad70d7337e1e7129d04 converged 546 -45 cb8dbd055d69b6eb6a1e9784fd05dd8e14a37b9d 9c5a548c3a204b766201887d72c35ece52833d34 converged 551 -45 d7dda403d507084ed05cc1b9bf6c65829da6a22c afc0baea449e33ba08a33610c68093b43e07f4d7 converged 571 -45 de14295bbf982e71cb016c9837ad969232b6addc b9e9eaeb9a9b1957dc58068807ddfb7ac5c08407 converged 580 -45 e04cd576ce0e25075d86ad8d701a970966d70126 52e263ac53a8eea69c95496c56010c6f63ed0dd3 converged 581 -45 e0b6e36d3ff25cf77fbc653610885243e3d3434f abe6683bb7fc5334c5547c2a7a98a9a700c73e1b converged 582 -45 e8e8ab63aa33aac013912a7bba79e70bf0104670 55a3d6d36683780f84cb7b55dacc397f7af8c336 converged 586 -45 eaac7db71e9c295cf4770b3bac90f14898d2f3fe 81527b30bcce2963d313c8731a1862713ecffdc9 converged 587 -46 02650104e02b12a9a70a250a6b9d125f09fb1e16 0d0069de7424d621834a03c91c5d1078997cdc7a converged 305 -46 042bbc7494ef5cb0ca7e6465e9f6d6c0141647a7 5d2f6033c62fdc7bfee627a3bad9e496c737791d converged 306 -46 072d449dc164e98c19805f67ee6a5519b780fd2d 10818f391a2cf0d3b851948d1017548a4dcdcedb converged 312 -46 0d7b96c65bf8434dad8ff4ae7b2dac11ba59468f d94f409c497f0f3540c66b026e49e802a30c127d converged 324 -46 0db939ade562d517d56b747cb60af3e32d859b09 b859bb9fe8800b8787bd1d7ee6af1bb2eaf2aeb9 converged 325 -46 12332689b0137519d1032e7b3c1bbdd99a145f05 7361f19a277131a8c4ff397320705acb004749b9 converged 335 -46 12957259e6f931c9e3dfa056e212ad43964188f1 01fcbc243dd480112fe137fbfa35f5b284660f67 converged 336 -46 158124d17fb643b7104455e0e65a799b56035f94 a5bf1b48ae92cead636765987b792d3715b74b25 converged 340 -46 179bee3114d70926e6728f3e4970718f60a2db62 c141fa55e49f5c83566d1a00a8d69d3eb235b7f3 converged 345 -46 1affa858be371732e5a6c8dadf5bb1384529b3a0 622445f8016e1c2ea810a1bd7bfb1aef5312999a converged 348 -46 1b00eaa10092ce6c27959ace686163bfbd1a5820 e89318206ed86e3dc6e5693a3c3c6997d768681d converged 349 -46 1cff723dd6ac1d7020c74fd21a675ae48520627c fa5706667a060097addc31389139b8f4cd5ba023 converged 351 -46 1edb836840d374c226c45cb34972bc0ec9b577a8 c77d4ecd252f0eb4888517bf9e10d2efe7810bb3 converged 355 -46 214123bc075e6e379ec7078360d9b73f071a3045 6d9b78ce06d780d6b2146d67d32bfdee62c766c8 converged 356 -46 21bf947183e389b5548abc06f1e738c0cbed3d24 e65f02bc0ee5b88993e0ecfeff0cb49a7a9b34c1 converged 357 -46 268fa5ef37532a55a0689b5caeac7f13ec0d8b21 333db6803024d7e4fdbf7d9317d6ec44160a9ecb converged 362 -46 2a2c28f48887aa266a915d1128edb1364f5fa1c8 634ae690616e603a8e55e65a259e3415812ad35a converged 368 -46 2b5cf83b16cd86be0ba5bc30d59546cdc32959da be71e3aca4425ae23e322a6f60eb2012eaf7e060 converged 369 -46 2eb1ed5f4bfb876fdfe5bd571db34d924c3bb272 1714e98434d839e593204a3aa1e437670061eabb converged 371 -46 33bf9cebf5327ac9303e7fed3d7973237afe8ab3 62825b5a4fae7409f75fcc7ba1e6e7e8e45109af converged 376 -46 349cf0269b4a6f2ef93de480ebd03076c6cd074d 0fe58f2f14b805d7ad4ecb913d2a9dfacc9310a9 converged 377 -46 37d61eb6ac28e8143278bcff9ef74777b1324375 95460b25815075a3fbeb3fab2839a257a72e97ed converged 381 -46 3849d5a1fbb0386873b33b08109ffa41b62061c7 136d1c92b3c08ea87c51fa1cf5130b50fddb2571 converged 382 -46 38c1d4a389933e0a95cf59a3ff97e399254e51c8 9c9091d511b41be403d384a2ab42249ff94347ff converged 383 -46 3f960da3ec9176a5d454b984afa5a46056a51d2a 4b2c89d51b50c8afe550daacc73ce954df0464d6 converged 391 -46 49a9123859f5e9a39df6993ca2b826b1c086fb6d 9ae96d718539e58018bced9b316831c54df92a87 converged 404 -46 588e4a744d60b67cf174f02cc6fbc47233b27bf2 61036fab2dc29c95608cf58633e8a4c8a182dee3 converged 421 -46 58c02fbe1b4622c5cbfca110cb5f6f967188e0d9 d057ee065dcb431cbd94bcf71003e28e450a1ccf converged 422 -46 58edf590b6aab47a5d7285558406629508e605d0 d904aa0e51830eaddbc745dedf6cd5133c40735c converged 423 -46 661ecef37ddb1bfdf490ef65585e50ce6a11f502 0a79450dc9d3087e007797b1d5c46c1c3bce5ff4 converged 437 -46 69a9339dc105b38760dce76df845acbc33fffb4d 03333dcfce170e5eb5cf4a7d9546561fa4ff11df converged 439 -46 69eceee5397aebf212dc597716d6c17ede97646f 8a7e31803847b68f4a4b6a623aab17081bd0e683 converged 440 -46 6aa1ef507f8055df7cb4ac988f9c99f4aa034242 db41c6ec577af9f874b7dd628f67cf0800b8f28b converged 443 -46 6d4cd1885333b5178e725d711c86606516c7892f d7c2515d6e5c9b76626660dd87c674d5eeada349 converged 446 -46 6e37ab0aab00d51d6ddc10c195fec2972a20e4ef 4cb66ac5144c867a4d4b900ee60341673a06660b converged 447 -46 76d281f71882b669130a32fcf9469f555f8a655b 4433d07c8e217166f012e154d1575e129a99a868 converged 455 -46 7d6f78b66e8515936a87583c487cf738c99e03a2 c5137429264481f986bb7d60fbfa6b4809a19c33 converged 461 -46 84710c8b233b12501fe802b02a84bcba77d988a4 046ef7d6d082fc3df8ae33f7050ce83eb1c0c013 converged 468 -46 926f28df75a0d353d70d4fd43bb2bae79c548cc9 faac47de85f78f9e912f5ea1cfac8551b994f4e5 converged 484 -46 92dc32d1aae8dc0349641b124188432db051ebd2 c4606a03d0f78649d7e6f03e6f89f054a96ea437 converged 485 -46 9e464c8fe08c39ce5fa4952d6aca568bde73751c 578fca0a07838b4938e017db07dcb09c2d2ddaf9 converged 500 -46 a173f24b64fbb4b49472f71d1e99210ff743c99f 35ed233c5f8a38514ef1257bccfc842c13adbf9f converged 508 -46 aa42ad4c5b0e2558eb0dbe8d1a45ea8dc187f9bb 9af7c3ac221f978244fd78e1d141d27a81c9b884 converged 515 -46 ace4d6ad2f4b6cfc780885cb498c3af872fab5dc 91ae1376aacf11e1a1ac205fa633b8c83297c64f converged 517 -46 b0678c8ed27558036a4a3cae163928976d19a479 c5524b6a5f71b4edc48223c56d34aa56d30f7289 converged 520 -46 b7da8652aa4646ca8a183975092b76d92966c337 7da63c8acaa37e1183e91a1523c80e2d10a4d637 converged 532 -46 b928431c950a59bbcb99a651174576f524bf650d 3dca5eb836539b5a1c7ef2ab9a824e9d6e3bdd47 converged 535 -46 bf3192d4367f1043d6a55cd2b97b2b856b5014b0 60bd0c629b65b6129493d4773a85bde5f2a74c33 converged 540 -46 c2aafeee359f61a8007d42dc71d8e125b362a8c6 0826247200a541c85132b63883d8ab17aaa9aad4 converged 543 -46 c7c3f228039f1bf91c8f8a74441fe2246ac61b63 a4a68fd2506a318b0c2a416cb5085637507b8639 converged 545 -46 cefafcf222b91bc05c2325b9c540c1ec8462686b c5e03d4f7126e6c90d635848f24aac145d69c6c9 converged 559 -46 d6114df91f4560a386aed240f1a12a3c2afdbeff 3d04020fcd41f9f363aa2f08629f95f079e6b3ae converged 567 -46 dad4ffea3b799193558c2083b14fb4d0d4607b37 4d2383c8a99a7d3319b9a80ccba446d90e6821d9 converged 576 -46 dc7082da321e75ef33eafd6e45cfc31f49092646 2287368f5a2f29ffe32efa099dfbffaaaaa1c3e8 converged 578 -46 e58194327ff02119c20ef726e2fe24563a009eb3 6dfc44cb1646cc4332c5280e685120d2a8ddbe99 converged 583 -46 e59c51e4820db7be851b57738511abadddad37d7 a0bc132536a6b0e6c878d2a95a1563ce45cf2902 converged 584 -46 ef8f080301d39f60ce5f3303a6f79fed411423fa 53aaf65012696b0b84ee2abab0493c004f9a7a21 converged 590 -46 f1a5501befe93a37ec3f8040fab9f356d9d902c5 dd1833ad4e5fd17b096cab6e3d74badd564d1e09 converged 594 -46 fa3aa51785950d4dac83bb50473536372af1e01f eebc289a60081c199949feea664faa7dcdadbf04 converged 603 -46 fe465c9d34b06277eebbfb6fdf492252fc12620d 8234f4af23a58948af434e5d533b606dd46cc27f converged 608 -47 2353e2555f3b2cc6c617c6a5a7f6887fe28414ca af2e51c4f8fdb8f0fe5d03ca6cf1e913789b491f converged 359 -47 288d395431cf2eb781933d91a1217136466377b7 546b5fc41b4bef92b7e876cb3ac00d805d5157cf converged 366 -47 51609d9282f7a9e4195bcb0a3bb575b6daffcb6c f1211117fc34bd04905eaad2e2aa7b2336f3f2eb converged 414 -47 5603e1cd3c513d3cb058af4d5e3759590163da2d 8150d4f5e9059eb93d24e70ed880d81b111ab17e converged 419 -47 639921afb00a469b1f92c73a06a48454bf180b42 4cda8331fb46203e39f22d86a1150c07e3de0a7f converged 435 -47 748b26c95512fff36ce7849f35aa3ff840de49d9 8f591feede4d51f375f8412e4b665f74d6136fca converged 451 -47 77bc3594f18275b6882c60a981f6a5c935eee2f5 d13b5414234ec8335d31c7611bb98f7c8cffc2ff converged 457 -47 7f486a2ca57410de948da8623b3ac7f51c9d2065 0d31335ca2fbff357a588e184c0ffd3f8992054c converged 465 -47 85173b06048db8f63cb8dfe0b3c19112bae29816 e707f558fb86fa34e51830093d107fcd47364db9 converged 469 -47 994efbfd7077092941ab698950b510bcccdc578e 4e750bf595c12f1423f4b58489c049b8ea55f2af converged 493 -47 9f4009d7c6dab72a3092216b71d036b2f4c799a5 12703258a40d60ec1d6af8389d2b5776041f9414 converged 503 -47 b2610f7388d950faa49cbcd9b55bc155d4e6a7e7 cdba4f3c4dfcd964491373706d32bc62e84a6c1e converged 523 -47 b3e277071737f4fea97bc7a7e2efdf71a313134d e63287e1d2108533ee25068b6d00f786c46580b5 converged 524 -47 b7cb883975cd7ed029df1c79627116598fa634d4 ce3f8f0cb21e1f098dfee366bf3335ac550b6089 converged 531 -47 c7cc0b43d4185bd3ffde5a89e431b5946b4ca85a 8772a23704729fe8d41a2ad70d7337e1e7129d04 converged 546 -47 d230824d99f5bf7d59ac204bbc1b35f5293317a1 f444dfd86ca98c0fe86dddc91662ab47ceb70dc5 converged 562 -47 d7dda403d507084ed05cc1b9bf6c65829da6a22c afc0baea449e33ba08a33610c68093b43e07f4d7 converged 571 -47 e8da11d87c97fb1d0a2a13bfd37fe8f032b7b35b 888f9aab98d1fea5f37798d5e534a43dc3f25dcd converged 585 -47 e8e8ab63aa33aac013912a7bba79e70bf0104670 55a3d6d36683780f84cb7b55dacc397f7af8c336 converged 586 -47 ee44bd083e06c19498a8fea3d26855ca62bae4ba dd58bb655409c10ad5d82d9f196c3cb38a6f12af converged 589 -47 f1cf70ad90c37e205346d4c7b6dd7fe9b6f92730 5ccb2c952cb37915a26f6509063fbb3d2e8b2362 converged 595 -48 075e1ed2739aeffc3e5e0831d56826358336802e 512a7931e3abfb5ec1979319b37ef32774e5813d converged 313 -48 106b29bd87dd66dfc497b1ace292164de1cf3bf8 eb7e5d2b483492c71e82998e99e860f4a354f9d1 converged 331 -48 15f0fb655471f3272e07fd2e4c078ce671d84ef1 840c7d900bad653ed5acbe4441934a6b8a6ee579 converged 341 -48 18e1729f3b166edb687dc93cb09a978e641f70b2 94b7c729d7f2396c4dd9061056722f79f1337089 converged 347 -48 2a10b7314ca86904515bce84dd50ea69c54eab89 eccaf4eb519dcea4936e867e5e55b159674af078 converged 367 -48 2c765dbb487a0c5f372132fccf5bf477ee6ee8c0 92716c6bd02d34433b6c6f82ed1c80c6eb440434 converged 370 -48 3115a55165cf2efd12ab12e78e9514be8115a322 f7ceb78e820b60eb9acd5c8bb217b71472d5ab48 converged 374 -48 34a10292a7aeede12aaf0ada14f6e0dfb6c87b61 c7bc7a01a30f0c41dd3488ccf331856528002fdb converged 378 -48 5851d88b1ec0b1412a280c2605e919ab85eae26d f48260f71b2fc2ebdc86fc6df67bc5f58583b749 converged 420 -48 5be7d38257523a516109ee17da70be6b849bb4d2 02c38c0280bf7b429b226fc0e488fe606a2f26b4 converged 426 -48 612e355d6e0b948e7552858e256a3483fd343e6f 4024e2747ae829640390fe2586beafc1cd29d715 converged 431 -48 70ac24ae994cd77ab713cc81090b02f4ba9cf519 d1bf6ad7d371aba36faa6e642f1a206ff411348c converged 450 -48 8c299a02d9e8d20d2c28a5bc1acb67becf678d2c d5d93404e06a3af99679610ed172cc961ea775b7 converged 473 -48 8c5946c97abdaadd483711e34b11d509b1265fad 5a4a48cc331e510dd8356e338539ac5caa974ad4 converged 474 -48 961e4f1df3d5bc215f267e2fe62cd0aea7049303 8db0a1fb6e2cde17365ba15935d595fba3531be1 converged 490 -48 9eb0d6d53eb8c753562a2bbf0c5a90870ecfa324 567c09a72943c77e5ac19a0036a8cc8e186e3fe6 converged 501 -48 a21216a4c136b5f7152347da94d54d8b3bdcf918 0fc56f8b9779e8bb02f2777145ba835c3f2d6467 converged 509 -48 ae916af9c42834c88d02b364774af99f78c2e8a9 d0ed6c9c8c4c54fa7efeb59f334dfa9fa1359570 converged 519 -48 b5a8ca74a9ef56a34ad23829ba7cbaeb8006223a 06d84a0fa740748affad82b60000a78b5f75a6fd converged 528 -48 c95739f0f351d9979093a0d9686985b4898b4a44 16ac10f09dd230de1b31fe48e038d4c17be9cd6b converged 547 -48 d32b48c84c281f55910d246375dd2455a054c970 18ab0172266339f50060b0f560086cbaef445e08 converged 565 -48 d71dd9ef32818411e03aabcc7f952cbb8e073364 0ffbab2612ea0330ee5c4a021752e87740ac8cdb converged 570 -48 eff1b12635c7a318872a0f6b90f607945e244862 22ee9aa2467d132002db875e8eabcf634459a6a0 converged 591 -48 f041ef7e5426039e222d3d583c87473c23145c28 4a61a36f890ba4c3efb53abc2d61c2a9e1feca21 converged 592 -48 fa605cbbc698ba0f9acc3c71010dcb352ebdd981 90251bbbb9f49f8a96186c112c483386144356cb converged 604 -49 057c4998ce3043b33c0dc899cf3adcb6f8aadb62 61bb7682cb55431ff3a7c38c38928bd107a01736 converged 308 -49 075e1ed2739aeffc3e5e0831d56826358336802e 512a7931e3abfb5ec1979319b37ef32774e5813d converged 313 -49 08674a0e0f85623d4da72d469faa72d36287032f c0321cebfb67b63a1fda1e0c3f0664a666fef3d0 converged 316 -49 09e6375bd0ace29b879b739c21ff7640cc2d9048 87aad7cb691c2080682ad7e4f3110a5bb64983cb converged 319 -49 0a56eb8b37e7679cba2221f874905bb997678b38 fc0c9be4fccfc590996f339329ea21c294917d8a converged 320 -49 106b29bd87dd66dfc497b1ace292164de1cf3bf8 eb7e5d2b483492c71e82998e99e860f4a354f9d1 converged 331 -49 15f0fb655471f3272e07fd2e4c078ce671d84ef1 840c7d900bad653ed5acbe4441934a6b8a6ee579 converged 341 -49 18e1729f3b166edb687dc93cb09a978e641f70b2 94b7c729d7f2396c4dd9061056722f79f1337089 converged 347 -49 2a10b7314ca86904515bce84dd50ea69c54eab89 eccaf4eb519dcea4936e867e5e55b159674af078 converged 367 -49 2c765dbb487a0c5f372132fccf5bf477ee6ee8c0 92716c6bd02d34433b6c6f82ed1c80c6eb440434 converged 370 -49 3115a55165cf2efd12ab12e78e9514be8115a322 f7ceb78e820b60eb9acd5c8bb217b71472d5ab48 converged 374 -49 31c42076cad601a24eeeb60ba52e3947334cd0f2 66552cf682483e0dd8e2dd5c282cec91905e35f7 converged 375 -49 34a10292a7aeede12aaf0ada14f6e0dfb6c87b61 c7bc7a01a30f0c41dd3488ccf331856528002fdb converged 378 -49 35c8b84854c95e19ca73d3e5d0a8420aa1bb80db 0aa96dc6bf07436ea8ae2fad8f73ed77362af01d converged 379 -49 3a5c47e9d4ea1daceab214c179435ac2edf3e6b7 746945ed4f403585a5f1d971c08c9f123849bd7a converged 385 -49 426128635de4bcb7fac4c29bb21fdeb5eef38e99 e4edc15ffed638000c814f0ee60466075f4999ea converged 394 -49 43ec6cf9f9e284417842d43e46ad3c96f71a51f4 eacb87b0b465d61f0a28a078f8034f0deed7708a converged 396 -49 4a4ddb5d925e3c0c3f916977e0f867bb520ae90a 26266cec6d9a7e978b8c39ee633a8a1dd7bc042b converged 405 -49 4ac1db11145bc5622a889fd7155a3b3a943ab7ad a3d5806aef70cf565b6804832eecf3f070b2a3cf converged 407 -49 4dd7bf489369c0eb45f868fd47674e0adcee6a5e b1e93504c868d632894e41b13b3e57efca08ee9b converged 411 -49 52f2b937962ff1f0d9a7277ef70f0e85bce96995 773370abdf23484dce6df0405f0657e839178be5 converged 415 -49 5851d88b1ec0b1412a280c2605e919ab85eae26d f48260f71b2fc2ebdc86fc6df67bc5f58583b749 converged 420 -49 5be7d38257523a516109ee17da70be6b849bb4d2 02c38c0280bf7b429b226fc0e488fe606a2f26b4 converged 426 -49 5c8f6d1fb307a42de2f1f5475ef68aa95c61fd5f 9fe4d7eed066827e75926a46531a4dc63ea84201 converged 427 -49 612e355d6e0b948e7552858e256a3483fd343e6f 4024e2747ae829640390fe2586beafc1cd29d715 converged 431 -49 630a0debf01296e254447b1781d530268935bef4 adf6f5179f16bd2bdda444870dd6738f6b84a3c6 converged 433 -49 70ac24ae994cd77ab713cc81090b02f4ba9cf519 d1bf6ad7d371aba36faa6e642f1a206ff411348c converged 450 -49 770e20de1e7c78ad852e0c0b4bb9860505be1d9a a1ac62eb9b68f494992f03b7c8a8809118bee9d7 converged 456 -49 891703d3d06b0dd715625a0ca4b1750b19f7044f 55d9ee98c6f24ec215f3313649be915d501ef4e7 converged 471 -49 8c299a02d9e8d20d2c28a5bc1acb67becf678d2c d5d93404e06a3af99679610ed172cc961ea775b7 converged 473 -49 8c5946c97abdaadd483711e34b11d509b1265fad 5a4a48cc331e510dd8356e338539ac5caa974ad4 converged 474 -49 8e73e3916cd33249b7ccbbdd5de4ef309930d80c e9719cf3bd1cf004319367b93de95779bc28cd45 converged 476 -49 943c7def5fab3b9fc9afe34c1cf20e0a67cf3bc4 1d3cc34676dc1b466283e4e730d5da2bc50be51a converged 488 -49 961e4f1df3d5bc215f267e2fe62cd0aea7049303 8db0a1fb6e2cde17365ba15935d595fba3531be1 converged 490 -49 9ac768a05a1a5183538fbc360a6621819feb75c3 7d3136320e9ac9a10c015ee4af0cecd0a1370be0 converged 497 -49 9bffc6c309b836298fa0db1bc7eb4504c5302290 65935fdf2ab14f7daae2e248a295d8da703bb4ce converged 499 -49 9eb0d6d53eb8c753562a2bbf0c5a90870ecfa324 567c09a72943c77e5ac19a0036a8cc8e186e3fe6 converged 501 -49 9fbbc7c4a4b58c5f46b522e676aa6d25c1351f26 caeaca52899d1c25d1feed523d1491165180b5ee converged 505 -49 a21216a4c136b5f7152347da94d54d8b3bdcf918 0fc56f8b9779e8bb02f2777145ba835c3f2d6467 converged 509 -49 a6383108066814d4f3641a96f4dca690c595a3d3 4946c87290876d79f96844df0d3f25843e505a52 converged 512 -49 ae916af9c42834c88d02b364774af99f78c2e8a9 d0ed6c9c8c4c54fa7efeb59f334dfa9fa1359570 converged 519 -49 b1d8dde6f5b24daaa1612db2678889d5b763e3d9 aa27acd44048481f2facfeb94c982f96ceaa2edd converged 522 -49 b5a8ca74a9ef56a34ad23829ba7cbaeb8006223a 06d84a0fa740748affad82b60000a78b5f75a6fd converged 528 -49 c7759c891a2cf19e315832a2275d444ab0471877 3bf0a29570fb31d9d5858a2cda5331b3f3b09d7b converged 544 -49 c95739f0f351d9979093a0d9686985b4898b4a44 16ac10f09dd230de1b31fe48e038d4c17be9cd6b converged 547 -49 c9627b175ee0056d3439dbe670c377da7e93b290 19594b4873f3960302804802f235da4775d9eab9 converged 548 -49 ce4d63c752eabb99d46966a3ac431f6ea489d2b9 1075b9cd405f0740e344a4e7c1d92247c967118f converged 557 -49 ce4f79d894b07094ccfe03af7f1a12af67f0118c 4a188975a065b4fc56ce5e8ca0a324708a8b1db8 converged 558 -49 d32b48c84c281f55910d246375dd2455a054c970 18ab0172266339f50060b0f560086cbaef445e08 converged 565 -49 d486919734c6126af9e5384e8b97195a1be735bd 63515c03d06f6af2f0d5936b97b758bee90747f0 converged 566 -49 d6bb53c9858fddf173898cdcfa1cbf42f5d52c5c 26be8c03f00cff0952b0f8da9bb422344ea542d8 converged 569 -49 d71dd9ef32818411e03aabcc7f952cbb8e073364 0ffbab2612ea0330ee5c4a021752e87740ac8cdb converged 570 -49 d878f7c6794d0a6d9a8d04be68ebb93eafdf01cc 3dee05bcf4782a1d4eacdbdfaabdd7cd0700f025 converged 572 -49 d9f521188e10884be7feb4e36e64c54ba92a2eb0 cde6a902ff7a65a904396b4a03543719ca63f620 converged 574 -49 dc504e7e6d04d45ccc6e6eb088e10e6ae370db7f 877a07d273ffa7a31d0898c763e6de31a611cf67 converged 577 -49 eff1b12635c7a318872a0f6b90f607945e244862 22ee9aa2467d132002db875e8eabcf634459a6a0 converged 591 -49 f041ef7e5426039e222d3d583c87473c23145c28 4a61a36f890ba4c3efb53abc2d61c2a9e1feca21 converged 592 -49 f28af1197504d2ee7f1e057da67aad80fe1df0b0 faf489eee1f3cc3ebaefc6cef4b2509387a7d955 converged 596 -49 f5b405df003a35ecfe879bb5eb7dae6b4eec2dad 6055795e2af65cfdf6d2ba326df808a1ed533d37 converged 599 -49 fa605cbbc698ba0f9acc3c71010dcb352ebdd981 90251bbbb9f49f8a96186c112c483386144356cb converged 604 -50 07abe67565ef00ca65939290f57b7f8fed0ef3e9 db909c4d5e17b692dbe18375ccba7e4912dc8b30 converged 315 -50 109f8d0f5bbe62523061149347330b571c675604 a7276147140056217123a5873763e01758457e1f converged 332 -50 286e32b908ef23fe49d3da4bf383190839677948 8d235200eeefc8b41cf2e2045167247cdf906b6d converged 365 -50 45ad6a215f64db417d49b8bdbe368e4950899b53 ec4f083e53c49ad337cd4d813af31a9b84826f1c converged 399 -50 4b8edc749fc6ea1831e6b5ac7f9c5ae8aded5628 9789e717ba33952ef85c09d4029fd358635d9f5b converged 408 -50 69efb804ab1932a948600494efb7073504826206 23dfd6e2883ca16f8d9827b9ea3f6818dcc0432f converged 441 -50 860f565f39c4491817ca18b59a2a542828b35ab8 df76b02b6b6e27779c5ba87e36769d08eefc0493 converged 470 -50 90246b4f81a9a10e1f2fbd0c89bed45ceed1dd19 f2dbd8cada7b0322cda13c02aa0ecaefaf869f60 converged 481 -50 ee11d8f8f5d4701867dfb1ede321c37ed45792f6 6aaac27e1084e027b18fae8ef7f9106676259b95 converged 588 -51 0531c19f799288421c7093bc1a7e8739d91a6780 0b4234b9fdd7b7fcdef8de4a1d96ddd8af92ec43 converged 307 -51 06f8fbd96827ebcc2af6cd68eb9d01db513af0cc 54e136b150ae049afc4e083f47bf88b27faf60c6 converged 311 -51 16a422954ecee1958247a1cbccca2cc072eb48a6 7c4f93cd26c40370592e81e7a3ca97fc43738303 converged 344 -51 3aa96165f327f320711286ec507f2c658987ad6a 4e43060d63f138c5a3175161d836531a35e05198 converged 386 -51 41da3955199dd0ca8f3277a04c8d5275a74de03d 550a1cea1689e4820ef2783ad54fb87c4514681d converged 393 -51 490525dae0da5b33f52c8cceac2abaf5695c1dae e6b10634f7ae229651896e25a48c7ffd89ab399f converged 402 -51 4a9a780375969a9f7ecefcd7f94a7084917b02c0 9395b4f7e6095bfadeb88d38d63bfca21bddf1b0 converged 406 -51 4fcbfab58e277bb9df4f7b20795b1a394a086639 b6d5dfd20c8460a6d4f87fbaff9eb82c846f93cf converged 413 -51 6869e075cac2ea8a726b825f52feb9cb19282c9d cdbef69d4c340f80692f185052db48029f2dc26f converged 438 -51 8a005e4d231a4353d929481925baf648189614b7 2460c1e9c3be656cc9fc7221fc0ebcd4a675765b converged 472 -51 8f59452aa3db35358ce6ceca6e899cadb572dad3 dcd93b5428328bfc4ac97a71b2d31b46d55f0307 converged 480 -51 94d66ec8e8f53ff1f84f8db383082eb901747fa1 720108279293b8fd0be4da66cb73d3c279037f86 converged 489 -51 a41a2816c7ddadedd3b0c78171fb8c1b9fda38ca 5e1190bc17503c61ff2a4c8e3e1813d174128968 converged 511 -51 ab48257c9f53c661fd4b069a55d55b89bfc9e721 64cfe85f7bc17550b9c4507f9fc0bad91cffad8b converged 516 -51 b15d26612f7a81a0115867e264977b4310422ba1 4e1ed0b237ebadd7530ab974b4f6d063950baffc converged 521 -51 b4bf2fa96ffeddbd625786b9e3364bd1b4a6a283 cd8a386f031bf2bf9933d930ab2dadb155d2ad80 converged 525 -51 c196bb26dca6f755184e623394b6ee73b530cdab 54e2a84b40997302db2b5a67931012d62fc11804 converged 542 -51 cceb2e64f460497f3abce3cdf940796305922ad4 7160a8725f01d13112ca34bb64237f7d0b7d508e converged 555 -51 cd197cce362a92d13965ca88db7dded4fa2f115d 76dd4e631e1ebc0401c67ea88fef7bf116fd720b converged 556 -51 dde1b03bdb515fa5265fe148b747eea81a61ab79 2aa331b6560869e322698a489ad458304938ac72 converged 579 -51 fd41c8aaac996261aae6dfd0cf486f8cdb008a6b d9467c8ca1b2d943b4b997cadedc960f937cdf83 converged 607 -52 042bbc7494ef5cb0ca7e6465e9f6d6c0141647a7 5d2f6033c62fdc7bfee627a3bad9e496c737791d converged 306 -52 12332689b0137519d1032e7b3c1bbdd99a145f05 7361f19a277131a8c4ff397320705acb004749b9 converged 335 -52 179bee3114d70926e6728f3e4970718f60a2db62 c141fa55e49f5c83566d1a00a8d69d3eb235b7f3 converged 345 -52 1edb836840d374c226c45cb34972bc0ec9b577a8 c77d4ecd252f0eb4888517bf9e10d2efe7810bb3 converged 355 -52 268fa5ef37532a55a0689b5caeac7f13ec0d8b21 333db6803024d7e4fdbf7d9317d6ec44160a9ecb converged 362 -52 2a2c28f48887aa266a915d1128edb1364f5fa1c8 634ae690616e603a8e55e65a259e3415812ad35a converged 368 -52 2b5cf83b16cd86be0ba5bc30d59546cdc32959da be71e3aca4425ae23e322a6f60eb2012eaf7e060 converged 369 -52 2eb1ed5f4bfb876fdfe5bd571db34d924c3bb272 1714e98434d839e593204a3aa1e437670061eabb converged 371 -52 33bf9cebf5327ac9303e7fed3d7973237afe8ab3 62825b5a4fae7409f75fcc7ba1e6e7e8e45109af converged 376 -52 3849d5a1fbb0386873b33b08109ffa41b62061c7 136d1c92b3c08ea87c51fa1cf5130b50fddb2571 converged 382 -52 58edf590b6aab47a5d7285558406629508e605d0 d904aa0e51830eaddbc745dedf6cd5133c40735c converged 423 -52 661ecef37ddb1bfdf490ef65585e50ce6a11f502 0a79450dc9d3087e007797b1d5c46c1c3bce5ff4 converged 437 -52 69a9339dc105b38760dce76df845acbc33fffb4d 03333dcfce170e5eb5cf4a7d9546561fa4ff11df converged 439 -52 69eceee5397aebf212dc597716d6c17ede97646f 8a7e31803847b68f4a4b6a623aab17081bd0e683 converged 440 -52 6d4cd1885333b5178e725d711c86606516c7892f d7c2515d6e5c9b76626660dd87c674d5eeada349 converged 446 -52 7d6f78b66e8515936a87583c487cf738c99e03a2 c5137429264481f986bb7d60fbfa6b4809a19c33 converged 461 -52 b0678c8ed27558036a4a3cae163928976d19a479 c5524b6a5f71b4edc48223c56d34aa56d30f7289 converged 520 -52 b928431c950a59bbcb99a651174576f524bf650d 3dca5eb836539b5a1c7ef2ab9a824e9d6e3bdd47 converged 535 -52 c2aafeee359f61a8007d42dc71d8e125b362a8c6 0826247200a541c85132b63883d8ab17aaa9aad4 converged 543 -52 d6114df91f4560a386aed240f1a12a3c2afdbeff 3d04020fcd41f9f363aa2f08629f95f079e6b3ae converged 567 -52 dc7082da321e75ef33eafd6e45cfc31f49092646 2287368f5a2f29ffe32efa099dfbffaaaaa1c3e8 converged 578 -52 e58194327ff02119c20ef726e2fe24563a009eb3 6dfc44cb1646cc4332c5280e685120d2a8ddbe99 converged 583 -52 e59c51e4820db7be851b57738511abadddad37d7 a0bc132536a6b0e6c878d2a95a1563ce45cf2902 converged 584 -52 ef8f080301d39f60ce5f3303a6f79fed411423fa 53aaf65012696b0b84ee2abab0493c004f9a7a21 converged 590 -52 fa3aa51785950d4dac83bb50473536372af1e01f eebc289a60081c199949feea664faa7dcdadbf04 converged 603 -53 0531c19f799288421c7093bc1a7e8739d91a6780 0b4234b9fdd7b7fcdef8de4a1d96ddd8af92ec43 converged 307 -53 057e825aff074e168523706c03897e0777df9b94 5a4dd5ca0b87789189baf6b3323a71c23fa08044 converged 309 -53 062854d7ba0b4411e1d472c2fd4d00ea44d9d6cc 7581b2b9c2793fc40f86bab592e756c143059058 converged 310 -53 0e21dea54f9050ff6ddec278c6156f6f67fa4620 09a89d9a5187b4349092cc849cf0659c323d8efe converged 327 -53 0e512f5267893868c482de2eaad7e086720f9da8 d03303db3c6219c54451905681e93ee0ecee501a converged 328 -53 101ae292210d6919e7202b9789585f3003181bb6 976dfd8fe9c8178462e0556b70e34e6aafa4f4e4 converged 330 -53 1143e70ace47ac9c9bade2025ba25a37cf0fa798 1bb7be909daa040e546a53aadf0872795bbb267f converged 334 -53 14913922c0fbab173e657b2a819e2c1dec9f01f0 529b2b51674c7726ece779c27f68297d477c55be converged 337 -53 155d28c93d141f92e3cef3dace7746b4b42268c1 8bb91d2fab8b115e99d79e27ccb229a82932bdb1 converged 339 -53 16a422954ecee1958247a1cbccca2cc072eb48a6 7c4f93cd26c40370592e81e7a3ca97fc43738303 converged 344 -53 1bd9dc3c69c6706234cd1004c04c73938474f9f8 810fa7cc6a922561b070aad131149e8a6ca93b47 converged 350 -53 1eba32b1bf4f9a46630e975ca3136089e0db1ae0 5f6e491ea488340bc5a1ae9950192c443235736c converged 353 -53 1ec158b6dcff1a27b37423604529175845d69dc1 f8b034f1a9db699ea3db37a5bee0ccd83682c041 converged 354 -53 3aa96165f327f320711286ec507f2c658987ad6a 4e43060d63f138c5a3175161d836531a35e05198 converged 386 -53 482e66ada430a624fb2ee6f2c743ef0cad295495 7c8bcd173a0a939af49ff473cdbd669f3f861645 converged 401 -53 494f8e62354ed6fceadf7b4266909da1cb6cfc0f 384f4dcfa8e4c5e0fe8dc520b32592bb1494b46e converged 403 -53 4d8dd369d5876d899d0442cd2676b4aa77c108ed c662dba7a84e43f7436af50d9e26b42ea3195169 converged 410 -53 4fcbfab58e277bb9df4f7b20795b1a394a086639 b6d5dfd20c8460a6d4f87fbaff9eb82c846f93cf converged 413 -53 5b6d6e295e2e83098930002d7d9b1597e8104f84 f7db28ec5e6d0837ddb8c51e4854507a7028ee9c converged 424 -53 5baa9b7c1cd1a2259cc473814a4389647bb6f312 9c107016dcb3d4a7fbc494c3a594c4ecb00e4d92 converged 425 -53 609efe21f6eb9bae6f533e933e8d1bd32c868990 a8f43312993371bd04feac9864b9384d2bd9fc0e converged 429 -53 610e0202389348f6d8ed29b1ff13364c67ccb41e 9f4f490a037ac351a8175426ff67afb6a0948574 converged 430 -53 633ced11405a6b40d20ab6daa7f4931c49878700 fa91c20929461bc675fee706de9f83a59313a501 converged 434 -53 656bd38a12cd3be747e05454892f63ef7d363838 8d63cd33ed7159cc70717599623c634604de049a converged 436 -53 6869e075cac2ea8a726b825f52feb9cb19282c9d cdbef69d4c340f80692f185052db48029f2dc26f converged 438 -53 6c788fc78680e305f5bb2a1610c62142f950ccf3 9e223cd1a0f23b0ab63b1d39e7bed58fccc1f21f converged 445 -53 704434095b342886b42dfea859c9c9f36a71bc38 c60a844891d20eaaed7296ee643bb3de39f96f82 converged 449 -53 75c8f1e53570db45131d425d2dd16c4469969077 49d4808593297a1093c46be318d38f5410810371 converged 453 -53 7b6ea3ca13c428ab14ace9e8e92987f4c652550b 1cef97ee856f2addf2779443364657b9335a2d8f converged 458 -53 7c0eb388a0fbeff738c5767a89ed28c9254dd147 39d77d5e4f0999e8f8cfa5f9d44e7f822a44c549 converged 459 -53 8a005e4d231a4353d929481925baf648189614b7 2460c1e9c3be656cc9fc7221fc0ebcd4a675765b converged 472 -53 8ea6ebfd7a7d1c9c756c49d2e6523b01de9b83e6 f7194dbd76ffc5c1b2383f31bff31d10577fd981 converged 477 -53 9188e5c25e8616a28af08c97dd8d5633755a6321 2d45ea3a4464a803f76ecbd2ce77d4fcc78b6fd3 converged 482 -53 9210d9c448226ab6432d66d5452df74a65c0c44b 951da31474f5a9a5239e9928ea748d334eab324b converged 483 -53 92fa4376954618fbf5ca8d4bb3000d4effbdbe96 e47d04681382ff755006878a726695cdccd4d5ff converged 486 -53 94052f5b5f78700311bba2a7edec5694e7570206 7ddd99c903ecc5bce5f4a1b774835ba1820e5313 converged 487 -53 9780e4c83411b9a4d781de9bdf7a865017012e36 973189cb238ffe3af9ca882d82eb98de4c729833 converged 491 -53 9982829dfdbd9a0dd00ea036ecb90759dcb07301 d7aa3f1f578571271174caa4f820d8ee6c05168f converged 494 -53 9a51a1031e068fbbcaebd3e9e4079c8b103aa1cd 64d39622be61c40fe3fa534ea36240f99f0fae0a converged 495 -53 9ba0ca84ebe3f443d0a525ead480c8edf26f4b85 17f753388b239e09fc1a6ab2cee500b436a61db8 converged 498 -53 a41a2816c7ddadedd3b0c78171fb8c1b9fda38ca 5e1190bc17503c61ff2a4c8e3e1813d174128968 converged 511 -53 a778f23a229c2faa756ea3347694bf1382fc084f fc5d4df58ad85b8d75413dfc7c190fe3fe00efa2 converged 513 -53 ab48257c9f53c661fd4b069a55d55b89bfc9e721 64cfe85f7bc17550b9c4507f9fc0bad91cffad8b converged 516 -53 ad48594408b255e610e12ed95d678c0feb4094e4 8adf3752709af5ed2e2ef469acc78991b5daa9ca converged 518 -53 b4bf2fa96ffeddbd625786b9e3364bd1b4a6a283 cd8a386f031bf2bf9933d930ab2dadb155d2ad80 converged 525 -53 b5e4c0c917c548e86d915f7869b194e66224dad5 8cc7102ee1db508fad197a1ec32958d72ec5e18d converged 529 -53 bd873ae7f2367d19e33e16101939fe7f628f5877 4de395fab21bae1a1bc8ac72fb0eaad0a9d657b8 converged 537 -53 c196bb26dca6f755184e623394b6ee73b530cdab 54e2a84b40997302db2b5a67931012d62fc11804 converged 542 -53 cbe6ec589b3f32701962efcd767f2721a50b3be1 4f9b0ee671cfb1c9bb2be2732c45e82fe3696be3 converged 552 -53 ccbd9202891dbe48ab8cafa97baf56cd5bb5e979 5b08a3d2495fd61251fb10f656eac5a9bdb1bf03 converged 554 -53 cceb2e64f460497f3abce3cdf940796305922ad4 7160a8725f01d13112ca34bb64237f7d0b7d508e converged 555 -53 cd197cce362a92d13965ca88db7dded4fa2f115d 76dd4e631e1ebc0401c67ea88fef7bf116fd720b converged 556 -53 d0a58ef27f487fbbcdd30d7869a4a28f82cac2f5 314afd6b9615e8186ebf5fb68b575f202ca47ccd converged 561 -53 d30c6d7c0f0d1582bb1260f70d0b5f9e9df249b2 5a2c2dd5d0cf690605494991e06fd13408c86434 converged 563 -53 d31c0e73a1d5612fcf092af2e809da4d3c9885b7 b0b83be573afad2be555f13a5f6d6fd0230e18d0 converged 564 -53 dde1b03bdb515fa5265fe148b747eea81a61ab79 2aa331b6560869e322698a489ad458304938ac72 converged 579 -53 f136a8b9acd0baf5efa5ed79a72f4688fe4c41da a74d9244ff20f94d09a066cf9885078a776d6989 converged 593 -53 f6627139aaf47a9dff99ec9ba2dfbbcf5d566c2f 062b04858d37e6fcb37d4de8ac6b2e9e43b1d6db converged 600 -53 fb012ac2a2a7ade37930fd553da9421cba16f552 691df76ae0043992aa6e418b8f4c31cd3a11ae6c converged 605 -53 fd41c8aaac996261aae6dfd0cf486f8cdb008a6b d9467c8ca1b2d943b4b997cadedc960f937cdf83 converged 607 -54 057c4998ce3043b33c0dc899cf3adcb6f8aadb62 61bb7682cb55431ff3a7c38c38928bd107a01736 converged 308 -54 09e6375bd0ace29b879b739c21ff7640cc2d9048 87aad7cb691c2080682ad7e4f3110a5bb64983cb converged 319 -54 35c8b84854c95e19ca73d3e5d0a8420aa1bb80db 0aa96dc6bf07436ea8ae2fad8f73ed77362af01d converged 379 -54 426128635de4bcb7fac4c29bb21fdeb5eef38e99 e4edc15ffed638000c814f0ee60466075f4999ea converged 394 -54 4a4ddb5d925e3c0c3f916977e0f867bb520ae90a 26266cec6d9a7e978b8c39ee633a8a1dd7bc042b converged 405 -54 4dd7bf489369c0eb45f868fd47674e0adcee6a5e b1e93504c868d632894e41b13b3e57efca08ee9b converged 411 -54 891703d3d06b0dd715625a0ca4b1750b19f7044f 55d9ee98c6f24ec215f3313649be915d501ef4e7 converged 471 -54 8e73e3916cd33249b7ccbbdd5de4ef309930d80c e9719cf3bd1cf004319367b93de95779bc28cd45 converged 476 -54 9fbbc7c4a4b58c5f46b522e676aa6d25c1351f26 caeaca52899d1c25d1feed523d1491165180b5ee converged 505 -54 b1d8dde6f5b24daaa1612db2678889d5b763e3d9 aa27acd44048481f2facfeb94c982f96ceaa2edd converged 522 -54 c7759c891a2cf19e315832a2275d444ab0471877 3bf0a29570fb31d9d5858a2cda5331b3f3b09d7b converged 544 -54 ce4d63c752eabb99d46966a3ac431f6ea489d2b9 1075b9cd405f0740e344a4e7c1d92247c967118f converged 557 -54 d9f521188e10884be7feb4e36e64c54ba92a2eb0 cde6a902ff7a65a904396b4a03543719ca63f620 converged 574 -54 dc504e7e6d04d45ccc6e6eb088e10e6ae370db7f 877a07d273ffa7a31d0898c763e6de31a611cf67 converged 577 -54 f5b405df003a35ecfe879bb5eb7dae6b4eec2dad 6055795e2af65cfdf6d2ba326df808a1ed533d37 converged 599 -55 0531c19f799288421c7093bc1a7e8739d91a6780 0b4234b9fdd7b7fcdef8de4a1d96ddd8af92ec43 converged 307 -55 0e21dea54f9050ff6ddec278c6156f6f67fa4620 09a89d9a5187b4349092cc849cf0659c323d8efe converged 327 -55 101ae292210d6919e7202b9789585f3003181bb6 976dfd8fe9c8178462e0556b70e34e6aafa4f4e4 converged 330 -55 1143e70ace47ac9c9bade2025ba25a37cf0fa798 1bb7be909daa040e546a53aadf0872795bbb267f converged 334 -55 16a422954ecee1958247a1cbccca2cc072eb48a6 7c4f93cd26c40370592e81e7a3ca97fc43738303 converged 344 -55 1eba32b1bf4f9a46630e975ca3136089e0db1ae0 5f6e491ea488340bc5a1ae9950192c443235736c converged 353 -55 1ec158b6dcff1a27b37423604529175845d69dc1 f8b034f1a9db699ea3db37a5bee0ccd83682c041 converged 354 -55 656bd38a12cd3be747e05454892f63ef7d363838 8d63cd33ed7159cc70717599623c634604de049a converged 436 -55 6869e075cac2ea8a726b825f52feb9cb19282c9d cdbef69d4c340f80692f185052db48029f2dc26f converged 438 -55 6c788fc78680e305f5bb2a1610c62142f950ccf3 9e223cd1a0f23b0ab63b1d39e7bed58fccc1f21f converged 445 -55 75c8f1e53570db45131d425d2dd16c4469969077 49d4808593297a1093c46be318d38f5410810371 converged 453 -55 7b6ea3ca13c428ab14ace9e8e92987f4c652550b 1cef97ee856f2addf2779443364657b9335a2d8f converged 458 -55 8a005e4d231a4353d929481925baf648189614b7 2460c1e9c3be656cc9fc7221fc0ebcd4a675765b converged 472 -55 8ea6ebfd7a7d1c9c756c49d2e6523b01de9b83e6 f7194dbd76ffc5c1b2383f31bff31d10577fd981 converged 477 -55 9188e5c25e8616a28af08c97dd8d5633755a6321 2d45ea3a4464a803f76ecbd2ce77d4fcc78b6fd3 converged 482 -55 9210d9c448226ab6432d66d5452df74a65c0c44b 951da31474f5a9a5239e9928ea748d334eab324b converged 483 -55 94052f5b5f78700311bba2a7edec5694e7570206 7ddd99c903ecc5bce5f4a1b774835ba1820e5313 converged 487 -55 9780e4c83411b9a4d781de9bdf7a865017012e36 973189cb238ffe3af9ca882d82eb98de4c729833 converged 491 -55 9982829dfdbd9a0dd00ea036ecb90759dcb07301 d7aa3f1f578571271174caa4f820d8ee6c05168f converged 494 -55 a41a2816c7ddadedd3b0c78171fb8c1b9fda38ca 5e1190bc17503c61ff2a4c8e3e1813d174128968 converged 511 -55 c196bb26dca6f755184e623394b6ee73b530cdab 54e2a84b40997302db2b5a67931012d62fc11804 converged 542 -55 cceb2e64f460497f3abce3cdf940796305922ad4 7160a8725f01d13112ca34bb64237f7d0b7d508e converged 555 -55 cd197cce362a92d13965ca88db7dded4fa2f115d 76dd4e631e1ebc0401c67ea88fef7bf116fd720b converged 556 -55 f6627139aaf47a9dff99ec9ba2dfbbcf5d566c2f 062b04858d37e6fcb37d4de8ac6b2e9e43b1d6db converged 600 -55 fd41c8aaac996261aae6dfd0cf486f8cdb008a6b d9467c8ca1b2d943b4b997cadedc960f937cdf83 converged 607 -56 0e1b37392255c8e1029048961c20b6f6ac9111ab afc6fee3f93f2ff762f1297a7da7d750481e8e38 converged 326 -56 112bc01f010f8df228a9524987461f9f34ea0437 3f177c5fc12341b89ef8bef5d452a6df3b4f761e converged 333 -56 21f4f441cdec6810f42efa617cb6491521b7fa3d 57962b7cef26f050c3378e186a634395d75a60ed converged 358 -56 26cc6a41b8cd906d1d4e5432584029b512ed58e4 3c7d1bf72bcf66b65cbfe71125fbb703c181749c converged 363 -56 3cd819d63095c0c33ae71323c04e43c015a7fa88 f78d50088bd450c004336de2ca048aad8655b5fe converged 387 -56 3f48452e8a434e8931cd5b5e074f0f2cf55e729b becfac3d367264b6f9c2d5cc42931bc8ed849f29 converged 390 -56 a13c8811843bc15c45d10059ed4fa97a0c97e622 c27f7f9fc5c3502db4b38df816ddb304b3b3503e converged 507 -56 cfb28c686040b3dcc22a94554c8161b1974d23a8 afe25b551072b5e0dcfad710899d1b8430474e9a converged 560 -56 f8596ee0738fd16a5157d960bb58795b73bbc92e bf0bfe30b8f5655f7f2bae16b2caa8a3e871159f converged 601 +analysis parent +1 01820143b8dad579042e97586dfcaa8d836632df +1 02281934448385eab0ba82aab9439774075bc749 +1 1ebf00281ca136b0d7e8313198aafde6330c5d8a +1 1fd09f060742246821c7170007e45e0dcc12f92a +1 3c9fc6864351dbf7b4e2692b6098cbdd7df492b4 +1 4b0bbae61276d4aca0c24f3d6b7e566ceec037fe +1 85b0a8c396df13bd5d38909d1dc3fdc75e92f0e8 +1 e5d2db99078a4ce336c9668b697c2f7194fda30a +1 fbdd47bc5a324f13dce24db29cc0f3ed5cd68a5c +2 04a55eb374293822f7749dfa29273874aaa26ba2 +2 0c94c18bda02769388858f8000fc552299ea9fd1 +2 0eecf251630ced89a0297613eed034cd067d7a5e +2 13a2be20884601193d5004314f250304b16b0b0d +2 13acd9516d65d545683ab9042841e81680dac842 +2 1e2e457883ad9c44893973fee53b2f40cb249174 +2 22b360088422949128081af1024de9982ad06021 +2 24227dfc1edbb9894589e00353420ce884a7c59f +2 298f1dcb1ac7f718236fece078ea56e1c9ae861c +2 37c29ad08e645ba9861d7a07ccf12c478e4cb4b5 +2 3c7bdedd355a50dcf680c78ed460d8e163a0b6f5 +2 48f866228a3df17658f02e54b0dcf58e81a68305 +2 4d9849f2012a859bccd49a821cc4ae69a1a9f7a2 +2 5048328a06aad3322f2e75babae9e065ae7ef71d +2 509b8e7397d56a1a2d5545eea6d821f4c9ff900c +2 60c12aabf2aa1afccb798f75561bac20563f0660 +2 639f918943cae27cb010ce33e0d5af720cf66b63 +2 71d068ab0ff9a2bd29cf9dbf7535d9543835f003 +2 7bba582bd49ca11dcb0c82fac0aa3fc4cae711f0 +2 81b327edb111aae046e3ce6407b3154dbbc7c552 +2 94653caed1c9961b74a0e18b0e973a2fb1c421d5 +2 a5cbe6463a1c8fe33d8d2f3d7ee9e65d30a9e402 +2 aa2dc585fbac269cf6d965626e9d2861e1575c82 +2 ad4c554aa4a0a9897c953c0c3426a9c11081059a +2 ba1449c0bbaf127c29fac58ab8469b2b04af88fb +2 c288cae552e92290eb84652deb21cdf456ae2c2b +2 cfd5e7d9cb7cb885c9fce61da40c04e947b370c6 +2 e21a4ba8a6c6cb9aa9aa274adf0896df17f8a0f3 +2 ee8d756459b4e25f7f6912fb6d82a868148d5b90 +2 fa6e52586a6d67d538cd5b179fb8ea7e578a62b2 +2 fdae76b494dbd0612d322f92c38e50b39d96a347 +3 045d4602d1a5d257873b3b7f558a7b4e00652a1d +3 0e3673649aca58221b0a3158ad94dc6a7ab355d4 +3 16e2b4bb40b5089c8af49a1f0bbfd48c7d454485 +3 23830dabb163be694981b5a38371088807cb3e0c +3 238d55efd1c86737a503b525c45299d2639d45a1 +3 2e9cf961e497dc275e6ad3ac97d4143873e74ee3 +3 4cf2fb357c6aa51fe420fc7360a2c56145acb25e +3 5eea41fb35de0a3f947e2ed507a2298e6fca8637 +3 64d19d83e2f1cb6f2db1eab9e1374d71189bf2e1 +3 7704a0195988075b721e18a2bb5d83ced794c89e +3 7d57a108e323b060837cfbdd8d35164b07643183 +3 7ec7726a674416de4ad9d650c8813d7c457281df +3 81996bbe1770d890ef3e4bd1c3c66eb6895f20d1 +3 8a89a02af41545f602cddaaad2082499797168ad +3 8c5c2f02efe683afbbcbe79429a715600b690946 +3 95db42f28c12959e14d541bec26176ac9fe5c770 +3 9d5622ccbc845b50391373837036f67db13faa11 +3 ba2dad6b42c0ee3d4f2d79864eca764d505ea540 +3 f2c33e3bdecde54ec26f92362dcda1729b56fbf7 +4 04a55eb374293822f7749dfa29273874aaa26ba2 +4 086dcf3e92ab9092b1d7cb9c8f2ee620469f9217 +4 0c94c18bda02769388858f8000fc552299ea9fd1 +4 0eecf251630ced89a0297613eed034cd067d7a5e +4 13a2be20884601193d5004314f250304b16b0b0d +4 13acd9516d65d545683ab9042841e81680dac842 +4 157066674a266b7584542f4d3c5e57482e39af6f +4 19816fa9444ea841195e176cd790f5df3c664f38 +4 1e2e457883ad9c44893973fee53b2f40cb249174 +4 1ec7a2867d9d4b2c98bd3e9fa20566371b7f24aa +4 22b360088422949128081af1024de9982ad06021 +4 239d52d3cd41b81d4df9d8aa625aed9b0fe1c322 +4 24227dfc1edbb9894589e00353420ce884a7c59f +4 298f1dcb1ac7f718236fece078ea56e1c9ae861c +4 2a887b8b2e98a3594f153d51ff6a019513c6f0f2 +4 37c29ad08e645ba9861d7a07ccf12c478e4cb4b5 +4 3c7bdedd355a50dcf680c78ed460d8e163a0b6f5 +4 3ff4af1d8a312082025dcaf58c2f3de0612a18fd +4 45a021fbf4fba35e8423b74ab91b19e4397ac458 +4 48f866228a3df17658f02e54b0dcf58e81a68305 +4 4d9398039ec869eb9e3cbeb2243e32af13c372c2 +4 4d9849f2012a859bccd49a821cc4ae69a1a9f7a2 +4 5048328a06aad3322f2e75babae9e065ae7ef71d +4 509b8e7397d56a1a2d5545eea6d821f4c9ff900c +4 50b3da39a061e525c638c8883d2ed2d4daca2336 +4 60c12aabf2aa1afccb798f75561bac20563f0660 +4 639f918943cae27cb010ce33e0d5af720cf66b63 +4 67e25016ebf9cf7685ea64ddbcfd38e96e19751c +4 6a15a0aa643e87ab92e693c4beb4eef7141e4e97 +4 71d068ab0ff9a2bd29cf9dbf7535d9543835f003 +4 74067f430a31475a8b36ccade4580f242a906831 +4 7bba582bd49ca11dcb0c82fac0aa3fc4cae711f0 +4 81b327edb111aae046e3ce6407b3154dbbc7c552 +4 81cbf924688ab26f8728c0c9fbbacd202c9e6f40 +4 8820e1f031205cf8559d9b6d049918e1dfcc2f46 +4 94653caed1c9961b74a0e18b0e973a2fb1c421d5 +4 9e1117a9ad17df75a083efd957fd5be657381e02 +4 9fbac3bab238a4571786d06974eed816198ccc2b +4 a5cbe6463a1c8fe33d8d2f3d7ee9e65d30a9e402 +4 a6c200aae1811b6c6fa1af0c78bb4c2909346485 +4 a9fb03be113af02e75e217a1260d09d33c90eefe +4 aa2dc585fbac269cf6d965626e9d2861e1575c82 +4 ad4c554aa4a0a9897c953c0c3426a9c11081059a +4 ba1449c0bbaf127c29fac58ab8469b2b04af88fb +4 bbbdfee9bdb7a292f39e93ba1115502cb42a0e65 +4 c288cae552e92290eb84652deb21cdf456ae2c2b +4 cfd5e7d9cb7cb885c9fce61da40c04e947b370c6 +4 d249e37bc28dfb3f405611bfcf32de1074677b5b +4 d322bbf779b2926c4fbbb8b945a606f25255f0b9 +4 dca235dc05840e97a05955c7105b806f12dd8d8e +4 df3b69dd23d3bce265625cbec5709999b323b7aa +4 e1736b039a22d69a8435fe07b794ad83ad00e80f +4 e21a4ba8a6c6cb9aa9aa274adf0896df17f8a0f3 +4 e26145582f20d9c92c9ad2fa693c7c4550ab67c1 +4 e91ff985101aa3a5fd04f9b8743f28074e0677d3 +4 ee8d756459b4e25f7f6912fb6d82a868148d5b90 +4 f79c0848f96c5fe5e0d46690ce1c009f36c87a7d +4 f80303f72ccc3a37c49fbd02110d5fe8a5398d7f +4 fa6e52586a6d67d538cd5b179fb8ea7e578a62b2 +4 fdae76b494dbd0612d322f92c38e50b39d96a347 +5 13bd9343b92d517039ac19b526923a59850414e2 +5 13c5e56835fd30218f2329946792581805924882 +5 48864233ad7a6eec59d131046bee881bed1b3083 +5 4f44522ede9c72227953795c38ef3dc5f4b9f420 +5 6d05528078e617f43208039354f70384770e3cb3 +5 6edff4fac0fd5e5abe0a9ddf5ec3e778f46d710f +5 746dca19885003830582ba96a44a79c150f854b6 +5 ba9fa4587341ce1532b19bb791cd9c211f3c4cff +5 e9ce055041b639b85143ce17b7caaa8a88af2c2e +6 017742e1adf41ffe40b27713058753e5d696f0b0 +6 02b051687a3d70038a6bb9cab88b74b1e2df6b22 +6 1647278de526324fa3b85d62c53164f6a883c8ca +6 3f4bb547f035a32f903573fb7a368eb4d5ee005e +6 6497cefa1dd3bd6e622fc8500ca05573326a8095 +6 7a846e5f5c5d53ee33af5ac08b8e39e975c16119 +6 9570a1411caed57af18a9ddbb3def89338aef2ca +6 9e1a1b2748cd9a719a66d15709ef01ef665130de +6 bbac9c8e2d90f2ac6a114d59e9230ed76874e50b +6 cce1f4f5fc36b232cc73a5f3ce45e76d2daa5470 +6 cff7ce9992dde456e5478f98b4f54a3cf43637bd +6 deb1a2e17d7dde5da7c438046d559f986bb64fcf +6 e3219d66ba1f73b8e71345a05f1e1a8f37c9048b +6 f237128fd14f71cec9eebbfb1530f6cfe669325e +6 fdb8661f101d181e2b3370da1993cba602b11a17 +7 18cdeffb007a8a656b5c08d816db17a163d36f7d +7 2d68bcde73418bbda41a72ab007ce69498c14e10 +7 35cdb8854ee2bc15c36d24542a16ab0168886cd7 +7 3b7128fbdd6169874503884270c77950792c50ff +7 3c19f428e8a3564308a4a93f1c3d79972943c2d0 +7 412fd1a4cd9f043a5157febc2c457599f3e19397 +7 5e8552e3e214f6b513834e75b9f2ceb90baa959b +7 624003fdf510f80c049a3c5e347c83a42069614f +7 716b8ef4ca18c28209406e0b656a841ffc1ea122 +7 73702ef82ad97efeee8d3c2cd520a7ea12875d65 +7 7436efe3e90485d2be0b1563c9144bcb97fede1c +7 8bb51bbb2253988d8c94f87a9383d026249e582b +7 8ed3975acc9d66c1a98d0d25b75f4a103d1e808c +7 9e3166b854c5399fbef652c3e996597b7d6ff7e5 +7 a5266704713d9426cb0cde7a9e29f52b411a26c7 +7 a866e6f47eabc7a740be5df0aabc452c432e4407 +7 c180b790bceb7f86b3e075f471eff1a60db7fff6 +7 c1edf5665cb5a922f3d932d9e6e76fb80306f129 +7 c238ef87c637115f3a04144fd33c5aa13b4d081d +7 d71236d5f28289db09399e2082f3a42259293758 +7 d71342fea40a03beca3708a70dfb21250b4c0447 +7 e492a9e9b9d46379051e29381e1af5b01a7d38e3 +7 f3e1d6cfd07c95f3d9936b63571f7222cba82b0c +7 f49992e364ea1713ca04a5e6a66fac45cabfd0d8 +7 fa205799e4cf7cbb0d5ad3a36a1e70f2582c6f97 +8 0ac0c7a68a55939986b55ae01c7591d939bd0050 +8 1089e5b9666b95bd0ae7cedffb4c1d512ff40f9d +8 1ab70d11d7134d0eadfdd497ddde4c347552eaef +8 1c1785df5ff39c0fb896f7b8c683d796191a1490 +8 29e97a5596d0a25eb314c873e4abc782ddd9ba41 +8 3cd88713c840feceb88863ff7f878c2beb2f986c +8 5026da969751de957234d12f6685e69d179e369b +8 51e250878c67ea3981d20aaf396be1e47496ef08 +8 5c14a5025b6589ad23273152fb46e48cbac04b15 +8 6309b3559e5a9a248b463a1f7db1d9cf96510d0f +8 65f9064f785a46fb35e3f54569f6c4d688edf5ec +8 67abee5088221a24303c211468b1d273a2f95cb6 +8 6f056d138344785b771ce9cde1db91eed685c709 +8 757f90dc2597cb7517edce24dcd2e4347c5c04fb +8 888fc669390ae612f20cab8a45fc965b02934e10 +9 12e338bbd3e93c0aac0caa0bfb6db7e41e65c47f +9 1b61d04169590373b8f06c72fba7e35cdfd5fd90 +9 50ac654743d7c6712015e740d05bb5444a3e8d94 +9 5fc5c6c78fc3ea5778aa300adb04b7362b0ec3cc +9 6166716d5e69502ea8bdf6e484f4b1906233e634 +9 62e9b0baf9450e7f5e3a728a67a48be3b073e465 +9 6cebcc0c83e7daaa9705912145c515b0dff9a5d8 +9 879053c2bdae47e91dfac2ddab11231eda9f91f3 +9 898638db012fda728fa65d51e7242bac84e052af +9 8d9d5e174b9b5ee4c1eaf9baf80aa8065cfe8432 +9 9e8d8f8507b707b256b94005888e056b92799306 +9 a683498a025f415d9a85f21e3387c20ed3a88a7a +9 abd9213705cd8d5b224148d0abf9f2329ea563b2 +9 b181541108230bb197c53e6275d51daba692600b +9 b1f9b9406b8ae5c1a958294559bb3535d8720222 +9 c3d80151d443add981c04f3e746ec8e6cbb5a2f7 +9 c502f54dc554a5eebaec65c05c1012c9abf9fdc8 +9 c9308cb754a45a11fd23d32fff1da892c6ced507 +9 cfaa21ec096ef36edfd9a041e8e43fa64cb10012 +9 eaf13f31c47cf21747e885fbe9c787a4bd1c0254 +9 fc48bd34232b627732e407f28b9842b408a5fb97 +10 004046eef0d48ce4f63e5d0c05cf33228a2f7498 +10 045d4602d1a5d257873b3b7f558a7b4e00652a1d +10 069918f87d208eddf583d705309b06fc62e794a2 +10 07b868c982c9a5052c255b71c04a5fdda300a388 +10 09ddef5d7b734b147bad58c751f5526ccf98b13d +10 0a1d73e2e383946b882ea071fca74f7080d9d00f +10 0e3673649aca58221b0a3158ad94dc6a7ab355d4 +10 12e338bbd3e93c0aac0caa0bfb6db7e41e65c47f +10 16e2b4bb40b5089c8af49a1f0bbfd48c7d454485 +10 217ed8e347efb07659f8e9f560c69292fedc3c84 +10 23830dabb163be694981b5a38371088807cb3e0c +10 238d55efd1c86737a503b525c45299d2639d45a1 +10 2ac65fde42d160fc97715426159e6ca21f5d4510 +10 2e9cf961e497dc275e6ad3ac97d4143873e74ee3 +10 30ccace5e3426f3b5eb69a0ad0d4435dd9c7ba21 +10 36d60372d7514f65e06c39bb9e595056009c9e46 +10 46e9b7b7811f9fe424d7fd9542d93c1aafb5c0af +10 49f4e03a6a7aeed34ff5f5b47cad93fac1fe0010 +10 4cf2fb357c6aa51fe420fc7360a2c56145acb25e +10 50ac654743d7c6712015e740d05bb5444a3e8d94 +10 59a7f4289436966d649463de70228b3687fd4c5e +10 5eea41fb35de0a3f947e2ed507a2298e6fca8637 +10 5fc5c6c78fc3ea5778aa300adb04b7362b0ec3cc +10 6166716d5e69502ea8bdf6e484f4b1906233e634 +10 62e9b0baf9450e7f5e3a728a67a48be3b073e465 +10 64d19d83e2f1cb6f2db1eab9e1374d71189bf2e1 +10 6bb5128c9f2b59ad14f8217989a439595c7ebec7 +10 6cebcc0c83e7daaa9705912145c515b0dff9a5d8 +10 6e478a035e8b0adff6efc950f71401561392c807 +10 7704a0195988075b721e18a2bb5d83ced794c89e +10 7d57a108e323b060837cfbdd8d35164b07643183 +10 7ec7726a674416de4ad9d650c8813d7c457281df +10 81996bbe1770d890ef3e4bd1c3c66eb6895f20d1 +10 879053c2bdae47e91dfac2ddab11231eda9f91f3 +10 8a89a02af41545f602cddaaad2082499797168ad +10 8c5c2f02efe683afbbcbe79429a715600b690946 +10 8dfedc1b4ed287a3d0c58e4fbccc67dbab171dad +10 94f7afb8bcb6fc044661f915b1f8a80e8803263c +10 95db42f28c12959e14d541bec26176ac9fe5c770 +10 9bf5c9b0d3a3666a69294116d3b330f84ce57041 +10 9d5622ccbc845b50391373837036f67db13faa11 +10 a1bf5c8957ea202da6300907fb961a764e87df78 +10 abd9213705cd8d5b224148d0abf9f2329ea563b2 +10 b181541108230bb197c53e6275d51daba692600b +10 b1f9b9406b8ae5c1a958294559bb3535d8720222 +10 ba2dad6b42c0ee3d4f2d79864eca764d505ea540 +10 bdb6e8cfd4696b43d0fd168b1e1962adef887a44 +10 c12bc04670e89bcdbb0713e33799722237d07cac +10 c3d80151d443add981c04f3e746ec8e6cbb5a2f7 +10 c502f54dc554a5eebaec65c05c1012c9abf9fdc8 +10 c5b4e71b89a6f3cd8f39a18e091ef7e051ee2e81 +10 c9308cb754a45a11fd23d32fff1da892c6ced507 +10 cb5a9603206aa6dbaf957f44faf06d37db456b44 +10 dc0746b39fbc2171c4f7ed4b3b8ef9e2fbe1037c +10 e0bfc776e6a02bc6547d41883bf7294330f09630 +10 e5cb51fa1e128b48ec74e6f5b4adbcbf3521cc5f +10 ea9b65940ed53ac5838061a0c5dbda0d26c141e6 +10 f2c33e3bdecde54ec26f92362dcda1729b56fbf7 +10 f546ca91d1595504128d54c44138ef0d929f9f0c +10 fc48bd34232b627732e407f28b9842b408a5fb97 +11 472caa2214b437deefc19511aaf739b7cbd3ecb7 +11 604b40810fa6b27f8c2f4250e804cc125cd68f5f +11 60832e70a04077b007f3b2dc56709ab63aff4a86 +11 813e3d9d95ef76757b54e5dbb166a5db5aa88a0d +11 95691bede9f87afb54564f86aa0358036857dbcd +11 b067fd18ce587fc70d18910dbe4388178c612b8c +11 c2fbab22f2c39ced27ab196e0e6b4846ad7ea48f +11 d814f40c9ccef8ca0869a4c2f143e2665dd376bc +11 fb18ef4f69b9f05ac4dad817fa605a515e810dc2 +12 042c62e88d59338f6935f33f9a949d273efe3748 +12 131e2b6be1c42c9c2d06347aae6ca4a6f8a6ac05 +12 14fc6c72d56ea1c82130ddbb47f65ebc28b9b810 +12 16a5d644dc54104c94f3335cdf8f30ec476021ad +12 16a689d01a34dffcc930d1daacdc88f0ec1c2bf1 +12 1c74af0696d259b1db2a4831bcaa2da043b729b6 +12 1cc976cd5867018f0c2034cb4360c973e277d0df +12 1ce91dbbbe9b0fe9c8d163166ae03fca614abc28 +12 2dbb6715151b36368dfb65c36aca05bc04c54c31 +12 3c8fb6873aa6cc8b9e0baa93291e5e7b7c58b530 +12 5413d82fe4891408d750fd46a5608eb2f225341c +12 59e189a1745d6a58daaa1e656bee7b12bc4fe4e3 +12 6afa5cc049c68b8309ad5dd0d733c60165d6b0a0 +12 6f3beac740afd6248f87106225c4b4854e2ca598 +12 7436efe3e90485d2be0b1563c9144bcb97fede1c +12 7936c8dca89e056fc01ebeeb206574d148293583 +12 8caa03354967c173911c41dc67c0781747fc4a1a +12 ef2230fedf1e0d489325f030bebb25dfe23ba7aa +12 f3e1d6cfd07c95f3d9936b63571f7222cba82b0c +13 086dcf3e92ab9092b1d7cb9c8f2ee620469f9217 +13 157066674a266b7584542f4d3c5e57482e39af6f +13 2a887b8b2e98a3594f153d51ff6a019513c6f0f2 +13 3ff4af1d8a312082025dcaf58c2f3de0612a18fd +13 412342070494b4c361dfb2919d179f28758e78ea +13 5b4f9da24df3df33d40dce60c5c7d44a88b745a3 +13 6a15a0aa643e87ab92e693c4beb4eef7141e4e97 +13 735dfddeed860c6f032a9bbf6630d9d8b492f270 +13 74067f430a31475a8b36ccade4580f242a906831 +13 81cbf924688ab26f8728c0c9fbbacd202c9e6f40 +13 9fbac3bab238a4571786d06974eed816198ccc2b +13 a06a959db9c3174d21f75c8caeb3cea8706130aa +13 a339d057658587a9b2e5edcd676a982448db336a +13 a6c200aae1811b6c6fa1af0c78bb4c2909346485 +13 a9fb03be113af02e75e217a1260d09d33c90eefe +13 b91bc5bbe8a6c93572deeef96fb7ec2c81985a0e +13 bbbdfee9bdb7a292f39e93ba1115502cb42a0e65 +13 d249e37bc28dfb3f405611bfcf32de1074677b5b +13 e1736b039a22d69a8435fe07b794ad83ad00e80f +13 f76f6a390dcac4e466914ba1af10d8c234fac632 +13 f80303f72ccc3a37c49fbd02110d5fe8a5398d7f +14 08e75ab4fead8fa2a9ad34dd8204a3a1a9b23026 +14 0f059704d65b4098194da937e2dbfa098153559a +14 167bccea5339c5c890f9e097fbf5c692e581a4ce +14 1767a834ac075c85fd8e6b3abe6f372cb8ddb3c1 +14 1bfca8efb0e0b9f97a0ade8f66f4a235352c775b +14 28448d9f1eb13d9c8b05291eb981aa9ac07e3478 +14 37080488d54e5cd6d6ecfd4fc23da13ee0bfce72 +14 3c6bde932e8dcdc276c7937e817d2421ac586b4f +14 43d26f8fd688ace375cc574bf7817934f1c03a06 +14 52bc86dc3762342cb33293e02d945af20f11314e +14 53976a8bbb2adb015c9bf61fed353cd45fa7f1d4 +14 56e87b0be996d1c5bb18ed1a1f3da5920b7ad7c7 +14 62867cb1baa22d22ae20524a2db037f0c2a0e64a +14 6a416c3576ff44a243b86d3cf3c093be5c2f9eb9 +14 7f313457f7088e228910a4652023f05fdb1979ec +14 849da52e376b6f159b7fc26d893d1075fe507e4a +14 b5ab30697028f0301bb78a5db51832564c34d78b +14 b5f469f3b325f85ac60eabef2e8bef5884b9dc8a +14 bbf3138e02ea5d33a4f6356dab8e4bd3cda85048 +14 bfc1d94f384e7b05dfaef7eb27024b8293a019ac +14 d08e2df868cd5e62f2d137617903e1d72a070dd3 +14 d7edf6992e16c1ecdbbe2e180bf0f987a223c028 +14 d8f43c118571b1e35255744fc6f9aebc98743939 +14 eb08ef1e285d9eb4b943589854dc88e77ace8aef +14 f0f7b94b563f6840c3656b7c066a8ac9cbc4d178 +15 004046eef0d48ce4f63e5d0c05cf33228a2f7498 +15 09ddef5d7b734b147bad58c751f5526ccf98b13d +15 0a1d73e2e383946b882ea071fca74f7080d9d00f +15 46e9b7b7811f9fe424d7fd9542d93c1aafb5c0af +15 49f4e03a6a7aeed34ff5f5b47cad93fac1fe0010 +15 50ac654743d7c6712015e740d05bb5444a3e8d94 +15 59a7f4289436966d649463de70228b3687fd4c5e +15 5fc5c6c78fc3ea5778aa300adb04b7362b0ec3cc +15 6166716d5e69502ea8bdf6e484f4b1906233e634 +15 64d19d83e2f1cb6f2db1eab9e1374d71189bf2e1 +15 6e478a035e8b0adff6efc950f71401561392c807 +15 7704a0195988075b721e18a2bb5d83ced794c89e +15 879053c2bdae47e91dfac2ddab11231eda9f91f3 +15 8dfedc1b4ed287a3d0c58e4fbccc67dbab171dad +15 94f7afb8bcb6fc044661f915b1f8a80e8803263c +15 a1bf5c8957ea202da6300907fb961a764e87df78 +15 abd9213705cd8d5b224148d0abf9f2329ea563b2 +15 b1f9b9406b8ae5c1a958294559bb3535d8720222 +15 bdb6e8cfd4696b43d0fd168b1e1962adef887a44 +15 c3d80151d443add981c04f3e746ec8e6cbb5a2f7 +15 c502f54dc554a5eebaec65c05c1012c9abf9fdc8 +15 c5b4e71b89a6f3cd8f39a18e091ef7e051ee2e81 +15 dc0746b39fbc2171c4f7ed4b3b8ef9e2fbe1037c +15 e5cb51fa1e128b48ec74e6f5b4adbcbf3521cc5f +15 fc48bd34232b627732e407f28b9842b408a5fb97 +16 086dcf3e92ab9092b1d7cb9c8f2ee620469f9217 +16 0eecf251630ced89a0297613eed034cd067d7a5e +16 13a2be20884601193d5004314f250304b16b0b0d +16 13acd9516d65d545683ab9042841e81680dac842 +16 157066674a266b7584542f4d3c5e57482e39af6f +16 1e2e457883ad9c44893973fee53b2f40cb249174 +16 24227dfc1edbb9894589e00353420ce884a7c59f +16 3ff4af1d8a312082025dcaf58c2f3de0612a18fd +16 5048328a06aad3322f2e75babae9e065ae7ef71d +16 509b8e7397d56a1a2d5545eea6d821f4c9ff900c +16 639f918943cae27cb010ce33e0d5af720cf66b63 +16 67e25016ebf9cf7685ea64ddbcfd38e96e19751c +16 6a15a0aa643e87ab92e693c4beb4eef7141e4e97 +16 71d068ab0ff9a2bd29cf9dbf7535d9543835f003 +16 81cbf924688ab26f8728c0c9fbbacd202c9e6f40 +16 a5cbe6463a1c8fe33d8d2f3d7ee9e65d30a9e402 +16 a6c200aae1811b6c6fa1af0c78bb4c2909346485 +16 ba1449c0bbaf127c29fac58ab8469b2b04af88fb +16 c288cae552e92290eb84652deb21cdf456ae2c2b +16 d249e37bc28dfb3f405611bfcf32de1074677b5b +16 df3b69dd23d3bce265625cbec5709999b323b7aa +16 e1736b039a22d69a8435fe07b794ad83ad00e80f +16 e21a4ba8a6c6cb9aa9aa274adf0896df17f8a0f3 +16 f79c0848f96c5fe5e0d46690ce1c009f36c87a7d +16 f80303f72ccc3a37c49fbd02110d5fe8a5398d7f +17 042c62e88d59338f6935f33f9a949d273efe3748 +17 131e2b6be1c42c9c2d06347aae6ca4a6f8a6ac05 +17 14fc6c72d56ea1c82130ddbb47f65ebc28b9b810 +17 16a689d01a34dffcc930d1daacdc88f0ec1c2bf1 +17 18cdeffb007a8a656b5c08d816db17a163d36f7d +17 1c74af0696d259b1db2a4831bcaa2da043b729b6 +17 1cc976cd5867018f0c2034cb4360c973e277d0df +17 1ce91dbbbe9b0fe9c8d163166ae03fca614abc28 +17 29e97a5596d0a25eb314c873e4abc782ddd9ba41 +17 2dbb6715151b36368dfb65c36aca05bc04c54c31 +17 35cdb8854ee2bc15c36d24542a16ab0168886cd7 +17 3b7128fbdd6169874503884270c77950792c50ff +17 3c19f428e8a3564308a4a93f1c3d79972943c2d0 +17 3c8fb6873aa6cc8b9e0baa93291e5e7b7c58b530 +17 3cd88713c840feceb88863ff7f878c2beb2f986c +17 412fd1a4cd9f043a5157febc2c457599f3e19397 +17 5413d82fe4891408d750fd46a5608eb2f225341c +17 5c14a5025b6589ad23273152fb46e48cbac04b15 +17 5e8552e3e214f6b513834e75b9f2ceb90baa959b +17 6afa5cc049c68b8309ad5dd0d733c60165d6b0a0 +17 6f3beac740afd6248f87106225c4b4854e2ca598 +17 73702ef82ad97efeee8d3c2cd520a7ea12875d65 +17 7436efe3e90485d2be0b1563c9144bcb97fede1c +17 7936c8dca89e056fc01ebeeb206574d148293583 +17 8bb51bbb2253988d8c94f87a9383d026249e582b +17 8caa03354967c173911c41dc67c0781747fc4a1a +17 a5266704713d9426cb0cde7a9e29f52b411a26c7 +17 c1edf5665cb5a922f3d932d9e6e76fb80306f129 +17 d71342fea40a03beca3708a70dfb21250b4c0447 +17 ef2230fedf1e0d489325f030bebb25dfe23ba7aa +17 fa205799e4cf7cbb0d5ad3a36a1e70f2582c6f97 +18 069918f87d208eddf583d705309b06fc62e794a2 +18 12e338bbd3e93c0aac0caa0bfb6db7e41e65c47f +18 217ed8e347efb07659f8e9f560c69292fedc3c84 +18 2ac65fde42d160fc97715426159e6ca21f5d4510 +18 30ccace5e3426f3b5eb69a0ad0d4435dd9c7ba21 +18 36d60372d7514f65e06c39bb9e595056009c9e46 +18 62e9b0baf9450e7f5e3a728a67a48be3b073e465 +18 6bb5128c9f2b59ad14f8217989a439595c7ebec7 +18 6cebcc0c83e7daaa9705912145c515b0dff9a5d8 +18 9bf5c9b0d3a3666a69294116d3b330f84ce57041 +18 c9308cb754a45a11fd23d32fff1da892c6ced507 +18 cb5a9603206aa6dbaf957f44faf06d37db456b44 +18 e0bfc776e6a02bc6547d41883bf7294330f09630 +18 ea9b65940ed53ac5838061a0c5dbda0d26c141e6 +18 f546ca91d1595504128d54c44138ef0d929f9f0c +19 045d4602d1a5d257873b3b7f558a7b4e00652a1d +19 09ddef5d7b734b147bad58c751f5526ccf98b13d +19 0a1d73e2e383946b882ea071fca74f7080d9d00f +19 0e3673649aca58221b0a3158ad94dc6a7ab355d4 +19 16e2b4bb40b5089c8af49a1f0bbfd48c7d454485 +19 217ed8e347efb07659f8e9f560c69292fedc3c84 +19 23830dabb163be694981b5a38371088807cb3e0c +19 238d55efd1c86737a503b525c45299d2639d45a1 +19 2e9cf961e497dc275e6ad3ac97d4143873e74ee3 +19 46e9b7b7811f9fe424d7fd9542d93c1aafb5c0af +19 59a7f4289436966d649463de70228b3687fd4c5e +19 5eea41fb35de0a3f947e2ed507a2298e6fca8637 +19 64d19d83e2f1cb6f2db1eab9e1374d71189bf2e1 +19 6e478a035e8b0adff6efc950f71401561392c807 +19 7d57a108e323b060837cfbdd8d35164b07643183 +19 7ec7726a674416de4ad9d650c8813d7c457281df +19 81996bbe1770d890ef3e4bd1c3c66eb6895f20d1 +19 8a89a02af41545f602cddaaad2082499797168ad +19 8c5c2f02efe683afbbcbe79429a715600b690946 +19 8dfedc1b4ed287a3d0c58e4fbccc67dbab171dad +19 94f7afb8bcb6fc044661f915b1f8a80e8803263c +19 9d5622ccbc845b50391373837036f67db13faa11 +19 a1bf5c8957ea202da6300907fb961a764e87df78 +19 ba2dad6b42c0ee3d4f2d79864eca764d505ea540 +19 bdb6e8cfd4696b43d0fd168b1e1962adef887a44 +19 c5b4e71b89a6f3cd8f39a18e091ef7e051ee2e81 +19 dc0746b39fbc2171c4f7ed4b3b8ef9e2fbe1037c +19 e0bfc776e6a02bc6547d41883bf7294330f09630 +19 e5cb51fa1e128b48ec74e6f5b4adbcbf3521cc5f +19 f2c33e3bdecde54ec26f92362dcda1729b56fbf7 +19 f546ca91d1595504128d54c44138ef0d929f9f0c +20 19816fa9444ea841195e176cd790f5df3c664f38 +20 1ec7a2867d9d4b2c98bd3e9fa20566371b7f24aa +20 298f1dcb1ac7f718236fece078ea56e1c9ae861c +20 3c7bdedd355a50dcf680c78ed460d8e163a0b6f5 +20 45a021fbf4fba35e8423b74ab91b19e4397ac458 +20 4d9398039ec869eb9e3cbeb2243e32af13c372c2 +20 60c12aabf2aa1afccb798f75561bac20563f0660 +20 74067f430a31475a8b36ccade4580f242a906831 +20 9e1117a9ad17df75a083efd957fd5be657381e02 +20 9fbac3bab238a4571786d06974eed816198ccc2b +20 a9fb03be113af02e75e217a1260d09d33c90eefe +20 bbbdfee9bdb7a292f39e93ba1115502cb42a0e65 +20 d322bbf779b2926c4fbbb8b945a606f25255f0b9 +20 dca235dc05840e97a05955c7105b806f12dd8d8e +20 e91ff985101aa3a5fd04f9b8743f28074e0677d3 +21 10cb4d43b485773281d736b7c7603df29f0b8b6a +21 1767a834ac075c85fd8e6b3abe6f372cb8ddb3c1 +21 1d40958c53275b4f175192fd4593ccadcf93d137 +21 205eb60092eabc122217ea698b732cb448defc8b +21 28448d9f1eb13d9c8b05291eb981aa9ac07e3478 +21 37080488d54e5cd6d6ecfd4fc23da13ee0bfce72 +21 3c6bde932e8dcdc276c7937e817d2421ac586b4f +21 52bc86dc3762342cb33293e02d945af20f11314e +21 7e6d75a628fa180685a72f493f914ed25caef006 +21 7f313457f7088e228910a4652023f05fdb1979ec +21 b208e27126d664176060d5eb42362b601f69a8bc +21 bbac9c8e2d90f2ac6a114d59e9230ed76874e50b +21 bbf3138e02ea5d33a4f6356dab8e4bd3cda85048 +21 cce1f4f5fc36b232cc73a5f3ce45e76d2daa5470 +21 d08e2df868cd5e62f2d137617903e1d72a070dd3 +21 d0c35402c9ff4c406808bc4b014c8a6082b70650 +21 eb08ef1e285d9eb4b943589854dc88e77ace8aef +21 ed480de5bf3dcc5d4284c655e88ba305c86c52cd +21 f237128fd14f71cec9eebbfb1530f6cfe669325e +21 fdb8661f101d181e2b3370da1993cba602b11a17 +21 fee66a08131b8425fcb126f2f7d604d995b9ca2c +22 02b051687a3d70038a6bb9cab88b74b1e2df6b22 +22 08e75ab4fead8fa2a9ad34dd8204a3a1a9b23026 +22 0ee76e93160fced812a33960f68bc17519cb1769 +22 0f059704d65b4098194da937e2dbfa098153559a +22 167bccea5339c5c890f9e097fbf5c692e581a4ce +22 1aba4813ab54271eeab3d8eb2e03399bbf3301da +22 1dc5860f4f3b298b9f8a4996475d9be15fa87749 +22 1f484792fb004cd66ede8336120b91c9d7a62928 +22 35cb4518187b2a2bd00d79d24fa0f73a4074ddd6 +22 3f4bb547f035a32f903573fb7a368eb4d5ee005e +22 43d26f8fd688ace375cc574bf7817934f1c03a06 +22 4d135943eb2d228d74482f323155d432009dd5cf +22 53976a8bbb2adb015c9bf61fed353cd45fa7f1d4 +22 53c9db72abceb49c3a60b102ad358ede54f64193 +22 55b9b443fe28ea0bc5f27ea83646d02b4def867b +22 55e2b2627baa8e16d7a1bbc707d96dfba9f0d43d +22 56e87b0be996d1c5bb18ed1a1f3da5920b7ad7c7 +22 62867cb1baa22d22ae20524a2db037f0c2a0e64a +22 6a416c3576ff44a243b86d3cf3c093be5c2f9eb9 +22 7a846e5f5c5d53ee33af5ac08b8e39e975c16119 +22 96b2ef97d0fe98f1bdc22b390bbf8fb7f26213be +22 ac308f1c7329bdd6b089c3b87b89e8eec0dab8bd +22 ae05521c00e8f2a2cbb82fdd2c323e81e4f2045c +22 b5ab30697028f0301bb78a5db51832564c34d78b +22 b5f469f3b325f85ac60eabef2e8bef5884b9dc8a +22 bfc1d94f384e7b05dfaef7eb27024b8293a019ac +22 cdc6ec58f7c330375920ea188c683ecb029f800b +22 d8f43c118571b1e35255744fc6f9aebc98743939 +22 e53442a6239d8b64c59cedc9d2736d1f2a85655f +22 f0f7b94b563f6840c3656b7c066a8ac9cbc4d178 +22 f3cca09fcaad90e05d6c99559b2e2587d9982d17 +23 1089e5b9666b95bd0ae7cedffb4c1d512ff40f9d +23 28f9ef1c66338b4d56096a7cb57fb6a6aaf9a0b1 +23 2d68bcde73418bbda41a72ab007ce69498c14e10 +23 51e250878c67ea3981d20aaf396be1e47496ef08 +23 624003fdf510f80c049a3c5e347c83a42069614f +23 6309b3559e5a9a248b463a1f7db1d9cf96510d0f +23 65f9064f785a46fb35e3f54569f6c4d688edf5ec +23 716b8ef4ca18c28209406e0b656a841ffc1ea122 +23 82ee58357efc7ae56baeb441dc09e39ee7ff8b8b +23 9004303add726819ac91b7ae85b396285a9c6732 +23 98fa46e243bb3beadebef00649e6abd0a0569227 +23 a866e6f47eabc7a740be5df0aabc452c432e4407 +23 a9a29468aa3b04c45c3a446dba4acef55daa6a0d +23 b46369492d85bc97438b4dc69140776bbf181c54 +23 bea89bdfe6baaf05339b0761127617f6435d5470 +23 c180b790bceb7f86b3e075f471eff1a60db7fff6 +23 c238ef87c637115f3a04144fd33c5aa13b4d081d +23 d71236d5f28289db09399e2082f3a42259293758 +23 e23c46daeae3d7e0fcd12ab8b60961d1de64dc4a +23 e492a9e9b9d46379051e29381e1af5b01a7d38e3 +23 f49992e364ea1713ca04a5e6a66fac45cabfd0d8 +24 04a55eb374293822f7749dfa29273874aaa26ba2 +24 0c94c18bda02769388858f8000fc552299ea9fd1 +24 13a2be20884601193d5004314f250304b16b0b0d +24 22b360088422949128081af1024de9982ad06021 +24 37c29ad08e645ba9861d7a07ccf12c478e4cb4b5 +24 48f866228a3df17658f02e54b0dcf58e81a68305 +24 4d9849f2012a859bccd49a821cc4ae69a1a9f7a2 +24 7bba582bd49ca11dcb0c82fac0aa3fc4cae711f0 +24 81b327edb111aae046e3ce6407b3154dbbc7c552 +24 8820e1f031205cf8559d9b6d049918e1dfcc2f46 +24 94653caed1c9961b74a0e18b0e973a2fb1c421d5 +24 aa2dc585fbac269cf6d965626e9d2861e1575c82 +24 ad4c554aa4a0a9897c953c0c3426a9c11081059a +24 cfd5e7d9cb7cb885c9fce61da40c04e947b370c6 +24 df3b69dd23d3bce265625cbec5709999b323b7aa +24 e26145582f20d9c92c9ad2fa693c7c4550ab67c1 +24 ee8d756459b4e25f7f6912fb6d82a868148d5b90 +24 fa6e52586a6d67d538cd5b179fb8ea7e578a62b2 +24 fdae76b494dbd0612d322f92c38e50b39d96a347 +25 017742e1adf41ffe40b27713058753e5d696f0b0 +25 02b051687a3d70038a6bb9cab88b74b1e2df6b22 +25 08e75ab4fead8fa2a9ad34dd8204a3a1a9b23026 +25 0ee76e93160fced812a33960f68bc17519cb1769 +25 0f059704d65b4098194da937e2dbfa098153559a +25 1647278de526324fa3b85d62c53164f6a883c8ca +25 167bccea5339c5c890f9e097fbf5c692e581a4ce +25 1767a834ac075c85fd8e6b3abe6f372cb8ddb3c1 +25 1aba4813ab54271eeab3d8eb2e03399bbf3301da +25 1bfca8efb0e0b9f97a0ade8f66f4a235352c775b +25 1dc5860f4f3b298b9f8a4996475d9be15fa87749 +25 1f484792fb004cd66ede8336120b91c9d7a62928 +25 205eb60092eabc122217ea698b732cb448defc8b +25 28448d9f1eb13d9c8b05291eb981aa9ac07e3478 +25 35cb4518187b2a2bd00d79d24fa0f73a4074ddd6 +25 37080488d54e5cd6d6ecfd4fc23da13ee0bfce72 +25 3c6bde932e8dcdc276c7937e817d2421ac586b4f +25 3dd4ebeb4a9d59868b15ed77f05fd21c5f107da2 +25 3f4bb547f035a32f903573fb7a368eb4d5ee005e +25 426b2ec6c7600321e4c5dbdbae1280a794b07183 +25 43d26f8fd688ace375cc574bf7817934f1c03a06 +25 48fa12faca21cd4ad53dfb03a8ff1cffb7aa7067 +25 4d135943eb2d228d74482f323155d432009dd5cf +25 4d5336ad079625fe66afcbb7a207792af187e3a5 +25 52bc86dc3762342cb33293e02d945af20f11314e +25 53976a8bbb2adb015c9bf61fed353cd45fa7f1d4 +25 53c9db72abceb49c3a60b102ad358ede54f64193 +25 55b9b443fe28ea0bc5f27ea83646d02b4def867b +25 55e2b2627baa8e16d7a1bbc707d96dfba9f0d43d +25 56e87b0be996d1c5bb18ed1a1f3da5920b7ad7c7 +25 62867cb1baa22d22ae20524a2db037f0c2a0e64a +25 6497cefa1dd3bd6e622fc8500ca05573326a8095 +25 6a416c3576ff44a243b86d3cf3c093be5c2f9eb9 +25 7a846e5f5c5d53ee33af5ac08b8e39e975c16119 +25 7f313457f7088e228910a4652023f05fdb1979ec +25 849da52e376b6f159b7fc26d893d1075fe507e4a +25 9570a1411caed57af18a9ddbb3def89338aef2ca +25 96b2ef97d0fe98f1bdc22b390bbf8fb7f26213be +25 9e1a1b2748cd9a719a66d15709ef01ef665130de +25 ac308f1c7329bdd6b089c3b87b89e8eec0dab8bd +25 ae05521c00e8f2a2cbb82fdd2c323e81e4f2045c +25 b5ab30697028f0301bb78a5db51832564c34d78b +25 b5f469f3b325f85ac60eabef2e8bef5884b9dc8a +25 bbac9c8e2d90f2ac6a114d59e9230ed76874e50b +25 bbf3138e02ea5d33a4f6356dab8e4bd3cda85048 +25 bfc1d94f384e7b05dfaef7eb27024b8293a019ac +25 cce1f4f5fc36b232cc73a5f3ce45e76d2daa5470 +25 cdc6ec58f7c330375920ea188c683ecb029f800b +25 cff7ce9992dde456e5478f98b4f54a3cf43637bd +25 d08e2df868cd5e62f2d137617903e1d72a070dd3 +25 d7edf6992e16c1ecdbbe2e180bf0f987a223c028 +25 d8f43c118571b1e35255744fc6f9aebc98743939 +25 deb1a2e17d7dde5da7c438046d559f986bb64fcf +25 e3219d66ba1f73b8e71345a05f1e1a8f37c9048b +25 e53442a6239d8b64c59cedc9d2736d1f2a85655f +25 eb08ef1e285d9eb4b943589854dc88e77ace8aef +25 f0f7b94b563f6840c3656b7c066a8ac9cbc4d178 +25 f237128fd14f71cec9eebbfb1530f6cfe669325e +25 f3cca09fcaad90e05d6c99559b2e2587d9982d17 +25 fdb8661f101d181e2b3370da1993cba602b11a17 +26 0ee76e93160fced812a33960f68bc17519cb1769 +26 0f059704d65b4098194da937e2dbfa098153559a +26 1aba4813ab54271eeab3d8eb2e03399bbf3301da +26 1bfca8efb0e0b9f97a0ade8f66f4a235352c775b +26 1dc5860f4f3b298b9f8a4996475d9be15fa87749 +26 1f484792fb004cd66ede8336120b91c9d7a62928 +26 35cb4518187b2a2bd00d79d24fa0f73a4074ddd6 +26 3dd4ebeb4a9d59868b15ed77f05fd21c5f107da2 +26 4d135943eb2d228d74482f323155d432009dd5cf +26 4d5336ad079625fe66afcbb7a207792af187e3a5 +26 53c9db72abceb49c3a60b102ad358ede54f64193 +26 55b9b443fe28ea0bc5f27ea83646d02b4def867b +26 55e2b2627baa8e16d7a1bbc707d96dfba9f0d43d +26 96b2ef97d0fe98f1bdc22b390bbf8fb7f26213be +26 ac308f1c7329bdd6b089c3b87b89e8eec0dab8bd +26 ae05521c00e8f2a2cbb82fdd2c323e81e4f2045c +26 cdc6ec58f7c330375920ea188c683ecb029f800b +26 e53442a6239d8b64c59cedc9d2736d1f2a85655f +26 f3cca09fcaad90e05d6c99559b2e2587d9982d17 +27 30535314a8e4c37c3e782802f5f47a21475f51ce +27 32dd1653b489e8fd44a9c275d36f884571b7f2eb +27 332b223eb99643696658c5584a7ceae98d7db404 +27 4dea166a30fd955333d3694ba471a133df251678 +27 595743d708308113e8b82a123cd4047bfadf9b31 +27 78bf4ac4d9795309679c651da056e0328b8b2c98 +27 7c70b4ad4200517b3966a9dc9bf7568612109baf +27 d31c937a590e2893103cf7d505997e581eb17682 +27 dcee3be5b7beb80e6520aa890b264b82ab6a6d3f +28 042c62e88d59338f6935f33f9a949d273efe3748 +28 0ac0c7a68a55939986b55ae01c7591d939bd0050 +28 1089e5b9666b95bd0ae7cedffb4c1d512ff40f9d +28 131e2b6be1c42c9c2d06347aae6ca4a6f8a6ac05 +28 14fc6c72d56ea1c82130ddbb47f65ebc28b9b810 +28 16a5d644dc54104c94f3335cdf8f30ec476021ad +28 16a689d01a34dffcc930d1daacdc88f0ec1c2bf1 +28 17ca2696b31181b35617fed6296dd8985ff53c0c +28 18cdeffb007a8a656b5c08d816db17a163d36f7d +28 1ab70d11d7134d0eadfdd497ddde4c347552eaef +28 1c1785df5ff39c0fb896f7b8c683d796191a1490 +28 1c74af0696d259b1db2a4831bcaa2da043b729b6 +28 1cc976cd5867018f0c2034cb4360c973e277d0df +28 1ce91dbbbe9b0fe9c8d163166ae03fca614abc28 +28 29e97a5596d0a25eb314c873e4abc782ddd9ba41 +28 2d68bcde73418bbda41a72ab007ce69498c14e10 +28 2dbb6715151b36368dfb65c36aca05bc04c54c31 +28 35cdb8854ee2bc15c36d24542a16ab0168886cd7 +28 3b7128fbdd6169874503884270c77950792c50ff +28 3c19f428e8a3564308a4a93f1c3d79972943c2d0 +28 3c8fb6873aa6cc8b9e0baa93291e5e7b7c58b530 +28 3cd88713c840feceb88863ff7f878c2beb2f986c +28 412fd1a4cd9f043a5157febc2c457599f3e19397 +28 5026da969751de957234d12f6685e69d179e369b +28 51e250878c67ea3981d20aaf396be1e47496ef08 +28 5413d82fe4891408d750fd46a5608eb2f225341c +28 59e189a1745d6a58daaa1e656bee7b12bc4fe4e3 +28 5c14a5025b6589ad23273152fb46e48cbac04b15 +28 5e8552e3e214f6b513834e75b9f2ceb90baa959b +28 624003fdf510f80c049a3c5e347c83a42069614f +28 6309b3559e5a9a248b463a1f7db1d9cf96510d0f +28 65f9064f785a46fb35e3f54569f6c4d688edf5ec +28 67abee5088221a24303c211468b1d273a2f95cb6 +28 6afa5cc049c68b8309ad5dd0d733c60165d6b0a0 +28 6f056d138344785b771ce9cde1db91eed685c709 +28 6f3beac740afd6248f87106225c4b4854e2ca598 +28 716b8ef4ca18c28209406e0b656a841ffc1ea122 +28 73702ef82ad97efeee8d3c2cd520a7ea12875d65 +28 7436efe3e90485d2be0b1563c9144bcb97fede1c +28 757f90dc2597cb7517edce24dcd2e4347c5c04fb +28 7936c8dca89e056fc01ebeeb206574d148293583 +28 888fc669390ae612f20cab8a45fc965b02934e10 +28 8bb51bbb2253988d8c94f87a9383d026249e582b +28 8caa03354967c173911c41dc67c0781747fc4a1a +28 8ed3975acc9d66c1a98d0d25b75f4a103d1e808c +28 98fa46e243bb3beadebef00649e6abd0a0569227 +28 9e3166b854c5399fbef652c3e996597b7d6ff7e5 +28 a5266704713d9426cb0cde7a9e29f52b411a26c7 +28 a866e6f47eabc7a740be5df0aabc452c432e4407 +28 c180b790bceb7f86b3e075f471eff1a60db7fff6 +28 c1edf5665cb5a922f3d932d9e6e76fb80306f129 +28 c238ef87c637115f3a04144fd33c5aa13b4d081d +28 d71236d5f28289db09399e2082f3a42259293758 +28 d71342fea40a03beca3708a70dfb21250b4c0447 +28 dcb88e72ed53c69c7f55038841c0a3779ee3772c +28 e492a9e9b9d46379051e29381e1af5b01a7d38e3 +28 ef2230fedf1e0d489325f030bebb25dfe23ba7aa +28 f3e1d6cfd07c95f3d9936b63571f7222cba82b0c +28 f49992e364ea1713ca04a5e6a66fac45cabfd0d8 +28 fa205799e4cf7cbb0d5ad3a36a1e70f2582c6f97 diff --git a/inst/results/parent.yml b/inst/results/parent.yml index 4f13b77..2419d27 100644 --- a/inst/results/parent.yml +++ b/inst/results/parent.yml @@ -1,689 +1,77 @@ ..generic: - git2rdata: 0.4.0 + git2rdata: 0.5.2 optimize: yes NA string: NA sorting: - analysis - parent - hash: 638f2d3788e5ad9d94003bd74ba8e2d1767a00f3 - data_hash: 6afb121cd0195e2121d73cc3d71b99aca38e78d1 + hash: c4f53ffafc758a1d39b39981905fe920904dd941 + data_hash: fd510c9f22ff1b3d33564da5ec29edc3b702a959 + name: parent + title: Parent-child links between analyses + description: Lists only analyses with at least one parent analysis: class: factor labels: - - 106c5f05239fe003eb709cc174f2f390906703a4 - - 1080515a46eba7a990f4283dd0732b8de57d3fb9 - - 1b1eff01fc9bd8c8faf06150d2018cdb467dcbc7 - - 2a4b04852b0bb33566ce6cab3e1a558f7a20b41d - - 3ff7f259f620f8e309c23d71dc12c9b89b003ae2 - - 4c7f626c0ac1dc092c72c1a5b5fb909734fe0c83 - - 509786b1c2a925a54734d43110d5ec29835b9a6b - - 50e7070c7087e7ce993c59fd71ba17db1963ca57 - - 584e7adc66eed7cfe7822a865eda2c4279265b03 - - 5d6bee1ad54c4e87ed3eb362bc8ad8c3dc2725a7 - - 66f59f316d9fe047b362622281d0a5b3b7e4c75c - - 6714226e0dff29c7e5dbe71a1f43137b5a4f6656 - - 686ff42cc29eeded20b99e75dcb873bcaeda3322 - - 75e8662a89241418fcfe7227be8df4c4788e23f8 - - 7c82473365c96ad74da41c47966670a4d755d1f8 - - 81745bf278a86ea831ee6061f8c63ec20a829e96 - - 84c6a4d9c834395f41120e6e4df67c82eb9e4e20 - - 956110103a9926ea19e8c5104390cce06aa7537b - - a28c3e0a86e72290391aeee6d4cd4fbb8189ec5d - - a8c35af09973b4fb822f3bc8d98a9e50e385ccb5 - - b19c23046c219b08c536b0a34b9d51a497c2fa82 - - b80d8774e02d2baa10a07fa67ca4b5a4ef4de8c3 - - c783e3a1e2be6b9a09434a598c8c0a19ad188a39 - - c7891fd49669dd7b9a9c883b6bb104839613a9cb - - e27ffc622fc34367653dc5fe8ab520b3e0869264 - - ea1d7d9655298ce0c62dad29b883c1ca478dae67 - - f5792dbf6609947eba10dfb3b4429aa3a47204cc - - f5aebd43ff9b6e06d1e1e7ba7ebb028c1ddd091d + - 0283febdabee9cd6a608af1c7b2ea57977629663 + - 0c87725e89e54d7a91134e56045c26a3a0c598fe + - 18c2ce0e701f844b6fbd326badc46fa99a448dba + - 26e0a132b85822bf9d2894f11fad419f3df28ed0 + - 3467e6b072760f472d7fc09898c7e6abe65a56a6 + - 40ec2fbc25dafdd0edf00a1b7f9ac46c709a4ae9 + - 43178af86a815606104367ef8b06a9109f9b191e + - 46a855894aa408cc8bff8603e8163da3a97b09de + - 4baf37a52807055e84df6afce71eaa780b40439d + - 511f84aaa380418ca4d5ee83a648a64494df80a2 + - 51516e544c04f151605a02f737a7ee5d726336ab + - 59896eb7d0842408af24d244dd31c5a3727e8bfd + - 66335ec4972c682dabeffa7aa92e2a3afe5f7270 + - 71aec071018610c8c32b566d0cc13580b96821aa + - 781158a53b8fb3ae3e387113d4a0e5b56182f309 + - 893db398b31d1a3581118644709a39e1f50f4729 + - 8e09f84cbcc3b67ef89b9f76da86422265aa15aa + - 92e770ba865f03915e71f5548f6544a9d288f2b5 + - 9e33573bcb6f6aaef5e6ce43e98a59637aa4c2c5 + - ad7ecc327c5ca1806d7934a1292c95ee252ec3a4 + - af6a168eced84b18e57938e4b4982d7e13b56802 + - b0b5c25663dfb65a8828b17eae19985f3ea0bfe2 + - bf17cc4b29263ed6e7e6e1a35dc491bf1eef7168 + - cd7d7480035e99435fdf1ae2028358cca9e03144 + - d5e12413e3004018302641cc852f9a4684533daa + - f870a60d43e61b0756b3d484fbe5b19ca53bef48 + - fc4608a9294fe6e005d713b6a15f6bf67604fd06 + - fed35b5ac3a447c9e052324d405ad042251c1efb index: - - 29 - - 30 - - 31 - - 32 - - 33 - - 34 - - 35 - - 36 - - 37 - - 38 - - 39 - - 40 - - 41 - - 42 - - 43 - - 44 - - 45 - - 46 - - 47 - - 48 - - 49 - - 50 - - 51 - - 52 - - 53 - - 54 - - 55 - - 56 + - 1 + - 2 + - 3 + - 4 + - 5 + - 6 + - 7 + - 8 + - 9 + - 10 + - 11 + - 12 + - 13 + - 14 + - 15 + - 16 + - 17 + - 18 + - 19 + - 20 + - 21 + - 22 + - 23 + - 24 + - 25 + - 26 + - 27 + - 28 ordered: no -parent_analysis: - class: character -parentstatus_fingerprint: - class: character -parent_status: - class: character + description: Identifier of the child analysis. parent: - class: factor - labels: - - 02650104e02b12a9a70a250a6b9d125f09fb1e16 - - 042bbc7494ef5cb0ca7e6465e9f6d6c0141647a7 - - 0531c19f799288421c7093bc1a7e8739d91a6780 - - 057c4998ce3043b33c0dc899cf3adcb6f8aadb62 - - 057e825aff074e168523706c03897e0777df9b94 - - 062854d7ba0b4411e1d472c2fd4d00ea44d9d6cc - - 06f8fbd96827ebcc2af6cd68eb9d01db513af0cc - - 072d449dc164e98c19805f67ee6a5519b780fd2d - - 075e1ed2739aeffc3e5e0831d56826358336802e - - 079b1ab9c77f0cd073fe6f85aaf32219c6b91920 - - 07abe67565ef00ca65939290f57b7f8fed0ef3e9 - - 08674a0e0f85623d4da72d469faa72d36287032f - - 0967f5345f27b53d7a380b08472c2478d7822c15 - - 09867787f649174cccd24a0d89c0b3ad0ad0df0f - - 09e6375bd0ace29b879b739c21ff7640cc2d9048 - - 0a56eb8b37e7679cba2221f874905bb997678b38 - - 0b5acdabcbd51350a3bf41d5ce9a3b851ea2256e - - 0b9335c3cf2a43c4482e33fab75f23a3b0ec60bb - - 0bf2c8c4276ad1bdac0113aa57d0db48210c2ddf - - 0d7b96c65bf8434dad8ff4ae7b2dac11ba59468f - - 0db939ade562d517d56b747cb60af3e32d859b09 - - 0e1b37392255c8e1029048961c20b6f6ac9111ab - - 0e21dea54f9050ff6ddec278c6156f6f67fa4620 - - 0e512f5267893868c482de2eaad7e086720f9da8 - - 0f7427572b0f9331bd80f1fc480dd43dc96f2a71 - - 101ae292210d6919e7202b9789585f3003181bb6 - - 106b29bd87dd66dfc497b1ace292164de1cf3bf8 - - 109f8d0f5bbe62523061149347330b571c675604 - - 112bc01f010f8df228a9524987461f9f34ea0437 - - 1143e70ace47ac9c9bade2025ba25a37cf0fa798 - - 12332689b0137519d1032e7b3c1bbdd99a145f05 - - 12957259e6f931c9e3dfa056e212ad43964188f1 - - 14913922c0fbab173e657b2a819e2c1dec9f01f0 - - 1549427c59a4a13c26485a770e8230d66a8d8220 - - 155d28c93d141f92e3cef3dace7746b4b42268c1 - - 158124d17fb643b7104455e0e65a799b56035f94 - - 15f0fb655471f3272e07fd2e4c078ce671d84ef1 - - 16015aab58128aeb0ef17c995f4ca08362e9a25a - - 1660ac09ed9c437fc6a1450716fb24d95c44e5ce - - 16a422954ecee1958247a1cbccca2cc072eb48a6 - - 179bee3114d70926e6728f3e4970718f60a2db62 - - 18b1df16080e691b63718cd87db6000a38ccce10 - - 18e1729f3b166edb687dc93cb09a978e641f70b2 - - 1affa858be371732e5a6c8dadf5bb1384529b3a0 - - 1b00eaa10092ce6c27959ace686163bfbd1a5820 - - 1bd9dc3c69c6706234cd1004c04c73938474f9f8 - - 1cff723dd6ac1d7020c74fd21a675ae48520627c - - 1dbadd0711258dfe348cc22826288fd9c4370ec8 - - 1eba32b1bf4f9a46630e975ca3136089e0db1ae0 - - 1ec158b6dcff1a27b37423604529175845d69dc1 - - 1edb836840d374c226c45cb34972bc0ec9b577a8 - - 214123bc075e6e379ec7078360d9b73f071a3045 - - 21bf947183e389b5548abc06f1e738c0cbed3d24 - - 21f4f441cdec6810f42efa617cb6491521b7fa3d - - 2353e2555f3b2cc6c617c6a5a7f6887fe28414ca - - 25f24296b448cbe86114a1e880fb532cdce17e20 - - 2668af3e681b88104e214dd4a7d4aafdebafe127 - - 268fa5ef37532a55a0689b5caeac7f13ec0d8b21 - - 26cc6a41b8cd906d1d4e5432584029b512ed58e4 - - 278626eac43f672c7f61cb8f5b0f7240bf907776 - - 286e32b908ef23fe49d3da4bf383190839677948 - - 288d395431cf2eb781933d91a1217136466377b7 - - 2a10b7314ca86904515bce84dd50ea69c54eab89 - - 2a2c28f48887aa266a915d1128edb1364f5fa1c8 - - 2b5cf83b16cd86be0ba5bc30d59546cdc32959da - - 2c765dbb487a0c5f372132fccf5bf477ee6ee8c0 - - 2eb1ed5f4bfb876fdfe5bd571db34d924c3bb272 - - 2ed39a26e20fe6a264a8681eea608d92ab254f24 - - 30583a84e72b0ab055087ce243b07faf2b89c089 - - 3115a55165cf2efd12ab12e78e9514be8115a322 - - 31c42076cad601a24eeeb60ba52e3947334cd0f2 - - 33bf9cebf5327ac9303e7fed3d7973237afe8ab3 - - 349cf0269b4a6f2ef93de480ebd03076c6cd074d - - 34a10292a7aeede12aaf0ada14f6e0dfb6c87b61 - - 35c8b84854c95e19ca73d3e5d0a8420aa1bb80db - - 377dc91bc1bea41c6d508e25de24383c0316770d - - 37d61eb6ac28e8143278bcff9ef74777b1324375 - - 3849d5a1fbb0386873b33b08109ffa41b62061c7 - - 38c1d4a389933e0a95cf59a3ff97e399254e51c8 - - 395abbf54cbaf4dc8d2cafb1cf8a02a22f3cc92d - - 3a5c47e9d4ea1daceab214c179435ac2edf3e6b7 - - 3aa96165f327f320711286ec507f2c658987ad6a - - 3cd819d63095c0c33ae71323c04e43c015a7fa88 - - 3d5cecbfb07bcba179396e4cde4c105f267d4c34 - - 3e7d0466cbe932d04e4f80761133c31fffcef92b - - 3f48452e8a434e8931cd5b5e074f0f2cf55e729b - - 3f960da3ec9176a5d454b984afa5a46056a51d2a - - 41a5b060fafd8265ebaa8b9590f7306c924ff8e3 - - 41da3955199dd0ca8f3277a04c8d5275a74de03d - - 426128635de4bcb7fac4c29bb21fdeb5eef38e99 - - 430dd638aaec2fd2706f245ec0e5a60be8502048 - - 43ec6cf9f9e284417842d43e46ad3c96f71a51f4 - - 4462512c3bc36872ae675261a1c0aaaddf3bf1e1 - - 45972608d05083d7331c6ebedb352456b662b3e2 - - 45ad6a215f64db417d49b8bdbe368e4950899b53 - - 47d9e81a07bc42a0b046bd22369f1e207c184edd - - 482e66ada430a624fb2ee6f2c743ef0cad295495 - - 490525dae0da5b33f52c8cceac2abaf5695c1dae - - 494f8e62354ed6fceadf7b4266909da1cb6cfc0f - - 49a9123859f5e9a39df6993ca2b826b1c086fb6d - - 4a4ddb5d925e3c0c3f916977e0f867bb520ae90a - - 4a9a780375969a9f7ecefcd7f94a7084917b02c0 - - 4ac1db11145bc5622a889fd7155a3b3a943ab7ad - - 4b8edc749fc6ea1831e6b5ac7f9c5ae8aded5628 - - 4bf033e3d19c834f9fc08193cdea01e1aec3b8a2 - - 4d8dd369d5876d899d0442cd2676b4aa77c108ed - - 4dd7bf489369c0eb45f868fd47674e0adcee6a5e - - 4fb3e4787803e83a779cbd2543280a71c2b255a6 - - 4fcbfab58e277bb9df4f7b20795b1a394a086639 - - 51609d9282f7a9e4195bcb0a3bb575b6daffcb6c - - 52f2b937962ff1f0d9a7277ef70f0e85bce96995 - - 531cee23bb2a9187017195819734cce068d1f1f2 - - 53b074a0fb4bc855c35426f82a047aaea3451fbb - - 54fc3567dfd4ca40b67077dc1ebb539b01265180 - - 5603e1cd3c513d3cb058af4d5e3759590163da2d - - 5851d88b1ec0b1412a280c2605e919ab85eae26d - - 588e4a744d60b67cf174f02cc6fbc47233b27bf2 - - 58c02fbe1b4622c5cbfca110cb5f6f967188e0d9 - - 58edf590b6aab47a5d7285558406629508e605d0 - - 5b6d6e295e2e83098930002d7d9b1597e8104f84 - - 5baa9b7c1cd1a2259cc473814a4389647bb6f312 - - 5be7d38257523a516109ee17da70be6b849bb4d2 - - 5c8f6d1fb307a42de2f1f5475ef68aa95c61fd5f - - 5db905501553fa62b3aeaebb318884b8c7fa4440 - - 609efe21f6eb9bae6f533e933e8d1bd32c868990 - - 610e0202389348f6d8ed29b1ff13364c67ccb41e - - 612e355d6e0b948e7552858e256a3483fd343e6f - - 62df99497d514aaa0a020e319fb9f4a73af6053f - - 630a0debf01296e254447b1781d530268935bef4 - - 633ced11405a6b40d20ab6daa7f4931c49878700 - - 639921afb00a469b1f92c73a06a48454bf180b42 - - 656bd38a12cd3be747e05454892f63ef7d363838 - - 661ecef37ddb1bfdf490ef65585e50ce6a11f502 - - 6869e075cac2ea8a726b825f52feb9cb19282c9d - - 69a9339dc105b38760dce76df845acbc33fffb4d - - 69eceee5397aebf212dc597716d6c17ede97646f - - 69efb804ab1932a948600494efb7073504826206 - - 6a1f6523748e32bcdac79eae7b5b26e12d344d02 - - 6aa1ef507f8055df7cb4ac988f9c99f4aa034242 - - 6b8afec69da36905e42d7cdaa982b12790dc01cd - - 6c788fc78680e305f5bb2a1610c62142f950ccf3 - - 6d4cd1885333b5178e725d711c86606516c7892f - - 6e37ab0aab00d51d6ddc10c195fec2972a20e4ef - - 6f9fc830e7868189584898431fa75f58214bf35d - - 704434095b342886b42dfea859c9c9f36a71bc38 - - 70ac24ae994cd77ab713cc81090b02f4ba9cf519 - - 748b26c95512fff36ce7849f35aa3ff840de49d9 - - 7586012c89aa7aa29e6f719db06b1ed92b748003 - - 75c8f1e53570db45131d425d2dd16c4469969077 - - 761ad3e12d27ea12363980d677b398a917ff4a38 - - 76d281f71882b669130a32fcf9469f555f8a655b - - 770e20de1e7c78ad852e0c0b4bb9860505be1d9a - - 77bc3594f18275b6882c60a981f6a5c935eee2f5 - - 7b6ea3ca13c428ab14ace9e8e92987f4c652550b - - 7c0eb388a0fbeff738c5767a89ed28c9254dd147 - - 7d2c893dd838a7fa3f6d4b8afe098fb0ce38caf8 - - 7d6f78b66e8515936a87583c487cf738c99e03a2 - - 7df296267f7fe00bd6fa890413cfd766f3c564a4 - - 7e9a4360787c319ef67dfc9f3866fabf1d62bc43 - - 7eab71189ddcabfc28ce2ce022dd7831518cb8a5 - - 7f486a2ca57410de948da8623b3ac7f51c9d2065 - - 7fe1c3da8dc47035e61eb9ba914d94e7e7ee0dd1 - - 81eb19077f2d257eaaa054a2b781a83449bc9044 - - 84710c8b233b12501fe802b02a84bcba77d988a4 - - 85173b06048db8f63cb8dfe0b3c19112bae29816 - - 860f565f39c4491817ca18b59a2a542828b35ab8 - - 891703d3d06b0dd715625a0ca4b1750b19f7044f - - 8a005e4d231a4353d929481925baf648189614b7 - - 8c299a02d9e8d20d2c28a5bc1acb67becf678d2c - - 8c5946c97abdaadd483711e34b11d509b1265fad - - 8e5e92329d682285d15f0851777d8a1c0180a803 - - 8e73e3916cd33249b7ccbbdd5de4ef309930d80c - - 8ea6ebfd7a7d1c9c756c49d2e6523b01de9b83e6 - - 8efc52286d7323942d723011bdf922e2312b218c - - 8f3e2c3c211c102f47e4a2f61d88a45e273bb4b9 - - 8f59452aa3db35358ce6ceca6e899cadb572dad3 - - 90246b4f81a9a10e1f2fbd0c89bed45ceed1dd19 - - 9188e5c25e8616a28af08c97dd8d5633755a6321 - - 9210d9c448226ab6432d66d5452df74a65c0c44b - - 926f28df75a0d353d70d4fd43bb2bae79c548cc9 - - 92dc32d1aae8dc0349641b124188432db051ebd2 - - 92fa4376954618fbf5ca8d4bb3000d4effbdbe96 - - 94052f5b5f78700311bba2a7edec5694e7570206 - - 943c7def5fab3b9fc9afe34c1cf20e0a67cf3bc4 - - 94d66ec8e8f53ff1f84f8db383082eb901747fa1 - - 961e4f1df3d5bc215f267e2fe62cd0aea7049303 - - 9780e4c83411b9a4d781de9bdf7a865017012e36 - - 991fdf3e59e81f9c9d634e7dabcdabb78a7d7f6d - - 994efbfd7077092941ab698950b510bcccdc578e - - 9982829dfdbd9a0dd00ea036ecb90759dcb07301 - - 9a51a1031e068fbbcaebd3e9e4079c8b103aa1cd - - 9a5c780f3d4f5634cbd4d7ae30d124a897eef006 - - 9ac768a05a1a5183538fbc360a6621819feb75c3 - - 9ba0ca84ebe3f443d0a525ead480c8edf26f4b85 - - 9bffc6c309b836298fa0db1bc7eb4504c5302290 - - 9e464c8fe08c39ce5fa4952d6aca568bde73751c - - 9eb0d6d53eb8c753562a2bbf0c5a90870ecfa324 - - 9f218a969f62a03ef252334b4dba7a421118c2d1 - - 9f4009d7c6dab72a3092216b71d036b2f4c799a5 - - 9f71d5d8541539f416457185ee8f70a01a5b189d - - 9fbbc7c4a4b58c5f46b522e676aa6d25c1351f26 - - a0ddc04c0125fc887cb9cb1fbfb35f1049ff207e - - a13c8811843bc15c45d10059ed4fa97a0c97e622 - - a173f24b64fbb4b49472f71d1e99210ff743c99f - - a21216a4c136b5f7152347da94d54d8b3bdcf918 - - a33b1cf5ea0866025ff96436aa001117f5426416 - - a41a2816c7ddadedd3b0c78171fb8c1b9fda38ca - - a6383108066814d4f3641a96f4dca690c595a3d3 - - a778f23a229c2faa756ea3347694bf1382fc084f - - a9b50f608cb2d4bcc19d23b266cb57b431f5f38f - - aa42ad4c5b0e2558eb0dbe8d1a45ea8dc187f9bb - - ab48257c9f53c661fd4b069a55d55b89bfc9e721 - - ace4d6ad2f4b6cfc780885cb498c3af872fab5dc - - ad48594408b255e610e12ed95d678c0feb4094e4 - - ae916af9c42834c88d02b364774af99f78c2e8a9 - - b0678c8ed27558036a4a3cae163928976d19a479 - - b15d26612f7a81a0115867e264977b4310422ba1 - - b1d8dde6f5b24daaa1612db2678889d5b763e3d9 - - b2610f7388d950faa49cbcd9b55bc155d4e6a7e7 - - b3e277071737f4fea97bc7a7e2efdf71a313134d - - b4bf2fa96ffeddbd625786b9e3364bd1b4a6a283 - - b4d2995f2f1b984c516be0a3e87389dfd4150ec1 - - b55a6f5e2ba73fb406da11ae3390a3a3fcaeb13e - - b5a8ca74a9ef56a34ad23829ba7cbaeb8006223a - - b5e4c0c917c548e86d915f7869b194e66224dad5 - - b6521474f6627b1828eb31a1052cce4722547abe - - b7cb883975cd7ed029df1c79627116598fa634d4 - - b7da8652aa4646ca8a183975092b76d92966c337 - - b88b20623c5793f9f1d0e8860ab65f4701f9a245 - - b9278fe2beee35f78fd88bccd5b6fdb8cf9a49fd - - b928431c950a59bbcb99a651174576f524bf650d - - b94348e90dd164735a371b6ba5d7f8bfb80d6038 - - bd873ae7f2367d19e33e16101939fe7f628f5877 - - be233a085a3b84c8745617f7052e62ba7357596f - - be36cd4a5a0e442c3c3340847af50b928eef68b9 - - bf3192d4367f1043d6a55cd2b97b2b856b5014b0 - - c10d1db00e7b5129507e7db910069367072bcab9 - - c196bb26dca6f755184e623394b6ee73b530cdab - - c2aafeee359f61a8007d42dc71d8e125b362a8c6 - - c7759c891a2cf19e315832a2275d444ab0471877 - - c7c3f228039f1bf91c8f8a74441fe2246ac61b63 - - c7cc0b43d4185bd3ffde5a89e431b5946b4ca85a - - c95739f0f351d9979093a0d9686985b4898b4a44 - - c9627b175ee0056d3439dbe670c377da7e93b290 - - ca5ee2bb458148b172115c42c57618e31af78a85 - - cb456245e9b933ca4250745946ebfcc2d653bc22 - - cb8dbd055d69b6eb6a1e9784fd05dd8e14a37b9d - - cbe6ec589b3f32701962efcd767f2721a50b3be1 - - ccb9b60433bdd7ec56b0d9581e6318a02beac01c - - ccbd9202891dbe48ab8cafa97baf56cd5bb5e979 - - cceb2e64f460497f3abce3cdf940796305922ad4 - - cd197cce362a92d13965ca88db7dded4fa2f115d - - ce4d63c752eabb99d46966a3ac431f6ea489d2b9 - - ce4f79d894b07094ccfe03af7f1a12af67f0118c - - cefafcf222b91bc05c2325b9c540c1ec8462686b - - cfb28c686040b3dcc22a94554c8161b1974d23a8 - - d0a58ef27f487fbbcdd30d7869a4a28f82cac2f5 - - d230824d99f5bf7d59ac204bbc1b35f5293317a1 - - d30c6d7c0f0d1582bb1260f70d0b5f9e9df249b2 - - d31c0e73a1d5612fcf092af2e809da4d3c9885b7 - - d32b48c84c281f55910d246375dd2455a054c970 - - d486919734c6126af9e5384e8b97195a1be735bd - - d6114df91f4560a386aed240f1a12a3c2afdbeff - - d63883a391696db5c6ff98f76404cf4b3a97d70f - - d6bb53c9858fddf173898cdcfa1cbf42f5d52c5c - - d71dd9ef32818411e03aabcc7f952cbb8e073364 - - d7dda403d507084ed05cc1b9bf6c65829da6a22c - - d878f7c6794d0a6d9a8d04be68ebb93eafdf01cc - - d9324f2995ad0639613df9f51db6213fee19a45d - - d9f521188e10884be7feb4e36e64c54ba92a2eb0 - - dab16115cee8ffa0bce8f85a2ccd1b053fad2d50 - - dad4ffea3b799193558c2083b14fb4d0d4607b37 - - dc504e7e6d04d45ccc6e6eb088e10e6ae370db7f - - dc7082da321e75ef33eafd6e45cfc31f49092646 - - dde1b03bdb515fa5265fe148b747eea81a61ab79 - - de14295bbf982e71cb016c9837ad969232b6addc - - e04cd576ce0e25075d86ad8d701a970966d70126 - - e0b6e36d3ff25cf77fbc653610885243e3d3434f - - e58194327ff02119c20ef726e2fe24563a009eb3 - - e59c51e4820db7be851b57738511abadddad37d7 - - e8da11d87c97fb1d0a2a13bfd37fe8f032b7b35b - - e8e8ab63aa33aac013912a7bba79e70bf0104670 - - eaac7db71e9c295cf4770b3bac90f14898d2f3fe - - ee11d8f8f5d4701867dfb1ede321c37ed45792f6 - - ee44bd083e06c19498a8fea3d26855ca62bae4ba - - ef8f080301d39f60ce5f3303a6f79fed411423fa - - eff1b12635c7a318872a0f6b90f607945e244862 - - f041ef7e5426039e222d3d583c87473c23145c28 - - f136a8b9acd0baf5efa5ed79a72f4688fe4c41da - - f1a5501befe93a37ec3f8040fab9f356d9d902c5 - - f1cf70ad90c37e205346d4c7b6dd7fe9b6f92730 - - f28af1197504d2ee7f1e057da67aad80fe1df0b0 - - f291975c3ee7b0b948d11264ce52acec6f8977a1 - - f4937b4cc930a5d074111143e6e9ebb6fd3ac4ba - - f5b405df003a35ecfe879bb5eb7dae6b4eec2dad - - f6627139aaf47a9dff99ec9ba2dfbbcf5d566c2f - - f8596ee0738fd16a5157d960bb58795b73bbc92e - - f88e30f21dfcdaee543a181bf4c039a7598dd249 - - fa3aa51785950d4dac83bb50473536372af1e01f - - fa605cbbc698ba0f9acc3c71010dcb352ebdd981 - - fb012ac2a2a7ade37930fd553da9421cba16f552 - - fb97d1da0003d9c3f3ec298634a0797784bc49f6 - - fd41c8aaac996261aae6dfd0cf486f8cdb008a6b - - fe465c9d34b06277eebbfb6fdf492252fc12620d - index: - - 305 - - 306 - - 307 - - 308 - - 309 - - 310 - - 311 - - 312 - - 313 - - 314 - - 315 - - 316 - - 317 - - 318 - - 319 - - 320 - - 321 - - 322 - - 323 - - 324 - - 325 - - 326 - - 327 - - 328 - - 329 - - 330 - - 331 - - 332 - - 333 - - 334 - - 335 - - 336 - - 337 - - 338 - - 339 - - 340 - - 341 - - 342 - - 343 - - 344 - - 345 - - 346 - - 347 - - 348 - - 349 - - 350 - - 351 - - 352 - - 353 - - 354 - - 355 - - 356 - - 357 - - 358 - - 359 - - 360 - - 361 - - 362 - - 363 - - 364 - - 365 - - 366 - - 367 - - 368 - - 369 - - 370 - - 371 - - 372 - - 373 - - 374 - - 375 - - 376 - - 377 - - 378 - - 379 - - 380 - - 381 - - 382 - - 383 - - 384 - - 385 - - 386 - - 387 - - 388 - - 389 - - 390 - - 391 - - 392 - - 393 - - 394 - - 395 - - 396 - - 397 - - 398 - - 399 - - 400 - - 401 - - 402 - - 403 - - 404 - - 405 - - 406 - - 407 - - 408 - - 409 - - 410 - - 411 - - 412 - - 413 - - 414 - - 415 - - 416 - - 417 - - 418 - - 419 - - 420 - - 421 - - 422 - - 423 - - 424 - - 425 - - 426 - - 427 - - 428 - - 429 - - 430 - - 431 - - 432 - - 433 - - 434 - - 435 - - 436 - - 437 - - 438 - - 439 - - 440 - - 441 - - 442 - - 443 - - 444 - - 445 - - 446 - - 447 - - 448 - - 449 - - 450 - - 451 - - 452 - - 453 - - 454 - - 455 - - 456 - - 457 - - 458 - - 459 - - 460 - - 461 - - 462 - - 463 - - 464 - - 465 - - 466 - - 467 - - 468 - - 469 - - 470 - - 471 - - 472 - - 473 - - 474 - - 475 - - 476 - - 477 - - 478 - - 479 - - 480 - - 481 - - 482 - - 483 - - 484 - - 485 - - 486 - - 487 - - 488 - - 489 - - 490 - - 491 - - 492 - - 493 - - 494 - - 495 - - 496 - - 497 - - 498 - - 499 - - 500 - - 501 - - 502 - - 503 - - 504 - - 505 - - 506 - - 507 - - 508 - - 509 - - 510 - - 511 - - 512 - - 513 - - 514 - - 515 - - 516 - - 517 - - 518 - - 519 - - 520 - - 521 - - 522 - - 523 - - 524 - - 525 - - 526 - - 527 - - 528 - - 529 - - 530 - - 531 - - 532 - - 533 - - 534 - - 535 - - 536 - - 537 - - 538 - - 539 - - 540 - - 541 - - 542 - - 543 - - 544 - - 545 - - 546 - - 547 - - 548 - - 549 - - 550 - - 551 - - 552 - - 553 - - 554 - - 555 - - 556 - - 557 - - 558 - - 559 - - 560 - - 561 - - 562 - - 563 - - 564 - - 565 - - 566 - - 567 - - 568 - - 569 - - 570 - - 571 - - 572 - - 573 - - 574 - - 575 - - 576 - - 577 - - 578 - - 579 - - 580 - - 581 - - 582 - - 583 - - 584 - - 585 - - 586 - - 587 - - 588 - - 589 - - 590 - - 591 - - 592 - - 593 - - 594 - - 595 - - 596 - - 597 - - 598 - - 599 - - 600 - - 601 - - 602 - - 603 - - 604 - - 605 - - 606 - - 607 - - 608 - ordered: no + class: character + description: Identifier of the parent analysis. diff --git a/inst/results/stratum.yml b/inst/results/stratum.yml index 63228b2..1b1025b 100644 --- a/inst/results/stratum.yml +++ b/inst/results/stratum.yml @@ -1,13 +1,18 @@ ..generic: - git2rdata: 0.4.0 + git2rdata: 0.5.2 optimize: yes NA string: NA + name: stratum + title: Strata using in the Common Breeding Bird Cencus in Flanders sorting: description - hash: 8939235374ae6387b0fb36f196c32d876cb1d4d9 + hash: cf2b97fe93643b437e0b1b4f17ae01a5c55b3b78 data_hash: 1e324ca9fc741d5308441a4e2cd7a6caf75f41c4 description: class: character + description: Name of the stratum 'n': class: integer + description: Total number of squares in the stratum id: class: integer + description: Unique identifier of the stratum diff --git a/inst/results/stratum_weight.tsv b/inst/results/stratum_weight.tsv index 5e3f13d..d87b3e3 100644 --- a/inst/results/stratum_weight.tsv +++ b/inst/results/stratum_weight.tsv @@ -1,458 +1,494 @@ points_1 points_2 points_3 points_4 points_5 points_6 relevant visits analysis stratum weight -12 40 49 19 20 11 151 6499 97 Landbouw 1 -3 16 9 5 13 14 60 3196 98 Bos 0.25575 -2 4 4 6 12 28 56 3467 98 Heide en duin 0.30257 -4 3 0 3 1 1 12 503 98 Landbouw 0.41108 -0 2 3 1 0 1 7 345 98 Moeras en water 0.03059 -0 3 4 15 21 98 141 9237 99 Bos 0.03966 -0 3 4 7 13 53 80 5119 99 Heide en duin 0.02852 -0 3 4 14 20 297 338 23418 99 Landbouw 0.83343 -0 0 0 4 10 48 62 4166 99 Moeras en water 0.01788 -0 1 2 4 7 41 55 3476 99 Suburbaan 0.02738 -0 1 3 6 10 46 66 4425 99 Urbaan 0.05314 -3 14 11 4 0 1 33 1195 100 Bos 0.43547 -0 4 5 2 1 1 13 646 100 Heide en duin 0.21745 -1 2 1 0 0 0 4 124 100 Landbouw 0.34708 -1 2 0 1 0 0 4 119 101 Bos 0.00515 -3 3 0 1 1 0 8 137 101 Heide en duin 0.01523 -7 11 12 11 8 10 59 1972 101 Landbouw 0.88795 -3 8 7 3 10 9 40 1400 101 Moeras en water 0.07041 -1 2 3 1 0 1 8 144 101 Suburbaan 0.02127 -3 5 6 3 2 0 19 784 102 Bos 0.0178 -1 9 4 6 4 5 29 1363 102 Heide en duin 0.03443 -5 25 21 24 17 14 106 5273 102 Landbouw 0.87043 -2 6 12 7 6 9 42 2164 102 Moeras en water 0.04034 -0 4 3 3 0 1 11 509 102 Suburbaan 0.01823 -3 4 1 0 0 0 8 150 102 Urbaan 0.01877 -1 1 1 1 0 0 4 149 103 Bos 0.005 -1 2 2 3 1 1 10 513 103 Heide en duin 0.01902 -5 17 13 4 13 10 62 2998 103 Landbouw 0.90622 -4 6 7 3 6 1 27 1018 103 Moeras en water 0.04615 -1 3 1 2 2 0 9 306 103 Suburbaan 0.0236 -2 1 0 1 0 0 4 140 104 Bos 0.00908 -3 3 5 3 3 2 19 810 104 Heide en duin 0.07292 -4 4 11 4 4 4 31 1553 104 Landbouw 0.8229 -1 4 4 8 3 2 22 1089 104 Moeras en water 0.0683 -1 0 1 1 1 2 6 207 104 Suburbaan 0.02679 -3 6 5 5 5 5 29 1502 105 Landbouw 0.98805 -2 1 1 0 0 0 4 82 105 Moeras en water 0.01195 -7 19 15 11 2 1 55 2178 106 Bos 0.07929 -4 8 10 2 0 1 25 989 106 Heide en duin 0.04568 -10 35 8 3 0 1 57 1823 106 Landbouw 0.7204 -3 9 5 8 3 3 31 1375 106 Moeras en water 0.04582 -1 6 7 4 1 1 20 868 106 Suburbaan 0.05103 -4 5 3 1 1 0 14 509 106 Urbaan 0.05778 -3 12 14 22 14 21 86 4870 107 Bos 0.03327 -1 7 12 8 5 12 45 2470 107 Heide en duin 0.02206 -8 20 26 50 61 91 256 14988 107 Landbouw 0.86819 -2 6 6 11 8 9 42 2150 107 Moeras en water 0.01666 -1 7 8 6 4 8 34 1539 107 Suburbaan 0.02328 -4 7 7 7 5 3 33 1457 107 Urbaan 0.03655 -2 2 1 3 0 1 9 246 108 Bos 0.02167 -1 7 3 6 3 5 25 1215 108 Heide en duin 0.08583 -1 9 5 12 3 7 37 1841 108 Landbouw 0.87862 -1 1 2 1 1 0 6 213 108 Moeras en water 0.01389 -1 7 5 7 4 5 29 1657 109 Bos 0.24905 -1 9 5 11 11 8 45 2429 109 Heide en duin 0.48985 -2 1 1 0 0 0 4 63 109 Landbouw 0.22588 -1 3 0 1 0 0 5 162 109 Moeras en water 0.03522 -0 18 10 12 7 12 59 3050 110 Bos 0.01822 -1 4 11 7 11 11 45 2449 110 Heide en duin 0.01762 -0 14 18 27 52 208 319 20786 110 Landbouw 0.86376 -2 4 13 6 7 13 45 2308 110 Moeras en water 0.01425 -0 1 4 5 6 30 46 2912 110 Suburbaan 0.02514 -0 0 2 3 2 62 69 4758 110 Urbaan 0.06101 -1 3 2 0 4 1 11 407 111 Bos 0.02649 -0 5 1 6 1 0 13 585 111 Heide en duin 0.04365 -5 12 5 5 6 4 37 1749 111 Landbouw 0.85925 -5 2 3 6 5 5 26 1246 111 Moeras en water 0.07062 -0 7 16 27 37 52 139 8408 112 Bos 0.06284 -1 10 10 10 17 14 62 3347 112 Heide en duin 0.03553 -7 43 51 41 35 25 202 9672 112 Landbouw 0.80062 -0 4 8 11 9 13 45 2475 112 Moeras en water 0.02086 -2 7 3 5 5 7 29 1333 112 Suburbaan 0.0232 -6 14 7 6 4 7 44 1947 112 Urbaan 0.05695 -1 1 2 0 0 0 4 69 113 Bos 0.00614 -2 0 1 0 1 0 4 102 113 Heide en duin 0.00778 -6 21 11 7 3 4 52 1314 113 Landbouw 0.9333 -1 0 3 2 1 0 7 180 113 Moeras en water 0.01259 -1 1 2 0 0 0 4 72 113 Suburbaan 0.01087 -2 1 0 0 2 1 6 167 113 Urbaan 0.02931 -0 1 1 3 15 129 149 9980 114 Bos 0.04264 -0 1 6 9 16 39 71 4552 114 Heide en duin 0.02575 -2 5 16 26 41 241 331 21907 114 Landbouw 0.83042 -1 1 1 10 8 38 59 3787 114 Moeras en water 0.01731 -0 4 4 2 4 40 54 3285 114 Suburbaan 0.02735 -1 2 4 7 10 45 69 4310 114 Urbaan 0.05653 -2 2 2 3 0 0 9 292 115 Bos 0.01654 -4 5 8 14 9 8 48 2384 115 Heide en duin 0.12581 -6 14 14 3 6 3 46 2064 115 Landbouw 0.83394 -0 3 1 2 0 0 6 245 115 Moeras en water 0.01272 -1 1 1 1 0 0 4 102 115 Suburbaan 0.01098 -5 2 0 0 0 0 7 119 116 Bos 0.02588 -3 5 2 1 0 1 12 331 116 Heide en duin 0.0656 -4 9 2 4 0 0 19 604 116 Landbouw 0.71838 -4 9 19 4 4 3 43 1749 116 Moeras en water 0.19014 -0 1 4 5 16 123 149 9887 117 Bos 0.04007 -0 2 1 9 14 56 82 5239 117 Heide en duin 0.02795 -0 0 1 6 21 325 353 24484 117 Landbouw 0.83231 -0 1 1 3 4 53 62 4192 117 Moeras en water 0.0171 -0 1 2 1 1 52 57 3648 117 Suburbaan 0.02713 -0 0 1 0 1 70 72 5028 117 Urbaan 0.05544 -1 18 29 24 26 16 114 5810 118 Bos 0.05565 -3 7 14 12 7 1 44 2072 118 Heide en duin 0.02722 -6 41 50 55 42 14 208 10277 118 Landbouw 0.89015 -4 4 7 5 8 2 30 1339 118 Moeras en water 0.01502 -1 5 2 1 1 0 10 241 118 Suburbaan 0.00778 -1 0 3 0 0 0 4 123 118 Urbaan 0.00419 -7 12 8 2 1 0 30 956 119 Bos 0.01109 -1 10 3 6 6 3 29 1407 119 Heide en duin 0.01359 -4 31 61 71 56 63 286 15273 119 Landbouw 0.92721 -2 6 11 9 4 4 36 1631 119 Moeras en water 0.01365 -1 5 11 7 2 4 30 1227 119 Suburbaan 0.01963 -1 4 3 4 1 1 14 679 119 Urbaan 0.01482 -3 9 4 7 3 3 29 1205 120 Bos 0.00919 -3 9 6 4 4 8 34 1439 120 Heide en duin 0.01366 -10 16 37 63 57 131 314 17929 120 Landbouw 0.87232 -3 8 9 6 4 6 36 1548 120 Moeras en water 0.0117 -0 4 2 5 10 27 48 2958 120 Suburbaan 0.02692 -0 1 0 3 4 65 73 4984 120 Urbaan 0.06622 -3 14 6 10 2 7 42 1195 121 Bos 0.04744 -5 11 8 6 5 1 36 874 121 Heide en duin 0.05154 -11 28 30 12 2 2 85 1972 121 Landbouw 0.84166 -3 9 5 6 5 6 34 1101 121 Moeras en water 0.03937 -2 6 1 1 0 0 10 165 121 Suburbaan 0.01999 -4 6 16 20 18 17 81 4819 122 Bos 0.03185 -1 5 7 8 5 3 29 1664 122 Heide en duin 0.01445 -2 15 36 56 65 85 259 15754 122 Landbouw 0.89275 -1 8 11 8 8 2 38 1725 122 Moeras en water 0.01532 -3 5 10 10 1 1 30 1128 122 Suburbaan 0.02087 -2 7 9 3 1 0 22 752 122 Urbaan 0.02476 -4 0 0 0 0 0 4 31 123 Bos 0.19602 -3 2 4 1 2 0 12 467 123 Moeras en water 0.80398 -2 4 12 14 29 68 129 8138 124 Bos 0.10903 -3 7 7 12 10 11 50 2717 124 Heide en duin 0.05357 -9 28 18 19 15 8 97 4181 124 Landbouw 0.7188 -0 2 4 8 8 6 28 1660 124 Moeras en water 0.02427 -2 4 4 4 6 1 21 909 124 Suburbaan 0.03141 -4 12 4 4 2 0 26 860 124 Urbaan 0.06292 -1 7 8 6 5 4 31 1136 125 Bos 0.1787 -3 11 7 6 6 7 40 1350 125 Heide en duin 0.29227 -3 0 3 3 1 1 11 348 125 Landbouw 0.50539 -1 1 2 0 1 0 5 151 125 Moeras en water 0.02364 -0 8 4 3 0 0 15 629 126 Bos 0.03195 -1 6 0 1 0 0 8 209 126 Heide en duin 0.0189 -2 31 12 2 0 0 47 1614 126 Landbouw 0.87768 -1 4 1 2 1 0 9 323 126 Moeras en water 0.01747 -1 2 1 0 0 0 4 98 126 Suburbaan 0.01131 -2 4 1 0 0 0 7 174 126 Urbaan 0.04269 -5 7 4 0 1 1 18 482 127 Bos 0.00644 -1 8 0 3 3 1 16 820 127 Heide en duin 0.00726 -7 25 31 59 74 112 308 17427 127 Landbouw 0.96619 -3 1 5 7 6 4 26 1303 127 Moeras en water 0.00954 -1 2 2 0 1 2 8 279 127 Suburbaan 0.00443 -4 2 1 0 0 0 7 129 127 Urbaan 0.00615 -2 7 4 9 8 11 41 2440 128 Bos 0.01477 -2 6 3 14 5 8 38 2060 128 Heide en duin 0.01736 -4 19 25 42 56 149 295 18275 128 Landbouw 0.93193 -0 6 4 4 8 18 40 2368 128 Moeras en water 0.01478 -2 2 3 4 5 1 17 720 128 Suburbaan 0.01084 -3 4 3 0 1 0 11 336 128 Urbaan 0.01032 -4 8 10 14 19 17 72 4125 129 Bos 0.44007 -1 9 4 4 1 2 21 1020 129 Heide en duin 0.1627 -0 4 1 1 0 0 6 279 129 Landbouw 0.32152 -3 3 1 0 1 0 8 219 129 Suburbaan 0.07572 -3 0 3 2 0 0 8 278 130 Bos 0.00455 -2 6 5 5 5 7 30 1298 130 Heide en duin 0.02474 -7 19 28 29 35 50 168 9044 130 Landbouw 0.9581 -1 7 2 1 1 1 13 443 130 Moeras en water 0.008 -1 0 1 0 3 0 5 106 130 Suburbaan 0.0046 -3 10 8 8 3 5 37 1621 131 Bos 0.01125 -0 9 8 10 6 6 39 1979 131 Heide en duin 0.01503 -3 18 23 44 64 179 331 20502 131 Landbouw 0.88253 -1 5 10 5 14 9 44 2365 131 Moeras en water 0.01372 -0 2 9 4 10 17 42 2373 131 Suburbaan 0.02261 -0 1 3 9 15 35 63 3948 131 Urbaan 0.05485 -1 1 1 1 1 1 6 200 132 Heide en duin 0.01617 -1 8 7 6 5 6 33 1706 132 Landbouw 0.73799 -1 0 1 1 0 5 8 431 132 Moeras en water 0.02092 -2 0 3 1 3 3 12 653 132 Suburbaan 0.04966 -1 3 3 6 3 8 24 1235 132 Urbaan 0.17527 -4 6 4 2 1 0 17 616 133 Bos 0.0229 -6 6 5 2 0 2 21 659 133 Heide en duin 0.03585 -11 17 21 7 7 6 69 2817 133 Landbouw 0.81476 -2 6 14 11 8 11 52 2576 133 Moeras en water 0.07181 -1 3 5 1 1 0 11 316 133 Suburbaan 0.02384 -5 4 0 0 0 0 9 152 133 Urbaan 0.03085 -2 0 1 1 0 1 5 272 134 Bos 0.00723 -1 2 1 1 1 2 8 410 134 Heide en duin 0.01834 -3 10 11 13 8 16 61 2984 134 Landbouw 0.96702 -1 1 1 1 0 0 4 127 134 Moeras en water 0.00742 -1 5 1 2 0 0 9 421 135 Bos 0.007 -1 11 4 13 4 8 41 1719 135 Heide en duin 0.04041 -4 38 28 24 27 15 136 6498 135 Landbouw 0.92709 -2 3 4 1 3 0 13 494 135 Moeras en water 0.01036 -1 3 5 2 1 0 12 365 135 Suburbaan 0.01514 -0 1 6 13 33 83 136 8920 136 Bos 0.04439 -2 5 8 12 18 25 70 4062 136 Heide en duin 0.02896 -5 28 52 47 67 85 284 15909 136 Landbouw 0.8127 -0 6 7 6 15 23 57 3337 136 Moeras en water 0.01908 -0 7 2 8 14 20 51 2810 136 Suburbaan 0.02946 -0 3 2 12 17 36 70 4318 136 Urbaan 0.06541 -1 11 5 5 0 0 22 507 137 Bos 0.63445 -1 3 3 2 0 1 10 423 137 Heide en duin 0.36555 -0 5 6 4 2 1 18 716 138 Bos 1 -1 7 6 0 1 2 17 902 139 Bos 0.18297 -2 2 2 0 0 0 6 172 139 Heide en duin 0.06821 -1 6 1 0 0 0 8 201 139 Landbouw 0.66053 -0 3 3 1 1 0 8 335 139 Moeras en water 0.08829 -0 4 15 17 21 72 129 7679 140 Bos 0.19773 -3 7 6 5 10 4 35 1874 140 Heide en duin 0.068 -7 14 7 8 4 3 43 1683 140 Landbouw 0.57784 -0 8 2 3 4 4 21 952 140 Moeras en water 0.033 -2 4 3 2 2 5 18 768 140 Suburbaan 0.04883 -6 5 3 2 0 1 17 499 140 Urbaan 0.0746 -0 1 2 3 20 122 148 9776 141 Bos 0.04693 -1 2 3 13 15 39 73 4542 141 Heide en duin 0.02934 -11 23 32 36 60 134 296 17135 141 Landbouw 0.8229 -0 1 5 6 8 38 58 3765 141 Moeras en water 0.01886 -1 2 5 6 9 26 49 2839 141 Suburbaan 0.0275 -1 6 7 9 14 23 60 3362 141 Urbaan 0.05447 -2 3 7 2 0 1 15 347 142 Bos 0.00555 -2 8 6 5 3 2 26 765 142 Heide en duin 0.01219 -3 32 50 50 67 91 293 10909 142 Landbouw 0.94977 -1 4 12 4 2 4 27 767 142 Moeras en water 0.01024 -2 6 4 2 0 0 14 219 142 Suburbaan 0.00851 -2 4 1 4 2 0 13 372 142 Urbaan 0.01376 -1 1 3 2 3 2 12 332 143 Heide en duin 0.6296 -1 3 2 2 0 1 9 277 143 Moeras en water 0.3704 -7 25 26 21 4 9 92 3867 144 Landbouw 0.9962 -1 1 2 0 0 0 4 143 144 Moeras en water 0.0038 -4 2 1 0 0 0 7 157 145 Bos 0.04915 -4 4 2 0 0 0 10 217 145 Heide en duin 0.10383 -1 4 1 0 1 0 7 217 145 Landbouw 0.50269 -3 6 16 7 4 5 41 1790 145 Moeras en water 0.34434 -0 5 5 5 2 1 18 518 146 Bos 0.0083 -1 3 8 11 4 9 36 1097 146 Heide en duin 0.02104 -7 25 52 59 47 40 230 7982 146 Landbouw 0.92991 -0 3 10 7 5 14 39 1453 146 Moeras en water 0.01844 -3 3 1 3 4 2 16 453 146 Suburbaan 0.01306 -2 5 1 0 0 0 8 121 146 Urbaan 0.00924 -2 13 21 16 6 10 68 3635 147 Bos 0.45861 -2 7 9 7 3 2 30 1516 147 Heide en duin 0.25646 -3 1 0 1 0 0 5 158 147 Landbouw 0.23652 -1 1 0 1 2 2 7 441 147 Moeras en water 0.04841 -2 2 2 0 1 0 7 151 148 Bos 0.01 -3 4 2 2 1 3 15 388 148 Heide en duin 0.0317 -4 21 10 1 2 2 40 920 148 Landbouw 0.58477 -3 7 2 2 3 5 22 644 148 Moeras en water 0.03761 -1 4 3 4 3 6 21 759 148 Suburbaan 0.05902 -2 4 3 8 14 27 58 2189 148 Urbaan 0.27689 -2 5 4 2 3 0 16 703 149 Bos 0.01481 -2 6 4 2 2 1 17 633 149 Heide en duin 0.01994 -9 34 24 23 9 14 113 5176 149 Landbouw 0.91685 -4 3 7 9 5 6 34 1715 149 Moeras en water 0.03226 -2 1 1 2 0 0 6 205 149 Suburbaan 0.00819 -2 2 0 0 0 0 4 64 149 Urbaan 0.00795 -0 1 1 1 18 130 151 10055 150 Bos 0.04296 -1 3 4 7 14 53 82 5096 150 Heide en duin 0.02957 -7 17 18 34 53 201 330 20692 150 Landbouw 0.82311 -0 2 1 8 6 42 59 3787 150 Moeras en water 0.01721 -0 1 1 6 8 39 55 3439 150 Suburbaan 0.02769 -0 0 0 4 4 65 73 4981 150 Urbaan 0.05946 -1 7 1 4 2 0 15 467 151 Heide en duin 0.6239 -1 3 3 0 0 0 7 215 151 Moeras en water 0.20187 -1 1 1 1 0 0 4 114 151 Suburbaan 0.17422 -1 2 0 0 1 0 4 232 152 Bos 0.00971 -0 2 0 5 1 1 9 493 152 Heide en duin 0.03694 -1 12 6 0 3 7 29 1153 152 Landbouw 0.82325 -2 1 4 4 5 2 18 865 152 Moeras en water 0.05644 -2 2 1 1 1 2 9 454 152 Suburbaan 0.04584 -1 0 1 2 0 0 4 142 152 Urbaan 0.02781 -0 0 0 4 8 139 151 10145 153 Bos 0.05883 -3 7 6 7 11 41 75 4480 153 Heide en duin 0.03704 -9 33 33 45 47 61 228 12304 153 Landbouw 0.77875 -1 5 3 2 10 32 53 3229 153 Moeras en water 0.02117 -1 5 8 6 6 20 46 2377 153 Suburbaan 0.03172 -3 9 13 10 10 20 65 3338 153 Urbaan 0.0725 -7 39 48 22 33 38 187 9251 154 Landbouw 0.99502 -1 2 2 2 2 0 9 350 154 Moeras en water 0.00498 -1 3 2 0 0 1 7 239 155 Bos 0.0099 -4 0 0 2 0 0 6 145 155 Heide en duin 0.01046 -6 33 13 7 1 2 62 2303 155 Landbouw 0.89695 -1 3 3 3 0 1 11 464 155 Moeras en water 0.01861 -1 1 0 4 3 0 9 428 155 Suburbaan 0.02628 -1 5 0 2 0 1 9 405 155 Urbaan 0.03779 -1 4 7 8 3 10 33 1709 156 Landbouw 0.94395 -1 1 2 1 0 2 7 281 156 Urbaan 0.05605 -1 3 0 1 1 0 6 260 157 Bos 0.00361 -1 4 2 2 2 0 11 546 157 Heide en duin 0.00915 -6 24 25 30 30 34 149 7982 157 Landbouw 0.9433 -0 1 11 6 2 4 24 1196 157 Moeras en water 0.01777 -3 4 1 3 2 2 15 556 157 Suburbaan 0.01789 -1 2 1 1 0 0 5 179 157 Urbaan 0.00827 -1 2 2 0 0 0 5 102 158 Heide en duin 0.01411 -1 21 10 3 1 0 36 864 158 Landbouw 0.87805 -2 7 3 7 3 2 24 718 158 Moeras en water 0.06846 -4 3 0 0 0 1 8 165 158 Suburbaan 0.03939 -0 0 3 4 14 130 151 10004 159 Bos 0.04088 -0 1 4 5 15 54 79 5135 159 Heide en duin 0.02711 -0 6 7 15 25 297 350 23532 159 Landbouw 0.83065 -0 1 3 4 11 44 63 4065 159 Moeras en water 0.01749 -0 1 1 3 4 48 57 3610 159 Suburbaan 0.02731 -0 0 0 1 2 70 73 5062 159 Urbaan 0.05658 -0 7 10 14 26 84 141 8912 160 Bos 0.04691 -0 4 11 7 15 26 63 3907 160 Heide en duin 0.02657 -4 20 43 53 58 107 285 16523 160 Landbouw 0.83132 -3 2 8 4 14 22 53 3153 160 Moeras en water 0.01808 -1 5 1 9 11 15 42 2425 160 Suburbaan 0.02473 -2 4 9 11 11 18 55 3040 160 Urbaan 0.05239 -2 9 10 8 6 6 41 2135 161 Bos 0.01287 -3 7 5 4 5 13 37 1704 161 Heide en duin 0.01472 -2 23 26 39 72 150 312 18998 161 Landbouw 0.85838 -0 6 6 8 12 23 55 3036 161 Moeras en water 0.0177 -0 1 3 8 12 33 57 3448 161 Suburbaan 0.03166 -0 1 2 2 8 59 72 4902 161 Urbaan 0.06469 -0 8 4 3 9 8 32 1259 162 Bos 0.02959 -1 15 7 8 9 4 44 1347 162 Heide en duin 0.05157 -3 19 29 28 18 11 108 3672 162 Landbouw 0.87557 -0 7 9 4 9 8 37 1321 162 Moeras en water 0.03508 -1 3 1 0 1 0 6 119 162 Suburbaan 0.00818 -1 3 2 2 0 0 8 291 163 Heide en duin 0.04066 -2 10 2 2 3 1 20 706 163 Landbouw 0.80346 -2 5 6 5 6 4 28 1399 163 Moeras en water 0.13155 -2 0 1 0 1 0 4 141 163 Suburbaan 0.02433 -6 6 3 8 5 10 38 2121 164 Landbouw 0.96725 -1 2 5 2 0 1 11 419 164 Moeras en water 0.03275 -4 3 1 0 1 0 9 159 165 Heide en duin 0.03272 -11 14 9 4 0 0 38 739 165 Landbouw 0.95552 -3 1 1 0 0 0 5 74 165 Moeras en water 0.01176 -3 3 2 0 1 0 9 279 166 Heide en duin 0.02 -10 14 10 8 8 4 54 2318 166 Landbouw 0.93369 -0 7 0 5 3 1 16 757 166 Moeras en water 0.03235 -1 1 0 2 1 0 5 135 166 Suburbaan 0.01396 -1 15 11 16 8 4 55 2796 167 Bos 0.06763 -1 8 13 6 4 3 35 1685 167 Heide en duin 0.05455 -2 39 17 9 7 6 80 3316 167 Landbouw 0.86246 -0 3 2 1 1 0 7 303 167 Moeras en water 0.00883 -2 1 1 0 0 0 4 55 167 Suburbaan 0.00653 -0 4 3 4 1 2 14 681 168 Landbouw 0.86989 -3 1 1 2 1 3 11 518 168 Moeras en water 0.07994 -3 0 1 0 0 1 5 174 168 Suburbaan 0.05017 -7 2 2 2 2 0 15 554 169 Bos 0.01063 -1 6 6 0 1 0 14 465 169 Heide en duin 0.01168 -20 44 30 21 15 15 145 5969 169 Landbouw 0.90107 -3 8 7 4 5 4 31 1434 169 Moeras en water 0.02253 -1 6 3 4 0 0 14 483 169 Suburbaan 0.01756 -9 6 3 0 0 0 18 406 169 Urbaan 0.03653 -2 3 0 2 0 0 7 219 170 Heide en duin 0.13469 -1 2 1 0 0 0 4 84 170 Landbouw 0.46581 -5 7 2 2 5 1 22 905 170 Moeras en water 0.3995 -1 2 2 1 0 1 7 148 171 Heide en duin 0.0754 -2 3 2 1 0 2 10 420 171 Landbouw 0.78228 -2 4 2 2 2 2 14 596 171 Moeras en water 0.14232 -8 8 7 8 8 2 41 1898 172 Bos 0.01512 -4 9 16 2 11 6 48 2243 172 Heide en duin 0.02244 -8 29 54 43 56 87 277 15542 172 Landbouw 0.89579 -1 3 9 9 10 25 57 3264 172 Moeras en water 0.02156 -1 5 8 8 2 3 27 1152 172 Suburbaan 0.01763 -4 11 4 4 3 0 26 928 172 Urbaan 0.02746 -3 10 9 6 8 5 41 1672 173 Heide en duin 0.04636 -5 31 30 21 18 15 120 5692 173 Landbouw 0.93843 -2 1 3 1 0 1 8 303 173 Moeras en water 0.00732 -1 0 4 0 0 1 6 108 173 Suburbaan 0.00789 -3 6 1 4 6 7 27 1430 174 Bos 0.38116 -1 0 1 3 1 0 6 315 174 Landbouw 0.61884 -0 3 3 11 20 111 148 9723 175 Bos 0.04429 -0 3 4 8 12 53 80 5097 175 Heide en duin 0.03035 -6 21 32 28 50 176 313 19153 175 Landbouw 0.82118 -1 0 2 6 5 47 61 4004 175 Moeras en water 0.01872 -0 0 3 5 15 30 53 3263 175 Suburbaan 0.02807 -1 7 5 17 17 20 67 3677 175 Urbaan 0.0574 -1 2 0 1 1 0 5 177 176 Heide en duin 0.03485 -4 3 4 1 0 0 12 322 176 Landbouw 0.66281 -3 10 14 4 4 1 36 1388 176 Moeras en water 0.25369 -1 1 3 0 0 0 5 152 176 Suburbaan 0.04865 -2 2 3 1 0 0 8 252 177 Bos 0.00421 -1 3 3 1 0 1 9 365 177 Heide en duin 0.00609 -18 46 33 35 28 11 171 7415 177 Landbouw 0.90083 -1 7 3 1 0 4 16 667 177 Moeras en water 0.00986 -0 5 5 4 8 7 29 1603 177 Suburbaan 0.03084 -3 7 7 6 4 1 28 1182 177 Urbaan 0.04817 -3 17 10 18 8 4 60 2819 178 Bos 0.01892 -0 6 11 7 9 9 42 2101 178 Heide en duin 0.01678 -3 24 29 51 79 124 310 18128 178 Landbouw 0.85683 -1 7 12 5 13 11 49 2534 178 Moeras en water 0.01584 -1 2 2 3 8 35 51 3271 178 Suburbaan 0.02846 -0 1 3 7 15 44 70 4508 178 Urbaan 0.06318 -0 1 5 10 25 105 146 9580 179 Bos 0.06345 -2 7 7 8 12 32 68 4184 179 Heide en duin 0.03746 -12 43 34 41 40 43 213 10649 179 Landbouw 0.81162 -1 6 11 4 7 18 47 2647 179 Moeras en water 0.02095 -0 5 4 4 3 9 25 1331 179 Suburbaan 0.01923 -3 13 6 4 4 8 38 1793 179 Urbaan 0.04728 -1 0 0 2 0 1 4 221 180 Heide en duin 0.02106 -0 2 2 3 4 6 17 983 180 Landbouw 0.82524 -1 0 2 1 1 4 9 484 180 Moeras en water 0.0511 -1 0 2 0 0 2 5 291 180 Suburbaan 0.0392 -1 0 2 0 1 1 5 219 180 Urbaan 0.06341 -1 2 2 1 1 0 7 271 181 Bos 0.00429 -0 9 5 3 0 0 17 629 181 Heide en duin 0.01539 -2 48 51 28 15 10 154 6729 181 Landbouw 0.96435 -1 4 2 1 0 1 9 341 181 Moeras en water 0.00586 -2 2 4 1 0 0 9 289 181 Suburbaan 0.01011 -1 2 0 2 1 1 7 213 182 Bos 0.04386 -3 0 2 1 1 0 7 152 182 Heide en duin 0.05559 -1 2 2 3 3 2 13 428 182 Landbouw 0.8331 -0 4 2 2 0 1 9 276 182 Moeras en water 0.06745 -4 6 15 15 23 25 88 5145 183 Bos 0.3937 -2 10 5 12 7 6 42 2255 183 Heide en duin 0.23818 -2 0 3 1 0 0 6 298 183 Landbouw 0.19612 -0 2 4 2 0 0 8 305 183 Moeras en water 0.0367 -2 4 2 1 0 1 10 318 183 Suburbaan 0.07126 -1 3 1 1 0 0 6 210 183 Urbaan 0.06404 -6 10 15 5 1 1 38 1395 184 Bos 0.01676 -1 8 5 4 0 1 19 747 184 Heide en duin 0.01062 -5 48 47 39 47 36 222 10811 184 Landbouw 0.85828 -1 4 11 5 3 2 26 1165 184 Moeras en water 0.01176 -1 1 5 4 9 16 36 2313 184 Suburbaan 0.0281 -1 4 7 15 10 22 59 3304 184 Urbaan 0.07449 -2 8 11 2 2 2 27 1268 185 Landbouw 0.97467 -1 0 2 3 1 0 7 270 185 Moeras en water 0.02533 -1 1 2 1 1 1 7 220 186 Bos 0.05426 -2 2 0 2 2 0 8 278 186 Landbouw 0.55496 -2 2 1 0 1 1 7 214 186 Moeras en water 0.05563 -1 0 1 3 0 4 9 571 186 Suburbaan 0.12803 -1 1 1 3 1 1 8 395 186 Urbaan 0.20711 -4 11 13 19 24 26 97 5397 187 Bos 0.17577 -5 6 9 5 4 1 30 1345 187 Heide en duin 0.06891 -14 13 7 0 3 0 37 1137 187 Landbouw 0.58782 -5 2 4 0 0 3 14 469 187 Moeras en water 0.02601 -0 3 2 4 5 1 15 749 187 Suburbaan 0.04811 -4 4 3 3 3 1 18 869 187 Urbaan 0.09338 -4 5 1 0 2 0 12 317 188 Bos 0.00399 -0 4 6 4 3 2 19 772 188 Heide en duin 0.00801 -5 33 47 68 62 90 305 15936 188 Landbouw 0.88948 -1 8 8 1 4 3 25 951 188 Moeras en water 0.00853 -1 1 6 9 7 14 38 2134 188 Suburbaan 0.02237 -0 1 3 13 12 42 71 4418 188 Urbaan 0.06762 -4 4 0 1 0 0 9 273 189 Bos 0.0933 -3 3 4 0 2 1 13 453 189 Heide en duin 0.19218 -3 3 0 0 0 0 6 110 189 Landbouw 0.51124 -5 4 2 3 2 1 17 623 189 Moeras en water 0.20329 -1 3 5 0 2 2 13 650 190 Bos 0.01687 -3 11 1 1 1 0 17 517 190 Heide en duin 0.02796 -6 23 17 23 7 4 80 3476 190 Landbouw 0.91006 -0 5 3 6 7 6 27 1439 190 Moeras en water 0.03592 -2 2 1 0 0 0 5 167 190 Suburbaan 0.00919 -1 13 10 10 17 16 67 3670 191 Bos 0.15673 -0 5 7 11 21 33 77 4431 191 Heide en duin 0.22832 -1 8 7 4 2 2 24 1054 191 Landbouw 0.49222 -1 2 3 6 5 10 27 1737 191 Moeras en water 0.06476 -0 4 4 2 0 4 14 410 191 Suburbaan 0.05796 -0 0 0 0 5 145 150 10166 192 Bos 0.04401 -2 1 2 3 2 63 73 4906 192 Heide en duin 0.02715 -1 7 21 18 35 241 323 21435 192 Landbouw 0.8308 -0 6 1 5 5 39 56 3538 192 Moeras en water 0.01685 -0 1 5 6 7 29 48 2768 192 Suburbaan 0.02492 -1 5 7 8 7 39 67 3966 192 Urbaan 0.05628 +0 1 1 2 18 138 160 11832 1 Bos 0.04616 +0 1 4 12 14 49 80 5571 1 Heide en duin 0.02925 +8 21 36 37 65 165 332 21605 1 Landbouw 0.82739 +0 0 3 8 7 43 61 4469 1 Moeras en water 0.01823 +1 1 6 7 10 28 53 3279 1 Suburbaan 0.02513 +2 6 7 9 16 26 66 4078 1 Urbaan 0.05384 +1 1 1 1 0 0 4 177 2 Bos 0.0043 +2 1 2 4 1 1 11 623 2 Heide en duin 0.01815 +8 17 14 7 15 13 74 3885 2 Landbouw 0.91568 +4 7 7 3 6 2 29 1262 2 Moeras en water 0.04304 +1 3 1 2 2 0 9 327 2 Suburbaan 0.01883 +12 11 8 8 8 2 49 2216 3 Bos 0.01655 +4 11 18 3 10 7 53 2672 3 Heide en duin 0.02269 +9 31 47 61 58 100 306 18780 3 Landbouw 0.89281 +1 4 10 12 9 26 62 3894 3 Moeras en water 0.0217 +1 6 9 9 2 3 30 1324 3 Suburbaan 0.01665 +6 8 8 5 4 0 31 1231 3 Urbaan 0.02961 +0 1 3 5 14 137 160 11867 4 Bos 0.04009 +0 1 2 7 16 62 88 6223 4 Heide en duin 0.02795 +0 0 2 5 15 364 386 29231 4 Landbouw 0.83555 +0 2 1 4 4 55 66 4871 4 Moeras en water 0.01714 +0 1 2 1 1 55 60 4065 4 Suburbaan 0.02471 +0 0 1 0 1 75 77 5856 4 Urbaan 0.05456 +2 2 1 0 0 0 5 166 5 Bos 0.04753 +3 4 1 0 0 0 8 137 5 Landbouw 0.71855 +3 10 4 1 0 1 19 701 5 Moeras en water 0.23392 +1 2 0 2 0 0 5 194 6 Bos 0.02358 +2 2 0 1 1 0 6 198 6 Heide en duin 0.03736 +4 5 2 3 0 0 14 438 6 Landbouw 0.66208 +4 10 12 6 5 2 39 1787 6 Moeras en water 0.23822 +1 1 3 0 0 0 5 168 6 Suburbaan 0.03875 +6 7 5 0 1 1 20 579 7 Bos 0.00674 +1 7 0 4 4 2 18 1061 7 Heide en duin 0.00768 +6 20 38 59 80 129 332 20846 7 Landbouw 0.96587 +3 2 4 9 6 5 29 1622 7 Moeras en water 0.01012 +1 2 2 0 1 2 8 320 7 Suburbaan 0.00387 +4 2 1 0 0 0 7 136 7 Urbaan 0.00571 +3 2 4 0 0 1 10 375 8 Bos 0.0045 +1 4 5 2 0 1 13 509 8 Heide en duin 0.0076 +16 47 42 52 34 19 210 10368 8 Landbouw 0.90697 +1 7 4 1 0 4 17 785 8 Moeras en water 0.00881 +0 5 5 6 7 8 31 1811 8 Suburbaan 0.02547 +4 8 9 6 4 2 33 1526 8 Urbaan 0.04666 +5 11 15 22 26 33 112 6751 9 Bos 0.18566 +3 11 8 7 6 2 37 1911 9 Heide en duin 0.07773 +15 15 7 0 2 1 40 1384 9 Landbouw 0.5728 +5 5 4 0 0 3 17 606 9 Moeras en water 0.0292 +0 3 2 4 5 1 15 791 9 Suburbaan 0.04086 +4 4 5 3 3 1 20 994 9 Urbaan 0.09376 +2 4 12 11 24 95 148 10396 10 Bos 0.10451 +3 5 7 10 14 15 54 3377 10 Heide en duin 0.04833 +10 35 22 23 19 12 121 5816 10 Landbouw 0.73811 +1 4 5 8 9 8 35 2100 10 Moeras en water 0.02561 +2 5 3 4 7 1 22 1018 10 Suburbaan 0.02553 +6 11 5 3 4 0 29 1072 10 Urbaan 0.05791 +2 3 6 0 2 2 15 742 11 Bos 0.01565 +4 10 3 2 1 0 20 723 11 Heide en duin 0.02833 +6 25 23 24 11 4 93 4602 11 Landbouw 0.89798 +0 7 6 5 10 6 34 1887 11 Moeras en water 0.03937 +2 2 2 0 0 0 6 214 11 Suburbaan 0.00918 +1 2 1 0 0 0 4 96 11 Urbaan 0.00948 +2 8 6 9 7 12 44 2861 12 Bos 0.01441 +1 6 4 14 5 12 42 2566 12 Heide en duin 0.01743 +3 15 23 51 59 179 330 22693 12 Landbouw 0.93364 +0 7 5 4 7 19 42 2802 12 Moeras en water 0.01425 +3 2 3 4 5 1 18 750 12 Suburbaan 0.00915 +2 4 5 0 1 0 12 438 12 Urbaan 0.01111 +2 4 6 2 1 1 16 416 13 Bos 0.00524 +1 10 7 4 5 2 29 930 13 Heide en duin 0.01203 +2 30 56 54 77 117 336 13706 13 Landbouw 0.9504 +1 5 11 7 2 5 31 1022 13 Moeras en water 0.01052 +2 6 3 3 0 0 14 246 13 Suburbaan 0.007 +3 4 2 4 2 1 16 449 13 Urbaan 0.01482 +0 0 2 1 14 144 161 11995 14 Bos 0.04229 +0 1 9 9 15 47 81 5549 14 Heide en duin 0.02696 +4 6 16 20 41 281 368 26605 14 Landbouw 0.83501 +1 1 1 8 8 42 61 4435 14 Moeras en water 0.0166 +0 2 5 2 5 42 56 3679 14 Suburbaan 0.02417 +1 2 4 6 10 51 74 5116 14 Urbaan 0.05497 +3 2 1 2 0 0 8 269 15 Heide en duin 0.12796 +1 3 1 0 0 0 5 110 15 Landbouw 0.49842 +6 6 4 1 5 3 25 1157 15 Moeras en water 0.37362 +5 8 4 12 4 13 46 2642 16 Landbouw 0.96966 +2 2 4 2 1 1 12 536 16 Moeras en water 0.03034 +0 4 1 2 3 2 12 621 17 Bos 0.02914 +1 3 4 2 4 1 15 816 17 Heide en duin 0.04617 +5 11 7 4 4 9 40 2267 17 Landbouw 0.83914 +4 4 6 5 8 7 34 1852 17 Moeras en water 0.08555 +1 0 0 2 0 1 4 252 18 Heide en duin 0.01851 +0 2 3 2 7 6 20 1329 18 Landbouw 0.84104 +1 0 2 1 1 4 9 565 18 Moeras en water 0.04539 +1 0 2 0 0 3 6 432 18 Suburbaan 0.04 +1 0 2 0 1 1 5 261 18 Urbaan 0.05506 +4 7 6 1 1 1 20 873 19 Bos 0.02175 +6 6 5 5 1 2 25 896 19 Heide en duin 0.03446 +12 22 26 11 12 6 89 3844 19 Landbouw 0.83625 +2 7 14 10 7 15 55 3107 19 Moeras en water 0.06198 +1 3 5 1 1 0 11 354 19 Suburbaan 0.01787 +5 4 1 0 0 0 10 185 19 Urbaan 0.02768 +3 6 2 3 6 11 31 1976 20 Bos 0.36072 +0 1 1 2 2 0 6 395 20 Landbouw 0.60311 +1 2 1 0 0 0 4 99 20 Moeras en water 0.03617 +1 6 8 6 1 5 27 1428 21 Bos 1 +9 26 28 22 5 10 100 4639 22 Landbouw 0.99641 +1 1 2 0 0 0 4 176 22 Moeras en water 0.00359 +2 21 16 18 14 4 75 3729 23 Bos 0.02186 +1 7 13 7 11 12 51 2849 23 Heide en duin 0.01884 +3 18 32 52 86 149 340 22368 23 Landbouw 0.8562 +1 5 11 6 15 13 51 3092 23 Moeras en water 0.0154 +1 1 2 4 9 37 54 3685 23 Suburbaan 0.02587 +0 1 4 5 16 49 75 5308 23 Urbaan 0.06183 +2 11 11 7 6 7 44 2495 24 Bos 0.01265 +2 10 6 5 5 17 45 2361 24 Heide en duin 0.0164 +1 18 31 43 81 174 348 23329 24 Landbouw 0.86456 +0 5 7 8 13 23 56 3531 24 Moeras en water 0.01669 +0 0 3 5 13 38 59 3866 24 Suburbaan 0.02788 +0 1 3 2 5 65 76 5680 24 Urbaan 0.06181 +1 3 0 0 1 0 5 266 25 Bos 0.0116 +0 2 0 5 1 2 10 624 25 Heide en duin 0.03677 +1 13 8 0 4 7 33 1546 25 Landbouw 0.827 +1 1 4 4 5 4 19 1142 25 Moeras en water 0.05711 +2 2 2 1 1 2 10 524 25 Suburbaan 0.04291 +1 0 1 1 1 0 4 200 25 Urbaan 0.02461 +1 1 2 0 0 2 6 385 26 Bos 0.01045 +0 1 1 1 3 2 8 533 26 Heide en duin 0.01766 +1 12 12 11 11 17 64 3542 26 Landbouw 0.96287 +2 1 1 1 0 0 5 165 26 Moeras en water 0.00902 +0 0 0 2 8 153 163 12151 27 Bos 0.05884 +2 5 8 6 13 48 82 5394 27 Heide en duin 0.03752 +5 24 35 45 54 88 251 16042 27 Landbouw 0.78275 +1 3 3 4 9 34 54 3756 27 Moeras en water 0.0202 +1 5 5 7 7 26 51 2969 27 Suburbaan 0.03026 +2 6 10 8 16 27 69 4337 27 Urbaan 0.07044 +2 3 2 3 1 1 12 501 28 Bos 0.0172 +4 11 10 12 11 9 57 2959 28 Heide en duin 0.11293 +8 22 17 5 7 4 63 2917 28 Landbouw 0.85082 +0 3 1 3 0 0 7 310 28 Moeras en water 0.01134 +1 1 1 1 0 0 4 115 28 Suburbaan 0.00771 +1 2 0 0 1 0 4 185 29 Heide en duin 0.03275 +0 5 4 1 2 1 13 684 29 Landbouw 0.96725 +1 4 0 1 1 0 7 311 30 Bos 0.00397 +1 4 2 2 2 1 12 676 30 Heide en duin 0.00923 +6 24 28 36 31 40 165 9728 30 Landbouw 0.94378 +0 2 12 5 3 6 28 1532 30 Moeras en water 0.01921 +3 4 1 4 2 2 16 619 30 Suburbaan 0.01632 +1 2 1 1 0 0 5 186 30 Urbaan 0.00749 +4 1 0 0 0 0 5 67 31 Bos 0.21615 +4 3 4 1 1 1 14 614 31 Moeras en water 0.78385 +2 8 4 3 3 0 20 937 32 Bos 0.01461 +2 7 6 2 3 2 22 1051 32 Heide en duin 0.02037 +9 44 29 34 13 17 146 7218 32 Landbouw 0.92125 +3 4 8 10 7 7 39 2197 32 Moeras en water 0.02951 +2 1 1 2 0 0 6 226 32 Suburbaan 0.006 +3 2 0 0 0 0 5 87 32 Urbaan 0.00826 +3 3 1 0 0 0 7 198 33 Bos 0.02478 +4 6 2 1 0 1 14 428 33 Heide en duin 0.07329 +4 10 2 2 2 0 20 774 33 Landbouw 0.71363 +4 9 17 5 6 3 44 2068 33 Moeras en water 0.1883 +4 9 11 14 21 19 78 4833 34 Bos 0.44933 +1 9 4 5 2 2 23 1327 34 Heide en duin 0.16792 +0 4 1 1 0 0 6 291 34 Landbouw 0.29858 +1 2 0 1 0 0 4 117 34 Moeras en water 0.01791 +3 3 1 0 1 0 8 226 34 Suburbaan 0.06627 +1 18 15 20 8 5 67 3644 35 Bos 0.07937 +1 7 10 11 4 4 37 2060 35 Heide en duin 0.05555 +2 40 18 9 6 8 83 3794 35 Landbouw 0.84942 +0 3 3 1 1 0 8 348 35 Moeras en water 0.00982 +2 1 1 0 0 0 4 57 35 Suburbaan 0.00584 +3 4 1 0 0 0 8 253 36 Bos 0.05241 +4 3 3 0 0 0 10 263 36 Heide en duin 0.08302 +1 5 3 0 1 0 10 301 36 Landbouw 0.56592 +5 5 14 10 5 5 44 2111 36 Moeras en water 0.29865 +2 1 0 1 0 0 4 154 37 Bos 0.00734 +3 4 6 4 2 3 22 1008 37 Heide en duin 0.06826 +5 7 13 6 4 5 40 1975 37 Landbouw 0.84594 +1 4 3 9 3 3 23 1317 37 Moeras en water 0.05834 +1 0 1 1 1 2 6 225 37 Suburbaan 0.02012 +3 0 1 0 0 0 4 87 38 Heide en duin 0.09486 +2 2 0 0 0 0 4 93 38 Landbouw 0.64662 +1 3 3 1 2 0 10 469 38 Moeras en water 0.25851 +3 14 10 7 5 6 45 2072 39 Bos 0.01253 +1 9 11 11 4 8 44 2365 39 Heide en duin 0.01553 +4 13 24 44 69 214 368 25086 39 Landbouw 0.8852 +1 6 10 5 15 11 48 2899 39 Moeras en water 0.01385 +0 2 9 4 10 19 44 2673 39 Suburbaan 0.02013 +0 1 3 8 17 38 67 4617 39 Urbaan 0.05276 +0 7 6 6 10 9 38 1644 40 Bos 0.03009 +1 12 13 9 9 7 51 1843 40 Heide en duin 0.05118 +2 19 31 34 28 14 128 4779 40 Landbouw 0.87551 +1 4 7 3 8 17 40 1747 40 Moeras en water 0.03281 +0 3 3 1 1 0 8 197 40 Suburbaan 0.01041 +2 8 7 9 4 3 33 1800 41 Landbouw 0.97519 +1 1 1 4 0 1 8 370 41 Moeras en water 0.02481 +2 5 12 4 3 1 27 1092 42 Bos 0.727 +1 4 2 1 0 0 8 309 42 Heide en duin 0.273 +5 8 15 17 22 31 98 6206 43 Bos 0.4118 +1 11 8 12 7 8 47 2757 43 Heide en duin 0.2503 +2 0 3 1 0 0 6 314 43 Landbouw 0.1815 +0 2 4 1 1 0 8 362 43 Moeras en water 0.03483 +2 4 2 1 0 1 10 322 43 Suburbaan 0.06215 +1 3 1 1 0 0 6 223 43 Urbaan 0.05942 +3 5 2 1 2 0 13 466 44 Bos 0.00393 +0 5 6 5 5 3 24 1062 44 Heide en duin 0.0092 +6 32 52 68 73 111 342 19704 44 Landbouw 0.89381 +2 8 8 1 3 4 26 1100 44 Moeras en water 0.00815 +1 1 6 9 6 17 40 2453 44 Suburbaan 0.01989 +0 2 2 13 13 46 76 5162 44 Urbaan 0.06502 +4 18 10 7 11 17 67 3749 45 Bos 0.26275 +3 3 6 7 11 30 60 4070 45 Heide en duin 0.29821 +4 2 2 3 1 1 13 566 45 Landbouw 0.40653 +0 2 2 2 0 2 8 437 45 Moeras en water 0.03251 +3 4 3 1 0 0 11 362 46 Bos 0.11137 +2 5 1 2 0 0 10 373 46 Heide en duin 0.11548 +2 6 1 0 0 0 9 239 46 Landbouw 0.69971 +2 3 1 2 0 0 8 316 46 Moeras en water 0.07343 +2 18 11 12 14 20 77 4451 47 Bos 0.16893 +0 4 8 12 19 36 79 5146 47 Heide en duin 0.21965 +1 8 9 4 2 2 26 1285 47 Landbouw 0.49275 +2 2 4 6 5 11 30 2007 47 Moeras en water 0.06819 +0 4 4 2 0 4 14 425 47 Suburbaan 0.05047 +1 5 3 7 5 1 22 760 48 Bos 0.00906 +2 3 10 10 5 10 40 1374 48 Heide en duin 0.02087 +6 24 53 70 58 51 262 10160 48 Landbouw 0.9319 +1 5 8 8 6 17 45 1847 48 Moeras en water 0.0192 +3 3 1 3 4 2 16 496 48 Suburbaan 0.01083 +2 5 1 0 0 0 8 137 48 Urbaan 0.00815 +0 1 5 8 21 124 159 11650 49 Bos 0.06196 +3 6 7 7 16 37 76 5059 49 Heide en duin 0.03753 +9 37 41 55 48 52 242 13831 49 Landbouw 0.81465 +2 6 10 5 7 22 52 3234 49 Moeras en water 0.021 +0 6 4 6 4 9 29 1536 49 Suburbaan 0.01857 +1 16 6 6 4 9 42 2199 49 Urbaan 0.04628 +1 6 8 8 4 5 32 1979 50 Bos 0.24097 +1 10 3 11 10 14 49 3092 50 Heide en duin 0.46763 +2 1 2 0 0 0 5 98 50 Landbouw 0.2602 +1 2 0 2 0 0 5 226 50 Moeras en water 0.03121 +3 7 11 7 8 5 41 1979 51 Heide en duin 0.04299 +7 32 29 28 21 15 132 6903 51 Landbouw 0.94336 +2 1 3 1 0 1 8 348 51 Moeras en water 0.00686 +1 0 4 0 0 1 6 110 51 Suburbaan 0.0068 +3 6 5 6 5 6 31 1731 52 Landbouw 0.98853 +2 1 0 0 0 1 4 128 52 Moeras en water 0.01147 +7 6 17 20 17 25 92 6072 53 Bos 0.03198 +1 6 10 5 9 3 34 2070 53 Heide en duin 0.01498 +2 16 40 66 69 106 299 19630 53 Landbouw 0.89795 +0 9 12 5 12 3 41 2184 53 Moeras en water 0.01477 +3 4 11 11 1 1 31 1249 53 Suburbaan 0.01771 +3 6 8 5 1 0 23 926 53 Urbaan 0.02261 +7 11 15 7 1 1 42 1799 54 Bos 0.01705 +3 11 8 3 2 2 29 1210 54 Heide en duin 0.01492 +5 48 48 50 52 42 245 13338 54 Landbouw 0.85908 +1 5 11 6 3 2 28 1408 54 Moeras en water 0.01178 +0 3 7 3 8 18 39 2596 54 Suburbaan 0.02601 +1 3 10 16 10 22 62 3852 54 Urbaan 0.07117 +2 6 8 7 9 12 44 2447 55 Landbouw 0.94382 +1 2 3 0 1 2 9 417 55 Urbaan 0.05618 +0 19 14 14 6 14 67 3837 56 Bos 0.01909 +1 5 10 11 12 16 55 3222 56 Heide en duin 0.01986 +0 11 14 26 48 252 351 25425 56 Landbouw 0.864 +2 3 13 7 11 13 49 2851 56 Moeras en water 0.01447 +0 1 3 5 6 34 49 3352 56 Suburbaan 0.02295 +0 0 2 2 3 67 74 5577 56 Urbaan 0.05963 +3 10 5 7 2 4 31 1457 57 Bos 0.00915 +3 9 7 5 6 9 39 1797 57 Heide en duin 0.01459 +8 20 38 62 62 153 343 21729 57 Landbouw 0.87492 +4 7 11 6 5 6 39 1906 57 Moeras en water 0.01193 +0 4 2 5 11 28 50 3312 57 Suburbaan 0.02426 +0 1 2 3 2 70 78 5780 57 Urbaan 0.06513 +0 2 5 13 24 112 156 11289 58 Bos 0.04012 +0 4 3 7 9 63 86 6108 58 Heide en duin 0.02803 +0 3 2 10 21 341 377 28501 58 Landbouw 0.83748 +0 0 0 2 11 50 63 4773 58 Moeras en water 0.01679 +0 1 3 3 8 43 58 3867 58 Suburbaan 0.02451 +0 2 2 7 11 51 73 5323 58 Urbaan 0.05309 +1 4 1 0 3 1 10 381 59 Bos 0.0594 +1 3 2 2 3 1 12 570 59 Landbouw 0.62715 +2 3 1 0 1 1 8 263 59 Moeras en water 0.04787 +1 0 2 3 0 4 10 673 59 Suburbaan 0.09761 +0 2 0 3 2 2 9 590 59 Urbaan 0.16798 +5 5 9 3 3 0 25 1115 60 Bos 0.02083 +0 11 7 4 5 6 33 1791 60 Heide en duin 0.03485 +5 24 26 27 21 17 120 6871 60 Landbouw 0.86375 +1 5 16 6 6 13 47 2759 60 Moeras en water 0.04058 +0 5 3 2 1 1 12 593 60 Suburbaan 0.01643 +4 5 2 0 0 0 11 274 60 Urbaan 0.02356 +2 13 6 5 2 0 28 730 61 Bos 0.66761 +0 3 3 3 1 1 11 565 61 Heide en duin 0.33239 +2 4 1 1 1 0 9 234 62 Bos 0.01128 +2 4 2 2 3 3 16 480 62 Heide en duin 0.02859 +5 26 11 4 3 2 51 1353 62 Landbouw 0.62118 +3 7 2 2 3 5 22 745 62 Moeras en water 0.03214 +1 5 4 6 2 7 25 916 62 Suburbaan 0.05561 +2 5 3 8 11 34 63 2646 62 Urbaan 0.2512 +0 1 1 1 11 149 163 12089 63 Bos 0.0429 +1 3 5 5 14 60 88 6019 63 Heide en duin 0.02936 +7 12 17 36 53 239 364 25387 63 Landbouw 0.82768 +0 3 2 5 9 43 62 4436 63 Moeras en water 0.01691 +0 1 0 7 9 41 58 3859 63 Suburbaan 0.02509 +0 0 0 5 4 69 78 5785 63 Urbaan 0.05806 +0 0 0 0 4 158 162 12149 64 Bos 0.04323 +2 1 4 4 2 66 79 5658 64 Heide en duin 0.02671 +1 3 16 21 45 278 364 26476 64 Landbouw 0.83901 +0 6 2 4 3 44 59 4113 64 Moeras en water 0.01631 +0 1 5 5 8 31 50 3055 64 Suburbaan 0.02192 +1 3 7 8 10 41 70 4625 64 Urbaan 0.05282 +1 1 2 0 0 0 4 83 65 Bos 0.00558 +2 0 1 0 1 0 4 104 65 Heide en duin 0.00707 +6 21 12 10 5 4 58 1660 65 Landbouw 0.93225 +1 1 3 2 1 0 8 226 65 Moeras en water 0.01349 +3 1 2 0 0 0 6 103 65 Suburbaan 0.01529 +2 0 0 0 2 2 6 210 65 Urbaan 0.02631 +1 15 25 19 10 10 80 4609 66 Bos 0.46162 +1 8 8 11 2 3 33 1870 66 Heide en duin 0.24132 +2 3 0 1 0 0 6 197 66 Landbouw 0.24923 +1 1 0 0 3 3 8 538 66 Moeras en water 0.04783 +2 4 8 4 2 3 23 760 67 Landbouw 1 +0 5 9 21 29 77 141 9433 68 Bos 0.19172 +2 5 8 6 10 6 37 2292 68 Heide en duin 0.06376 +7 18 7 11 4 4 51 2209 68 Landbouw 0.59904 +2 7 3 3 4 5 24 1164 68 Moeras en water 0.03381 +2 5 3 2 2 5 19 811 68 Suburbaan 0.04246 +6 5 3 2 1 1 18 586 68 Urbaan 0.06921 +0 2 7 14 26 105 154 11100 69 Bos 0.04762 +1 3 12 10 17 28 71 4786 69 Heide en duin 0.02782 +3 21 35 57 72 124 312 20233 69 Landbouw 0.83336 +2 0 5 8 15 25 55 3779 69 Moeras en water 0.01762 +1 4 2 7 14 17 45 2838 69 Suburbaan 0.02287 +4 3 8 11 13 19 58 3538 69 Urbaan 0.05071 +3 0 2 3 0 0 8 323 70 Bos 0.00414 +0 7 8 4 4 9 32 1729 70 Heide en duin 0.02396 +7 20 26 32 45 58 188 11358 70 Landbouw 0.95945 +1 6 3 1 2 2 15 664 70 Moeras en water 0.00857 +1 0 1 0 3 0 5 108 70 Suburbaan 0.00388 +0 1 3 3 9 147 163 12021 71 Bos 0.04121 +0 0 6 4 17 59 86 6090 71 Heide en duin 0.02756 +0 4 9 10 26 333 382 28251 71 Landbouw 0.83437 +1 1 2 4 10 48 66 4756 71 Moeras en water 0.01729 +0 1 1 2 5 50 59 4008 71 Suburbaan 0.02452 +0 0 0 1 1 75 77 5858 71 Urbaan 0.05506 +1 2 3 1 2 2 11 514 72 Heide en duin 0.07642 +1 2 2 4 4 2 15 986 72 Landbouw 0.78139 +2 3 2 3 5 3 18 1071 72 Moeras en water 0.11246 +2 1 0 0 0 1 4 146 72 Suburbaan 0.02973 +1 3 0 1 0 0 5 132 73 Bos 0.00617 +3 3 1 0 1 1 9 214 73 Heide en duin 0.01563 +9 11 12 15 7 13 67 2398 73 Landbouw 0.89243 +3 8 6 5 9 10 41 1632 73 Moeras en water 0.0655 +1 2 4 1 0 1 9 180 73 Suburbaan 0.02027 +2 8 6 1 1 2 20 1119 74 Bos 0.20805 +2 2 2 0 0 0 6 199 74 Heide en duin 0.06592 +1 6 1 0 0 0 8 244 74 Landbouw 0.62903 +0 3 4 1 1 0 9 392 74 Moeras en water 0.097 +1 2 2 0 0 0 5 119 75 Heide en duin 0.0122 +1 23 15 3 1 0 43 1143 75 Landbouw 0.89384 +2 6 5 7 3 2 25 865 75 Moeras en water 0.06233 +3 4 0 0 0 1 8 194 75 Suburbaan 0.03164 +1 8 8 8 8 5 38 1579 76 Bos 0.20815 +4 6 10 6 6 9 41 1637 76 Heide en duin 0.28462 +3 0 3 3 1 1 11 388 76 Landbouw 0.47318 +1 2 2 0 1 0 6 194 76 Moeras en water 0.03405 +4 4 1 0 1 0 10 199 77 Heide en duin 0.0306 +11 17 12 5 1 0 46 975 77 Landbouw 0.9594 +3 1 1 0 0 0 5 79 77 Moeras en water 0.01001 +1 2 0 2 1 1 7 242 78 Bos 0.03723 +3 0 1 2 1 0 7 178 78 Heide en duin 0.04719 +1 5 2 2 4 2 16 550 78 Landbouw 0.85771 +0 4 1 2 1 1 9 325 78 Moeras en water 0.05787 +7 22 20 15 4 1 69 3100 79 Bos 0.0798 +2 14 11 4 0 1 32 1470 79 Heide en duin 0.0469 +7 50 10 5 1 1 74 2668 79 Landbouw 0.73929 +4 11 6 9 3 3 36 1665 79 Moeras en water 0.04314 +1 8 7 4 1 1 22 983 79 Suburbaan 0.04181 +4 6 3 1 1 0 15 594 79 Urbaan 0.04906 +1 2 1 0 0 0 4 113 80 Bos 0.0064 +1 1 1 0 2 2 7 277 80 Heide en duin 0.01621 +2 9 9 6 6 7 39 2280 80 Landbouw 0.71834 +0 3 1 1 0 5 10 568 80 Moeras en water 0.02209 +1 0 2 5 4 4 16 965 80 Suburbaan 0.05606 +2 4 2 7 5 10 30 1656 80 Urbaan 0.18089 +3 4 2 1 1 1 12 401 81 Heide en duin 0.14106 +2 7 2 0 0 0 11 328 81 Landbouw 0.80127 +2 2 1 1 1 0 7 299 81 Moeras en water 0.05766 +0 4 15 25 46 60 150 10223 82 Bos 0.06129 +1 11 11 11 17 15 66 3839 82 Heide en duin 0.03418 +10 46 57 47 40 28 228 11959 82 Landbouw 0.80477 +0 4 8 9 13 14 48 3004 82 Moeras en water 0.02032 +2 9 5 5 6 7 34 1604 82 Suburbaan 0.02283 +6 17 7 8 3 8 49 2325 82 Urbaan 0.05662 +9 10 11 3 2 0 35 1212 83 Bos 0.0113 +1 12 4 9 6 4 36 1927 83 Heide en duin 0.01472 +4 27 61 88 67 85 332 19708 83 Landbouw 0.92557 +1 6 12 10 6 4 39 2030 83 Moeras en water 0.01304 +1 6 11 9 3 4 34 1454 83 Suburbaan 0.01803 +2 5 5 3 2 2 19 950 83 Urbaan 0.01734 +1 18 15 4 1 1 40 1589 84 Bos 0.39629 +1 3 6 2 1 1 14 734 84 Heide en duin 0.17578 +1 1 2 1 0 0 5 229 84 Landbouw 0.42792 +0 2 1 8 18 132 161 11842 85 Bos 0.04366 +1 1 4 7 13 61 87 6115 85 Heide en duin 0.0299 +7 13 20 32 54 228 354 24485 85 Landbouw 0.82933 +1 0 2 5 3 52 63 4677 85 Moeras en water 0.0177 +0 0 3 4 16 33 56 3677 85 Suburbaan 0.02496 +1 5 1 21 14 29 71 4565 85 Urbaan 0.05445 +4 17 8 10 3 7 49 1533 86 Bos 0.04916 +5 11 11 6 4 4 41 1177 86 Heide en duin 0.05213 +9 38 30 14 4 2 97 2562 86 Landbouw 0.84065 +2 10 6 8 4 10 40 1446 86 Moeras en water 0.04158 +2 5 2 1 0 0 10 191 86 Suburbaan 0.01649 +1 9 4 3 0 0 17 748 87 Bos 0.02902 +0 9 0 1 0 0 10 388 87 Heide en duin 0.02163 +5 37 14 3 1 0 60 2232 87 Landbouw 0.88464 +1 5 1 2 1 0 10 424 87 Moeras en water 0.01768 +1 2 1 0 0 0 4 100 87 Suburbaan 0.00841 +2 5 1 0 0 0 8 238 87 Urbaan 0.03861 +6 50 51 34 37 49 227 12132 88 Landbouw 0.99474 +1 2 2 2 4 0 11 541 88 Moeras en water 0.00526 +1 3 2 3 0 1 10 299 89 Bos 0.02195 +1 7 4 5 4 5 26 1507 89 Heide en duin 0.08038 +2 7 7 13 5 8 42 2301 89 Landbouw 0.88503 +1 1 2 1 0 1 6 246 89 Moeras en water 0.01264 +2 6 4 4 2 0 18 628 90 Heide en duin 0.65187 +1 3 4 0 0 0 8 254 90 Moeras en water 0.20725 +1 1 1 1 0 0 4 126 90 Suburbaan 0.14088 +3 0 1 0 0 0 4 88 91 Heide en duin 0.02363 +0 5 3 4 1 2 15 831 91 Landbouw 0.80548 +3 2 1 2 1 3 12 598 91 Moeras en water 0.07729 +3 0 1 0 0 1 5 188 91 Suburbaan 0.04086 +1 0 1 2 0 0 4 159 91 Urbaan 0.05274 +1 2 1 0 0 0 4 125 92 Bos 0.02868 +3 2 5 2 0 1 13 333 92 Heide en duin 0.1454 +2 2 5 1 0 1 11 275 92 Landbouw 0.82592 +1 11 23 38 29 21 123 7481 93 Bos 0.0516 +3 9 10 14 10 2 48 2525 93 Heide en duin 0.02552 +7 37 71 57 50 25 247 13646 93 Landbouw 0.89515 +4 7 6 8 10 2 37 1805 93 Moeras en water 0.01608 +1 6 2 1 1 0 11 284 93 Suburbaan 0.00689 +1 0 2 2 0 0 5 165 93 Urbaan 0.00475 +1 1 2 2 1 0 7 316 94 Bos 0.00349 +0 10 6 6 0 0 22 989 94 Heide en duin 0.0162 +5 55 60 35 24 13 192 9017 94 Landbouw 0.96389 +1 6 3 2 0 2 14 637 94 Moeras en water 0.00783 +3 2 4 1 0 0 10 326 94 Suburbaan 0.0086 +1 1 2 0 0 0 4 124 95 Heide en duin 0.06252 +2 3 1 1 0 0 7 196 95 Landbouw 0.8523 +1 2 1 0 1 1 6 267 95 Moeras en water 0.08519 +3 12 16 21 20 24 96 6062 96 Bos 0.03318 +1 6 16 10 5 17 55 3328 96 Heide en duin 0.02409 +9 19 31 48 62 121 290 19114 96 Landbouw 0.86597 +2 4 9 12 7 12 46 2718 96 Moeras en water 0.01647 +2 8 9 7 5 8 39 1759 96 Suburbaan 0.02215 +5 9 8 6 5 6 39 1924 96 Urbaan 0.03812 +8 4 2 2 1 1 18 715 97 Bos 0.01056 +1 5 7 0 1 0 14 551 97 Heide en duin 0.00967 +25 51 39 26 20 18 179 7807 97 Landbouw 0.90736 +2 10 9 7 6 4 38 1927 97 Moeras en water 0.0231 +1 6 4 4 0 0 15 556 97 Suburbaan 0.01446 +9 8 3 1 0 0 21 547 97 Urbaan 0.03485 +1 7 2 2 0 0 12 527 98 Bos 0.00797 +0 11 6 14 6 9 46 2348 98 Heide en duin 0.0387 +6 39 37 29 29 22 162 8617 98 Landbouw 0.92896 +1 6 6 1 4 0 18 753 98 Moeras en water 0.01238 +1 3 5 2 1 0 12 391 98 Suburbaan 0.012 +4 0 0 0 0 0 4 85 99 Bos 0.00537 +2 4 2 1 0 2 11 459 99 Heide en duin 0.02271 +11 15 12 8 9 5 60 2802 99 Landbouw 0.92859 +0 4 3 4 4 2 17 980 99 Moeras en water 0.03156 +1 1 0 2 1 0 5 147 99 Suburbaan 0.01178 +0 3 5 0 0 1 9 395 100 Bos 0.01116 +4 2 3 1 1 1 12 451 100 Heide en duin 0.01728 +6 33 25 13 5 2 84 3686 100 Landbouw 0.89945 +1 3 3 3 2 1 13 742 100 Moeras en water 0.0167 +1 1 0 5 2 1 10 511 100 Suburbaan 0.02037 +1 4 2 3 0 1 11 558 100 Urbaan 0.03505 +1 3 3 2 0 0 9 374 101 Heide en duin 0.04415 +1 9 3 3 4 1 21 973 101 Landbouw 0.79 +1 5 7 9 6 4 32 1737 101 Moeras en water 0.14438 +2 0 1 0 1 0 4 150 101 Suburbaan 0.02147 +0 1 5 7 27 113 153 11313 102 Bos 0.04624 +1 6 8 12 19 34 80 5183 102 Heide en duin 0.03064 +4 27 48 53 68 112 312 19806 102 Landbouw 0.81458 +0 2 9 8 13 27 59 3947 102 Moeras en water 0.01847 +0 7 2 6 13 26 54 3247 102 Suburbaan 0.02682 +0 2 3 9 14 46 74 5211 102 Urbaan 0.06325 +2 7 7 3 1 1 21 1002 103 Bos 0.83518 +2 1 0 1 0 0 4 139 103 Moeras en water 0.16482 +16 42 50 25 22 11 166 8003 104 Landbouw 0.99784 +1 3 0 0 0 0 4 108 104 Moeras en water 0.00216 +4 4 0 1 0 0 9 291 105 Bos 0.07612 +3 4 5 0 2 1 15 561 105 Heide en duin 0.18089 +4 3 1 0 0 0 8 199 105 Landbouw 0.57539 +5 4 2 3 0 3 17 754 105 Moeras en water 0.1676 +0 1 4 3 3 3 14 477 106 Heide en duin 0.68159 +1 3 2 2 0 1 9 293 106 Moeras en water 0.31841 diff --git a/inst/results/stratum_weight.yml b/inst/results/stratum_weight.yml index 58ce8a6..ea5ec38 100644 --- a/inst/results/stratum_weight.yml +++ b/inst/results/stratum_weight.yml @@ -1,12 +1,13 @@ ..generic: - git2rdata: 0.4.0 + git2rdata: 0.5.2 optimize: yes NA string: NA sorting: - analysis - stratum - hash: 557dd7ba5967f8055f2fc33a70603e5f9258be06 - data_hash: f7414ccbbb0bb754803f5184b1e3a51d5da1db23 + hash: 3dda32679e99ab6fcae64b364927a4494c8dc820 + data_hash: e5ab72693220b8af6d2ba7bd4a26ffa0151c7bf6 + name: stratum_weight points_1: class: integer points_2: @@ -26,103 +27,209 @@ visits: analysis: class: factor labels: - - 02650104e02b12a9a70a250a6b9d125f09fb1e16 - - 042bbc7494ef5cb0ca7e6465e9f6d6c0141647a7 - - 072d449dc164e98c19805f67ee6a5519b780fd2d - - 09522a037bb7d4eb4eb30d98b17266dc6982e402 - - 0967f5345f27b53d7a380b08472c2478d7822c15 - - 09867787f649174cccd24a0d89c0b3ad0ad0df0f - - 0bf2c8c4276ad1bdac0113aa57d0db48210c2ddf - - 0c0f1fe43eb239c2b7c2ed45e9806c1d45ec3d9c - - 0d7b96c65bf8434dad8ff4ae7b2dac11ba59468f - - 0db939ade562d517d56b747cb60af3e32d859b09 - - 12332689b0137519d1032e7b3c1bbdd99a145f05 - - 12957259e6f931c9e3dfa056e212ad43964188f1 - - 136464e83615f911221be753862ce926f171a224 - - 158124d17fb643b7104455e0e65a799b56035f94 - - 16015aab58128aeb0ef17c995f4ca08362e9a25a - - 179bee3114d70926e6728f3e4970718f60a2db62 - - 18b1df16080e691b63718cd87db6000a38ccce10 - - 1affa858be371732e5a6c8dadf5bb1384529b3a0 - - 1b00eaa10092ce6c27959ace686163bfbd1a5820 - - 1ce44f2db5fbed3aa58287548ec1c20d75d4fe4e - - 1cff723dd6ac1d7020c74fd21a675ae48520627c - - 1edb836840d374c226c45cb34972bc0ec9b577a8 - - 214123bc075e6e379ec7078360d9b73f071a3045 - - 21bf947183e389b5548abc06f1e738c0cbed3d24 - - 268fa5ef37532a55a0689b5caeac7f13ec0d8b21 - - 2a2c28f48887aa266a915d1128edb1364f5fa1c8 - - 2ab0b73bf86827570c9c392e4e6220e999f70260 - - 2b5cf83b16cd86be0ba5bc30d59546cdc32959da - - 2eb1ed5f4bfb876fdfe5bd571db34d924c3bb272 - - 33bf9cebf5327ac9303e7fed3d7973237afe8ab3 - - 349cf0269b4a6f2ef93de480ebd03076c6cd074d - - 37d61eb6ac28e8143278bcff9ef74777b1324375 - - 3849d5a1fbb0386873b33b08109ffa41b62061c7 - - 38c1d4a389933e0a95cf59a3ff97e399254e51c8 - - 3f960da3ec9176a5d454b984afa5a46056a51d2a - - 41e5a53342b00751a96c76c5197913239fe8e4d0 - - 45972608d05083d7331c6ebedb352456b662b3e2 - - 49a9123859f5e9a39df6993ca2b826b1c086fb6d - - 588e4a744d60b67cf174f02cc6fbc47233b27bf2 - - 58c02fbe1b4622c5cbfca110cb5f6f967188e0d9 - - 58edf590b6aab47a5d7285558406629508e605d0 - - 656642fc5bf4812d01ed085c1890d4bb1d17709a - - 661ecef37ddb1bfdf490ef65585e50ce6a11f502 - - 69a9339dc105b38760dce76df845acbc33fffb4d - - 69eceee5397aebf212dc597716d6c17ede97646f - - 6aa1ef507f8055df7cb4ac988f9c99f4aa034242 - - 6d4cd1885333b5178e725d711c86606516c7892f - - 6e37ab0aab00d51d6ddc10c195fec2972a20e4ef - - 6f9fc830e7868189584898431fa75f58214bf35d - - 76d281f71882b669130a32fcf9469f555f8a655b - - 7d6f78b66e8515936a87583c487cf738c99e03a2 - - 7e9a4360787c319ef67dfc9f3866fabf1d62bc43 - - 7eab71189ddcabfc28ce2ce022dd7831518cb8a5 - - 84710c8b233b12501fe802b02a84bcba77d988a4 - - 8f3e2c3c211c102f47e4a2f61d88a45e273bb4b9 - - 920acc0358b92059f65e963e2d556d3885be3516 - - 926f28df75a0d353d70d4fd43bb2bae79c548cc9 - - 92dc32d1aae8dc0349641b124188432db051ebd2 - - 9d24ff6b61d31727366d9a5a0fe97c9a4172260f - - 9db47d3d2e33b2ffa0204ba5d2169c32bf4c48b6 - - 9e464c8fe08c39ce5fa4952d6aca568bde73751c - - 9f71d5d8541539f416457185ee8f70a01a5b189d - - a173f24b64fbb4b49472f71d1e99210ff743c99f - - aa42ad4c5b0e2558eb0dbe8d1a45ea8dc187f9bb - - ace4d6ad2f4b6cfc780885cb498c3af872fab5dc - - b0678c8ed27558036a4a3cae163928976d19a479 - - b63cb2d9904cff200dbd05275527c817cd267fd2 - - b6521474f6627b1828eb31a1052cce4722547abe - - b7da8652aa4646ca8a183975092b76d92966c337 - - b88b20623c5793f9f1d0e8860ab65f4701f9a245 - - b928431c950a59bbcb99a651174576f524bf650d - - b936cdc59cbb73d004d7ac34534f4faac4d353ad - - b94348e90dd164735a371b6ba5d7f8bfb80d6038 - - b9ef6f703d400d3c12a83741282cb586fb487068 - - bc2e258da22c5990aa089740ddd3bd9c28bd643d - - be233a085a3b84c8745617f7052e62ba7357596f - - bf3192d4367f1043d6a55cd2b97b2b856b5014b0 - - c11a480bd0cc0fc2c62a8e12c51405b9fac49a9f - - c2aafeee359f61a8007d42dc71d8e125b362a8c6 - - c690d23390fbffd0d5056fc4d317162227cfb15d - - c7c3f228039f1bf91c8f8a74441fe2246ac61b63 - - cefafcf222b91bc05c2325b9c540c1ec8462686b - - d6114df91f4560a386aed240f1a12a3c2afdbeff - - d614cc2bb9b7518ee2f26041d51899acc2124a19 - - dad4ffea3b799193558c2083b14fb4d0d4607b37 - - dc7082da321e75ef33eafd6e45cfc31f49092646 - - e58194327ff02119c20ef726e2fe24563a009eb3 - - e59c51e4820db7be851b57738511abadddad37d7 - - ec31a29a0a392aed5937f075c76502a926a77822 - - ee9f478364c4494e3678d0f0eda24c86b1ce54e2 - - ef8f080301d39f60ce5f3303a6f79fed411423fa - - f1a5501befe93a37ec3f8040fab9f356d9d902c5 - - f291975c3ee7b0b948d11264ce52acec6f8977a1 - - f3c17c28e98e6aae7e9ddda2ff14a7a648217168 - - fa3aa51785950d4dac83bb50473536372af1e01f - - fe465c9d34b06277eebbfb6fdf492252fc12620d + - 004046eef0d48ce4f63e5d0c05cf33228a2f7498 + - 01820143b8dad579042e97586dfcaa8d836632df + - 02281934448385eab0ba82aab9439774075bc749 + - 045d4602d1a5d257873b3b7f558a7b4e00652a1d + - 045f92224255ddaaf2d787529c6b051a943b9d70 + - 054ab573d98f6778e1750c0bbc5a99de6b0bf573 + - 069918f87d208eddf583d705309b06fc62e794a2 + - 07b868c982c9a5052c255b71c04a5fdda300a388 + - 09ddef5d7b734b147bad58c751f5526ccf98b13d + - 0a1d73e2e383946b882ea071fca74f7080d9d00f + - 0ca68710e5bac85b0ed8aacf58b89934ec3e716e + - 0e3673649aca58221b0a3158ad94dc6a7ab355d4 + - 12e338bbd3e93c0aac0caa0bfb6db7e41e65c47f + - 16e2b4bb40b5089c8af49a1f0bbfd48c7d454485 + - 16f066643dcd684148d1e6b57449ad691ffbd0b5 + - 1b61d04169590373b8f06c72fba7e35cdfd5fd90 + - 1ebf00281ca136b0d7e8313198aafde6330c5d8a + - 1f8802332b638cac69d4b14f6573626fc1713a6a + - 1fd09f060742246821c7170007e45e0dcc12f92a + - 20a6b73a8e0fd4797fffce4a94f04b7946f350bd + - 21462847480678cb9c2ca3f111eb14a4322e1d01 + - 217ed8e347efb07659f8e9f560c69292fedc3c84 + - 23830dabb163be694981b5a38371088807cb3e0c + - 238d55efd1c86737a503b525c45299d2639d45a1 + - 29676ae09fb18ca3b0d2be9e7217dcbcb15bc130 + - 2ac65fde42d160fc97715426159e6ca21f5d4510 + - 2e9cf961e497dc275e6ad3ac97d4143873e74ee3 + - 30ccace5e3426f3b5eb69a0ad0d4435dd9c7ba21 + - 3245bc84072576f0d8bb20dc587fa34f43d1e3b4 + - 36d60372d7514f65e06c39bb9e595056009c9e46 + - 3a82117d6f07ec24fafe4bda5017ff3b1f12dfe4 + - 3c9fc6864351dbf7b4e2692b6098cbdd7df492b4 + - 422152fc6ca9a9d5f020d450a85e3280bb833901 + - 46e9b7b7811f9fe424d7fd9542d93c1aafb5c0af + - 49f4e03a6a7aeed34ff5f5b47cad93fac1fe0010 + - 4b0bbae61276d4aca0c24f3d6b7e566ceec037fe + - 4b18e4fa81063221311bd9250ac6b8d88e4734bd + - 4bbd2faf4f01429653f5f27b7161d3492a2d575a + - 4cf2fb357c6aa51fe420fc7360a2c56145acb25e + - 50ac654743d7c6712015e740d05bb5444a3e8d94 + - 52b0cf83f9c262c9ea738f117f3324be77007a48 + - 57f668bf3c3af8f9ec4886d8382e5cacee5e51e8 + - 59a7f4289436966d649463de70228b3687fd4c5e + - 5eea41fb35de0a3f947e2ed507a2298e6fca8637 + - 5fc5c6c78fc3ea5778aa300adb04b7362b0ec3cc + - 60b77df13b6846d45b3af0d7a5c3b19639cd0b49 + - 6166716d5e69502ea8bdf6e484f4b1906233e634 + - 62e9b0baf9450e7f5e3a728a67a48be3b073e465 + - 64d19d83e2f1cb6f2db1eab9e1374d71189bf2e1 + - 6bab400122fe18a96067d22b8f8f20c96d55fd58 + - 6bb5128c9f2b59ad14f8217989a439595c7ebec7 + - 6cebcc0c83e7daaa9705912145c515b0dff9a5d8 + - 6e478a035e8b0adff6efc950f71401561392c807 + - 7704a0195988075b721e18a2bb5d83ced794c89e + - 7c196accae3ab5dad6feea496d657e0a1bf16bc4 + - 7d57a108e323b060837cfbdd8d35164b07643183 + - 7ec7726a674416de4ad9d650c8813d7c457281df + - 81996bbe1770d890ef3e4bd1c3c66eb6895f20d1 + - 845ff2f8690e184b3312919bdbf5a2f091f394f4 + - 85b0a8c396df13bd5d38909d1dc3fdc75e92f0e8 + - 879053c2bdae47e91dfac2ddab11231eda9f91f3 + - 898638db012fda728fa65d51e7242bac84e052af + - 8a89a02af41545f602cddaaad2082499797168ad + - 8c5c2f02efe683afbbcbe79429a715600b690946 + - 8d9d5e174b9b5ee4c1eaf9baf80aa8065cfe8432 + - 8dfedc1b4ed287a3d0c58e4fbccc67dbab171dad + - 8f6bda246d549fe0a9f014dfdd61873e6dd46f8e + - 94f7afb8bcb6fc044661f915b1f8a80e8803263c + - 95db42f28c12959e14d541bec26176ac9fe5c770 + - 9bf5c9b0d3a3666a69294116d3b330f84ce57041 + - 9d5622ccbc845b50391373837036f67db13faa11 + - 9dc2683e69dcae541b73036b43fff3bf65dd0afb + - 9e8d8f8507b707b256b94005888e056b92799306 + - a1bf5c8957ea202da6300907fb961a764e87df78 + - a683498a025f415d9a85f21e3387c20ed3a88a7a + - abd9213705cd8d5b224148d0abf9f2329ea563b2 + - b181541108230bb197c53e6275d51daba692600b + - b1f9b9406b8ae5c1a958294559bb3535d8720222 + - ba2dad6b42c0ee3d4f2d79864eca764d505ea540 + - bc2a99e9b0e7aa32fcb6dda59a12fab1830dc4ae + - bcb7a64cd66fd665ddb5d5fe1a0c97e8a5a7ae5c + - bdb6e8cfd4696b43d0fd168b1e1962adef887a44 + - c12bc04670e89bcdbb0713e33799722237d07cac + - c2ae222f780c623cf28e924905aa5b3547258960 + - c3d80151d443add981c04f3e746ec8e6cbb5a2f7 + - c502f54dc554a5eebaec65c05c1012c9abf9fdc8 + - c5b4e71b89a6f3cd8f39a18e091ef7e051ee2e81 + - c9308cb754a45a11fd23d32fff1da892c6ced507 + - cb5a9603206aa6dbaf957f44faf06d37db456b44 + - cfaa21ec096ef36edfd9a041e8e43fa64cb10012 + - d5bd41bfb8ce0775a0febe5d0b776c228ae10ebe + - d7145815eb238b5847d8f208be6b862ebd2b19bb + - dc0746b39fbc2171c4f7ed4b3b8ef9e2fbe1037c + - e0bfc776e6a02bc6547d41883bf7294330f09630 + - e44dbf981243526face8c6ffd3f99142f7132374 + - e5cb51fa1e128b48ec74e6f5b4adbcbf3521cc5f + - e5d2db99078a4ce336c9668b697c2f7194fda30a + - ea9b65940ed53ac5838061a0c5dbda0d26c141e6 + - eaf13f31c47cf21747e885fbe9c787a4bd1c0254 + - ed37c243147f945bfc5d14e1cd7a9d13412e8d3a + - f12216581b7fdc4db2df2a2a4e458febaad7e54e + - f2c33e3bdecde54ec26f92362dcda1729b56fbf7 + - f42276f30a35503b0b9a254020be0696ae327905 + - f546ca91d1595504128d54c44138ef0d929f9f0c + - fbdd47bc5a324f13dce24db29cc0f3ed5cd68a5c + - fc48bd34232b627732e407f28b9842b408a5fb97 index: + - 1 + - 2 + - 3 + - 4 + - 5 + - 6 + - 7 + - 8 + - 9 + - 10 + - 11 + - 12 + - 13 + - 14 + - 15 + - 16 + - 17 + - 18 + - 19 + - 20 + - 21 + - 22 + - 23 + - 24 + - 25 + - 26 + - 27 + - 28 + - 29 + - 30 + - 31 + - 32 + - 33 + - 34 + - 35 + - 36 + - 37 + - 38 + - 39 + - 40 + - 41 + - 42 + - 43 + - 44 + - 45 + - 46 + - 47 + - 48 + - 49 + - 50 + - 51 + - 52 + - 53 + - 54 + - 55 + - 56 + - 57 + - 58 + - 59 + - 60 + - 61 + - 62 + - 63 + - 64 + - 65 + - 66 + - 67 + - 68 + - 69 + - 70 + - 71 + - 72 + - 73 + - 74 + - 75 + - 76 + - 77 + - 78 + - 79 + - 80 + - 81 + - 82 + - 83 + - 84 + - 85 + - 86 + - 87 + - 88 + - 89 + - 90 + - 91 + - 92 + - 93 + - 94 + - 95 + - 96 - 97 - 98 - 99 @@ -133,94 +240,9 @@ analysis: - 104 - 105 - 106 - - 107 - - 108 - - 109 - - 110 - - 111 - - 112 - - 113 - - 114 - - 115 - - 116 - - 117 - - 118 - - 119 - - 120 - - 121 - - 122 - - 123 - - 124 - - 125 - - 126 - - 127 - - 128 - - 129 - - 130 - - 131 - - 132 - - 133 - - 134 - - 135 - - 136 - - 137 - - 138 - - 139 - - 140 - - 141 - - 142 - - 143 - - 144 - - 145 - - 146 - - 147 - - 148 - - 149 - - 150 - - 151 - - 152 - - 153 - - 154 - - 155 - - 156 - - 157 - - 158 - - 159 - - 160 - - 161 - - 162 - - 163 - - 164 - - 165 - - 166 - - 167 - - 168 - - 169 - - 170 - - 171 - - 172 - - 173 - - 174 - - 175 - - 176 - - 177 - - 178 - - 179 - - 180 - - 181 - - 182 - - 183 - - 184 - - 185 - - 186 - - 187 - - 188 - - 189 - - 190 - - 191 - - 192 ordered: no stratum: class: character weight: class: numeric + digits: 6 diff --git a/inst/website/00_abstract.Rmd b/inst/website/00_abstract.Rmd deleted file mode 100644 index 4bcefef..0000000 --- a/inst/website/00_abstract.Rmd +++ /dev/null @@ -1,23 +0,0 @@ -\benglish - -# English abstract {-} - -This report publishes the most recent analyses based on the census work carried out for the project "Common Breeding Bird Survey Flanders". -This project is a joint initiative of the Research Institute for Nature and Forest (INBO) and Natuurpunt Studie in cooperation with the local bird working groups. -The cooperation between these organisations guarantees a good support of and communication to the volunteer network by Natuurpunt Studie, and solid professional scientific support and data processing by INBO. -Since 2016, this monitoring scheme makes an integral part of the larger Soortenmeetnetten program that is financially supported by INBO and Agency Nature and Forest (ANB). - -The project was started in 2007 and aims at describing the trend in numbers of a set of ca. 80 general breeding bird species in Flanders. -Both annual fluctuations and multi-annual trends are interesting results in function of local, regional and international policy. - -This report serves as a technical background report. -It consists of three parts: -the first part describes the methodology of processing and presenting the results; -the second part presents a number of indicators based on trends of several types; -the third part describes the time series of individual species. -In parts two and three, we limit ourselves to a standardised representation of the most relevant analysis results without an ecological interpretation. -For an ecological interpretation of the results we refer to other publications such as [INBO Vogelnieuws](https://www.vlaanderen.be/inbo/publicaties/vogelnieuws). - -\eenglish - -\mainmatter diff --git a/inst/website/0_methodologie.Rmd b/inst/website/0_methodologie.Rmd deleted file mode 100644 index 90dece3..0000000 --- a/inst/website/0_methodologie.Rmd +++ /dev/null @@ -1,580 +0,0 @@ -# (PART) Methodologie {-} - -# Inzameling van de tellingen in het veld - -Hier beschrijven we beknopt het veldwerk, voor de details verwijzen we naar @ABVmethode. - -## Steekproef {#s:steekproef} - -De UTM 1 x 1 km hokken vormen de basis waaruit de steekproef getrokken is. -Bij de start van het meetnet hebben we de hokken opgedeeld in een aantal strata. -De regels zijn gebaseerd op het oppervlakteaandeel van een bepaald landgebruik op basis van de Biologische Waarderingkaart [@BWK]. - -1. Landbouw: minstens 80% landbouw. `r strata$n[strata$description == "Landbouw"]` hokken. -1. Urbaan: minstens 80% urbaan. `r strata$n[strata$description == "Urbaan"]` hokken. -1. Bos: minstens 80% bos. `r strata$n[strata$description == "Bos"]` hokken. -1. Suburbaan: minstens 80% suburbaan. `r strata$n[strata$description == "Suburbaan"]` hokken. -1. Heide en duin: minstens 20% heide of duin. `r strata$n[strata$description == "Heide en duin"]` hokken. -1. Moeras en water: minstens 20% moeras en water. `r strata$n[strata$description == "Moeras en water"]` hokken. - -Uit deze set trekken we een aselecte, gestratificeerde steekproef van 1200 hokken waarbij zeldzamere habitats overbemonsterd worden. -We streven er naar om jaarlijks 300 hokken te bemonsteren in een driejarige rotatie. -De waarnemers mochten in het eerste jaar 300 hokken kiezen uit de set van 1200. -Deze set van hokken komen in principe opnieuw aan bod in jaren 4, 7, 10, ... -In jaar 2 kiezen ze 300 hokken uit de overgebleven 900 hokken. -Deze set komt opnieuw aan bod in jaren 5, 8, 11, ... -Tenslotte kiezen de waarnemers in het derde jaar een laatste set van 300 hokken uit de laatste 900 hokken. -Deze set hokken bemonsteren we in de jaren 3, 6, 9, 12, ... - -Figuur \@ref(fig:inspanning) geeft de effectieve monitoringsinspanning weer. -In deze figuur hebben we de hokken gesorteerd volgens 1) het eerste jaar met gegevens, 2) het laatste jaar met gegevens, 3) het tweede jaar met gegevens, 4) het derde jaar met gegevens, ... -Hierdoor staan hokken met een meer gelijkende onderzoeksgeschiedenis dicht bij elkaar. -Merk op dat de driejarige cyclus voor de meest hokken wordt gerespecteerd. -Voor sommige hokken is de inspanning variabel, soms frequenter dan om de drie jaar, soms zit er meer tijd tussen. -Sommige hokken werden slechts in een of twee jaar onderzocht (fig. \@ref(fig:inspanning-hist)). -Voor het onderscheid tussen mogelijk bruikbaar en voorlopig niet bruikbaar verwijzen we naar §\@ref(s:relevant). - -```{r inspanning, fig.cap = "Overzicht van de effectieve monitoringsinspanning. Elk punt is een hok dat onderzocht is in een bepaald jaar. De horizontale lijnen verbinden het eerste en meest recente bezoek aan eenzelfde hok.", fig.height = 9.5} -effort %>% - arrange(.data$year) %>% - group_by(.data$location) %>% - transmute( - .data$year, end = max(.data$year), year2 = lead(.data$year), - year3 = lead(.data$year2), year4 = lead(.data$year3), - year5 = lead(.data$year4), year6 = lead(.data$year5), - year7 = lead(.data$year6) - ) %>% - slice(1) %>% - ungroup() %>% - arrange( - .data$year, .data$end, .data$year2, .data$year3, .data$year4, .data$year5, - .data$year6, .data$year7 - ) %>% - rowid_to_column("hok") %>% - transmute( - .data$location, hok = factor(.data$hok), - bruikbaar = ((.data$year - 2007) %/% 3) < ((end - 2007) %/% 3), - bruikbaar = factor( - .data$bruikbaar, levels = c(TRUE, FALSE), - labels = c("mogelijk", "voorlopig\nniet") - ) - ) %>% - inner_join(effort, by = "location") -> inspanning -ggplot(inspanning, aes(x = year, y = hok, group = hok, colour = bruikbaar)) + - geom_line(alpha = 0.2) + - geom_point(alpha = 0.5, size = ifelse(output_format == "html", 4, 1)) + - facet_wrap(~stratum, scales = "free_y") + - scale_x_continuous(breaks = pretty) + - theme( - axis.title.x = element_blank(), - axis.text.x = element_text(angle = 90), - axis.text.y = element_blank() - ) -``` - -```{r inspanning-hist, fig.cap = "Histogram van het aantal jaren waarin een hok onderzocht is opgesplitst per stratum."} -inspanning %>% - count(stratum, location, bruikbaar) %>% - ggplot(aes(x = n, fill = bruikbaar)) + - geom_histogram(binwidth = 1) + - facet_wrap(~stratum) + - scale_x_continuous( - "Aantal jaren waarin een hok onderzocht is", breaks = pretty, - limits = c(0, NA) - ) + - ylab("Aantal hokken") -``` - -## Steekproefeenheid - -De steekproefeenheid bestaat uit een hok van 1 x 1 km. -Binnen dit hok worden zes punten vastgelegd in een vaste patroon (fig. \@ref(fig:patroon)). -Indien de punten in de praktijk niet bereikbaar zijn, mag de waarnemer ze verplaatsen naar het dichtstbijzijnde bereikbare punt. -De waarnemer documenteert deze wijziging zodat we in de toekomst steeds op dezelfde punten blijven waarnemen. - -```{r patroon, fig.cap = "Standaardlocatie van meetpunten binnen een km hok.", fig.width = 2, fig.height = 2} -expand.grid( - x = seq(1 / 4, by = 1 / 2, length = 2), - y = seq(1 / 6, by = 1 / 3, length = 3) -) %>% - ggplot(aes(x = x, y = y)) + - geom_rect( - data = tribble(~x, ~y, ~xend, ~yend, 0, 0, 1, 1), - aes(xmin = x, ymin = y, xmax = xend, ymax = yend), - fill = NA, colour = inbo_steun_blauw - ) + - geom_point() + - coord_fixed() + - theme_void() -``` - -## Tellingen - -In het jaar dat we een hok bemonsteren zal de waarnemer het hok in drie periodes bezoeken: 1 maart - 15 april, 16 april - 31 mei, 1 juni - 15 juli. -Tussen twee opeenvolgende bezoeken moet er minstens twee weken liggen. -Alle meetpunten van een hok worden op dezelfde dag onderzocht tussen zonsopgang en 4 uur na zonsopgang. -Op elk meetpunt telt de waarnemer gedurende 5 minuten het aantal volwassen vogels per soort. -Overvliegende groepen vogels worden hierbij niet meegeteld. - -# Verwerking van de gegevens - -## Selectie van relevante gegevens per soort {#s:relevant} - -Hoewel we alle waargenomen vogelsoorten op een meetpunt noteren, toch zijn niet alle hokken even relevant voor een bepaalde soort. -Om de redenering op te bouwen, beschouwen we een fictieve soort die enkel op een afgelegen eiland voorkomt. -Alle vogeltellingen buiten dit eiland zijn uiteraard niet informatief voor wijzigingen in de aantallen van deze fictieve soort. -Buiten het eiland zullen de getelde aantallen immers per definitie nul zijn. -Wanneer we deze tellingen toch zouden in rekening brengen, dan zullen ze de globale trend afvlakken. -De globale trend is min of meer equivalent met een "gemiddelde" trend over de verschillende locaties. -Als een locatie steeds nul geeft, dan zijn lokaal de aantallen wiskundig "stabiel" (geen lokale trend). -Daarom is het noodzakelijk om de locaties die niet relevant zijn voor een soort buiten beschouwing te houden. - -In Vlaanderen is de situatie niet zo zwart-wit als bij het voorbeeld met het afgelegen eiland. -Daarom hebben nood aan een set regels die we toepassen op de beschikbare gegevens. - -1. We beschouwen een hok als relevant voor een soort wanneer we deze soort tijdens minstens twee verschillende driejarige cycli waarnemen. -Op deze manier sluiten we hokken uit waar de soort nooit of slechts toevallig waargenomen is. -Hokken die slechts binnen één driejarige cyclus onderzocht zijn, kunnen we hierdoor voorlopig niet gebruiken. -Figuur \@ref(fig:potentieel) geeft een overzicht van het aantal hokken die gedurende minstens twee cycli onderzocht zijn. -1. Binnen een hok is een meetpunt pas relevant wanneer we de soort er minstens eenmaal waarnemen. -1. Een stratum is relevant voor een soort wanneer het minstens drie relevante hokken bevat. -1. Op basis van de overblijvende gegevens berekenen we het (meetkundig[^geometrisch]) gemiddelde van de aantallen in elk van de drie perioden. -De periode met het hoogste gemiddelde gebruiken we als referentieperiode. -We houden enkel de periodes waarbij het gemiddelde minstens 15% van de referentieperiode bedraagt. -Op deze manier sluiten we periodes uit waarbij de soort zelden gezien wordt. -Bijvoorbeeld een trekvogel die pas in de loop van de tweede periode toekomt en waarvoor de eerste periode bijgevolg niet relevant is. -1. We passen de regels voor relevante hokken en strata opnieuw toe. -Het negeren van een of twee irrelevante periodes kan er voor zorgen dat een hok niet langer relevant is. - -[^geometrisch]: Het meetkundig gemiddelde of geometrisch gemiddelde van $n$ getallen wordt verkregen door de getallen met elkaar te vermenigvuldigen en vervolgens van het product de n^de^ machtswortel te nemen. $$m=\left(\prod _{i=1}^{n}a_{i}\right)^{1/n}$$ - -```{r potentieel, fig.cap = "Aantal onderzochte hokken per stratum en per jaar waarbij we enkel rekening houden met hokken die in minstens twee verschillende driejarige cycli onderzocht zijn."} -inspanning %>% - mutate(cyclus = (year - 2007) %/% 3) %>% - distinct(location, cyclus) %>% - count(location) %>% - filter(n >= 2) %>% - semi_join(x = inspanning, by = "location") %>% - count(year, stratum, name = "hokken") %>% - mutate(stratum = reorder(stratum, -hokken)) %>% - ggplot(aes(x = year, y = hokken, colour = stratum)) + - geom_line() + - scale_x_continuous(breaks = pretty) + - scale_y_continuous("Aantal potentieel relevante hokken", limits = c(0, NA)) + - theme(axis.title.x = element_blank()) -``` - -Na het toepassen van deze regels gaan we na of we minstens 100 waarnemingen van de soort hebben. -Hierbij is een waarneming de telling van minstens één dier in een combinatie van jaar, periode, hok en meetpunt. -Stel dat we een soort hebben waarbij we de drie periodes weerhouden en de waarnemer ziet de soort op elk van de zes meetpunten tijdens alle periodes van een bepaald jaar, dan hebben we $3 \times 6 = 18$ waarnemingen voor dat hok in dat jaar. - -Als we minder dan 100 waarnemingen voorhouden voor een soort, dan stopt voorlopig het verhaal voor deze soort. -We hebben dan te weinig waarnemingen voor een betrouwbare trendberekening. -Dit wil niet zeggen dat we deze soort permanent afschrijven! -Wanneer we deze regels in de toekomst opnieuw toepassen hebben we mogelijk wel voldoende waarnemingen. -Ook hokken of strata in de toekomst gekoloniseerd worden, worden dan opgepikt. - -## Trendberekening {#s:trendberekening} - -### Niet-lineaire trends - -Om de trends te berekenen, voorspellen we de waargenomen aantallen aan de hand van een statistisch model. -$Y_{jpshm}$ is de voorspelling voor jaar $j$, periode $p$, stratum $s$, hok $h$ en meetpunt $m$. -Veronderstellen dat deze aantallen uit een `zero-inflated negative binomial`^[Een negatief binomiale verdeling met een overmaat aan nullen.] verdeling komen met parameters $\mu_{jpshm}$, $\nu$ en $\pi$. - -$$Y_{jpshm} \sim ZINB(\mu_{jpshm}, \nu, \pi)$$ - -Laat ons eerst focussen op $\mu_{jpshm}$. -Deze parameter is via een $\log$ link gerelateerd aan de `lineaire predictor` $\eta_{jpshm}$. -Door deze $\log$ link kunnen we de individuele termen van de `lineare predictor` interpreteren als relatieve effecten. - -$$\log\mu_{jpshm} = \eta_{jpshm}$$ - -En nu wordt het interessant want deze `lineaire predictor` hangt af van vijf termen: - -- $\beta_s$: het effect van stratum $s$. -- $\beta_p$: het verschil tussen periode $p$ en de referentieperiode. -- $b_h$: het effect van hok $h$. -Deze effecten komen uit een Gaussiaanse verdeling met gemiddelde 0 en variantie $\sigma^2_h$. -- $b_m$: het effect van meetpunt $m$. -Deze effecten komen uit een Gaussiaanse verdeling met gemiddelde 0 en variantie $\sigma^2_m$. -- $b_{j,s}$: het effect van jaar $j$ in stratum $s$. -Dit effect modelleert een eerste orde random walk per stratum. -Het verschil tussen twee opeenvolgende jaren komt uit een Gaussiaanse verdeling met gemiddelde 0 en variantie $\sigma^2_j$. - -$$\eta_{jpshm} = \beta_s + \beta_p + b_h + b_m + b_{j,s}$$ -$$b_h \sim \mathcal{N}(0, \sigma^2_h)$$ -$$b_m \sim \mathcal{N}(0, \sigma^2_m)$$ -$$b_{j,s} - b_{j-1, s} = \Delta b_{j,s} \sim \mathcal{N}(0, \sigma^2_j)$$ - -De random walk $b_{j,s}$ is de term die ons het meest interesseert aangezien deze modelleert hoe de aantallen in de tijd wijzigen. -Het komt er op neer dat de aantallen in jaar $j$ en stratum $s$ een factor $e^{\Delta b_{j,s}}$ verschillen van het voorgaande jaar in datzelfde stratum. -De variantie $\sigma^2_j$ bepaalt hoe groot de sterkste schommelingen tussen de opeenvolgende jaren kunnen zijn. -Het model laat toe dat elk stratum zijn eigen trend heeft. - -### Statistische verdelingen - -Een standaard distributie voor aantallen is de Poisson verdeling. -Deze heeft als kenmerk dat de variantie gelijk is aan het gemiddelde ($\sigma^2 = \mu$). -Bij veel ecologisch gegevens zien we dat de variantie in de praktijk groter is dan het gemiddelde, een fenomeen dat we overdispersie noemen. -In dat geval kunnen we een negatief binomiale verdeling gebruiken. -Deze heeft als variantie $\sigma^2 = \mu + \mu^2/\nu$, waarbij de parameter $\nu$ is een maat voor overdispersie. -Merk op dat als de overdispersieparameter zeer groot wordt ($\nu = \infty$), dan wordt de term $\mu/\nu = 0$ en bijgevolg reduceert de negatief binomiale verdeling dan tot een Poisson verdeling. - -Sommige ecologische gegevens vertonen een "overmaat" aan nullen, dat zijn meer nulwaarnemingen dan de Poisson of negatief binomiale verdeling kan modelleren. -In dergelijke gevallen kunnen we overschakelen naar de `zero-inflated` versie van deze verdelingen. -Deze hebben een parameter $\pi$ die een maat is voor de kans op een overmatige nul. - -Bij het modelleren zullen we in eerste instantie deze twee parameters instellen op $\nu = \infty$ en $\pi = 0$, m.a.w. geen overdispersie en geen overmaat aan nullen zodat we een Poisson verdeling krijgen. -Vervolgens gaan we na of er voldoende aanwijzingen zijn voor overdispersie of een overmaat aan nullen. -In het geval van overdispersie laten we $\nu$ door het model schatten waardoor we overgaan van een Poisson naar een negatief binomiaal. -In het geval van een overmaat aan nullen laten we $\pi$ door het model schatten waardoor we overgaan van een Poisson naar een `zero-inflated` Poisson. -Soms hebben we zowel aanwijzingen voor overdispersie als een overmaat aan nullen. -In die gevallen kiezen we de negatief binomiaal of `zero-inflated` Poisson naargelang welke de sterkste aanwijzingen heeft. -Vervolgens gaan we na of we de andere parameter ook nog een probleem vormt. -Zo ja, gaan we over naar een `zero-inflated` negatief binomiaal waarbij het model zowel $\nu$ als $\pi$ zal schatten. - -### Lineaire trends {#s:lineairetrend} - -Lineaire trends veronderstellen dat er een constante wijziging is over de volledige looptijd. -Het model dat we hiervoor gebruiken is nagenoeg identiek aan het niet-lineaire model. -Het enige verschil zit in de `lineaire predictor` waar we de first order random walk ($b_{j,s}$) vervangen door een lineaire trend per stratum ($\beta_{s1} j$). - -$$\eta_{jpshm} = \beta_s + \beta_p + b_h + b_m + \beta_{s1} j$$ - -Het lineaire model is een vereenvoudiging van het niet-lineaire model. -We kunnen deze modellen met elkaar vergelijken op basis van het `Wantanabe-Akaike Information Criterion` (WAIC) [@gelmanUnderstandingPredictiveInformation2014]. -De WAIC waarde daalt naarmate het model de gegevens beter kan beschrijven en stijgt wanneer het model complexer wordt. -Als we modellen met elkaar vergelijken op basis van WAIC, zal het model met de laagste WAIC de beste mix zijn tussen een goede beschrijving van de gegevens en een zo eenvoudig mogelijk model. -We beschouwen de trend als **lineair** wanneer het lineaire model de laagste WAIC heeft. -Wanneer de WAIC van het niet-lineaire model minder dan 2 eenheden lager is dan deze van het lineaire model, beschouwen de trend als **mogelijk niet-lineair**. -Pas wanneer de WAIC van het niet-lineaire model duidelijk lager is dan het lineaire model, stellen we dat de trend **niet-lineair** is. -In dat geval de gebruiker moet de gerapporteerde lineaire trend met de nodige voorzichtigheid interpreteren. -Kijk zeker naar de bijhorende niet-lineaire trend vooraleer de cijfers te interpreteren. - -### Resultaten per driejarige cyclus - -Zoals aangegeven in §\@ref(s:steekproef) zullen we een bepaald hok in principe om de drie jaar herbezoeken. -Hierdoor krijgen we drie sets van hokken. -Er bestaat een kans dat de schatting voor een bepaald jaar beïnvloed is door de set van hokken die in dat jaar onderzocht worden. -Om dit effect uit te schakelen, analyseren we de gegevens tevens op basis van de driejarige cyclus $c$ i.p.v. jaar $j$. - -De eerste cyclus omvat de eerste drie jaar sinds de start van het meetnet (2007-2009). -De volgende cyclus omvat telkens de volgende drie jaar aansluitend op de vorige cyclus. -Aangezien we alle beschikbare gegevens gebruiken bij de analyse bevat de laatste cyclus mogelijk minder dan drie jaar. -Dit is duidelijk zichtbaar doordat het laatste jaar van de cyclus op dat ogenblik in de toekomst ligt. -Als bijvoorbeeld 2019 het meest recente jaar met gegevens is, dan is de laatste cyclus 2019-2021. - -Hieronder geven we aan op welke manier we de eerste beschreven modellen aanpassen. - -$$Y_{cpshm} \sim ZINB(\mu_{cpshm}, \nu, \pi)$$ -$$\log\mu_{cpshm} = \eta_{cpshm}$$ - -**Niet-lineaire trend** - -$$\eta_{cpshm} = \beta_s + \beta_p + b_h + b_m + b_{c,s}$$ -$$b_{c,s} - b_{c-1, s} = \Delta b_{c,s} \sim \mathcal{N}(0, \sigma^2_c)$$ - -$b_{c,s}$: het effect van driejarige cyclus $c$ in stratum $s$. -Dit effect modelleert een eerste orde random walk per stratum. -Het verschil tussen twee opeenvolgende driejarige cycli komt uit een Gaussiaanse verdeling met gemiddelde 0 en variantie $\sigma^2_c$. - -**Lineaire trend** - -$$\eta_{cpshm} = \beta_s + \beta_p + b_h + b_m + \beta_{s1} c$$ - - -### Modellen fitten - -We fitten de statische modellen in R [@R] met het INLA package [@rueINLAFunctionsWhich2009]. -INLA gebruikt een Bayesiaanse benadering om de modellen te fitten. -Daarom moeten we priors specificeren voor de parameters en hyperparameters. - -- $\beta_s$, $\beta_p$ en $\beta_{s1}$ krijgen een Gaussiaanse prior $\mathcal{N}(0, 5)$. -- $\sigma^2_h$ krijgt een `penalised complexity` prior [@simpson.rue.ea2017PenalisingModelComponent] zodat $Prob(\sigma_h > 1) = 0.01$. -- $\sigma^2_m$ krijgt een `penalised complexity` prior zodat $Prob(\sigma_m > 1) = 0.01$. -- $\sigma^2_j$ krijgt een `penalised complexity` prior zodat $Prob(\sigma_j > 0.5) = 0.01$. -- $\sigma^2_c$ krijgt een `penalised complexity` prior zodat $Prob(\sigma_c > 0.5) = 0.01$. -- $\nu$ krijgt een Gamma prior zodat $\nu \sim \Gamma(1/7, 1/7)$. -- $\pi$ wordt intern geparametriseerd als $\theta = \log\frac{\pi}{1 - \pi}$ met Gaussiaanse prior $\theta ~ \sim \mathcal{N}(-1, 5)$. - -## Gemiddeld aantal dieren per meetpunt - -Een gemiddeld hok heeft als effect $b_h = 0$ en een gemiddeld meetpunt $b_m = 0$. -In de referentieperiode is $\beta_p = 0$. -In deze gevallen vereenvoudigt de `lineaire predictor` tot het effect van stratum $s$ en de trend in dat stratum: - -$$\eta_{js} = \beta_s + b_{j,s}$$ - -Door de effecten van de strata te vermenigvuldigen met hun stratumgewicht ($\gamma_s$) krijgen we een schatting voor Vlaanderen. - -$$\eta_{j} = \sum_s(\gamma_s\beta_s + \gamma_sb_{j,s})$$ - -Om de schatting van het gemiddelde aantal in Vlaanderen te krijgen, moeten we de `lineaire predictor` terug omzetten van de $\log$ schaal naar de natuurlijke schaal en corrigeren voor de eventuele overmaat aan nullen. -We krijgen dan: - -$$E[Y_j] = (1 - \pi) e^{\eta_j} \prod_s(e^{\gamma_s \beta_s} e ^ {\gamma_s b_{j,s}})$$ - -## Vergelijken van jaren - -We kunnen twee jaren $a$ en $b$ met elkaar vergelijken door hun `lineaire predictoren` voor het gemiddeld aantal dieren van elkaar af te trekken. - -$$\eta_a - \eta_b = \sum_s(\gamma_s\beta_s + \gamma_sb_{a,s}) - \sum_s(\gamma_s\beta_s + \gamma_sb_{b,s})$$ - -Aangezien het globale stratumeffecten en de stratumgewichten niet wijzigen in de tijd, kunnen we dit vereenvoudigen tot - -$$\eta_a - \eta_b = \sum_s\gamma_s(b_{a,s} -b_{b,s})$$ - -De wijziging in Vlaanderen is het gewogen gemiddelde van de wijzigingen in de strata. -Na omzetting van de $log$ schaal naar de natuurlijke schaal krijgen we het relatieve aantal $I_{a|b}$ van jaar $a$ t.o.v. jaar $b$ - -$$I_{a|b}=\frac{e^{\nu_a}}{e^{\nu_b}} = \prod_s\left(\frac{e^{\gamma_sb_{a,s}}}{e^{\gamma_sb_{b,s}}}\right)$$ - -Wanneer we een jaar met zichzelf vergelijken krijgen we per definitie $I_{a|a} = 1 = 100\%$. -Wanneer we meerdere jaren met eenzelfde referentiejaar vergelijken krijgen we een indexwaarde: het relatieve verschil van elk jaar t.o.v. van een bepaald referentiejaar. - -## Gewicht van de strata {#s:stratumgewicht} - -In het vorige onderdeel hebben gebruikt gemaakt van stratumgewichten $\gamma_s$ zonder deze te definiëren. -We bepalen het gewicht van een stratum op basis van drie kenmerken: het totaal aantal hokken van het stratum in Vlaanderen ($N_s$), het aantal onderzochte hokken in het stratum ($T_s$) ongeacht of ze al dan niet relevant zijn voor de soort en het aantal relevante hokken voor de soort in het stratum ($R_s$). - -Het aandeel relevante hokken per stratum ($R_s/T_s$) is een goede maat van de frequentie waarmee een soort aanwezig is binnen een stratum. -Wanneer een soort in nagenoeg alle onderzochte hokken van het stratum waargenomen wordt is $R_s/T_s \simeq 1$. -Is de soort zeer zeldzaam (komt slechts in een paar van de onderzochte hokken voor) dan is $R_s/T_s \simeq 0$. - -Het basisgewicht $\gamma_{sb}$ voor stratum $s$ is het aandeel relevante hokken vermenigvuldigd met het totaal aantal hokken in het stratum. -Dit is een schatting van het totaal aantal hokken in het stratum waar de soort voldoende frequent voorkomt. - -$$\gamma_{sb} = \frac{R_s}{T_s}N_s$$ - -Om makkelijker te kunnen rekenen delen we de basisgewichten door hun som zodat de stratumgewichten sommeren tot 1. - -$$\gamma_s = \frac{\gamma_{sb}}{\sum_s\gamma_{sb}}$$ - -Merk op dat het aantal relevante hokken per stratum ($R_s$) soortafhankelijk is. -Bijgevolg zijn de stratumgewichten eveneens soortafhankelijk. - -## Samengestelde indices {#s:samengesteld} - -We berekenen een aantal samengestelde indices die de trends voor een groep van soorten aggregeren. -Deze indices zijn het meetkundig gemiddelde van de verschillen tussen jaren voor alle soorten van de groep. -Bij de berekening maken we gebruik van het trucje dat we een product kunnen schrijven als een som van logaritmes die we nadien terug exponentiëren. -Een meetkundig gemiddelde in de natuurlijke schaal kunnen we dat schrijven als een rekenkundig gemiddelde in de log-schaal. - -$$\sqrt[n]{\prod_{i+1}^na_i} = \exp\left(\frac{\sum_{i = 1}^n\log a_i}{n}\right)$$ -Het voordeel aan deze techniek is dat de schattingen van de paarsgewijze verschillen tussen de jaren reeds beschikbaar zijn in de log-schaal. -Bovendien beschikken we tevens over hun variantie in de log-schaal. -Dit laat ons toe om makkelijk het betrouwbaarheidsinterval te berekenen aan de hand van een paar vuistregels. - -1. Bij onafhankelijke variabelen geldt dat de variantie van hun som gelijk is aan de som van de varianties. $\sigma^2_{\sum X_i} = \sum \sigma^2_{X_i}$ -1. De variantie van het product van een variabele en een constante is gelijk aan de variantie van de variabele vermenigvuldigd met die constante. $\sigma^2_{aX} = a \sigma^2_X$ -1. Het model veronderstelt dat de individuele modelparameters een Gaussiaanse verdeling volgen. -Hierdoor volgen de paarsgewijze verschillen tussen de jaren en hun gemiddelde (telkens in de log-schaal) een Gaussiaanse verdeling. -Aangezien we zowel het gemiddeld als de variantie van deze verdeling kennen, kunnen we hieruit de gewenste kwantielen voor de betrouwbaarheidsintervallen berekenen (nog steeds in de log-schaal). -1. De log-transformatie is een monotoon stijgende functie aangezien $\log(x)$ steeds groter wordt wanneer $x$ groter wordt. -Een kenmerk van een monotoon stijgende transformatie is dat ze de volgorde behouden: het 5% kleinste element zal ook na de transformatie het 5% kleinste element zijn. -Waardoor we de kwantielen van de betrouwbaarheidsintervallen zonder probleem kunnen terugrekenen naar de natuurlijke schaal. - -# Voorstelling van de gegevens - -## Onzekerheid {#s:onzekerheid} - -Alle resultaten zijn gebaseerd op een steekproef en op de waarnemingen zit onvermijdelijk een zekere meetfout. -Vandaar dat we bij de puntschattingen tevens een betrouwbaarheidsinterval weergeven. -In de tekst gebruiken we het 90% (5%; 95%) interval waarbij er 5% kans is dat de werkelijke waarde kleiner is dan de ondergrens en 5% dat ze groter is dan de bovengrens. -Het 90% interval is iets smaller dan het traditionele 95% (2.5%; 97.5%) interval. -Door een smaller interval te kiezen zullen we sneller uitspraken kunnen doen, waardoor de kans kleiner wordt dat we ten onrechte stellen dat er geen effect is. -De prijs die we hiervoor betalen is dat de kans dat we ten onrechte stellen dat er een significant effect is, stijgt van 5% naar 10%. -De doelstelling van de algemene broedvogelmonitoring is zo spoedig mogelijk detecteren wanneer er iets aan de hand is de broedvogels. -Vanuit dat oogpunt is het vermijden van vals negatieve signalen (ten onrechte stellen dat er niets aan de hand is) belangrijker dan het vermijden van vals positieve signalen (ten onrechte stellen dat er iets aan de hand is). - -Wanneer we het interval op een figuur (bijvoorbeeld fig. \@ref(fig:trendklasse)) weergeven, vullen we het 90% interval aan met de smallere intervallen in stappen van 5%. -@britton.fisher.ea1998InflationReportProjections waren de inspiratie voor deze manier van weergeven. -Het het donkerste deel van het interval komt overeen met het 5% interval en geeft de meeste waarschijnlijke locatie van de werkelijke waarde weer. -Naarmate het interval lichter wordt, neemt de onzekerheid toe. - -## Opdeling van de effecten in een aantal klassen {#s:trendklasse} - -Bij het niet-lineaire model berekenen we alle paarsgewijze relatieve verschillen tussen de verschillende jaren. -Bij het lineaire model hebben we de gemiddelde jaarlijkse relatieve verandering. -Deze laatste rekenen we tevens om naar de totale wijziging over de looptijd van het meetnet omdat dit eenvoudiger te interpreteren is. -Vergelijk een daling met -5% per jaar of een daling met -50% over 15 jaar. -Deze laatste klinkt dramatischer door het grotere cijfer, terwijl -5% per jaar overeenkomt met -54% over 15 jaar. -De totale wijziging over de looptijd van het lineaire model is tevens vergelijkbaar met de wijziging tussen het eerste en laatste jaar van het niet-lineaire model. - -Om de interpretatie makkelijker te maken, delen we de wijzigingen op in tien klassen door hun 90% interval te vergelijken met een referentie, ondergrens en bovengrens. -Een effect is significant wanneer de referentie buiten het 90% interval ligt. -We spreken over een **toename** (**afname**) als het interval volledig boven (onder) de referentie ligt. -Niet significante effect is ook informatief wanneer het bijhorende interval voldoende smal is. -Bijvoorbeeld als het interval volledig tussen de ondergrens en bovengrens ligt. -In dat geval kunnen we stellen dat het effect niet significant en klein is, het immers zeker minder sterk dan de ondergrens en minder sterk dan de bovengrens. -Dergelijk effect krijgt de naam **stabiel**. -Heeft het effect een breed interval dat zowel de boven- als ondergrens bevat, spreken we over een **onduidelijk** effect. -Daarnaast is er nog de mogelijkheid dat het interval zowel de bovengrens (ondergrens) als de referentie bevat maar niet de ondergrens (bovengrens). -Dan spreken we over een **mogelijke toename** (**mogelijke afname**). -We kunnen de boven- en ondergrens eveneens gebruiken om een verder onderscheid te maken binnen de significante effecten. -Een interval volledig boven (onder) de bovengrens (ondergrens) wordt dan een **sterke toename** (**sterke afname**). -Een interval volledig tussen de referentie en de de bovengrens (ondergrens) wordt dan een **matige toename** (**matige afname**). -Een interval dat de referentie niet bevat maar wel de bovengrens (ondergrens) blijft een **toename** (**afname**). -Merk op dat de indeling volledig gebaseerd is op de onzekerheid rond het effect en niet op de puntschatting van het effect zelf. -We vatten de opdeling met bijhorende afkortingen en regels samen in tabel \@ref(tab:regels). -Figuur \@ref(fig:trendklasse) geeft een grafische voorstelling waarbij we de afkortingen in combinatie met aangepaste symbolen gebruiken. -De afkortingen zelf zijn te fijn om als symbool te gebruiken. - -(ref:regels) Overzicht van de benamingen van de tien effectklassen met hun afkorting en de regels. $R$: referentie, $L$: ondergrens, $B$: bovengrens, $l$: ondergrens van het 90% interval, $b$: bovengrens van het 90% interval. $L < R < B$ en $l < b$. - -```{r regels} -tribble( - ~ benaming, ~afkorting, ~regels, - "sterke toename", "`++`", "$B < l$", - "toename", "`+`", "$R < l < B$ en $B < b$", - "matige toename", "`+~`", "$R < l < B$ en $b < B$", - "stabiel", "`~`", "$L < l < R$ en $R < b < B$", - "matige afname", "`-~`", "$L < l < R$ en $b < R$", - "afname", "`-`", "$l < L$ en $L < b < R$", - "sterke afname", "`--`", "$l < L$", - "mogelijke toename", "`?+`", "$L < l < R$ en $B < b$", - "mogelijke afname", "`?-`", "$l < L$ en $R < b < B$", - "onduidelijk", "`?`", "$l < L$ en $B < b$" -) %>% - kable( - caption = "(ref:regels)", format = "pandoc", escape = FALSE, align = "lcc" - ) -``` - -(ref:trendklasse) Voorbeeld van de tien mogelijke interpretaties van een effect door het 90% interval te vergelijken met een referentie, ondergrens en bovengrens. - -```{r trendklasse, fig.cap = "(ref:trendklasse)"} -ggplot(effect, aes(x = x_int, y = y, ymin = lcl, ymax = ucl, link_sd = s)) + - annotate( - geom = "rect", xmin = -Inf, xmax = Inf, ymin = -1, - ymax = 1, alpha = 0.5, fill = inbo_grijs - ) + - geom_hline(yintercept = 0, linetype = 2) + - stat_fan(geom = "rect") + - scale_x_continuous(breaks = effect$x_int, labels = effect$x) + - scale_y_continuous( - "effect", breaks = c(-1, 0, 1), - labels = c("ondergrens", "referentie", "bovengrens") - ) + - coord_flip() + - theme(axis.title.y = element_blank()) -``` - -Uiteraard hangt de opdeling sterk af van de keuze van de boven- en ondergrens. -De soortenmeetnetten voor de Natura 2000 monitoring streven er naar om een daling in populatiegrootte met -25% over 25 jaar tijd vast te kunnen stellen. -Hierbij wordt een wijziging in de populatiegrootte van -25% als belangrijk aanzien. -Daarom hanteren we voor de algemene broedvogelmonitoring ook -25% als ondergrens, zowel bij de paarsgewijze verschillen tussen de jaren als de lineaire wijziging over de looptijd van het meetnet. -Een van daling van -25% komt overeen met aantallen die nog drie kwart van de uitgangssituatie bedragen. -Een even sterke wijziging in de omgekeerde richting zorgt er voor dat de aantallen toenemen tot vier derde van de uitgangssituatie, of een toename met +33% wat we als bovengrens gebruiken. - -Bij de samengestelde indices hebben we aangepaste grenswaarden nodig. -Veronderstel een samengestelde index op basis van $n$ soorten. -We berekenen het rekenkundig gemiddelde in de log-schaal, dan is de variantie van dit gemiddelde een factor $n$ kleiner dan de som van de varianties. -De breedte van een betrouwbaarheidsinterval hangt samen met de standaard afwijking, wat de vierkantswortel van de variantie is. -Hierdoor zullen de breedtes van de betrouwbaarheidsintervallen van de samengestelde index een factor $\sqrt{n}$ kleiner zijn. -Vandaar dat we de grenswaarden van de indices tevens aanpassen door ze met een factor $\sqrt{n}$ te verkleinen. -Elke samengestelde index heeft zijn eigen soortenlijst met een variabele aantal soorten. -Daarom zullen we bij elke samengestelde index zijn aangepaste grenswaarden vermelden. - -## Overzicht van de lineaire trends - -Tabellen \@ref(tab:driejaarlijkse-trends) en \@ref(tab:jaarlijkse-trends) geven een overzicht van de lineaire trends voor elke soort. -We hebben de trends gesorteerd volgens opdeling van de klassen en binnen de klasse volgens puntschatting van de trend. -Hierdoor start de tabel met de soorten met de sterkste positieve trends. -Bij de volgende soorten zal de trend minder sterk worden tot we aan de soorten met een stabiele trend komen. -Daarna volgen de soorten met een negatieve trend waarbij de trend steeds sterker negatief wordt. -We sluiten de tabel af met de soorten met een mogelijke of onduidelijke trend. -De tabel bevat de trend uitgedrukt als een jaarlijkse wijziging en als een wijziging over de volledige looptijd van het meetnet. -Verder bevat de tabel de opdeling van de trend in klassen en een indicatie of de trend al dan niet lineair is (zie §\@ref(s:lineairetrend)). -De naam van de soort is een snelkoppeling naar de detail van de soort zelf. -We raden aan om hiervan gebruikt te maken bij de interpretatie van niet-lineaire trends. - -## Evolutie van gemiddelde aantallen per soort - -Deze figuur geeft de evolutie van de gemiddelde aantallen per meetpunt weer volgens het niet-lineair model. -Indien het model lineair is, zal het patroon van de niet-lineaire trend dicht bij een lineaire trend liggen. -De lijn bevat de puntschatting van het gemiddelde aantal in elk jaar. -Rond de lijn tonen we het 30%, 60% en 90% interval (zie §\@ref(s:onzekerheid)). -In de online versie van het rapport is de figuur interactief. -Wanneer de gebruiker met de muis over de figuur gaat verschijnt er in de buurt van de lijn een pop-up met de exacte schatting van dat jaar inclusief het 90% betrouwbaarheidsinterval en het jaartal. - -## Paarsgewijze vergelijking van jaren - -Deze informatie hebben we telkens in twee figuren samengevat. -De eerste figuur geeft het verschil van elk jaar t.o.v. 2007, het jaar waarin de metingen gestart zijn. -Voor 2007 geven we geen cijfer omdat het per definitie 1 is en geen informatie bevat. -Het symbool geeft de puntschatting van het relatieve verschil t.o.v. 2007 weer. -De vorm van het symbool geeft de opdeling van de sterkte van het effect weer (zie fig. \@ref(fig:trendklasse)). -Rond elke puntschatting tonen we het 30%, 60% en 90% interval (zie §\@ref(s:onzekerheid)). -De horizontale streepjeslijn geeft de referentie van 0% verschil weer. -De horizontale puntlijnen geven de bovengrens (+33%) en ondergrens (-25%) weer. -Deze laten toe om de vlot zelf de betrouwbaarheidsintervallen te vergelijken met de referentie, boven- en ondergrens. -De figuur heeft twee y-assen. -Beide assen geven dezelfde informatie weer, enkel de formattering van de labels is anders. -De linkeras toont procentuele verschillen terwijl de rechteras de relatieve verschillen toont. -Een procentueel verschil van +50% is equivalent met een relatieve verschil (verhouding) met een factor 1,5. - -We stellen vast dat veel gebruikers ook andere jaren met elkaar willen vergelijken. -Een correcte vergelijking is enkel mogelijk indien we een van deze jaren als referentie gebruiken. -Voor elk jaar een afzonderlijke figuur maken, zou het rapport onoverzichtelijk groot maken. -Om de vergelijkingen toch mogelijk te maken hebben we alle paarsgewijze verschillen tussen de jaren in een raster weergeven. -Elke rij in het raster staat voor een ander referentiejaar. -De kolommen geven de verschillen van een bepaald jaar weer t.o.v. de verschillende referentiejaren. -Op de diagonaal staan geen waarden omdat we daar een jaar met zichzelf vergelijken. -De kleur van de symbolen geeft de sterkte van het verschil (gebaseerd op de puntschatting). -Zwakke verschillen zijn grijs, sterke positieve verschillen rood, sterke negatieve verschillen blauw. -De vorm van de symbolen geeft zicht op de sterkte en onzekerheid van het effect (zie tab. \@ref(tab:regels)). -Wanneer een rij volledig rood (blauw) is, zijn alle verschillen met dit referentiejaar positief (negatief) m.a.w. dit is het referentiejaar met de laagste (hoogste) aantallen. -Wanneer een kolom volledig rood (blauw) is, zijn alle verschillen van dit jaar t.o.v. alle referentiejaren negatief (positief) m.a.w. dit is het jaar met de hoogste (laagste) aantallen. -Clusters van punten met een gelijkaardige kleur geven periodes aan waarin de aantallen geleidelijk wijzigen. -In de online versie van dit rapport is deze figuur interactief. -Wanneer de gebruiker met de muis over de figuur gaat verschijnt er in de buurt van de lijn een pop-up met de exacte schatting van dat punt inclusief het 90% betrouwbaarheidsinterval en het jaartal en referentiejaar. - -# Reproduceerbaarheid en traceerbaarheid van de gegevensverwerking - -## Versiebeheer - -De waarnemers voeren hun waarnemingen via een webapplicatie toe aan de databank. -De analyse start met het importeren van de relevante gegevens uit de databank aan de hand van een R-script. -De bekomen dataset bewaren we als een collectie van tekstbestanden met behulp van het `git2rdata` package [@git2rdata]. -Zowel deze code als de tekstbestanden bewaren we onze versiebeheer met [git](https://git-scm.com/). -Git is een gratis en open source gedistribueerd versiebeheersysteem dat is ontworpen om alles van kleine tot zeer grote projecten snel en efficiëntie te beheren. -De code zit vervat in het `abvanalysis` package [@abvanalysis], dat vrij online beschikbaar is. -De tekstbestanden met de gegevens zijn momenteel niet publiek toegankelijk. -De ruwe gegevens worden geaggregreerd per hok en met drie jaar vertraging publiek ontsloten via [GBIF](https://doi.org/10.15468/xj0ikb) [@vermeersch.anselin.ea2018ABVCommonBreeding]. - -## Reproduceerbaarheid - -Om de reproduceerbaarheid te garanderen starten we de analyses steeds vanaf de tekstbestanden. -Aan de hand van code in het `abvanalysis` package definiëren we hoe we de tekstbestanden omzetten naar de verschillende analyses (§\@ref(s:trendberekening)). -Dit resulteert in een resem op zichzelf staande analyseobjecten van het `n2kanalysis` package [@n2kanalysis]. -Dergelijk analyseobject bevat naast de nodige gegevens en de modeldefinitie tevens de nodige metadata zoals alle gebruikte R packages, inclusief hun versie, en een verwijzing naar de voorafgaande analyses waarvan deze analyse afhangt. -Zo verwijst de analyse van een samengestelde index (§\@ref(s:samengesteld)) naar de trendberekening van de bijhorende soorten (§\@ref(s:trendberekening)). -De individuele trendberekeningen verwijzen naar de "analyse" die de gegevens importeerde uit de databank. -Deze laatste bevat de nodige links naar de tekstbestanden en hun versie. - -## Traceerbaarheid {#s:traceerbaarheid} - -De `n2kanalysis` objecten hebben elk twee data hashes. -Elk data hash is een reeks van 40 hexadecimale^[Hexadecimaal betekent letterlijk zestientallig. Het is een talstelsel waarbij niet, zoals gebruikelijk, met tien cijfers wordt gewerkt, maar met zestien cijfers. De cijfers 0 t.e.m. 9 worden daarom uitgebreid met `a` (=10) t.e.m. `f` (=15).] cijfers die het resultaat zijn van de cryptografische [hashfunctie](https://nl.wikipedia.org/wiki/Hashfunctie) [SHA-1](https://nl.wikipedia.org/wiki/SHA-familie). -Deze hashfunctie heeft een aantal belangrijke eigenschappen: - -1. Ze zetten elke invoer om naar een uitvoer met vaste lengte (40 hexadecimale cijfers). -1. De uitvoer is stabiel: als je de hash van een bepaalde invoer opnieuw berekent krijg je steeds dezelfde uitvoer. -1. Het is niet mogelijk om de invoer te reconstrueren op basis van de uitvoer. -1. Eender welke kleine wijziging aan de invoer resulteert in een sterke wijziging van de uitvoer. -1. De kans dat twee verschillende invoeren dezelfde uitvoer opleveren is zeer klein. - -De eerste data hash van het analyseobject is gebaseerd op alle informatie die gekend is op het moment dat we het analyseobject definiëren en die nooit zal wijzigen tijdens de analyse. -Denk hierbij aan de definitie van de analyse, de gegevens, de soort, ... -Gezien de eigenschappen van de hashfunctie kunnen we deze data hash gebruiken om ondubbelzinnig te verwijzen naar een specifieke analyse (inclusief de gebruikte gegevens.) - -De tweede data hash van het analyseobject baseren we enerzijds op de eerste data hash en anderzijds van alle onderdelen van het analyseobject die wijzigen in de loop van de analyse. -Dit is o.a. het resultaat van de statistische analyse, de gebruikte software, ... -De analyse opnieuw uitrekenen met software van een andere versie zal de tweede data hash aanpassen. - -De combinatie van deze twee data hashes laat enerzijds toe om naar een specifieke versie van de analyse te verwijzen. -Anderzijds bieden ze een garantie over de inhoud van het analyseobject. -In het geval van twijfel over een analyse kunnen we teruggrijpen naar de analyseobject in kwestie. -De data hashes bewijzen dan dat we het correcte analyseobject hebben. diff --git a/inst/website/1_samengesteld.Rmd b/inst/website/1_samengesteld.Rmd deleted file mode 100644 index a96628d..0000000 --- a/inst/website/1_samengesteld.Rmd +++ /dev/null @@ -1,46 +0,0 @@ -# (PART) Indicatoren {-} - -```{r bewaar-indicatoren, eval = output_format == "html"} -soortenlijst %>% - transmute( - .data$soort, indicator = .data$speciesgroup, - ondergrens = round(exp(.data$drempel), 3), - bovengrens = round(exp(-.data$drempel), 3) - ) %>% - write_vc( - file = "samengesteld_soorten", root = output_dir, strict = strict, - sorting = c("indicator", "soort"), optimize = FALSE - ) -> samensteld_groep_vc -composite_index %>% - inner_join(meta, by = "analysis") %>% - transmute( - indicator = factor(.data$speciesgroup), - frequentie = factor(ifelse(.data$cycle, "driejaarlijks", "jaarlijks")), - .data$referentie, naar = .data$periode, - schatting = round(exp(.data$estimate), 3), - lcl = round(exp(.data$lcl), 3), - ucl = round(exp(.data$ucl), 3), - klasse = .data$klasse, .data$interpretatie, .data$wijziging, - analyse = .data$analysis, status = .data$status_fingerprint - ) %>% - write_vc( - file = "samengesteld", root = output_dir, optimize = FALSE, strict = strict, - sorting = c("indicator", "frequentie", "referentie", "naar") - ) -> samengesteld_vc -``` - -```{r composite-indices, results='asis', cache = FALSE, eval = TRUE} -meta %>% - filter(.data$composite, .data$status == "converged") %>% - arrange(.data$speciesgroup) %>% - distinct(.data$hash) %>% - pull(.data$hash) %>% - sapply( - function(id) { - knit_expand("_samengesteld.Rmd", id = id) - } - ) %>% - paste(collapse = "\n") -> rmd -knit(text = rmd, quiet = TRUE) %>% - cat() -``` diff --git a/inst/website/2_trend_per_soort.Rmd b/inst/website/2_trend_per_soort.Rmd deleted file mode 100644 index 5f63f68..0000000 --- a/inst/website/2_trend_per_soort.Rmd +++ /dev/null @@ -1,144 +0,0 @@ -# (PART) Resultaten per soort {-} - -```{r relevante_soort} -meta %>% - filter(!.data$composite, .data$status == "converged") %>% - distinct(.data$hash, .data$speciesgroup) -> relevant -``` - -```{r bewaar-soorten, eval = output_format == "html"} -estimate %>% - inner_join(meta, by = "analysis") %>% - transmute( - soort = factor(.data$speciesgroup), - frequentie = factor(ifelse(.data$cycle, "driejaarlijks", "jaarlijks")), - jaar = .data$year, - schatting = round(exp(.data$estimate), 3), - lcl = round(exp(.data$lower_confidence_limit), 3), - ucl = round(exp(.data$upper_confidence_limit), 3), - tekst = format_ci( - .data$estimate, lcl = .data$lower_confidence_limit, - ucl = .data$upper_confidence_limit, link = "log" - ), - .data$analysis, status = .data$status_fingerprint - ) %>% - arrange(.data$lcl) %>% - write_vc( - file = "aantallen", root = output_dir, optimize = FALSE, - sorting = c("soort", "frequentie", "jaar"), strict = strict - ) -linear_trend %>% - inner_join(meta, by = c("hash", "analysis", "cycle")) %>% - transmute( - soort = factor(.data$speciesgroup), - frequentie = factor(ifelse(.data$cycle, "driejaarlijks", "jaarlijks")), - schatting = round(exp(.data$estimate), 3), - lcl = round(exp(.data$lcl), 3), - ucl = round(exp(.data$ucl), 3), - .data$jaarlijks, .data$looptijd, .data$klasse, - verloop = .data$interpretatie, .data$analysis, - status = .data$status_fingerprint - ) %>% - write_vc( - file = "lineaire_trend", root = output_dir, optimize = FALSE, - sorting = c("soort", "frequentie"), strict = strict - ) -index %>% - inner_join(meta, by = "analysis") %>% - transmute( - soort = factor(.data$speciesgroup), - frequentie = factor(ifelse(.data$cycle, "driejaarlijks", "jaarlijks")), - .data$referentie, naar = .data$periode, - schatting = round(exp(.data$estimate), 3), - lcl = round(exp(.data$lcl), 3), - ucl = round(exp(.data$ucl), 3), - klasse = .data$klasse, .data$interpretatie, .data$wijziging, - .data$analysis, status = .data$status_fingerprint - ) %>% - write_vc( - file = "index", root = output_dir, optimize = FALSE, strict = strict, - sorting = c("soort", "frequentie", "referentie", "naar") - ) -stratum %>% - inner_join(meta, by = "analysis") %>% - transmute( - soort = factor(.data$speciesgroup), - frequentie = factor(ifelse(.data$cycle, "driejaarlijks", "jaarlijks")), - .data$stratum, gewicht = round(.data$gewicht, 3), - aanwezig = round(.data$aanwezig, 1), .data$relevant, .data$onderzocht, - .data$totaal, .data$bezoeken - ) %>% - write_vc( - file = "stratum_gewicht", root = output_dir, optimize = FALSE, - sorting = c("soort", "frequentie", "stratum"), strict = strict - ) -``` - -# Overzicht van de trends - -Tabel \@ref(tab:jaarlijkse-trends) geeft een overzicht van de lineaire trends voor elke soort. -We hebben de trends gesorteerd volgens opdeling van de klassen (zie \@ref(s:trendklasse) voor de verklaring) en binnen de klasse volgens puntschatting van de trend. -Hierdoor start de tabel met de soorten met de sterkste positieve trends. -Bij de volgende soorten zal de trend minder sterk worden tot we aan de soorten met een stabiele trend komen. -Daarna volgen de soorten met een negatieve trend waarbij de trend steeds sterker negatief wordt. -We sluiten de tabel af met de soorten met een mogelijke of onduidelijke trend. -De tabel bevat de trend uitgedrukt als een jaarlijkse wijziging en als een wijziging over de volledige looptijd van het meetnet. -Verder bevat de tabel de opdeling van de trend in klassen en een indicatie of de trend al dan niet lineair is (zie §\@ref(s:lineairetrend)). -De naam van de soort is een snelkoppeling naar de detail van de soort zelf. -We raden aan om hiervan gebruikt te maken bij de interpretatie van niet-lineaire trends. - -(ref:driejaarlijkse-trends) Gemiddelde wijziging in veronderstelling van een lineaire trend gebaseerd op driejaarlijkse gegevens. `++`: sterke toename, `+`: toename, `+~`: matige toename, `~`: stabiel, `~-`: matige afname, `-`: afname, `--`: sterke afname, `?+`: mogelijke toename, `?-`: mogelijke afname, `?`: onduidelijke trend. Referentie: 0%, ondergrens: -25% over de looptijd, bovengrens: +33% over de looptijd. - -```{r driejaarlijkse-trends, results = "asis"} -linear_trend |> - filter(.data$cycle) |> - inner_join(meta, by = c("hash", "analysis", "cycle")) |> - arrange(.data$klasse, desc(.data$estimate)) |> - transmute( - soort = tolower(.data$speciesgroup) |> - str_replace_all(" ", "-") |> - str_remove_all("'") |> - sprintf(fmt = "[%2$s](#soort-%1$s)", .data$speciesgroup), - klasse = format(.data$klasse, type = "markdown"), .data$interpretatie, - `jaarlijse wijziging` = .data$jaarlijks, - `wijziging over de looptijd` = .data$looptijd - ) |> - kable( - caption = "(ref:driejaarlijkse-trends)", format = "pipe", escape = FALSE - ) -``` - -(ref:jaarlijkse-trends) Gemiddelde wijziging in veronderstelling van een lineaire trend gebaseerd op jaarlijkse gegevens. `++`: sterke toename, `+`: toename, `+~`: matige toename, `~`: stabiel, `~-`: matige afname, `-`: afname, `--`: sterke afname, `?+`: mogelijke toename, `?-`: mogelijke afname, `?`: onduidelijke trend. Referentie: 0%, ondergrens: -25% over de looptijd, bovengrens: +33% over de looptijd. - -```{r jaarlijkse-trends, results = "asis"} -linear_trend |> - filter(!.data$cycle) |> - inner_join(meta, by = c("hash", "analysis", "cycle")) |> - arrange(.data$klasse, desc(.data$estimate)) |> - transmute( - soort = tolower(.data$speciesgroup) |> - str_replace_all(" ", "-") |> - str_remove_all("'") |> - sprintf(fmt = "[%2$s](#soort-%1$s)", .data$speciesgroup), - klasse = format(.data$klasse, type = "markdown"), .data$interpretatie, - `jaarlijse wijziging` = .data$jaarlijks, - `wijziging over de looptijd` = .data$looptijd - ) |> - kable(caption = "(ref:jaarlijkse-trends)", format = "pipe", escape = FALSE) -``` - -```{r indices, results='asis', cache = FALSE, eval = TRUE} -meta %>% - filter(!.data$composite, .data$status == "converged") %>% - arrange(.data$speciesgroup) %>% - distinct(.data$hash) %>% - pull(.data$hash) %>% - sapply( - function(id) { - knit_expand("_soort.Rmd", id = id) - } - ) %>% - paste(collapse = "\n") -> rmd -knit(text = rmd, quiet = TRUE) %>% - cat() -``` diff --git a/inst/website/LICENSE.md b/inst/website/LICENSE.md deleted file mode 100644 index 7e5a52a..0000000 --- a/inst/website/LICENSE.md +++ /dev/null @@ -1,161 +0,0 @@ -## creative commons - -# Attribution 4.0 International - -Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. - -### Using Creative Commons Public Licenses - -Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. - -* __Considerations for licensors:__ Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. [More considerations for licensors](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensors). - -* __Considerations for the public:__ By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. [More considerations for the public](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensees). - -## Creative Commons Attribution 4.0 International Public License - -By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. - -### Section 1 – Definitions. - -a. __Adapted Material__ means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. - -b. __Adapter's License__ means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. - -c. __Copyright and Similar Rights__ means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. - -d. __Effective Technological Measures__ means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. - -e. __Exceptions and Limitations__ means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. - -f. __Licensed Material__ means the artistic or literary work, database, or other material to which the Licensor applied this Public License. - -g. __Licensed Rights__ means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. - -h. __Licensor__ means the individual(s) or entity(ies) granting rights under this Public License. - -i. __Share__ means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. - -j. __Sui Generis Database Rights__ means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. - -k. __You__ means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. - -### Section 2 – Scope. - -a. ___License grant.___ - - 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: - - A. reproduce and Share the Licensed Material, in whole or in part; and - - B. produce, reproduce, and Share Adapted Material. - - 2. __Exceptions and Limitations.__ For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. - - 3. __Term.__ The term of this Public License is specified in Section 6(a). - - 4. __Media and formats; technical modifications allowed.__ The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. - - 5. __Downstream recipients.__ - - A. __Offer from the Licensor – Licensed Material.__ Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. - - B. __No downstream restrictions.__ You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. - - 6. __No endorsement.__ Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). - -b. ___Other rights.___ - - 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. - - 2. Patent and trademark rights are not licensed under this Public License. - - 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. - -### Section 3 – License Conditions. - -Your exercise of the Licensed Rights is expressly made subject to the following conditions. - -a. ___Attribution.___ - - 1. If You Share the Licensed Material (including in modified form), You must: - - A. retain the following if it is supplied by the Licensor with the Licensed Material: - - i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); - - ii. a copyright notice; - - iii. a notice that refers to this Public License; - - iv. a notice that refers to the disclaimer of warranties; - - v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; - - B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and - - C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. - - 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. - - 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. - - 4. If You Share Adapted Material You produce, the Adapter's License You apply must not prevent recipients of the Adapted Material from complying with this Public License. - -### Section 4 – Sui Generis Database Rights. - -Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: - -a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; - -b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and - -c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. - -For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. - -### Section 5 – Disclaimer of Warranties and Limitation of Liability. - -a. __Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.__ - -b. __To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.__ - -c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. - -### Section 6 – Term and Termination. - -a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. - -b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: - - 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or - - 2. upon express reinstatement by the Licensor. - - For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. - -c. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. - -d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. - -### Section 7 – Other Terms and Conditions. - -a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. - -b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. - -### Section 8 – Interpretation. - -a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. - -b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. - -c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. - -d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. - -``` -Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at [creativecommons.org/policies](http://creativecommons.org/policies), Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. - -Creative Commons may be contacted at [creativecommons.org](http://creativecommons.org/). -``` diff --git a/inst/website/_bookdown.yml b/inst/website/_bookdown.yml deleted file mode 100755 index e8b7056..0000000 --- a/inst/website/_bookdown.yml +++ /dev/null @@ -1,22 +0,0 @@ -book_filename: "abv_standaard_rapport.Rmd" -output_dir: "../output/website" -rmd_files: - html: ["index.Rmd", "00_abstract.Rmd", "0_methodologie.Rmd", "download_html.Rmd", "1_samengesteld.Rmd", "2_trend_per_soort.Rmd", "zzz_bibliografietitel.Rmd"] - latex: ["index.Rmd", "00_abstract.Rmd", "0_methodologie.Rmd", "download_non_html.Rmd", "1_samengesteld.Rmd", "2_trend_per_soort.Rmd", "zzz_bibliografietitel.Rmd"] - epub: ["index.Rmd", "00_abstract.Rmd", "0_methodologie.Rmd", "download_non_html.Rmd", "1_samengesteld.Rmd", "2_trend_per_soort.Rmd", "zzz_bibliografietitel.Rmd"] - word: ["index.Rmd", "00_abstract.Rmd", "0_methodologie.Rmd", "download_non_html.Rmd", "1_samengesteld.Rmd", "2_trend_per_soort.Rmd", "zzz_bibliografietitel.Rmd"] -delete_merged_file: TRUE -language: - label: - fig: 'Figuur ' - tab: 'Tabel ' - eq: 'Vergelijking ' - thm: 'Theorema ' - lem: 'Lemma ' - def: 'Definitie ' - cor: 'Gevolgtrekking ' - prp: 'Bewering ' - ex: 'Voorbeeld ' - proof: 'Bewijs. ' - remark: 'Opmerking. ' -edit: https://github.com/inbo/abvanalysis/edit/main/inst/website/%s diff --git a/inst/website/_samengesteld.Rmd b/inst/website/_samengesteld.Rmd deleted file mode 100644 index f2e3f3d..0000000 --- a/inst/website/_samengesteld.Rmd +++ /dev/null @@ -1,300 +0,0 @@ -```{r {{id}}-set} -if (interactive()) { - meta |> - filter(.data$composite, .data$status == "converged") |> - sample_n(1) |> - pull(.data$hash) -> id -} else { - id <- "{{id}}" -} -``` - -```{r {{id}}-basis} -meta |> - filter(.data$hash == id) -> deze_analyse -deze_analyse |> - slice(1) |> - pull(.data$speciesgroup) -> soort_naam -soortenlijst |> - filter(.data$hash == id) |> - mutate( - soort = tolower(.data$soort) |> - str_replace_all(" ", "-") |> - str_remove_all("'") |> - sprintf(fmt = "[%2$s](#soort-%1$s)", .data$soort) - ) |> - arrange(.data$soort) |> - pull(.data$soort) -> deze_soorten -soortenlijst |> - filter(.data$hash == id) |> - distinct(.data$drempel) |> - pull(.data$drempel) -> deze_threshold -deze_analyse |> - select("analysis", "cycle") |> - inner_join(composite_index, by = "analysis") -> deze_wijziging -``` - -# `r sprintf("%s {#index-%s}", soort_naam, tolower(soort_naam))` - -Deze indicator is gebaseerd op volgende `r length(deze_soorten)` soorten: `r paste(deze_soorten, collapse = ", ")`. -De indicator bestaat uit `r length(deze_soorten)` soorten. -De aangepaste grenswaarden zijn `r sprintf("%+.1f%%", exp(deze_threshold) * 100 - 100)` en `r sprintf("%+.1f%%", exp(-deze_threshold) * 100 - 100)`. - -(ref:{{id}}-index) Wijzigingen t.o.v. de start van het meetnet voor `r soort_naam`. Zie §\@ref(s:onzekerheid) voor een verklaring van de intervallen en §\@ref(s:trendklasse) voor uitleg over de symbolen en referentielijnen. - -```{r {{id}}-wijziging-jaar-statisch, fig.cap = "(ref:{{id}}-index)", eval = nrow(deze_wijziging) > 0 && (interactive() || opts_knit$get("rmarkdown.pandoc.to") != "html"), warning = FALSE} -deze_wijziging |> - filter(!.data$cycle, .data$referentie == min(.data$referentie)) |> - mutate(sd = (.data$ucl - .data$lcl) / 2 / qnorm(0.95)) -> jaarlijks -change_breaks(n = 4, extra = c(deze_threshold, -deze_threshold))( - c(jaarlijks$lcl, jaarlijks$ucl) -) -> deze_breaks -ggplot(jaarlijks, aes(x = periode, y = estimate)) + - annotate( - geom = "rect", xmin = -Inf, xmax = Inf, ymin = deze_threshold, - ymax = -deze_threshold, alpha = 0.2, fill = inbo_grijs - ) + - geom_hline(yintercept = 0) + - stat_fan(aes(link_sd = sd), geom = "rect") + - annotate( - geom = "text", x = Inf, y = 0, hjust = 1, vjust = -0.1, - label = "toestand in 2007", colour = inbo_hoofd - ) + - annotate( - geom = "text", x = Inf, y = deze_threshold, hjust = 1, vjust = 1, - label = "belangrijke afname t.o.v. 2007", colour = inbo_hoofd - ) + - annotate( - geom = "text", x = Inf, y = -deze_threshold, hjust = 1, vjust = 0, - label = "belangrijke toename t.o.v. 2007", colour = inbo_hoofd - ) + - theme(axis.title = element_blank()) + - scale_y_continuous(breaks = deze_breaks, labels = change_labels) -``` - -```{r {{id}}-wijziging-jaar, fig.cap = "(ref:{{id}}-index)", eval = nrow(deze_wijziging) > 0 && (interactive() || opts_knit$get("rmarkdown.pandoc.to") == "html"), warning = FALSE} -deze_wijziging |> - filter(!.data$cycle) -> nadien -nadien |> - mutate( - old = .data$referentie, referentie = .data$periode, periode = .data$old, - estimate = -.data$estimate, old = .data$lcl, lcl = -.data$ucl, - ucl = -.data$old, - interpretatie = classification( - .data$lcl, .data$ucl, threshold = deze_threshold - ) |> - as.character() |> - recode( - "++" = "sterke toename", "+" = "toename", "+~" = "matige toename", - "~" = "stabiel", "-~" = "matige afname", "-" = "afname", - "--" = "sterke afname", "?+" = "mogelijke toename", - "?-" = "mogelijke afname", "?" = "onduidelijk", "R" = "referentie" - ), - wijziging = format_ci( - .data$estimate, lcl = .data$lcl, ucl = .data$ucl, percent = TRUE, - sign = TRUE, change = TRUE, link = "log" - ) - ) -> voordien -voordien |> - bind_rows( - nadien, - nadien |> - distinct(.data$referentie) |> - mutate( - periode = .data$referentie, estimate = 0, lcl = 0, ucl = 0, - wijziging = "", interpretatie = "referentie" - ) - ) |> - arrange(.data$referentie, .data$periode) -> jaarlijks -change_breaks(n = 4, extra = c(deze_threshold, -deze_threshold))( - c(jaarlijks$lcl, jaarlijks$ucl) -) -> deze_breaks -jaarlijks |> - transmute( - .data$referentie, .data$periode, .data$estimate, .data$lcl, .data$ucl, - sd = (.data$ucl - .data$lcl) / 2 / qnorm(0.95), - wijziging = sprintf( - "%.0f t.o.v. %i\n%s\n%s", floor(.data$periode), .data$referentie, - .data$wijziging, .data$interpretatie - ) |> - str_replace_all(".*\n\nreferentie", "referentie") - ) |> - group_by(.data$referentie) |> - mutate( - ref_y = c(0, deze_threshold, -deze_threshold) |> - c(rep(NA, n() - 3)), - ref_text = c( - "toestand in", "belangrijke afname t.o.v.", "belangrijke toename t.o.v." - ) |> - paste(.data$referentie), - textposition = c(-0.1, 1, 0) |> - rep(n()) |> - head(n()) - ) |> - ungroup() -> index_jaarlijks -p <- ggplot( - index_jaarlijks, aes(x = periode, y = estimate, frame = referentie) -) + - annotate( - geom = "rect", xmin = -Inf, xmax = Inf, ymin = deze_threshold, - ymax = -deze_threshold, alpha = 0.2, fill = inbo_grijs - ) + - geom_hline(yintercept = 0) + - stat_fan(aes(link_sd = sd), geom = "rect") + - geom_text( - aes(x = Inf, y = ref_y, label = ref_text, vjust = textposition), hjust = 1, - colour = inbo_hoofd - ) + - theme(axis.title = element_blank()) + - scale_y_continuous(breaks = deze_breaks, labels = change_labels) -ggplotly(p) |> - animation_opts(frame = 1000, transition = 0, redraw = TRUE) |> - animation_slider( - font = list(color = "black"), - currentvalue = list( - prefix = "geselecteerd referentiejaar: ", - font = list(color = inbo_hoofd), xanchor = "center" - ) - ) |> - animation_button(label = "\u25B6") |> - plotly::config( - modeBarButtonsToRemove = list( - "lasso2d", "select2d", "autoScale2d", "hoverClosestCartesian", - "hoverCompareCartesian", "toggleSpikelines" - ), - displaylogo = FALSE - ) -``` - -(ref:{{id}}-index-cyclus) Wijzigingen per driejarige cyclus voor `r soort_naam`. Zie §\@ref(s:onzekerheid) voor een verklaring van de intervallen en §\@ref(s:trendklasse) voor uitleg over de symbolen en referentielijnen. - -```{r {{id}}-wijziging-cyclus-statisch, fig.cap = "(ref:{{id}}-index-cyclus)", eval = nrow(deze_wijziging) > 0 && (interactive() || opts_knit$get("rmarkdown.pandoc.to") != "html"), warning = FALSE} -deze_wijziging |> - filter(.data$cycle, .data$referentie == min(.data$referentie)) |> - mutate(sd = (.data$ucl - .data$lcl) / 2 / qnorm(0.95)) -> cyclus -change_breaks(n = 4, extra = c(deze_threshold, -deze_threshold))( - c(cyclus$lcl, cyclus$ucl) -) -> deze_breaks -ggplot(cyclus, aes(x = periode, y = estimate)) + - annotate( - geom = "rect", xmin = -Inf, xmax = Inf, ymin = deze_threshold, - ymax = -deze_threshold, alpha = 0.2, fill = inbo_grijs - ) + - geom_hline(yintercept = 0) + - stat_fan(aes(link_sd = sd), geom = "rect") + - annotate( - geom = "text", x = Inf, y = 0, hjust = 1, vjust = -0.1, - label = "toestand in 2007", colour = inbo_hoofd - ) + - annotate( - geom = "text", x = Inf, y = deze_threshold, hjust = 1, vjust = 1, - label = "belangrijke afname t.o.v. 2007", colour = inbo_hoofd - ) + - annotate( - geom = "text", x = Inf, y = -deze_threshold, hjust = 1, vjust = 0, - label = "belangrijke toename t.o.v. 2007", colour = inbo_hoofd - ) + - theme(axis.title = element_blank()) + - scale_x_continuous( - breaks = unique(cyclus$periode), labels = periode_labels - ) + - scale_y_continuous(breaks = deze_breaks, labels = change_labels) -``` - -(ref:{{id}}-raster) Paarsgewijze vergelijking tussen jaren voor `r soort_naam`. - -```{r {{id}}-wijziging-jaar-alles2, fig.cap = "(ref:{{id}}-raster)", eval = output_format != "html" && nrow(deze_wijziging) > 0} -deze_wijziging |> - filter(!.data$cycle) |> - rename(periode = .data$referentie, referentie = .data$periode) |> - mutate( - klasse = classification(-.data$ucl, -.data$lcl, threshold = deze_threshold) - ) |> - bind_rows( - deze_wijziging |> - filter(!.data$cycle) - ) |> - ggplot(aes(x = periode, y = referentie, label = klasse)) + - geom_point(aes(colour = klasse), size = 4, show.legend = FALSE) + - scale_colour_manual(values = kleurgradient) + - geom_text( - aes(label = klasse), hjust = 0.5, vjust = 0.5, colour = "white", size = 2 - ) + - coord_fixed() + - theme( - axis.title.x = element_blank(), - axis.text.x = element_text(angle = 90, vjust = 0.5) - ) -``` - -(ref:{{id}}-raster3) Paarsgewijze vergelijking tussen driejarige cycli voor `r soort_naam`. - -```{r {{id}}-wijziging-jaar-alles3, fig.cap = "(ref:{{id}}-raster3)", eval = output_format != "html" && nrow(deze_wijziging) > 0} -deze_wijziging |> - filter(.data$cycle) |> - rename(periode = .data$referentie, referentie = .data$periode) |> - mutate( - klasse = classification(-.data$ucl, -.data$lcl, threshold = deze_threshold) - ) |> - bind_rows( - deze_wijziging |> - filter(.data$cycle) - ) |> - ggplot(aes(x = periode, y = referentie, label = klasse)) + - geom_point(aes(colour = klasse), size = 6, show.legend = FALSE) + - scale_colour_manual(values = kleurgradient) + - geom_text( - aes(label = klasse), - hjust = 0.5, vjust = 0.5, colour = "white" - ) + - scale_x_continuous( - breaks = function(x) { - seq(2007, x[2], by = 3) - }, - labels = function(x) { - sprintf("%02i-%02i", x, x + 2) - } - ) + - scale_y_continuous( - breaks = function(x) { - seq(2007, x[2], by = 3) - }, - labels = function(x) { - sprintf("%02i-%02i", x, x + 2) - } - ) + - coord_fixed() + - theme( - axis.title.x = element_blank(), - axis.text.x = element_text(angle = 90, vjust = 0.5) - ) -``` - -(ref:{{id}}-hash) Data-hashes van de analyse in het kader van traceerbaarheid (zie §\@ref(s:traceerbaarheid)). - -```{r {{id}}-hash, results = "asis"} -deze_analyse |> - arrange(.data$cycle, .data$linear) |> - transmute( - frequentie = factor( - .data$cycle, levels = c(TRUE, FALSE), - labels = c("driejaarlijks", "jaarlijks") - ), - model = ifelse(.data$linear, "lineair", "niet-lineair"), - analyse = str_replace(.data$analysis, "(.{20})", "\\1 "), - status = str_replace(.data$status_fingerprint, "(.{20})", "\\1 ") - ) |> - pandoc.table(caption = "(\\#tab:{{id}}-hash) (ref:{{id}}-hash)") -``` - -```{js {{id}}-change-js, eval = opts_knit$get("rmarkdown.pandoc.to") == "html"} -function filter_default() { - document.getElementById("ref_jaar").getElementsByClassName("selectized")[0].selectize.removeOption(""); - document.getElementById("ref_jaar").getElementsByClassName("selectized") -[0].selectize.setValue("2007", false); - document.getElementById("ref_cyclus").getElementsByClassName("selectized")[0].selectize.removeOption(""); - document.getElementById("ref_cyclus").getElementsByClassName("selectized") -[0].selectize.setValue("2007-2009", false); - } -$(document).ready(filter_default); -``` diff --git a/inst/website/_soort.Rmd b/inst/website/_soort.Rmd deleted file mode 100644 index 8d74bad..0000000 --- a/inst/website/_soort.Rmd +++ /dev/null @@ -1,459 +0,0 @@ -```{r {{id}}-set} -if (interactive()) { - meta |> - filter(!.data$composite, .data$status == "converged") |> - sample_n(1) |> - pull(.data$hash) -> id -} else { - id <- "{{id}}" -} -``` - -```{r {{id}}-basis} -meta |> - filter(.data$hash == id) -> deze_analyse -deze_analyse |> - select("analysis", "cycle") |> - inner_join(x = estimate, by = "analysis") |> - filter( - !.data$cycle | .data$year < max(.data$year) | - (.data$year == max(.data$year) & (max(.data$year) - 2007) %% 3 == 2) - ) |> - mutate( - text_median = format_ci( - estimate = .data$estimate, lcl = .data$lower_confidence_limit, - ucl = .data$upper_confidence_limit, link = "log" - ) - ) -> dit_aantal -looptijd <- diff(range(dit_aantal$year)) -linear_trend |> - semi_join(deze_analyse, by = "analysis") -> deze_lineair -deze_analyse |> - slice(1) |> - pull(.data$speciesgroup) -> soort_naam -tolower(soort_naam) |> - str_replace_all(" ", "-") |> - str_remove_all("'") |> - sprintf(fmt = "# %2$s {#soort-%1$s}", soort_naam) -> titel -deze_analyse |> - select("analysis", "cycle") |> - inner_join(x = index, by = "analysis") |> - filter( - !.data$cycle | .data$periode < max(.data$periode) | - (.data$periode == max(.data$periode) & (.data$periode - 2007) %% 3 == 2) - ) -> deze_wijziging -stratum |> - semi_join(deze_analyse, by = "analysis") -> dit_stratum -trend_tekst <- function(x) { - if (x == "stabiel") { - return("een stabiele toestand. De trend blijft beperkt tot") - } - if (x == "onduidelijk") { - return("een onduidelijke toestand. De geschatte trend bedraagt") - } - paste("een", x, "met") -} -``` - -`r titel` - -## Analyse per jaar - -Op basis van jaarlijkse gegevens zien we gemiddeld `r trend_tekst(deze_lineair$tekst[!deze_lineair$cycle])` `r deze_lineair$jaarlijks[!deze_lineair$cycle]` per jaar of `r deze_lineair$looptijd[!deze_lineair$cycle]` over de volledige looptijd van het meetnet. -Deze trend is `r deze_lineair$interpretatie[!deze_lineair$cycle]`. - -(ref:{{id}}-aantal) Evolutie van het gemodelleerde gemiddeld aantal waargenomen dieren op een meetpunt voor `r soort_naam` tijdens de referentieperiode. Zie §\@ref(s:onzekerheid) voor een verklaring van de intervallen. - -```{r {{id}}-aantal, fig.cap = "(ref:{{id}}-aantal)", eval = nrow(dit_aantal) > 0, warning = FALSE} -dit_aantal |> - filter(!.data$cycle) |> - mutate( - sd = (.data$upper_confidence_limit - .data$lower_confidence_limit) / 2 - / qnorm(0.95), - estimate = exp(.data$estimate), - aantal = sprintf("%s in %i", .data$text_median, .data$year) - ) |> - ggplot(aes(x = year, y = estimate, label = aantal)) + - stat_fan(aes(link_sd = sd), link = "log") + - scale_y_continuous("gemiddeld aantal dieren per meetput", limits = c(0, NA)) + - theme(axis.title.x = element_blank()) + - ggtitle(soort_naam) -``` - -(ref:{{id}}-index) Wijzigingen tussen jaren voor `r soort_naam`. Zie §\@ref(s:onzekerheid) voor een verklaring van de intervallen en §\@ref(s:trendklasse) voor uitleg over de symbolen en referentielijnen. - -```{r {{id}}-wijziging-jaar-statisch, fig.cap = "(ref:{{id}}-index)", eval = nrow(dit_aantal) > 0 && (interactive() || output_format != "html"), warning = FALSE} -deze_wijziging |> - filter(!.data$cycle, .data$referentie == min(.data$referentie)) |> - mutate(sd = (.data$ucl - .data$lcl) / 2 / qnorm(0.95)) -> jaarlijks -change_breaks(n = 4, extra = c(log(threshold), -log(threshold)))( - c(jaarlijks$lcl, jaarlijks$ucl) -) -> deze_breaks -ggplot(jaarlijks, aes(x = periode, y = estimate)) + - annotate( - geom = "rect", xmin = -Inf, xmax = Inf, ymin = log(threshold), - ymax = -log(threshold), alpha = 0.2, fill = inbo_grijs - ) + - geom_hline(yintercept = 0) + - stat_fan(aes(link_sd = sd), geom = "rect") + - annotate( - geom = "text", x = Inf, y = 0, hjust = 1, vjust = -0.1, - label = "toestand in 2007", colour = inbo_hoofd - ) + - annotate( - geom = "text", x = Inf, y = log(threshold), hjust = 1, vjust = 1, - label = "belangrijke afname t.o.v. 2007", colour = inbo_hoofd - ) + - annotate( - geom = "text", x = Inf, y = -log(threshold), hjust = 1, vjust = 0, - label = "belangrijke toename t.o.v. 2007", colour = inbo_hoofd - ) + - theme(axis.title = element_blank()) + - scale_y_continuous(breaks = deze_breaks, labels = change_labels) -``` - -```{r {{id}}-wijziging-jaar, fig.cap = "(ref:{{id}}-index)", eval = FALSE && nrow(dit_aantal) > 0 && (interactive() || output_format == "html"), warning = FALSE} -deze_wijziging |> - filter(!.data$cycle) -> nadien -nadien |> - mutate( - old = .data$referentie, referentie = .data$periode, periode = .data$old, - estimate = -.data$estimate, old = .data$lcl, lcl = -.data$ucl, - ucl = -.data$old, - interpretatie = classification( - .data$lcl, .data$ucl, threshold = deze_threshold - ) |> - as.character() |> - recode( - "++" = "sterke toename", "+" = "toename", "+~" = "matige toename", - "~" = "stabiel", "-~" = "matige afname", "-" = "afname", - "--" = "sterke afname", "?+" = "mogelijke toename", - "?-" = "mogelijke afname", "?" = "onduidelijk", "R" = "referentie" - ), - wijziging = format_ci( - .data$estimate, lcl = .data$lcl, ucl = .data$ucl, percent = TRUE, - sign = TRUE, change = TRUE, link = "log" - ) - ) -> voordien -voordien |> - bind_rows( - nadien, - nadien |> - distinct(.data$referentie) |> - mutate( - periode = .data$referentie, estimate = 0, lcl = 0, ucl = 0, - wijziging = "", interpretatie = "referentie" - ) - ) -> jaarlijks -range(jaarlijks$periode) + c(-1, 1) -> bereik_x -jaarlijks |> - mutate(periode = .data$periode - 0.5, volgorde = 0) |> - bind_rows( - jaarlijks |> - mutate(volgorde = 0.5), - jaarlijks |> - mutate(periode = .data$periode + 0.499999, volgorde = 1) - ) |> - arrange(.data$referentie, .data$periode, .data$volgorde) |> - transmute( - .data$referentie, .data$periode, .data$estimate, .data$lcl, .data$ucl, - sd = (.data$ucl - .data$lcl) / 2 / qnorm(0.95), - wijziging = sprintf( - "%.0f t.o.v. %i\n%s\n%s", floor(.data$periode), .data$referentie, - .data$wijziging, .data$interpretatie - ) |> - str_replace_all(".*\n\nreferentie", "referentie"), - key = sprintf("%.0f-%i", floor(.data$periode), .data$referentie) - ) |> - group_by(.data$referentie) |> - mutate( - ref_x = rep(bereik_x[2], 3) |> - c(rep(NA, n() - 3)), - ref_y = c(0, deze_threshold, -deze_threshold) |> - c(rep(NA, n() - 3)), - ref_text = c( - "toestand in", "belangrijke afname t.o.v.", "belangrijke toename t.o.v." - ) |> - paste(.data$referentie), - textposition = c("top left", "bottom left") |> - rep(n()) |> - head(n()) - ) |> - SharedData$new(key = ~key) -> index_jaarlijks -c( - index_jaarlijks$data(withFilter = FALSE)$lcl, - index_jaarlijks$data(withFilter = FALSE)$ucl, - deze_threshold, -deze_threshold -) |> - range(na.rm = TRUE) -> bereik -change_breaks(n = 5, extra = c(-deze_threshold, deze_threshold))( - bereik -) -> deze_breaks -bscols( - widths = c(10, 2), - plot_ly(index_jaarlijks, x = ~periode, y = ~estimate) |> - add_fan(sd = ~sd, text = ~wijziging) |> - add_text( - x = ~ref_x, y = ~ref_y, text = ~ref_text, textposition = ~textposition - ) |> - config( - displaylogo = FALSE, - modeBarButtonsToRemove = c( - "autoScale", "hoverCompareCartesian", "lasso2d", "select2d" - ) - ) |> - layout( - title = soort_naam, - xaxis = list(title = list(font = list(size = 0)), range = bereik_x), - yaxis = list( - title = list(font = list(size = 0)), zerolinewidth = 1, - tickvals = deze_breaks, ticktext = change_labels(deze_breaks) - ), - shapes = list( - type = "rect", x0 = 0, x1 = 1, xref = "paper", y0 = deze_threshold, - y1 = -deze_threshold, line = list(width = 0), opacity = 0.1, - fillcolor = "black", layer = "below" - ) - ), - filter_select( - id = "ref_jaar", label = "Referentiejaar", sharedData = index_jaarlijks, - group = ~referentie, multiple = FALSE - ) -) %>% - `class<-`(c(class(.), "htmlwidget")) -``` - -(ref:{{id}}-raster2) Paarsgewijze vergelijking tussen jaren voor `r soort_naam`. Uitleg van de symbolen in tabel \@ref(tab:regels). - -```{r {{id}}-wijziging-jaar-alles2, fig.cap = "(ref:{{id}}-raster2)", eval = output_format != "html" && nrow(deze_wijziging) > 0} -deze_wijziging |> - filter(!.data$cycle) |> - rename(periode = .data$referentie, referentie = .data$periode) |> - mutate( - klasse = classification(-.data$ucl, -.data$lcl, threshold = log(threshold)) - ) |> - bind_rows( - deze_wijziging |> - filter(!.data$cycle) - ) |> - ggplot(aes(x = periode, y = referentie, label = klasse)) + - geom_point(aes(colour = klasse), size = 4, show.legend = FALSE) + - scale_colour_manual(values = kleurgradient) + - geom_text( - aes(label = klasse), hjust = 0.5, vjust = 0.5, colour = "white", size = 2 - ) + - coord_fixed() + - theme( - axis.title.x = element_blank(), - axis.text.x = element_text(angle = 90, vjust = 0.5) - ) -``` - -## Analyse per driejaarlijkse cyclus - -Op basis van driejaarlijkse gegevens zien we gemiddeld `r trend_tekst(deze_lineair$tekst[deze_lineair$cycle])` `r deze_lineair$jaarlijks[deze_lineair$cycle]` per jaar of `r deze_lineair$looptijd[deze_lineair$cycle]` over de volledige looptijd van het meetnet. -Deze trend is `r deze_lineair$interpretatie[deze_lineair$cycle]`. - -```{r {{id}}-aantal-cyclus, fig.cap = "(ref:{{id}}-aantal)", eval = nrow(dit_aantal) > 0, warning = FALSE} -dit_aantal |> - filter(.data$cycle) |> - mutate( - sd = (.data$upper_confidence_limit - .data$lower_confidence_limit) / 2 - / qnorm(0.95), - estimate = exp(.data$estimate) - ) -> cyclus_aantal -ggplot(cyclus_aantal, aes(x = year, y = estimate)) + - stat_fan(aes(link_sd = sd), link = "log", geom = "rect") + - scale_x_continuous(breaks = cyclus_aantal$year, labels = periode_labels) + - scale_y_continuous("gemiddeld aantal dieren per meetput", limits = c(0, NA)) + - theme(axis.title.x = element_blank()) + - ggtitle(soort_naam) -``` - -(ref:{{id}}-index3) Wijzigingen per driejarige cyclus voor `r soort_naam`. Zie §\@ref(s:onzekerheid) voor een verklaring van de intervallen en §\@ref(s:trendklasse) voor uitleg over de symbolen en referentielijnen. - -```{r {{id}}-wijziging-cyclus-statisch, fig.cap = "(ref:{{id}}-index3)", eval = nrow(dit_aantal) > 0 && (interactive() || output_format != "html"), warning = FALSE} -deze_wijziging |> - filter(.data$cycle, .data$referentie == min(.data$referentie)) |> - mutate(sd = (.data$ucl - .data$lcl) / 2 / qnorm(0.95)) -> jaarlijks -change_breaks(n = 4, extra = c(log(threshold), -log(threshold)))( - c(jaarlijks$lcl, jaarlijks$ucl) -) -> deze_breaks -ggplot(jaarlijks, aes(x = periode, y = estimate)) + - annotate( - geom = "rect", xmin = -Inf, xmax = Inf, ymin = log(threshold), - ymax = -log(threshold), alpha = 0.2, fill = inbo_grijs - ) + - geom_hline(yintercept = 0) + - stat_fan(aes(link_sd = sd), geom = "rect") + - annotate( - geom = "text", x = Inf, y = 0, hjust = 1, vjust = -0.1, - label = "toestand in 2007", colour = inbo_hoofd - ) + - annotate( - geom = "text", x = Inf, y = log(threshold), hjust = 1, vjust = 1, - label = "belangrijke afname t.o.v. 2007", colour = inbo_hoofd - ) + - annotate( - geom = "text", x = Inf, y = -log(threshold), hjust = 1, vjust = 0, - label = "belangrijke toename t.o.v. 2007", colour = inbo_hoofd - ) + - theme(axis.title = element_blank()) + - scale_x_continuous(breaks = jaarlijks$periode, labels = periode_labels) + - scale_y_continuous(breaks = deze_breaks, labels = change_labels) -``` - -```{r {{id}}-wijziging-cyclus, fig.cap = "(ref:{{id}}-index3)", eval = nrow(deze_wijziging) > 0 && (interactive() || output_format == "html")} -deze_wijziging |> - filter(.data$cycle) |> - mutate( - klasse = factor(.data$klasse, levels = c(levels(.data$klasse), "R")), - interpretatie = as.character(.data$interpretatie) - ) |> - complete( - .data$referentie, periode = unique(.data$referentie, .data$periode), - fill = list( - klasse = "R", estimate = 0, interpretatie = "referentie", - wijziging = "n.v.t." - ) - ) |> - mutate( - naar_0 = .data$periode - 1.5, naar_1 = .data$periode + 1.5, - alpha_punt = ifelse(.data$periode < .data$referentie, 0, 1), - alpha_vlak = ifelse(.data$periode < .data$referentie, 0, ribbon_opacity), - klasse = ifelse( - .data$periode < .data$referentie, NA, as.character(.data$klasse) - ), - referentie = periode_labels(.data$referentie), - naar = .data$periode, periode = periode_labels(.data$periode) - ) -> driejaarlijks -if (!interactive() && opts_knit$get("rmarkdown.pandoc.to") != "html") { - driejaarlijks |> - filter(.data$referentie == "2007 - 2009") -> driejaarlijks -} -p <- ggplot( - driejaarlijks, - aes( - x = naar, xmin = naar_0, xmax = naar_1, y = estimate, frame = referentie, - periode = periode, wijziging = wijziging, interpretatie = interpretatie - ) -) + - geom_hline(yintercept = 0) + - geom_hline(yintercept = log(threshold) * c(-1, 1), linetype = 2) + - geom_rect( - aes(ymin = lcl, ymax = ucl, fill = klasse), - alpha = driejaarlijks$alpha_vlak, show.legend = FALSE - ) + - geom_point(size = 6, alpha = driejaarlijks$alpha_punt) + - geom_text(aes(label = klasse), hjust = 0.5, vjust = 0.5, colour = "white") + - scale_x_continuous( - breaks = unique(driejaarlijks$naar), labels = periode_labels - ) + - scale_y_continuous( - "procentuele wijziging t.o.v. referentieperiode", - breaks = change_breaks(n = 2), - labels = change_labels - ) + - scale_fill_manual(values = kleurgradient) + - theme(axis.title.x = element_blank()) -if (interactive() || opts_knit$get("rmarkdown.pandoc.to") == "html") { - ggplotly( - p, - tooltip = c("referentie", "periode", "wijziging", "interpretatie") - ) |> - animation_opts(frame = 1000, transition = 0, redraw = TRUE) |> - animation_button(label = "\u25B6") |> - animation_slider( - len = 0.9, font = list(color = "black"), - currentvalue = list( - prefix = "geselecteerd referentieperiode: ", - font = list(color = inbo_hoofd), xanchor = "center" - ) - ) |> - layout(showlegend = FALSE) |> - plotly::config( - modeBarButtonsToRemove = list( - "lasso2d", "select2d", "autoScale2d", "hoverClosestCartesian", - "hoverCompareCartesian", "toggleSpikelines" - ), - displaylogo = FALSE - ) -} else { - p -} -``` - -(ref:{{id}}-raster3) Paarsgewijze vergelijking tussen driejarige cycli voor `r soort_naam`. Uitleg van de symbolen in tabel \@ref(tab:regels). - -```{r {{id}}-wijziging-jaar-alles3, fig.cap = "(ref:{{id}}-raster3)", eval = output_format != "html" && nrow(deze_wijziging) > 0} -deze_wijziging |> - filter(.data$cycle) |> - rename(periode = .data$referentie, referentie = .data$periode) |> - mutate( - klasse = classification(-.data$ucl, -.data$lcl, threshold = log(threshold)) - ) |> - bind_rows( - deze_wijziging |> - filter(.data$cycle) - ) |> - ggplot(aes(x = periode, y = referentie, label = klasse)) + - geom_point(aes(colour = klasse), size = 6, show.legend = FALSE) + - scale_colour_manual(values = kleurgradient) + - geom_text( - aes(label = klasse), - hjust = 0.5, vjust = 0.5, colour = "white" - ) + - scale_x_continuous( - breaks = function(x) { - seq(2007, x[2], by = 3) - }, - labels = function(x) { - sprintf("%02i-%02i", x, x + 2) - } - ) + - scale_y_continuous( - breaks = function(x) { - seq(2007, x[2], by = 3) - }, - labels = function(x) { - sprintf("%02i-%02i", x, x + 2) - } - ) + - coord_fixed() + - theme( - axis.title.x = element_blank(), - axis.text.x = element_text(angle = 90, vjust = 0.5) - ) -``` - -## Kenmerken van de gegevens - -(ref:{{id}}-sg) Stratumgewicht, raming van het aantal hokken waarin de soort aanwezig is, aantal relevante hokken voor de analyse, aantal onderzochte hokken in het stratum, totaal aantal hokken van het stratum in Vlaanderen, aantal bezoeken aan een meetpunt en het gemiddeld aandeel relevante punten per hok voor `r soort_naam` (zie §\@ref(s:stratumgewicht)). - -```{r {{id}}-sd} -dit_stratum |> - transmute( - .data$stratum, - gewicht = sprintf("%.1f%%", 100 * .data$gewicht), - aanwezig = round(.data$aanwezig, 1), .data$relevant, .data$onderzocht, - .data$totaal, .data$bezoeken, punten = sprintf("%.1f%%", 100 * .data$punten) - ) |> - kable(caption = "(ref:{{id}}-sg)", align = "lrrrrrrr") -``` - -(ref:{{id}}-hash) Data-hashes van de analyses in het kader van traceerbaarheid (zie §\@ref(s:traceerbaarheid)). - -```{r {{id}}-hash, results = "asis"} -deze_analyse |> - arrange(.data$cycle, .data$linear) |> - transmute( - frequentie = factor( - .data$cycle, levels = c(TRUE, FALSE), - labels = c("driejaarlijks", "jaarlijks") - ), - model = ifelse(.data$linear, "lineair", "niet-lineair"), - analyse = str_replace(.data$analysis, "(.{20})", "\\1 "), - status = str_replace(.data$status_fingerprint, "(.{20})", "\\1 ") - ) |> - pandoc.table(caption = "(\\#tab:{{id}}-hash) (ref:{{id}}-hash)") -``` diff --git a/inst/website/cover.pdf b/inst/website/cover.pdf deleted file mode 100644 index 573c913..0000000 Binary files a/inst/website/cover.pdf and /dev/null differ diff --git a/inst/website/download_html.Rmd b/inst/website/download_html.Rmd deleted file mode 100644 index 1e07d04..0000000 --- a/inst/website/download_html.Rmd +++ /dev/null @@ -1,72 +0,0 @@ -## Downloadbaar cijfermateriaal - -Deze sectie bevat links naar het nodige cijfermateriaal om de figuren in dit rapport te maken. -Om de resultaten zo toegankelijk mogelijk te maken, bieden we ze aan als [platte tekstbestanden](https://nl.wikipedia.org/wiki/Platte_tekst). -Elke dataset bestaat uit twee bestanden: - -- een bestand met `.csv` extensie. - Dit bevat de eigenlijke resultaten als kommagescheiden platte tekstformaat. - Je kan dit openen met je favoriete rekenbladprogramma. -- een bestand met `.yml` extensie. - Dit platte tekstbestand bevat metadata over de inhoud van het `.csv` bestand. - Je hebt dit bestand nodig indien de gegevens wilt inlezen met het [`git2rdata`](https://ropensci.github.io/git2rdata) package. - Daarnaast bevat het een data-hash waarmee je de integriteit van het databestand kan nagaan. - Daarom raden we aan om dit bestand toch te downloaden, ook al heb je het strikt genomen niet nodig. - -### Indicatoren - -- **samengestelde indices:** [`samengesteld.csv`](samengesteld.csv) en [`samengesteld.yml`](samengesteld.yml). - - `indicator`: naam van de indicator; - - `frequentie`: index op basis van jaarlijkse of driejaarlijkse gegevens; - - `referentie`: het referentiejaartal; - - `naar`: het jaartal waarvoor we verhouding het referentiejaar berekenen; - - `schatting`: de geschatte verhouding van dit jaar t.o.v. het referentiejaar; - - `lcl` en `ucl`: de ondergrens en bovengrens van het 90% betrouwbaarheidsinterval rond de schatting; - - `klasse`: interpretatie van de wijziging (zie §\@ref(s:trendklasse)); - - `wijziging`: tekstuele beschrijving van de evolutie; - - `analyse`: data-hash van de analyse; - - `status`: data-hash van de status van de analyse -- **soortenlijst samengestelde indices:** [`samengesteld_soorten.csv`](samengesteld_soorten.csv) en [`samengesteld_soorten.ym`l](samengesteld_soorten.yml). - - `soort`: naam van de soort; - - `indicator`: naam van de samengestelde indicator; - - `ondergrens` en `bovengrens`: grenzen voor de opdelingen van de effecten in klassen (zie §\@ref(s:trendklasse)) - -### Individuele soorten - -- **gemiddeld aantal op een meetpunt:** [`aantallen.csv`](aantallen.csv) en [`aantallen.yml`](aantallen.yml). - - `soort`: Nederlandse soortnaam; - - `frequentie`: trend op basis van jaarlijkse of driejaarlijkse gegevens; - - `jaar`: jaartal of startjaar van de driejaarlijkse periode; - - `schatting`: schatting van het gemiddeld aantal dieren op een meetpunt; - - `lcl` en `ucl`: de ondergrens en bovengrens van het 90% betrouwbaarheidsinterval rond de schatting; - - `analyse`: data-hash van de analyse; - - `status`: data-hash van de status van de analyse -- **lineaire trends:** [`lineaire_trend.csv`](lineaire_trend.csv) en [`lineaire_trend.yml`](lineaire_trend.yml). - - `soort`: Nederlandse soortnaam; - - `frequentie`: trend op basis van jaarlijkse of driejaarlijkse gegevens; - - `jaarlijks`: gemiddelde jaarlijkse wijziging (zie §\@ref(s:lineairetrend); - - `looptijd`: gemiddelde wijziging over de looptijd van de tijdsreeks; - - `klasse`: interpretatie van de wijziging (zie §\@ref(s:trendklasse)); - - `verloop`: geeft aan of de trend lineair verloopt; - - `analyse`: data-hash van de analyse; - - `status`: data-hash van de status van de analyse -- **indices:** [`index.csv`](index.csv) en [`index.yml`](index.yml). - - `soort`: naam van de indicator; - - `frequentie`: index op basis van jaarlijkse of driejaarlijkse gegevens; - - `referentie`: het referentiejaartal; - - `naar`: het jaartal waarvoor we verhouding het referentiejaar berekenen; - - `schatting`: de geschatte verhouding van dit jaar t.o.v. het referentiejaar; - - `lcl` en `ucl`: de ondergrens en bovengrens van het 90% betrouwbaarheidsinterval rond de schatting; - - `klasse`: interpretatie van de wijziging (zie §\@ref(s:trendklasse)); - - `wijziging`: tekstuele beschrijving van de evolutie; - - `analyse`: data-hash van de analyse; - - `status`: data-hash van de status van de analyse -- **stratumgewichten:** [`stratum_gewicht.csv`](stratum_gewicht.csv) en [`stratum_gewicht.yml`](stratum_gewicht.yml). - - `soort`: Nederlandse soortnaam; - - `stratum`: naam van het stratum; - - `gewicht`: gewicht van het stratum voor deze soort (zie §\@ref(s:stratumgewicht)); - - `aanwezig`: geschatte aantal hokken van het stratum waar de soort aanwezig is; - - `relevant`: aantal relevante hokken voor deze soort in het stratum; - - `onderzocht`: aantal onderzochte hokken in het stratum; - - `totaal`: totaal aantal hokken in het stratum; - - `bezoeken`: totaal aantal bezoeken aan de meetpunten in het stratum; diff --git a/inst/website/download_non_html.Rmd b/inst/website/download_non_html.Rmd deleted file mode 100644 index 3be94ed..0000000 --- a/inst/website/download_non_html.Rmd +++ /dev/null @@ -1,3 +0,0 @@ -## Downloadbaar cijfermateriaal - -We stellen het cijfermateriaal om de figuren te genereren beschikbaar in de online versie van dit rapport: https://doi.org/`r rmarkdown::yaml_front_matter("index.Rmd")$doi`. diff --git a/inst/website/index.Rmd b/inst/website/index.Rmd deleted file mode 100644 index 8a60c9a..0000000 --- a/inst/website/index.Rmd +++ /dev/null @@ -1,325 +0,0 @@ ---- -title: "Trends op basis van de Algemene Broedvogelmonitoring Vlaanderen (ABV)" -subtitle: "Technisch achtergrondrapport voor de periode 2007-2023" -author: - - name: - given : Thierry - family: Onkelinx - email: thierry.onkelinx@inbo.be - orcid: 0000-0001-8804-4216 - affiliation: Research Institute for Nature and Forest (INBO) - corresponding: true - - name: - given: Olivier - family: Dochy - email: olivier.dochy@inbo.be - orcid: 0009-0002-2822-5634 - affiliation: Research Institute for Nature and Forest (INBO) - - name: - given: Glenn - family: Vermeersch - email: glenn.vermeersch@inbo.be - orcid: 0000-0002-9176-8917 - affiliation: Research Institute for Nature and Forest (INBO) - - name: - given: Koen - family: Devos - email: koen.devos@inbo.be - orcid: 0000-0001-7265-6349 - affiliation: Research Institute for Nature and Forest (INBO) -reviewer: - - name: - given: Hans - family: Van Calster - email: hans.vancalster@inbo.be - orcid: 0000-0001-8595-8426 - affiliation: Research Institute for Nature and Forest (INBO) -lang: nl -style: INBO -funder: Research Institute for Nature and Forest (INBO) -rightsholder: Research Institute for Nature and Forest (INBO) -community: inbo -keywords: natuurindicator; trend; broedvogel; citizen science -publication_type: report -reportnr: 15 -year: 2024 -doi: 10.21436/inbor.102669823 -depotnr: D/2024/3241/046 -bibliography: references.bib -link-citations: TRUE -site: bookdown::bookdown_site -cooperation: - - Natuurpunt Studie vzw - - Coxiestraat 11, 2800 Mechelen - - https://www.natuurpunt.be -cooperation_logo: natuurpunt.png -cover_photo: https://img2.vildaphoto.net/asset/l/86103.jpg -cover_description: Putter (_Carduelis carduelis_) eet zaden uit een kaardebol. (© Lars Soerink, Vildaphoto) -cover: cover.pdf -embargo: 2024-03-29 -floatbarrier: section -output: - INBOmd::gitbook: default - INBOmd::pdf_report: default - INBOmd::epub_book: default - bookdown::dontrun: default ---- - -```{r setup, include = FALSE} -library(digest) -library(effectclass) -library(git2rdata) -library(INBOtheme) -library(knitr) -library(pander) -library(plotly) -library(scales) -library(tidyverse) -conflicted::conflicts_prefer(dplyr::pull, plotly::filter, plotly::layout) -opts_chunk$set( - echo = FALSE, eval = TRUE, cache = FALSE, warning = FALSE, error = FALSE, - message = TRUE -) -output_format <- ifelse( - interactive(), "html", opts_knit$get("rmarkdown.pandoc.to") -) -output_dir <- ifelse( - interactive(), file.path("..", "output", "website"), - opts_knit$get("output.dir") -) -switch( - output_format, - html = { - opts_chunk$set(dev = "png", dpi = 72, fig.height = 8, fig.width = 10.5) - update_geom_defaults("point", list(size = 4)) - theme_set(theme_inbo(base_size = 14)) - }, - latex = { - opts_chunk$set(dev = "cairo_pdf") - update_geom_defaults("point", list(size = 2)) - update_geom_defaults("text", list(size = 2)) - theme_set(theme_inbo(base_size = 8)) - }, { - opts_chunk$set(dev = "png", dpi = 72, fig.height = 8, fig.width = 10.5) - update_geom_defaults("point", list(size = 4)) - theme_set(theme_inbo(base_size = 14)) - } -) -strict <- TRUE -ribbon_opacity <- 0.7 -threshold <- 0.75 -``` - -```{r helper-functies} -c(rev(traffic_palette(7)), "grey65", "grey35", "grey50") |> - setNames( - c("++", "+", "+~", "~", "-~", "-", "--", "?+", "?-", "?") - ) -> kleurgradient -kleurgradient[4] <- inbo_steun_blauw -periode_labels <- function(x) { - sprintf("%i - %i", x, x + 2) -} -``` - -```{r document-packages} -package_list <- c("R", "git2rdata", "abvanalysis", "n2kanalysis") -references <- readLines("references.bib") -paste(package_list, collapse = "|") |> - sprintf(fmt = "^@.+\\{(%s),$") |> - grep(references) -> start -end <- grep("^\\}$", references) -lapply( - start, - function(i) { - i:head(end[i < end], 1) - } -) |> - do.call(what = c) -> existing_citation -cite_package <- function(x) { - citation(ifelse(x == "R", "base", x)) |> - toBibtex() |> - str_replace("Manual\\{,", paste0("Manual\\{", x, ",")) -} -package_list |> - map(cite_package) |> - c(references[-existing_citation]) |> - do.call(what = c) |> - writeLines("references.bib") -``` - -```{r import-data} -repo <- system.file("results", package = "abvanalysis") -strata <- read_vc("stratum", root = repo) -effort <- read_vc("effort", root = repo) -read_vc("meta", root = repo) |> - mutate( - speciesgroup = as.character(.data$speciesgroup), - hash = map_chr(.data$speciesgroup, sha1) - ) -> meta -estimate <- read_vc("estimate", root = repo) -moving_trend <- read_vc("moving_trend", root = repo) -composite_moving_trend <- read_vc("composite_moving_trend", root = repo) -parent <- read_vc("parent", root = repo) -tribble( - ~x, ~y, "stabiel", 0, "toename", 1, "afname", -1, "sterke toename", 1.5, - "sterke afname", -1.5, "matige toename", 0.5, "matige afname", -0.5, - "mogelijke toename", 0.5, "mogelijke afname", -0.5, "onduidelijk", 0 -) |> - mutate( - s = c(rep(0.25, 7), 0.5, 0.5, 1), lcl = qnorm(0.05, .data$y, .data$s), - ucl = qnorm(0.95, .data$y, .data$s), - klasse = classification(.data$lcl, .data$ucl, 1) - ) |> - arrange(.data$klasse) |> - mutate( - x = factor(.data$x, levels = rev(.data$x)), x_int = as.integer(.data$x) - ) -> effect -looptijd <- diff(range(estimate$year)) -meta |> - inner_join(read_vc("linear_trend", root = repo), by = "analysis") |> - transmute( - .data$hash, .data$analysis, .data$cycle, - estimate = ifelse(.data$cycle, 1 / 3, 1) * .data$estimate, - lcl = ifelse(.data$cycle, 1 / 3, 1) * .data$lower_confidence_limit, - ucl = ifelse(.data$cycle, 1 / 3, 1) * .data$upper_confidence_limit, - klasse = classification( - .data$lcl * looptijd, .data$ucl * looptijd, log(threshold) - ), - jaarlijks = format_ci( - exp(.data$estimate) - 1, lcl = exp(.data$lcl) - 1, - ucl = exp(.data$ucl) - 1, percent = TRUE, sign = TRUE - ), - looptijd = format_ci( - exp(looptijd * .data$estimate) - 1, lcl = exp(looptijd * .data$lcl) - 1, - ucl = exp(looptijd * .data$ucl) - 1, percent = TRUE, sign = TRUE - ) - ) |> - inner_join( - effect |> - select(.data$klasse, tekst = .data$x), - by = "klasse" - ) |> - inner_join( - meta |> - filter(!.data$composite) |> - select(.data$hash, .data$cycle, .data$linear, .data$waic) |> - pivot_wider(names_from = .data$linear, values_from = .data$waic) |> - transmute( - .data$hash, .data$cycle, - interpretatie = (.data$`FALSE` - .data$`TRUE`) |> - cut( - breaks = c(-Inf, -2, 0, Inf), - labels = c("niet-lineair", "mogelijk niet-lineair", "lineair") - ) - ), - by = c("hash", "cycle") - ) -> linear_trend -read_vc("index", root = repo) |> - transmute( - .data$analysis, referentie = .data$reference, periode = .data$alternative, - .data$estimate, lcl = .data$lower_confidence_limit, - ucl = .data$upper_confidence_limit, - wijziging = format_ci( - exp(.data$estimate) - 1, lcl = exp(.data$lower_confidence_limit) - 1, - ucl = exp(.data$upper_confidence_limit) - 1, percent = TRUE, - sign = TRUE - ), - klasse = classification( - .data$lower_confidence_limit, .data$upper_confidence_limit, - threshold = log(threshold) - ) - ) |> - inner_join( - effect |> - select(.data$klasse, interpretatie = .data$x), - by = "klasse" - ) -> index -effort |> - distinct(.data$stratum, .data$location) |> - count(.data$stratum, name = "onderzocht") |> - inner_join( - strata |> - select(stratum = "description", totaal = "n"), - by = "stratum" - ) |> - inner_join(read_vc("stratum_weight", root = repo), by = "stratum") |> - transmute( - .data$analysis, .data$stratum, gewicht = .data$weight, - aanwezig = .data$relevant * .data$totaal / .data$onderzocht, .data$relevant, - .data$onderzocht, .data$totaal, bezoeken = .data$visits, - punten = ( - .data$points_1 / 6 + .data$points_2 / 3 + .data$points_3 / 2 + - .data$points_4 * 2 / 3 + .data$points_5 * 5 / 6 + .data$points_6 - ) / .data$relevant - ) |> - arrange(desc(.data$gewicht)) -> stratum -meta |> - filter(.data$composite, !.data$cycle, !.data$linear) |> - select("speciesgroup", "hash", "analysis") |> - inner_join(parent, by = "analysis") |> - inner_join( - meta |> - select("analysis", soort = "speciesgroup"), - by = c("parent" = "analysis") - ) |> - select("hash", "speciesgroup", "soort") |> - group_by(.data$hash) |> - mutate(drempel = log(threshold) / sqrt(n())) |> - ungroup() -> soortenlijst -read_vc("composite_index", root = repo) |> - inner_join( - meta |> - select("analysis", "hash", "speciesgroup"), - by = "analysis" - ) |> - inner_join( - soortenlijst |> - distinct(.data$hash, .data$drempel), - by = "hash" - ) |> - transmute( - .data$analysis, referentie = .data$reference, periode = .data$alternative, - .data$estimate, lcl = .data$lower_confidence_limit, - ucl = .data$upper_confidence_limit, - wijziging = format_ci( - exp(.data$estimate) - 1, lcl = exp(.data$lower_confidence_limit) - 1, - ucl = exp(.data$upper_confidence_limit) - 1, percent = TRUE, - sign = TRUE - ), - klasse = pmap( - list( - .data$lower_confidence_limit, .data$upper_confidence_limit, - threshold = .data$drempel - ), - classification - ) |> - unlist(), - tmp = as.character(klasse) - ) |> - inner_join( - effect |> - transmute( - tmp = as.character(.data$klasse), interpretatie = .data$x - ), - by = "tmp" - ) |> - select(-"tmp") -> composite_index -``` - -# Samenvatting {-} - -Dit rapport publiceert de meest recente analyses op basis van het telwerk voor het project "Algemene Broedvogelmonitoring Vlaanderen" of kortweg ABV. -Dit project is een gezamenlijk initiatief van het Instituut voor Natuur- en Bosonderzoek (INBO) en Natuurpunt Studie in samenwerking met de lokale vogelwerkgroepen. -De samenwerking tussen deze organisaties staat garant voor een goede ondersteuning van en communicatie naar het vrijwilligersnetwerk door Natuurpunt Studie, en een degelijke professionele wetenschappelijke ondersteuning en dataverwerking door het INBO. -Sinds 2016 maakt het integraal deel uit van het project Soortenmeetnetten, dat door INBO en Agentschap Natuur en Bos (ANB) wordt gefinancierd. - -Het project werd opgestart in 2007 en heeft als doelstelling het beschrijven van aantalsontwikkelingen van een set van ca. 80 algemene broedvogelsoorten in Vlaanderen. -Zowel jaarlijkse schommelingen als meerjarige trends zijn daarbij interessante resultaten in functie van lokaal, regionaal en internationaal beleid. - -Dit rapport is bedoeld als een technisch achtergrondrapport. -Het bestaat uit drie delen: -het eerste deel beschrijft de methodiek van de verwerking en de weergave van de resultaten; -het tweede deel geeft een aantal indicatoren gebaseerd op trends van meerdere soorten; -het derde deel beschrijft de tijdreeks van individuele soorten. -We beperken ons in delen twee en drie tot een gestandaardiseerde weergave van de meest relevante cijfers zonder ecologische interpretatie. -Voor een ecologische interpretatie van de resultaten verwijzen we naar andere publicaties zoals [INBO Vogelnieuws](https://www.vlaanderen.be/inbo/publicaties/vogelnieuws). diff --git a/inst/website/references.bib b/inst/website/references.bib deleted file mode 100755 index 66ef0c3..0000000 --- a/inst/website/references.bib +++ /dev/null @@ -1,101 +0,0 @@ -@Manual{R, - title = {R: A Language and Environment for Statistical Computing}, - author = {{R Core Team}}, - organization = {R Foundation for Statistical Computing}, - address = {Vienna, Austria}, - year = {2024}, - url = {https://www.R-project.org/}, -} -@Manual{git2rdata, - title = {git2rdata: Store and Retrieve Data.frames in a Git Repository. Version 0.4.0}, - author = {Thierry Onkelinx}, - year = {2022}, - url = {https://ropensci.github.io/git2rdata/}, - abstract = {The git2rdata package is an R package for writing and reading dataframes as plain text files. A metadata file stores important information. 1) Storing metadata allows to maintain the classes of variables. By default, git2rdata optimizes the data for file storage. The optimization is most effective on data containing factors. The optimization makes the data less human readable. The user can turn this off when they prefer a human readable format over smaller files. Details on the implementation are available in vignette("plain_text", package = "git2rdata"). 2) Storing metadata also allows smaller row based diffs between two consecutive commits. This is a useful feature when storing data as plain text files under version control. Details on this part of the implementation are available in vignette("version_control", package = "git2rdata"). Although we envisioned git2rdata with a git workflow in mind, you can use it in combination with other version control systems like subversion or mercurial. 3) git2rdata is a useful tool in a reproducible and traceable workflow. vignette("workflow", package = "git2rdata") gives a toy example. 4) vignette("efficiency", package = "git2rdata") provides some insight into the efficiency of file storage, git repository size and speed for writing and reading.}, - keywords = {R package, reproducible research, version control}, -} -@Manual{abvanalysis, - title = {abvanalysis: Analysis of the Common Breeding Bird Survey. Version 0.2.4}, - author = {Thierry Onkelinx}, - year = {2024}, - url = {https://github.com/inbo/abvanalysis/}, - abstract = {Read in the raw data and prepare analysis datasets.}, - keywords = {common breeding birds; monitoring; analysis; reproducible science}, -} -@Manual{n2kanalysis, - title = {n2kanalysis: Generic Functions to Analyse Data from the 'Natura 2000' Monitoring. Version 0.3.2}, - author = {Thierry Onkelinx}, - year = {2024}, - url = {https://github.com/inbo/n2kanalysis/}, - abstract = {All generic functions and classes for the analysis for the 'Natura 2000' monitoring. The classes contain all required data and definitions to fit the model without the need to access other sources. Potentially they might need access to one or more parent objects. An aggregation object might for example need the result of an imputation object. The actual definition of the analysis, using these generic function and classes, is defined in dedictated analysis R packages for every monitoring scheme. For example 'abvanalysis' and 'watervogelanalysis'.}, - keywords = {analysis, reproducible research, natura 2000, monitoring}, - doi = {10.5281/zenodo.3576047}, -} -@TechReport{ABVmethode, - address = {{Brussels, Belgium}}, - title = {Methodehandleiding Bij Het Project '{{Algemene Broedvogelmonitoring Vlaanderen}} ({{ABV}})'}, - number = {2018 93}, - institution = {{Instituut voor Natuur- en Bosonderzoek}}, - author = {Glenn Vermeersch and Hannes Ledegen and Simon Feys}, - year = {2018}, - pages = {12}, - doi = {10.21436/inbor.15674942} -} -@book{BWK, - title = "De biologische waarderingskaart: biotopen en hun verspreiding in vlaanderen en het Brussels Hoofdstedelijk Gewest", - author = "Lieve Vriens and Hans Bosch and {De Knijf}, Geert and {De Saeger}, Steven and Robin Guelinckx and Patrik Oosterlynck and {Van Hove}, Martine and Desiré Paelinckx", - year = "2011", - language = "Nederlands", - series = "Mededelingen van het Instituut voor Natuur- en Bosonderzoek", - publisher = "Instituut voor Natuur- en Bosonderzoek", - number = "INBO.M.2011.1", - address = "België", -} -@Article{gelmanUnderstandingPredictiveInformation2014, - title = {Understanding Predictive Information Criteria for {{Bayesian}} Models}, - volume = {24}, - issn = {15731375}, - abstract = {We review the Akaike, deviance, and Watanabe-Akaike information criteria from a Bayesian perspective, where the goal is to estimate expected out-of-sample-prediction error using a biascorrected adjustment of within-sample error. We focus on the choices involved in setting up these measures, and we compare them in three simple examples, one theoretical and two applied. The contribution of this review is to put all these information criteria into a Bayesian predictive context and to better understand, through small examples, how these methods can apply in practice.}, - number = {6}, - journal = {Statistics and Computing}, - doi = {10.1007/s11222-013-9416-2}, - author = {Andrew Gelman and Jessica Hwang and Aki Vehtari}, - year = {2014}, - keywords = {AIC,Bayes,Cross-validation,DIC,Prediction,WAIC}, - pages = {997--1016}, -} -@Book{rueINLAFunctionsWhich2009, - title = {{{INLA}}: {{Functions}} Which Allow to Perform Full {{Bayesian}} Analysis of Latent {{Gaussian}} Models Using {{Integrated Nested Laplace Approximation}}}, - author = {Håvard Rue and Sara Martino and Finn Lindgren and Daniel Simpson and Andrea Riebler}, - year = {2009}, -} -@Article{simpson.rue.ea2017PenalisingModelComponent, - title = {Penalising Model Component Complexity: {{A}} Principled, Practical Approach to Constructing Priors}, - volume = {32}, - issn = {0883-4237}, - shorttitle = {Penalising Model Component Complexity}, - language = {English}, - number = {1}, - journal = {Statistical Science}, - doi = {10.1214/16-STS576}, - author = {Daniel P. Simpson and H\aavard Rue and Thiago G. Martins and Andrea Riebler and Sigrunn H. S{\o}rbye}, - month = {feb}, - year = {2017}, - keywords = {INLA}, - pages = {1-28}, - file = {/home/thierry/Zotero/storage/5LQ9Y8FV/Simpson e.a. - 2017 - Penalising model component complexity A principle.pdf;/home/thierry/Zotero/storage/HVDLC23T/penalising-model-component-complexity-a-principled-practical-appr.html}, -} -@Article{britton.fisher.ea1998InflationReportProjections, - title = {The {{Inflation Report}} Projections: Understanding the Fan Chart}, - journal = {Bank of England Quarterly Bulletin}, - author = {Erik Britton and Paul Fisher and John Whitley}, - month = {mar}, - year = {1998}, - pages = {30-37}, -} -@Misc{vermeersch.anselin.ea2018ABVCommonBreeding, - title = {{{ABV}} - {{Common}} Breeding Birds in {{Flanders}}, {{Belgium}}. {{Version}} 1.7}, - publisher = {{Research Institute for Nature and Forest (INBO)}}, - author = {Glenn Vermeersch and Anny Anselin and Mark Herremans and Dimitri Brosens}, - year = {2018}, -} diff --git a/inst/website/website.Rproj b/inst/website/website.Rproj deleted file mode 100644 index cde2e35..0000000 --- a/inst/website/website.Rproj +++ /dev/null @@ -1,18 +0,0 @@ -Version: 1.0 - -RestoreWorkspace: Default -SaveWorkspace: Default -AlwaysSaveHistory: Default - -EnableCodeIndexing: Yes -UseSpacesForTab: Yes -NumSpacesForTab: 2 -Encoding: UTF-8 - -RnwWeave: knitr -LaTeX: XeLaTeX - -AutoAppendNewline: Yes -StripTrailingWhitespace: Yes - -BuildType: Website diff --git a/inst/website/zzz_bibliografietitel.Rmd b/inst/website/zzz_bibliografietitel.Rmd deleted file mode 100755 index d384636..0000000 --- a/inst/website/zzz_bibliografietitel.Rmd +++ /dev/null @@ -1,5 +0,0 @@ -```{r references, results = "asis", echo = FALSE} -# insert the references at this position -# set appendix = FALSE, when the report has no appendix -INBOmd::references(appendix = FALSE) -``` diff --git a/man/copy_manifest_objects.Rd b/man/copy_manifest_objects.Rd new file mode 100644 index 0000000..36896ed --- /dev/null +++ b/man/copy_manifest_objects.Rd @@ -0,0 +1,21 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/copy_manifest_objects.R +\name{copy_manifest_objects} +\alias{copy_manifest_objects} +\title{Copy all object of the most recent manifest} +\usage{ +copy_manifest_objects(base, project, target_folder = ".", overwrite = FALSE) +} +\arguments{ +\item{base}{The base location to store the model.} + +\item{project}{Will be a relative path within the base location.} + +\item{target_folder}{Where to store the objects} + +\item{overwrite}{Should an existing object be overwritten? +Defaults to \code{TRUE}.} +} +\description{ +Copy all object of the most recent manifest +} diff --git a/vignettes/analysis.Rmd b/vignettes/analysis.Rmd index bb4ab38..c70dc6a 100644 --- a/vignettes/analysis.Rmd +++ b/vignettes/analysis.Rmd @@ -47,7 +47,7 @@ the common breeding bird census for Flanders (Belgium.) ### Statistical model - Generalised linear mixed model with negative binomial distribution. -- Response: +- Response: - Number of observed breeding bird at each point within the grid cell - Covariates: - `Stratum`: takes the average difference in abundance among strata into account. @@ -55,7 +55,7 @@ the common breeding bird census for Flanders (Belgium.) - `Period`: categorical factor models the overall differences among periods. Only relevant in case multiple periods are selected. - `Location`: i.i.d. random intercept of grid cell. This models effects of the grid cell not captured by `Stratum`, `Period` or `Year`. - `SubLocation`: i.i.d. random intercept of point within grid cell. This models effects of the point within the grid cell not captured by `Stratum`, `Period`, `Year` or `Location`. -- Model fit in [R](https://www.R-project.org) with [INLA](https://www.r-inla.org). +- Model fit in [R](https://www.R-project.org) with [INLA](https://r-inla.org). ### Trend