236 questions
3
votes
2
answers
171
views
integrate() returns 0 for large finite upper bounds but correct result for Inf
I'm observing inconsistent behavior with integrate() in R when using large finite upper bounds versus Inf.
Consider the integral:
integrate(\(x) x^2 * exp(-x), 0, Inf)
# 2 with absolute error < 7....
0
votes
0
answers
109
views
How to integrate a React Ionic Web Application inside Unity?
Im integrating a Unity-based mobile game with a web-based mobile application built using Ionic + Capacitor and React.
Used plugin: https://github.com/gree/unity-webview
The goal is to embed the web-...
0
votes
0
answers
65
views
wildfly22 integration with keycloak 403 forbidden error
I have an application integrated with keycloak. THe application runs on wildfly server. I use web.xml to authenticate keycloak(as Login config). Apart from that i use keycloak.json file, where i ...
2
votes
3
answers
90
views
ValueError when Integrating with Sympy
I'm trying to do integration using sympy as follows.
from sympy import integrate, symbols
x = symbols('x')
integrate(x**(3/2) * (x-1/2), (x,0,1))
But I'm getting the following error:
-----------------...
0
votes
1
answer
842
views
How to Integrate a WordPress Blog Page into a Next.js Route with a Node.js Backend?
I have a Next.js project where I want to display a specific WordPress page for blog posts. For example, on the route blogs, I want to show a WordPress page containing blog information related to that ...
0
votes
1
answer
81
views
Parameter estimation with nls for a function with integrate
I am trying to do a parameter estimation with nls on a function that uses integrate. The function intsol1 involving integrate appears to compute fine on its own for individual values of it arguments.
...
0
votes
1
answer
101
views
Calculate symbolic limit in sympy error message
I´ve tried to calculate symbolic limit in sympy but got an error message.
import sympy as smp
from sympy import *
n,x=smp.symbols('n x')
limit(simplify(integrate(exp(-x)*exp(-smp.I*n*x),x).args[0][0]),...
1
vote
0
answers
285
views
Integrate a GETX Flutter app in to another GETX flutter app
I have a bigger app named X and I have another smaller one named Y. they are right now separate from each other and they are working fine. I want to integrate app Y in X. I want to put codes of Y in X ...
0
votes
1
answer
255
views
How to integrate third party api's in Django?
I have a project that works as a single login and I must integrate other apis so that they can log in to this api and return to their logged-in api of origin.
Any help or information on the subject ...
1
vote
1
answer
128
views
can we integrate a processing gui with moodle?
i made a gui recently where the goal was to view the results of some actions there , so mostly it was like a simulation game that has no connection with any hardware , i proposed this for my school ...
0
votes
1
answer
179
views
error in integrate : 'upper' must be of length one
fl=function(q,a=-23.0344,b=10.0249) (b/q)*dnorm((a+b*log(q)),0,1)
Fl=function(h) integrate(fl,lower=0,upper=h)$value
Fz=function(z){
integrand=function(x){
Fl((x-z)*10)*fl(10*x)
}
1-10*...
0
votes
1
answer
837
views
Integrating jmeter with appium
Can we integrate appium with jmeter for performance testing
I need to do performance testing for native mobile apps. Is there any way that I can integrate the appium with jmeter so I can generate the ...
0
votes
1
answer
2k
views
how to integrate an android .aar library file into a flutter project
i already added a folder inside android directory called linklibrary and add .aar file and also include build.gradle file inside gradle I added
configurations.maybeCreate("default")
...
1
vote
1
answer
812
views
Error in R: roundoff error is detected in the extrapolation table
I'm trying to calculate consumer surplus with integrate function in R.
PID = 2040;
integrand <- function(x) {320000*x^(-0.1)}
integrate(integrand, lower = PID, upper = Inf,
rel.tol=....
1
vote
1
answer
495
views
Integrating Nuxt Js in Django "GET /_nuxt/bed9682.js HTTP/1.1" 404 2918
I am trying to integrate my Nuxt application inside Django. I have my Nuxt application and django application inside the same folder. I have set up the settings.py
TEMPLATES = [
{
'...
0
votes
1
answer
99
views
Is Possible to embed OpenCV lib into my DLL (develope in Visual C++ )
I have developed my Visual C++ project and release it as DLL, The project uses several open CV functions. My question is "how to integrate(embed) the OpenCV lib into my DLL (create a standalone ...
1
vote
0
answers
721
views
How to integrate payoneer payment method using Laravel
I want to integrate the payoneer payment gateway into my site.
I'm new to this API so I need help here.
1
vote
1
answer
1k
views
Google Sheet integration in Express JS
How can I create a feature in Express JS where users can authorize their Google account with our app. So, we can fetch the google sheet from their accounts and show it in my express app, and if users ...
2
votes
1
answer
493
views
Integrate Zoho Sign in React Native
I am trying to integrate Zoho Sign in my react native App. We have a website that is associated with this App and we are using Zoho Sign for documents signing on our website. So we need to integrate ...
0
votes
0
answers
151
views
Use vue.js vue-notus template in laravel project
I have an issue integrating the Vue.js template( Vue-Notus package here) into the empty Laravel project. How can I properly copy+paste from the template files into Laravel?
0
votes
1
answer
873
views
Using Nordvpn premium on python script on a Heroku server
The title describes it all. I want to access a site that blocked in the USA using a python script. I have hosted this on Heroku hence I can't use the script. I have a Nord premium and I was wondering ...
0
votes
0
answers
22
views
A specific part of the graph need integrated, it is from a polynomial but everytime a error shows up in rstudio
I have these code:
f <- function(x){y ~ poly(x, 4)}
integrate(f, lower = 670, upper = 750)
also tried the code below:
f <- function(x){y ~ poly(x, 4)}
integrate(Vectorize(f, lower = 670, ...
0
votes
1
answer
375
views
Add jenkins job sonar scan into "Require branches to be up to date before merging"
I'm setting up Jenkins job sonarqube scan code in the github PR but I dont know how to integrate the name of jenkins job can define in "Require branches to be up to date before merging". My ...
0
votes
0
answers
160
views
Integrate a Flutter module into your iOS project but issue is not working in iOS release mode
need help!
Integrate a Flutter module into your iOS project
but facing issue
1 - Integrate a Flutter module into your iOS project not working in iOS release mode - issue is Flutter sdk not available.
...
0
votes
1
answer
136
views
'non-finite-function value' Error when call 'integrate' with 'maxLik' function
I want to use the maximum likelihood method to estimate the parameters of a function which involves integration. However, when i tried to run it, i got a message that "non-finite function value&...
0
votes
1
answer
147
views
Integrate functions for depth integrated species abundance
Hei,
I am trying to calculate the organisms quantity per class over the entire depth range (e.g., from 10 m to 90 m). To do that I have the abundance at certain depths (e.g., 10, 30 and 90 m) and I ...
0
votes
1
answer
284
views
Integration using trapezium method SciPy problems ('numpy.ndarray' object is not callable)
I'm trying to create a function that lets you input an expression for y with upper and lower bounds and N number of steps. It takes the expression, should integrate it and then run it through the ...
0
votes
0
answers
341
views
Integrate SMSA Express with Shopify using SOAP Web Service
We have a Shopify Store that is almost on its way to complete. Now, we want to integrate shipping service (SMSA Express) with Shopify Store that we needed using a technology "SOAP-based web ...
0
votes
1
answer
164
views
BOOST:ODEINT Sudden Iteration stop
I'm new in the world of C++ and I'm having some trouble with the boost library. In my problem I want to solve a ODE-System with 5 equations. It isn't a stiff problem. As iterative method I used both ...
0
votes
1
answer
233
views
find which files were manually resolved on perforce integrate
I'm trying to find which files were manually resolved (either edited or ignored) on a 'integrate' changelist already submitted. I can find them in p4v using the 'revision graph' and checking the shape ...
1
vote
1
answer
43
views
Jenkins multiproject repository
Hi my project on github looks like :
Backend
gateway-server
authorization-server
services
restaurant-service
Mobile
Web
I tried to connect Jenkins to gateway-server.
If I have Jenkinsfile on main ...
1
vote
0
answers
26
views
How to add React tooltip on top of JSP?
I have built rich tooltip in React and now I would like to add it to one of the divs in JSP. Since the app is big and I don't have much time to rewrite JSP into React I would like to know how can I ...
1
vote
1
answer
49
views
double integration gives error object y not found
I am trying to do this integration
I am trying this code
integrand_inner <- function(x, a, b) {(a * x^2 + b * y *x)*y}
integrand_outer <- Vectorize(
function(y, a, b){
integrate(...
1
vote
1
answer
1k
views
Unable to integrate Cypress with testlink
Is there any way to integrate Cypress test cases with Testlink?
I think of a situation where when running the test, it created the suite test and the case test and updated the status of the testLink ...
0
votes
2
answers
807
views
how to do the for-loop for integrate() in R
The following is my R-code, if i set the "c" equals to 10,11,12,13,14 separately,to get five different "final",how could I set the loop for integrate()function? Thanks you in advance.
a<-1;b<-2;...
0
votes
1
answer
2k
views
How to resolve the Error in f(x, ...) : unused argument (x)
f <- function(x) {((1/2)*((4*x)-1)*exp(-(1/2)*((3*x)+(2*x^2))))};
f # order of arguments reversed
h <- function(x) integrate(f, lower=0, upper=Inf, x=x)$value;
h
g <- Vectorize(h);
g
x &...
0
votes
0
answers
112
views
How to customize sendKeys(protractor.Key.)
I tried to add the following function as a helper at the beginning
exports.EditTime = function (number) {
element(by.className('numberFormat p-inputtext p-component')).sendKeys(protractor.Key.number);...
2
votes
1
answer
462
views
integrate attribute of xarray
I am new to xarray and need it to handle larger netcdf files. I have one with dimensions 'time','level','latitude', and 'longitude'. I try to integrate along the 'level' dimension below and get an ...
1
vote
0
answers
125
views
how integrating svgedit package in project laravel
I am struggling integrate with this package few day.
Anyone had experienced use this svg edit open sources in project laravel.
May you share with us?
https://github.com/SVG-Edit/svgedit
1
vote
0
answers
234
views
Integrated cordova-plugin-applepay in cordova project but payment is not getting success, Used same code from cordova
Having issue with implementing ApplePay in Cordova project. Installed the plugin "cordova-plugin-applepay" and followed the same instructions to make test Payment when running on the simulator the ...
3
votes
1
answer
2k
views
How to integrate my recommender systems into my website?
I am building a recommendation system for my website where in the users would be given recommendations based on their choice of visiting products on my website. Similar products would be recommended ...
0
votes
0
answers
24
views
Integrate two XML schemas
i have a very complex XML schema where, inside the element "CustomData", is possible to insert precisely custom datas.
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www....
-2
votes
1
answer
28
views
Extracting two lists from multiple lists with different size?
Considering the following 4 lists:
x_name=[’02-2014’,’03-2014’,’05-2014’,’01-2016’,’03-2016’]
x_value=[5,7,10,5,8]
z_name=[’02-2014’,’03-2014’,’04-2014’,’05-2014’,’07-2014’,’01-
...
3
votes
1
answer
6k
views
Integrate function returning roundoff error after working previously
When using integrate to integrate a lognormal density function from 2000 -> Inf, I am returned with an error. I had used a very similar equation previously with no problems.
I have tried disabling ...
0
votes
0
answers
448
views
How to integrate functions of symbolic variables in GNU Octave 5.1.0
I just downloaded the latest Octave version and the symbolic package which I have already installed and loaded but something is not working.
The code I wrote is formally equal to the one I found at ...
0
votes
0
answers
200
views
Problem to get Scrollbars after a SetParent
I try to integrate a window programm into a panel container in vb.net.
All is ok but the scroll bars is disabled, dou you know why ?
My code is:
Dim info As ProcessStartInfo = New ProcessStartInfo
...
0
votes
0
answers
77
views
Unity integrate to Android Studio
I want to integrate my Unity game to my Android Studio project. I couldn't find any solution for that.I tried something but they are so old. They from 2014-2016. Nobody try this before? Have you any ...
0
votes
1
answer
261
views
how to integrate play framework with scala IDE
How to integrate play framework with scala IDE ?
I have already created project with command
sbt new playframework/play-scala-seed.g8 as suggested on official site https://www.playframework.com/...
1
vote
1
answer
195
views
Error when calling C++ function from R and integrate it
I want to numerically integrate a 1-dimensional function (that was written in C++) with the R function integrate. As a short example, I coded the function myfunc in C++.
#include <cmath>
...
0
votes
1
answer
33
views
I can't manage to integrate / modify code jssor slider
I'm a beginner with jssor and I follow the tutorials: it's great, but I have 2 problems now . I'm blocked and I don't find the solution since many days...
1- I found an example in jssor.com. I ...