pols_new_biz¶
- pols_new_biz(i)[source]¶
Number of new business policies
Returns a Series each of whose elements represents the number of new business policies issued in step
i
. Policies are issued when the following condition is met:(duration_m(i) < 0) & (duration_m(i+1) >= 0)
The numbers of new business policies are read from the
policy_count
column inmodel_point()
.See also