~ubuntu-branches/ubuntu/trusty/lifelines/trusty

« back to all changes in this revision

Viewing changes to reports/bias.ll

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Augusto van de Wiel (faw)
  • Date: 2007-05-23 23:49:53 UTC
  • mfrom: (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20070523234953-ogno9rnbmth61i7p
Tags: 3.0.50-2etch1
* Changing docs/ll-reportmanual.xml and docs/ll-userguide.xml to fix
  documentation build problems (Closes: #418347).

* lifelines-reports
  - Adding a dependency to lifelines >= 3.0.50 to prevent file conflict.
    (Closes: #405500).

* Updating French translation. Thanks to Bernard Adrian. (Closes: #356671).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * @progname       bias
 
2
 * @progname       bias.ll
3
3
 * @version        1.4
4
4
 * @author         Chandler
5
5
 * @category       
203
203
d(nrecs) " birth combinations found\n"
204
204
d(tot) " 'next' individuals (excluding firstborns)\n\n"
205
205
 
206
 
/* Make approsimate corrections for roundoff errors */
 
206
/* Make approximate corrections for roundoff errors */
207
207
set(sqcorr,mul(50,sub(totmales,totfems)))
208
208
set(sumnfract,mul(100,sub(totmales,totfems)))
209
209
set(sumsqnfract,add(sumsqnfract,sqcorr))