Package BioFTF. February 18, 2016

Size: px
Start display at page:

Download "Package BioFTF. February 18, 2016"

Transcription

1 Version Date Package BioFTF February 18, 2016 Title Biodiversity Assessment Using Functional Tools Author Fabrizio Maturo [aut, cre], Francesca Fortuna [aut], Tonio Di Battista [aut] Maintainer Fabrizio Maturo Depends R (>= 3.1.0) Suggests MASS The main drawback of the most common biodiversity indices is that different measures may lead to different rankings among communities. This instrument overcomes this limit using some functional tools with the diversity profiles. In particular, the derivatives, the curvature, the radius of curvature, the arc length, and the surface area are proposed. The goal of this method is to interpret in detail the diversity profiles and obtain an ordering between different ecological communities on the basis of diversity. In contrast to the typical indices of diversity, the proposed method is able to capture the multidimensional aspect of biodiversity, because it takes into account both the evenness and the richness of the species present in an ecological community. License GPL (>= 2) URL BugReports f.maturo@unich.it NeedsCompilation no Repository CRAN Date/Publication :51:26 R topics documented: alltools arc area beta

2 2 alltools betaprime betaprime_plot betasecond betasecond_plot beta_plot curvature curvature_plot datirel radius radius_plot ranking summary_species summary_species_relative Inde 17 alltools Apply the whole analysis to the dataset. This function provides the derivatives, the curvature, the radius of curvature and the arc length of diversity profiles. Morever, it computes the surface area under the beta profile and ranks the communities. alltools() A data matri with the abundance of the species (the rows are the communities

3 arc 3 Eamples #eample 1 =matri(c(3,5,5,2,1,2,6,8,5,1),2,5) alltools() #Some eamples espressed by relative abundance: #eample 2 =matri(c(0.3,0.5,0.1,0.05,0.05,0.25,0.25,0.25,0.25,0,0.35,0.3,0.35,0,0),3,5) alltools() #eample 3 =matri(runif(1000),10,100) #let s consider some missing species [1,1:20]=0 [2,1:40]=0 [3,1:60]=0 [4,1:19]=0 alltools() #eample 4 =matri(runif(100),20,5) [1,1:2]=0 [2,1:3]=0 alltools() #eample 5 a=c(0.35,0.35,0.27,0.01,0.02) b=c(0.54,0.20,0.17,0.06,0.03) c=c(0.35,0.35,0.30,0,0) d=c(0.51,0.31,0.07,0.10,0.01) e=c(0.40,0.20,0.10,0.30,0) =matri(rbind(a,b,c,d,e),5,5) alltools() arc Compute the arc length of beta profile for each community. This function provides the arc length of beta profile for each community. In an ecological framework, the arc length can be used to assess biodiversity because it can rank communities, given the number of species. Indeed, in a case of maimum dominance, the profile length is etremely high; while in a case of evenness, it decreases. The main advantage of using profile length is that the ordering among communities can be investigated without the analysis of a graph. It provides a scalar

4 4 area measure of diversity preserving its multidimensional aspect. This is not possible with the classical indices. arc() A data matri with the abundance of the species (the rows are the communities Eamples =matri(c(0.3,0.5,0.1,0.05,0.05,0.25,0.25,0.25,0.25,0,0.35,0.3,0.35,0,0),3,5) arc() area Compute the area under the beta profile for each community. This function provides the area under the beta profile for each community. In an ecological framework, the area under the profiles can be used to assess biodiversity because it can rank communities, even if they have different number of species. Indeed, in a case of maimum dominance, the area is etremely low; while in a case of evenness, it increase. The main advantage of using area is that the ordering among communities can be investigated without the analysis of a graph. It provides a scalar measure of biodiversity preserving its multidimensional aspect. This is not possible with the classical indices. area()

5 beta 5 A data matri with the abundance of the species (the rows are the communities Eamples =matri(c(0.3,0.5,0.1,0.05,0.05,0.25,0.25,0.25,0.25,0,0.35,0.3,0.35,0,0),3,5) area() beta Compute the values of beta profile for each community in every part of the beta domain. The matri obtained with "beta" contains the values of diversity computed for each community for each point of the domain. This matri provides the values of diversity profile; it displays a complete picture of diversity. Indeed, the most frequently used indices of biodiversity are special cases of this function. beta() A data matri with the abundance of the species (the rows are the communities Eamples =matri(c(0.3,0.5,0.1,0.05,0.05,0.25,0.25,0.25,0.25,0,0.35,0.3,0.35,0,0),3,5) beta()

6 6 betaprime betaprime Compute the values of the first derivative of beta profile for each community in every part of the beta domain. This function provides the values of the first derivative of beta profile. This is an essential component of functional data analysis (Ramsay and Silverman, 2005), and in an ecological framework, is useful for highlighting the characteristics of the profiles and eplaining some of the variation from curve to curve. For "beta" close to???1, high absolute values for the first derivative correspond to a strong decrease of the profile; thus, a sudden decrease suggests the presence of few prevalent species in a community (dominance). On the contrary, low absolute values indicate that living organisms tend to be equally distributed among the species (evenness). betaprime() A data matri with the abundance of the species (the rows are the communities Eamples a=c(0.35,0.35,0.27,0.01,0.02) b=c(0.54,0.20,0.17,0.06,0.03) c=c(0.35,0.35,0.30,0,0) d=c(0.51,0.31,0.07,0.10,0.01) e=c(0.40,0.20,0.10,0.30,0) =matri(rbind(a,b,c,d,e),5,5) betaprime()

7 betaprime_plot 7 betaprime_plot Plot the first derivative of the beta profile for each community. This function provides the plot of the first derivative of the beta profile. The domain "beta" represents the sensibility to changes in the presence of rare species. This is an essential component of functional data analysis (Ramsay and Silverman, 2005), and in an ecological framework, is useful for highlighting the characteristics of the profiles and eplaining some of the variation from curve to curve. For "beta" close to???1, high absolute values for the first derivative correspond to a strong decrease of the profile; thus, a sudden decrease suggests the presence of few prevalent species in a community (dominance). On the contrary, low absolute values indicate that living organisms tend to be equally distributed among the species (evenness). betaprime_plot() A data matri with the abundance of the species (the rows are the communities Eamples a=c(0.35,0.35,0.27,0.01,0.02) b=c(0.54,0.20,0.17,0.06,0.03) c=c(0.35,0.35,0.30,0,0) d=c(0.51,0.31,0.07,0.10,0.01) e=c(0.40,0.20,0.10,0.30,0) =matri(rbind(a,b,c,d,e),5,5) betaprime_plot()

8 8 betasecond betasecond Compute the values of the second derivative of beta profile for each community in every part of the beta domain. This function provides the values of the second derivative of the beta profile. The second derivative represents the deceleration of the profile for any given value of "beta". The second derivative represents the deceleration of the profile for any given value of "beta". For "beta" close to???1, high values of the second derivative denote high dominance because the profile tends to be etremely curved when some prevalent species are present in a community. For the interval [0,1] the second derivative tends always towards zero. betasecond() A data matri with the abundance of the species (the rows are the communities Eamples a=c(0.35,0.35,0.27,0.01,0.02) b=c(0.54,0.20,0.17,0.06,0.03) c=c(0.35,0.35,0.30,0,0) d=c(0.51,0.31,0.07,0.10,0.01) e=c(0.40,0.20,0.10,0.30,0) =matri(rbind(a,b,c,d,e),5,5) betasecond()

9 betasecond_plot 9 betasecond_plot Plot the second derivative of the beta profile for each community. This function provides the plot of the second derivative of the beta profile. The domain "beta" represents the sensibility to changes in the presence of rare species. The second derivative represents the deceleration of the profile for any given value of "beta". For "beta" close to???1, high values of the second derivative denote high dominance because the profile tends to be etremely curved when some prevalent species are present in a community. For the interval [0,1] the second derivative tends always towards zero. betasecond_plot() A data matri with the abundance of the species (the rows are the communities Eamples a=c(0.35,0.35,0.27,0.01,0.02) b=c(0.54,0.20,0.17,0.06,0.03) c=c(0.35,0.35,0.30,0,0) d=c(0.51,0.31,0.07,0.10,0.01) e=c(0.40,0.20,0.10,0.30,0) =matri(rbind(a,b,c,d,e),5,5) betasecond_plot()

10 10 beta_plot beta_plot Plot the beta profile for each community. This function provides a plot of the diversity profiles of the considered communities. The domain "beta" represents the sensibility to changes in the presence of rare species. It is a decreasing and concave upward curve showing different values of biodiversity for each value of beta. The most frequently used indices of biodiversity are special cases of this function. The diversity profile displays a complete picture of diversity. Its plot allows the analyst to rank different communities. Indeed, the higher curve highlights biological populations with higher diversity and vice versa. The plot tends towards a straight line, decreasing from???1 to 1, in the case of maimum equitability with few species, and it becomes more curved with the prevalence of a few species over the others. Difficulties arise if we compare communities with intersecting profiles. In this case, it is impossible to determine which curve is the highest only using the diversity profile. beta_plot() A data matri with the abundance of the species (the rows are the communities Eamples a=c(0.35,0.35,0.27,0.01,0.02) b=c(0.54,0.20,0.17,0.06,0.03) c=c(0.35,0.35,0.30,0,0) d=c(0.51,0.31,0.07,0.10,0.01) e=c(0.40,0.20,0.10,0.30,0) =matri(rbind(a,b,c,d,e),5,5) beta_plot()

11 curvature 11 curvature Compute the values of the curvature of the beta profile function for each community in every part of the beta domain. This function provides the values of the curvature of the beta profile for each part of the domain. The curvature reflects the community composition; in particular, if we consider communities with different numbers of species, the curvature is a good indicator of the lack of balance among species. Great levels of curvature highlights high imbalance among different species and vice-versa. curvature() A data matri with the abundance of the species (the rows are the communities Eamples =matri(c(0.3,0.5,0.1,0.05,0.05,0.25,0.25,0.25,0.25,0,0.35,0.3,0.35,0,0),3,5) curvature()

12 12 curvature_plot curvature_plot Plot the curvature of the beta profiles for each community. This function provides a plot of the curvature functions of the diversity profiles for the considered communities. The domain "beta" represents the sensibility to changes in the presence of rare species. The graph of the curvature reflects the community composition; in particular, if we consider communities with different numbers of species, the curvature is a good indicator of the lack of balance among species. Great levels of curvature highlights high imbalance among different species and vice-versa. curvature_plot() A data matri with the abundance of the species (the rows are the communities Eamples =matri(c(0.3,0.5,0.1,0.05,0.05,0.25,0.25,0.25,0.25,0,0.35,0.3,0.35,0,0),3,5) curvature_plot()

13 datirel 13 datirel Create a matri with the relative frequencies for each community. Create a matri with the relative frequencies for each community. datirel() A data matri with the absolute abundance of the species. Eamples =matri(c(3,5,5,2,1,2,6,8,5,1),2,5) datirel() radius Compute the values for the radius of curvature of the beta profile for each community in every part of the beta domain. This function provides the values of radius of the curvature for each part of the domain. The radius of curvature reflects the community composition; in particular, if we consider communities with different numbers of species, the radius of curvature is a good indicator of the lack of balance among species. This tool is alternative to the curvature because it is its inverse. Low levels of radius of curvature highlights high imbalance among different species and vice-versa. radius() A data matri with the abundance of the species (the rows are the communities

14 14 radius_plot Eamples =matri(c(0.3,0.5,0.1,0.05,0.05,0.25,0.25,0.25,0.25,0,0.35,0.3,0.35,0,0),3,5) radius() radius_plot Plot the radius of curvature of the beta profiles for each community. This function provides a plot of the radius of curvature of the diversity profiles for the considered communities. The domain "beta" represents the sensibility to changes in the presence of rare species. The graph of the radius of curvature reflects the community composition; in particular, if we consider communities with different numbers of species, the radius of curvature is a good indicator of the lack of balance among species. This graph is alternative to the curvature. Low levels of radius of curvature highlights high imbalance among different species and vice-versa. radius_plot() A data matri with the abundance of the species (the rows are the communities

15 ranking 15 Eamples =matri(c(0.3,0.5,0.1,0.05,0.05,0.25,0.25,0.25,0.25,0,0.35,0.3,0.35,0,0),3,5) radius_plot() ranking Compute the communities ranking according to the biodiversity computed using the functional tools. This function provides the communities ranking according to the biodiversity computed using the functional tools. ranking() A data matri with the abundance of the species (the rows are the communities Eamples =matri(c(0.3,0.5,0.1,0.05,0.05,0.25,0.25,0.25,0.25,0,0.35,0.3,0.35,0,0),3,5) ranking()

16 16 summary_species_relative summary_species Create a species summary for each community. Based on the dataset with absolute abundance Create the species summary for each community (absolute abundance). summary_species() A data matri with the absolute abundance of the species. Eamples =matri(c(3,5,5,2,1,2,6,8,5,1),2,5) summary_species() summary_species_relative Create a species summary for each community. Based on the dataset with relative abundance. Create a species summary for each community (relative abundance). summary_species_relative() A data matri with the absolute abundance of the species. Eamples =matri(c(3,5,5,2,1,2,6,8,5,1),2,5) summary_species_relative()

17 Inde alltools, 2 arc, 3 area, 4 beta, 5 beta_plot, 10 betaprime, 6 betaprime_plot, 7 betasecond, 8 betasecond_plot, 9 curvature, 11 curvature_plot, 12 datirel, 13 radius, 13 radius_plot, 14 ranking, 15 summary_species, 16 summary_species_relative, 16 17

Environmental monitoring through biodiversity functional measures

Environmental monitoring through biodiversity functional measures Environmental monitoring through biodiversity functional measures T. Di Battista, F. Fortuna and F. Maturo Department of Philosophical, Pedagogical and Quantitative-Economics Sciences - University G. d

More information

Package sendmailr. February 20, 2015

Package sendmailr. February 20, 2015 Version 1.2-1 Title send email using R Package sendmailr February 20, 2015 Package contains a simple SMTP client which provides a portable solution for sending email, including attachment, from within

More information

Using Microsoft Excel Built-in Functions and Matrix Operations. EGN 1006 Introduction to the Engineering Profession

Using Microsoft Excel Built-in Functions and Matrix Operations. EGN 1006 Introduction to the Engineering Profession Using Microsoft Ecel Built-in Functions and Matri Operations EGN 006 Introduction to the Engineering Profession Ecel Embedded Functions Ecel has a wide variety of Built-in Functions: Mathematical Financial

More information

Package rivr. October 16, 2015

Package rivr. October 16, 2015 Type Package Package rivr October 16, 2015 Title Steady and Unsteady Open-Channel Flow Computation Version 1.1 Date 2015-10-15 Author Michael C Koohafkan [aut, cre] Maintainer Michael C Koohafkan

More information

Package retrosheet. April 13, 2015

Package retrosheet. April 13, 2015 Type Package Package retrosheet April 13, 2015 Title Import Professional Baseball Data from 'Retrosheet' Version 1.0.2 Date 2015-03-17 Maintainer Richard Scriven A collection of tools

More information

Core Maths C2. Revision Notes

Core Maths C2. Revision Notes Core Maths C Revision Notes November 0 Core Maths C Algebra... Polnomials: +,,,.... Factorising... Long division... Remainder theorem... Factor theorem... 4 Choosing a suitable factor... 5 Cubic equations...

More information

Polynomial Degree and Finite Differences

Polynomial Degree and Finite Differences CONDENSED LESSON 7.1 Polynomial Degree and Finite Differences In this lesson you will learn the terminology associated with polynomials use the finite differences method to determine the degree of a polynomial

More information

1 Maximizing pro ts when marginal costs are increasing

1 Maximizing pro ts when marginal costs are increasing BEE12 Basic Mathematical Economics Week 1, Lecture Tuesda 12.1. Pro t maimization 1 Maimizing pro ts when marginal costs are increasing We consider in this section a rm in a perfectl competitive market

More information

Complex Numbers. w = f(z) z. Examples

Complex Numbers. w = f(z) z. Examples omple Numbers Geometrical Transformations in the omple Plane For functions of a real variable such as f( sin, g( 2 +2 etc ou are used to illustrating these geometricall, usuall on a cartesian graph. If

More information

UNIVERSITY OF CALIFORNIA AT BERKELEY College of Engineering Department of Electrical Engineering and Computer Sciences. EE105 Lab Experiments

UNIVERSITY OF CALIFORNIA AT BERKELEY College of Engineering Department of Electrical Engineering and Computer Sciences. EE105 Lab Experiments UNIVERSITY OF CALIFORNIA AT BERKELEY College of Engineering Department of Electrical Engineering and Computer Sciences EE15 Lab Experiments Bode Plot Tutorial Contents 1 Introduction 1 2 Bode Plots Basics

More information

C3: Functions. Learning objectives

C3: Functions. Learning objectives CHAPTER C3: Functions Learning objectives After studing this chapter ou should: be familiar with the terms one-one and man-one mappings understand the terms domain and range for a mapping understand the

More information

5.2 Inverse Functions

5.2 Inverse Functions 78 Further Topics in Functions. Inverse Functions Thinking of a function as a process like we did in Section., in this section we seek another function which might reverse that process. As in real life,

More information

AP CALCULUS AB 2007 SCORING GUIDELINES (Form B)

AP CALCULUS AB 2007 SCORING GUIDELINES (Form B) AP CALCULUS AB 2007 SCORING GUIDELINES (Form B) Question 4 Let f be a function defined on the closed interval 5 x 5 with f ( 1) = 3. The graph of f, the derivative of f, consists of two semicircles and

More information

Exponential Functions. Exponential Functions and Their Graphs. Example 2. Example 1. Example 3. Graphs of Exponential Functions 9/17/2014

Exponential Functions. Exponential Functions and Their Graphs. Example 2. Example 1. Example 3. Graphs of Exponential Functions 9/17/2014 Eponential Functions Eponential Functions and Their Graphs Precalculus.1 Eample 1 Use a calculator to evaluate each function at the indicated value of. a) f ( ) 8 = Eample In the same coordinate place,

More information

Mathematics Online Instructional Materials Correlation to the 2009 Algebra I Standards of Learning and Curriculum Framework

Mathematics Online Instructional Materials Correlation to the 2009 Algebra I Standards of Learning and Curriculum Framework Provider York County School Division Course Syllabus URL http://yorkcountyschools.org/virtuallearning/coursecatalog.aspx Course Title Algebra I AB Last Updated 2010 - A.1 The student will represent verbal

More information

How To Understand And Solve A Linear Programming Problem

How To Understand And Solve A Linear Programming Problem At the end of the lesson, you should be able to: Chapter 2: Systems of Linear Equations and Matrices: 2.1: Solutions of Linear Systems by the Echelon Method Define linear systems, unique solution, inconsistent,

More information

88 CHAPTER 2. VECTOR FUNCTIONS. . First, we need to compute T (s). a By definition, r (s) T (s) = 1 a sin s a. sin s a, cos s a

88 CHAPTER 2. VECTOR FUNCTIONS. . First, we need to compute T (s). a By definition, r (s) T (s) = 1 a sin s a. sin s a, cos s a 88 CHAPTER. VECTOR FUNCTIONS.4 Curvature.4.1 Definitions and Examples The notion of curvature measures how sharply a curve bends. We would expect the curvature to be 0 for a straight line, to be very small

More information

5.3 Graphing Cubic Functions

5.3 Graphing Cubic Functions Name Class Date 5.3 Graphing Cubic Functions Essential Question: How are the graphs of f () = a ( - h) 3 + k and f () = ( 1_ related to the graph of f () = 3? b ( - h) 3 ) + k Resource Locker Eplore 1

More information

Students Currently in Algebra 2 Maine East Math Placement Exam Review Problems

Students Currently in Algebra 2 Maine East Math Placement Exam Review Problems Students Currently in Algebra Maine East Math Placement Eam Review Problems The actual placement eam has 100 questions 3 hours. The placement eam is free response students must solve questions and write

More information

Package MDM. February 19, 2015

Package MDM. February 19, 2015 Type Package Title Multinomial Diversity Model Version 1.3 Date 2013-06-28 Package MDM February 19, 2015 Author Glenn De'ath ; Code for mdm was adapted from multinom in the nnet package

More information

v w is orthogonal to both v and w. the three vectors v, w and v w form a right-handed set of vectors.

v w is orthogonal to both v and w. the three vectors v, w and v w form a right-handed set of vectors. 3. Cross product Definition 3.1. Let v and w be two vectors in R 3. The cross product of v and w, denoted v w, is the vector defined as follows: the length of v w is the area of the parallelogram with

More information

Vector Calculus: a quick review

Vector Calculus: a quick review Appendi A Vector Calculus: a quick review Selected Reading H.M. Sche,. Div, Grad, Curl and all that: An informal Tet on Vector Calculus, W.W. Norton and Co., (1973). (Good phsical introduction to the subject)

More information

THE NT (NEW TECHNOLOGY) HYPOTHESIS ABSTRACT

THE NT (NEW TECHNOLOGY) HYPOTHESIS ABSTRACT THE NT (NEW TECHNOLOGY) HYPOTHESIS Michele Impedovo Università Bocconi di Milano, Italy michele.impedovo@uni-bocconi.it ABSTRACT I teach a first-year undergraduate mathematics course at a business university.

More information

Exploratory data analysis for microarray data

Exploratory data analysis for microarray data Eploratory data analysis for microarray data Anja von Heydebreck Ma Planck Institute for Molecular Genetics, Dept. Computational Molecular Biology, Berlin, Germany heydebre@molgen.mpg.de Visualization

More information

Package empiricalfdr.deseq2

Package empiricalfdr.deseq2 Type Package Package empiricalfdr.deseq2 May 27, 2015 Title Simulation-Based False Discovery Rate in RNA-Seq Version 1.0.3 Date 2015-05-26 Author Mikhail V. Matz Maintainer Mikhail V. Matz

More information

Package uptimerobot. October 22, 2015

Package uptimerobot. October 22, 2015 Type Package Version 1.0.0 Title Access the UptimeRobot Ping API Package uptimerobot October 22, 2015 Provide a set of wrappers to call all the endpoints of UptimeRobot API which includes various kind

More information

Package DCG. R topics documented: June 8, 2016. Type Package

Package DCG. R topics documented: June 8, 2016. Type Package Type Package Package DCG June 8, 2016 Title Data Cloud Geometry (DCG): Using Random Walks to Find Community Structure in Social Network Analysis Version 0.9.2 Date 2016-05-09 Depends R (>= 2.14.0) Data

More information

Power functions: f(x) = x n, n is a natural number The graphs of some power functions are given below. n- even n- odd

Power functions: f(x) = x n, n is a natural number The graphs of some power functions are given below. n- even n- odd 5.1 Polynomial Functions A polynomial unctions is a unction o the orm = a n n + a n-1 n-1 + + a 1 + a 0 Eample: = 3 3 + 5 - The domain o a polynomial unction is the set o all real numbers. The -intercepts

More information

FINAL EXAM SECTIONS AND OBJECTIVES FOR COLLEGE ALGEBRA

FINAL EXAM SECTIONS AND OBJECTIVES FOR COLLEGE ALGEBRA FINAL EXAM SECTIONS AND OBJECTIVES FOR COLLEGE ALGEBRA 1.1 Solve linear equations and equations that lead to linear equations. a) Solve the equation: 1 (x + 5) 4 = 1 (2x 1) 2 3 b) Solve the equation: 3x

More information

Estimated Pre Calculus Pacing Timeline

Estimated Pre Calculus Pacing Timeline Estimated Pre Calculus Pacing Timeline 2010-2011 School Year The timeframes listed on this calendar are estimates based on a fifty-minute class period. You may need to adjust some of them from time to

More information

Why should we learn this? One real-world connection is to find the rate of change in an airplane s altitude. The Slope of a Line VOCABULARY

Why should we learn this? One real-world connection is to find the rate of change in an airplane s altitude. The Slope of a Line VOCABULARY Wh should we learn this? The Slope of a Line Objectives: To find slope of a line given two points, and to graph a line using the slope and the -intercept. One real-world connection is to find the rate

More information

Functions: Piecewise, Even and Odd.

Functions: Piecewise, Even and Odd. Functions: Piecewise, Even and Odd. MA161/MA1161: Semester 1 Calculus. Prof. Götz Pfeiffer School of Mathematics, Statistics and Applied Mathematics NUI Galway September 21-22, 2015 Tutorials, Online Homework.

More information

TOPIC 4: DERIVATIVES

TOPIC 4: DERIVATIVES TOPIC 4: DERIVATIVES 1. The derivative of a function. Differentiation rules 1.1. The slope of a curve. The slope of a curve at a point P is a measure of the steepness of the curve. If Q is a point on the

More information

1.6. Piecewise Functions. LEARN ABOUT the Math. Representing the problem using a graphical model

1.6. Piecewise Functions. LEARN ABOUT the Math. Representing the problem using a graphical model 1.6 Piecewise Functions YOU WILL NEED graph paper graphing calculator GOAL Understand, interpret, and graph situations that are described by piecewise functions. LEARN ABOUT the Math A city parking lot

More information

Chapter 4. Polynomial and Rational Functions. 4.1 Polynomial Functions and Their Graphs

Chapter 4. Polynomial and Rational Functions. 4.1 Polynomial Functions and Their Graphs Chapter 4. Polynomial and Rational Functions 4.1 Polynomial Functions and Their Graphs A polynomial function of degree n is a function of the form P = a n n + a n 1 n 1 + + a 2 2 + a 1 + a 0 Where a s

More information

Package benford.analysis

Package benford.analysis Type Package Package benford.analysis November 17, 2015 Title Benford Analysis for Data Validation and Forensic Analytics Version 0.1.3 Author Carlos Cinelli Maintainer Carlos Cinelli

More information

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has The line L through the points A and B is parallel to the vector AB = 3, 2, and has parametric equations x = 3t + 2, y = 2t +, z = t Therefore, the intersection point of the line with the plane should satisfy:

More information

1. Then f has a relative maximum at x = c if f(c) f(x) for all values of x in some

1. Then f has a relative maximum at x = c if f(c) f(x) for all values of x in some Section 3.1: First Derivative Test Definition. Let f be a function with domain D. 1. Then f has a relative maximum at x = c if f(c) f(x) for all values of x in some open interval containing c. The number

More information

Colegio del mundo IB. Programa Diploma REPASO 2. 1. The mass m kg of a radio-active substance at time t hours is given by. m = 4e 0.2t.

Colegio del mundo IB. Programa Diploma REPASO 2. 1. The mass m kg of a radio-active substance at time t hours is given by. m = 4e 0.2t. REPASO. The mass m kg of a radio-active substance at time t hours is given b m = 4e 0.t. Write down the initial mass. The mass is reduced to.5 kg. How long does this take?. The function f is given b f()

More information

Ground Rules. PC1221 Fundamentals of Physics I. Kinematics. Position. Lectures 3 and 4 Motion in One Dimension. Dr Tay Seng Chuan

Ground Rules. PC1221 Fundamentals of Physics I. Kinematics. Position. Lectures 3 and 4 Motion in One Dimension. Dr Tay Seng Chuan Ground Rules PC11 Fundamentals of Physics I Lectures 3 and 4 Motion in One Dimension Dr Tay Seng Chuan 1 Switch off your handphone and pager Switch off your laptop computer and keep it No talking while

More information

AP Calculus AB 2007 Scoring Guidelines Form B

AP Calculus AB 2007 Scoring Guidelines Form B AP Calculus AB 7 Scoring Guidelines Form B The College Board: Connecting Students to College Success The College Board is a not-for-profit membership association whose mission is to connect students to

More information

2008 AP Calculus AB Multiple Choice Exam

2008 AP Calculus AB Multiple Choice Exam 008 AP Multiple Choice Eam Name 008 AP Calculus AB Multiple Choice Eam Section No Calculator Active AP Calculus 008 Multiple Choice 008 AP Calculus AB Multiple Choice Eam Section Calculator Active AP Calculus

More information

f(x) = g(x), if x A h(x), if x B.

f(x) = g(x), if x A h(x), if x B. 1. Piecewise Functions By Bryan Carrillo, University of California, Riverside We can create more complicated functions by considering Piece-wise functions. Definition: Piecewise-function. A piecewise-function

More information

Package schoolmath. R topics documented: February 20, 2015. Type Package

Package schoolmath. R topics documented: February 20, 2015. Type Package Type Package Package schoolmath February 20, 2015 Title Functions and datasets for math used in school Version 0.4 Date 2009-10-26 Author, Josef Wienand Maintainer Depends R (>=

More information

Solutions to old Exam 1 problems

Solutions to old Exam 1 problems Solutions to old Exam 1 problems Hi students! I am putting this old version of my review for the first midterm review, place and time to be announced. Check for updates on the web site as to which sections

More information

Chapter 2: Linear Equations and Inequalities Lecture notes Math 1010

Chapter 2: Linear Equations and Inequalities Lecture notes Math 1010 Section 2.1: Linear Equations Definition of equation An equation is a statement that equates two algebraic expressions. Solving an equation involving a variable means finding all values of the variable

More information

Lecture 2 Matrix Operations

Lecture 2 Matrix Operations Lecture 2 Matrix Operations transpose, sum & difference, scalar multiplication matrix multiplication, matrix-vector product matrix inverse 2 1 Matrix transpose transpose of m n matrix A, denoted A T or

More information

Package MBA. February 19, 2015. Index 7. Canopy LIDAR data

Package MBA. February 19, 2015. Index 7. Canopy LIDAR data Version 0.0-8 Date 2014-4-28 Title Multilevel B-spline Approximation Package MBA February 19, 2015 Author Andrew O. Finley , Sudipto Banerjee Maintainer Andrew

More information

Multivariate Analysis of Ecological Data

Multivariate Analysis of Ecological Data Multivariate Analysis of Ecological Data MICHAEL GREENACRE Professor of Statistics at the Pompeu Fabra University in Barcelona, Spain RAUL PRIMICERIO Associate Professor of Ecology, Evolutionary Biology

More information

1.6. Piecewise Functions. LEARN ABOUT the Math. Representing the problem using a graphical model

1.6. Piecewise Functions. LEARN ABOUT the Math. Representing the problem using a graphical model 1. Piecewise Functions YOU WILL NEED graph paper graphing calculator GOAL Understand, interpret, and graph situations that are described b piecewise functions. LEARN ABOUT the Math A cit parking lot uses

More information

Nonlinear Systems of Ordinary Differential Equations

Nonlinear Systems of Ordinary Differential Equations Differential Equations Massoud Malek Nonlinear Systems of Ordinary Differential Equations Dynamical System. A dynamical system has a state determined by a collection of real numbers, or more generally

More information

Calculation of Valu-Trac Statuses

Calculation of Valu-Trac Statuses Calculation of Intrinsic Value Yield Latest Cash Earnings (Net Income + Depreciation and Amortization) (put aside) Dividend (subtract) Provision for Depreciation (Net Assets x Inflation Rate) (subtract)

More information

Package OECD. R topics documented: January 17, 2016. Type Package Title Search and Extract Data from the OECD Version 0.2.

Package OECD. R topics documented: January 17, 2016. Type Package Title Search and Extract Data from the OECD Version 0.2. Type Package Title Search and Extract Data from the OECD Version 0.2.2 Date 2016-01-17 Package OECD January 17, 2016 Search and extract data from the OECD. License CC0 URL https://www.github.com/expersso/oecd

More information

Principal Component Analysis

Principal Component Analysis Principal Component Analysis ERS70D George Fernandez INTRODUCTION Analysis of multivariate data plays a key role in data analysis. Multivariate data consists of many different attributes or variables recorded

More information

Roots of Equations (Chapters 5 and 6)

Roots of Equations (Chapters 5 and 6) Roots of Equations (Chapters 5 and 6) Problem: given f() = 0, find. In general, f() can be any function. For some forms of f(), analytical solutions are available. However, for other functions, we have

More information

Package cgdsr. August 27, 2015

Package cgdsr. August 27, 2015 Type Package Package cgdsr August 27, 2015 Title R-Based API for Accessing the MSKCC Cancer Genomics Data Server (CGDS) Version 1.2.5 Date 2015-08-25 Author Anders Jacobsen Maintainer Augustin Luna

More information

Solving Quadratic Equations by Graphing. Consider an equation of the form. y ax 2 bx c a 0. In an equation of the form

Solving Quadratic Equations by Graphing. Consider an equation of the form. y ax 2 bx c a 0. In an equation of the form SECTION 11.3 Solving Quadratic Equations b Graphing 11.3 OBJECTIVES 1. Find an ais of smmetr 2. Find a verte 3. Graph a parabola 4. Solve quadratic equations b graphing 5. Solve an application involving

More information

Package TRADER. February 10, 2016

Package TRADER. February 10, 2016 Type Package Package TRADER February 10, 2016 Title Tree Ring Analysis of Disturbance Events in R Version 1.2-1 Date 2016-02-10 Author Pavel Fibich , Jan Altman ,

More information

Functions and their Graphs

Functions and their Graphs Functions and their Graphs Functions All of the functions you will see in this course will be real-valued functions in a single variable. A function is real-valued if the input and output are real numbers

More information

MBA 611 STATISTICS AND QUANTITATIVE METHODS

MBA 611 STATISTICS AND QUANTITATIVE METHODS MBA 611 STATISTICS AND QUANTITATIVE METHODS Part I. Review of Basic Statistics (Chapters 1-11) A. Introduction (Chapter 1) Uncertainty: Decisions are often based on incomplete information from uncertain

More information

Package jrvfinance. R topics documented: October 6, 2015

Package jrvfinance. R topics documented: October 6, 2015 Package jrvfinance October 6, 2015 Title Basic Finance; NPV/IRR/Annuities/Bond-Pricing; Black Scholes Version 1.03 Implements the basic financial analysis functions similar to (but not identical to) what

More information

AP Calculus BC 2008 Scoring Guidelines

AP Calculus BC 2008 Scoring Guidelines AP Calculus BC 8 Scoring Guidelines The College Board: Connecting Students to College Success The College Board is a not-for-profit membership association whose mission is to connect students to college

More information

Exponential and Logarithmic Functions

Exponential and Logarithmic Functions Chapter 6 Eponential and Logarithmic Functions Section summaries Section 6.1 Composite Functions Some functions are constructed in several steps, where each of the individual steps is a function. For eample,

More information

0 0 such that f x L whenever x a

0 0 such that f x L whenever x a Epsilon-Delta Definition of the Limit Few statements in elementary mathematics appear as cryptic as the one defining the limit of a function f() at the point = a, 0 0 such that f L whenever a Translation:

More information

Week 1: Functions and Equations

Week 1: Functions and Equations Week 1: Functions and Equations Goals: Review functions Introduce modeling using linear and quadratic functions Solving equations and systems Suggested Textbook Readings: Chapter 2: 2.1-2.2, and Chapter

More information

Business and Economic Applications

Business and Economic Applications Appendi F Business and Economic Applications F1 F Business and Economic Applications Understand basic business terms and formulas, determine marginal revenues, costs and profits, find demand functions,

More information

Package decompr. August 17, 2016

Package decompr. August 17, 2016 Version 4.5.0 Title Global-Value-Chain Decomposition Package decompr August 17, 2016 Two global-value-chain decompositions are implemented. Firstly, the Wang-Wei-Zhu (Wang, Wei, and Zhu, 2013) algorithm

More information

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions.

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions. Chapter 1 Vocabulary identity - A statement that equates two equivalent expressions. verbal model- A word equation that represents a real-life problem. algebraic expression - An expression with variables.

More information

Algebra 2 Unit 8 (Chapter 7) CALCULATORS ARE NOT ALLOWED

Algebra 2 Unit 8 (Chapter 7) CALCULATORS ARE NOT ALLOWED Algebra Unit 8 (Chapter 7) CALCULATORS ARE NOT ALLOWED. Graph eponential functions. (Sections 7., 7.) Worksheet 6. Solve eponential growth and eponential decay problems. (Sections 7., 7.) Worksheet 8.

More information

PRE-CALCULUS GRADE 12

PRE-CALCULUS GRADE 12 PRE-CALCULUS GRADE 12 [C] Communication Trigonometry General Outcome: Develop trigonometric reasoning. A1. Demonstrate an understanding of angles in standard position, expressed in degrees and radians.

More information

Package ChannelAttribution

Package ChannelAttribution Type Package Package ChannelAttribution October 10, 2015 Title Markov Model for the Online Multi-Channel Attribution Problem Version 1.2 Date 2015-10-09 Author Davide Altomare and David Loris Maintainer

More information

2D Geometrical Transformations. Foley & Van Dam, Chapter 5

2D Geometrical Transformations. Foley & Van Dam, Chapter 5 2D Geometrical Transformations Fole & Van Dam, Chapter 5 2D Geometrical Transformations Translation Scaling Rotation Shear Matri notation Compositions Homogeneous coordinates 2D Geometrical Transformations

More information

Chapter 6 Quadratic Functions

Chapter 6 Quadratic Functions Chapter 6 Quadratic Functions Determine the characteristics of quadratic functions Sketch Quadratics Solve problems modelled b Quadratics 6.1Quadratic Functions A quadratic function is of the form where

More information

Introduction to time series analysis

Introduction to time series analysis Introduction to time series analysis Margherita Gerolimetto November 3, 2010 1 What is a time series? A time series is a collection of observations ordered following a parameter that for us is time. Examples

More information

PROPERTIES OF ELLIPTIC CURVES AND THEIR USE IN FACTORING LARGE NUMBERS

PROPERTIES OF ELLIPTIC CURVES AND THEIR USE IN FACTORING LARGE NUMBERS PROPERTIES OF ELLIPTIC CURVES AND THEIR USE IN FACTORING LARGE NUMBERS A ver important set of curves which has received considerabl attention in recent ears in connection with the factoring of large numbers

More information

Lecture 3: Derivatives and extremes of functions

Lecture 3: Derivatives and extremes of functions Lecture 3: Derivatives and extremes of functions Lejla Batina Institute for Computing and Information Sciences Digital Security Version: spring 2011 Lejla Batina Version: spring 2011 Wiskunde 1 1 / 16

More information

Package pesticides. February 20, 2015

Package pesticides. February 20, 2015 Type Package Package pesticides February 20, 2015 Title Analysis of single serving and composite pesticide residue measurements Version 0.1 Date 2010-11-17 Author David M Diez Maintainer David M Diez

More information

English 6 th Grade A-L Vocabulary Cards and Word Walls Revised: 1/13/14

English 6 th Grade A-L Vocabulary Cards and Word Walls Revised: 1/13/14 English 6 th Grade A-L Vocabulary Cards and Word Walls Revised: 1/13/14 Important Notes for Teachers: The vocabulary cards in this file match the Common Core, the math curriculum adopted by the Utah State

More information

x y The matrix form, the vector form, and the augmented matrix form, respectively, for the system of equations are

x y The matrix form, the vector form, and the augmented matrix form, respectively, for the system of equations are Solving Sstems of Linear Equations in Matri Form with rref Learning Goals Determine the solution of a sstem of equations from the augmented matri Determine the reduced row echelon form of the augmented

More information

Section 1.3: Transformations of Graphs

Section 1.3: Transformations of Graphs CHAPTER 1 A Review of Functions Section 1.3: Transformations of Graphs Vertical and Horizontal Shifts of Graphs Reflecting, Stretching, and Shrinking of Graphs Combining Transformations Vertical and Horizontal

More information

Exponential Functions

Exponential Functions Eponential Functions Deinition: An Eponential Function is an unction that has the orm ( a, where a > 0. The number a is called the base. Eample:Let For eample (0, (, ( It is clear what the unction means

More information

Data Exploration Data Visualization

Data Exploration Data Visualization Data Exploration Data Visualization What is data exploration? A preliminary exploration of the data to better understand its characteristics. Key motivations of data exploration include Helping to select

More information

AP Calculus AB 2001 Scoring Guidelines

AP Calculus AB 2001 Scoring Guidelines P Calculus Scing Guidelines The materials included in these files are intended f non-commercial use by P teachers f course and eam preparation; permission f any other use must be sought from the dvanced

More information

Domain of a Composition

Domain of a Composition Domain of a Composition Definition Given the function f and g, the composition of f with g is a function defined as (f g)() f(g()). The domain of f g is the set of all real numbers in the domain of g such

More information

Package CoImp. February 19, 2015

Package CoImp. February 19, 2015 Title Copula based imputation method Date 2014-03-01 Version 0.2-3 Package CoImp February 19, 2015 Author Francesca Marta Lilja Di Lascio, Simone Giannerini Depends R (>= 2.15.2), methods, copula Imports

More information

+ 4θ 4. We want to minimize this function, and we know that local minima occur when the derivative equals zero. Then consider

+ 4θ 4. We want to minimize this function, and we know that local minima occur when the derivative equals zero. Then consider Math Xb Applications of Trig Derivatives 1. A woman at point A on the shore of a circular lake with radius 2 miles wants to arrive at the point C diametrically opposite A on the other side of the lake

More information

List the elements of the given set that are natural numbers, integers, rational numbers, and irrational numbers. (Enter your answers as commaseparated

List the elements of the given set that are natural numbers, integers, rational numbers, and irrational numbers. (Enter your answers as commaseparated MATH 142 Review #1 (4717995) Question 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Description This is the review for Exam #1. Please work as many problems as possible

More information

Answer Key for the Review Packet for Exam #3

Answer Key for the Review Packet for Exam #3 Answer Key for the Review Packet for Eam # Professor Danielle Benedetto Math Ma-Min Problems. Show that of all rectangles with a given area, the one with the smallest perimeter is a square. Diagram: y

More information

Exercises in Mathematical Analysis I

Exercises in Mathematical Analysis I Università di Tor Vergata Dipartimento di Ingegneria Civile ed Ingegneria Informatica Eercises in Mathematical Analysis I Alberto Berretti, Fabio Ciolli Fundamentals Polynomial inequalities Solve the

More information

ANALYSIS OF TREND CHAPTER 5

ANALYSIS OF TREND CHAPTER 5 ANALYSIS OF TREND CHAPTER 5 ERSH 8310 Lecture 7 September 13, 2007 Today s Class Analysis of trends Using contrasts to do something a bit more practical. Linear trends. Quadratic trends. Trends in SPSS.

More information

Package SHELF. February 5, 2016

Package SHELF. February 5, 2016 Type Package Package SHELF February 5, 2016 Title Tools to Support the Sheffield Elicitation Framework (SHELF) Version 1.1.0 Date 2016-01-29 Author Jeremy Oakley Maintainer Jeremy Oakley

More information

Ecology and Simpson s Diversity Index

Ecology and Simpson s Diversity Index ACTIVITY BRIEF Ecology and Simpson s Diversity Index The science at work Ecologists, such as those working for the Environmental Agency, are interested in species diversity. This is because diversity is

More information

Mathematics on the Soccer Field

Mathematics on the Soccer Field Mathematics on the Soccer Field Katie Purdy Abstract: This paper takes the everyday activity of soccer and uncovers the mathematics that can be used to help optimize goal scoring. The four situations that

More information

DATA ANALYSIS II. Matrix Algorithms

DATA ANALYSIS II. Matrix Algorithms DATA ANALYSIS II Matrix Algorithms Similarity Matrix Given a dataset D = {x i }, i=1,..,n consisting of n points in R d, let A denote the n n symmetric similarity matrix between the points, given as where

More information

Chapter 5: Diffusion. 5.1 Steady-State Diffusion

Chapter 5: Diffusion. 5.1 Steady-State Diffusion : Diffusion Diffusion: the movement of particles in a solid from an area of high concentration to an area of low concentration, resulting in the uniform distribution of the substance Diffusion is process

More information

Package hoarder. June 30, 2015

Package hoarder. June 30, 2015 Type Package Title Information Retrieval for Genetic Datasets Version 0.1 Date 2015-06-29 Author [aut, cre], Anu Sironen [aut] Package hoarder June 30, 2015 Maintainer Depends

More information

Physics 235 Chapter 1. Chapter 1 Matrices, Vectors, and Vector Calculus

Physics 235 Chapter 1. Chapter 1 Matrices, Vectors, and Vector Calculus Chapter 1 Matrices, Vectors, and Vector Calculus In this chapter, we will focus on the mathematical tools required for the course. The main concepts that will be covered are: Coordinate transformations

More information

Review of Intermediate Algebra Content

Review of Intermediate Algebra Content Review of Intermediate Algebra Content Table of Contents Page Factoring GCF and Trinomials of the Form + b + c... Factoring Trinomials of the Form a + b + c... Factoring Perfect Square Trinomials... 6

More information

2After completing this chapter you should be able to

2After completing this chapter you should be able to After completing this chapter you should be able to solve problems involving motion in a straight line with constant acceleration model an object moving vertically under gravity understand distance time

More information

Package searchconsoler

Package searchconsoler Title Google Search Console R Client Version 0.2.0 Package searchconsoler April 3, 2016 Provides an interface with the Google Search Console, formally called Google Webmaster Tools. URL https://github.com/markedmondson1234/searchconsoler

More information