Skip to content

Commit

Permalink
minor bug in example 307
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Dec 22, 2016
1 parent 15d09b1 commit acf8c7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/example/307_arc_nl2_sampbias.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ To do this, we can add a second set of carrier-specific constants in a special s

.. testcode::

from larch.roles import P,X
m.samplingbias.ca = sum(P("carrier_bias_{}".format(i))*X("carrier={}".format(i)) for i in [2,3,4,5])

Just like the "normal" carrier-specific constants, we hold out a carrier (#1) as the reference point, and
Expand Down

0 comments on commit acf8c7c

Please sign in to comment.