File: rsimplex_start.Rd

package info (click to toggle)
r-cran-mixturefitting 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: ansic: 518; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 527 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\name{rsimplex_start}
\alias{rsimplex_start}
\docType{methods}
\title{Nelder-Mead's Simplex Method for Function Minimization.}
\description{
    Generate initial simplices for simplex().
}
\usage{
    rsimplex_start( seed, n, lower, upper )
}
\arguments{
    \item{seed}{seed for random number generator}
    \item{n}{number of simplices}
    \item{lower}{vector with lower bounds of each dimension}
    \item{upper}{vector with upper bounds of each dimension}
}
\value{A list with \emph{n} simplices.}
\author{Andrius Merkys}