Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
Gaps between Classes
Description
Important: The stats package has been deprecated. Use the superseding package Statistics instead.
The notion of gaps is needed for interpolation because classes are usually assumed to extend so that they touch. For example, when specifying that classes go from 1 to 5 and 6 to 10, one usually means that the two classes meet at 5.5. Therefore, the classes 0..4, 5..9, 10..14
really mean
To specify that the boundaries of classes are not to be changed, specify the gap to be 0.
If the argument gap is not specified, or if it is equal to the keyword false, then the gap is computed from data. The gaps around the lowest class are assumed to be of the same size, as are the gaps around the highest class. If there is only one class, then the gap is assumed to be zero.
See Also
describe(deprecated)[decile], describe(deprecated)[median], describe(deprecated)[percentile], describe(deprecated)[quantile], describe(deprecated)[quartile], describe(deprecated)[range], Statistics, stats(deprecated)[data]
Download Help Document