Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • s2dv s2dv
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • s2dvs2dv
  • Merge requests
  • !110

DiffCorr - included the possibility of performing a two-sided test

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Carlos Delgado Torres requested to merge develop-DiffCorr-twosided into master Aug 30, 2022
  • Overview 26
  • Commits 6
  • Pipelines 6
  • Changes 3

Hi @aho and @erifarov,

I have implemented the option of performing a two-sided test to assess the statistical significance of the correlation differences in DiffCorr (it was only possible to perform a one-sided test before).

I just included the logical parameter two.sided, which indicates whether the test should be two-sided or one-sided (default for reproducibility with older versions). If two.sided==TRUE, alpha is divided by 2 when comparing it with p.value.

@acarreri, could you please review/test it and let us know if it is what you expected?

Thank you!
Carlos

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop-DiffCorr-twosided