Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

A Pascal program for weighted least squares regression on a microcomputer.

H Tyson, H Henderson, M McKenna

    Computer Programs in Biomedicine
    |October 1, 1982
    PubMed
    Summary
    This summary is machine-generated.

    Related Concept Videos

    You might also read

    Related Articles

    Articles linked to this work by shared authors, journal, and citation graph.

    Sort by
    Same author

    "I know this is on my chest, let's act": a qualitative study exploring self-management of acute COPD exacerbations with a sputum colour chart to reduce unnecessary antibiotic use.

    NPJ primary care respiratory medicine·2024
    Same author

    Group B Streptococcal Management in Penicillin-allergic Pregnant Women.

    Irish medical journal·2024
    Same author

    Association between maternal blood lipids during pregnancy and offspring growth trajectories in a predominantly macrosomic cohort: findings from the ROLO longitudinal birth cohort study.

    European journal of pediatrics·2023
    Same author

    Exploring the perceptions and acceptability of an integrated lifestyle database for public health research and service commissioning: a qualitative study.

    Perspectives in public health·2022
    Same author

    Where next for the design, delivery, and evaluation of community-based physical activity prescription? Emerging lessons from the United Kingdom.

    Applied physiology, nutrition, and metabolism = Physiologie appliquee, nutrition et metabolisme·2021
    Same author

    Group & save sampling in lumbar decompression: A review into current practice.

    Journal of perioperative practice·2020
    Same journal

    Microprocessor-based system for on-line analysis of respiratory responses to exercise.

    Computer programs in biomedicine·1985
    Same journal

    A calculator program for clinical application of the Bayesian method of predicting plasma drug levels.

    Computer programs in biomedicine·1985
    Same journal

    Testing marginal homogeneity in square tables; with emphasis on matched data.

    Computer programs in biomedicine·1985
    Same journal

    Computerized analysis of enzyme cascade reactions using continuous rate data obtained with an ELISA reader.

    Computer programs in biomedicine·1985
    Same journal

    Mathematical modelling of stimulus-secretion coupling in the pancreatic B-cell. II. Calcium-stimulated calcium release.

    Computer programs in biomedicine·1985
    Same journal

    A program for logistic prediction modelling.

    Computer programs in biomedicine·1985
    See all related articles

    This study presents a fast, memory-efficient weighted least-squares regression program for microcomputers. The software efficiently handles large datasets and offers orthogonalization for robust parameter estimation.

    Area of Science:

    • Computational statistics
    • Microcomputer programming

    Background:

    • Weighted least-squares regression is a common statistical method.
    • Efficient implementation on microcomputers is crucial for accessibility.

    Purpose of the Study:

    • To develop a fast and memory-efficient weighted least-squares regression program for microcomputers.
    • To enable analysis of large datasets and provide orthogonalization capabilities.

    Main Methods:

    • Implementation in Pascal with Motorola 6809 assembler for machine-code generation.
    • Utilizes double precision for accuracy.
    • Program size is 22,000 bytes, allowing ample memory for large datasets.

    Main Results:

    • A regression with 72 observations and 24 parameters executes in 7 minutes.

    Related Experiment Videos

  • The program efficiently handles large data sets within microcomputer memory constraints.
  • Optional orthogonalization of the design matrix (X) is supported for improved parameter estimation and detection of linear dependencies.
  • Conclusions:

    • The developed program offers a practical and efficient solution for weighted least-squares regression on microcomputers.
    • Its features, including speed, memory efficiency, and orthogonalization, make it suitable for various statistical analyses.
    • The program's design allows for easy modification and compatibility with different Pascal compilers.