How to be a Quantitative Ecologist – The 'A to R' of Green Mathematics and Statistics
Home > Mathematics and Science Textbooks > Biology, life sciences > Life sciences: general issues > Ecological science, the Biosphere > How to be a Quantitative Ecologist – The ′A to R′ of Green Mathematics and Statistics
1%
How to be a Quantitative Ecologist – The ′A to R′ of Green Mathematics and Statistics

How to be a Quantitative Ecologist – The ′A to R′ of Green Mathematics and Statistics

|
     0     
5
4
3
2
1




Out of Stock


Notify me when this book is in stock
About the Book

Ecological research is becoming increasingly quantitative, yet students often opt out of courses in mathematics and statistics, unwittingly limiting their ability to carry out research in the future. This textbook provides a practical introduction to quantitative ecology for students and practitioners who have realised that they need this opportunity. The text is addressed to readers who haven't used mathematics since school, who were perhaps more confused than enlightened by their undergraduate lectures in statistics and who have never used a computer for much more than word processing and data entry. From this starting point, it slowly but surely instils an understanding of mathematics, statistics and programming, sufficient for initiating research in ecology. The book s practical value is enhanced by extensive use of biological examples and the computer language R for graphics, programming and data analysis. Key Features: Provides a complete introduction to mathematics statistics and computing for ecologists. Presents a wealth of ecological examples demonstrating the applied relevance of abstract mathematical concepts, showing how a little technique can go a long way in answering interesting ecological questions. Covers elementary topics, including the rules of algebra, logarithms, geometry, calculus, descriptive statistics, probability, hypothesis testing and linear regression. Explores more advanced topics including fractals, non-linear dynamical systems, likelihood and Bayesian estimation, generalised linear, mixed and additive models, and multivariate statistics. R boxes provide step-by-step recipes for implementing the graphical and numerical techniques outlined in each section. How to be a Quantitative Ecologist provides a comprehensive introduction to mathematics, statistics and computing and is the ideal textbook for late undergraduate and postgraduate courses in environmental biology. "With a book like this, there is no excuse for people to be afraid of maths, and to be ignorant of what it can do." Professor Tim Benton , Faculty of Biological Sciences, University of Leeds, UK

Table of Contents:
How I chose to write this book, and why you might choose to read it. Preface. 0. How to start a meaningful relationship with your computer. Introduction to R. 0.1 What is R? 0.2 Why use R for this book? 0.3 Computing with a scientific package like R. 0.4 Installing and interacting with R. 0.5 Style conventions. 0.6 Valuable R accessories. 0.7 Getting help. 0.8 Basic R usage. 0.9 Importing data from a spreadsheet. 0.10 Storing data in data frames. 0.11 Exporting data from R. 0.12 Quitting R. 1. How to make mathematical statements. Numbers, equations and functions. 1.1 Qualitative and quantitative scales. 1.2 Numbers. 1.3 Symbols. 1.4 Logical operations. 1.5 Algebraic operations. 1.6 Manipulating numbers. 1.7 Manipulating units. 1.8 Manipulating expressions. 1.9 Polynomials. 1.10 Equations. 1.11 First order polynomial equations. 1.12 Proportionality and scaling: a special kind of first order polynomial equation. 1.13 Second and higher order polynomial equations. 1.14 Systems of polynomial equations. 1.15 Inequalities. 1.16 Coordinate systems. 1.17 Complex numbers. 1.18 Relations and functions. 1.19 The graph of a function. 1.20 First order polynomial functions. 1.21 Higher order polynomial functions. 1.22 The relationship between equations and functions. 1.23 Other useful functions. 1.24 Inverse functions. 1.25 Functions of more than one variable. 2. How to describe regular shapes and patterns. Geometry and trigonometry. 2.1 Primitive elements. 2.2 Axioms of Euclidean geometry. 2.3 Propositions. 2.4 Distance between two points. 2.5 Areas and volumes. 2.6 Measuring angles. 2.7 The trigonometric circle. 2.8 Trigonometric functions. 2.9 Polar coordinates. 2.10 Graphs of trigonometric functions. 2.11 Trigonometric identities. 2.12 Inverses of trigonometric functions. 2.13 Trigonometric equations. 2.14 Modifying the basic trigonometric graphs. 2.15 Superimposing trigonometric functions. 2.16 Spectral analysis. 2.17 Fractal geometry. 3. How to change things, one step at a time. Sequences, difference equations and logarithms. 3.1 Sequences. 3.2 Difference equations. 3.3 Higher order difference equations. 3.4 Initial conditions and parameters. 3.5 Solutions of a difference equation. 3.6 Equilibrium solutions. 3.7 Stable and unstable equilibria. 3.8 Investigating stability. 3.9 Chaos. 3.10 Exponential function. 3.11 Logarithmic function. 3.12 Logarithmic equations. 4. How to change things, continuously. Derivatives and their applications. 4.1 Average rate of change. 4.2 Instantaneous rate of change. 4.3 Limits. 4.4 The derivative of a function. 4.5 Differentiating polynomials. 4.6 Differentiating other functions. 4.7 The chain rule. 4.8 Higher order derivatives. 4.9 Derivatives of functions of many variables. 4.10 Optimisation. 4.11 Local stability for difference equations. 4.12 Series expansions. 5. How to work with accumulated change. Integrals and their applications. 5.1 Antiderivatives. 5.2 Indefinite integrals. 5.3 Three analytical methods of integration. 5.4 Summation. 5.5 Area under a curve. 5.6 Definite integrals. 5.7 Some properties of definite integrals. 5.8 Improper integrals. 5.9 Differential equations. 5.10 Solving differential equations. 5.11 Stability analysis for differential equations. 6. How to keep stuff organised in tables. Matrices and their applications. 6.1 Matrices. 6.2 Matrix operations. 6.3 Geometric interpretation of vectors and square matrices. 6.4 Solving systems of equations with matrices. 6.5 Markov chains. 6.6 Eigenvalues and eigenvectors. 6.7 Leslie matrix models. 6.8 Analysis of linear dynamical systems. 6.9 Analysis of nonlinear dynamical systems. 7. How to visualise and summarise data. Descriptive statistics. 7.1 Overview of statistics. 7.2 Statistical variables. 7.3 Populations and samples. 7.4 Single-variable samples. 7.5 Frequency distributions. 7.6 Measures of centrality. 7.7 Measures of spread. 7.8 Skewness and kurtosis. 7.9 Graphical summaries. 7.10 Data sets with more than one variable. 7.11 Association between qualitative variables. 7.12 Association between quantitative variables. 7.13 Joint frequency distributions. 8. How to put a value on uncertainty. Probability. 8.1 Random experiments and event spaces. 8.2 Events. 8.3 Frequentist probability. 8.4 Equally likely events. 8.5 The union of events. 8.6 Conditional probability. 8.7 Independent events. 8.8 Total probability. 8.9 Bayesian probability. 9. How to identify different kinds of randomness. Probability distributions. 9.1 Probability distributions. 9.2 Discrete probability distributions. 9.3 Continuous probability distributions. 9.4 Expectation. 9.5 Named distributions. 9.6 Equally likely events: the uniform distribution. 9.7 Hit or miss: the Bernoulli distribution. 9.8 Count of occurrences in a given number of trials: the binomial distribution. 9.9 Counting different types of occurrences: the multinomial distribution. 9.10 Number of occurrences in a unit of time or space: the Poisson distribution. 9.11 The gentle art of waiting: geometric, negative binomial, exponential and gamma distributions. 9.12 Assigning probabilities to probabilities: the beta and Dirichlet distributions. 9.13 Perfect symmetry: the normal distribution. 9.14 Because it looks right: using probability distributions empirically. 9.15 Mixtures, outliers and the t-distribution. 9.16 Joint, conditional and marginal probability distributions. 9.17 The bivariate normal distribution. 9.18 Sums of random variables: the central limit theorem. 9.19 Products of random variables: the log-normal distribution. 9.20 Modelling residuals: the chi-square distribution. 9.21 Stochastic simulation. 10. How to see the forest from the trees. Estimation and testing. 10.1 Estimators and their properties. 10.2 Normal theory. 10.3 Estimating the population mean. 10.4 Estimating the variance of a normal population. 10.5 Confidence intervals. 10.6 Inference by bootstrapping. 10.7 More general estimation methods. 10.8 Estimation by least squares. 10.9 Estimation by maximum likelihood. 10.10 Bayesian estimation. 10.11 Link between maximum likelihood and Bayesian estimation. 10.12 Hypothesis testing: rationale. 10.13 Tests for the population mean. 10.14 Tests comparing two different means. 10.15 Hypotheses about qualitative data. 10.16 Hypothesis testing debunked. 11. How to separate the signal from the noise. Statistical modelling. 11.1 Comparing the means of several populations. 11.2 Simple linear regression. 11.3 Prediction. 11.4 How good is the best-fit line? 11.5 Multiple linear regression. 11.6 Model selection. 11.7 Generalised linear models. 11.8 Evaluation, diagnostics and model selection for GLMs. 11.9 Modelling dispersion. 11.10 Fitting more complicated models to data: polynomials, interactions, nonlinear regression. 11.11 Letting the data suggest more complicated models: smoothing. 11.12 Partitioning variation: mixed effects models. 12. How to measure similarity. Multivariate methods 12.1 The problem with multivariate data. 12.2 Ordination in general. 12.3 Principal components analysis. 12.4 Clustering in general. 12.5 Agglomerative hierarchical clustering. 12.6 Nonhierarchical clustering: k means analysis. 12.7 Classification in general. 12.8 Logistic regression: two classes. 12.9 Logistic regression: many classes. Further reading. References. Appendix: Formulae. R Index. Index.


Best Sellers


Product Details
  • ISBN-13: 9781119991595
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Height: 244 mm
  • No of Pages: 496
  • Weight: 666 gr
  • ISBN-10: 1119991595
  • Publisher Date: 23 Mar 2011
  • Binding: Other digital
  • Language: English
  • Spine Width: 15 mm
  • Width: 168 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
How to be a Quantitative Ecologist – The ′A to R′ of Green Mathematics and Statistics
John Wiley & Sons Inc -
How to be a Quantitative Ecologist – The ′A to R′ of Green Mathematics and Statistics
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.

How to be a Quantitative Ecologist – The ′A to R′ of Green Mathematics and Statistics

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!