R/RandomStart.R

Defines functions Random.Start

Documented in Random.Start

# Random start routine that outputs 1 orthogonal random matrix

Random.Start <- function(k){
  qr.Q(qr(matrix(rnorm(k*k),k)))
  }

Try the GPArotation package in your browser

Any scripts or data that you put into this service are public.

GPArotation documentation built on Nov. 16, 2023, 5:09 p.m.