lace.ColumnMetadata.count

ColumnMetadata.count(prior=None, hyper=None)

Create count column metadata

Parameters:
  • name (str) – The name of the column

  • prior (CountPrior, optional) – The prior on the data. If None (default), a prior will be drawn from the hyper

  • hyper (CountHyper, optional) – The prior on the data. If None (default) and prior is defined, the prior parameters will be locked.