GeometricMeanFilter[image, r] filters image by replacing every value by the geometric mean of the values in its range r neighborhood. GeometricMeanFilter[data, r] applies ...
Gradient is an option for FindMinimum and related functions that specifies the gradient vector to assume for the function being extremized.
GraphDistance[g, s, t] gives the distance from source vertex s to target vertex t in the graph g.GraphDistance[g, s] gives the distance from s to all vertices of the graph g.
GraphPower[g, n] gives the graph-n\[Null]^th power of the graph g.
GridGraph[{m, n}] gives the grid graph with m*n vertices G m, n.GridGraph[{n_1, n_2, ..., n_k}] gives the k-dimensional grid graph with n_1*n_2*\[CenterEllipsis]*n_k vertices ...
GroupStabilizerChain[group] returns a list of successive stabilizers in group of the points in a base of group.
HalfNormalDistribution[\[Theta]] represents a half-normal distribution with scale inversely proportional to parameter \[Theta].
HarmonicMeanFilter[image, r] filters image by replacing every value by the harmonic mean of the values in its range r neighborhood. HarmonicMeanFilter[data, r] applies ...
HermiteH[n, x] gives the Hermite polynomial H_n (x).
Hyperlink[uri] represents a hyperlink that jumps to the specified URI when clicked. Hyperlink[label, uri] represents a hyperlink to be displayed as label.