Home > Mathematics and Science Textbooks > Mathematics > Probability and statistics > Robust Nonlinear Regression: with Applications using R
38%
Robust Nonlinear Regression: with Applications using R

Robust Nonlinear Regression: with Applications using R

          
5
4
3
2
1

Available


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Quantity:
Add to Wishlist

About the Book

The first book to discuss robust aspects of nonlinear regression—with applications using R software Robust Nonlinear Regression: with Applications using R covers a variety of theories and applications of nonlinear robust regression. It discusses both parts of the classic and robust aspects of nonlinear regression and focuses on outlier effects. It develops new methods in robust nonlinear regression and implements a set of objects and functions in S-language under SPLUS and R software. The software covers a wide range of robust nonlinear fitting and inferences, and is designed to provide facilities for computer users to define their own nonlinear models as an object, and fit models using classic and robust methods as well as detect outliers. The implemented objects and functions can be applied by practitioners as well as researchers.  The book offers comprehensive coverage of the subject in 9 chapters: Theories of Nonlinear Regression and Inference; Introduction to R; Optimization; Theories of Robust Nonlinear Methods; Robust and Classical Nonlinear Regression with Autocorrelated and Heteroscedastic errors; Outlier Detection; R Packages in Nonlinear Regression; A New R Package in Robust Nonlinear Regression; and Object Sets. The first comprehensive coverage of this field covers a variety of both theoretical and applied topics surrounding robust nonlinear regression Addresses some commonly mishandled aspects of modeling R packages for both classical and robust nonlinear regression are presented in detail in the book and on an accompanying website Robust Nonlinear Regression: with Applications using R is an ideal text for statisticians, biostatisticians, and statistical consultants, as well as advanced level students of statistics. 

Table of Contents:
Preface xi Acknowledgements xiii About the Companion Website xv Part One Theories 1 1 Robust Statistics and its Application in Linear Regression 3 1.1 Robust Aspects of Data 3 1.2 Robust Statistics and the Mechanism for Producing Outliers 4 1.3 Location and Scale Parameters 5 1.3.1 Location Parameter 5 1.3.2 Scale Parameters 9 1.3.3 Location and Dispersion Models 10 1.3.4 Numerical Computation of M-estimates 11 1.4 Redescending M-estimates 13 1.5 Breakdown Point 13 1.6 Linear Regression 16 1.7 The Robust Approach in Linear Regression 19 1.8 S-estimator 23 1.9 Least Absolute and Quantile Esimates 25 1.10 Outlier Detection in Linear Regression 27 1.10.1 Studentized and Deletion Studentized Residuals 27 1.10.2 Hadi Potential 28 1.10.3 Elliptic Norm (Cook Distance) 28 1.10.4 Difference in Fits 29 1.10.5 Atkinson’s Distance 29 1.10.6 DFBETAS 29 2 NonlinearModels: Concepts and Parameter Estimation 31 2.1 Introduction 31 2.2 Basic Concepts 32 2.3 Parameter Estimations 34 2.3.1 Maximum Likelihood Estimators 34 2.3.2 The Ordinary Least Squares Method 36 2.3.3 Generalized Least Squares Estimate 38 2.4 A NonlinearModel Example 39 3 Robust Estimators in Nonlinear Regression 41 3.1 Outliers in Nonlinear Regression 41 3.2 Breakdown Point in Nonlinear Regression 43 3.3 Parameter Estimation 44 3.4 Least Absolute and Quantile Estimates 44 3.5 Quantile Regression 45 3.6 Least Median of Squares 45 3.7 Least Trimmed Squares 47 3.8 Least Trimmed Differences 48 3.9 S-estimator 49 3.10 ��-estimator 50 3.11 MM-estimate 50 3.12 Environmental Data Examples 53 3.13 NonlinearModels 55 3.14 Carbon Dioxide Data 61 3.15 Conclusion 64 4 Heteroscedastic Variance 67 4.1 Definitions and Notations 69 4.2 Weighted Regression for the Nonparametric Variance Model 69 4.3 Maximum Likelihood Estimates 71 4.4 VarianceModeling and Estimation 72 4.5 Robust Multistage Estimate 74 4.6 Least Squares Estimate of Variance Parameters 75 4.7 Robust Least Squares Estimate of the Structural Variance Parameter 78 4.8 Weighted M-estimate 79 4.9 Chicken-growth Data Example 80 4.10 Toxicology Data Example 85 4.11 Evaluation and Comparison of Methods 87 5 Autocorrelated Errors 89 5.1 Introduction 89 5.2 Nonlinear Autocorrelated Model 90 5.3 The Classic Two-stage Estimator 91 5.4 Robust Two-stage Estimator 92 5.5 Economic Data 93 5.6 ARIMA(1,0,1)(0,0,1)7 Autocorrelation Function 103 6 Outlier Detection in Nonlinear Regression 107 6.1 Introduction 107 6.2 Estimation Methods 108 6.3 Point Influences 109 6.3.1 Tangential Plan Leverage 110 6.3.2 Jacobian Leverage 111 6.3.3 Generalized and Jacobian Leverages for M-estimator 112 6.4 Outlier DetectionMeasures 115 6.4.1 Studentized and Deletion Studentized Residuals 116 6.4.2 Hadi’s Potential 117 6.4.3 Elliptic Norm (Cook Distance) 117 6.4.4 Difference in Fits 118 6.4.5 Atkinson’s Distance 118 6.4.6 DFBETAS 118 6.4.7 Measures Based on Jacobian and MM-estimators 119 6.4.8 Robust Jacobian Leverage and Local Influences 119 6.4.9 Overview 121 6.5 Simulation Study 122 6.6 Numerical Example 128 6.7 Variance Heteroscedasticity 134 6.7.1 Heteroscedastic Variance Studentized Residual 136 6.7.2 Simulation Study, Heteroscedastic Variance 140 6.8 Conclusion 141 Part Two Computations 143 7 Optimization 145 7.1 Optimization Overview 145 7.2 Iterative Methods 146 7.3 Wolfe Condition 148 7.4 Convergence Criteria 149 7.5 Mixed Algorithm 150 7.6 Robust M-estimator 150 7.7 The Generalized M-estimator 151 7.8 Some Mathematical Notation 151 7.9 Genetic Algorithm 152 8 nlr Package 153 8.1 Overview 153 8.2 nl.form Object 154 8.2.1 selfStart Initial Values 159 8.3 Model Fit by nlr 161 8.3.1 Output Objects, nl.fitt 164 8.3.2 Output Objects, nl.fitt.gn 167 8.3.3 Output Objects, nl.fitt.rob 169 8.3.4 Output Objects, nl.fitt.rgn 169 8.4 nlr.control 170 8.5 Fault Object 172 8.6 Ordinary Least Squares 172 8.7 Robust Estimators 175 8.8 Heteroscedastic Variance Case 179 8.8.1 Chicken-growth Data Example 179 8.8.2 National Toxicology Study Program Data 183 8.9 Autocorrelated Errors 184 8.10 Outlier Detection 193 8.11 Initial Values and Self-start 201 9 Robust Nonlinear Regression in R 207 9.1 Lakes Data Examples 207 9.2 Simulated Data Examples 211 A nlr Database 215 A.1 Data Set used in the Book 215 A.1.1 Chicken-growth Data 216 A.1.2 Environmental Data 216 A.1.3 Lakes Data 218 A.1.4 Economic Data 221 A.1.5 National Texicology Program(NTP) Data 223 A.1.6 CowMilk Data 223 A.1.7 Simulated Outliers 225 A.1.8 Artificially Contaminated Data 227 A.2 Nonlinear Regression Models 227 A.3 Robust Loss FunctionsData Bases 229 A.4 Heterogeneous Variance Models 229 References 233 Index 239


Best Sellers


Product Details
  • ISBN-13: 9781118738061
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Height: 229 mm
  • No of Pages: 264
  • Spine Width: 18 mm
  • Weight: 454 gr
  • ISBN-10: 1118738063
  • Publisher Date: 10 Aug 2018
  • Binding: Hardback
  • Language: English
  • Returnable: N
  • Sub Title: with Applications using R
  • Width: 150 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Robust Nonlinear Regression: with Applications using R
John Wiley & Sons Inc -
Robust Nonlinear Regression: with Applications using R
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Robust Nonlinear Regression: with Applications using R

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA