Biomedical Engineering Random Processes Exam
Biomedical Engineering Random Processes Exam
Subspaces are vital in linear algebra as they provide insight into the structure of vector spaces, allowing for simplifications in solutions. A subspace is a set of vectors that form a vector space and is closed under addition and scalar multiplication. For example, the set W = {(a,0,0) | a ∈ R} is a subspace of R³ .
The law of total probability is used to find the probability of an event when it can be partitioned into multiple mutually exclusive sub-events. It is mathematically expressed as: P(A) = Σ P(A | B_i) P(B_i), where {B_i} is a partition of the sample space .
The Gram-Schmidt process transforms a set of linearly independent vectors into an orthonormal set. This involves iterating over each vector, subtracting projections of previously determined orthogonal vectors, and normalizing the result. Each step preserves linear coverage while ensuring orthogonality and unit length .
To find the marginal distributions, sum the joint distribution across the remaining variable: f_X(x) = Σ f(x,y) over y and f_Y(y) = Σ f(x,y) over x. Marginal distributions give the probabilities of individual variables, ignoring the others, and help understand individual behavior in multivariate setups .
An irreducible Markov process is one in which it is possible to reach any state from any other state in a finite number of steps. This means the state space is a single communicating class, where the process is ergodic and each state is recurrent .
To compute the conditional density function f(x|y), use the formula f(x|y) = f(x,y) / f_Y(y), where f_Y(y) is the marginal density of Y. Calculate f(x,y) with given K and derive f_Y(y) by integrating f(x,y) over x. Then divide f(x,y) by f_Y(y) for the condition 1 < x < y < 2 .
The dimensional theorem states that for a finite-dimensional vector space V, the dimension of V = the number of vectors in a basis of V. It proves that any set containing more vectors than the dimension of the space is linearly dependent, and any linearly independent set of vectors can be extended to a basis .
The least squares method minimizes the sum of squared differences between observed and predicted values. For data points (x_i, y_i), the linear equation y = mx + b is fit by solving the normal equations derived from setting the partial derivatives of the error term with respect to m and b to zero .
The expected value E(Y) is calculated by integrating the square of each value of X under its probability distribution: E(Y) = ∫ from -1 to 1 (x² * (1/2)) dx. This evaluates to 1/3 for -1 ≤ x ≤ 1 .
The correlation coefficient r measures the strength and direction of a linear relationship between two variables. It is computed as the covariance of the variables divided by the product of their standard deviations. Values range from -1 to 1, indicating perfect negative or positive linear relationships, with 0 suggesting no linear correlation .