Skip to content

Effective sample size is applied even if not multinomial #52

@cgrandin

Description

@cgrandin

Not sure if this was by design, this happens in the data file loading part of the tpl. Seems that the code should check if multinomial here:

		if(inp_nscaler(k) > 0)
			{
				for(i = 1; i <= n_A_nobs(k); i++ )
				{
					 tmp(i) = tmp(i)/sum(tmp(i)) * inp_nscaler(k);
				}
			}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions