Skip to content

unreliable naming of output when names provided #138

Description

@stephens999

If x is a column vector with a column name "x" then $posterior$mean does not exist;
instead it is named $posterior$x

x = cbind(c(1,2,3))
colnames(x) = "x"
x
x
[1,] 1
[2,] 2
[3,] 3
ebnm_point_exponential(x,1)$posterior$mean
NULL
ebnm_point_exponential(x,1)$posterior$x
[1] 0.9579041 1.5564219 2.4143795

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions