Search notes:

R function: optimize

#
#  Find minimum of function between x1 and x2
#

f <- function(x) { 0.9*(x-1)^2 + 2*(x+1) + x -4 }

X11()

curve(f, -3, 3)
z <- locator(1)


optimize(f, interval=c(-3, 3))
#
# $minimum
# [1] -0.6666667
# 
# $objective
# [1] -1.5
Github repository about-r, path: /functions/optimize.R

See also

Index to (some) R functions

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758200705, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/R/functions/optimize(56): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78