Data are collected on 15 individuals and two models are considered:
Model 1: model with 2 predictors (A and B), SStotal = 360, SST = 200
Model 2: model with 4 predictors (A, B, C and D), SStotal = 360, SST = 270
1. The standard error of the complete model is equal to .
2. The number of predictors to test to evaluate whether the restricted model is sufficient is equal to
3. The partial F-test in 2. is equal to
4. The critical value (rejection region) for the partial F-test is equal to
5. The adjusted coefficient of determination for the complete model is equal to %
In: Statistics and Probability
Consider the following set of processes, with the length of the CPU burst given in milliseconds:
|
Process |
Burst Time |
Priority |
|
P1 |
2 |
2 |
|
P2 |
1 |
1 |
|
P3 |
8 |
4 |
|
P4 |
4 |
2 |
|
P5 |
5 |
3 |
The processes are assumed to have arrived in the order P1, P2, P3, P4, P5, all at time 0.
Draw four Gantt charts that illustrate the execution of these processes using the following scheduling algorithms: FCFS, SJF, non preemptive priority (a smaller priority number implies a higher priority), and RR (quantum = 2).
In: Computer Science
A rectangular box has a length of 1 in, width of 2 in, and height of 3 in. Find the cosine of the angle between the diagonal of the box and the diagonal of its base.
what is the volume of the parallelepiped by <-5; 2; 1>, <1; -1; -3> and
<-1; -1; -4>?
(a) 9 (b) 10 (c) 11 (d) 12 (e) None of the above
In: Math
3. Use Matlab to find the partial fraction expansion of the functions below.
a) F(s)=16(s+2)/((s+4)(s2+6s+9))
show your Matlab commands and answers in the space below
b) F(s)=(s2+2s+2)/((s+1)2(s+4)2)
show your Matlab commands and answers in the space below
In: Electrical Engineering
C++ -
De Morgan’s laws commonly apply to text searching using Boolean operators AND, OR, and NOT. Consider a set of documents containing the words “cars” and “trucks”. De Morgan’s laws hold that these two searches will return the same set of documents:
Search A: NOT (cars OR trucks)
Search B: (NOT cars) AND (NOT trucks)
The corpus of documents containing “cars” or “trucks” can be represented by four documents:
Document 1: Contains only the word “cars”.
Document 2: Contains only “trucks”.
Document 3: Contains both “cars” and “trucks”.
Document 4: Contains neither “cars” nor “trucks”.
To evaluate Search A, clearly the search “(cars OR trucks)” will hit on Documents 1, 2, and 3. So the negation of that search (which is Search A) will hit everything else, which is Document 4.
Evaluating Search B, the search “(NOT cars)” will hit on documents that do not contain “cars”, which is Documents 2 and 4. Similarly the search “(NOT trucks)” will hit on Documents 1 and 4. Applying the AND operator to these two searches (which is Search B) will hit on the documents that are common to these two searches, which is Document 4.
Please write a C++ program to De Morgan's Law via document search.
You can use four text files as document 1, 2 3 and 4.
Using this Assignment, read a document and create frequency map. Take the frequency map and display histogram for each word in the document.
Draw histogram in horizontal direction.
This (6) **********
my (4) ******
Truck (6) *********
In: Computer Science
A group of twenty students and we want to investigate the effect of the use of some didactic resource, a video on YouTube, on their ability to solve certain types of mathematical problems. We take an initial test, we ask them to watch the video and when they finish we take another test. We now have two observations from each student. Please use the statistical methods learned in this semester (T test/variance analysis/regression analysis/chi-square test) to calculate and write a short report.
|
Name |
Before |
After |
Difference |
|
Luis |
18 |
22 |
4 |
|
Javier |
21 |
25 |
4 |
|
Pedro |
16 |
17 |
1 |
|
Soledad |
22 |
24 |
2 |
|
Manuel |
19 |
16 |
-3 |
|
Cecilia |
24 |
29 |
5 |
|
Cristina |
17 |
20 |
3 |
|
Angel |
21 |
23 |
2 |
|
Manuela |
23 |
19 |
-4 |
|
Jose |
18 |
20 |
2 |
|
Juan |
14 |
15 |
1 |
|
Antonio |
16 |
15 |
-1 |
|
Carmen |
16 |
18 |
2 |
|
Carlos |
19 |
26 |
7 |
|
Francisco |
18 |
18 |
0 |
|
Miguel |
20 |
24 |
4 |
|
Laura |
12 |
18 |
6 |
|
Lucia |
22 |
25 |
3 |
|
Paula |
15 |
19 |
4 |
|
Dolores |
17 |
16 |
-1 |
In: Statistics and Probability
A group of twenty students and we want to investigate the effect of the use of some didactic resource, for example a video on YouTube, on their ability to solve certain types of mathematical problems. We take an initial test, we ask them to watch the video and when they finish we take another test. We now have two observations from each student. We calculate the difference between them. Please use the statistical methods learned in this semester (variance analysis/regression analysis/chi-square test) to calculate and write a short report.
|
Name |
Before |
After |
Difference |
|
Luis |
18 |
22 |
4 |
|
Javier |
21 |
25 |
4 |
|
Pedro |
16 |
17 |
1 |
|
Soledad |
22 |
24 |
2 |
|
Manuel |
19 |
16 |
-3 |
|
Cecilia |
24 |
29 |
5 |
|
Cristina |
17 |
20 |
3 |
|
Angel |
21 |
23 |
2 |
|
Manuela |
23 |
19 |
-4 |
|
Jose |
18 |
20 |
2 |
|
Juan |
14 |
15 |
1 |
|
Antonio |
16 |
15 |
-1 |
|
Carmen |
16 |
18 |
2 |
|
Carlos |
19 |
26 |
7 |
|
Francisco |
18 |
18 |
0 |
|
Miguel |
20 |
24 |
4 |
|
Laura |
12 |
18 |
6 |
|
Lucia |
22 |
25 |
3 |
|
Paula |
15 |
19 |
4 |
|
Dolores |
17 |
16 |
-1 |
In: Statistics and Probability
Let A be a square matrix defined by \( A =\begin{pmatrix}-1&-2&-1&3\\ -6&-5&1&6\\ -6&-4&0&6\\ -6&-7&1&8\end{pmatrix} \) and its characteristics polynomial \( P(\lambda)=\bigg(\lambda+1\bigg)^2\bigg(\lambda-2\bigg)^2 \)
(a) Find the minimal polynomial of A.
(b) Deduce that A is not diagonalizable, but it is triangularizable, then triangularize A.
(c) Write \( A^n \) in terms of n.
In: Advanced Math
Problem 24-6A Payback period, break-even time, and net present value LO P1, A1
Lenitnes Company is considering an investment in technology to improve its operations. The investment will require an initial outlay of $265,000 and will yield the following expected cash flows. Management requires investments to have a payback period of 4 years, and it requires a 10% return on its investments. (PV of $1, FV of $1, PVA of $1, and FVA of $1) (Use appropriate factor(s) from the table provided.)
| Period | Cash Flow | |||
| 1 | $ | 123,100 | ||
| 2 | 92,300 | |||
| 3 | 70,800 | |||
| 4 | 53,000 | |||
| 5 | 48,700 | |||
Required:
1. Determine the payback period for this
investment.
2. Determine the break-even time for this
investment.
3. Determine the net present value for this
investment.
Determine the payback period for this investment. (Round your Payback Period answer to 1 decimal place. Enter cash outflows with a minus sign.)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Determine the break-even time for this investment. (Round your Payback Period answer to 1 decimal place. Enter cash outflows with a minus sign.)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Determine the net present value for this investment.
|
In: Accounting
Question 1 (1 point) Question 1 Unsaved The DSM-V has eliminated the labeling of substance use, abuse, and dependence. Question 1 options: a) True b) False
Question 2 (1 point) Question 2 Unsaved When diagnosing SUD, the symptom of legal problems was maintained as a necessary criterion in the DSM-V. Question 2 options: True False
Question 3 (1 point) Question 3 Unsaved A substance induced disorder is different from a substance use disorder because a substance induced disorder is a byproduct of consuming the substance. Question 3 options: a) True b) False
Question 4 (1 point) Question 4 Unsaved The physiological model of addiction considers the intrapsychic and environmental factors that contribute to substance use. Question 4 options: a) True b) False Question 5 (1 point)
Question 5 Unsaved Individuals with comorbidity may experience greater risks than those individuals without dual diagnoses. Question 5 options: a) True b) False
In: Psychology