Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • CSTools CSTools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • External
  • CSToolsCSTools
  • Issues
  • #97
Closed
Open
Issue created Oct 04, 2022 by aho@ahoMaintainer

BiasCorrection() memb_dim does not function well

Reported by @jramon, BiasCorrection() parameter memb_dim doesn't work as expected. The bugs lie in the lines that use "member" rather than memb_dim. For example, (see line number here)

(line 44)
if (dim(obs$data)['member'] != 1) {

(line 176)
names(dim(corrected)) <- c('member', 'sdate')  #'sdate' need to be changed too

(line 187)
names(dim(corrected)) <- c('member')

@erifarov can you take care of this issue? Thanks.

Best,
An-Chi

Assignee
Assign to
Time tracking