![]() |
From | Kit Baum <baum@bc.edu> |
To | statalist@hsphsun2.harvard.edu |
Subject | st: Re: generating a sequence of numbers in Mata |
Date | Tue, 2 Oct 2007 06:36:07 -0400 |
Le Wang wonders why his Mata routine comes up one short some of the time. Just the usual finite-precision-arithmetic problem: remember that 0.1 is an irrational number in binary, so that adding it up 19 times does not necessarily give you exactly 1.90. Replace the line computing the number of points with n=ceil((to-from)/increment) +1 /* Number of points*/ and it should work.
* * For searches and help try: * http://www.stata.com/support/faqs/res/findit.html * http://www.stata.com/support/statalist/faq * http://www.ats.ucla.edu/stat/stata/
© Copyright 1996–2025 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |