uc.check: Check if Roots of a Polynomial Lie Outside the Unit Circle
Description
This function outputs the roots of a given polynomial. It also checks whether they lie outside the unit circle and creates a plot to illustrate the results in an intuitive way.
Usage
uc.check(pol_, plot_output = T, print_output = T)
Arguments
pol_
the vector of polynomial coefficients in increasing order.
plot_output
Logical that defines whether to create a plot.
print_output
Logical that defines whether to print the results.