External Flashcards
(14 cards)
How many degrees in an hour?
15
Perpetuities formula
Confounding Variable
A confounding variable is used to predict a difference in the response variable.
Bivariate data
Bivariate data is two sets of related data.
What is a walk?
A walk is a sequence of verticies and edges along a graph.
What is a trail?
A trail is a walk with no repated edges, but may contain repeated verices.
What is a path?
A path is a walk with no repeated edges, and no repeated vertices.
What is a Hamiltonian Cycle?
A Hamiltonian Cycle is a closed path that visits every vertex of the graph. It will also start and end at the same vertex.
What is a Eularian Trail?
A Eulerian Trail is a closed trail that involves every edge of the graph.
What is a Semi-Hamiltonian Graph?
A Semi-Hamiltonian Graph is an open path that visits every vertex of the graph.
What is a Semi-Eularian Graph?
A Semi-Eularian Graph is an open trail that involves every edge of the graph.
What is a minimum spanning tree?
A tree that connects all the vertices in a graph
What is a simple graph?
A simple graph does not have any loops and does not have any multiple edges.
What is a complete graph?
A complete graph have an edge between every pair of verticies. Every vertex in a complete graph is connected by an edge to every other vertex int he graph. AKA, each vertex is connected to one another.