Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

A healthy child’s systolic blood pressure \(p\) (in millimetres of mercury) and weight \(w\) (in pounds) are approximately related by the equation

\({\beta _0} + {\beta _1}\ln w = p\)

Use the following experimental data to estimate the systolic blood pressure of healthy child weighing 100 pounds.

\(\begin{array}{*{20}{c}}w& & {44}&{61}&{81}&{113}&{131} \\ \hline{\ln w}& & {3.78}&{4.11}&{4.39}&{4.73}&{4.88} \\ \hline p& & {91}&{98}&{103}&{110}&{112} \end{array}\)

Short Answer

Expert verified

The value of \(p\) for \(w = 100\) is \(107\) millimeters of mercury.

Step by step solution

01

The General Linear Model

The equation of the general linear model is defined as:

\({\bf{y}} = X\beta + \in \)

Here, \({\bf{y}} = \left( {\begin{array}{*{20}{c}}{{y_1}}\\{{y_2}}\\ \vdots \\{{y_n}}\end{array}} \right)\) is an observational vector, \(X = \left( {\begin{array}{*{20}{c}}1&{{x_1}}& \cdots &{x_1^n}\\1&{{x_2}}& \cdots &{x_2^n}\\ \vdots & \vdots & \ddots & \vdots \\1&{{x_n}}& \cdots &{x_n^n}\end{array}} \right)\) is the design matrix, \(\beta = \left( {\begin{array}{*{20}{c}}{{\beta _1}}\\{{\beta _2}}\\ \vdots \\{{\beta _n}}\end{array}} \right)\) is the parameter vector, and \( \in = \left( {\begin{array}{*{20}{c}}{{ \in _1}}\\{{ \in _2}}\\ \vdots \\{{ \in _n}}\end{array}} \right)\) is the residual vector.

02

Find design matrix, observation vector, parameter vector for given data

The given equation is\({\beta _0} + {\beta _1}\ln w = p\), and the given table is as shown:

\(\begin{array}{*{20}{c}}w& & {44}&{61}&{81}&{113}&{131} \\ \hline{\ln w}& & {3.78}&{4.11}&{4.39}&{4.73}&{4.88} \\ \hline p& & {91}&{98}&{103}&{110}&{112} \end{array}\)

Write the Design matrix, observational vector, and the parameter vector for the given equation and data set by using the information provided in step 1.

Design matrix:

\(X = \left( {\begin{array}{*{20}{c}}1&{3.78}\\1&{4.11}\\1&{4.39}\\1&{4.73}\\1&{4.88}\end{array}} \right)\)

Observational vector:

\({\bf{y}} = \left( {\begin{array}{*{20}{c}}{91}\\{98}\\{103}\\{110}\\{112}\end{array}} \right)\)

And the parameter vectorfor the given equation is,

\({\bf{\beta }} = \left( {\begin{array}{*{20}{c}}{{\beta _0}}\\{{\beta _1}}\end{array}} \right)\)

These are the best fit for the given data set and equation.

03

Normal equation

The normal equation is given as:

\({X^T}X\beta = {X^T}{\bf{y}}\)

04

Find the least-squares curve

The general least-squares equation is given by \({\beta _0} + {\beta _1}\ln w = p\), and to find the associated least-squares curve, the values of \({\beta _0},{\beta _1}\) are required, so find the values of \({\beta _0},{\beta _1}\) by using normal equation.

By using the obtained information from step 2, the normal equation will be:

\(\beta = {\left( {{X^T}X} \right)^{ - 1}}{X^T}{\bf{y}}\)

That implies:

\(\left( {\begin{array}{*{20}{c}}{{\beta _0}}\\{{\beta _1}}\end{array}} \right) = {\left( {{{\left( {\begin{array}{*{20}{c}}1&{3.78}\\1&{4.11}\\1&{4.39}\\1&{4.73}\\1&{4.88}\end{array}} \right)}^T}\left( {\begin{array}{*{20}{c}}1&{3.78}\\1&{4.11}\\1&{4.39}\\1&{4.73}\\1&{4.88}\end{array}} \right)} \right)^{ - 1}}{\left( {\begin{array}{*{20}{c}}1&{3.78}\\1&{4.11}\\1&{4.39}\\1&{4.73}\\1&{4.88}\end{array}} \right)^T}\left( {\begin{array}{*{20}{c}}{91}\\{98}\\{103}\\{110}\\{112}\end{array}} \right)\)

Use the following steps to find the associated values for the obtained data in MATLAB.

  1. Enter the data \(\left( {\begin{array}{*{20}{c}}{{\beta _0}}\\{{\beta _1}}\end{array}} \right) = {\left( {{{\left( {\begin{array}{*{20}{c}}1&{3.78}\\1&{4.11}\\1&{4.39}\\1&{4.73}\\1&{4.88}\end{array}} \right)}^T}\left( {\begin{array}{*{20}{c}}1&{3.78}\\1&{4.11}\\1&{4.39}\\1&{4.73}\\1&{4.88}\end{array}} \right)} \right)^{ - 1}}{\left( {\begin{array}{*{20}{c}}1&{3.78}\\1&{4.11}\\1&{4.39}\\1&{4.73}\\1&{4.88}\end{array}} \right)^T}\left( {\begin{array}{*{20}{c}}{91}\\{98}\\{103}\\{110}\\{112}\end{array}} \right)\) in the tab in the form of \({\left( {{{\left( {\begin{array}{*{20}{c}}1&{3.78}\\1&{4.11}\\1&{4.39}\\1&{4.73}\\1&{4.88}\end{array}} \right)}^T}\left( {\begin{array}{*{20}{c}}1&{3.78}\\1&{4.11}\\1&{4.39}\\1&{4.73}\\1&{4.88}\end{array}} \right)} \right)^{ - 1}}{\left( {\begin{array}{*{20}{c}}1&{3.78}\\1&{4.11}\\1&{4.39}\\1&{4.73}\\1&{4.88}\end{array}} \right)^T}\left( {\begin{array}{*{20}{c}}{91}\\{98}\\{103}\\{110}\\{112}\end{array}} \right)\).
  2. Use colons after that and press ENTER.

So, the value of \(\left( {\begin{array}{*{20}{c}}{{\beta _0}}\\{{\beta _1}}\end{array}} \right)\) is: \(\left( {\begin{array}{*{20}{c}}{18.56}\\{19.24}\end{array}} \right)\).

Now, substitute the obtained values into \({\beta _0} + {\beta _1}\ln w = p\).

\(p = 18.56 + 19.24\ln w\)

For \(w = 100\), \(p \approx 107\)

So, the required valueof\(p\) for \(w = 100\) is \(107\)millimeters of mercury.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Let \(X\) be the design matrix in Example 2 corresponding to a least-square fit of parabola to data \(\left( {{x_1},{y_1}} \right), \ldots ,\left( {{x_n},{y_n}} \right)\). Suppose \({x_1}\), \({x_2}\) and \({x_3}\) are distinct. Explain why there is only one parabola that best, in a least-square sense. (See Exercise 5.)

In Exercises 5-14, the space is \(C\left[ {0,2\pi } \right]\) with inner product (6).

7. Show that \({\left\| {\cos kt} \right\|^2} = \pi \) and \({\left\| {\sin kt} \right\|^2} = \pi \) for \(k > 0\).

In Exercises 17 and 18, all vectors and subspaces are in \({\mathbb{R}^n}\). Mark each statement True or False. Justify each answer.

17. a.If \(\left\{ {{{\bf{v}}_1},{{\bf{v}}_2},{{\bf{v}}_3}} \right\}\) is an orthogonal basis for\(W\), then multiplying

\({v_3}\)by a scalar \(c\) gives a new orthogonal basis \(\left\{ {{{\bf{v}}_1},{{\bf{v}}_2},c{{\bf{v}}_3}} \right\}\).

b. The Gram–Schmidt process produces from a linearly independent

set \(\left\{ {{{\bf{x}}_1}, \ldots ,{{\bf{x}}_p}} \right\}\)an orthogonal set \(\left\{ {{{\bf{v}}_1}, \ldots ,{{\bf{v}}_p}} \right\}\) with the property that for each \(k\), the vectors \({{\bf{v}}_1}, \ldots ,{{\bf{v}}_k}\) span the same subspace as that spanned by \({{\bf{x}}_1}, \ldots ,{{\bf{x}}_k}\).

c. If \(A = QR\), where \(Q\) has orthonormal columns, then \(R = {Q^T}A\).

Compute the quantities in Exercises 1-8 using the vectors

\({\mathop{\rm u}\nolimits} = \left( {\begin{aligned}{*{20}{c}}{ - 1}\\2\end{aligned}} \right),{\rm{ }}{\mathop{\rm v}\nolimits} = \left( {\begin{aligned}{*{20}{c}}4\\6\end{aligned}} \right),{\rm{ }}{\mathop{\rm w}\nolimits} = \left( {\begin{aligned}{*{20}{c}}3\\{ - 1}\\{ - 5}\end{aligned}} \right),{\rm{ }}{\mathop{\rm x}\nolimits} = \left( {\begin{aligned}{*{20}{c}}6\\{ - 2}\\3\end{aligned}} \right)\)

6. \(\left( {\frac{{{\mathop{\rm x}\nolimits} \cdot {\mathop{\rm w}\nolimits} }}{{{\mathop{\rm x}\nolimits} \cdot {\mathop{\rm x}\nolimits} }}} \right){\mathop{\rm x}\nolimits} \)

A simple curve that often makes a good model for the variable costs of a company, a function of the sales level \(x\), has the form \(y = {\beta _1}x + {\beta _2}{x^2} + {\beta _3}{x^3}\). There is no constant term because fixed costs are not included.

a. Give the design matrix and the parameter vector for the linear model that leads to a least-squares fit of the equation above, with data \(\left( {{x_1},{y_1}} \right), \ldots ,\left( {{x_n},{y_n}} \right)\).

b. Find the least-squares curve of the form above to fit the data \(\left( {4,1.58} \right),\left( {6,2.08} \right),\left( {8,2.5} \right),\left( {10,2.8} \right),\left( {12,3.1} \right),\left( {14,3.4} \right),\left( {16,3.8} \right)\) and \(\left( {18,4.32} \right)\), with values in thousands. If possible, produce a graph that shows the data points and the graph of the cubic approximation.

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free