Skip to content

Commit

Permalink
DOC: remove warnings about active development of micro moments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgortmaker committed Apr 18, 2023
1 parent bb5df7f commit f25f595
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pyblp/micro.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ class MicroDataset(StringRepresentation):
selected sample of inside purchasers in a few markets :math:`T_d \subset T`, giving each market an equal sampling
weight. Different micro datasets are independent.
.. warning::
Micro moments are under active development. Their API and functionality may change as development progresses.
Parameters
----------
name : `str`
Expand Down Expand Up @@ -183,10 +179,6 @@ class MicroPart(StringRepresentation):
:math:`v_{pijt} = y_{it} x_{jt}` yields the mean :math:`\bar{v}_p` or expectation :math:`v_p` of an interaction
between some demographic :math:`y_{it}` and product characteristic :math:`x_{jt}`.
.. warning::
Micro moments are under active development. Their API and functionality may change as development progresses.
Parameters
----------
name : `str`
Expand Down Expand Up @@ -266,10 +258,6 @@ class MicroMoment(StringRepresentation):
interaction between :math:`y_{it}` and :math:`x_{jt}` among those who do not choose the outside option
:math:`j = 0`.
.. warning::
Micro moments are under active development. Their API and functionality may change as development progresses.
Parameters
----------
name : `str`
Expand Down

0 comments on commit f25f595

Please sign in to comment.