1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
spin [16.1K]
4 years ago
15

Define the coefficient of determination and discuss the impact you would expect it to have on your engineering decision-making b

ased on whether it has a high or low value. What do high and low values tell you
Engineering
1 answer:
scoundrel [369]4 years ago
7 0

Answer and Explanation:

The coefficient of determination also called "goodness of fit" or R-squared(R²) is used in statistical measurements to understand the relationship between two variables such that changes in one variable affects the other. The level of relationship or the degree to which one affects the other is measured by 0 to 1 whereby 0 means no relationship at all and 1 means one totally affects the other while figures in between such 0.40 would mean one variable affects 40% of the other variable.

In making a decision as an engineer while using the coefficient of determination, one would try to understand the relationship between variables under consideration and make decisions based on figures obtained from calculating coefficient of determination. In other words when there is a 0 coefficient then there is no relationship between variables and an engineer would make his decisions with this in mind and vice versa.

You might be interested in
A(n) ______ is used to measure fluid flow in engineering
Arte-miy333 [17]

Answer:

A pitot tube is used to measure fluid flow in engineering

3 0
2 years ago
Draw perpendicular lines based on the info in the image.
Over [174]
Wait let me try it…..
5 0
3 years ago
Explain when it is appropriate to use Tier II?
garik1379 [7]

????? what do u mean tier 2

3 0
3 years ago
For this problem, you may not look at any other code or pseudo-code (even if it is on the internet), other than what is on our w
sergiy2304 [10]

Answer:

(a)

(i) pseudo code :-

current = i

// assuming parent of root is -1

while A[parent] < A[current] && parent != -1 do,

if A[parent] < A[current] // if current element is bigger than parent then shift it up

swap(A[current],A[parent])

current = parent

(ii) In heap we create a complete binary tree which has height of log(n). In shift up we will take maximum steps equal to the height of tree so number of comparison will be in term of O(log(n))

(b)

(i) There are two cases while comparing with grandparent. If grandparent is less than current node then surely parent node also will be less than current node so swap current node with parent and then swap parent node with grandparent.

If above condition is not true then we will check for parent node and if it is less than current node then swap these.

pseudo code :-

current = i

// assuming parent of root is -1

parent is parent node of current node

while A[parent] < A[current] && parent != -1 do,

if A[grandparent] < A[current] // if current element is bigger than parent then shift it up

swap(A[current],A[parent])

swap(A[grandparent],A[parent])

current = grandparent

else if A[parent] < A[current]

swap(A[parent],A[current])

current = parent

(ii) Here we are skipping the one level so max we can make our comparison half from last approach, that would be (height/2)

so order would be log(n)/2

(iii) C++ code :-

#include<bits/stdc++.h>

using namespace std;

// function to return index of parent node

int parent(int i)

{

if(i == 0)

return -1;

return (i-1)/2;

}

// function to return index of grandparent node

int grandparent(int i)

{

int p = parent(i);

if(p == -1)

return -1;

else

return parent(p);

}

void shift_up(int A[], int n, int ind)

{

int curr = ind-1; // because array is 0-indexed

while(parent(curr) != -1 && A[parent(curr)] < A[curr])

{

int g = grandparent(curr);

int p = parent(curr);

if(g != -1 && A[g] < A[curr])

{

swap(A[curr],A[p]);

swap(A[p],A[g]);

curr = g;

}

else if(A[p] < A[curr])

{

swap(A[p],A[curr]);

curr = p;

}

}

}

int main()

{

int n;

cout<<"enter the number of elements :-\n";

cin>>n;

int A[n];

cout<<"enter the elements of array :-\n";

for(int i=0;i<n;i++)

cin>>A[i];

int ind;

cout<<"enter the index value :- \n";

cin>>ind;

shift_up(A,n,ind);

cout<<"array after shift up :-\n";

for(int i=0;i<n;i++)

cout<<A[i]<<" ";

cout<<endl;

}

Explanation:

8 0
4 years ago
why is the peak value of the rectified output less than the peak value of the ac input and by how much g
Bumek [7]

Answer:

The Peak value of the output voltage is less or lower than that of the peak value of the input voltage by 0.6V reason been that the voltage is tend to drop across the diode.

Explanation:

This is what we called HALF WAVE RECTIFIER in which the Peak value of the output voltage is less or lower than that of the peak value of the input voltage by 0.6V reason been that the voltage is tend to drop across the diode.

Therefore this is the formula for Half wave rectifier

Vrms = Vm/2 and Vdc

= Vm/π:

Where,

Vrms = rms value of input

Vdc = Average value of input

Vm = peak value of output

Hence, half wave rectifier is a rectifier which allows one half-cycle of an AC voltage waveform to pass which inturn block the other half-cycle which is why this type of rectifiers are often been used to help convert AC voltage to a DC voltage, because they only require a single diode to inorder to construct.

5 0
3 years ago
Other questions:
  • With 64 KB of memory and 8 bits in each memory location, how wide should the address bus be to access all 64 KB of memory? (k =
    11·1 answer
  • Explain the difference in the heat transfer modes of conduction and convection.
    14·1 answer
  • Which of the following types of protection is an employer required to pay for?
    13·2 answers
  • An engineer measures a sample of 1200 shafts out of a certain shipment. He finds the shafts have an average diameter of 2.45 inc
    15·1 answer
  • Consider a N-channel enhancement MOSFET with VGS = 3V, Vt = 1 V, VDS = 10 V, and lambda =0 (channel length modulation parameter)
    11·1 answer
  • Which of the following is NOT a true statement about construction drawings?
    5·1 answer
  • 14. The maximum amount a homeowner should spend on housing is
    11·1 answer
  • The proposed grading at a project site will consist of 25,100 m3 of cut and 23,300 m3 of fill and will be a balanced earthwork j
    8·1 answer
  • Quelles sont les types de carburant utilisés en aviation
    15·1 answer
  • PLEASE HELP QUICK!!
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!