octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #42019] blsimpv.m in Financial package does no


From: Parsiad Azimzadeh
Subject: [Octave-bug-tracker] [bug #42019] blsimpv.m in Financial package does not use gradient data
Date: Tue, 01 Apr 2014 01:58:11 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?42019>

                 Summary: blsimpv.m in Financial package does not use gradient
data
                 Project: GNU Octave
            Submitted by: parsiad
            Submitted on: Tue 01 Apr 2014 01:58:10 AM GMT
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: other
        Operating System: Any

    _______________________________________________________

Details:

blsimpv.m
(http://sourceforge.net/p/octave/financial/ci/default/tree/inst/blsimpv.m)
does not use gradient data when computing the implied volatility using a call
option.

The fix is simple:

103c103
<         fun = @(x) blsprice (Price(j, k), Strike(j, k), Rate(j, k), Time(j,
k), x,
---
>         fun = @(x) blscall (Price(j, k), Strike(j, k), Rate(j, k), Time(j,
k), x,





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42019>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]